diff --git a/apps/storybook/.storybook/main.js b/apps/storybook/.storybook/main.js index b2b1b7672a..5c653336c7 100644 --- a/apps/storybook/.storybook/main.js +++ b/apps/storybook/.storybook/main.js @@ -1,37 +1,8 @@ -const path = require('path') - -const reactComponentRoot = path.resolve(__dirname, '../../../packages') - module.exports = { addons: [ '@storybook/addon-a11y/', - '@storybook/addon-actions/', '@storybook/addon-knobs/', - '@storybook/addon-viewport/', + '@storybook/addon-essentials', ], - presets: [ - { - name: '@storybook/addon-docs/preset', - options: { - configureJSX: true, - }, - }, - ], - stories: ['../../../packages/**/src/**/*.stories.js'], - webpackFinal: async (config, { configType }) => { - const rushCIPath = process.env.RUSH_TEMP_FOLDER - - const mdxJsxRule = config.module.rules.find( - (rule) => rule && rule.include && rule.include[0] - ) - - mdxJsxRule && mdxJsxRule.include.push(reactComponentRoot) - mdxJsxRule && mdxJsxRule.exclude.push(/\/node_modules\//) - - if (mdxJsxRule && rushCIPath) { - mdxJsxRule.include.push(path.resolve(rushCIPath)) - } - - return config - }, + stories: ['../../../packages/**/src/**/*.stories.@(js|tsx|mdx)'], } diff --git a/apps/storybook/package.json b/apps/storybook/package.json index fa21499f01..5a6c8390f7 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -21,12 +21,13 @@ "@compositor/kit": "^1.0.47", "@priceline/babel-preset": "^0.0.1", "@priceline/eslint-config": "^0.0.1", - "@storybook/addon-a11y": "^5.3.21", - "@storybook/addon-actions": "^5.3.21", - "@storybook/addon-docs": "^5.3.21", - "@storybook/addon-knobs": "^5.3.21", - "@storybook/addon-viewport": "^5.3.21", - "@storybook/react": "^5.3.21", + "@storybook/addon-a11y": "^6.1.8", + "@storybook/addon-actions": "^6.1.8", + "@storybook/addon-docs": "^6.1.8", + "@storybook/addon-knobs": "^6.1.8", + "@storybook/addon-viewport": "^6.1.8", + "@storybook/addon-essentials": "^6.1.8", + "@storybook/react": "^6.1.8", "babel-loader": "^8.1.0", "babel-plugin-react-docgen": "4.1.0", "chromatic": "^5.2.0", @@ -36,6 +37,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-draggable-playground": "^1.0.0", - "styled-components": "^4.4.1" + "styled-components": "^4.4.1", + "webpack": "^4.44.2" } } diff --git a/common/changes/pcln-design-system/typescript-support_2020-11-29-05-56.json b/common/changes/pcln-design-system/typescript-support_2020-11-29-05-56.json new file mode 100644 index 0000000000..4bc37b23b6 --- /dev/null +++ b/common/changes/pcln-design-system/typescript-support_2020-11-29-05-56.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "pcln-design-system", + "comment": "", + "type": "none" + } + ], + "packageName": "pcln-design-system", + "email": "email@craigp.me" +} \ No newline at end of file diff --git a/common/changes/pcln-icons/typescript-support_2020-11-29-05-56.json b/common/changes/pcln-icons/typescript-support_2020-11-29-05-56.json new file mode 100644 index 0000000000..8e618be789 --- /dev/null +++ b/common/changes/pcln-icons/typescript-support_2020-11-29-05-56.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "pcln-icons", + "comment": "", + "type": "none" + } + ], + "packageName": "pcln-icons", + "email": "email@craigp.me" +} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 1c640d67c0..5fd77db138 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -17,39 +17,39 @@ dependencies: '@mdx-js/tag': 0.15.6 '@microsoft/rush-lib': 5.35.2 '@reach/component-component': 0.7.4 - '@reach/dialog': 0.7.4_@types+react@16.14.2 + '@reach/dialog': 0.7.4 '@rush-temp/babel-preset': 'file:projects/babel-preset.tgz_ts-node@9.1.1' '@rush-temp/create-release-notes': 'file:projects/create-release-notes.tgz' - '@rush-temp/docs': 'file:projects/docs.tgz_@babel+core@7.12.10' + '@rush-temp/docs': 'file:projects/docs.tgz_cb0b35cdd86d43ae111e54bfa48070d7' '@rush-temp/eslint-config': 'file:projects/eslint-config.tgz' '@rush-temp/pcln-autocomplete': 'file:projects/pcln-autocomplete.tgz_ts-node@9.1.1' - '@rush-temp/pcln-design-system': 'file:projects/pcln-design-system.tgz_ef1cdfe95e1659f4a786f29f1ae00036' - '@rush-temp/pcln-icons': 'file:projects/pcln-icons.tgz_05ab675e587d101720eb9350d2e19fa3' + '@rush-temp/pcln-design-system': 'file:projects/pcln-design-system.tgz_05ab675e587d101720eb9350d2e19fa3' + '@rush-temp/pcln-icons': 'file:projects/pcln-icons.tgz_ts-node@9.1.1' '@rush-temp/pcln-menu': 'file:projects/pcln-menu.tgz_05ab675e587d101720eb9350d2e19fa3' - '@rush-temp/pcln-modal': 'file:projects/pcln-modal.tgz_2536733f14a304869e3ec7cad7ef78bf' - '@rush-temp/pcln-popover': 'file:projects/pcln-popover.tgz_2536733f14a304869e3ec7cad7ef78bf' + '@rush-temp/pcln-modal': 'file:projects/pcln-modal.tgz_05ab675e587d101720eb9350d2e19fa3' + '@rush-temp/pcln-popover': 'file:projects/pcln-popover.tgz_05ab675e587d101720eb9350d2e19fa3' '@rush-temp/pcln-slider': 'file:projects/pcln-slider.tgz_ts-node@9.1.1' - '@rush-temp/pcln-types': 'file:projects/pcln-types.tgz' - '@rush-temp/storybook': 'file:projects/storybook.tgz_badc6c2336402313ef45f8074eb24ba9' + '@rush-temp/storybook': 'file:projects/storybook.tgz_@babel+core@7.12.10' '@rushstack/eslint-patch': 1.0.6 - '@storybook/addon-a11y': 5.3.21_@types+react@16.14.2 - '@storybook/addon-actions': 5.3.21_@types+react@16.14.2 - '@storybook/addon-docs': 5.3.21_2e85177fe37ecbea13c287db661c3cc6 - '@storybook/addon-info': 5.3.21_@types+react@16.14.2 - '@storybook/addon-knobs': 5.3.21_@types+react@16.14.2 - '@storybook/addon-viewport': 5.3.21_@types+react@16.14.2 - '@storybook/react': 5.3.21_2e85177fe37ecbea13c287db661c3cc6 + '@storybook/addon-a11y': 6.1.11 + '@storybook/addon-actions': 6.1.11 + '@storybook/addon-docs': 6.1.11_8fc6cdf7a201822d0e27fa320e127736 + '@storybook/addon-essentials': 6.1.11_4cb13cc31e8390d33054e33fce4b024f + '@storybook/addon-knobs': 6.1.11 + '@storybook/addon-viewport': 6.1.11 + '@storybook/react': 6.1.11_@babel+core@7.12.10 '@svgr/cli': 4.3.3 '@testing-library/jest-dom': 5.11.8 '@testing-library/react': 11.2.2 '@testing-library/react-hooks': 3.7.0_react-test-renderer@16.14.0 - '@types/react': 16.14.2 + '@types/jest': 26.0.19 + '@types/react-test-renderer': 16.9.4 '@types/styled-system': 4.2.2 '@types/yargs': 15.0.12 '@typescript-eslint/eslint-plugin': 4.12.0_@typescript-eslint+parser@4.12.0 '@typescript-eslint/parser': 4.12.0 babel-eslint: 10.1.0 - babel-loader: 8.2.2_@babel+core@7.12.10 + babel-loader: 8.2.2_cb0b35cdd86d43ae111e54bfa48070d7 babel-plugin-date-fns: 2.0.0 babel-plugin-dynamic-import-node: 2.3.3 babel-plugin-lodash: 3.3.4 @@ -62,10 +62,8 @@ dependencies: classnames: 2.2.6 core-js: 3.8.2 cross-env: 7.0.3 - csstype: 2.6.14 deepmerge: 4.2.2 downshift: 3.4.8 - dtslint: 4.0.6 enzyme: 3.11.0 enzyme-adapter-react-16: 1.15.5_enzyme@3.11.0 eslint-config-prettier: 6.15.0 @@ -98,7 +96,7 @@ dependencies: rc-trigger: 2.6.5 rc-util: 4.21.1 react-draggable-playground: 1.0.0 - react-focus-lock: 2.5.0_@types+react@16.14.2 + react-focus-lock: 2.5.0 react-popper: 1.3.7 react-test-renderer: 16.14.0 react-transition-group: 4.4.1 @@ -113,6 +111,7 @@ dependencies: ts-node: 9.1.1 us: 2.0.0 warning: 4.0.3 + webpack: 4.44.2 yargs: 16.2.0 lockfileVersion: 5.2 packages: @@ -216,12 +215,6 @@ packages: dev: false resolution: integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== - /@babel/code-frame/7.5.5: - dependencies: - '@babel/highlight': 7.10.4 - dev: false - resolution: - integrity: sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== /@babel/code-frame/7.8.3: dependencies: '@babel/highlight': 7.10.4 @@ -614,6 +607,17 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA== + /@babel/plugin-proposal-decorators/7.12.12_@babel+core@7.12.10: + dependencies: + '@babel/core': 7.12.10 + '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.10 + '@babel/helper-plugin-utils': 7.10.4 + '@babel/plugin-syntax-decorators': 7.12.1_@babel+core@7.12.10 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-fhkE9lJYpw2mjHelBpM2zCbaA11aov2GJs7q4cFaXNrWx0H3bW58H9Esy2rdtYOghFBEYUDRIpvlgi+ZD+AvvQ== /@babel/plugin-proposal-dynamic-import/7.12.1_@babel+core@7.12.10: dependencies: '@babel/core': 7.12.10 @@ -898,6 +902,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA== + /@babel/plugin-syntax-decorators/7.12.1_@babel+core@7.12.10: + dependencies: + '@babel/core': 7.12.10 + '@babel/helper-plugin-utils': 7.10.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-ir9YW5daRrTYiy9UJ2TzdNIJEZu8KclVzDcfSt4iEmOtwQ4llPtWInNKJyKnVXp1vE4bbVd5S31M/im3mYMO1w== /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.12.10: dependencies: '@babel/core': 7.12.10 @@ -1632,15 +1645,6 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ== - /@babel/plugin-transform-react-constant-elements/7.12.1_@babel+core@7.12.10: - dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KOHd0tIRLoER+J+8f9DblZDa1fLGPwaaN1DI1TVHuQFOpjHV22C3CUB3obeC4fexHY9nx+fH0hQNvLFFfA1mxA== /@babel/plugin-transform-react-display-name/7.12.1_@babel+core@7.12.10: dependencies: '@babel/core': 7.12.10 @@ -2180,10 +2184,6 @@ packages: dev: false resolution: integrity: sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ== - /@babel/standalone/7.12.12: - dev: false - resolution: - integrity: sha512-sHuNDN9NvPHsDAmxPD3RpsIeqCoFSW+ySa6+3teInrYe9y0Gn5swLQ2ZE7Zk6L8eBBESZM2ob1l98qWauQfDMA== /@babel/template/7.0.0-beta.44: dependencies: '@babel/code-frame': 7.0.0-beta.44 @@ -2361,47 +2361,6 @@ packages: dev: false resolution: integrity: sha512-6FZoQ7pKPY6JhFzuPr4OHWYN3ztbjPu9YDkPTE8wTdlXsCEyyzSDK5DUBx8yTNXwExitRjnZ96Z68bNPeprIIg== - /@definitelytyped/header-parser/0.0.65: - dependencies: - '@definitelytyped/typescript-versions': 0.0.65 - '@types/parsimmon': 1.10.6 - parsimmon: 1.16.0 - dev: false - resolution: - integrity: sha512-NVB9mCCFAF8fCDTukkynMZ5Jozbnvlxwt4LLielCkDPgMUavuZfpvHK52KiQhI32xXpfVNBKD6/6z+FezFm7tQ== - /@definitelytyped/typescript-versions/0.0.65: - dev: false - resolution: - integrity: sha512-7chRIxoMxM38okhDA1NARtd4NX5QXVAQe2nfnBTgpOG8VgW/YCqFSeM4Feb+diqglwoxvHJNh7muF7/0VqR+nA== - /@definitelytyped/utils/0.0.65: - dependencies: - '@definitelytyped/typescript-versions': 0.0.65 - '@types/node': 12.19.12 - charm: 1.0.2 - fs-extra: 8.1.0 - fstream: 1.0.12 - npm-registry-client: 8.6.0 - tar: 2.2.2 - tar-stream: 2.2.0 - dev: false - resolution: - integrity: sha512-3I5OsaebF+LXWqS0uZbhmMvUNTRS3vtyoXRvQMGhE0Y6ZSihQgC4LaP12rnixpFVjO0ZrJru3W9DKTaEYJS8Yw== - /@egoist/vue-to-react/1.1.0: - dev: false - peerDependencies: - react: ^16.8.6 - vue: ^2.6.10 - resolution: - integrity: sha512-MwfwXHDh6ptZGLEtNLPXp2Wghteav7mzpT2Mcwl3NZWKF814i5hhHnNkVrcQQEuxUroSWQqzxLkMKSb+nhPang== - /@egoist/vue-to-react/1.1.0_react@16.14.0: - dependencies: - react: 16.14.0 - dev: false - peerDependencies: - react: ^16.8.6 - vue: ^2.6.10 - resolution: - integrity: sha512-MwfwXHDh6ptZGLEtNLPXp2Wghteav7mzpT2Mcwl3NZWKF814i5hhHnNkVrcQQEuxUroSWQqzxLkMKSb+nhPang== /@emotion/cache/10.0.29: dependencies: '@emotion/sheet': 0.9.4 @@ -2589,16 +2548,6 @@ packages: node: '>=8' resolution: integrity: sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== - /@jest/console/24.9.0: - dependencies: - '@jest/source-map': 24.9.0 - chalk: 2.4.2 - slash: 2.0.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ== /@jest/console/25.5.0: dependencies: '@jest/types': 25.5.0 @@ -2672,16 +2621,6 @@ packages: node: '>= 10.14.2' resolution: integrity: sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA== - /@jest/fake-timers/24.9.0: - dependencies: - '@jest/types': 24.9.0 - jest-message-util: 24.9.0 - jest-mock: 24.9.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A== /@jest/fake-timers/26.6.2: dependencies: '@jest/types': 26.6.2 @@ -2738,16 +2677,6 @@ packages: node-notifier: 8.0.1 resolution: integrity: sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw== - /@jest/source-map/24.9.0: - dependencies: - callsites: 3.1.0 - graceful-fs: 4.2.4 - source-map: 0.6.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg== /@jest/source-map/26.6.2: dependencies: callsites: 3.1.0 @@ -2758,16 +2687,6 @@ packages: node: '>= 10.14.2' resolution: integrity: sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA== - /@jest/test-result/24.9.0: - dependencies: - '@jest/console': 24.9.0 - '@jest/types': 24.9.0 - '@types/istanbul-lib-coverage': 2.0.3 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA== /@jest/test-result/26.6.2: dependencies: '@jest/console': 26.6.2 @@ -2793,29 +2712,6 @@ packages: ts-node: '*' resolution: integrity: sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw== - /@jest/transform/24.9.0: - dependencies: - '@babel/core': 7.12.10 - '@jest/types': 24.9.0 - babel-plugin-istanbul: 5.2.0 - chalk: 2.4.2 - convert-source-map: 1.7.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.4 - jest-haste-map: 24.9.0 - jest-regex-util: 24.9.0 - jest-util: 24.9.0 - micromatch: 3.1.10 - pirates: 4.0.1 - realpath-native: 1.1.0 - slash: 2.0.0 - source-map: 0.6.1 - write-file-atomic: 2.4.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ== /@jest/transform/26.6.2: dependencies: '@babel/core': 7.12.10 @@ -2838,16 +2734,6 @@ packages: node: '>= 10.14.2' resolution: integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA== - /@jest/types/24.9.0: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-reports': 1.1.2 - '@types/yargs': 13.0.11 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw== /@jest/types/25.5.0: dependencies: '@types/istanbul-lib-coverage': 2.0.3 @@ -3160,6 +3046,14 @@ packages: node: '>= 8' resolution: integrity: sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow== + /@npmcli/move-file/1.0.1: + dependencies: + mkdirp: 1.0.4 + dev: false + engines: + node: '>=10' + resolution: + integrity: sha512-Uv6h1sT+0DrblvIrolFtbvM1FgWm+/sy4B3pvLp67Zys+thcukzS5ekn7HsZFGpWP4Q3fYJCljbWQE/XivMRLw== /@octokit/auth-token/2.4.4: dependencies: '@octokit/types': 6.2.1 @@ -3244,6 +3138,43 @@ packages: dev: false resolution: integrity: sha512-jHs9OECOiZxuEzxMZcXmqrEO8GYraHF+UzNVH2ACYh8e/Y7YoT+hUf9ldvVd6zIvWv4p3NdxbQ0xx3ku5BnSiA== + /@pmmmwh/react-refresh-webpack-plugin/0.4.3_637fe0af5eea2230ffdb56306b9d64e4: + dependencies: + ansi-html: 0.0.7 + error-stack-parser: 2.0.6 + html-entities: 1.4.0 + native-url: 0.2.6 + react-refresh: 0.8.3 + schema-utils: 2.7.1 + source-map: 0.7.3 + webpack: 4.44.2 + dev: false + engines: + node: '>= 10.x' + peerDependencies: + '@types/webpack': 4.x + react-refresh: '>=0.8.3 <0.10.0' + sockjs-client: ^1.4.0 + type-fest: ^0.13.1 + webpack: '>=4.43.0 <6.0.0' + webpack-dev-server: 3.x + webpack-hot-middleware: 2.x + webpack-plugin-serve: 0.x || 1.x + peerDependenciesMeta: + '@types/webpack': + optional: true + sockjs-client: + optional: true + type-fest: + optional: true + webpack-dev-server: + optional: true + webpack-hot-middleware: + optional: true + webpack-plugin-serve: + optional: true + resolution: + integrity: sha512-br5Qwvh8D2OQqSXpd1g/xqXKnK0r+Jz6qVKBbWmpUcrbGOxUrf39V5oZ1876084CGn18uMdR5uvPqBv9UqtBjQ== /@pnpm/error/1.4.0: dev: false engines: @@ -3336,6 +3267,10 @@ packages: node: '>=10.16' resolution: integrity: sha512-p8y4zIrG4sx3hJgEUob7w9TnaE1QCC25+JrP8hXrkb7gz1Vga/WGnNACSVWRWIDxjJejRCrqzewjfKM4ee2lBg== + /@popperjs/core/2.6.0: + dev: false + resolution: + integrity: sha512-cPqjjzuFWNK3BSKLm0abspP0sp/IGOli4p5I5fKFAzdS8fvjdOwDCfZqAaIiXd9lPkOWi3SUUfZof3hEb7J/uw== /@reach/component-component/0.7.4: dependencies: prop-types: 15.7.2 @@ -3356,32 +3291,30 @@ packages: react-dom: ^16.4.0 resolution: integrity: sha512-4yFwJtIwnpHp6aXsB4ztWFLiPfCVj4yaCUWY8HhgcEcK2luEmdnW1fFDeKsdnyrpOgbgtK8JpnJgMNIMN5GZuA== - /@reach/dialog/0.7.4_0481a0a9865629f4d1be264d521276ac: + /@reach/dialog/0.7.4: dependencies: - '@reach/portal': 0.7.4_react-dom@16.14.0+react@16.14.0 - '@reach/utils': 0.7.4_react-dom@16.14.0+react@16.14.0 + '@reach/portal': 0.7.4 + '@reach/utils': 0.7.4 prop-types: 15.7.2 - react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 - react-focus-lock: 2.5.0_fa14fe5eab06fc40706f42ae1049ee73 - react-remove-scroll: 2.4.1_fa14fe5eab06fc40706f42ae1049ee73 + react-focus-lock: 2.5.0 + react-remove-scroll: 2.4.1 dev: false peerDependencies: - '@types/react': '*' react: ^16.8.0 react-dom: ^16.8.0 resolution: integrity: sha512-KKvInRkRSj6TALsKlEVHhWwT6CZAmtGDNG606COMwveEAqXXolQm3dWgIz5H7atUR6rj++f/wOYBAQYZyEfelQ== - /@reach/dialog/0.7.4_@types+react@16.14.2: + /@reach/dialog/0.7.4_react-dom@16.14.0+react@16.14.0: dependencies: - '@reach/portal': 0.7.4 - '@reach/utils': 0.7.4 + '@reach/portal': 0.7.4_react-dom@16.14.0+react@16.14.0 + '@reach/utils': 0.7.4_react-dom@16.14.0+react@16.14.0 prop-types: 15.7.2 - react-focus-lock: 2.5.0_@types+react@16.14.2 - react-remove-scroll: 2.4.1_@types+react@16.14.2 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + react-focus-lock: 2.5.0_react@16.14.0 + react-remove-scroll: 2.4.1_react@16.14.0 dev: false peerDependencies: - '@types/react': '*' react: ^16.8.0 react-dom: ^16.8.0 resolution: @@ -3429,19 +3362,6 @@ packages: react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 resolution: integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA== - /@reach/router/1.3.4_react@16.14.0: - dependencies: - create-react-context: 0.3.0_prop-types@15.7.2+react@16.14.0 - invariant: 2.2.4 - prop-types: 15.7.2 - react: 16.14.0 - react-lifecycles-compat: 3.0.4 - dev: false - peerDependencies: - react: 15.x || 16.x || 16.4.0-alpha.0911da3 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 - resolution: - integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA== /@reach/utils/0.7.4: dev: false peerDependencies: @@ -3541,691 +3461,896 @@ packages: dev: false resolution: integrity: sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA== - /@storybook/addon-a11y/5.3.21_1944eb952cab1f05b64d39ba5c926494: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.14.0 - '@storybook/api': 5.3.21_react-dom@16.14.0 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 - axe-core: 3.5.5 + /@storybook/addon-a11y/6.1.11: + dependencies: + '@storybook/addons': 6.1.11 + '@storybook/api': 6.1.11 + '@storybook/channels': 6.1.11 + '@storybook/client-api': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11 + '@storybook/core-events': 6.1.11 + '@storybook/theming': 6.1.11 + axe-core: 4.1.1 core-js: 3.8.2 global: 4.4.0 - memoizerific: 1.11.3 + lodash: 4.17.20 + react-sizeme: 2.6.12 + regenerator-runtime: 0.13.7 + ts-dedent: 2.0.0 + util-deprecate: 1.0.2 + dev: false + peerDependencies: + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true + resolution: + integrity: sha512-DJJeBoYlO/WjSKgQEE44fwaKg9KZE6yifPAXT6oJlEPU9sRNnIIY5cAJNeaRbJ61SZ8rDr51iF/4yJb0uvyNxw== + /@storybook/addon-a11y/6.1.11_react-dom@16.14.0+react@16.14.0: + dependencies: + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/channels': 6.1.11 + '@storybook/client-api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/core-events': 6.1.11 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 + axe-core: 4.1.1 + core-js: 3.8.2 + global: 4.4.0 + lodash: 4.17.20 react: 16.14.0 - react-redux: 7.2.2_bbabd8c34ea235719dc50e75b43f85a4 + react-dom: 16.14.0_react@16.14.0 react-sizeme: 2.6.12_react-dom@16.14.0+react@16.14.0 - redux: 4.0.5 - ts-dedent: 1.2.0 + regenerator-runtime: 0.13.7 + ts-dedent: 2.0.0 util-deprecate: 1.0.2 dev: false peerDependencies: - '@types/react': '*' - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true resolution: - integrity: sha512-pJdxyYRtEJdMjbZAurSi8RGJe7KE6w14thpDJmBfnn6Z1FKB8vprOfxJypVqcs9tY58UODqtU3ndOqnOG7d8tA== - /@storybook/addon-a11y/5.3.21_@types+react@16.14.2: + integrity: sha512-DJJeBoYlO/WjSKgQEE44fwaKg9KZE6yifPAXT6oJlEPU9sRNnIIY5cAJNeaRbJ61SZ8rDr51iF/4yJb0uvyNxw== + /@storybook/addon-actions/6.1.11: dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react@16.14.0 - axe-core: 3.5.5 + '@storybook/addons': 6.1.11 + '@storybook/api': 6.1.11 + '@storybook/client-api': 6.1.11 + '@storybook/components': 6.1.11 + '@storybook/core-events': 6.1.11 + '@storybook/theming': 6.1.11 core-js: 3.8.2 + fast-deep-equal: 3.1.3 global: 4.4.0 - memoizerific: 1.11.3 - react: 16.14.0 - react-redux: 7.2.2_react@16.14.0+redux@4.0.5 - react-sizeme: 2.6.12_react@16.14.0 - redux: 4.0.5 - ts-dedent: 1.2.0 + lodash: 4.17.20 + polished: 3.6.7 + prop-types: 15.7.2 + react-inspector: 5.1.0 + regenerator-runtime: 0.13.7 + ts-dedent: 2.0.0 util-deprecate: 1.0.2 + uuid: 8.3.2 dev: false peerDependencies: - '@types/react': '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true resolution: - integrity: sha512-pJdxyYRtEJdMjbZAurSi8RGJe7KE6w14thpDJmBfnn6Z1FKB8vprOfxJypVqcs9tY58UODqtU3ndOqnOG7d8tA== - /@storybook/addon-actions/5.3.21_1944eb952cab1f05b64d39ba5c926494: + integrity: sha512-J44XLx2G732OG7Az79Cpk5UlI5SyXHeQqdykwT/4IEQXSBXAYWSTIJJjpJdcjR/D+zpklab1QDSiWxCrKbe81A== + /@storybook/addon-actions/6.1.11_react-dom@16.14.0+react@16.14.0: dependencies: - '@storybook/addons': 5.3.21_react-dom@16.14.0 - '@storybook/api': 5.3.21_react-dom@16.14.0 - '@storybook/client-api': 5.3.21_react-dom@16.14.0 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/client-api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/components': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/core-events': 6.1.11 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 core-js: 3.8.2 - fast-deep-equal: 2.0.1 + fast-deep-equal: 3.1.3 global: 4.4.0 + lodash: 4.17.20 polished: 3.6.7 prop-types: 15.7.2 react: 16.14.0 - react-inspector: 4.0.1_react@16.14.0 - uuid: 3.4.0 + react-dom: 16.14.0_react@16.14.0 + react-inspector: 5.1.0_react@16.14.0 + regenerator-runtime: 0.13.7 + ts-dedent: 2.0.0 + util-deprecate: 1.0.2 + uuid: 8.3.2 dev: false peerDependencies: - '@types/react': '*' - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true resolution: - integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g== - /@storybook/addon-actions/5.3.21_@types+react@16.14.2: + integrity: sha512-J44XLx2G732OG7Az79Cpk5UlI5SyXHeQqdykwT/4IEQXSBXAYWSTIJJjpJdcjR/D+zpklab1QDSiWxCrKbe81A== + /@storybook/addon-backgrounds/6.1.11: dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-api': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react@16.14.0 + '@storybook/addons': 6.1.11 + '@storybook/api': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11 + '@storybook/core-events': 6.1.11 + '@storybook/theming': 6.1.11 core-js: 3.8.2 - fast-deep-equal: 2.0.1 global: 4.4.0 - polished: 3.6.7 - prop-types: 15.7.2 + memoizerific: 1.11.3 + regenerator-runtime: 0.13.7 + ts-dedent: 2.0.0 + util-deprecate: 1.0.2 + dev: false + peerDependencies: + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true + resolution: + integrity: sha512-Ft/9AGOid0VzOY+W318ljEP1JQt9yz4b24dLeQC65wMRYYdg0xC7oJ18PWoq/pJwOZjc6mkHqLHWTWFfOBDRUg== + /@storybook/addon-backgrounds/6.1.11_react-dom@16.14.0+react@16.14.0: + dependencies: + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/core-events': 6.1.11 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 + core-js: 3.8.2 + global: 4.4.0 + memoizerific: 1.11.3 react: 16.14.0 - react-inspector: 4.0.1_react@16.14.0 - uuid: 3.4.0 + react-dom: 16.14.0_react@16.14.0 + regenerator-runtime: 0.13.7 + ts-dedent: 2.0.0 + util-deprecate: 1.0.2 dev: false peerDependencies: - '@types/react': '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true + resolution: + integrity: sha512-Ft/9AGOid0VzOY+W318ljEP1JQt9yz4b24dLeQC65wMRYYdg0xC7oJ18PWoq/pJwOZjc6mkHqLHWTWFfOBDRUg== + /@storybook/addon-controls/6.1.11: + dependencies: + '@storybook/addons': 6.1.11 + '@storybook/api': 6.1.11 + '@storybook/client-api': 6.1.11 + '@storybook/components': 6.1.11 + '@storybook/node-logger': 6.1.11 + '@storybook/theming': 6.1.11 + core-js: 3.8.2 + ts-dedent: 2.0.0 + dev: false + peerDependencies: + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true + resolution: + integrity: sha512-KGK1qk95E+j0yDBgA93ctMCf/z9VosPtldhP2oZDPD8kAKz6dVPXkz7LKgrZYDH4ZySk4fDOApBC8OLe3bxE1g== + /@storybook/addon-controls/6.1.11_react-dom@16.14.0+react@16.14.0: + dependencies: + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/client-api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/components': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/node-logger': 6.1.11 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 + core-js: 3.8.2 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + ts-dedent: 2.0.0 + dev: false + peerDependencies: + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true resolution: - integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g== - /@storybook/addon-docs/5.3.21_2e85177fe37ecbea13c287db661c3cc6: + integrity: sha512-KGK1qk95E+j0yDBgA93ctMCf/z9VosPtldhP2oZDPD8kAKz6dVPXkz7LKgrZYDH4ZySk4fDOApBC8OLe3bxE1g== + /@storybook/addon-docs/6.1.11_8fc6cdf7a201822d0e27fa320e127736: dependencies: + '@babel/core': 7.12.10 '@babel/generator': 7.12.11 '@babel/parser': 7.12.11 '@babel/plugin-transform-react-jsx': 7.12.12_@babel+core@7.12.10 - '@egoist/vue-to-react': 1.1.0 - '@jest/transform': 24.9.0 + '@babel/preset-env': 7.12.11_@babel+core@7.12.10 + '@jest/transform': 26.6.2 '@mdx-js/loader': 1.6.22 '@mdx-js/mdx': 1.6.22 '@mdx-js/react': 1.6.22 - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/core-events': 5.3.21 + '@storybook/addons': 6.1.11 + '@storybook/api': 6.1.11 + '@storybook/client-api': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11 + '@storybook/core': 6.1.11 + '@storybook/core-events': 6.1.11 '@storybook/csf': 0.0.1 - '@storybook/postinstall': 5.3.21 - '@storybook/source-loader': 5.3.21 - '@storybook/theming': 5.3.21 + '@storybook/node-logger': 6.1.11 + '@storybook/postinstall': 6.1.11 + '@storybook/source-loader': 6.1.11 + '@storybook/theming': 6.1.11 acorn: 7.4.1 acorn-jsx: 5.3.1_acorn@7.4.1 acorn-walk: 7.2.0 - babel-loader: 8.2.2_@babel+core@7.12.10 + babel-loader: 8.2.2_cb0b35cdd86d43ae111e54bfa48070d7 core-js: 3.8.2 doctrine: 3.0.0 escodegen: 1.14.3 + fast-deep-equal: 3.1.3 global: 4.4.0 html-tags: 3.1.0 js-string-escape: 1.0.1 lodash: 4.17.20 + prettier: 2.0.5 prop-types: 15.7.2 react-element-to-jsx-string: 14.3.2 - remark-external-links: 5.0.0 - remark-slug: 5.1.2 - ts-dedent: 1.2.0 + regenerator-runtime: 0.13.7 + remark-external-links: 6.1.0 + remark-slug: 6.0.0 + ts-dedent: 2.0.0 util-deprecate: 1.0.2 - vue-docgen-api: 4.34.2 - vue-docgen-loader: 1.5.0_vue-docgen-api@4.34.2 + webpack: 4.44.2 dev: false peerDependencies: - '@babel/core': '*' - '@types/react': '*' + '@storybook/vue': 6.1.11 babel-loader: ^8.0.0 - react: ^16.8.0 - react-is: ^16.8.0 + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + sveltedoc-parser: ^3.0.4 + vue: ^2.6.10 + webpack: '>=4' + peerDependenciesMeta: + '@storybook/vue': + optional: true + react: + optional: true + react-dom: + optional: true + sveltedoc-parser: + optional: true + vue: + optional: true + webpack: + optional: true resolution: - integrity: sha512-TC41IsIwQTvEzNUcBLyk9nCIXw340MjiMzk6/j0HE4D38VlPmAiNxYC729niFqvtR4aRTpCuVygESpLtxYlbeg== - /@storybook/addon-docs/5.3.21_39ed94634ae9d458af418ac3f5a2394d: + integrity: sha512-dC6RpNWFvbEs68WDk30jrzmPncR0u7nn0SQl0Ao1wdLqCU81ptti/t6Yc7zanlo9hokMzGiom87ZMef0ad9nTQ== + /@storybook/addon-docs/6.1.11_e4d75a294d1d8783998856b0f2483020: dependencies: + '@babel/core': 7.12.10 '@babel/generator': 7.12.11 '@babel/parser': 7.12.11 '@babel/plugin-transform-react-jsx': 7.12.12_@babel+core@7.12.10 - '@egoist/vue-to-react': 1.1.0_react@16.14.0 - '@jest/transform': 24.9.0 + '@babel/preset-env': 7.12.11_@babel+core@7.12.10 + '@jest/transform': 26.6.2 '@mdx-js/loader': 1.6.22_react@16.14.0 '@mdx-js/mdx': 1.6.22 '@mdx-js/react': 1.6.22_react@16.14.0 - '@storybook/addons': 5.3.21_react-dom@16.14.0 - '@storybook/api': 5.3.21_react-dom@16.14.0 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/core-events': 5.3.21 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/client-api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/core': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/core-events': 6.1.11 '@storybook/csf': 0.0.1 - '@storybook/postinstall': 5.3.21 - '@storybook/source-loader': 5.3.21_react-dom@16.14.0 - '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@storybook/node-logger': 6.1.11 + '@storybook/postinstall': 6.1.11 + '@storybook/source-loader': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 acorn: 7.4.1 acorn-jsx: 5.3.1_acorn@7.4.1 acorn-walk: 7.2.0 - babel-loader: 8.2.2_@babel+core@7.12.10 + babel-loader: 8.2.2_cb0b35cdd86d43ae111e54bfa48070d7 core-js: 3.8.2 doctrine: 3.0.0 escodegen: 1.14.3 + fast-deep-equal: 3.1.3 global: 4.4.0 html-tags: 3.1.0 js-string-escape: 1.0.1 lodash: 4.17.20 + prettier: 2.0.5 prop-types: 15.7.2 react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 react-element-to-jsx-string: 14.3.2_react-dom@16.14.0+react@16.14.0 - remark-external-links: 5.0.0 - remark-slug: 5.1.2 - ts-dedent: 1.2.0 + regenerator-runtime: 0.13.7 + remark-external-links: 6.1.0 + remark-slug: 6.0.0 + ts-dedent: 2.0.0 util-deprecate: 1.0.2 - vue-docgen-api: 4.34.2 - vue-docgen-loader: 1.5.0_vue-docgen-api@4.34.2 + webpack: 4.44.2 dev: false peerDependencies: - '@babel/core': '*' - '@types/react': '*' + '@storybook/vue': 6.1.11 babel-loader: ^8.0.0 - react: ^16.8.0 - react-dom: '*' - react-is: ^16.8.0 + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + sveltedoc-parser: ^3.0.4 + vue: ^2.6.10 + webpack: '>=4' + peerDependenciesMeta: + '@storybook/vue': + optional: true + react: + optional: true + react-dom: + optional: true + sveltedoc-parser: + optional: true + vue: + optional: true + webpack: + optional: true resolution: - integrity: sha512-TC41IsIwQTvEzNUcBLyk9nCIXw340MjiMzk6/j0HE4D38VlPmAiNxYC729niFqvtR4aRTpCuVygESpLtxYlbeg== - /@storybook/addon-info/5.3.21_1944eb952cab1f05b64d39ba5c926494: + integrity: sha512-dC6RpNWFvbEs68WDk30jrzmPncR0u7nn0SQl0Ao1wdLqCU81ptti/t6Yc7zanlo9hokMzGiom87ZMef0ad9nTQ== + /@storybook/addon-essentials/6.1.11_4cb13cc31e8390d33054e33fce4b024f: dependencies: - '@storybook/addons': 5.3.21_react-dom@16.14.0 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@babel/core': 7.12.10 + '@storybook/addon-actions': 6.1.11 + '@storybook/addon-backgrounds': 6.1.11 + '@storybook/addon-controls': 6.1.11 + '@storybook/addon-docs': 6.1.11_8fc6cdf7a201822d0e27fa320e127736 + '@storybook/addon-toolbars': 6.1.11 + '@storybook/addon-viewport': 6.1.11 + '@storybook/addons': 6.1.11 + '@storybook/api': 6.1.11 + '@storybook/node-logger': 6.1.11 + babel-loader: 8.2.2_cb0b35cdd86d43ae111e54bfa48070d7 core-js: 3.8.2 - global: 4.4.0 - marksy: 8.0.0 - nested-object-assign: 1.0.3 - prop-types: 15.7.2 - react: 16.14.0 - react-addons-create-fragment: 15.6.2 - react-element-to-jsx-string: 14.3.2_react-dom@16.14.0+react@16.14.0 - react-is: 16.13.1 - react-lifecycles-compat: 3.0.4 - util-deprecate: 1.0.2 + regenerator-runtime: 0.13.7 + ts-dedent: 2.0.0 + webpack: 4.44.2 dev: false peerDependencies: - '@types/react': '*' - react-dom: '*' + '@babel/core': ^7.9.6 + '@storybook/vue': 6.1.11 + babel-loader: ^8.0.0 + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + webpack: '>=4' + peerDependenciesMeta: + '@storybook/vue': + optional: true + react: + optional: true + react-dom: + optional: true + webpack: + optional: true resolution: - integrity: sha512-A/K9HzmoXMuOUxH3AozTvjNZwTlYVHob2OaDRfMza0gYMzG0tOrxqcdNTigeAWAjS//Z0G3enue6rHulQZK/+g== - /@storybook/addon-info/5.3.21_@types+react@16.14.2: + integrity: sha512-p1AfzzR9qt6s0xxg/GclRqClbtV+67lWLUV0d37xmTNDnGbiE5guk7nKnga0yLrzhQawiOBjRUFMfAQj2t7Ycw== + /@storybook/addon-essentials/6.1.11_d6ab29458af736c47a1eb847879874b2: dependencies: - '@storybook/addons': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/theming': 5.3.21_react@16.14.0 + '@babel/core': 7.12.10 + '@storybook/addon-actions': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/addon-backgrounds': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/addon-controls': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/addon-docs': 6.1.11_e4d75a294d1d8783998856b0f2483020 + '@storybook/addon-toolbars': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/addon-viewport': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/node-logger': 6.1.11 + babel-loader: 8.2.2_cb0b35cdd86d43ae111e54bfa48070d7 core-js: 3.8.2 - global: 4.4.0 - marksy: 8.0.0 - nested-object-assign: 1.0.3 - prop-types: 15.7.2 react: 16.14.0 - react-addons-create-fragment: 15.6.2 - react-element-to-jsx-string: 14.3.2_react@16.14.0 - react-is: 16.13.1 - react-lifecycles-compat: 3.0.4 - util-deprecate: 1.0.2 + react-dom: 16.14.0_react@16.14.0 + regenerator-runtime: 0.13.7 + ts-dedent: 2.0.0 + webpack: 4.44.2 dev: false peerDependencies: - '@types/react': '*' + '@babel/core': ^7.9.6 + '@storybook/vue': 6.1.11 + babel-loader: ^8.0.0 + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + webpack: '>=4' + peerDependenciesMeta: + '@storybook/vue': + optional: true + react: + optional: true + react-dom: + optional: true + webpack: + optional: true resolution: - integrity: sha512-A/K9HzmoXMuOUxH3AozTvjNZwTlYVHob2OaDRfMza0gYMzG0tOrxqcdNTigeAWAjS//Z0G3enue6rHulQZK/+g== - /@storybook/addon-knobs/5.3.21_0481a0a9865629f4d1be264d521276ac: + integrity: sha512-p1AfzzR9qt6s0xxg/GclRqClbtV+67lWLUV0d37xmTNDnGbiE5guk7nKnga0yLrzhQawiOBjRUFMfAQj2t7Ycw== + /@storybook/addon-knobs/6.1.11: dependencies: - '@storybook/addons': 5.3.21_react-dom@16.14.0 - '@storybook/api': 5.3.21_react-dom@16.14.0 - '@storybook/client-api': 5.3.21_react-dom@16.14.0 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 - '@types/react-color': 3.0.4 + '@storybook/addons': 6.1.11 + '@storybook/api': 6.1.11 + '@storybook/channels': 6.1.11 + '@storybook/client-api': 6.1.11 + '@storybook/components': 6.1.11 + '@storybook/core-events': 6.1.11 + '@storybook/theming': 6.1.11 copy-to-clipboard: 3.3.1 core-js: 3.8.2 escape-html: 1.0.3 - fast-deep-equal: 2.0.1 + fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.20 prop-types: 15.7.2 qs: 6.9.4 - react: 16.14.0 - react-color: 2.19.3_react@16.14.0 + react-color: 2.19.3 react-lifecycles-compat: 3.0.4 - react-select: 3.1.1_react-dom@16.14.0+react@16.14.0 + react-select: 3.1.1 + regenerator-runtime: 0.13.7 dev: false peerDependencies: - '@types/react': '*' - react: '*' - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true resolution: - integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw== - /@storybook/addon-knobs/5.3.21_@types+react@16.14.2: + integrity: sha512-5bVB7JbClyL/v8hJcifRL1Jetj1rDbVjmIOw2RputZHPbOJ2Dd18X3uOAfzNa7e2KJ0BmtA1ojZ3PuDfy9MAPw== + /@storybook/addon-knobs/6.1.11_react-dom@16.14.0+react@16.14.0: dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-api': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21 - '@types/react-color': 3.0.4 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/channels': 6.1.11 + '@storybook/client-api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/components': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/core-events': 6.1.11 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 copy-to-clipboard: 3.3.1 core-js: 3.8.2 escape-html: 1.0.3 - fast-deep-equal: 2.0.1 + fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.20 prop-types: 15.7.2 qs: 6.9.4 - react-color: 2.19.3 + react: 16.14.0 + react-color: 2.19.3_react@16.14.0 + react-dom: 16.14.0_react@16.14.0 react-lifecycles-compat: 3.0.4 - react-select: 3.1.1 + react-select: 3.1.1_react-dom@16.14.0+react@16.14.0 + regenerator-runtime: 0.13.7 dev: false peerDependencies: - '@types/react': '*' - react: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true resolution: - integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw== - /@storybook/addon-viewport/5.3.21_0481a0a9865629f4d1be264d521276ac: + integrity: sha512-5bVB7JbClyL/v8hJcifRL1Jetj1rDbVjmIOw2RputZHPbOJ2Dd18X3uOAfzNa7e2KJ0BmtA1ojZ3PuDfy9MAPw== + /@storybook/addon-toolbars/6.1.11: dependencies: - '@storybook/addons': 5.3.21_react-dom@16.14.0 - '@storybook/api': 5.3.21_react-dom@16.14.0 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@storybook/addons': 6.1.11 + '@storybook/api': 6.1.11 + '@storybook/client-api': 6.1.11 + '@storybook/components': 6.1.11 core-js: 3.8.2 - global: 4.4.0 - memoizerific: 1.11.3 - prop-types: 15.7.2 - react: 16.14.0 - util-deprecate: 1.0.2 dev: false peerDependencies: - '@types/react': '*' - react: '*' - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true resolution: - integrity: sha512-Vb8+yvSU5m4sMCqM/6n3ZD8v6N/9xzElMlT7bYL+l9YecbvbgPVrN7xuNrVFKWMTHyEbkgoVPLtCwjK/Jbuvqw== - /@storybook/addon-viewport/5.3.21_@types+react@16.14.2: + integrity: sha512-qeIgM28cnzaAP03BMWwfA24IZh7SLveQr+G+z41ymNFUcL8PHVTpKJof/AqjYAZ4SXzkgE3bHZ7JvfVXnbDXug== + /@storybook/addon-toolbars/6.1.11_react-dom@16.14.0+react@16.14.0: dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/client-api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/components': 6.1.11_react-dom@16.14.0+react@16.14.0 core-js: 3.8.2 - global: 4.4.0 - memoizerific: 1.11.3 - prop-types: 15.7.2 - util-deprecate: 1.0.2 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 dev: false peerDependencies: - '@types/react': '*' - react: '*' - resolution: - integrity: sha512-Vb8+yvSU5m4sMCqM/6n3ZD8v6N/9xzElMlT7bYL+l9YecbvbgPVrN7xuNrVFKWMTHyEbkgoVPLtCwjK/Jbuvqw== - /@storybook/addons/5.3.21: - dependencies: - '@storybook/api': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - core-js: 3.8.2 - global: 4.4.0 - util-deprecate: 1.0.2 - dev: false + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true resolution: - integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== - /@storybook/addons/5.3.21_553a6a1eff5429c148b1acaf704365ba: + integrity: sha512-qeIgM28cnzaAP03BMWwfA24IZh7SLveQr+G+z41ymNFUcL8PHVTpKJof/AqjYAZ4SXzkgE3bHZ7JvfVXnbDXug== + /@storybook/addon-viewport/6.1.11: dependencies: - '@storybook/api': 5.3.21_553a6a1eff5429c148b1acaf704365ba - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 + '@storybook/addons': 6.1.11 + '@storybook/api': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11 + '@storybook/core-events': 6.1.11 + '@storybook/theming': 6.1.11 core-js: 3.8.2 global: 4.4.0 - util-deprecate: 1.0.2 + memoizerific: 1.11.3 + prop-types: 15.7.2 + regenerator-runtime: 0.13.7 dev: false peerDependencies: - react-dom: '*' - regenerator-runtime: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true resolution: - integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== - /@storybook/addons/5.3.21_react-dom@16.14.0: + integrity: sha512-VgCRLpTu56WzSJ0piBu4nL99GtXeMcDxaLvEZKyVCoYjyQZxRcg4N9OFwxpnu6bYYF7O4pMbs2wITc4mW6YSEg== + /@storybook/addon-viewport/6.1.11_react-dom@16.14.0+react@16.14.0: dependencies: - '@storybook/api': 5.3.21_react-dom@16.14.0 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/core-events': 6.1.11 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 core-js: 3.8.2 global: 4.4.0 - util-deprecate: 1.0.2 + memoizerific: 1.11.3 + prop-types: 15.7.2 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + regenerator-runtime: 0.13.7 dev: false peerDependencies: - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true resolution: - integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== - /@storybook/addons/5.3.21_regenerator-runtime@0.13.7: + integrity: sha512-VgCRLpTu56WzSJ0piBu4nL99GtXeMcDxaLvEZKyVCoYjyQZxRcg4N9OFwxpnu6bYYF7O4pMbs2wITc4mW6YSEg== + /@storybook/addons/6.1.11: dependencies: - '@storybook/api': 5.3.21_regenerator-runtime@0.13.7 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 + '@storybook/api': 6.1.11 + '@storybook/channels': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/core-events': 6.1.11 + '@storybook/router': 6.1.11 + '@storybook/theming': 6.1.11 core-js: 3.8.2 global: 4.4.0 - util-deprecate: 1.0.2 + regenerator-runtime: 0.13.7 dev: false peerDependencies: - regenerator-runtime: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== - /@storybook/api/5.3.21: + integrity: sha512-OZXsdmn60dVe482l9zWxzOqqJApD2jggk/8QJKn3/Ub9posmqdqg712bW6v71BBe0UXXG/QfkZA7gcyiyEENbw== + /@storybook/addons/6.1.11_react-dom@16.14.0+react@16.14.0: dependencies: - '@reach/router': 1.3.4_react@16.14.0 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react@16.14.0 - '@storybook/theming': 5.3.21_react@16.14.0 - '@types/reach__router': 1.3.6 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/channels': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/core-events': 6.1.11 + '@storybook/router': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 core-js: 3.8.2 - fast-deep-equal: 2.0.1 global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - prop-types: 15.7.2 react: 16.14.0 - semver: 6.3.0 - shallow-equal: 1.2.1 - store2: 2.12.0 - telejson: 3.3.0 - util-deprecate: 1.0.2 + react-dom: 16.14.0_react@16.14.0 + regenerator-runtime: 0.13.7 dev: false peerDependencies: - regenerator-runtime: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== - /@storybook/api/5.3.21_553a6a1eff5429c148b1acaf704365ba: + integrity: sha512-OZXsdmn60dVe482l9zWxzOqqJApD2jggk/8QJKn3/Ub9posmqdqg712bW6v71BBe0UXXG/QfkZA7gcyiyEENbw== + /@storybook/api/6.1.11: dependencies: - '@reach/router': 1.3.4_react-dom@16.14.0+react@16.14.0 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 + '@reach/router': 1.3.4 + '@storybook/channels': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/core-events': 6.1.11 '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react-dom@16.14.0+react@16.14.0 - '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@storybook/router': 6.1.11 + '@storybook/semver': 7.3.2 + '@storybook/theming': 6.1.11 '@types/reach__router': 1.3.6 core-js: 3.8.2 - fast-deep-equal: 2.0.1 + fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.20 memoizerific: 1.11.3 - prop-types: 15.7.2 - react: 16.14.0 regenerator-runtime: 0.13.7 - semver: 6.3.0 - shallow-equal: 1.2.1 store2: 2.12.0 - telejson: 3.3.0 + telejson: 5.1.0 + ts-dedent: 2.0.0 util-deprecate: 1.0.2 dev: false peerDependencies: - react-dom: '*' - regenerator-runtime: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== - /@storybook/api/5.3.21_react-dom@16.14.0: + integrity: sha512-/p4QW/p3uWO0AKVveNezX3I/CotyBKaJ5ui8PuvSPsl7yvqcsK41qI4evKOw7GMQn6oP+2enRbzHpGuCUgQSjA== + /@storybook/api/6.1.11_react-dom@16.14.0+react@16.14.0: dependencies: '@reach/router': 1.3.4_react-dom@16.14.0+react@16.14.0 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react-dom@16.14.0+react@16.14.0 - '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 - '@types/reach__router': 1.3.6 - core-js: 3.8.2 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - prop-types: 15.7.2 - react: 16.14.0 - semver: 6.3.0 - shallow-equal: 1.2.1 - store2: 2.12.0 - telejson: 3.3.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - regenerator-runtime: '*' - resolution: - integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== - /@storybook/api/5.3.21_regenerator-runtime@0.13.7: - dependencies: - '@reach/router': 1.3.4_react@16.14.0 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 + '@storybook/channels': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/core-events': 6.1.11 '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react@16.14.0 - '@storybook/theming': 5.3.21_react@16.14.0 + '@storybook/router': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/semver': 7.3.2 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 '@types/reach__router': 1.3.6 core-js: 3.8.2 - fast-deep-equal: 2.0.1 + fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.20 memoizerific: 1.11.3 - prop-types: 15.7.2 react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 - semver: 6.3.0 - shallow-equal: 1.2.1 store2: 2.12.0 - telejson: 3.3.0 + telejson: 5.1.0 + ts-dedent: 2.0.0 util-deprecate: 1.0.2 dev: false peerDependencies: - regenerator-runtime: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== - /@storybook/channel-postmessage/5.3.21: + integrity: sha512-/p4QW/p3uWO0AKVveNezX3I/CotyBKaJ5ui8PuvSPsl7yvqcsK41qI4evKOw7GMQn6oP+2enRbzHpGuCUgQSjA== + /@storybook/channel-postmessage/6.1.11: dependencies: - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 + '@storybook/channels': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/core-events': 6.1.11 core-js: 3.8.2 global: 4.4.0 - telejson: 3.3.0 + qs: 6.9.4 + telejson: 5.1.0 dev: false resolution: - integrity: sha512-CfoP7aEbZtJ35R9zeujMRdIwprETUi+Ve+y84DhXYQ2uJ0rR3vO4zHLZnxMMyJ5VnYOfuO042uch07+EKBz40Q== - /@storybook/channels/5.3.21: + integrity: sha512-voW4Z2SUacDOxwN2q1NEBL//8OpgvL2C5CeoG1VQyEllKM8Vg9t1Nxo2FFTJBzv5LeEX7VIJKeBoB25DYvKyng== + /@storybook/channels/6.1.11: dependencies: core-js: 3.8.2 + ts-dedent: 2.0.0 + util-deprecate: 1.0.2 dev: false resolution: - integrity: sha512-OXoFs9XtBVg/cCk6lYMrxkzaNlJRf54ABdorp7YAAj7S9tRL1JxOZHxmjNQwEoiRvssmem2rAWtEAxfuEANsAA== - /@storybook/client-api/5.3.21: + integrity: sha512-NvjWzQ95TSV1e18jaQBCOGoe+vptKH2NOKZ7QRQ7I0O5OoHKr47IXoh+MQ5C8CRD9FTdLE/xWdn1sVVEPRyHEw== + /@storybook/client-api/6.1.11: dependencies: - '@storybook/addons': 5.3.21 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 + '@storybook/addons': 6.1.11 + '@storybook/channel-postmessage': 6.1.11 + '@storybook/channels': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/core-events': 6.1.11 '@storybook/csf': 0.0.1 + '@types/qs': 6.9.5 '@types/webpack-env': 1.16.0 core-js: 3.8.2 - eventemitter3: 4.0.7 global: 4.4.0 - is-plain-object: 3.0.1 lodash: 4.17.20 memoizerific: 1.11.3 qs: 6.9.4 + regenerator-runtime: 0.13.7 stable: 0.1.8 - ts-dedent: 1.2.0 + store2: 2.12.0 + ts-dedent: 2.0.0 util-deprecate: 1.0.2 dev: false + peerDependencies: + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== - /@storybook/client-api/5.3.21_553a6a1eff5429c148b1acaf704365ba: + integrity: sha512-DodJQzGCR+PYs26klvbquTjfBgkw5nvCZd3jpgWQtOrYaY/cMY1LLkVkKqrm2ENW8f7vf7tiw78RtxaXy7xeIQ== + /@storybook/client-api/6.1.11_react-dom@16.14.0+react@16.14.0: dependencies: - '@storybook/addons': 5.3.21_553a6a1eff5429c148b1acaf704365ba - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/channel-postmessage': 6.1.11 + '@storybook/channels': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/core-events': 6.1.11 '@storybook/csf': 0.0.1 + '@types/qs': 6.9.5 '@types/webpack-env': 1.16.0 core-js: 3.8.2 - eventemitter3: 4.0.7 global: 4.4.0 - is-plain-object: 3.0.1 lodash: 4.17.20 memoizerific: 1.11.3 qs: 6.9.4 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 + regenerator-runtime: 0.13.7 stable: 0.1.8 - ts-dedent: 1.2.0 + store2: 2.12.0 + ts-dedent: 2.0.0 util-deprecate: 1.0.2 dev: false peerDependencies: - react-dom: '*' - regenerator-runtime: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== - /@storybook/client-api/5.3.21_react-dom@16.14.0: + integrity: sha512-DodJQzGCR+PYs26klvbquTjfBgkw5nvCZd3jpgWQtOrYaY/cMY1LLkVkKqrm2ENW8f7vf7tiw78RtxaXy7xeIQ== + /@storybook/client-logger/6.1.11: dependencies: - '@storybook/addons': 5.3.21_react-dom@16.14.0 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.16.0 core-js: 3.8.2 - eventemitter3: 4.0.7 global: 4.4.0 - is-plain-object: 3.0.1 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - stable: 0.1.8 - ts-dedent: 1.2.0 - util-deprecate: 1.0.2 dev: false - peerDependencies: - react-dom: '*' resolution: - integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== - /@storybook/client-api/5.3.21_regenerator-runtime@0.13.7: + integrity: sha512-dSc+VKLW1UaiMPMhlZYRqhynrrHdHFiBEgU28+8LcmoZ1yhZBwLkcKdSD4YTT0CbMJAG1/+NUW5kRI8Geeg+rA== + /@storybook/components/6.1.11: dependencies: - '@storybook/addons': 5.3.21_regenerator-runtime@0.13.7 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 + '@popperjs/core': 2.6.0 + '@storybook/client-logger': 6.1.11 '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.16.0 + '@storybook/theming': 6.1.11 + '@types/overlayscrollbars': 1.12.0 + '@types/react-color': 3.0.4 + '@types/react-syntax-highlighter': 11.0.4 core-js: 3.8.2 - eventemitter3: 4.0.7 + fast-deep-equal: 3.1.3 global: 4.4.0 - is-plain-object: 3.0.1 lodash: 4.17.20 + markdown-to-jsx: 6.11.4 memoizerific: 1.11.3 - qs: 6.9.4 - stable: 0.1.8 - ts-dedent: 1.2.0 - util-deprecate: 1.0.2 + overlayscrollbars: 1.13.1 + polished: 3.6.7 + react-color: 2.19.3 + react-popper-tooltip: 3.1.1 + react-syntax-highlighter: 13.5.3 + react-textarea-autosize: 8.3.0 + ts-dedent: 2.0.0 dev: false peerDependencies: - regenerator-runtime: '*' - resolution: - integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== - /@storybook/client-logger/5.3.21: - dependencies: - core-js: 3.8.2 - dev: false + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-OzQkwpZ5SK9cXD9Mv6lxPGPot+hSZvnkEW12kpt1AHfJz4ET26YTDOI3oetPsjfRJo6qYLeQX8+wF7rklfXbzA== - /@storybook/components/5.3.21_@types+react@16.14.2: + integrity: sha512-DGDl76uONTkg0rpsa36TpVuXv4K7rFYe8GnQ/Q8n4By5tvldC4s9YXwcDRYHVrfnYybKzuZ/+jv2ZAp4/8ZaeA== + /@storybook/components/6.1.11_react-dom@16.14.0+react@16.14.0: dependencies: - '@storybook/client-logger': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@popperjs/core': 2.6.0 + '@storybook/client-logger': 6.1.11 + '@storybook/csf': 0.0.1 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@types/overlayscrollbars': 1.12.0 + '@types/react-color': 3.0.4 '@types/react-syntax-highlighter': 11.0.4 - '@types/react-textarea-autosize': 4.3.5 core-js: 3.8.2 + fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.20 markdown-to-jsx: 6.11.4_react@16.14.0 memoizerific: 1.11.3 + overlayscrollbars: 1.13.1 polished: 3.6.7 - popper.js: 1.16.1 - prop-types: 15.7.2 react: 16.14.0 + react-color: 2.19.3_react@16.14.0 react-dom: 16.14.0_react@16.14.0 - react-focus-lock: 2.5.0_fa14fe5eab06fc40706f42ae1049ee73 - react-helmet-async: 1.0.7_react-dom@16.14.0+react@16.14.0 - react-popper-tooltip: 2.11.1_react-dom@16.14.0+react@16.14.0 - react-syntax-highlighter: 11.0.2_react@16.14.0 - react-textarea-autosize: 7.1.2_react@16.14.0 - simplebar-react: 1.2.3_react-dom@16.14.0+react@16.14.0 - ts-dedent: 1.2.0 + react-popper-tooltip: 3.1.1_react-dom@16.14.0+react@16.14.0 + react-syntax-highlighter: 13.5.3_react@16.14.0 + react-textarea-autosize: 8.3.0_react@16.14.0 + ts-dedent: 2.0.0 dev: false peerDependencies: - '@types/react': '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA== - /@storybook/core-events/5.3.21: + integrity: sha512-DGDl76uONTkg0rpsa36TpVuXv4K7rFYe8GnQ/Q8n4By5tvldC4s9YXwcDRYHVrfnYybKzuZ/+jv2ZAp4/8ZaeA== + /@storybook/core-events/6.1.11: dependencies: core-js: 3.8.2 dev: false resolution: - integrity: sha512-/Zsm1sKAh6pzQv8jQUmuhM7nuM01ZljIRKy8p2HjPNlMjDB5yaRkBfyeAUXUg+qXNI6aHVWa4jGdPEdwwY4oLA== - /@storybook/core/5.3.21_2e85177fe37ecbea13c287db661c3cc6: + integrity: sha512-hTib81W8PxepM7iXVvl3pBXSaGpChl5LTzaLCoIRO9sSB8dy0/x2DLAHzbQvShk/l1wqUc3TtOLIxq+eC9l3wg== + /@storybook/core/6.1.11: dependencies: '@babel/core': 7.12.10 '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-proposal-decorators': 7.12.12_@babel+core@7.12.10 + '@babel/plugin-proposal-export-default-from': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.10 '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-proposal-optional-chaining': 7.12.7_@babel+core@7.12.10 + '@babel/plugin-proposal-private-methods': 7.12.1_@babel+core@7.12.10 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-transform-react-constant-elements': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-arrow-functions': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-block-scoping': 7.12.12_@babel+core@7.12.10 + '@babel/plugin-transform-classes': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-destructuring': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-for-of': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-parameters': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-shorthand-properties': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-spread': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-template-literals': 7.12.1_@babel+core@7.12.10 '@babel/preset-env': 7.12.11_@babel+core@7.12.10 - '@storybook/addons': 5.3.21_regenerator-runtime@0.13.7 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/client-api': 5.3.21_regenerator-runtime@0.13.7 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 + '@babel/preset-react': 7.12.10_@babel+core@7.12.10 + '@babel/preset-typescript': 7.12.7_@babel+core@7.12.10 + '@babel/register': 7.12.10_@babel+core@7.12.10 + '@storybook/addons': 6.1.11 + '@storybook/api': 6.1.11 + '@storybook/channel-postmessage': 6.1.11 + '@storybook/channels': 6.1.11 + '@storybook/client-api': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11 + '@storybook/core-events': 6.1.11 '@storybook/csf': 0.0.1 - '@storybook/node-logger': 5.3.21 - '@storybook/router': 5.3.21 - '@storybook/theming': 5.3.21 - '@storybook/ui': 5.3.21_@types+react@16.14.2 + '@storybook/node-logger': 6.1.11 + '@storybook/router': 6.1.11 + '@storybook/semver': 7.3.2 + '@storybook/theming': 6.1.11 + '@storybook/ui': 6.1.11 + '@types/glob-base': 0.3.0 + '@types/micromatch': 4.0.1 + '@types/node-fetch': 2.5.7 airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.14 autoprefixer: 9.8.6 - babel-loader: 8.2.2_@babel+core@7.12.10 - babel-plugin-add-react-displayname: 0.0.5 + babel-loader: 8.2.2_cb0b35cdd86d43ae111e54bfa48070d7 babel-plugin-emotion: 10.0.33 babel-plugin-macros: 2.8.0 babel-preset-minify: 0.5.1 + better-opn: 2.1.1 boxen: 4.2.0 case-sensitive-paths-webpack-plugin: 2.3.0 - chalk: 3.0.0 - cli-table3: 0.5.1 - commander: 4.1.1 + chalk: 4.1.0 + cli-table3: 0.6.0 + commander: 5.1.0 core-js: 3.8.2 - corejs-upgrade-webpack-plugin: 2.2.0 + cpy: 8.1.1 css-loader: 3.6.0_webpack@4.44.2 detect-port: 1.3.0 dotenv-webpack: 1.8.0_webpack@4.44.2 - ejs: 2.7.4 + ejs: 3.1.5 express: 4.17.1 - file-loader: 4.3.0_webpack@4.44.2 + file-loader: 6.2.0_webpack@4.44.2 file-system-cache: 1.0.5 - find-cache-dir: 3.3.1 find-up: 4.1.0 - fs-extra: 8.1.0 + fork-ts-checker-webpack-plugin: 4.1.6 + fs-extra: 9.0.1 + glob: 7.1.6 glob-base: 0.3.0 + glob-promise: 3.4.0_glob@7.1.6 global: 4.4.0 html-webpack-plugin: 4.5.1_webpack@4.44.2 inquirer: 7.3.3 @@ -4235,83 +4360,106 @@ packages: lazy-universal-dotenv: 3.0.1 micromatch: 4.0.2 node-fetch: 2.6.1 - open: 7.3.0 - pnp-webpack-plugin: 1.5.0 + pkg-dir: 4.2.0 + pnp-webpack-plugin: 1.6.4 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 3.0.0 pretty-hrtime: 1.0.3 qs: 6.9.4 - raw-loader: 3.1.0_webpack@4.44.2 - react-dev-utils: 9.1.0 + raw-loader: 4.0.2_webpack@4.44.2 + react-dev-utils: 10.2.1 regenerator-runtime: 0.13.7 - resolve: 1.19.0 resolve-from: 5.0.0 - semver: 6.3.0 serve-favicon: 2.5.0 shelljs: 0.8.4 + stable: 0.1.8 style-loader: 1.3.0_webpack@4.44.2 - terser-webpack-plugin: 2.3.8_webpack@4.44.2 - ts-dedent: 1.2.0 + telejson: 5.1.0 + terser-webpack-plugin: 3.1.0_webpack@4.44.2 + ts-dedent: 2.0.0 unfetch: 4.2.0 - url-loader: 2.3.0_file-loader@4.3.0+webpack@4.44.2 + url-loader: 4.1.1_file-loader@6.2.0+webpack@4.44.2 util-deprecate: 1.0.2 webpack: 4.44.2 webpack-dev-middleware: 3.7.3_webpack@4.44.2 + webpack-filter-warnings-plugin: 1.2.1_webpack@4.44.2 webpack-hot-middleware: 2.25.0 webpack-virtual-modules: 0.2.2 dev: false peerDependencies: - '@babel/core': '*' - '@types/react': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA== - /@storybook/core/5.3.21_39ed94634ae9d458af418ac3f5a2394d: + integrity: sha512-pYOOQwiNJ5myLRn6p6nnLUjjjISHK/N55vS4HFnETYSaRLA++h1coN1jk7Zwt89dOQTdF0EsTJn+6snYOC+lxQ== + /@storybook/core/6.1.11_57e9b9bc897643e588d334e009fcfb51: dependencies: '@babel/core': 7.12.10 '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-proposal-decorators': 7.12.12_@babel+core@7.12.10 + '@babel/plugin-proposal-export-default-from': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.10 '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-proposal-optional-chaining': 7.12.7_@babel+core@7.12.10 + '@babel/plugin-proposal-private-methods': 7.12.1_@babel+core@7.12.10 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.10 - '@babel/plugin-transform-react-constant-elements': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-arrow-functions': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-block-scoping': 7.12.12_@babel+core@7.12.10 + '@babel/plugin-transform-classes': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-destructuring': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-for-of': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-parameters': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-shorthand-properties': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-spread': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-template-literals': 7.12.1_@babel+core@7.12.10 '@babel/preset-env': 7.12.11_@babel+core@7.12.10 - '@storybook/addons': 5.3.21_553a6a1eff5429c148b1acaf704365ba - '@storybook/channel-postmessage': 5.3.21 - '@storybook/client-api': 5.3.21_553a6a1eff5429c148b1acaf704365ba - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 + '@babel/preset-react': 7.12.10_@babel+core@7.12.10 + '@babel/preset-typescript': 7.12.7_@babel+core@7.12.10 + '@babel/register': 7.12.10_@babel+core@7.12.10 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/channel-postmessage': 6.1.11 + '@storybook/channels': 6.1.11 + '@storybook/client-api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/core-events': 6.1.11 '@storybook/csf': 0.0.1 - '@storybook/node-logger': 5.3.21 - '@storybook/router': 5.3.21_react-dom@16.14.0+react@16.14.0 - '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 - '@storybook/ui': 5.3.21_@types+react@16.14.2 + '@storybook/node-logger': 6.1.11 + '@storybook/router': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/semver': 7.3.2 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/ui': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@types/glob-base': 0.3.0 + '@types/micromatch': 4.0.1 + '@types/node-fetch': 2.5.7 airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.14 autoprefixer: 9.8.6 - babel-loader: 8.2.2_@babel+core@7.12.10 - babel-plugin-add-react-displayname: 0.0.5 + babel-loader: 8.2.2_cb0b35cdd86d43ae111e54bfa48070d7 babel-plugin-emotion: 10.0.33 babel-plugin-macros: 2.8.0 babel-preset-minify: 0.5.1 + better-opn: 2.1.1 boxen: 4.2.0 case-sensitive-paths-webpack-plugin: 2.3.0 - chalk: 3.0.0 - cli-table3: 0.5.1 - commander: 4.1.1 + chalk: 4.1.0 + cli-table3: 0.6.0 + commander: 5.1.0 core-js: 3.8.2 - corejs-upgrade-webpack-plugin: 2.2.0 + cpy: 8.1.1 css-loader: 3.6.0_webpack@4.44.2 detect-port: 1.3.0 dotenv-webpack: 1.8.0_webpack@4.44.2 - ejs: 2.7.4 + ejs: 3.1.5 express: 4.17.1 - file-loader: 4.3.0_webpack@4.44.2 + file-loader: 6.2.0_webpack@4.44.2 file-system-cache: 1.0.5 - find-cache-dir: 3.3.1 find-up: 4.1.0 - fs-extra: 8.1.0 + fork-ts-checker-webpack-plugin: 4.1.6 + fs-extra: 9.0.1 + glob: 7.1.6 glob-base: 0.3.0 + glob-promise: 3.4.0_glob@7.1.6 global: 4.4.0 html-webpack-plugin: 4.5.1_webpack@4.44.2 inquirer: 7.3.3 @@ -4321,312 +4469,464 @@ packages: lazy-universal-dotenv: 3.0.1 micromatch: 4.0.2 node-fetch: 2.6.1 - open: 7.3.0 - pnp-webpack-plugin: 1.5.0 + pkg-dir: 4.2.0 + pnp-webpack-plugin: 1.6.4_typescript@4.1.3 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 3.0.0 pretty-hrtime: 1.0.3 qs: 6.9.4 - raw-loader: 3.1.0_webpack@4.44.2 + raw-loader: 4.0.2_webpack@4.44.2 react: 16.14.0 - react-dev-utils: 9.1.0 + react-dev-utils: 10.2.1 react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 - resolve: 1.19.0 resolve-from: 5.0.0 - semver: 6.3.0 serve-favicon: 2.5.0 shelljs: 0.8.4 + stable: 0.1.8 style-loader: 1.3.0_webpack@4.44.2 - terser-webpack-plugin: 2.3.8_webpack@4.44.2 - ts-dedent: 1.2.0 + telejson: 5.1.0 + terser-webpack-plugin: 3.1.0_webpack@4.44.2 + ts-dedent: 2.0.0 unfetch: 4.2.0 - url-loader: 2.3.0_file-loader@4.3.0+webpack@4.44.2 + url-loader: 4.1.1_file-loader@6.2.0+webpack@4.44.2 util-deprecate: 1.0.2 webpack: 4.44.2 webpack-dev-middleware: 3.7.3_webpack@4.44.2 + webpack-filter-warnings-plugin: 1.2.1_webpack@4.44.2 webpack-hot-middleware: 2.25.0 webpack-virtual-modules: 0.2.2 dev: false peerDependencies: - '@babel/core': '*' - '@types/react': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + typescript: '*' resolution: - integrity: sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA== + integrity: sha512-pYOOQwiNJ5myLRn6p6nnLUjjjISHK/N55vS4HFnETYSaRLA++h1coN1jk7Zwt89dOQTdF0EsTJn+6snYOC+lxQ== + /@storybook/core/6.1.11_react-dom@16.14.0+react@16.14.0: + dependencies: + '@babel/core': 7.12.10 + '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-proposal-decorators': 7.12.12_@babel+core@7.12.10 + '@babel/plugin-proposal-export-default-from': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-proposal-optional-chaining': 7.12.7_@babel+core@7.12.10 + '@babel/plugin-proposal-private-methods': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.10 + '@babel/plugin-transform-arrow-functions': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-block-scoping': 7.12.12_@babel+core@7.12.10 + '@babel/plugin-transform-classes': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-destructuring': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-for-of': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-parameters': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-shorthand-properties': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-spread': 7.12.1_@babel+core@7.12.10 + '@babel/plugin-transform-template-literals': 7.12.1_@babel+core@7.12.10 + '@babel/preset-env': 7.12.11_@babel+core@7.12.10 + '@babel/preset-react': 7.12.10_@babel+core@7.12.10 + '@babel/preset-typescript': 7.12.7_@babel+core@7.12.10 + '@babel/register': 7.12.10_@babel+core@7.12.10 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/channel-postmessage': 6.1.11 + '@storybook/channels': 6.1.11 + '@storybook/client-api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/core-events': 6.1.11 + '@storybook/csf': 0.0.1 + '@storybook/node-logger': 6.1.11 + '@storybook/router': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/semver': 7.3.2 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/ui': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@types/glob-base': 0.3.0 + '@types/micromatch': 4.0.1 + '@types/node-fetch': 2.5.7 + airbnb-js-shims: 2.2.1 + ansi-to-html: 0.6.14 + autoprefixer: 9.8.6 + babel-loader: 8.2.2_cb0b35cdd86d43ae111e54bfa48070d7 + babel-plugin-emotion: 10.0.33 + babel-plugin-macros: 2.8.0 + babel-preset-minify: 0.5.1 + better-opn: 2.1.1 + boxen: 4.2.0 + case-sensitive-paths-webpack-plugin: 2.3.0 + chalk: 4.1.0 + cli-table3: 0.6.0 + commander: 5.1.0 + core-js: 3.8.2 + cpy: 8.1.1 + css-loader: 3.6.0_webpack@4.44.2 + detect-port: 1.3.0 + dotenv-webpack: 1.8.0_webpack@4.44.2 + ejs: 3.1.5 + express: 4.17.1 + file-loader: 6.2.0_webpack@4.44.2 + file-system-cache: 1.0.5 + find-up: 4.1.0 + fork-ts-checker-webpack-plugin: 4.1.6 + fs-extra: 9.0.1 + glob: 7.1.6 + glob-base: 0.3.0 + glob-promise: 3.4.0_glob@7.1.6 + global: 4.4.0 + html-webpack-plugin: 4.5.1_webpack@4.44.2 + inquirer: 7.3.3 + interpret: 2.2.0 + ip: 1.1.5 + json5: 2.1.3 + lazy-universal-dotenv: 3.0.1 + micromatch: 4.0.2 + node-fetch: 2.6.1 + pkg-dir: 4.2.0 + pnp-webpack-plugin: 1.6.4 + postcss-flexbugs-fixes: 4.2.1 + postcss-loader: 3.0.0 + pretty-hrtime: 1.0.3 + qs: 6.9.4 + raw-loader: 4.0.2_webpack@4.44.2 + react: 16.14.0 + react-dev-utils: 10.2.1 + react-dom: 16.14.0_react@16.14.0 + regenerator-runtime: 0.13.7 + resolve-from: 5.0.0 + serve-favicon: 2.5.0 + shelljs: 0.8.4 + stable: 0.1.8 + style-loader: 1.3.0_webpack@4.44.2 + telejson: 5.1.0 + terser-webpack-plugin: 3.1.0_webpack@4.44.2 + ts-dedent: 2.0.0 + unfetch: 4.2.0 + url-loader: 4.1.1_file-loader@6.2.0+webpack@4.44.2 + util-deprecate: 1.0.2 + webpack: 4.44.2 + webpack-dev-middleware: 3.7.3_webpack@4.44.2 + webpack-filter-warnings-plugin: 1.2.1_webpack@4.44.2 + webpack-hot-middleware: 2.25.0 + webpack-virtual-modules: 0.2.2 + dev: false + peerDependencies: + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + resolution: + integrity: sha512-pYOOQwiNJ5myLRn6p6nnLUjjjISHK/N55vS4HFnETYSaRLA++h1coN1jk7Zwt89dOQTdF0EsTJn+6snYOC+lxQ== /@storybook/csf/0.0.1: dependencies: lodash: 4.17.20 dev: false resolution: integrity: sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw== - /@storybook/node-logger/5.3.21: + /@storybook/node-logger/6.1.11: dependencies: '@types/npmlog': 4.1.2 - chalk: 3.0.0 + chalk: 4.1.0 + core-js: 3.8.2 + npmlog: 4.1.2 + pretty-hrtime: 1.0.3 + dev: false + resolution: + integrity: sha512-MASonXDWpSMU9HF9mqbGOR1Ps/DTJ8AVmYD50+OnB9kXl4M42Dliobeq7JwKFMnZ42RelUCCSXdWW80hGrUKKA== + /@storybook/postinstall/6.1.11: + dependencies: core-js: 3.8.2 - npmlog: 4.1.2 - pretty-hrtime: 1.0.3 - regenerator-runtime: 0.13.7 dev: false resolution: - integrity: sha512-8xibncy873JXePCK5MC0qem1MKtWI1Lc4hv6rwURSwYpZtkO7yElay3XAFGUSfz8qFJkoDBmMTxBR3fp4Dln7g== - /@storybook/postinstall/5.3.21: + integrity: sha512-ICW70RuOJOHD7PcKq62yr7hCmo04F7yRMuy5/MD/G+Neaw3YpfYTc6pQ228h5UrmXiKSKG1unPkjzuIAoIeN7w== + /@storybook/react/6.1.11_@babel+core@7.12.10: dependencies: + '@babel/core': 7.12.10 + '@babel/preset-flow': 7.12.1_@babel+core@7.12.10 + '@babel/preset-react': 7.12.10_@babel+core@7.12.10 + '@pmmmwh/react-refresh-webpack-plugin': 0.4.3_637fe0af5eea2230ffdb56306b9d64e4 + '@storybook/addons': 6.1.11 + '@storybook/core': 6.1.11 + '@storybook/node-logger': 6.1.11 + '@storybook/semver': 7.3.2 + '@types/webpack-env': 1.16.0 + babel-plugin-add-react-displayname: 0.0.5 + babel-plugin-named-asset-import: 0.3.7_@babel+core@7.12.10 + babel-plugin-react-docgen: 4.2.1 core-js: 3.8.2 + global: 4.4.0 + lodash: 4.17.20 + prop-types: 15.7.2 + react-dev-utils: 10.2.1 + react-docgen-typescript-plugin: 0.6.3 + react-refresh: 0.8.3 + regenerator-runtime: 0.13.7 + ts-dedent: 2.0.0 + webpack: 4.44.2 dev: false + engines: + node: '>=8.0.0' + hasBin: true + peerDependencies: + '@babel/core': ^7.11.5 + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-pF+k27DQOWfhlrz9g8t3kAn2dCo7bFRCLMftIDGfJAyMJsXQ+Nl+RAJpM+g7AXV0G9Q0z+H93EEsxV+9ZHF7xA== - /@storybook/react/5.3.21_2e85177fe37ecbea13c287db661c3cc6: + integrity: sha512-EmR7yvVW6z6AYhfzAgJMGR/5+igeBGa1EePaEIibn51r5uboSB72N12NaADyF2OaycIdV+0sW6vP9Zvlvexa/w== + /@storybook/react/6.1.11_a2a8da7650c41c9130a7d0e58c06538e: dependencies: '@babel/core': 7.12.10 - '@babel/plugin-transform-react-constant-elements': 7.12.1_@babel+core@7.12.10 '@babel/preset-flow': 7.12.1_@babel+core@7.12.10 '@babel/preset-react': 7.12.10_@babel+core@7.12.10 - '@storybook/addons': 5.3.21_regenerator-runtime@0.13.7 - '@storybook/core': 5.3.21_2e85177fe37ecbea13c287db661c3cc6 - '@storybook/node-logger': 5.3.21 - '@svgr/webpack': 4.3.3 + '@pmmmwh/react-refresh-webpack-plugin': 0.4.3_637fe0af5eea2230ffdb56306b9d64e4 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/core': 6.1.11_57e9b9bc897643e588d334e009fcfb51 + '@storybook/node-logger': 6.1.11 + '@storybook/semver': 7.3.2 '@types/webpack-env': 1.16.0 - babel-loader: 8.2.2_@babel+core@7.12.10 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-named-asset-import: 0.3.7_@babel+core@7.12.10 - babel-plugin-react-docgen: 4.1.0 + babel-plugin-react-docgen: 4.2.1 core-js: 3.8.2 global: 4.4.0 lodash: 4.17.20 - mini-css-extract-plugin: 0.7.0_webpack@4.44.2 prop-types: 15.7.2 - react-dev-utils: 9.1.0 + react: 16.14.0 + react-dev-utils: 10.2.1 + react-docgen-typescript-plugin: 0.6.3_typescript@4.1.3 + react-dom: 16.14.0_react@16.14.0 + react-refresh: 0.8.3 regenerator-runtime: 0.13.7 - semver: 6.3.0 - ts-dedent: 1.2.0 + ts-dedent: 2.0.0 webpack: 4.44.2 dev: false engines: node: '>=8.0.0' hasBin: true peerDependencies: - '@babel/core': ^7.0.1 - '@types/react': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' + '@babel/core': ^7.11.5 + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + typescript: '*' resolution: - integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA== - /@storybook/react/5.3.21_39ed94634ae9d458af418ac3f5a2394d: + integrity: sha512-EmR7yvVW6z6AYhfzAgJMGR/5+igeBGa1EePaEIibn51r5uboSB72N12NaADyF2OaycIdV+0sW6vP9Zvlvexa/w== + /@storybook/react/6.1.11_ad73ffc78ffa321d3138a4dec023a174: dependencies: '@babel/core': 7.12.10 - '@babel/plugin-transform-react-constant-elements': 7.12.1_@babel+core@7.12.10 '@babel/preset-flow': 7.12.1_@babel+core@7.12.10 '@babel/preset-react': 7.12.10_@babel+core@7.12.10 - '@storybook/addons': 5.3.21_553a6a1eff5429c148b1acaf704365ba - '@storybook/core': 5.3.21_39ed94634ae9d458af418ac3f5a2394d - '@storybook/node-logger': 5.3.21 - '@svgr/webpack': 4.3.3 + '@pmmmwh/react-refresh-webpack-plugin': 0.4.3_637fe0af5eea2230ffdb56306b9d64e4 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/core': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/node-logger': 6.1.11 + '@storybook/semver': 7.3.2 '@types/webpack-env': 1.16.0 - babel-loader: 8.2.2_@babel+core@7.12.10 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-named-asset-import: 0.3.7_@babel+core@7.12.10 - babel-plugin-react-docgen: 4.1.0 + babel-plugin-react-docgen: 4.2.1 core-js: 3.8.2 global: 4.4.0 lodash: 4.17.20 - mini-css-extract-plugin: 0.7.0_webpack@4.44.2 prop-types: 15.7.2 react: 16.14.0 - react-dev-utils: 9.1.0 + react-dev-utils: 10.2.1 + react-docgen-typescript-plugin: 0.6.3 react-dom: 16.14.0_react@16.14.0 + react-refresh: 0.8.3 regenerator-runtime: 0.13.7 - semver: 6.3.0 - ts-dedent: 1.2.0 + ts-dedent: 2.0.0 webpack: 4.44.2 dev: false engines: node: '>=8.0.0' hasBin: true peerDependencies: - '@babel/core': ^7.0.1 - '@types/react': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' + '@babel/core': ^7.11.5 + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA== - /@storybook/router/5.3.21: + integrity: sha512-EmR7yvVW6z6AYhfzAgJMGR/5+igeBGa1EePaEIibn51r5uboSB72N12NaADyF2OaycIdV+0sW6vP9Zvlvexa/w== + /@storybook/router/6.1.11: dependencies: '@reach/router': 1.3.4 - '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.6 core-js: 3.8.2 global: 4.4.0 - lodash: 4.17.20 memoizerific: 1.11.3 qs: 6.9.4 - util-deprecate: 1.0.2 dev: false peerDependencies: - react: '*' - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg== - /@storybook/router/5.3.21_react-dom@16.14.0+react@16.14.0: + integrity: sha512-YEYOoKMo/WI13MZCkdqI9X3H1G0Oj5OUxi7So4qd3khX3zcCjSr3LjiMDBcmIVZpFo5VAvzjhIY4KqpgvzTG0A== + /@storybook/router/6.1.11_react-dom@16.14.0+react@16.14.0: dependencies: '@reach/router': 1.3.4_react-dom@16.14.0+react@16.14.0 - '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.6 core-js: 3.8.2 global: 4.4.0 - lodash: 4.17.20 memoizerific: 1.11.3 qs: 6.9.4 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - util-deprecate: 1.0.2 dev: false peerDependencies: - react: '*' - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg== - /@storybook/router/5.3.21_react@16.14.0: + integrity: sha512-YEYOoKMo/WI13MZCkdqI9X3H1G0Oj5OUxi7So4qd3khX3zcCjSr3LjiMDBcmIVZpFo5VAvzjhIY4KqpgvzTG0A== + /@storybook/semver/7.3.2: dependencies: - '@reach/router': 1.3.4_react@16.14.0 - '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.6 core-js: 3.8.2 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - react: 16.14.0 - util-deprecate: 1.0.2 + find-up: 4.1.0 dev: false - peerDependencies: - react: '*' - react-dom: '*' + engines: + node: '>=10' + hasBin: true resolution: - integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg== - /@storybook/source-loader/5.3.21: + integrity: sha512-SWeszlsiPsMI0Ps0jVNtH64cI5c0UF3f7KgjVKJoNP30crQ6wUSddY2hsdeczZXEKVJGEn50Q60flcGsQGIcrg== + /@storybook/source-loader/6.1.11: dependencies: - '@storybook/addons': 5.3.21_regenerator-runtime@0.13.7 - '@storybook/client-logger': 5.3.21 + '@storybook/addons': 6.1.11 + '@storybook/client-logger': 6.1.11 '@storybook/csf': 0.0.1 core-js: 3.8.2 estraverse: 4.3.0 global: 4.4.0 - loader-utils: 1.4.0 - prettier: 1.19.1 - prop-types: 15.7.2 + loader-utils: 2.0.0 + lodash: 4.17.20 + prettier: 2.0.5 regenerator-runtime: 0.13.7 + source-map: 0.7.3 dev: false + peerDependencies: + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-kzaxvmWhRdkgp7a/XhsHxOB1D3XOkA8kmFahMAJD506hts8he+G2QSaj3BosOFCxa2OYAxbcIBs3JFyaXQGJ0A== - /@storybook/source-loader/5.3.21_react-dom@16.14.0: + integrity: sha512-pEMWGn3XwZYAXwIrtmd7ziH5d1zN8NCpJM8vNJssntZFW45rDo69xgGM/PrTLPDca6f/Mhv+vqzR99tdfarJSw== + /@storybook/source-loader/6.1.11_react-dom@16.14.0+react@16.14.0: dependencies: - '@storybook/addons': 5.3.21_553a6a1eff5429c148b1acaf704365ba - '@storybook/client-logger': 5.3.21 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/client-logger': 6.1.11 '@storybook/csf': 0.0.1 core-js: 3.8.2 estraverse: 4.3.0 global: 4.4.0 - loader-utils: 1.4.0 - prettier: 1.19.1 - prop-types: 15.7.2 + loader-utils: 2.0.0 + lodash: 4.17.20 + prettier: 2.0.5 + react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.7 + source-map: 0.7.3 dev: false peerDependencies: - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-kzaxvmWhRdkgp7a/XhsHxOB1D3XOkA8kmFahMAJD506hts8he+G2QSaj3BosOFCxa2OYAxbcIBs3JFyaXQGJ0A== - /@storybook/theming/5.3.21: + integrity: sha512-pEMWGn3XwZYAXwIrtmd7ziH5d1zN8NCpJM8vNJssntZFW45rDo69xgGM/PrTLPDca6f/Mhv+vqzR99tdfarJSw== + /@storybook/theming/6.1.11: dependencies: '@emotion/core': 10.1.1 + '@emotion/is-prop-valid': 0.8.8 '@emotion/styled': 10.0.27_@emotion+core@10.1.1 - '@storybook/client-logger': 5.3.21 + '@storybook/client-logger': 6.1.11 core-js: 3.8.2 deep-object-diff: 1.1.0 emotion-theming: 10.0.27_@emotion+core@10.1.1 global: 4.4.0 memoizerific: 1.11.3 polished: 3.6.7 - prop-types: 15.7.2 resolve-from: 5.0.0 - ts-dedent: 1.2.0 + ts-dedent: 2.0.0 dev: false peerDependencies: - react: '*' - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== - /@storybook/theming/5.3.21_react-dom@16.14.0+react@16.14.0: + integrity: sha512-zRChacVgKoU2BmpvwK1ntiF3KIpc8QblJT7IGiKfP/BNpy9gNeXbLPLk3g/tkHszOvVYtkaZhEXni4Od8tqy1A== + /@storybook/theming/6.1.11_react-dom@16.14.0+react@16.14.0: dependencies: '@emotion/core': 10.1.1_react@16.14.0 + '@emotion/is-prop-valid': 0.8.8 '@emotion/styled': 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf - '@storybook/client-logger': 5.3.21 + '@storybook/client-logger': 6.1.11 core-js: 3.8.2 deep-object-diff: 1.1.0 emotion-theming: 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf global: 4.4.0 memoizerific: 1.11.3 polished: 3.6.7 - prop-types: 15.7.2 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 resolve-from: 5.0.0 - ts-dedent: 1.2.0 + ts-dedent: 2.0.0 dev: false peerDependencies: - react: '*' - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== - /@storybook/theming/5.3.21_react@16.14.0: + integrity: sha512-zRChacVgKoU2BmpvwK1ntiF3KIpc8QblJT7IGiKfP/BNpy9gNeXbLPLk3g/tkHszOvVYtkaZhEXni4Od8tqy1A== + /@storybook/ui/6.1.11: dependencies: - '@emotion/core': 10.1.1_react@16.14.0 - '@emotion/styled': 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf - '@storybook/client-logger': 5.3.21 + '@emotion/core': 10.1.1 + '@storybook/addons': 6.1.11 + '@storybook/api': 6.1.11 + '@storybook/channels': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11 + '@storybook/core-events': 6.1.11 + '@storybook/router': 6.1.11 + '@storybook/semver': 7.3.2 + '@storybook/theming': 6.1.11 + '@types/markdown-to-jsx': 6.11.3 + copy-to-clipboard: 3.3.1 core-js: 3.8.2 - deep-object-diff: 1.1.0 - emotion-theming: 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf + core-js-pure: 3.8.2 + downshift: 6.0.10 + emotion-theming: 10.0.27_@emotion+core@10.1.1 + fuse.js: 3.6.1 global: 4.4.0 + lodash: 4.17.20 + markdown-to-jsx: 6.11.4 memoizerific: 1.11.3 polished: 3.6.7 - prop-types: 15.7.2 - react: 16.14.0 + qs: 6.9.4 + react-draggable: 4.4.3 + react-helmet-async: 1.0.7 + react-hotkeys: 2.0.0 + react-sizeme: 2.6.12 + regenerator-runtime: 0.13.7 resolve-from: 5.0.0 - ts-dedent: 1.2.0 + store2: 2.12.0 dev: false peerDependencies: - react: '*' - react-dom: '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== - /@storybook/ui/5.3.21_@types+react@16.14.2: + integrity: sha512-Qth2dxS5+VbKHcqgkiKpeD+xr/hRUuUIDUA/2Ierh/BaA8Up/krlso/mCLaQOa5E8Og9WJAdDFO0cUbt939c2Q== + /@storybook/ui/6.1.11_react-dom@16.14.0+react@16.14.0: dependencies: '@emotion/core': 10.1.1_react@16.14.0 - '@storybook/addons': 5.3.21_553a6a1eff5429c148b1acaf704365ba - '@storybook/api': 5.3.21_553a6a1eff5429c148b1acaf704365ba - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.14.2 - '@storybook/core-events': 5.3.21 - '@storybook/router': 5.3.21_react-dom@16.14.0+react@16.14.0 - '@storybook/theming': 5.3.21_react-dom@16.14.0+react@16.14.0 + '@storybook/addons': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/api': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/channels': 6.1.11 + '@storybook/client-logger': 6.1.11 + '@storybook/components': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/core-events': 6.1.11 + '@storybook/router': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/semver': 7.3.2 + '@storybook/theming': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@types/markdown-to-jsx': 6.11.3 copy-to-clipboard: 3.3.1 core-js: 3.8.2 core-js-pure: 3.8.2 + downshift: 6.0.10_react@16.14.0 emotion-theming: 10.0.27_5f216699bc8c1f24088b3bf77b7cbbdf - fast-deep-equal: 2.0.1 fuse.js: 3.6.1 global: 4.4.0 lodash: 4.17.20 markdown-to-jsx: 6.11.4_react@16.14.0 memoizerific: 1.11.3 polished: 3.6.7 - prop-types: 15.7.2 qs: 6.9.4 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 @@ -4636,15 +4936,13 @@ packages: react-sizeme: 2.6.12_react-dom@16.14.0+react@16.14.0 regenerator-runtime: 0.13.7 resolve-from: 5.0.0 - semver: 6.3.0 store2: 2.12.0 - telejson: 3.3.0 - util-deprecate: 1.0.2 dev: false peerDependencies: - '@types/react': '*' + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-OUf8JYY9LN+XfzLSZE6KtboITGDL6C8Z0W9QOXM5LJwFLv4PkANK/f9qsB5vVHFm7vhoO96butFzs6SjTKhxkw== + integrity: sha512-Qth2dxS5+VbKHcqgkiKpeD+xr/hRUuUIDUA/2Ierh/BaA8Up/krlso/mCLaQOa5E8Og9WJAdDFO0cUbt939c2Q== /@svgr/babel-plugin-add-jsx-attribute/4.2.0: dev: false engines: @@ -4775,21 +5073,6 @@ packages: node: '>=8' resolution: integrity: sha512-PrMtEDUWjX3Ea65JsVCwTIXuSqa3CG9px+DluF1/eo9mlDrgrtFE7NE/DjdhjJgSM9wenlVBzkzneSIUgfUI/w== - /@svgr/webpack/4.3.3: - dependencies: - '@babel/core': 7.12.10 - '@babel/plugin-transform-react-constant-elements': 7.12.1_@babel+core@7.12.10 - '@babel/preset-env': 7.12.11_@babel+core@7.12.10 - '@babel/preset-react': 7.12.10_@babel+core@7.12.10 - '@svgr/core': 4.3.3 - '@svgr/plugin-jsx': 4.3.3 - '@svgr/plugin-svgo': 4.3.1 - loader-utils: 1.4.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-bjnWolZ6KVsHhgyCoYRFmbd26p8XVbulCzSG53BDQqAr+JOAderYK7CuYrB3bDjHJuF6LJ7Wrr42+goLRV9qIg== /@testing-library/dom/7.29.1: dependencies: '@babel/code-frame': 7.12.11 @@ -4912,6 +5195,21 @@ packages: dev: false resolution: integrity: sha512-kSjgDMZONiIfSH1Nxcr5JIRMwUetDki63FSQfpTCz8ogF3Ulqm8+mr5f78dUYs6vMiB6gBusQqfQmBvHZj/lwg== + /@types/braces/3.0.0: + dev: false + resolution: + integrity: sha512-TbH79tcyi9FHwbyboOKeRachRq63mSuWYXOflsNO9ZyE5ClQ/JaozNKl+aWUq87qPNsXasXxi2AbgfwIJ+8GQw== + /@types/glob-base/0.3.0: + dev: false + resolution: + integrity: sha1-pYHWiDR+EOUN18F9byiAoQNUMZ0= + /@types/glob/7.1.3: + dependencies: + '@types/minimatch': 3.0.3 + '@types/node': 14.14.20 + dev: false + resolution: + integrity: sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== /@types/graceful-fs/4.1.4: dependencies: '@types/node': 14.14.20 @@ -4974,24 +5272,43 @@ packages: dev: false resolution: integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4= + /@types/markdown-to-jsx/6.11.3: + dependencies: + '@types/react': 16.14.2 + dev: false + resolution: + integrity: sha512-30nFYpceM/ZEvhGiqWjm5quLUxNeld0HCzJEXMZZDpq53FPkS85mTwkWtCXzCqq8s5JYLgM5W392a02xn8Bdaw== /@types/mdast/3.0.3: dependencies: '@types/unist': 2.0.3 dev: false resolution: integrity: sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw== + /@types/micromatch/4.0.1: + dependencies: + '@types/braces': 3.0.0 + dev: false + resolution: + integrity: sha512-my6fLBvpY70KattTNzYOK6KU1oR1+UCz9ug/JbcF5UrEmeCt9P7DV2t7L8+t18mMPINqGQCE4O8PLOPbI84gxw== + /@types/minimatch/3.0.3: + dev: false + resolution: + integrity: sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== /@types/minimist/1.2.1: dev: false resolution: integrity: sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg== - /@types/node/10.17.13: + /@types/node-fetch/2.5.7: + dependencies: + '@types/node': 14.14.20 + form-data: 3.0.0 dev: false resolution: - integrity: sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg== - /@types/node/12.19.12: + integrity: sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw== + /@types/node/10.17.13: dev: false resolution: - integrity: sha512-UwfL2uIU9arX/+/PRcIkT08/iBadGN2z6ExOROA2Dh5mAuWTBj6iJbQX4nekiV5H8cTrEG569LeX+HRco9Cbxw== + integrity: sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg== /@types/node/14.14.20: dev: false resolution: @@ -5004,6 +5321,10 @@ packages: dev: false resolution: integrity: sha512-4QQmOF5KlwfxJ5IGXFIudkeLCdMABz03RcUXu+LCb24zmln8QW6aDjuGl4d4XPVLf2j+FnjelHTP7dvceAFbhA== + /@types/overlayscrollbars/1.12.0: + dev: false + resolution: + integrity: sha512-h/pScHNKi4mb+TrJGDon8Yb06ujFG0mSg12wIO0sWMUF3dQIe2ExRRdNRviaNt9IjxIiOfnRr7FsQAdHwK4sMg== /@types/parse-json/4.0.0: dev: false resolution: @@ -5012,10 +5333,6 @@ packages: dev: false resolution: integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw== - /@types/parsimmon/1.10.6: - dev: false - resolution: - integrity: sha512-FwAQwMRbkhx0J6YELkwIpciVzCcgEqXEbIrIn3a2P5d3kGEHQ3wVhlN3YdVepYP+bZzCYO6OjmD4o9TGOZ40rA== /@types/prettier/2.1.6: dev: false resolution: @@ -5028,6 +5345,10 @@ packages: dev: false resolution: integrity: sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== + /@types/qs/6.9.5: + dev: false + resolution: + integrity: sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ== /@types/reach__router/1.3.6: dependencies: '@types/history': 4.7.8 @@ -5048,18 +5369,18 @@ packages: dev: false resolution: integrity: sha512-9GfTo3a0PHwQeTVoqs0g5bS28KkSY48pp5659wA+Dp4MqceDEa8EHBqrllJvvtyusszyJhViUEap0FDvlk/9Zg== - /@types/react-test-renderer/17.0.0: + /@types/react-test-renderer/16.9.4: dependencies: '@types/react': 16.14.2 dev: false resolution: - integrity: sha512-nvw+F81OmyzpyIE1S0xWpLonLUZCMewslPuA8BtjSKc5XEbn8zEQBXS7KuOLHTNnSOEM2Pum50gHOoZ62tqTRg== - /@types/react-textarea-autosize/4.3.5: + integrity: sha512-ZcnGz4O5I6C/gA7V8SInBDrUdhUwjc9C4n3hyeciwTc0oGYi0efYxxD0M0ASiN5SZzCBGGwb9tGtIk7270BqsQ== + /@types/react-test-renderer/17.0.0: dependencies: '@types/react': 16.14.2 dev: false resolution: - integrity: sha512-PiDL83kPMTolyZAWW3lyzO6ktooTb9tFTntVy7CA83/qFLWKLJ5bLeRboy6J6j3b1e8h2Eec6gBTEOOJRjV14A== + integrity: sha512-nvw+F81OmyzpyIE1S0xWpLonLUZCMewslPuA8BtjSKc5XEbn8zEQBXS7KuOLHTNnSOEM2Pum50gHOoZ62tqTRg== /@types/react/16.14.2: dependencies: '@types/prop-types': 15.7.3 @@ -5144,12 +5465,6 @@ packages: dev: false resolution: integrity: sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA== - /@types/yargs/13.0.11: - dependencies: - '@types/yargs-parser': 20.2.0 - dev: false - resolution: - integrity: sha512-NRqD6T4gktUrDi1o1wLH3EKC1o2caCr7/wR87ODcbVITQF106OM3sFN92ysZ++wqelOd1CTzatnOBRDYYG6wGQ== /@types/yargs/15.0.12: dependencies: '@types/yargs-parser': 20.2.0 @@ -5335,57 +5650,6 @@ packages: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-hVpsLARbDh4B9TKYz5cLbcdMIOAoBYgFPCSP9FFS/liSF+b33gVNq8JHY3QGhHNVz85hObvL7BEYLlgx553WCw== - /@vue/compiler-core/3.0.5: - dependencies: - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 - '@vue/shared': 3.0.5 - estree-walker: 2.0.2 - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-iFXwk2gmU/GGwN4hpBwDWWMLvpkIejf/AybcFtlQ5V1ur+5jwfBaV0Y1RXoR6ePfBPJixtKZ3PmN+M+HgMAtfQ== - /@vue/compiler-dom/3.0.5: - dependencies: - '@vue/compiler-core': 3.0.5 - '@vue/shared': 3.0.5 - dev: false - resolution: - integrity: sha512-HSOSe2XSPuCkp20h4+HXSiPH9qkhz6YbW9z9ZtL5vef2T2PMugH7/osIFVSrRZP/Ul5twFZ7MIRlp8tPX6e4/g== - /@vue/compiler-sfc/3.0.5: - dependencies: - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 - '@vue/compiler-core': 3.0.5 - '@vue/compiler-dom': 3.0.5 - '@vue/compiler-ssr': 3.0.5 - '@vue/shared': 3.0.5 - consolidate: 0.16.0 - estree-walker: 2.0.2 - hash-sum: 2.0.0 - lru-cache: 5.1.1 - magic-string: 0.25.7 - merge-source-map: 1.1.0 - postcss: 7.0.35 - postcss-modules: 3.2.2 - postcss-selector-parser: 6.0.4 - source-map: 0.6.1 - dev: false - peerDependencies: - vue: 3.0.5 - resolution: - integrity: sha512-uOAC4X0Gx3SQ9YvDC7YMpbDvoCmPvP0afVhJoxRotDdJ+r8VO3q4hFf/2f7U62k4Vkdftp6DVni8QixrfYzs+w== - /@vue/compiler-ssr/3.0.5: - dependencies: - '@vue/compiler-dom': 3.0.5 - '@vue/shared': 3.0.5 - dev: false - resolution: - integrity: sha512-Wm//Kuxa1DpgjE4P9W0coZr8wklOfJ35Jtq61CbU+t601CpPTK4+FL2QDBItaG7aoUUDCWL5nnxMkuaOgzTBKg== - /@vue/shared/3.0.5: - dev: false - resolution: - integrity: sha512-gYsNoGkWejBxNO6SNRjOh/xKeZ0H0V+TFzaPzODfBjkAIb0aQgBuixC1brandC/CDJy1wYPwSoYrXpvul7m6yw== /@webassemblyjs/ast/1.9.0: dependencies: '@webassemblyjs/helper-module-context': 1.9.0 @@ -6239,6 +6503,12 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= + /arrify/2.0.1: + dev: false + engines: + node: '>=8' + resolution: + integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== /asap/2.0.6: dev: false resolution: @@ -6258,10 +6528,6 @@ packages: dev: false resolution: integrity: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - /assert-never/1.2.1: - dev: false - resolution: - integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw== /assert-plus/0.2.0: dev: false engines: @@ -6304,12 +6570,6 @@ packages: node: '>= 0.8' resolution: integrity: sha512-XA5o5dsNw8MhyW0Q7MWXJWc4oOzZKbdsEJq45h7c8q/d9DwWZ5F2ugUc1PuMLPGsUnphCt/cNDHu8JeBbxf1qA== - /ast-types/0.13.3: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA== /ast-types/0.14.2: dependencies: tslib: 2.0.3 @@ -6344,6 +6604,10 @@ packages: dev: false resolution: integrity: sha1-32MGD789Myhqdqr21Vophtn/hhk= + /async/0.9.2: + dev: false + resolution: + integrity: sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0= /async/2.6.3: dependencies: lodash: 4.17.20 @@ -6404,12 +6668,6 @@ packages: dev: false resolution: integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== - /axe-core/3.5.5: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q== /axe-core/4.1.1: dev: false engines: @@ -6460,14 +6718,6 @@ packages: dev: false resolution: integrity: sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA== - /babel-core/7.0.0-bridge.0_@babel+core@7.12.10: - dependencies: - '@babel/core': 7.12.10 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== /babel-eslint/10.1.0: dependencies: '@babel/code-frame': 7.12.11 @@ -6736,13 +6986,14 @@ packages: webpack: 2 || 3 || 4 resolution: integrity: sha512-iCHfbieL5d1LfOQeeVJEUyD9rTwBcP/fcEbRCfempxTDuqrKpu0AZjLAQHEQa3Yqyj9ORKe2iHfoj4rHLf7xpw== - /babel-loader/8.2.2_@babel+core@7.12.10: + /babel-loader/8.2.2_cb0b35cdd86d43ae111e54bfa48070d7: dependencies: '@babel/core': 7.12.10 find-cache-dir: 3.3.1 loader-utils: 1.4.0 make-dir: 3.1.0 schema-utils: 2.7.1 + webpack: 4.44.2 dev: false engines: node: '>= 8.9' @@ -6814,17 +7065,6 @@ packages: dev: false resolution: integrity: sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ== - /babel-plugin-istanbul/5.2.0: - dependencies: - '@babel/helper-plugin-utils': 7.10.4 - find-up: 3.0.0 - istanbul-lib-instrument: 3.3.0 - test-exclude: 5.2.3 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw== /babel-plugin-istanbul/6.0.0: dependencies: '@babel/helper-plugin-utils': 7.10.4 @@ -7012,6 +7252,14 @@ packages: dev: false resolution: integrity: sha512-vzpnBlfGv8XOhJM2zbPyyqw2OLEbelgZZsaaRRTpVwNKuYuc+pUg4+dy7i9gCRms0uOQn4osX571HRcCJMJCmA== + /babel-plugin-react-docgen/4.2.1: + dependencies: + ast-types: 0.14.2 + lodash: 4.17.20 + react-docgen: 5.3.1 + dev: false + resolution: + integrity: sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ== /babel-plugin-styled-components/1.12.0: dependencies: '@babel/helper-annotate-as-pure': 7.12.10 @@ -7724,14 +7972,6 @@ packages: dev: false resolution: integrity: sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= - /babel-walk/3.0.0-canary-5: - dependencies: - '@babel/types': 7.12.12 - dev: false - engines: - node: '>= 10.0.0' - resolution: - integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw== /babylon/6.18.0: dev: false hasBin: true @@ -7798,6 +8038,14 @@ packages: dev: false resolution: integrity: sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A== + /better-opn/2.1.1: + dependencies: + open: 7.3.0 + dev: false + engines: + node: '>8.0.0' + resolution: + integrity: sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA== /better-path-resolve/1.0.0: dependencies: is-windows: 1.0.2 @@ -7829,14 +8077,6 @@ packages: optional: true resolution: integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== - /bl/4.0.3: - dependencies: - buffer: 5.7.1 - inherits: 2.0.4 - readable-stream: 3.6.0 - dev: false - resolution: - integrity: sha512-fs4G6/Hu4/EE+F75J8DuN/0IpQqNjAdC7aEQv7Qt8MHGUH7Ckv2MwTEEeN9QehD0pfIDkMI1bkHYkKy7xHyKIg== /block-stream/0.0.9: dependencies: inherits: 2.0.4 @@ -8040,15 +8280,25 @@ packages: dev: false hasBin: true resolution: - integrity: sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk= - /browserslist/3.2.8: + integrity: sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk= + /browserslist/3.2.8: + dependencies: + caniuse-lite: 1.0.30001173 + electron-to-chromium: 1.3.634 + dev: false + hasBin: true + resolution: + integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ== + /browserslist/4.10.0: dependencies: caniuse-lite: 1.0.30001173 electron-to-chromium: 1.3.634 + node-releases: 1.1.69 + pkg-up: 3.1.0 dev: false hasBin: true resolution: - integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ== + integrity: sha512-TpfK0TDgv71dzuTsEAlQiHeWQ/tiPqgNZVdv046fvNtBZrjbv2O3TsWCDU0AWGJJKCF/KsjNdLzR9hXOsh/CfA== /browserslist/4.12.0: dependencies: caniuse-lite: 1.0.30001173 @@ -8072,15 +8322,6 @@ packages: hasBin: true resolution: integrity: sha512-/j6k8R0p3nxOC6kx5JGAxsnhc9ixaWJfYc+TNTzxg6+ARaESAvQGV7h0uNOB4t+pLQJZWzcrMxXOxjgsCj3dqQ== - /browserslist/4.7.0: - dependencies: - caniuse-lite: 1.0.30001173 - electron-to-chromium: 1.3.634 - node-releases: 1.1.69 - dev: false - hasBin: true - resolution: - integrity: sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA== /bser/2.1.1: dependencies: node-int64: 0.4.0 @@ -8117,19 +8358,6 @@ packages: dev: false resolution: integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== - /buffer/5.7.1: - dependencies: - base64-js: 1.5.1 - ieee754: 1.2.1 - dev: false - resolution: - integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== - /builtin-modules/1.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= /builtin-modules/3.1.0: dev: false engines: @@ -8199,6 +8427,30 @@ packages: node: '>= 8' resolution: integrity: sha512-5ZvAxd05HDDU+y9BVvcqYu2LLXmPnQ0hW62h32g4xBTgL/MppR4/04NHfj/ycM2y6lmTnbw6HVi+1eN0Psba6w== + /cacache/15.0.5: + dependencies: + '@npmcli/move-file': 1.0.1 + chownr: 2.0.0 + fs-minipass: 2.1.0 + glob: 7.1.6 + infer-owner: 1.0.4 + lru-cache: 6.0.0 + minipass: 3.1.3 + minipass-collect: 1.0.2 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + mkdirp: 1.0.4 + p-map: 4.0.0 + promise-inflight: 1.0.1 + rimraf: 3.0.2 + ssri: 8.0.0 + tar: 6.0.5 + unique-filename: 1.1.1 + dev: false + engines: + node: '>= 10' + resolution: + integrity: sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A== /cache-base/1.0.1: dependencies: collection-visit: 1.0.0 @@ -8369,10 +8621,6 @@ packages: dev: false resolution: integrity: sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs= - /can-use-dom/0.1.0: - dev: false - resolution: - integrity: sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo= /caniuse-api/1.6.1: dependencies: browserslist: 1.7.7 @@ -8532,12 +8780,6 @@ packages: dev: false resolution: integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw== - /character-parser/2.2.0: - dependencies: - is-regex: 1.1.1 - dev: false - resolution: - integrity: sha1-x84o821LzZdE5f/CxfzeHHMmH8A= /character-reference-invalid/1.1.4: dev: false resolution: @@ -8550,12 +8792,6 @@ packages: dev: false resolution: integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== - /charm/1.0.2: - dependencies: - inherits: 2.0.4 - dev: false - resolution: - integrity: sha1-it02cVOm2aWBMxBSxAkJkdqZXjU= /cheerio-select-tmp/0.1.1: dependencies: css-select: 3.1.2 @@ -8648,6 +8884,12 @@ packages: dev: false resolution: integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== + /chownr/2.0.0: + dev: false + engines: + node: '>=10' + resolution: + integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== /chroma-js/1.4.1: dev: false resolution: @@ -8799,17 +9041,17 @@ packages: node: '>= 10.0.0' resolution: integrity: sha512-1vinpnX/ZERcmE443i3SZTmU5DF0rPO9DrL4I2iVAllhxzCM9SzPlHnz19fsZB78htkKZvYBvj6SZ6vXnaxmTA== - /cli-table3/0.5.1: + /cli-table3/0.6.0: dependencies: object-assign: 4.1.1 - string-width: 2.1.1 + string-width: 4.2.0 dev: false engines: - node: '>=6' + node: 10.* || >= 12.* optionalDependencies: colors: 1.4.0 resolution: - integrity: sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw== + integrity: sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ== /cli-truncate/0.2.1: dependencies: slice-ansi: 0.0.4 @@ -9129,10 +9371,6 @@ packages: dev: false resolution: integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw== - /command-exists/1.2.9: - dev: false - resolution: - integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w== /commander/2.20.3: dev: false resolution: @@ -9151,6 +9389,12 @@ packages: node: '>= 6' resolution: integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== + /commander/5.1.0: + dev: false + engines: + node: '>= 6' + resolution: + integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== /commondir/1.0.1: dev: false resolution: @@ -9234,14 +9478,6 @@ packages: dev: false resolution: integrity: sha1-1FXT1XTbzcz4DhYx3yGkhv4F+Yk= - /consolidate/0.16.0: - dependencies: - bluebird: 3.7.2 - dev: false - engines: - node: '>= 0.10.0' - resolution: - integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ== /constant-case/2.0.0: dependencies: snake-case: 2.1.0 @@ -9249,13 +9485,6 @@ packages: dev: false resolution: integrity: sha1-QXV2TTidP6nI7NKRhu1gBSQ7akY= - /constantinople/4.0.1: - dependencies: - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 - dev: false - resolution: - integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw== /constants-browserify/1.0.0: dev: false resolution: @@ -9314,7 +9543,7 @@ packages: aproba: 1.2.0 fs-write-stream-atomic: 1.0.10 iferr: 0.1.5 - mkdirp: 0.5.3 + mkdirp: 0.5.5 rimraf: 2.7.1 run-queue: 1.0.3 dev: false @@ -9364,13 +9593,6 @@ packages: dev: false resolution: integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - /corejs-upgrade-webpack-plugin/2.2.0: - dependencies: - resolve-from: 5.0.0 - webpack: 4.44.2 - dev: false - resolution: - integrity: sha512-J0QMp9GNoiw91Kj/dkIQFZeiCXgXoja/Wlht1SPybxerBWh4NCmb0pOgCv61lrlQZETwvVVfAFAA3IqoEO9aqQ== /cosmiconfig/2.2.2: dependencies: is-directory: 0.3.1 @@ -9408,6 +9630,33 @@ packages: node: '>=8' resolution: integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== + /cp-file/7.0.0: + dependencies: + graceful-fs: 4.2.4 + make-dir: 3.1.0 + nested-error-stacks: 2.1.0 + p-event: 4.2.0 + dev: false + engines: + node: '>=8' + resolution: + integrity: sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw== + /cpy/8.1.1: + dependencies: + arrify: 2.0.1 + cp-file: 7.0.0 + globby: 9.2.0 + has-glob: 1.0.0 + junk: 3.1.0 + nested-error-stacks: 2.1.0 + p-all: 2.1.0 + p-filter: 2.1.0 + p-map: 3.0.0 + dev: false + engines: + node: '>=8' + resolution: + integrity: sha512-vqHT+9o67sMwJ5hUd/BAOYeemkU+MuFRsK2c36Xc3eefQpAsp1kAsyDxEDcc5JS1+y9l/XHPrIsVTcyGGmkUUQ== /create-ecdh/4.0.4: dependencies: bn.js: 4.11.9 @@ -9531,6 +9780,16 @@ packages: node: '>=4.8' resolution: integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== + /cross-spawn/7.0.1: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + dev: false + engines: + node: '>= 8' + resolution: + integrity: sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg== /cross-spawn/7.0.3: dependencies: path-key: 3.1.1 @@ -10117,6 +10376,10 @@ packages: node: '>=4' resolution: integrity: sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= + /dedent/0.7.0: + dev: false + resolution: + integrity: sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw= /deep-equal/1.0.1: dev: false resolution: @@ -10347,6 +10610,14 @@ packages: node: '>=4' resolution: integrity: sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag== + /dir-glob/2.2.2: + dependencies: + path-type: 3.0.0 + dev: false + engines: + node: '>=4' + resolution: + integrity: sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw== /dir-glob/3.0.1: dependencies: path-type: 4.0.0 @@ -10384,10 +10655,6 @@ packages: node: '>=6.0.0' resolution: integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== - /doctypes/1.1.0: - dev: false - resolution: - integrity: sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk= /dom-accessibility-api/0.5.4: dev: false resolution: @@ -10626,40 +10893,29 @@ packages: react: '>=0.14.9' resolution: integrity: sha512-dZL3iNL/LbpHNzUQAaVq/eTD1ocnGKKjbAl/848Q0KEp6t81LJbS37w3f93oD6gqqAnjdgM7Use36qZSipHXBw== - /dts-critic/3.3.4: + /downshift/6.0.10: dependencies: - '@definitelytyped/header-parser': 0.0.65 - command-exists: 1.2.9 - rimraf: 3.0.2 - semver: 6.3.0 - tmp: 0.2.1 - yargs: 15.4.1 + '@babel/runtime': 7.12.5 + compute-scroll-into-view: 1.0.16 + prop-types: 15.7.2 + react-is: 17.0.1 dev: false - engines: - node: '>=10.17.0' peerDependencies: - typescript: '*' + react: '>=16.8.0' resolution: - integrity: sha512-OjLTrSBCFbi1tDAiOXcP7G20W3HI3eIzkpSpLwvH7oDFZYdqFCMe9lsNhMZFXqsNcSTpRg3+PBS4fF27+h1qew== - /dtslint/4.0.6: + integrity: sha512-TuUh448snXiOXrstL1q6s13xev2kWEHAuNlwzEHXRMhG7NbPgvzFvjYelwkaOSZ1dFNJjzRnpK6cbvUO7oHlMQ== + /downshift/6.0.10_react@16.14.0: dependencies: - '@definitelytyped/header-parser': 0.0.65 - '@definitelytyped/typescript-versions': 0.0.65 - '@definitelytyped/utils': 0.0.65 - dts-critic: 3.3.4 - fs-extra: 6.0.1 - json-stable-stringify: 1.0.1 - strip-json-comments: 2.0.1 - tslint: 5.14.0 - yargs: 15.4.1 + '@babel/runtime': 7.12.5 + compute-scroll-into-view: 1.0.16 + prop-types: 15.7.2 + react: 16.14.0 + react-is: 17.0.1 dev: false - engines: - node: '>=10.0.0' - hasBin: true peerDependencies: - typescript: '>= 3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev || >= 3.8.0-dev || >= 3.9.0-dev || >= 4.0.0-dev' + react: '>=16.8.0' resolution: - integrity: sha512-bj5EaTeAqVXDHo/ut8oTRN/hZNTVKTAsNkavyH/T7XeDU/bqrctlYJmQo2HWJzPDoNCjq6NdVgvOnmQBGmSHsg== + integrity: sha512-TuUh448snXiOXrstL1q6s13xev2kWEHAuNlwzEHXRMhG7NbPgvzFvjYelwkaOSZ1dFNJjzRnpK6cbvUO7oHlMQ== /duplexer/0.1.2: dev: false resolution: @@ -10694,13 +10950,15 @@ packages: dev: false resolution: integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - /ejs/2.7.4: + /ejs/3.1.5: + dependencies: + jake: 10.8.2 dev: false engines: node: '>=0.10.0' - requiresBuild: true + hasBin: true resolution: - integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== + integrity: sha512-dldq3ZfFtgVTJMLjOe+/3sROTzALlL9E34V4/sDtUd/KlBSS0s6U1/+WPE1B4sj9CXHJpL1M6rhNJnc9Wbal9w== /electron-to-chromium/1.3.634: dev: false resolution: @@ -10816,6 +11074,14 @@ packages: dev: false resolution: integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + /endent/2.0.1: + dependencies: + dedent: 0.7.0 + fast-json-parse: 1.0.3 + objectorarray: 1.0.4 + dev: false + resolution: + integrity: sha512-mADztvcC+vCk4XEZaCz6xIPO2NHQuprv5CAEjuVAu6aZwqAj7nVNlMyl1goPFYqCCpS2OJV9jwpumJLkotZrNw== /enhanced-resolve/3.4.1: dependencies: graceful-fs: 4.2.4 @@ -10986,6 +11252,12 @@ packages: dev: false resolution: integrity: sha1-4rPZG1Su1nLzCdlQ0VSFD6EdTzc= + /error-stack-parser/2.0.6: + dependencies: + stackframe: 1.2.0 + dev: false + resolution: + integrity: sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ== /es-abstract/1.17.7: dependencies: es-to-primitive: 1.2.1 @@ -11771,10 +12043,6 @@ packages: node: '>=4.0' resolution: integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== - /estree-walker/2.0.2: - dev: false - resolution: - integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== /esutils/2.0.3: dev: false engines: @@ -11794,24 +12062,12 @@ packages: dev: false resolution: integrity: sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk= - /eventemitter3/4.0.7: - dev: false - resolution: - integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== /events/3.2.0: dev: false engines: node: '>=0.8.x' resolution: integrity: sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg== - /eventsource/1.0.7: - dependencies: - original: 1.0.2 - dev: false - engines: - node: '>=0.12.0' - resolution: - integrity: sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ== /evp_bytestokey/1.0.3: dependencies: md5.js: 1.3.5 @@ -12101,10 +12357,6 @@ packages: dev: false resolution: integrity: sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ= - /fast-deep-equal/2.0.1: - dev: false - resolution: - integrity: sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= /fast-deep-equal/3.1.3: dev: false resolution: @@ -12139,6 +12391,10 @@ packages: node: '>=8' resolution: integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== + /fast-json-parse/1.0.3: + dev: false + resolution: + integrity: sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw== /fast-json-stable-stringify/2.1.0: dev: false resolution: @@ -12171,14 +12427,6 @@ packages: dev: false resolution: integrity: sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA== - /faye-websocket/0.11.3: - dependencies: - websocket-driver: 0.7.4 - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== /fb-watchman/2.0.1: dependencies: bser: 2.1.1 @@ -12249,18 +12497,18 @@ packages: dev: false resolution: integrity: sha1-gVA0EZiR/GRB+1pkwRvJPCLd2EI= - /file-loader/4.3.0_webpack@4.44.2: + /file-loader/6.2.0_webpack@4.44.2: dependencies: - loader-utils: 1.4.0 - schema-utils: 2.7.1 + loader-utils: 2.0.0 + schema-utils: 3.0.0 webpack: 4.44.2 dev: false engines: - node: '>= 8.9.0' + node: '>= 10.13.0' peerDependencies: - webpack: ^4.0.0 + webpack: ^4.0.0 || ^5.0.0 resolution: - integrity: sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA== + integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw== /file-system-cache/1.0.5: dependencies: bluebird: 3.7.2 @@ -12274,6 +12522,12 @@ packages: optional: true resolution: integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== + /filelist/1.0.1: + dependencies: + minimatch: 3.0.4 + dev: false + resolution: + integrity: sha512-8zSK6Nu0DQIC08mUC46sWGXi+q3GGpKydAG36k+JDba6VRpkevvOWUW5a/PhShij4+vHT9M+ghgG7eM+a9JDUQ== /filename-regex/2.0.1: dev: false engines: @@ -12286,6 +12540,12 @@ packages: node: '>= 0.4.0' resolution: integrity: sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg== + /filesize/6.0.1: + dev: false + engines: + node: '>= 0.4.0' + resolution: + integrity: sha512-u4AYWPgbI5GBhs6id1KdImZWn5yfyFrrQ8OWZdN7ZMfA8Bf4HcO0BGo9bmUIEV8yrp8I1xVfJ/dn90GtFNNJcg== /fill-range/2.2.4: dependencies: is-number: 2.1.0 @@ -12482,12 +12742,6 @@ packages: dev: false resolution: integrity: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg== - /flow-parser/0.141.0: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-WKdBiR9sDfkgEyPGhIgldUrVM08D57CgHLgd0FOXbhcVYXNfw+eHSApQ8SdcdQQoqrOvhlcVRB8lsn9bD5GQOw== /flush-write-stream/1.1.1: dependencies: inherits: 2.0.4 @@ -12543,11 +12797,11 @@ packages: dev: false resolution: integrity: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - /fork-ts-checker-webpack-plugin/1.5.0: + /fork-ts-checker-webpack-plugin/3.1.1: dependencies: babel-code-frame: 6.26.0 chalk: 2.4.2 - chokidar: 2.1.8 + chokidar: 3.4.3 micromatch: 3.1.10 minimatch: 3.0.4 semver: 5.7.1 @@ -12558,12 +12812,11 @@ packages: node: '>=6.11.5' yarn: '>=1.0.0' resolution: - integrity: sha512-zEhg7Hz+KhZlBhILYpXy+Beu96gwvkROWJiTXOCyOOMMrdBIRPvsBpBqgTI4jfJGrJXcqGwJR8zsBGDmzY0jsA== - /fork-ts-checker-webpack-plugin/3.1.1: + integrity: sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ== + /fork-ts-checker-webpack-plugin/4.1.6: dependencies: - babel-code-frame: 6.26.0 + '@babel/code-frame': 7.12.11 chalk: 2.4.2 - chokidar: 3.4.3 micromatch: 3.1.10 minimatch: 3.0.4 semver: 5.7.1 @@ -12574,7 +12827,7 @@ packages: node: '>=6.11.5' yarn: '>=1.0.0' resolution: - integrity: sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ== + integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw== /form-data/2.1.4: dependencies: asynckit: 0.4.0 @@ -12596,6 +12849,16 @@ packages: node: '>= 0.12' resolution: integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== + /form-data/3.0.0: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.28 + dev: false + engines: + node: '>= 6' + resolution: + integrity: sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg== /format/0.2.2: dev: false engines: @@ -12636,10 +12899,6 @@ packages: dev: false resolution: integrity: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= - /fs-constants/1.0.0: - dev: false - resolution: - integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== /fs-extra/0.16.5: dependencies: graceful-fs: 3.0.12 @@ -12658,14 +12917,6 @@ packages: dev: false resolution: integrity: sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A= - /fs-extra/6.0.1: - dependencies: - graceful-fs: 4.2.4 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - resolution: - integrity: sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA== /fs-extra/7.0.1: dependencies: graceful-fs: 4.2.4 @@ -12676,16 +12927,6 @@ packages: node: '>=6 <7 || >=8' resolution: integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== - /fs-extra/8.1.0: - dependencies: - graceful-fs: 4.2.4 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - engines: - node: '>=6 <7 || >=8' - resolution: - integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== /fs-extra/9.0.1: dependencies: at-least-node: 1.0.0 @@ -12816,12 +13057,6 @@ packages: node: '>= 0.8.0' resolution: integrity: sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8= - /generic-names/2.0.1: - dependencies: - loader-utils: 1.4.0 - dev: false - resolution: - integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== /gensync/1.0.0-beta.2: dev: false engines: @@ -13013,6 +13248,17 @@ packages: node: '>= 6' resolution: integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== + /glob-promise/3.4.0_glob@7.1.6: + dependencies: + '@types/glob': 7.1.3 + glob: 7.1.6 + dev: false + engines: + node: '>=4' + peerDependencies: + glob: '*' + resolution: + integrity: sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw== /glob-stream/3.1.18: dependencies: glob: 4.5.3 @@ -13233,6 +13479,21 @@ packages: node: '>=4' resolution: integrity: sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w== + /globby/9.2.0: + dependencies: + '@types/glob': 7.1.3 + array-union: 1.0.2 + dir-glob: 2.2.2 + fast-glob: 2.2.7 + glob: 7.1.6 + ignore: 4.0.6 + pify: 4.0.1 + slash: 2.0.0 + dev: false + engines: + node: '>=6' + resolution: + integrity: sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg== /globule/0.1.0: dependencies: glob: 3.1.21 @@ -13614,6 +13875,14 @@ packages: node: '>=8' resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + /has-glob/1.0.0: + dependencies: + is-glob: 3.1.0 + dev: false + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-mqqe7b/7G6OZCnsAEPtnjuAIEgc= /has-gulplog/0.1.0: dependencies: sparkles: 1.0.1 @@ -13711,14 +13980,6 @@ packages: node: '>=4' resolution: integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== - /hash-sum/1.0.2: - dev: false - resolution: - integrity: sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ= - /hash-sum/2.0.0: - dev: false - resolution: - integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg== /hash.js/1.1.7: dependencies: inherits: 2.0.4 @@ -13772,21 +14033,12 @@ packages: dependencies: hast-to-hyperscript: 9.0.1 property-information: 5.6.0 - web-namespaces: 1.1.4 - xtend: 4.0.2 - zwitch: 1.0.5 - dev: false - resolution: - integrity: sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ== - /hastscript/5.1.2: - dependencies: - comma-separated-tokens: 1.0.8 - hast-util-parse-selector: 2.2.5 - property-information: 5.6.0 - space-separated-tokens: 1.1.5 + web-namespaces: 1.1.4 + xtend: 4.0.2 + zwitch: 1.0.5 dev: false resolution: - integrity: sha512-WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ== + integrity: sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ== /hastscript/6.0.0: dependencies: '@types/hast': 2.3.1 @@ -13832,16 +14084,15 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-UyJ1aXy5gj4FJCmxhMZ4HUbP30k= - /highlight.js/8.9.1: - deprecated: Version no longer supported. Upgrade to @latest + /highlight.js/10.5.0: dev: false resolution: - integrity: sha1-uKnFSTISqTkvAiK2SclhFJfr+4g= - /highlight.js/9.13.1: + integrity: sha512-xTmvd9HiIHR6L53TMC7TKolEj65zG1XU+Onr8oi86mYa+nLcIbxTTWkpW7CsEwv/vK7u1zb8alZIMLDqqN6KTw== + /highlight.js/8.9.1: deprecated: Version no longer supported. Upgrade to @latest dev: false resolution: - integrity: sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A== + integrity: sha1-uKnFSTISqTkvAiK2SclhFJfr+4g= /history/4.10.1: dependencies: '@babel/runtime': 7.12.5 @@ -14089,10 +14340,6 @@ packages: node: '>= 0.6' resolution: integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== - /http-parser-js/0.5.3: - dev: false - resolution: - integrity: sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg== /http-signature/1.1.1: dependencies: assert-plus: 0.2.0 @@ -14167,7 +14414,7 @@ packages: integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= /icss-utils/4.1.1: dependencies: - postcss: 7.0.29 + postcss: 7.0.35 dev: false engines: node: '>= 6' @@ -14394,26 +14641,26 @@ packages: node: '>=6.0.0' resolution: integrity: sha512-Z2rREiXA6cHRR9KBOarR3WuLlFzlIfAEIiB45ll5SSadMg7WqOh1MKEjjndfuH5ewXdixWCxqnVfGOQzPeiztA== - /inquirer/6.5.0: + /inquirer/7.0.4: dependencies: - ansi-escapes: 3.2.0 + ansi-escapes: 4.3.1 chalk: 2.4.2 - cli-cursor: 2.1.0 + cli-cursor: 3.1.0 cli-width: 2.2.1 external-editor: 3.1.0 - figures: 2.0.0 + figures: 3.2.0 lodash: 4.17.20 - mute-stream: 0.0.7 + mute-stream: 0.0.8 run-async: 2.4.1 rxjs: 6.6.3 - string-width: 2.1.1 + string-width: 4.2.0 strip-ansi: 5.2.0 through: 2.3.8 dev: false engines: node: '>=6.0.0' resolution: - integrity: sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA== + integrity: sha512-Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ== /inquirer/7.3.3: dependencies: ansi-escapes: 4.3.1 @@ -14728,13 +14975,6 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ= - /is-expression/4.0.0: - dependencies: - acorn: 7.4.1 - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A== /is-extendable/0.1.1: dev: false engines: @@ -15203,32 +15443,12 @@ packages: dev: false resolution: integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - /istanbul-lib-coverage/2.0.5: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA== /istanbul-lib-coverage/3.0.0: dev: false engines: node: '>=8' resolution: integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== - /istanbul-lib-instrument/3.3.0: - dependencies: - '@babel/generator': 7.12.11 - '@babel/parser': 7.12.11 - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 - istanbul-lib-coverage: 2.0.5 - semver: 6.3.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA== /istanbul-lib-instrument/4.0.3: dependencies: '@babel/core': 7.12.10 @@ -15289,6 +15509,16 @@ packages: dev: false resolution: integrity: sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ== + /jake/10.8.2: + dependencies: + async: 0.9.2 + chalk: 2.4.2 + filelist: 1.0.1 + minimatch: 3.0.4 + dev: false + hasBin: true + resolution: + integrity: sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A== /java-properties/1.0.2: dev: false engines: @@ -15423,26 +15653,6 @@ packages: node: '>= 10.14.2' resolution: integrity: sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig== - /jest-haste-map/24.9.0: - dependencies: - '@jest/types': 24.9.0 - anymatch: 2.0.0 - fb-watchman: 2.0.1 - graceful-fs: 4.2.4 - invariant: 2.2.4 - jest-serializer: 24.9.0 - jest-util: 24.9.0 - jest-worker: 24.9.0 - micromatch: 3.1.10 - sane: 4.1.0 - walker: 1.0.7 - dev: false - engines: - node: '>= 6' - optionalDependencies: - fsevents: 1.2.13 - resolution: - integrity: sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ== /jest-haste-map/26.6.2: dependencies: '@jest/types': 26.6.2 @@ -15512,21 +15722,6 @@ packages: node: '>= 10.14.2' resolution: integrity: sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw== - /jest-message-util/24.9.0: - dependencies: - '@babel/code-frame': 7.12.11 - '@jest/test-result': 24.9.0 - '@jest/types': 24.9.0 - '@types/stack-utils': 1.0.1 - chalk: 2.4.2 - micromatch: 3.1.10 - slash: 2.0.0 - stack-utils: 1.0.4 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw== /jest-message-util/25.5.0: dependencies: '@babel/code-frame': 7.12.11 @@ -15558,14 +15753,6 @@ packages: node: '>= 10.14.2' resolution: integrity: sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA== - /jest-mock/24.9.0: - dependencies: - '@jest/types': 24.9.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w== /jest-mock/26.6.2: dependencies: '@jest/types': 26.6.2 @@ -15588,12 +15775,6 @@ packages: optional: true resolution: integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== - /jest-regex-util/24.9.0: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA== /jest-regex-util/26.0.0: dev: false engines: @@ -15691,12 +15872,6 @@ packages: ts-node: '*' resolution: integrity: sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw== - /jest-serializer/24.9.0: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ== /jest-serializer/26.6.2: dependencies: '@types/node': 14.14.20 @@ -15757,25 +15932,6 @@ packages: styled-components: ^2 || ^3 || ^4 resolution: integrity: sha512-dc32l0/6n3FtsILODpvKNz6SLg50OmbJ/3r3oRh9jc2VIPPGZT5jWv7BKIcNCYH7E38ZK7uejNl3zJsCOIenng== - /jest-util/24.9.0: - dependencies: - '@jest/console': 24.9.0 - '@jest/fake-timers': 24.9.0 - '@jest/source-map': 24.9.0 - '@jest/test-result': 24.9.0 - '@jest/types': 24.9.0 - callsites: 3.1.0 - chalk: 2.4.2 - graceful-fs: 4.2.4 - is-ci: 2.0.0 - mkdirp: 0.5.5 - slash: 2.0.0 - source-map: 0.6.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg== /jest-util/25.5.0: dependencies: '@jest/types': 25.5.0 @@ -15837,15 +15993,6 @@ packages: node: '>= 6' resolution: integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== - /jest-worker/25.5.0: - dependencies: - merge-stream: 2.0.0 - supports-color: 7.2.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw== /jest-worker/26.6.2: dependencies: '@types/node': 14.14.20 @@ -15887,10 +16034,6 @@ packages: node: '>= 0.8' resolution: integrity: sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8= - /js-stringify/1.0.2: - dev: false - resolution: - integrity: sha1-Fzb939lyTyijaCrcYjCufk6Weds= /js-tokens/3.0.2: dev: false resolution: @@ -15927,30 +16070,6 @@ packages: dev: false resolution: integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - /jscodeshift/0.7.1: - dependencies: - '@babel/core': 7.12.10 - '@babel/parser': 7.12.11 - '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.10 - '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.10 - '@babel/preset-env': 7.12.11_@babel+core@7.12.10 - '@babel/preset-flow': 7.12.1_@babel+core@7.12.10 - '@babel/preset-typescript': 7.12.7_@babel+core@7.12.10 - '@babel/register': 7.12.10_@babel+core@7.12.10 - babel-core: 7.0.0-bridge.0_@babel+core@7.12.10 - colors: 1.4.0 - flow-parser: 0.141.0 - graceful-fs: 4.2.4 - micromatch: 3.1.10 - neo-async: 2.6.2 - node-dir: 0.1.17 - recast: 0.18.10 - temp: 0.8.4 - write-file-atomic: 2.4.3 - dev: false - hasBin: true - resolution: - integrity: sha512-YMkZSyoc8zg5woZL23cmWlnFLPH/mHilonGA7Qbzs7H6M4v4PH0Qsn4jeDyw+CHhVoAnm9UxQyB0Yw1OT+mktA== /jsdom/16.4.0: dependencies: abab: 2.0.5 @@ -16046,16 +16165,13 @@ packages: dependencies: jsonify: 0.0.0 dev: false + optional: true resolution: integrity: sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8= /json-stringify-safe/5.0.1: dev: false resolution: integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - /json3/3.3.3: - dev: false - resolution: - integrity: sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== /json5/0.5.1: dev: false hasBin: true @@ -16099,6 +16215,7 @@ packages: integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== /jsonify/0.0.0: dev: false + optional: true resolution: integrity: sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= /jsprim/1.4.1: @@ -16112,13 +16229,6 @@ packages: '0': node >=0.6.0 resolution: integrity: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - /jstransformer/1.0.0: - dependencies: - is-promise: 2.2.2 - promise: 7.3.1 - dev: false - resolution: - integrity: sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM= /jsx-ast-utils/3.2.0: dependencies: array-includes: 3.1.2 @@ -16148,6 +16258,12 @@ packages: node: '>=4' resolution: integrity: sha512-Ioj5I4w18ZcHFaaisqCKdh1z+ipzN7sA2JB+h+WOlGcOMWm0FFN1dfxkgc2I4EXfhSP/mOfM3W43uFzEdz4sTw== + /junk/3.1.0: + dev: false + engines: + node: '>=8' + resolution: + integrity: sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ== /keygrip/1.1.0: dependencies: tsscmp: 1.0.6 @@ -16699,10 +16815,6 @@ packages: dev: false resolution: integrity: sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y= - /lodash.debounce/4.0.8: - dev: false - resolution: - integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168= /lodash.defaults/4.2.0: dev: false resolution: @@ -16837,10 +16949,6 @@ packages: dev: false resolution: integrity: sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU= - /lodash.throttle/4.1.1: - dev: false - resolution: - integrity: sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= /lodash.toarray/4.4.0: dev: false resolution: @@ -16950,13 +17058,13 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== - /lowlight/1.11.0: + /lowlight/1.18.0: dependencies: fault: 1.0.4 - highlight.js: 9.13.1 + highlight.js: 10.5.0 dev: false resolution: - integrity: sha512-xrGGN6XLL7MbTMdPD6NfWPwY43SNkjf/d0mecSx/CW36fUZTjRHEq0/Cdug3TWKtRXLWi7iMl1eP0olYxj/a4A== + integrity: sha512-Zlc3GqclU71HRw5fTOy00zz5EOlqAdKMYhOFIO8ay4SQEDQgFuhR8JNwDIzAGMLoqTsWxe0elUNmq5o2USRAzw== /lru-cache/2.7.3: dev: false resolution: @@ -17076,6 +17184,17 @@ packages: dev: false resolution: integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== + /markdown-to-jsx/6.11.4: + dependencies: + prop-types: 15.7.2 + unquote: 1.1.1 + dev: false + engines: + node: '>= 4' + peerDependencies: + react: '>= 0.14.0' + resolution: + integrity: sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw== /markdown-to-jsx/6.11.4_react@16.14.0: dependencies: prop-types: 15.7.2 @@ -17095,14 +17214,6 @@ packages: hasBin: true resolution: integrity: sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg== - /marksy/8.0.0: - dependencies: - '@babel/standalone': 7.12.12 - he: 1.2.0 - marked: 0.3.19 - dev: false - resolution: - integrity: sha512-mmHcKZojCQAGuKTuu3153viXdCuxUmsSxomFaSOBTkOlfWFOZBmDhmJkOp0CsPMNRQ7m6oN2wflvAHLpBNZVPw== /match-require/2.1.0: dependencies: uuid: 3.4.0 @@ -17147,6 +17258,12 @@ packages: dev: false resolution: integrity: sha512-CJXEdoLfiISCDc2JB6QLb79pYfI6+GcIH+W2ox9nMc7od0Pz+bovcHsiq29xAQY6ayqe/9CsK2VzkSJdg1pFYA== + /mdast-util-definitions/2.0.1: + dependencies: + unist-util-visit: 2.0.3 + dev: false + resolution: + integrity: sha512-Co+DQ6oZlUzvUR7JCpP249PcexxygiaKk9axJh+eRzHDZJk2julbIdKB4PXHVxdBuLzvJ1Izb+YDpj2deGMOuA== /mdast-util-definitions/4.0.0: dependencies: unist-util-visit: 2.0.3 @@ -17357,12 +17474,6 @@ packages: node: '>=4' resolution: integrity: sha512-iuPV41VWKWBIOpBsjoxjDZw8/GbSfZ2mk7N1453bwMrfzdrIk7EzBd+8UVR6rkw67th7xnk9Dytl3J+lHPdxvg== - /merge-source-map/1.1.0: - dependencies: - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw== /merge-stream/1.0.1: dependencies: readable-stream: 2.3.7 @@ -17557,20 +17668,6 @@ packages: node: '>=4' resolution: integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== - /mini-css-extract-plugin/0.7.0_webpack@4.44.2: - dependencies: - loader-utils: 1.4.0 - normalize-url: 1.9.1 - schema-utils: 1.0.0 - webpack: 4.44.2 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>= 6.9.0' - peerDependencies: - webpack: ^4.4.0 - resolution: - integrity: sha512-RQIw6+7utTYn8DBGsf/LpRgZCJMpZt+kuawJ/fju0KiOL6nAaTBNmCJwS7HtwSCXfS47gCkmtBFS7HdsquhdxQ== /mini-css-extract-plugin/0.8.0_webpack@4.43.0: dependencies: loader-utils: 1.4.0 @@ -17744,6 +17841,13 @@ packages: hasBin: true resolution: integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== + /mkdirp/1.0.4: + dev: false + engines: + node: '>=10' + hasBin: true + resolution: + integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== /modulex-util/1.1.10: dev: false engines: @@ -17775,7 +17879,7 @@ packages: aproba: 1.2.0 copy-concurrently: 1.0.5 fs-write-stream-atomic: 1.0.10 - mkdirp: 0.5.3 + mkdirp: 0.5.5 rimraf: 2.7.1 run-queue: 1.0.3 dev: false @@ -17854,6 +17958,12 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== + /native-url/0.2.6: + dependencies: + querystring: 0.2.0 + dev: false + resolution: + integrity: sha512-k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA== /native-url/0.3.1: dependencies: querystring: 0.2.0 @@ -17899,10 +18009,10 @@ packages: dev: false resolution: integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== - /nested-object-assign/1.0.3: + /nested-error-stacks/2.1.0: dev: false resolution: - integrity: sha512-kgq1CuvLyUcbcIuTiCA93cQ2IJFSlRwXcN+hLcb2qLJwC2qrePHGZZa7IipyWqaWF6tQjdax2pQnVxdq19Zzwg== + integrity: sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug== /next-mdx-docs/0.0.1-0_@mdx-js+mdx@0.15.7: dependencies: '@mdx-js/loader': 0.15.7 @@ -18282,24 +18392,6 @@ packages: hasBin: true resolution: integrity: sha512-Qzg2pvXC9U4I4fLnUrBmcIT4x0woLtUgxUi9eC+Zrcv1Xx5eamytGAfbDWQ67j7xOcQ2VW1I3su9smVTIdu7Hw== - /npm-registry-client/8.6.0: - dependencies: - concat-stream: 1.6.2 - graceful-fs: 4.2.4 - normalize-package-data: 2.5.0 - npm-package-arg: 6.1.1 - once: 1.4.0 - request: 2.88.2 - retry: 0.10.1 - safe-buffer: 5.2.1 - semver: 5.7.1 - slide: 1.1.6 - ssri: 5.3.0 - dev: false - optionalDependencies: - npmlog: 4.1.2 - resolution: - integrity: sha512-Qs6P6nnopig+Y8gbzpeN/dkt+n7IyVd8f45NTMotGk6Qo7GfBmzwYx6jRLoOOgKiMnaQfYxsuyQlD8Mc3guBhg== /npm-run-all/4.1.5: dependencies: ansi-styles: 3.2.1 @@ -18523,6 +18615,10 @@ packages: node: '>= 0.4' resolution: integrity: sha512-MYC0jvJopr8EK6dPBiO8Nb9mvjdypOachO5REGk6MXzujbBrAisKo3HmdEI6kZDL6fC31Mwee/5YbtMebixeag== + /objectorarray/1.0.4: + dev: false + resolution: + integrity: sha512-91k8bjcldstRz1bG6zJo8lWD7c6QXcB4nTDUqiEvIL1xAsLoZlOOZZG+nd6YPz+V7zY1580J4Xxh1vZtyv4i/w== /objss/1.0.3: dependencies: add-px-to-style: 1.0.0 @@ -18569,14 +18665,6 @@ packages: dev: false resolution: integrity: sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q= - /open/6.4.0: - dependencies: - is-wsl: 1.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg== /open/7.3.0: dependencies: is-docker: 2.1.1 @@ -18642,12 +18730,6 @@ packages: dev: false resolution: integrity: sha1-cTfmmzKYuzQiR6G77jiByA4v14s= - /original/1.0.2: - dependencies: - url-parse: 1.4.7 - dev: false - resolution: - integrity: sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg== /os-browserify/0.3.0: dev: false resolution: @@ -18696,6 +18778,18 @@ packages: dev: false resolution: integrity: sha512-mDho4qm7WgIXIGf4eYU1RHN2UU5tPfVYVSRwDJw0uTmj35DQUt/eNp19N7v6T3SrR0ESTEf2up2CGO73qI35zQ== + /overlayscrollbars/1.13.1: + dev: false + resolution: + integrity: sha512-gIQfzgGgu1wy80EB4/6DaJGHMEGmizq27xHIESrzXq0Y/J0Ay1P3DWk6tuVmEPIZH15zaBlxeEJOqdJKmowHCQ== + /p-all/2.1.0: + dependencies: + p-map: 2.1.0 + dev: false + engines: + node: '>=6' + resolution: + integrity: sha512-HbZxz5FONzz/z2gJfk6bFca0BCiSRF8jU3yCsWOen/vR6lZjfPOu/e7L3uFzTW1i0H8TlC3vqQstEJPQL4/uLA== /p-cancelable/0.4.1: dev: false engines: @@ -18708,6 +18802,14 @@ packages: node: '>=8' resolution: integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA== + /p-event/4.2.0: + dependencies: + p-timeout: 3.2.0 + dev: false + engines: + node: '>=8' + resolution: + integrity: sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ== /p-filter/2.1.0: dependencies: p-map: 2.1.0 @@ -18790,6 +18892,14 @@ packages: node: '>=8' resolution: integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ== + /p-map/4.0.0: + dependencies: + aggregate-error: 3.1.0 + dev: false + engines: + node: '>=10' + resolution: + integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== /p-reflect/2.1.0: dev: false engines: @@ -18813,6 +18923,14 @@ packages: node: '>=4' resolution: integrity: sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA== + /p-timeout/3.2.0: + dependencies: + p-finally: 1.0.0 + dev: false + engines: + node: '>=8' + resolution: + integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg== /p-try/1.0.0: dev: false engines: @@ -18986,10 +19104,6 @@ packages: node: '>= 0.8' resolution: integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - /parsimmon/1.16.0: - dev: false - resolution: - integrity: sha512-tekGDz2Lny27SQ/5DzJdIK0lqsWwZ667SCLFIDCxaZM7VNgQjyKLbaL7FYPKpbjdxNAXFV/mSxkq5D2fnkW4pA== /pascal-case/2.0.1: dependencies: camel-case: 3.0.0 @@ -19373,20 +19487,22 @@ packages: node: '>=4' resolution: integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA== - /pnp-webpack-plugin/1.5.0: + /pnp-webpack-plugin/1.6.4: dependencies: ts-pnp: 1.2.0 dev: false engines: node: '>=6' resolution: - integrity: sha512-jd9olUr9D7do+RN8Wspzhpxhgp1n6Vd0NtQ4SFkmIACZoEL1nkyAdW9Ygrinjec0vgDcWjscFQQ1gDW8rsfKTg== - /pnp-webpack-plugin/1.6.4: + integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg== + /pnp-webpack-plugin/1.6.4_typescript@4.1.3: dependencies: - ts-pnp: 1.2.0 + ts-pnp: 1.2.0_typescript@4.1.3 dev: false engines: node: '>=6' + peerDependencies: + typescript: '*' resolution: integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg== /polished/3.6.7: @@ -19765,7 +19881,7 @@ packages: integrity: sha1-1upkmUx5+XtipytCb75gVqGUu5A= /postcss-modules-scope/2.2.0: dependencies: - postcss: 7.0.29 + postcss: 7.0.35 postcss-selector-parser: 6.0.4 dev: false engines: @@ -19782,24 +19898,10 @@ packages: /postcss-modules-values/3.0.0: dependencies: icss-utils: 4.1.1 - postcss: 7.0.29 - dev: false - resolution: - integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== - /postcss-modules/3.2.2: - dependencies: - generic-names: 2.0.1 - icss-replace-symbols: 1.1.0 - lodash.camelcase: 4.3.0 postcss: 7.0.35 - postcss-modules-extract-imports: 2.0.0 - postcss-modules-local-by-default: 3.0.3 - postcss-modules-scope: 2.2.0 - postcss-modules-values: 3.0.0 - string-hash: 1.1.3 dev: false resolution: - integrity: sha512-JQ8IAqHELxC0N6tyCg2UF40pACY5oiL6UpiqqcIFRWqgDYO8B0jnxzoQ0EOpPrWXvcpu6BSbQU/3vSiq7w8Nhw== + integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== /postcss-normalize-charset/1.1.1: dependencies: postcss: 5.2.18 @@ -20195,6 +20297,13 @@ packages: hasBin: true resolution: integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== + /prettier/2.0.5: + dev: false + engines: + node: '>=10.13.0' + hasBin: true + resolution: + integrity: sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg== /prettier/2.2.1: dev: false engines: @@ -20226,12 +20335,6 @@ packages: node: '>= 0.8' resolution: integrity: sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= - /prismjs/1.17.1: - dev: false - optionalDependencies: - clipboard: 2.0.6 - resolution: - integrity: sha512-PrEDJAFdUGbOP6xK/UsfkC5ghJsPJviKgnQOoxaDbBjwc8op68Quupwt1DeAFoG8GImPhiKXAvvsH7wDSLsu1Q== /prismjs/1.23.0: dev: false optionalDependencies: @@ -20393,97 +20496,6 @@ packages: dev: false resolution: integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== - /pug-attrs/3.0.0: - dependencies: - constantinople: 4.0.1 - js-stringify: 1.0.2 - pug-runtime: 3.0.0 - dev: false - resolution: - integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA== - /pug-code-gen/3.0.1: - dependencies: - constantinople: 4.0.1 - doctypes: 1.1.0 - js-stringify: 1.0.2 - pug-attrs: 3.0.0 - pug-error: 2.0.0 - pug-runtime: 3.0.0 - void-elements: 3.1.0 - with: 7.0.2 - dev: false - resolution: - integrity: sha512-xJIGvmXTQlkJllq6hqxxjRWcay2F9CU69TuAuiVZgHK0afOhG5txrQOcZyaPHBvSWCU/QQOqEp5XCH94rRZpBQ== - /pug-error/2.0.0: - dev: false - resolution: - integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ== - /pug-filters/4.0.0: - dependencies: - constantinople: 4.0.1 - jstransformer: 1.0.0 - pug-error: 2.0.0 - pug-walk: 2.0.0 - resolve: 1.19.0 - dev: false - resolution: - integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A== - /pug-lexer/5.0.0: - dependencies: - character-parser: 2.2.0 - is-expression: 4.0.0 - pug-error: 2.0.0 - dev: false - resolution: - integrity: sha512-52xMk8nNpuyQ/M2wjZBN5gXQLIylaGkAoTk5Y1pBhVqaopaoj8Z0iVzpbFZAqitL4RHNVDZRnJDsqEYe99Ti0A== - /pug-linker/4.0.0: - dependencies: - pug-error: 2.0.0 - pug-walk: 2.0.0 - dev: false - resolution: - integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw== - /pug-load/3.0.0: - dependencies: - object-assign: 4.1.1 - pug-walk: 2.0.0 - dev: false - resolution: - integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ== - /pug-parser/6.0.0: - dependencies: - pug-error: 2.0.0 - token-stream: 1.0.0 - dev: false - resolution: - integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw== - /pug-runtime/3.0.0: - dev: false - resolution: - integrity: sha512-GoEPcmQNnaTsePEdVA05bDpY+Op5VLHKayg08AQiqJBWU/yIaywEYv7TetC5dEQS3fzBBoyb2InDcZEg3mPTIA== - /pug-strip-comments/2.0.0: - dependencies: - pug-error: 2.0.0 - dev: false - resolution: - integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ== - /pug-walk/2.0.0: - dev: false - resolution: - integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ== - /pug/3.0.0: - dependencies: - pug-code-gen: 3.0.1 - pug-filters: 4.0.0 - pug-lexer: 5.0.0 - pug-linker: 4.0.0 - pug-load: 3.0.0 - pug-parser: 6.0.0 - pug-runtime: 3.0.0 - pug-strip-comments: 2.0.0 - dev: false - resolution: - integrity: sha512-inmsJyFBSHZaiGLaguoFgJGViX0If6AcfcElimvwj9perqjDpUpw79UIEDZbWFmoGVidh08aoE+e8tVkjVJPCw== /pump/2.0.1: dependencies: end-of-stream: 1.4.4 @@ -20607,10 +20619,6 @@ packages: node: '>=0.4.x' resolution: integrity: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= - /querystringify/2.2.0: - dev: false - resolution: - integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== /quick-lru/1.1.0: dev: false engines: @@ -20705,18 +20713,18 @@ packages: node: '>= 0.8' resolution: integrity: sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA== - /raw-loader/3.1.0_webpack@4.44.2: + /raw-loader/4.0.2_webpack@4.44.2: dependencies: - loader-utils: 1.4.0 - schema-utils: 2.7.1 + loader-utils: 2.0.0 + schema-utils: 3.0.0 webpack: 4.44.2 dev: false engines: - node: '>= 8.9.0' + node: '>= 10.13.0' peerDependencies: - webpack: ^4.3.0 + webpack: ^4.0.0 || ^5.0.0 resolution: - integrity: sha512-lzUVMuJ06HF4rYveaz9Tv0WRlUMxJ0Y1hgSkkgg+50iEdaI0TthyEDe08KIHb0XsF6rn8WYTqPCaGTZg3sX+qA== + integrity: sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA== /rc-align/2.4.5: dependencies: babel-runtime: 6.26.0 @@ -20868,14 +20876,6 @@ packages: hasBin: true resolution: integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== - /react-addons-create-fragment/15.6.2: - dependencies: - fbjs: 0.8.17 - loose-envify: 1.4.0 - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha1-o5TefCx77Na1R1uhuXrEcs58dPg= /react-clientside-effect/1.2.3: dependencies: '@babel/runtime': 7.12.5 @@ -20922,38 +20922,76 @@ packages: react: '*' resolution: integrity: sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA== - /react-dev-utils/9.1.0: + /react-dev-utils/10.2.1: dependencies: - '@babel/code-frame': 7.5.5 + '@babel/code-frame': 7.8.3 address: 1.1.2 - browserslist: 4.7.0 + browserslist: 4.10.0 chalk: 2.4.2 - cross-spawn: 6.0.5 + cross-spawn: 7.0.1 detect-port-alt: 1.1.6 - escape-string-regexp: 1.0.5 - filesize: 3.6.1 - find-up: 3.0.0 - fork-ts-checker-webpack-plugin: 1.5.0 + escape-string-regexp: 2.0.0 + filesize: 6.0.1 + find-up: 4.1.0 + fork-ts-checker-webpack-plugin: 3.1.1 global-modules: 2.0.0 globby: 8.0.2 gzip-size: 5.1.1 immer: 1.10.0 - inquirer: 6.5.0 + inquirer: 7.0.4 is-root: 2.1.0 loader-utils: 1.2.3 - open: 6.4.0 - pkg-up: 2.0.0 + open: 7.3.0 + pkg-up: 3.1.0 react-error-overlay: 6.0.8 recursive-readdir: 2.2.2 shell-quote: 1.7.2 - sockjs-client: 1.4.0 - strip-ansi: 5.2.0 + strip-ansi: 6.0.0 text-table: 0.2.0 dev: false engines: node: '>=8.10' resolution: - integrity: sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg== + integrity: sha512-XxTbgJnYZmxuPtY3y/UV0D8/65NKkmaia4rXzViknVnZeVlklSh8u6TnaEYPfAi/Gh1TP4mEOXHI6jQOPbeakQ== + /react-docgen-typescript-plugin/0.6.3: + dependencies: + debug: 4.3.1 + endent: 2.0.1 + micromatch: 4.0.2 + react-docgen-typescript: 1.20.5 + tslib: 2.0.3 + dev: false + peerDependencies: + typescript: '>= 3.x' + resolution: + integrity: sha512-av1S/fmWBNFGgNa4qtkidFjjOz23eEi6EdCtwSWo9WNhGzUMyMygbD/DosMWoeFlZpk9R3MXPkRE7PDH6j5GMQ== + /react-docgen-typescript-plugin/0.6.3_typescript@4.1.3: + dependencies: + debug: 4.3.1 + endent: 2.0.1 + micromatch: 4.0.2 + react-docgen-typescript: 1.20.5_typescript@4.1.3 + tslib: 2.0.3 + typescript: 4.1.3 + dev: false + peerDependencies: + typescript: '>= 3.x' + resolution: + integrity: sha512-av1S/fmWBNFGgNa4qtkidFjjOz23eEi6EdCtwSWo9WNhGzUMyMygbD/DosMWoeFlZpk9R3MXPkRE7PDH6j5GMQ== + /react-docgen-typescript/1.20.5: + dev: false + peerDependencies: + typescript: '>= 3.x' + resolution: + integrity: sha512-AbLGMtn76bn7SYBJSSaKJrZ0lgNRRR3qL60PucM5M4v/AXyC8221cKBXW5Pyt9TfDRfe+LDnPNlg7TibxX0ovA== + /react-docgen-typescript/1.20.5_typescript@4.1.3: + dependencies: + typescript: 4.1.3 + dev: false + peerDependencies: + typescript: '>= 3.x' + resolution: + integrity: sha512-AbLGMtn76bn7SYBJSSaKJrZ0lgNRRR3qL60PucM5M4v/AXyC8221cKBXW5Pyt9TfDRfe+LDnPNlg7TibxX0ovA== /react-docgen/5.3.1: dependencies: '@babel/core': 7.12.10 @@ -21036,17 +21074,6 @@ packages: react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 resolution: integrity: sha512-WZbvG72cjLXAxV7VOuSzuHEaI3RHj10DZu8EcKQpkKcAj7+qAkG5XUeSdX5FXrA0vPrlx0QsnAzZEBJwzV0e+w== - /react-element-to-jsx-string/14.3.2_react@16.14.0: - dependencies: - '@base2/pretty-print-object': 1.0.0 - is-plain-object: 3.0.1 - react: 16.14.0 - dev: false - peerDependencies: - react: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 - react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 - resolution: - integrity: sha512-WZbvG72cjLXAxV7VOuSzuHEaI3RHj10DZu8EcKQpkKcAj7+qAkG5XUeSdX5FXrA0vPrlx0QsnAzZEBJwzV0e+w== /react-error-overlay/6.0.8: dev: false resolution: @@ -21055,35 +21082,46 @@ packages: dev: false resolution: integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== - /react-focus-lock/2.5.0_@types+react@16.14.2: + /react-focus-lock/2.5.0: dependencies: '@babel/runtime': 7.12.5 focus-lock: 0.8.1 prop-types: 15.7.2 react-clientside-effect: 1.2.3 - use-callback-ref: 1.2.4_@types+react@16.14.2 + use-callback-ref: 1.2.4 use-sidecar: 1.0.3 dev: false peerDependencies: - '@types/react': '*' react: ^16.8.0 || ^17.0.0 resolution: integrity: sha512-XLxj6uTXgz0US8TmqNU2jMfnXwZG0mH2r/afQqvPEaX6nyEll5LHVcEXk2XDUQ34RVeLPkO/xK5x6c/qiuSq/A== - /react-focus-lock/2.5.0_fa14fe5eab06fc40706f42ae1049ee73: + /react-focus-lock/2.5.0_react@16.14.0: dependencies: '@babel/runtime': 7.12.5 focus-lock: 0.8.1 prop-types: 15.7.2 react: 16.14.0 react-clientside-effect: 1.2.3_react@16.14.0 - use-callback-ref: 1.2.4_fa14fe5eab06fc40706f42ae1049ee73 + use-callback-ref: 1.2.4_react@16.14.0 use-sidecar: 1.0.3_react@16.14.0 dev: false peerDependencies: - '@types/react': '*' react: ^16.8.0 || ^17.0.0 resolution: integrity: sha512-XLxj6uTXgz0US8TmqNU2jMfnXwZG0mH2r/afQqvPEaX6nyEll5LHVcEXk2XDUQ34RVeLPkO/xK5x6c/qiuSq/A== + /react-helmet-async/1.0.7: + dependencies: + '@babel/runtime': 7.12.5 + invariant: 2.2.4 + prop-types: 15.7.2 + react-fast-compare: 3.2.0 + shallowequal: 1.1.0 + dev: false + peerDependencies: + react: ^16.6.0 + react-dom: ^16.6.0 + resolution: + integrity: sha512-By90p5uxAriGukbyejq2poK41DwTxpNWOpOjN8mIyX/BKrCd3+sXZ5pHUZXjHyjR5OYS7PGsOD9dbM61YxfFmA== /react-helmet-async/1.0.7_react-dom@16.14.0+react@16.14.0: dependencies: '@babel/runtime': 7.12.5 @@ -21099,6 +21137,14 @@ packages: react-dom: ^16.6.0 resolution: integrity: sha512-By90p5uxAriGukbyejq2poK41DwTxpNWOpOjN8mIyX/BKrCd3+sXZ5pHUZXjHyjR5OYS7PGsOD9dbM61YxfFmA== + /react-hotkeys/2.0.0: + dependencies: + prop-types: 15.7.2 + dev: false + peerDependencies: + react: '>= 0.14.0' + resolution: + integrity: sha512-3n3OU8vLX/pfcJrR3xJ1zlww6KS1kEJt0Whxc4FiGV+MJrQ1mYSYI3qS/11d2MJDFm8IhOXMTFQirfu6AVOF6Q== /react-hotkeys/2.0.0_react@16.14.0: dependencies: prop-types: 15.7.2 @@ -21125,7 +21171,17 @@ packages: react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 resolution: integrity: sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== - /react-inspector/4.0.1_react@16.14.0: + /react-inspector/5.1.0: + dependencies: + '@babel/runtime': 7.12.5 + is-dom: 1.1.0 + prop-types: 15.7.2 + dev: false + peerDependencies: + react: ^16.8.4 + resolution: + integrity: sha512-JAwswiengIcxi4X/Ssb8nf6suOuQsyit8Fxo04+iPKTnPNY3XIOuagjMZSzpJDDKkYcc/ARlySOYZZv626WUvA== + /react-inspector/5.1.0_react@16.14.0: dependencies: '@babel/runtime': 7.12.5 is-dom: 1.1.0 @@ -21135,7 +21191,7 @@ packages: peerDependencies: react: ^16.8.4 resolution: - integrity: sha512-xSiM6CE79JBqSj8Fzd9dWBHv57tLTH7OM57GP3VrE5crzVF3D5Khce9w1Xcw75OAbvrA0Mi2vBneR1OajKmXFg== + integrity: sha512-JAwswiengIcxi4X/Ssb8nf6suOuQsyit8Fxo04+iPKTnPNY3XIOuagjMZSzpJDDKkYcc/ARlySOYZZv626WUvA== /react-is/16.13.1: dev: false resolution: @@ -21180,18 +21236,30 @@ packages: react: '*' resolution: integrity: sha512-zFEpY01fJORF0IiyONqvjwPLBBDp155Ive6tU8ZmetmT2p4XWUKHstnlu4Cayia+n7iu58Owytztu43yvSin8g== - /react-popper-tooltip/2.11.1_react-dom@16.14.0+react@16.14.0: + /react-popper-tooltip/3.1.1: + dependencies: + '@babel/runtime': 7.12.5 + '@popperjs/core': 2.6.0 + react-popper: 2.2.4_@popperjs+core@2.6.0 + dev: false + peerDependencies: + react: ^16.6.0 || ^17.0.0 + react-dom: ^16.6.0 || ^17.0.0 + resolution: + integrity: sha512-EnERAnnKRptQBJyaee5GJScWNUKQPDD2ywvzZyUjst/wj5U64C8/CnSYLNEmP2hG0IJ3ZhtDxE8oDN+KOyavXQ== + /react-popper-tooltip/3.1.1_react-dom@16.14.0+react@16.14.0: dependencies: '@babel/runtime': 7.12.5 + '@popperjs/core': 2.6.0 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - react-popper: 1.3.7_react@16.14.0 + react-popper: 2.2.4_4c9c83b1b90a13881824d427c7a265a1 dev: false peerDependencies: - react: ^16.6.0 - react-dom: ^16.6.0 + react: ^16.6.0 || ^17.0.0 + react-dom: ^16.6.0 || ^17.0.0 resolution: - integrity: sha512-04A2f24GhyyMicKvg/koIOQ5BzlrRbKiAgP6L+Pdj1MVX3yJ1NeZ8+EidndQsbejFT55oW1b++wg2Z8KlAyhfQ== + integrity: sha512-EnERAnnKRptQBJyaee5GJScWNUKQPDD2ywvzZyUjst/wj5U64C8/CnSYLNEmP2hG0IJ3ZhtDxE8oDN+KOyavXQ== /react-popper/1.3.7: dependencies: '@babel/runtime': 7.12.5 @@ -21221,61 +21289,38 @@ packages: react: 0.14.x || ^15.0.0 || ^16.0.0 resolution: integrity: sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww== - /react-redux/7.2.2_bbabd8c34ea235719dc50e75b43f85a4: + /react-popper/2.2.4_4c9c83b1b90a13881824d427c7a265a1: dependencies: - '@babel/runtime': 7.12.5 - hoist-non-react-statics: 3.3.2 - loose-envify: 1.4.0 - prop-types: 15.7.2 + '@popperjs/core': 2.6.0 react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 - react-is: 16.13.1 - redux: 4.0.5 + react-fast-compare: 3.2.0 + warning: 4.0.3 dev: false peerDependencies: - react: ^16.8.3 || ^17 - react-dom: '*' - react-native: '*' - redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 - peerDependenciesMeta: - react-dom: - optional: true - react-native: - optional: true + '@popperjs/core': ^2.0.0 + react: ^16.8.0 || ^17 resolution: - integrity: sha512-8+CQ1EvIVFkYL/vu6Olo7JFLWop1qRUeb46sGtIMDCSpgwPQq8fPLpirIB0iTqFe9XYEFPHssdX8/UwN6pAkEA== - /react-redux/7.2.2_react@16.14.0+redux@4.0.5: + integrity: sha512-NacOu4zWupdQjVXq02XpTD3yFPSfg5a7fex0wa3uGKVkFK7UN6LvVxgcb+xYr56UCuWiNPMH20tntdVdJRwYew== + /react-popper/2.2.4_@popperjs+core@2.6.0: dependencies: - '@babel/runtime': 7.12.5 - hoist-non-react-statics: 3.3.2 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react: 16.14.0 - react-is: 16.13.1 - redux: 4.0.5 + '@popperjs/core': 2.6.0 + react-fast-compare: 3.2.0 + warning: 4.0.3 dev: false peerDependencies: - react: ^16.8.3 || ^17 - react-dom: '*' - react-native: '*' - redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 - peerDependenciesMeta: - react-dom: - optional: true - react-native: - optional: true + '@popperjs/core': ^2.0.0 + react: ^16.8.0 || ^17 resolution: - integrity: sha512-8+CQ1EvIVFkYL/vu6Olo7JFLWop1qRUeb46sGtIMDCSpgwPQq8fPLpirIB0iTqFe9XYEFPHssdX8/UwN6pAkEA== + integrity: sha512-NacOu4zWupdQjVXq02XpTD3yFPSfg5a7fex0wa3uGKVkFK7UN6LvVxgcb+xYr56UCuWiNPMH20tntdVdJRwYew== /react-refresh/0.8.3: dev: false engines: node: '>=0.10.0' resolution: integrity: sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== - /react-remove-scroll-bar/2.1.1_@types+react@16.14.2: + /react-remove-scroll-bar/2.1.1: dependencies: - '@types/react': 16.14.2 - react-style-singleton: 2.1.1_@types+react@16.14.2 + react-style-singleton: 2.1.1 tslib: 1.14.1 dev: false engines: @@ -21288,11 +21333,10 @@ packages: optional: true resolution: integrity: sha512-IZbfQPSozIr8ylHE9MFcQeb2TTzj4abfE7OBXjmtUeXQ5h6ColGKDNo5h7OmzrJRilAx3YIKBf3jb0yrb31BJQ== - /react-remove-scroll-bar/2.1.1_fa14fe5eab06fc40706f42ae1049ee73: + /react-remove-scroll-bar/2.1.1_react@16.14.0: dependencies: - '@types/react': 16.14.2 react: 16.14.0 - react-style-singleton: 2.1.1_fa14fe5eab06fc40706f42ae1049ee73 + react-style-singleton: 2.1.1_react@16.14.0 tslib: 1.14.1 dev: false engines: @@ -21305,13 +21349,12 @@ packages: optional: true resolution: integrity: sha512-IZbfQPSozIr8ylHE9MFcQeb2TTzj4abfE7OBXjmtUeXQ5h6ColGKDNo5h7OmzrJRilAx3YIKBf3jb0yrb31BJQ== - /react-remove-scroll/2.4.1_@types+react@16.14.2: + /react-remove-scroll/2.4.1: dependencies: - '@types/react': 16.14.2 - react-remove-scroll-bar: 2.1.1_@types+react@16.14.2 - react-style-singleton: 2.1.1_@types+react@16.14.2 + react-remove-scroll-bar: 2.1.1 + react-style-singleton: 2.1.1 tslib: 1.14.1 - use-callback-ref: 1.2.4_@types+react@16.14.2 + use-callback-ref: 1.2.4 use-sidecar: 1.0.3 dev: false engines: @@ -21324,14 +21367,13 @@ packages: optional: true resolution: integrity: sha512-K7XZySEzOHMTq7dDwcHsZA6Y7/1uX5RsWhRXVYv8rdh+y9Qz2nMwl9RX/Mwnj/j7JstCGmxyfyC0zbVGXYh3mA== - /react-remove-scroll/2.4.1_fa14fe5eab06fc40706f42ae1049ee73: + /react-remove-scroll/2.4.1_react@16.14.0: dependencies: - '@types/react': 16.14.2 react: 16.14.0 - react-remove-scroll-bar: 2.1.1_fa14fe5eab06fc40706f42ae1049ee73 - react-style-singleton: 2.1.1_fa14fe5eab06fc40706f42ae1049ee73 + react-remove-scroll-bar: 2.1.1_react@16.14.0 + react-style-singleton: 2.1.1_react@16.14.0 tslib: 1.14.1 - use-callback-ref: 1.2.4_fa14fe5eab06fc40706f42ae1049ee73 + use-callback-ref: 1.2.4_react@16.14.0 use-sidecar: 1.0.3_react@16.14.0 dev: false engines: @@ -21434,12 +21476,10 @@ packages: react-dom: ^16.8.0 resolution: integrity: sha512-HjC6jT2BhUxbIbxMZWqVcDibrEpdUJCfGicN0MMV+BQyKtCaPTgFekKWiOizSCy4jdsLMGjLqcFGJMhVGWB0Dg== - /react-sizeme/2.6.12_react-dom@16.14.0+react@16.14.0: + /react-sizeme/2.6.12: dependencies: element-resize-detector: 1.2.1 invariant: 2.2.4 - react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 shallowequal: 1.1.0 throttle-debounce: 2.3.0 dev: false @@ -21448,11 +21488,12 @@ packages: react-dom: ^0.14.0 || ^15.0.0-0 || ^16.0.0 resolution: integrity: sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw== - /react-sizeme/2.6.12_react@16.14.0: + /react-sizeme/2.6.12_react-dom@16.14.0+react@16.14.0: dependencies: element-resize-detector: 1.2.1 invariant: 2.2.4 react: 16.14.0 + react-dom: 16.14.0_react@16.14.0 shallowequal: 1.1.0 throttle-debounce: 2.3.0 dev: false @@ -21461,9 +21502,8 @@ packages: react-dom: ^0.14.0 || ^15.0.0-0 || ^16.0.0 resolution: integrity: sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw== - /react-style-singleton/2.1.1_@types+react@16.14.2: + /react-style-singleton/2.1.1: dependencies: - '@types/react': 16.14.2 get-nonce: 1.0.1 invariant: 2.2.4 tslib: 1.14.1 @@ -21478,9 +21518,8 @@ packages: optional: true resolution: integrity: sha512-jNRp07Jza6CBqdRKNgGhT3u9umWvils1xsuMOjZlghBDH2MU0PL2WZor4PGYjXpnRCa9DQSlHMs/xnABWOwYbA== - /react-style-singleton/2.1.1_fa14fe5eab06fc40706f42ae1049ee73: + /react-style-singleton/2.1.1_react@16.14.0: dependencies: - '@types/react': 16.14.2 get-nonce: 1.0.1 invariant: 2.2.4 react: 16.14.0 @@ -21496,19 +21535,31 @@ packages: optional: true resolution: integrity: sha512-jNRp07Jza6CBqdRKNgGhT3u9umWvils1xsuMOjZlghBDH2MU0PL2WZor4PGYjXpnRCa9DQSlHMs/xnABWOwYbA== - /react-syntax-highlighter/11.0.2_react@16.14.0: + /react-syntax-highlighter/13.5.3: dependencies: '@babel/runtime': 7.12.5 - highlight.js: 9.13.1 - lowlight: 1.11.0 + highlight.js: 10.5.0 + lowlight: 1.18.0 + prismjs: 1.23.0 + refractor: 3.3.0 + dev: false + peerDependencies: + react: '>= 0.14.0' + resolution: + integrity: sha512-crPaF+QGPeHNIblxxCdf2Lg936NAHKhNhuMzRL3F9ct6aYXL3NcZtCL0Rms9+qVo6Y1EQLdXGypBNSbPL/r+qg== + /react-syntax-highlighter/13.5.3_react@16.14.0: + dependencies: + '@babel/runtime': 7.12.5 + highlight.js: 10.5.0 + lowlight: 1.18.0 prismjs: 1.23.0 react: 16.14.0 - refractor: 2.10.1 + refractor: 3.3.0 dev: false peerDependencies: react: '>= 0.14.0' resolution: - integrity: sha512-kqmpM2OH5OodInbEADKARwccwSQWBfZi0970l5Jhp4h39q9Q65C4frNcnd6uHE5pR00W8pOWj9HDRntj2G4Rww== + integrity: sha512-crPaF+QGPeHNIblxxCdf2Lg936NAHKhNhuMzRL3F9ct6aYXL3NcZtCL0Rms9+qVo6Y1EQLdXGypBNSbPL/r+qg== /react-test-renderer/16.14.0: dependencies: object-assign: 4.1.1 @@ -21532,16 +21583,31 @@ packages: react: ^16.14.0 resolution: integrity: sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg== - /react-textarea-autosize/7.1.2_react@16.14.0: + /react-textarea-autosize/8.3.0: + dependencies: + '@babel/runtime': 7.12.5 + use-composed-ref: 1.1.0 + use-latest: 1.2.0 + dev: false + engines: + node: '>=10' + peerDependencies: + react: ^16.8.0 || ^17.0.0 + resolution: + integrity: sha512-3GLWFAan2pbwBeoeNDoqGmSbrShORtgWfaWX0RJDivsUrpShh01saRM5RU/i4Zmf+whpBVEY5cA90Eq8Ub1N3w== + /react-textarea-autosize/8.3.0_react@16.14.0: dependencies: '@babel/runtime': 7.12.5 - prop-types: 15.7.2 react: 16.14.0 + use-composed-ref: 1.1.0_react@16.14.0 + use-latest: 1.2.0_react@16.14.0 dev: false + engines: + node: '>=10' peerDependencies: - react: '>=0.14.0 <17.0.0' + react: ^16.8.0 || ^17.0.0 resolution: - integrity: sha512-uH3ORCsCa3C6LHxExExhF4jHoXYCQwE5oECmrRsunlspaDAbS4mGKNlWZqjLfInWtFQcf0o1n1jC/NGXFdUBCg== + integrity: sha512-3GLWFAan2pbwBeoeNDoqGmSbrShORtgWfaWX0RJDivsUrpShh01saRM5RU/i4Zmf+whpBVEY5cA90Eq8Ub1N3w== /react-transition-group/4.4.1: dependencies: '@babel/runtime': 7.12.5 @@ -21641,15 +21707,6 @@ packages: node: '>=4' resolution: integrity: sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc= - /read-pkg-up/4.0.0: - dependencies: - find-up: 3.0.0 - read-pkg: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA== /read-pkg-up/7.0.1: dependencies: find-up: 4.1.0 @@ -21779,14 +21836,6 @@ packages: node: '>=8.10.0' resolution: integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== - /realpath-native/1.1.0: - dependencies: - util.promisify: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA== /recast/0.14.7: dependencies: ast-types: 0.11.3 @@ -21798,28 +21847,6 @@ packages: node: '>= 4' resolution: integrity: sha512-/nwm9pkrcWagN40JeJhkPaRxiHXBRkXyRh/hgU088Z/v+qCy+zIHHY6bC6o7NaKAxPqtE6nD8zBH1LfU0/Wx6A== - /recast/0.18.10: - dependencies: - ast-types: 0.13.3 - esprima: 4.0.1 - private: 0.1.8 - source-map: 0.6.1 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-XNvYvkfdAN9QewbrxeTOjgINkdY/odTgTS56ZNEWL9Ml0weT4T3sFtvnTuF+Gxyu46ANcRm1ntrF6F5LAJPAaQ== - /recast/0.19.1: - dependencies: - ast-types: 0.13.3 - esprima: 4.0.1 - private: 0.1.8 - source-map: 0.6.1 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-8FCjrBxjeEU2O6I+2hyHyBFH1siJbMBLwIRvVr1T3FD2cL754sOaJDsJ/8h3xYltasbJ8jqWRIhMuDGBSiSbjw== /rechoir/0.6.2: dependencies: resolve: 1.19.0 @@ -21877,25 +21904,18 @@ packages: dev: false resolution: integrity: sha512-Hl/tuV2VDgWgCSEeWMLwxLZqX7OK59eU1guxXsRKTAyeYimivsKdtcV4fu3r710tpG5GmDKDhQ0HSZLExnNmyQ== - /redux/4.0.5: - dependencies: - loose-envify: 1.4.0 - symbol-observable: 1.2.0 - dev: false - resolution: - integrity: sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w== /reflect.ownkeys/0.2.0: dev: false resolution: integrity: sha1-dJrO7H8/34tj+SegSAnpDFwLNGA= - /refractor/2.10.1: + /refractor/3.3.0: dependencies: - hastscript: 5.1.2 - parse-entities: 1.2.2 - prismjs: 1.17.1 + hastscript: 6.0.0 + parse-entities: 2.0.0 + prismjs: 1.23.0 dev: false resolution: - integrity: sha512-Xh9o7hQiQlDbxo5/XkOX6H+x/q8rmlmZKr97Ie1Q8ZM32IRRd3B/UxuA/yXDW79DBSXGWxm2yRTbcTVmAciJRw== + integrity: sha512-c/jEhQjk1NDyTF3hMgtu8PigaqkWUv+c5+mBffZCTnjyrNSJkG+0eoTOJV/u0XCTuPfaFzJyj6MM4HnF0Wr27Q== /regenerate-unicode-properties/8.2.0: dependencies: regenerate: 1.4.2 @@ -22055,16 +22075,16 @@ packages: dev: false resolution: integrity: sha512-lDddGsxXURV01WS9WAiS9rO/cedO1pvr9tahtLhr6qCGFhHG4yZSJW3Ha4Nw9Uk1hLNmUBtPC0+m45Ms+xEitg== - /remark-external-links/5.0.0: + /remark-external-links/6.1.0: dependencies: extend: 3.0.2 is-absolute-url: 3.0.3 - mdast-util-definitions: 1.2.5 + mdast-util-definitions: 2.0.1 space-separated-tokens: 1.1.5 - unist-util-visit: 1.4.1 + unist-util-visit: 2.0.3 dev: false resolution: - integrity: sha512-lYnZGNN10N3YGMvO95Zup4hZ+VHI82JgcrGJfuxOLQExoho/iNhlrPVSkmdapYQl928pkOn4YOgJf/0pdZkteA== + integrity: sha512-dJr+vhe3wuh1+E9jltQ+efRMqtMDOOnfFkhtoArOmhnBcPQX6THttXMkc/H0kdnAvkXTk7f2QdOYm5qo/sGqdw== /remark-footnotes/2.0.0: dev: false resolution: @@ -22138,6 +22158,14 @@ packages: dev: false resolution: integrity: sha512-DWX+Kd9iKycqyD+/B+gEFO3jjnt7Yg1O05lygYSNTe5i5PIxxxPjp5qPBDxPIzp5wreF7+1ROCwRgjEcqmzr3A== + /remark-slug/6.0.0: + dependencies: + github-slugger: 1.3.0 + mdast-util-to-string: 1.1.0 + unist-util-visit: 2.0.3 + dev: false + resolution: + integrity: sha512-ln67v5BrGKHpETnm6z6adlJPhESFJwfuZZ3jrmi+lKTzeZxh2tzFzUfDD4Pm2hRGOarHLuGToO86MNMZ/hA67Q== /remark-squeeze-paragraphs/3.0.4: dependencies: mdast-squeeze-paragraphs: 3.0.5 @@ -22331,14 +22359,6 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM= - /requires-port/1.0.0: - dev: false - resolution: - integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - /resize-observer-polyfill/1.5.1: - dev: false - resolution: - integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg== /resolve-css-import-urls/0.0.2: dependencies: get-css-urls: 0.0.1 @@ -22466,10 +22486,6 @@ packages: node: '>=0.12' resolution: integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - /retry/0.10.1: - dev: false - resolution: - integrity: sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q= /retry/0.12.0: dev: false engines: @@ -22727,6 +22743,16 @@ packages: node: '>= 8.9.0' resolution: integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== + /schema-utils/3.0.0: + dependencies: + '@types/json-schema': 7.0.6 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 + dev: false + engines: + node: '>= 10.13.0' + resolution: + integrity: sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA== /section-matter/1.0.0: dependencies: extend-shallow: 2.0.1 @@ -22904,10 +22930,6 @@ packages: node: '>=8' resolution: integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== - /shallow-equal/1.2.1: - dev: false - resolution: - integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA== /shallowequal/1.1.0: dev: false resolution: @@ -22989,29 +23011,6 @@ packages: dev: false resolution: integrity: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= - /simplebar-react/1.2.3_react-dom@16.14.0+react@16.14.0: - dependencies: - prop-types: 15.7.2 - react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 - simplebar: 4.2.3 - dev: false - peerDependencies: - react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 - react-dom: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 - resolution: - integrity: sha512-1EOWJzFC7eqHUp1igD1/tb8GBv5aPQA5ZMvpeDnVkpNJ3jAuvmrL2kir3HuijlxhG7njvw9ssxjjBa89E5DrJg== - /simplebar/4.2.3: - dependencies: - can-use-dom: 0.1.0 - core-js: 3.8.2 - lodash.debounce: 4.0.8 - lodash.memoize: 4.1.2 - lodash.throttle: 4.1.1 - resize-observer-polyfill: 1.5.1 - dev: false - resolution: - integrity: sha512-9no0pK7/1y+8/oTF3sy/+kx0PjQ3uk4cYwld5F1CJGk2gx+prRyUq8GRfvcVLq5niYWSozZdX73a2wIr1o9l/g== /sisteransi/1.0.5: dev: false resolution: @@ -23058,10 +23057,6 @@ packages: node: '>=10' resolution: integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== - /slide/1.1.6: - dev: false - resolution: - integrity: sha1-VusCfWW00tzmyy4tMsTUr8nh1wc= /snake-case/2.1.0: dependencies: no-case: 2.3.2 @@ -23111,17 +23106,6 @@ packages: optional: true resolution: integrity: sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg= - /sockjs-client/1.4.0: - dependencies: - debug: 3.2.7 - eventsource: 1.0.7 - faye-websocket: 0.11.3 - inherits: 2.0.4 - json3: 3.3.3 - url-parse: 1.4.7 - dev: false - resolution: - integrity: sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g== /sort-keys/1.1.2: dependencies: is-plain-obj: 1.1.0 @@ -23295,12 +23279,6 @@ packages: hasBin: true resolution: integrity: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - /ssri/5.3.0: - dependencies: - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-XRSIPqLij52MtgoQavH/x/dU1qVKtWUAAZeOHsR9c2Ddi4XerFy3mc1alf+dLJKl9EUIm/Ht+EowFkTUOA6GAQ== /ssri/6.0.1: dependencies: figgy-pudding: 3.5.2 @@ -23344,6 +23322,10 @@ packages: node: '>=10' resolution: integrity: sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw== + /stackframe/1.2.0: + dev: false + resolution: + integrity: sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA== /stacktrace-parser/0.1.10: dependencies: type-fest: 0.7.1 @@ -24056,18 +24038,6 @@ packages: node: '>=6' resolution: integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== - /tar-stream/2.2.0: - dependencies: - bl: 4.0.3 - end-of-stream: 1.4.4 - fs-constants: 1.0.0 - inherits: 2.0.4 - readable-stream: 3.6.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== /tar.gz/1.0.7: dependencies: bluebird: 2.11.0 @@ -24101,7 +24071,20 @@ packages: node: '>= 8' resolution: integrity: sha512-MNIgJddrV2TkuwChwcSNds/5E9VijOiw7kAc1y5hTNJoLDSuIyid2QtLYiCYNnICebpuvjhPQZsXwUL0O3l7OQ== - /telejson/3.3.0: + /tar/6.0.5: + dependencies: + chownr: 2.0.0 + fs-minipass: 2.1.0 + minipass: 3.1.3 + minizlib: 2.1.2 + mkdirp: 1.0.4 + yallist: 4.0.0 + dev: false + engines: + node: '>= 10' + resolution: + integrity: sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg== + /telejson/5.1.0: dependencies: '@types/is-function': 1.0.0 global: 4.4.0 @@ -24113,15 +24096,7 @@ packages: memoizerific: 1.11.3 dev: false resolution: - integrity: sha512-er08AylQ+LEbDLp1GRezORZu5wKOHaBczF6oYJtgC3Idv10qZ8A3p6ffT+J5BzDKkV9MqBvu8HAKiIIOp6KJ2w== - /temp/0.8.4: - dependencies: - rimraf: 2.6.3 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg== + integrity: sha512-Yy0N2OV0mosmr1SCZEm3Ezhu/oi5Dbao5RqauZu4+VI5I/XtVBHXajRk0txuqbFYtKdzzWGDZFGSif9ovVLjEA== /term-size/1.2.0: dependencies: execa: 0.7.0 @@ -24183,12 +24158,12 @@ packages: webpack: ^4.0.0 resolution: integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== - /terser-webpack-plugin/2.3.8_webpack@4.44.2: + /terser-webpack-plugin/3.1.0_webpack@4.44.2: dependencies: - cacache: 13.0.1 + cacache: 15.0.5 find-cache-dir: 3.3.1 - jest-worker: 25.5.0 - p-limit: 2.3.0 + jest-worker: 26.6.2 + p-limit: 3.1.0 schema-utils: 2.7.1 serialize-javascript: 4.0.0 source-map: 0.6.1 @@ -24197,11 +24172,11 @@ packages: webpack-sources: 1.4.3 dev: false engines: - node: '>= 8.9.0' + node: '>= 10.13.0' peerDependencies: webpack: ^4.0.0 || ^5.0.0 resolution: - integrity: sha512-/fKw3R+hWyHfYx7Bv6oPqmk4HGQcrWLtV3X6ggvPuwPNHSnzvVV51z6OaaCOus4YLjutYGOz3pEpbhe6Up2s1w== + integrity: sha512-cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA== /terser/4.6.13: dependencies: commander: 2.20.3 @@ -24224,17 +24199,6 @@ packages: hasBin: true resolution: integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - /test-exclude/5.2.3: - dependencies: - glob: 7.1.6 - minimatch: 3.0.4 - read-pkg-up: 4.0.0 - require-main-filename: 2.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g== /test-exclude/6.0.0: dependencies: '@istanbuljs/schema': 0.1.2 @@ -24474,10 +24438,6 @@ packages: node: '>=0.6' resolution: integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== - /token-stream/1.0.0: - dev: false - resolution: - integrity: sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ= /tough-cookie/2.3.4: dependencies: punycode: 1.4.1 @@ -24579,6 +24539,16 @@ packages: node: '>=6.10' resolution: integrity: sha512-6zSJp23uQI+Txyz5LlXMXAHpUhY4Hi0oluXny0OgIR7g/Cromq4vDBnhtbBdyIV34g0pgwxUvnvg+jLJe4c1NA== + /ts-dedent/2.0.0: + dev: false + engines: + node: '>=6.10' + resolution: + integrity: sha512-DfxKjSFQfw9+uf7N9Cy8Ebx9fv5fquK4hZ6SD3Rzr+1jKP6AVA6H8+B5457ZpUs0JKsGpGqIevbpZ9DMQJDp1A== + /ts-essentials/2.0.12: + dev: false + resolution: + integrity: sha512-3IVX4nI6B5cc31/GFFE+i8ey/N2eA0CZDbo6n0yrz0zDX8ZJ8djmU1p+XRz7G3is0F3bB3pu2pAroFdAWQKU3w== /ts-loader/3.5.0: dependencies: chalk: 2.4.2 @@ -24591,10 +24561,6 @@ packages: node: '>=4.3.0 <5.0.0 || >=5.10' resolution: integrity: sha512-JTia3kObhTk36wPFgy0RnkZReiusYx7Le9IhcUWRrCTcFcr6Dy1zGsFd3x8DG4gevlbN65knI8W50FfoykXcng== - /ts-map/1.0.3: - dev: false - resolution: - integrity: sha512-vDWbsl26LIcPGmDpoVzjEP6+hvHZkBkLW7JpvwbCv/5IYPJlsbzCVXY3wsCeAxAUeTclNOUZxnLdGh3VBD/J6w== /ts-node/9.1.1: dependencies: arg: 4.1.3 @@ -24639,6 +24605,19 @@ packages: optional: true resolution: integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw== + /ts-pnp/1.2.0_typescript@4.1.3: + dependencies: + typescript: 4.1.3 + dev: false + engines: + node: '>=6' + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + resolution: + integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw== /tsconfig-paths/3.9.0: dependencies: '@types/json5': 0.0.29 @@ -24694,29 +24673,6 @@ packages: typescript: '>=2.0.0' resolution: integrity: sha1-BTVocb7yOkNJBnNABvwYgza6gks= - /tslint/5.14.0: - dependencies: - babel-code-frame: 6.26.0 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 3.5.0 - glob: 7.1.6 - js-yaml: 3.14.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.19.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0 - dev: false - engines: - node: '>=4.8.0' - hasBin: true - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' - resolution: - integrity: sha512-IUla/ieHVnB8Le7LdQFRGlVJid2T/gaJe5VkjzRVSRR6pA2ODYrnfR1hmxi+5+au9l50jBwpbBL34txgv4NnTQ== /tsscmp/1.0.6: dev: false engines: @@ -24731,14 +24687,6 @@ packages: typescript: '>=2.0.0 || >=2.0.0-dev || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >= 2.4.0-dev' resolution: integrity: sha1-ufmrROVa+WgYMdXyjQrur1x1DLA= - /tsutils/2.29.0: - dependencies: - tslib: 1.14.1 - dev: false - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - resolution: - integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA== /tsutils/2.29.0_typescript@2.9.2: dependencies: tslib: 1.14.1 @@ -25251,24 +25199,24 @@ packages: file-loader: '*' resolution: integrity: sha512-B7QYFyvv+fOBqBVeefsxv6koWWtjmHaMFT6KZWti4KRw8YUD/hOU+3AECvXuzyVawIBx3z7zQRejXCDSO5kk1Q== - /url-loader/2.3.0_file-loader@4.3.0+webpack@4.44.2: + /url-loader/4.1.1_file-loader@6.2.0+webpack@4.44.2: dependencies: - file-loader: 4.3.0_webpack@4.44.2 - loader-utils: 1.4.0 - mime: 2.4.7 - schema-utils: 2.7.1 + file-loader: 6.2.0_webpack@4.44.2 + loader-utils: 2.0.0 + mime-types: 2.1.28 + schema-utils: 3.0.0 webpack: 4.44.2 dev: false engines: - node: '>= 8.9.0' + node: '>= 10.13.0' peerDependencies: file-loader: '*' - webpack: ^4.0.0 + webpack: ^4.0.0 || ^5.0.0 peerDependenciesMeta: file-loader: optional: true resolution: - integrity: sha512-goSdg8VY+7nPZKUEChZSEtW5gjbS66USIGCeSJ1OVOJ7Yfuh/36YxCwMi5HVEJh6mqUYOoy3NJ0vlOMrWsSHog== + integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA== /url-parse-lax/1.0.0: dependencies: prepend-http: 1.0.4 @@ -25285,13 +25233,6 @@ packages: node: '>=4' resolution: integrity: sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= - /url-parse/1.4.7: - dependencies: - querystringify: 2.2.0 - requires-port: 1.0.0 - dev: false - resolution: - integrity: sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== /url-slug/2.0.0: dependencies: unidecode: 0.1.8 @@ -25321,9 +25262,7 @@ packages: node: '>= 0.4.1' resolution: integrity: sha1-6NDB4UwuBbZTSgKCVqyiECXEXd4= - /use-callback-ref/1.2.4_@types+react@16.14.2: - dependencies: - '@types/react': 16.14.2 + /use-callback-ref/1.2.4: dev: false engines: node: '>=8.5.0' @@ -25335,9 +25274,8 @@ packages: optional: true resolution: integrity: sha512-rXpsyvOnqdScyied4Uglsp14qzag1JIemLeTWGKbwpotWht57hbP78aNT+Q4wdFKQfQibbUX4fb6Qb4y11aVOQ== - /use-callback-ref/1.2.4_fa14fe5eab06fc40706f42ae1049ee73: + /use-callback-ref/1.2.4_react@16.14.0: dependencies: - '@types/react': 16.14.2 react: 16.14.0 dev: false engines: @@ -25350,6 +25288,70 @@ packages: optional: true resolution: integrity: sha512-rXpsyvOnqdScyied4Uglsp14qzag1JIemLeTWGKbwpotWht57hbP78aNT+Q4wdFKQfQibbUX4fb6Qb4y11aVOQ== + /use-composed-ref/1.1.0: + dependencies: + ts-essentials: 2.0.12 + dev: false + peerDependencies: + react: ^16.8.0 || ^17.0.0 + resolution: + integrity: sha512-my1lNHGWsSDAhhVAT4MKs6IjBUtG6ZG11uUqexPH9PptiIZDQOzaF4f5tEbJ2+7qvNbtXNBbU3SfmN+fXlWDhg== + /use-composed-ref/1.1.0_react@16.14.0: + dependencies: + react: 16.14.0 + ts-essentials: 2.0.12 + dev: false + peerDependencies: + react: ^16.8.0 || ^17.0.0 + resolution: + integrity: sha512-my1lNHGWsSDAhhVAT4MKs6IjBUtG6ZG11uUqexPH9PptiIZDQOzaF4f5tEbJ2+7qvNbtXNBbU3SfmN+fXlWDhg== + /use-isomorphic-layout-effect/1.1.1: + dev: false + peerDependencies: + '@types/react': '*' + react: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + resolution: + integrity: sha512-L7Evj8FGcwo/wpbv/qvSfrkHFtOpCzvM5yl2KVyDJoylVuSvzphiiasmjgQPttIGBAy2WKiBNR98q8w7PiNgKQ== + /use-isomorphic-layout-effect/1.1.1_react@16.14.0: + dependencies: + react: 16.14.0 + dev: false + peerDependencies: + '@types/react': '*' + react: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + resolution: + integrity: sha512-L7Evj8FGcwo/wpbv/qvSfrkHFtOpCzvM5yl2KVyDJoylVuSvzphiiasmjgQPttIGBAy2WKiBNR98q8w7PiNgKQ== + /use-latest/1.2.0: + dependencies: + use-isomorphic-layout-effect: 1.1.1 + dev: false + peerDependencies: + '@types/react': '*' + react: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + resolution: + integrity: sha512-d2TEuG6nSLKQLAfW3By8mKr8HurOlTkul0sOpxbClIv4SQ4iOd7BYr7VIzdbktUCnv7dua/60xzd8igMU6jmyw== + /use-latest/1.2.0_react@16.14.0: + dependencies: + react: 16.14.0 + use-isomorphic-layout-effect: 1.1.1_react@16.14.0 + dev: false + peerDependencies: + '@types/react': '*' + react: ^16.8.0 || ^17.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + resolution: + integrity: sha512-d2TEuG6nSLKQLAfW3By8mKr8HurOlTkul0sOpxbClIv4SQ4iOd7BYr7VIzdbktUCnv7dua/60xzd8igMU6jmyw== /use-sidecar/1.0.3: dependencies: detect-node-es: 1.0.0 @@ -25666,49 +25668,6 @@ packages: dev: false resolution: integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== - /void-elements/3.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YU9/v42AHwu18GYfWy9XhXUOTwk= - /vue-docgen-api/4.34.2: - dependencies: - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 - '@vue/compiler-dom': 3.0.5 - '@vue/compiler-sfc': 3.0.5 - ast-types: 0.13.3 - hash-sum: 1.0.2 - lru-cache: 4.1.5 - pug: 3.0.0 - recast: 0.19.1 - ts-map: 1.0.3 - vue-inbrowser-compiler-utils: 4.33.6 - dev: false - resolution: - integrity: sha512-iS6TrpyPC9zPgz0D+vB9ceDWRXNfBKbQAFzc9rdmz1iOqW0QoLpTg/9Bjqn4HQiRHR6mFMK2TZ1yqs0+T8yDMQ== - /vue-docgen-loader/1.5.0_vue-docgen-api@4.34.2: - dependencies: - clone: 2.1.2 - jscodeshift: 0.7.1 - loader-utils: 1.4.0 - querystring: 0.2.0 - vue-docgen-api: 4.34.2 - dev: false - engines: - node: '>= 8.16' - peerDependencies: - vue-docgen-api: '>=3' - webpack: '>=4' - resolution: - integrity: sha512-LKZ8mxeIQ44uSUMTplnwOXbC4bO4E2vyZDTbn7/1QlVwJPEIjk3ahL0DA1m27IEw6YTlHOwtWS0PrHmDkFgyAg== - /vue-inbrowser-compiler-utils/4.33.6: - dependencies: - camelcase: 5.3.1 - dev: false - resolution: - integrity: sha512-g9ErL/xuTtRAdT6+VmzR4Lqxlw4hpH7ObEBGk8VGQgNqdcs9Pza8AMzlns160IGzQw4sI8gvvbYEPeZ54Z5OfA== /w3c-hr-time/1.0.2: dependencies: browser-process-hrtime: 1.0.0 @@ -25826,6 +25785,16 @@ packages: webpack: ^4.0.0 || ^5.0.0 resolution: integrity: sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ== + /webpack-filter-warnings-plugin/1.2.1_webpack@4.44.2: + dependencies: + webpack: 4.44.2 + dev: false + engines: + node: '>= 4.3 < 5.0.0 || >= 5.10' + peerDependencies: + webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 + resolution: + integrity: sha512-Ez6ytc9IseDMLPo0qCuNNYzgtUl8NovOqjIq4uAU8LTD4uoa1w1KpZyyzFtLTEMZpkkOkLfL9eN+KGYdk1Qtwg== /webpack-hot-middleware/2.25.0: dependencies: ansi-html: 0.0.7 @@ -25957,22 +25926,6 @@ packages: optional: true resolution: integrity: sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q== - /websocket-driver/0.7.4: - dependencies: - http-parser-js: 0.5.3 - safe-buffer: 5.2.1 - websocket-extensions: 0.1.4 - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== - /websocket-extensions/0.1.4: - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== /whatwg-encoding/1.0.5: dependencies: iconv-lite: 0.4.24 @@ -26063,17 +26016,6 @@ packages: node: '>= 0.8.0' resolution: integrity: sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0= - /with/7.0.2: - dependencies: - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 - assert-never: 1.2.1 - babel-walk: 3.0.0-canary-5 - dev: false - engines: - node: '>= 10.0.0' - resolution: - integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w== /word-wrap/1.2.3: dev: false engines: @@ -26167,14 +26109,6 @@ packages: node: '>=0.1.97' resolution: integrity: sha1-P3pRmw5AkzhyO7A5sgmlQRdrqkI= - /write-file-atomic/2.4.1: - dependencies: - graceful-fs: 4.2.4 - imurmurhash: 0.1.4 - signal-exit: 3.0.3 - dev: false - resolution: - integrity: sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg== /write-file-atomic/2.4.3: dependencies: graceful-fs: 4.2.4 @@ -26492,15 +26426,15 @@ packages: dev: false name: '@rush-temp/create-release-notes' resolution: - integrity: sha512-IILXM0cuSq5jZ54CNEqVrlsGzthG897Ykf5E+4oj2nvxKqbELpzcj8KKiNP16vu3Ed8qTbXsFRbBrWKEoG4rwA== + integrity: sha512-QPOBmQ40yVLsozZmqBVzrygGVPeGi5kBD3iSP44Tjbt3ORY1vpBRJ9TBDm+L5lW2JBIZDWWPyPVyVHExgdRODg== tarball: 'file:projects/create-release-notes.tgz' version: 0.0.0 - 'file:projects/docs.tgz_@babel+core@7.12.10': + 'file:projects/docs.tgz_cb0b35cdd86d43ae111e54bfa48070d7': dependencies: '@mdx-js/loader': 0.15.7_react@16.14.0 '@mdx-js/mdx': 0.15.7 '@mdx-js/tag': 0.15.6_react@16.14.0 - babel-loader: 8.2.2_@babel+core@7.12.10 + babel-loader: 8.2.2_cb0b35cdd86d43ae111e54bfa48070d7 babel-plugin-styled-components: 1.12.0_styled-components@4.4.1 eslint: 7.17.0 is-absolute-url: 2.1.0 @@ -26520,6 +26454,7 @@ packages: name: '@rush-temp/docs' peerDependencies: '@babel/core': '*' + webpack: '*' resolution: integrity: sha512-9d54v7sTQ86Xk6r61DEtfbrBt9jl3qNcExnTMzs4Rh+zL0MZR/JarpvfEoykB8Kgs74kNZW/mx0teVCoiKxU6A== tarball: 'file:projects/docs.tgz' @@ -26546,7 +26481,7 @@ packages: dev: false name: '@rush-temp/eslint-config' resolution: - integrity: sha512-bO1RMaJi5r5hc86DmYGKgPXwdP1rz8Ju2BL+CV9s1pFmxaZ2Odf5aFAMKjbwfp+GQSVl+X7dpMPhkLMtSvm+JQ== + integrity: sha512-yB05NQMPsyxt/9HomGzGrlBXJM4pd7rklcd6+Bn/hugKazODEFkJV5nkUz2/MwrCTYPhra6IKSIsP2EaItMd2w== tarball: 'file:projects/eslint-config.tgz' version: 0.0.0 'file:projects/pcln-autocomplete.tgz_ts-node@9.1.1': @@ -26577,19 +26512,20 @@ packages: peerDependencies: ts-node: '*' resolution: - integrity: sha512-m70g8cKvuM8HHipwfcbvgixf3UxjV8ydH1cnnka6NZBS/mdddWfmKC0wOTbTuCRDAq83En7WDbzhbC7epesdLA== + integrity: sha512-ofSzIxn9PPz2pbAnaZKmwzWSvKB1BDaIOs0ht08gObcP7FTaQkSoLucHiXlchUAAA/VVwTTbEQWifjVn92ulRA== tarball: 'file:projects/pcln-autocomplete.tgz' version: 0.0.0 - 'file:projects/pcln-design-system.tgz_ef1cdfe95e1659f4a786f29f1ae00036': + 'file:projects/pcln-design-system.tgz_05ab675e587d101720eb9350d2e19fa3': dependencies: '@babel/cli': 7.12.10_@babel+core@7.12.10 '@compositor/kit': 1.0.47_06677a59d5b1ed295fa969e19a0946d4 - '@storybook/addon-actions': 5.3.21_1944eb952cab1f05b64d39ba5c926494 - '@storybook/addon-info': 5.3.21_1944eb952cab1f05b64d39ba5c926494 - '@storybook/react': 5.3.21_39ed94634ae9d458af418ac3f5a2394d + '@storybook/addon-actions': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/react': 6.1.11_a2a8da7650c41c9130a7d0e58c06538e '@testing-library/jest-dom': 5.11.8 '@testing-library/react': 11.2.2_react-dom@16.14.0+react@16.14.0 '@testing-library/react-hooks': 3.7.0_98e0eb37a9f7280a1c5a6c886619f5b4 + '@types/jest': 26.0.19 + '@types/react-test-renderer': 16.9.4 '@types/styled-system': 4.2.2 camelcase: 6.2.0 cross-env: 7.0.3 @@ -26610,21 +26546,21 @@ packages: styled-components: 4.4.1_react-dom@16.14.0+react@16.14.0 styled-system: 4.2.4 stylis: 3.5.4 + typescript: 4.1.3 dev: false id: 'file:projects/pcln-design-system.tgz' name: '@rush-temp/pcln-design-system' peerDependencies: '@babel/core': '*' - '@types/react': '*' - babel-loader: '*' ts-node: '*' resolution: - integrity: sha512-EFGnzwfEQ76qRqKKG2UyuyjxZobnMhERYSo19oRIKF073c43bAU3Q4bpOLwMwv4DmGw7mMukaAp3znU6GsZdnA== + integrity: sha512-7JMlV3BEyUjdGXuCCa82l6moQcmZFMiGV6aShXth8eQEI3hy1dUpfSem6csxh+fBoEidQzc+TA5skjRREP1kLg== tarball: 'file:projects/pcln-design-system.tgz' version: 0.0.0 - 'file:projects/pcln-icons.tgz_05ab675e587d101720eb9350d2e19fa3': + 'file:projects/pcln-icons.tgz_ts-node@9.1.1': dependencies: '@babel/cli': 7.12.10_@babel+core@7.12.10 + '@babel/core': 7.12.10 '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.10 '@svgr/cli': 4.3.3 '@testing-library/jest-dom': 5.11.8 @@ -26648,10 +26584,9 @@ packages: id: 'file:projects/pcln-icons.tgz' name: '@rush-temp/pcln-icons' peerDependencies: - '@babel/core': '*' ts-node: '*' resolution: - integrity: sha512-J9UHoUSMpKyxiZTDJKbECFs5rOZEPeh00YPq/zALf6+RbGxGH6+ac2BHsN4saTz2W01eKjQMggkD6bgfSNdHnA== + integrity: sha512-C5s9Lxu7ca6recWfTyd/JV0ByjxzGYsTmQz66aeOjtJuxwQmTqGEGN7a8uSevcNnnyTNgnppv2woSHp/xTpWsw== tarball: 'file:projects/pcln-icons.tgz' version: 0.0.0 'file:projects/pcln-menu.tgz_05ab675e587d101720eb9350d2e19fa3': @@ -26678,13 +26613,13 @@ packages: '@babel/core': '*' ts-node: '*' resolution: - integrity: sha512-Bvmb19A488LVh3y86KgcAZ98WJTC8WG/WUy7XS7lOUdz2DW9YOYPW74/OLUsYhy5LioqbBo5Jw6IsaFrebQXog== + integrity: sha512-2v3lY4RoZvCZnsqUR2XAUtnq96vV1mG0pPt/AHucHAHybuOY5oQStL6q0HyYs6mFgxK0BHC6aXqqZtJXG1i7+g== tarball: 'file:projects/pcln-menu.tgz' version: 0.0.0 - 'file:projects/pcln-modal.tgz_2536733f14a304869e3ec7cad7ef78bf': + 'file:projects/pcln-modal.tgz_05ab675e587d101720eb9350d2e19fa3': dependencies: '@babel/cli': 7.12.10_@babel+core@7.12.10 - '@reach/dialog': 0.7.4_0481a0a9865629f4d1be264d521276ac + '@reach/dialog': 0.7.4_react-dom@16.14.0+react@16.14.0 '@testing-library/jest-dom': 5.11.8 '@testing-library/react': 11.2.2_react-dom@16.14.0+react@16.14.0 cross-env: 7.0.3 @@ -26705,13 +26640,12 @@ packages: name: '@rush-temp/pcln-modal' peerDependencies: '@babel/core': '*' - '@types/react': '*' ts-node: '*' resolution: - integrity: sha512-xoQWhUe7s9F+KzFT0+v2Txx3P6CGwYPZRQl8cwFOTfLvl6Z4mGJBW2L3quJBjZhKe+WRvVAFdP7Cb901ody0cg== + integrity: sha512-WVAGjEMpPUbk/c7KaWtGzSMi96ARP0BKNV3jI5WLeACakZECnJUJ4POIPLJMe90yLDY3c7CBsyfSN2TpnLsCxg== tarball: 'file:projects/pcln-modal.tgz' version: 0.0.0 - 'file:projects/pcln-popover.tgz_2536733f14a304869e3ec7cad7ef78bf': + 'file:projects/pcln-popover.tgz_05ab675e587d101720eb9350d2e19fa3': dependencies: '@babel/cli': 7.12.10_@babel+core@7.12.10 '@reach/component-component': 0.7.4_react-dom@16.14.0+react@16.14.0 @@ -26726,7 +26660,7 @@ packages: prop-types: 15.7.2 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - react-focus-lock: 2.5.0_fa14fe5eab06fc40706f42ae1049ee73 + react-focus-lock: 2.5.0_react@16.14.0 react-popper: 1.3.7_react@16.14.0 rimraf: 3.0.2 styled-components: 4.4.1_react-dom@16.14.0+react@16.14.0 @@ -26736,10 +26670,9 @@ packages: name: '@rush-temp/pcln-popover' peerDependencies: '@babel/core': '*' - '@types/react': '*' ts-node: '*' resolution: - integrity: sha512-QWQX0idS3Na640PM7GNPpuoUlIqYaJfmCsH1H/NzbQW/NHDb2cGxSAgO/CYBa/UkehXV7VtX9Bc3HLgdROhdOA== + integrity: sha512-ReSVbFGPy7DCE/pExnG9DvmJeA1A1hcDtZbbIAsQr9oIdVpG3frSR50r/bch1+xn3PAwM4ZLK3kCM2AZG5wTtQ== tarball: 'file:projects/pcln-popover.tgz' version: 0.0.0 'file:projects/pcln-slider.tgz_ts-node@9.1.1': @@ -26776,33 +26709,20 @@ packages: peerDependencies: ts-node: '*' resolution: - integrity: sha512-9IPUZfo/bhuHLt1eCEpooRyHFn2oGCCWnNqvi1+oeLq4/4X21yoaHCq1vktGS3blX4sX5yAQByMMBxuw4WV5+g== + integrity: sha512-tVRhi5hkxNccGbyDL4Ne2456GQvRpIGzi07/TG+mvPcIqf87/2e5xm6ZKdkpsPjqHXyJJ0yOTwqfrlCHBGkIew== tarball: 'file:projects/pcln-slider.tgz' version: 0.0.0 - 'file:projects/pcln-types.tgz': - dependencies: - '@types/react': 16.14.2 - '@types/styled-system': 4.2.2 - csstype: 2.6.14 - dtslint: 4.0.6 - eslint: 7.17.0 - prettier: 2.2.1 - dev: false - name: '@rush-temp/pcln-types' - resolution: - integrity: sha512-O0+j6hNzg4hs7QIE0kw/6TVhXoUyKJEhX7H/gbkpXHte8mZjqKuaG9ZfOMfIVgotvAhpOjS81cjyoBdfOIcduw== - tarball: 'file:projects/pcln-types.tgz' - version: 0.0.0 - 'file:projects/storybook.tgz_badc6c2336402313ef45f8074eb24ba9': + 'file:projects/storybook.tgz_@babel+core@7.12.10': dependencies: '@compositor/kit': 1.0.47_06677a59d5b1ed295fa969e19a0946d4 - '@storybook/addon-a11y': 5.3.21_1944eb952cab1f05b64d39ba5c926494 - '@storybook/addon-actions': 5.3.21_1944eb952cab1f05b64d39ba5c926494 - '@storybook/addon-docs': 5.3.21_39ed94634ae9d458af418ac3f5a2394d - '@storybook/addon-knobs': 5.3.21_0481a0a9865629f4d1be264d521276ac - '@storybook/addon-viewport': 5.3.21_0481a0a9865629f4d1be264d521276ac - '@storybook/react': 5.3.21_39ed94634ae9d458af418ac3f5a2394d - babel-loader: 8.2.2_@babel+core@7.12.10 + '@storybook/addon-a11y': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/addon-actions': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/addon-docs': 6.1.11_e4d75a294d1d8783998856b0f2483020 + '@storybook/addon-essentials': 6.1.11_d6ab29458af736c47a1eb847879874b2 + '@storybook/addon-knobs': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/addon-viewport': 6.1.11_react-dom@16.14.0+react@16.14.0 + '@storybook/react': 6.1.11_ad73ffc78ffa321d3138a4dec023a174 + babel-loader: 8.2.2_cb0b35cdd86d43ae111e54bfa48070d7 babel-plugin-react-docgen: 4.1.0 chromatic: 5.5.0 eslint: 7.17.0 @@ -26811,14 +26731,14 @@ packages: react-dom: 16.14.0_react@16.14.0 react-draggable-playground: 1.0.0 styled-components: 4.4.1_react-dom@16.14.0+react@16.14.0 + webpack: 4.44.2 dev: false id: 'file:projects/storybook.tgz' name: '@rush-temp/storybook' peerDependencies: '@babel/core': '*' - '@types/react': '*' resolution: - integrity: sha512-x9N86bICOLkVshuvz3kHGW6onDH0Ix/OCU51BXFvHDRySVp39nRkhntHrQ3xzsrDTd0SkjEKYtcpLV4QqWqqmQ== + integrity: sha512-wUMjxrGEtPLJAOghxkG3kPS3jlP5y2TOHz8rr7eZX3o9sGt35/j+VJNum+3BvfRO2hfLh22zKtmLB4im0WjKJQ== tarball: 'file:projects/storybook.tgz' version: 0.0.0 registry: '' @@ -26853,21 +26773,21 @@ specifiers: '@rush-temp/pcln-modal': 'file:./projects/pcln-modal.tgz' '@rush-temp/pcln-popover': 'file:./projects/pcln-popover.tgz' '@rush-temp/pcln-slider': 'file:./projects/pcln-slider.tgz' - '@rush-temp/pcln-types': 'file:./projects/pcln-types.tgz' '@rush-temp/storybook': 'file:./projects/storybook.tgz' '@rushstack/eslint-patch': ^1.0.6 - '@storybook/addon-a11y': ^5.3.21 - '@storybook/addon-actions': ^5.3.21 - '@storybook/addon-docs': ^5.3.21 - '@storybook/addon-info': ^5.3.21 - '@storybook/addon-knobs': ^5.3.21 - '@storybook/addon-viewport': ^5.3.21 - '@storybook/react': ^5.3.21 + '@storybook/addon-a11y': ^6.1.8 + '@storybook/addon-actions': ^6.1.8 + '@storybook/addon-docs': ^6.1.8 + '@storybook/addon-essentials': ^6.1.8 + '@storybook/addon-knobs': ^6.1.8 + '@storybook/addon-viewport': ^6.1.8 + '@storybook/react': ^6.1.8 '@svgr/cli': ^4.3.3 - '@testing-library/jest-dom': ^5.11.4 - '@testing-library/react': ^11.0.4 + '@testing-library/jest-dom': ^5.11.6 + '@testing-library/react': ^11.2.2 '@testing-library/react-hooks': ^3.4.2 - '@types/react': ^16.9.49 + '@types/jest': ^26.0.15 + '@types/react-test-renderer': ^16.9.4 '@types/styled-system': ^4.2.2 '@types/yargs': ^15.0.8 '@typescript-eslint/eslint-plugin': ^4.8.2 @@ -26886,10 +26806,8 @@ specifiers: classnames: ^2.2.5 core-js: ^3.6.5 cross-env: ^7.0.2 - csstype: ^2.6.7 deepmerge: ^4.2.2 downshift: ^3.2.6 - dtslint: ^4.0.0 enzyme: ^3.11.0 enzyme-adapter-react-16: ^1.15.4 eslint-config-prettier: ^6.11.0 @@ -26914,7 +26832,7 @@ specifiers: next: ~9.4.4 next-mdx-docs: 0.0.1-0 npm-run-all: ^4.1.5 - pcln-icons: 4.0.1-holiday-2020.1 + pcln-icons: ^4.0.1-holiday-2020.1 prettier: ^2.1.1 prop-types: ^15.7.2 rc-tools: ^8.4.5 @@ -26937,4 +26855,5 @@ specifiers: ts-node: ^9.0.0 us: ^2.0.0 warning: ^4.0.3 + webpack: ^4.44.2 yargs: ^16.0.3 diff --git a/common/config/rush/variants/styled-components-v4/common-versions.json b/common/config/rush/variants/styled-components-v4/common-versions.json deleted file mode 100644 index 8ce9a940c4..0000000000 --- a/common/config/rush/variants/styled-components-v4/common-versions.json +++ /dev/null @@ -1,58 +0,0 @@ -/** - * This configuration file specifies NPM dependency version selections that affect all projects - * in a Rush repo. For full documentation, please see https://rushjs.io - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/common-versions.schema.json", - - /** - * A table that specifies a "preferred version" for a given NPM package. This feature is typically used - * to hold back an indirect dependency to a specific older version, or to reduce duplication of indirect dependencies. - * - * The "preferredVersions" value can be any SemVer range specifier (e.g. "~1.2.3"). Rush injects these values into - * the "dependencies" field of the top-level common/temp/package.json, which influences how the package manager - * will calculate versions. The specific effect depends on your package manager. Generally it will have no - * effect on an incompatible or already constrained SemVer range. If you are using PNPM, similar effects can be - * achieved using the pnpmfile.js hook. See the Rush documentation for more details. - * - * After modifying this field, it's recommended to run "rush update --full" so that the package manager - * will recalculate all version selections. - */ - "preferredVersions": { - "styled-components": "^4.4.1" - }, - - /** - * When set to true, for all projects in the repo, all dependencies will be automatically added as preferredVersions, - * except in cases where different projects specify different version ranges for a given dependency. For older - * package managers, this tended to reduce duplication of indirect dependencies. However, it can sometimes cause - * trouble for indirect dependencies with incompatible peerDependencies ranges. - * - * The default value is true. If you're encountering installation errors related to peer dependencies, - * it's recommended to set this to false. - * - * After modifying this field, it's recommended to run "rush update --full" so that the package manager - * will recalculate all version selections. - */ - // "implicitlyPreferredVersions": false, - - /** - * The "rush check" command can be used to enforce that every project in the repo must specify - * the same SemVer range for a given dependency. However, sometimes exceptions are needed. - * The allowedAlternativeVersions table allows you to list other SemVer ranges that will be - * accepted by "rush check" for a given dependency. - * - * IMPORTANT: THIS TABLE IS FOR *ADDITIONAL* VERSION RANGES THAT ARE ALTERNATIVES TO THE - * USUAL VERSION (WHICH IS INFERRED BY LOOKING AT ALL PROJECTS IN THE REPO). - * This design avoids unnecessary churn in this file. - */ - "allowedAlternativeVersions": { - /** - * For example, allow some projects to use an older TypeScript compiler - * (in addition to whatever "usual" version is being used by other projects in the repo): - */ - // "typescript": [ - // "~2.4.0" - // ] - } -} diff --git a/common/config/rush/variants/styled-components-v4/pnpm-lock.yaml b/common/config/rush/variants/styled-components-v4/pnpm-lock.yaml deleted file mode 100644 index 883e5930da..0000000000 --- a/common/config/rush/variants/styled-components-v4/pnpm-lock.yaml +++ /dev/null @@ -1,26600 +0,0 @@ -dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/core': 7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-export-default-from': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.6 - '@compositor/kit': 1.0.47_styled-components@4.4.1 - '@mdx-js/loader': 0.15.7 - '@mdx-js/mdx': 0.15.7 - '@mdx-js/tag': 0.15.6 - '@reach/component-component': 0.7.4 - '@reach/dialog': 0.7.4_@types+react@16.9.49 - '@rush-temp/babel-preset': 'file:projects/babel-preset.tgz' - '@rush-temp/docs': 'file:projects/docs.tgz_@babel+core@7.11.6' - '@rush-temp/eslint-config': 'file:projects/eslint-config.tgz' - '@rush-temp/pcln-autocomplete': 'file:projects/pcln-autocomplete.tgz' - '@rush-temp/pcln-design-system': 'file:projects/pcln-design-system.tgz_5f4e75485d05063debccc2e0651ceb55' - '@rush-temp/pcln-icons': 'file:projects/pcln-icons.tgz_@babel+core@7.11.6' - '@rush-temp/pcln-modal': 'file:projects/pcln-modal.tgz_df3cdb8411b91d06031563a68743d278' - '@rush-temp/pcln-popover': 'file:projects/pcln-popover.tgz_df3cdb8411b91d06031563a68743d278' - '@rush-temp/pcln-slider': 'file:projects/pcln-slider.tgz' - '@rush-temp/pcln-types': 'file:projects/pcln-types.tgz' - '@rush-temp/storybook': 'file:projects/storybook.tgz_df3cdb8411b91d06031563a68743d278' - '@rushstack/eslint-config': 1.3.0_eslint@7.9.0 - '@storybook/addon-a11y': 5.3.21_@types+react@16.9.49 - '@storybook/addon-actions': 5.3.21_@types+react@16.9.49 - '@storybook/addon-docs': 5.3.21_5f4e75485d05063debccc2e0651ceb55 - '@storybook/addon-info': 5.3.21_@types+react@16.9.49 - '@storybook/addon-knobs': 5.3.21_@types+react@16.9.49 - '@storybook/addon-viewport': 5.3.21_@types+react@16.9.49 - '@storybook/react': 5.3.21_5f4e75485d05063debccc2e0651ceb55 - '@svgr/cli': 4.3.3 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4 - '@types/react': 16.9.49 - '@types/styled-system': 4.2.2 - '@typescript-eslint/eslint-plugin': 4.1.1_e7a08ee1cf450863cdaa69c17e499e5f - '@typescript-eslint/parser': 4.1.1_eslint@7.9.0 - babel-eslint: 10.1.0_eslint@7.9.0 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-date-fns: 2.0.0 - babel-plugin-dynamic-import-node: 2.3.3 - babel-plugin-lodash: 3.3.4 - babel-plugin-react-docgen: 4.1.0 - babel-plugin-styled-components: 1.11.1_styled-components@4.4.1 - babel-plugin-transform-react-remove-prop-types: 0.4.24 - camelcase: 6.0.0 - cat-names: 2.0.0 - chromatic: 5.2.0_@babel+core@7.11.6 - classnames: 2.2.6 - core-js: 3.6.5 - cross-env: 7.0.2 - csstype: 2.6.13 - deepmerge: 4.2.2 - downshift: 3.4.8 - dtslint: 4.0.2 - enzyme: 3.11.0 - enzyme-adapter-react-16: 1.15.4_enzyme@3.11.0 - eslint: 7.9.0 - eslint-config-prettier: 6.11.0_eslint@7.9.0 - eslint-import-resolver-typescript: 2.3.0_abdf0c9d977be3d37bd469dd74184e57 - eslint-plugin-import: 2.22.0_eslint@7.9.0 - eslint-plugin-jest: 24.0.1_eslint@7.9.0 - eslint-plugin-jsx-a11y: 6.3.1_eslint@7.9.0 - eslint-plugin-progress: 0.0.1 - eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6_eslint@7.9.0 - eslint-plugin-react-hooks: 4.1.2_eslint@7.9.0 - eslint-plugin-sonarjs: 0.5.0_eslint@7.9.0 - hoist-non-react-statics: 3.3.2 - is-absolute-url: 2.1.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@4.4.1 - lodash.upperfirst: 4.3.1 - mdx-docs: 1.0.0-9_1879e73838edc007c3ca1b62e79afe27 - minimist: 1.2.5 - moize: 5.4.7 - next: 9.4.4 - next-mdx-docs: 0.0.1-0_@mdx-js+mdx@0.15.7 - npm-run-all: 4.1.5 - pcln-design-system: 3.6.1_styled-components@4.4.1 - prettier: 2.1.2 - prop-types: 15.7.2 - rc-tools: 8.4.5 - rc-tooltip: 3.7.3 - rc-trigger: 2.6.5 - rc-util: 4.21.1 - react-draggable-playground: 1.0.0 - react-focus-lock: 2.4.1_@types+react@16.9.49 - react-popper: 1.3.7 - react-test-renderer: 16.13.1 - react-transition-group: 2.9.0 - remark-autolink-headings: 5.2.2 - remark-emoji: 2.1.0 - remark-images: 0.8.1 - remark-slug: 5.1.2 - rimraf: 3.0.2 - shallowequal: 1.1.0 - styled-components: 4.4.1_styled-components@4.4.1 - styled-system: 4.2.4 - stylis: 3.5.4 - us: 2.0.0 - warning: 4.0.3 -lockfileVersion: 5.1 -packages: - /@ampproject/toolbox-core/2.6.0: - dependencies: - cross-fetch: 3.0.5 - lru-cache: 6.0.0 - dev: false - resolution: - integrity: sha512-sDMnHj8WaX3tqJS5VsIHkeW98nq5WQ0C9RoFc1PPS3rmYIlS0vhAfHbrjJw6wtuxBTQFxccje+Ew+2OJ2D15kA== - /@ampproject/toolbox-optimizer/2.4.0: - dependencies: - '@ampproject/toolbox-core': 2.6.0 - '@ampproject/toolbox-runtime-version': 2.6.0 - '@ampproject/toolbox-script-csp': 2.5.4 - '@ampproject/toolbox-validator-rules': 2.5.4 - cssnano: 4.1.10 - domhandler: 3.0.0 - domutils: 2.1.0 - htmlparser2: 4.1.0 - lru-cache: 5.1.1 - normalize-html-whitespace: 1.0.0 - postcss-safe-parser: 4.0.2 - terser: 4.6.13 - dev: false - peerDependencies: - jimp: '*' - probe-image-size: '*' - peerDependenciesMeta: - jimp: - optional: true - probe-image-size: - optional: true - requiresBuild: true - resolution: - integrity: sha512-Bmb+eMF9/VB3H0qPdZy0V5yPSkWe5RwuGbXiMxzqYdJgmMat+NL75EtozQnlpa0uBlESnOGe7bMojm/SA1ImrA== - /@ampproject/toolbox-runtime-version/2.6.0: - dependencies: - '@ampproject/toolbox-core': 2.6.0 - dev: false - resolution: - integrity: sha512-wT+Ehsoq2PRXqpgjebygHD01BpSlaAE4HfDEVxgPVT8oAsLzE4ywZgzI2VQZfaCdb8qLyO5+WXrLSoJXxDBo2Q== - /@ampproject/toolbox-script-csp/2.5.4: - dev: false - resolution: - integrity: sha512-+knTYetI5nWllRZ9wFcj7mYxelkiiFVRAAW/hl0ad8EnKHMH82tRlk40CapEnUHhp6Er5sCYkumQ8dngs3Q4zQ== - /@ampproject/toolbox-validator-rules/2.5.4: - dependencies: - cross-fetch: 3.0.5 - dev: false - resolution: - integrity: sha512-bS7uF+h0s5aiklc/iRaujiSsiladOsZBLrJ6QImJDXvubCAQtvE7om7ShlGSXixkMAO0OVMDWyuwLlEy8V1Ing== - /@babel/cli/7.11.6_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - commander: 4.1.1 - convert-source-map: 1.7.0 - fs-readdir-recursive: 1.1.0 - glob: 7.1.6 - lodash: 4.17.20 - make-dir: 2.1.0 - slash: 2.0.0 - source-map: 0.5.7 - dev: false - hasBin: true - optionalDependencies: - chokidar: 2.1.8 - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-+w7BZCvkewSmaRM6H4L2QM3RL90teqEIHDIFXAmrW33+0jhlymnDAEdqVeCZATvxhQuio1ifoGVlJJbIiH9Ffg== - /@babel/code-frame/7.0.0-beta.44: - dependencies: - '@babel/highlight': 7.0.0-beta.44 - dev: false - resolution: - integrity: sha512-cuAuTTIQ9RqcFRJ/Y8PvTh+paepNcaGxwQwjIDRWPXmzzyAeCO4KqS9ikMvq0MCbRk6GlYKwfzStrcP3/jSL8g== - /@babel/code-frame/7.10.4: - dependencies: - '@babel/highlight': 7.10.4 - dev: false - resolution: - integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== - /@babel/code-frame/7.5.5: - dependencies: - '@babel/highlight': 7.10.4 - dev: false - resolution: - integrity: sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== - /@babel/code-frame/7.8.3: - dependencies: - '@babel/highlight': 7.10.4 - dev: false - resolution: - integrity: sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== - /@babel/compat-data/7.11.0: - dependencies: - browserslist: 4.14.3 - invariant: 2.2.4 - semver: 5.7.1 - dev: false - resolution: - integrity: sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== - /@babel/core/7.11.6: - dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.6 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helpers': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - convert-source-map: 1.7.0 - debug: 4.1.1 - gensync: 1.0.0-beta.1 - json5: 2.1.3 - lodash: 4.17.20 - resolve: 1.17.0 - semver: 5.7.1 - source-map: 0.5.7 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg== - /@babel/core/7.7.7: - dependencies: - '@babel/code-frame': 7.8.3 - '@babel/generator': 7.11.6 - '@babel/helpers': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.9.6 - convert-source-map: 1.7.0 - debug: 4.1.1 - json5: 2.1.3 - lodash: 4.17.20 - resolve: 1.17.0 - semver: 5.7.1 - source-map: 0.5.7 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ== - /@babel/generator/7.0.0-beta.44: - dependencies: - '@babel/types': 7.0.0-beta.44 - jsesc: 2.5.2 - lodash: 4.17.20 - source-map: 0.5.7 - trim-right: 1.0.1 - dev: false - resolution: - integrity: sha512-5xVb7hlhjGcdkKpMXgicAVgx8syK5VJz193k0i/0sLP6DzE6lRrU1K3B/rFefgdo9LPGMAOOOAWW4jycj07ShQ== - /@babel/generator/7.11.6: - dependencies: - '@babel/types': 7.11.5 - jsesc: 2.5.2 - source-map: 0.5.7 - dev: false - resolution: - integrity: sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA== - /@babel/helper-annotate-as-pure/7.10.4: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA== - /@babel/helper-builder-binary-assignment-operator-visitor/7.10.4: - dependencies: - '@babel/helper-explode-assignable-expression': 7.11.4 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg== - /@babel/helper-builder-react-jsx-experimental/7.11.5: - dependencies: - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-module-imports': 7.10.4 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-Vc4aPJnRZKWfzeCBsqTBnzulVNjABVdahSPhtdMD3Vs80ykx4a87jTHtF/VR+alSrDmNvat7l13yrRHauGcHVw== - /@babel/helper-builder-react-jsx/7.10.4: - dependencies: - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-5nPcIZ7+KKDxT1427oBivl9V9YTal7qk0diccnh7RrcgrT/pGFOjgGw1dgryyx1GvHEpXVfoDF6Ak3rTiWh8Rg== - /@babel/helper-compilation-targets/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/compat-data': 7.11.0 - '@babel/core': 7.11.6 - browserslist: 4.14.3 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== - /@babel/helper-compilation-targets/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/compat-data': 7.11.0 - '@babel/core': 7.7.7 - browserslist: 4.14.3 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== - /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== - /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== - /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-regex': 7.10.5 - regexpu-core: 4.7.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== - /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-regex': 7.10.5 - regexpu-core: 4.7.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== - /@babel/helper-define-map/7.10.5: - dependencies: - '@babel/helper-function-name': 7.10.4 - '@babel/types': 7.11.5 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ== - /@babel/helper-explode-assignable-expression/7.11.4: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-ux9hm3zR4WV1Y3xXxXkdG/0gxF9nvI0YVmKVhvK9AfMoaQkemL3sJpXw+Xbz65azo8qJiEz2XVDUpK3KYhH3ZQ== - /@babel/helper-function-name/7.0.0-beta.44: - dependencies: - '@babel/helper-get-function-arity': 7.0.0-beta.44 - '@babel/template': 7.0.0-beta.44 - '@babel/types': 7.0.0-beta.44 - dev: false - resolution: - integrity: sha512-MHRG2qZMKMFaBavX0LWpfZ2e+hLloT++N7rfM3DYOMUOGCD8cVjqZpwiL8a0bOX3IYcQev1ruciT0gdFFRTxzg== - /@babel/helper-function-name/7.10.4: - dependencies: - '@babel/helper-get-function-arity': 7.10.4 - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== - /@babel/helper-get-function-arity/7.0.0-beta.44: - dependencies: - '@babel/types': 7.0.0-beta.44 - dev: false - resolution: - integrity: sha512-w0YjWVwrM2HwP6/H3sEgrSQdkCaxppqFeJtAnB23pRiJB5E/O9Yp7JAAeWBl+gGEgmBFinnTyOv2RN7rcSmMiw== - /@babel/helper-get-function-arity/7.10.4: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== - /@babel/helper-hoist-variables/7.10.4: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA== - /@babel/helper-member-expression-to-functions/7.11.0: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== - /@babel/helper-module-imports/7.10.4: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== - /@babel/helper-module-transforms/7.11.0: - dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== - /@babel/helper-optimise-call-expression/7.10.4: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== - /@babel/helper-plugin-utils/7.10.4: - dev: false - resolution: - integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-regex/7.10.5: - dependencies: - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg== - /@babel/helper-remap-async-to-generator/7.11.4: - dependencies: - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-wrap-function': 7.10.4 - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-tR5vJ/vBa9wFy3m5LLv2faapJLnDFxNWff2SAYkSE4rLUdbp7CdObYFgI7wK4T/Mj4UzpjPwzR8Pzmr5m7MHGA== - /@babel/helper-replace-supers/7.10.4: - dependencies: - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== - /@babel/helper-simple-access/7.10.4: - dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== - /@babel/helper-skip-transparent-expression-wrappers/7.11.0: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== - /@babel/helper-split-export-declaration/7.0.0-beta.44: - dependencies: - '@babel/types': 7.0.0-beta.44 - dev: false - resolution: - integrity: sha512-aQ7QowtkgKKzPGf0j6u77kBMdUFVBKNHw2p/3HX/POt5/oz8ec5cs0GwlgM8Hz7ui5EwJnzyfRmkNF1Nx1N7aA== - /@babel/helper-split-export-declaration/7.11.0: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== - /@babel/helper-validator-identifier/7.10.4: - dev: false - resolution: - integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== - /@babel/helper-wrap-function/7.10.4: - dependencies: - '@babel/helper-function-name': 7.10.4 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug== - /@babel/helpers/7.10.4: - dependencies: - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== - /@babel/highlight/7.0.0-beta.44: - dependencies: - chalk: 2.4.2 - esutils: 2.0.3 - js-tokens: 3.0.2 - dev: false - resolution: - integrity: sha512-Il19yJvy7vMFm8AVAh6OZzaFoAd0hbkeMZiX3P5HGD+z7dyI7RzndHB0dg6Urh/VAFfHtpOIzDUSxmY6coyZWQ== - /@babel/highlight/7.10.4: - dependencies: - '@babel/helper-validator-identifier': 7.10.4 - chalk: 2.4.2 - js-tokens: 4.0.0 - dev: false - resolution: - integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/parser/7.11.5: - dev: false - engines: - node: '>=6.0.0' - hasBin: true - resolution: - integrity: sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== - /@babel/plugin-proposal-async-generator-functions/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.11.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg== - /@babel/plugin-proposal-async-generator-functions/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.11.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg== - /@babel/plugin-proposal-class-properties/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== - /@babel/plugin-proposal-class-properties/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA== - /@babel/plugin-proposal-dynamic-import/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== - /@babel/plugin-proposal-dynamic-import/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== - /@babel/plugin-proposal-export-default-from/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-export-default-from': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-G1l00VvDZ7Yk2yRlC5D8Ybvu3gmeHS3rCHoUYdjrqGYUtdeOBoRypnvDZ5KQqxyaiiGHWnVDeSEzA5F9ozItig== - /@babel/plugin-proposal-export-namespace-from/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== - /@babel/plugin-proposal-json-strings/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== - /@babel/plugin-proposal-json-strings/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== - /@babel/plugin-proposal-logical-assignment-operators/7.11.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== - /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== - /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== - /@babel/plugin-proposal-nullish-coalescing-operator/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== - /@babel/plugin-proposal-numeric-separator/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA== - /@babel/plugin-proposal-numeric-separator/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ== - /@babel/plugin-proposal-object-rest-spread/7.11.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== - /@babel/plugin-proposal-object-rest-spread/7.9.6_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A== - /@babel/plugin-proposal-optional-catch-binding/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== - /@babel/plugin-proposal-optional-catch-binding/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== - /@babel/plugin-proposal-optional-chaining/7.11.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== - /@babel/plugin-proposal-optional-chaining/7.11.0_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== - /@babel/plugin-proposal-optional-chaining/7.9.0_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w== - /@babel/plugin-proposal-private-methods/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== - /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - engines: - node: '>=4' - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - engines: - node: '>=4' - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - /@babel/plugin-syntax-class-properties/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-export-default-from/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-79V6r6Pgudz0RnuMGp5xidu6Z+bPFugh8/Q9eDHonmLp4wKFAZDwygJwYgCzuDu8lFA/sYyT+mc5y2wkd7bTXA== - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== - /@babel/plugin-syntax-flow/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-yxQsX1dJixF4qEEdzVbst3SZQ58Nrooz8NV9Z9GL4byTE25BvJgl5lf0RECUf0fh28rZBb/RYTWn/eeKwCMrZQ== - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== - /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-top-level-await/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== - /@babel/plugin-syntax-top-level-await/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== - /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-transform-arrow-functions/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== - /@babel/plugin-transform-arrow-functions/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== - /@babel/plugin-transform-async-to-generator/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.11.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== - /@babel/plugin-transform-async-to-generator/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.11.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== - /@babel/plugin-transform-block-scoped-functions/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== - /@babel/plugin-transform-block-scoped-functions/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== - /@babel/plugin-transform-block-scoping/7.11.1_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew== - /@babel/plugin-transform-block-scoping/7.11.1_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew== - /@babel/plugin-transform-classes/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-define-map': 7.10.5 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - globals: 11.12.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== - /@babel/plugin-transform-classes/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-define-map': 7.10.5 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - globals: 11.12.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== - /@babel/plugin-transform-computed-properties/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== - /@babel/plugin-transform-computed-properties/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== - /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== - /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== - /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-duplicate-keys/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== - /@babel/plugin-transform-duplicate-keys/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== - /@babel/plugin-transform-exponentiation-operator/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== - /@babel/plugin-transform-exponentiation-operator/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== - /@babel/plugin-transform-flow-strip-types/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-flow': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-XTadyuqNst88UWBTdLjM+wEY7BFnY2sYtPyAidfC7M/QaZnSuIZpMvLxqGT7phAcnGyWh/XQFLKcGf04CnvxSQ== - /@babel/plugin-transform-for-of/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== - /@babel/plugin-transform-for-of/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== - /@babel/plugin-transform-function-name/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== - /@babel/plugin-transform-function-name/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== - /@babel/plugin-transform-literals/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== - /@babel/plugin-transform-literals/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== - /@babel/plugin-transform-member-expression-literals/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== - /@babel/plugin-transform-member-expression-literals/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== - /@babel/plugin-transform-modules-amd/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw== - /@babel/plugin-transform-modules-amd/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw== - /@babel/plugin-transform-modules-commonjs/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== - /@babel/plugin-transform-modules-commonjs/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== - /@babel/plugin-transform-modules-commonjs/7.9.6_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ== - /@babel/plugin-transform-modules-systemjs/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-hoist-variables': 7.10.4 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw== - /@babel/plugin-transform-modules-systemjs/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-hoist-variables': 7.10.4 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw== - /@babel/plugin-transform-modules-umd/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== - /@babel/plugin-transform-modules-umd/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== - /@babel/plugin-transform-named-capturing-groups-regex/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== - /@babel/plugin-transform-named-capturing-groups-regex/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== - /@babel/plugin-transform-new-target/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== - /@babel/plugin-transform-new-target/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== - /@babel/plugin-transform-object-super/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== - /@babel/plugin-transform-object-super/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== - /@babel/plugin-transform-parameters/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-get-function-arity': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw== - /@babel/plugin-transform-parameters/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-get-function-arity': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw== - /@babel/plugin-transform-property-literals/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== - /@babel/plugin-transform-property-literals/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== - /@babel/plugin-transform-react-constant-elements/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-cYmQBW1pXrqBte1raMkAulXmi7rjg3VI6ZLg9QIic8Hq7BtYXaWuZSxsr2siOMI6SWwpxjWfnwhTUrd7JlAV7g== - /@babel/plugin-transform-react-display-name/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw== - /@babel/plugin-transform-react-display-name/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw== - /@babel/plugin-transform-react-jsx-development/7.11.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-builder-react-jsx-experimental': 7.11.5 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-cImAmIlKJ84sDmpQzm4/0q/2xrXlDezQoixy3qoz1NJeZL/8PRon6xZtluvr4H4FzwlDGI5tCcFupMnXGtr+qw== - /@babel/plugin-transform-react-jsx-development/7.11.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-builder-react-jsx-experimental': 7.11.5 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-cImAmIlKJ84sDmpQzm4/0q/2xrXlDezQoixy3qoz1NJeZL/8PRon6xZtluvr4H4FzwlDGI5tCcFupMnXGtr+qw== - /@babel/plugin-transform-react-jsx-self/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg== - /@babel/plugin-transform-react-jsx-self/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg== - /@babel/plugin-transform-react-jsx-source/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wTeqHVkN1lfPLubRiZH3o73f4rfon42HpgxUSs86Nc+8QIcm/B9s8NNVXu/gwGcOyd7yDib9ikxoDLxJP0UiDA== - /@babel/plugin-transform-react-jsx-source/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wTeqHVkN1lfPLubRiZH3o73f4rfon42HpgxUSs86Nc+8QIcm/B9s8NNVXu/gwGcOyd7yDib9ikxoDLxJP0UiDA== - /@babel/plugin-transform-react-jsx/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-builder-react-jsx': 7.10.4 - '@babel/helper-builder-react-jsx-experimental': 7.11.5 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A== - /@babel/plugin-transform-react-jsx/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-builder-react-jsx': 7.10.4 - '@babel/helper-builder-react-jsx-experimental': 7.11.5 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A== - /@babel/plugin-transform-react-pure-annotations/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-+njZkqcOuS8RaPakrnR9KvxjoG1ASJWpoIv/doyWngId88JoFlPlISenGXjrVacZUIALGUr6eodRs1vmPnF23A== - /@babel/plugin-transform-regenerator/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - regenerator-transform: 0.14.5 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== - /@babel/plugin-transform-regenerator/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - regenerator-transform: 0.14.5 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== - /@babel/plugin-transform-reserved-words/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== - /@babel/plugin-transform-reserved-words/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== - /@babel/plugin-transform-runtime/7.9.6_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - resolve: 1.17.0 - semver: 5.7.1 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-qcmiECD0mYOjOIt8YHNsAP1SxPooC/rDmfmiSK9BNY72EitdSc7l44WTEklaWuFtbOEBjNhWWyph/kOImbNJ4w== - /@babel/plugin-transform-shorthand-properties/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== - /@babel/plugin-transform-shorthand-properties/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== - /@babel/plugin-transform-spread/7.11.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== - /@babel/plugin-transform-spread/7.11.0_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== - /@babel/plugin-transform-sticky-regex/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-regex': 7.10.5 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== - /@babel/plugin-transform-sticky-regex/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-regex': 7.10.5 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== - /@babel/plugin-transform-template-literals/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw== - /@babel/plugin-transform-template-literals/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw== - /@babel/plugin-transform-typeof-symbol/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== - /@babel/plugin-transform-typeof-symbol/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== - /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== - /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== - /@babel/plugin-transform-unicode-escapes/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg== - /@babel/plugin-transform-unicode-regex/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== - /@babel/plugin-transform-unicode-regex/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== - /@babel/preset-env/7.11.5_@babel+core@7.11.6: - dependencies: - '@babel/compat-data': 7.11.0 - '@babel/core': 7.11.6 - '@babel/helper-compilation-targets': 7.10.4_@babel+core@7.11.6 - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-async-generator-functions': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-export-namespace-from': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-json-strings': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-logical-assignment-operators': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-numeric-separator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-proposal-private-methods': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.11.6 - '@babel/plugin-syntax-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-top-level-await': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-arrow-functions': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-async-to-generator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-block-scoped-functions': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-block-scoping': 7.11.1_@babel+core@7.11.6 - '@babel/plugin-transform-classes': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-computed-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-duplicate-keys': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-exponentiation-operator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-for-of': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-function-name': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-literals': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-member-expression-literals': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-modules-amd': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-modules-systemjs': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-modules-umd': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-named-capturing-groups-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-new-target': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-object-super': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-property-literals': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-regenerator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-reserved-words': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-shorthand-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-transform-sticky-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-template-literals': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-typeof-symbol': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-unicode-escapes': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-unicode-regex': 7.10.4_@babel+core@7.11.6 - '@babel/preset-modules': 0.1.4_@babel+core@7.11.6 - '@babel/types': 7.11.5 - browserslist: 4.14.3 - core-js-compat: 3.6.5 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA== - /@babel/preset-env/7.9.6_@babel+core@7.7.7: - dependencies: - '@babel/compat-data': 7.11.0 - '@babel/core': 7.7.7 - '@babel/helper-compilation-targets': 7.10.4_@babel+core@7.7.7 - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-async-generator-functions': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-proposal-json-strings': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-object-rest-spread': 7.9.6_@babel+core@7.7.7 - '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.7.7 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.7.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-top-level-await': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-arrow-functions': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-async-to-generator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-block-scoped-functions': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-block-scoping': 7.11.1_@babel+core@7.7.7 - '@babel/plugin-transform-classes': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-computed-properties': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-duplicate-keys': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-exponentiation-operator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-for-of': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-function-name': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-literals': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-member-expression-literals': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-modules-amd': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-modules-systemjs': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-transform-modules-umd': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-named-capturing-groups-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-new-target': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-object-super': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-transform-property-literals': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-regenerator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-reserved-words': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-shorthand-properties': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-spread': 7.11.0_@babel+core@7.7.7 - '@babel/plugin-transform-sticky-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-template-literals': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-transform-typeof-symbol': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-unicode-regex': 7.10.4_@babel+core@7.7.7 - '@babel/preset-modules': 0.1.3_@babel+core@7.7.7 - '@babel/types': 7.9.6 - browserslist: 4.12.0 - core-js-compat: 3.6.5 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ== - /@babel/preset-flow/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-flow-strip-types': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-XI6l1CptQCOBv+ZKYwynyswhtOKwpZZp5n0LG1QKCo8erRhqjoQV6nvx61Eg30JHpysWQSBwA2AWRU3pBbSY5g== - /@babel/preset-modules/0.1.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.7.7 - '@babel/types': 7.9.6 - esutils: 2.0.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== - /@babel/preset-modules/0.1.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.11.6 - '@babel/types': 7.11.5 - esutils: 2.0.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== - /@babel/preset-react/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-react-display-name': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-react-jsx': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-react-jsx-development': 7.11.5_@babel+core@7.11.6 - '@babel/plugin-transform-react-jsx-self': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-react-jsx-source': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-react-pure-annotations': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-BrHp4TgOIy4M19JAfO1LhycVXOPWdDbTRep7eVyatf174Hff+6Uk53sDyajqZPu8W1qXRBiYOfIamek6jA7YVw== - /@babel/preset-react/7.9.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-react-display-name': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-react-jsx': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-react-jsx-development': 7.11.5_@babel+core@7.7.7 - '@babel/plugin-transform-react-jsx-self': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-react-jsx-source': 7.10.5_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-AxylVB3FXeOTQXNXyiuAQJSvss62FEotbX2Pzx3K/7c+MKJMdSg6Ose6QYllkdCFA8EInCJVw7M/o5QbLuA4ZQ== - /@babel/preset-typescript/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-typescript': 7.11.0_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== - /@babel/preset-typescript/7.9.0_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-typescript': 7.11.0_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-S4cueFnGrIbvYJgwsVFKdvOmpiL0XGw9MFW9D0vgRys5g36PBhZRL8NX8Gr2akz8XRtzq6HuDXPD/1nniagNUg== - /@babel/register/7.11.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - find-cache-dir: 2.1.0 - lodash: 4.17.20 - make-dir: 2.1.0 - pirates: 4.0.1 - source-map-support: 0.5.19 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-CAml0ioKX+kOAvBQDHa/+t1fgOt3qkTIz0TrRtRAT6XY0m5qYZXR85k6/sLCNPMGhYDlCFHCYuU0ybTJbvlC6w== - /@babel/runtime-corejs3/7.11.2: - dependencies: - core-js-pure: 3.6.5 - regenerator-runtime: 0.13.7 - dev: false - resolution: - integrity: sha512-qh5IR+8VgFz83VBa6OkaET6uN/mJOhHONuy3m1sgF0CV6mXdPSEBdA7e1eUbVvyNtANjMbg22JUv71BaDXLY6A== - /@babel/runtime/7.11.2: - dependencies: - regenerator-runtime: 0.13.7 - dev: false - resolution: - integrity: sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== - /@babel/runtime/7.9.6: - dependencies: - regenerator-runtime: 0.13.7 - dev: false - resolution: - integrity: sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ== - /@babel/standalone/7.11.6: - dev: false - resolution: - integrity: sha512-Ye1pj3fN76OWlJyi+Ocy1kTr1BNs5vFWHsq2oKPp3lB4Q0r2WrHi+n/Y2w3sZK+1QSKAkDXTp12tCuBprBHZ1w== - /@babel/template/7.0.0-beta.44: - dependencies: - '@babel/code-frame': 7.0.0-beta.44 - '@babel/types': 7.0.0-beta.44 - babylon: 7.0.0-beta.44 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-w750Sloq0UNifLx1rUqwfbnC6uSUk0mfwwgGRfdLiaUzfAOiH0tHJE6ILQIUi3KYkjiCDTskoIsnfqZvWLBDng== - /@babel/template/7.10.4: - dependencies: - '@babel/code-frame': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== - /@babel/traverse/7.0.0-beta.44: - dependencies: - '@babel/code-frame': 7.0.0-beta.44 - '@babel/generator': 7.0.0-beta.44 - '@babel/helper-function-name': 7.0.0-beta.44 - '@babel/helper-split-export-declaration': 7.0.0-beta.44 - '@babel/types': 7.0.0-beta.44 - babylon: 7.0.0-beta.44 - debug: 3.2.6 - globals: 11.12.0 - invariant: 2.2.4 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-UHuDz8ukQkJCDASKHf+oDt3FVUzFd+QYfuBIsiNu/4+/ix6pP/C+uQZJ6K1oEfbCMv/IKWbgDEh7fcsnIE5AtA== - /@babel/traverse/7.11.5: - dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.6 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - debug: 4.1.1 - globals: 11.12.0 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ== - /@babel/types/7.0.0-beta.44: - dependencies: - esutils: 2.0.3 - lodash: 4.17.20 - to-fast-properties: 2.0.0 - dev: false - resolution: - integrity: sha512-5eTV4WRmqbaFM3v9gHAIljEQJU4Ssc6fxL61JN+Oe2ga/BwyjzjamwkCVVAQjHGuAX8i0BWo42dshL8eO5KfLQ== - /@babel/types/7.11.5: - dependencies: - '@babel/helper-validator-identifier': 7.10.4 - lodash: 4.17.20 - to-fast-properties: 2.0.0 - dev: false - resolution: - integrity: sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== - /@babel/types/7.8.3: - dependencies: - esutils: 2.0.3 - lodash: 4.17.20 - to-fast-properties: 2.0.0 - dev: false - resolution: - integrity: sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg== - /@babel/types/7.9.6: - dependencies: - '@babel/helper-validator-identifier': 7.10.4 - lodash: 4.17.20 - to-fast-properties: 2.0.0 - dev: false - resolution: - integrity: sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA== - /@base2/pretty-print-object/1.0.0: - dev: false - resolution: - integrity: sha512-4Th98KlMHr5+JkxfcoDT//6vY8vM+iSPrLNpHhRyLx2CFYi8e2RfqPLdpbnpo0Q5lQC5hNB79yes07zb02fvCw== - /@bcoe/v8-coverage/0.2.3: - dev: false - resolution: - integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== - /@chromaui/localtunnel/2.0.1: - dependencies: - axios: 0.19.0 - debug: 3.2.6 - openurl: 1.1.1 - yargs: 13.3.2 - dev: false - hasBin: true - resolution: - integrity: sha512-QvO1J9drc7K2SeBrHuO5/8nQ1QTks/OOG+vwva4lM7T28pPgf556snMpPE/3KE6uD2UJky8I4A5dNRNbqAXiDw== - /@cnakazawa/watch/1.0.4: - dependencies: - exec-sh: 0.3.4 - minimist: 1.2.5 - dev: false - engines: - node: '>=0.1.95' - hasBin: true - resolution: - integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ== - /@compositor/kit/1.0.47_96183bafb194bd1831759ec16b732ca5: - dependencies: - '@compositor/webfont': 1.0.39 - '@mdx-js/mdx': 0.9.0 - '@mdx-js/tag': 0.7.2_react@16.13.1 - buble: 0.19.8 - chroma-js: 1.4.1 - colorable: 1.0.5 - get-contrast: 2.0.0 - gray-matter: 4.0.2 - isomorphic-fetch: 2.2.1 - nano-style: 1.0.0 - prop-types: 15.7.2 - ramda: 0.25.0 - react-dom: 16.13.1_react@16.13.1 - react-live: 1.12.0 - react-router-dom: 4.3.1_react@16.13.1 - styled-components: 3.4.10_react@16.13.1 - styled-system: 2.3.6 - dev: false - peerDependencies: - react: '*' - styled-components: '>=2.0.0 || >=3.0.0' - resolution: - integrity: sha512-6QoBhJ77YIxx8qJ/wrN/IavApkNYdNeU8EM5MvP+LpLBCq4GuSS/1jwl8BTzVE60ZCOQwlwF152M020OtfMk8Q== - /@compositor/kit/1.0.47_styled-components@4.4.1: - dependencies: - '@compositor/webfont': 1.0.39 - '@mdx-js/mdx': 0.9.0 - '@mdx-js/tag': 0.7.2 - buble: 0.19.8 - chroma-js: 1.4.1 - colorable: 1.0.5 - get-contrast: 2.0.0 - gray-matter: 4.0.2 - isomorphic-fetch: 2.2.1 - nano-style: 1.0.0 - prop-types: 15.7.2 - ramda: 0.25.0 - react-dom: 16.13.1 - react-live: 1.12.0 - react-router-dom: 4.3.1 - styled-components: 4.4.1_styled-components@4.4.1 - styled-system: 2.3.6 - dev: false - peerDependencies: - styled-components: '>=2.0.0 || >=3.0.0' - resolution: - integrity: sha512-6QoBhJ77YIxx8qJ/wrN/IavApkNYdNeU8EM5MvP+LpLBCq4GuSS/1jwl8BTzVE60ZCOQwlwF152M020OtfMk8Q== - /@compositor/webfont/1.0.39: - dependencies: - dotenv: 5.0.1 - got: 8.3.2 - dev: false - resolution: - integrity: sha512-6FZoQ7pKPY6JhFzuPr4OHWYN3ztbjPu9YDkPTE8wTdlXsCEyyzSDK5DUBx8yTNXwExitRjnZ96Z68bNPeprIIg== - /@definitelytyped/header-parser/0.0.54: - dependencies: - '@definitelytyped/typescript-versions': 0.0.54 - '@types/parsimmon': 1.10.2 - parsimmon: 1.16.0 - dev: false - resolution: - integrity: sha512-kyudkkIo51gDRE6wmn/UiMyi0iqW5PEreAWoh1jPzERCpE2h5ISDhTJzsJnuLoMo6FIa3F3xvggSvIwNqYoJow== - /@definitelytyped/typescript-versions/0.0.54: - dev: false - resolution: - integrity: sha512-Q5YUyIdnzPz5mIIWyUqkibwadbmkkKI082xT4VkKDqHJxm1IkS0YWtFou4z8GSeMxOdknhuTk2a1Yej6vfI1ng== - /@definitelytyped/utils/0.0.54: - dependencies: - '@definitelytyped/typescript-versions': 0.0.54 - '@types/node': 12.12.62 - charm: 1.0.2 - fs-extra: 8.1.0 - fstream: 1.0.12 - npm-registry-client: 8.6.0 - tar: 2.2.2 - tar-stream: 1.6.2 - dev: false - resolution: - integrity: sha512-wx29frMws76EVbhPsUXzpCshvTtrDE0k+rQ0JYfS+BK1r83o7oOjGgzDa4fJoEQWflSYrEguUCokrt4frKDvkA== - /@egoist/vue-to-react/1.1.0: - dev: false - peerDependencies: - react: ^16.8.6 - vue: ^2.6.10 - resolution: - integrity: sha512-MwfwXHDh6ptZGLEtNLPXp2Wghteav7mzpT2Mcwl3NZWKF814i5hhHnNkVrcQQEuxUroSWQqzxLkMKSb+nhPang== - /@egoist/vue-to-react/1.1.0_react@16.13.1: - dependencies: - react: 16.13.1 - dev: false - peerDependencies: - react: ^16.8.6 - vue: ^2.6.10 - resolution: - integrity: sha512-MwfwXHDh6ptZGLEtNLPXp2Wghteav7mzpT2Mcwl3NZWKF814i5hhHnNkVrcQQEuxUroSWQqzxLkMKSb+nhPang== - /@emotion/cache/10.0.29: - dependencies: - '@emotion/sheet': 0.9.4 - '@emotion/stylis': 0.8.5 - '@emotion/utils': 0.11.3 - '@emotion/weak-memoize': 0.2.5 - dev: false - resolution: - integrity: sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ== - /@emotion/core/10.0.35: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/cache': 10.0.29 - '@emotion/css': 10.0.27 - '@emotion/serialize': 0.11.16 - '@emotion/sheet': 0.9.4 - '@emotion/utils': 0.11.3 - dev: false - peerDependencies: - react: '>=16.3.0' - resolution: - integrity: sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw== - /@emotion/core/10.0.35_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/cache': 10.0.29 - '@emotion/css': 10.0.27 - '@emotion/serialize': 0.11.16 - '@emotion/sheet': 0.9.4 - '@emotion/utils': 0.11.3 - react: 16.13.1 - dev: false - peerDependencies: - react: '>=16.3.0' - resolution: - integrity: sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw== - /@emotion/css/10.0.27: - dependencies: - '@emotion/serialize': 0.11.16 - '@emotion/utils': 0.11.3 - babel-plugin-emotion: 10.0.33 - dev: false - resolution: - integrity: sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw== - /@emotion/hash/0.8.0: - dev: false - resolution: - integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== - /@emotion/is-prop-valid/0.8.8: - dependencies: - '@emotion/memoize': 0.7.4 - dev: false - resolution: - integrity: sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA== - /@emotion/memoize/0.7.4: - dev: false - resolution: - integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== - /@emotion/serialize/0.11.16: - dependencies: - '@emotion/hash': 0.8.0 - '@emotion/memoize': 0.7.4 - '@emotion/unitless': 0.7.5 - '@emotion/utils': 0.11.3 - csstype: 2.6.13 - dev: false - resolution: - integrity: sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg== - /@emotion/sheet/0.9.4: - dev: false - resolution: - integrity: sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA== - /@emotion/styled-base/10.0.31_4d699cf7e8a2bf97a506a18e2a399a54: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/is-prop-valid': 0.8.8 - '@emotion/serialize': 0.11.16 - '@emotion/utils': 0.11.3 - react: 16.13.1 - dev: false - peerDependencies: - '@emotion/core': ^10.0.28 - react: '>=16.3.0' - resolution: - integrity: sha512-wTOE1NcXmqMWlyrtwdkqg87Mu6Rj1MaukEoEmEkHirO5IoHDJ8LgCQL4MjJODgxWxXibGR3opGp1p7YvkNEdXQ== - /@emotion/styled-base/10.0.31_@emotion+core@10.0.35: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/core': 10.0.35 - '@emotion/is-prop-valid': 0.8.8 - '@emotion/serialize': 0.11.16 - '@emotion/utils': 0.11.3 - dev: false - peerDependencies: - '@emotion/core': ^10.0.28 - react: '>=16.3.0' - resolution: - integrity: sha512-wTOE1NcXmqMWlyrtwdkqg87Mu6Rj1MaukEoEmEkHirO5IoHDJ8LgCQL4MjJODgxWxXibGR3opGp1p7YvkNEdXQ== - /@emotion/styled/10.0.27_4d699cf7e8a2bf97a506a18e2a399a54: - dependencies: - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/styled-base': 10.0.31_4d699cf7e8a2bf97a506a18e2a399a54 - babel-plugin-emotion: 10.0.33 - react: 16.13.1 - dev: false - peerDependencies: - '@emotion/core': ^10.0.27 - react: '>=16.3.0' - resolution: - integrity: sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q== - /@emotion/styled/10.0.27_@emotion+core@10.0.35: - dependencies: - '@emotion/core': 10.0.35 - '@emotion/styled-base': 10.0.31_@emotion+core@10.0.35 - babel-plugin-emotion: 10.0.33 - dev: false - peerDependencies: - '@emotion/core': ^10.0.27 - react: '>=16.3.0' - resolution: - integrity: sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q== - /@emotion/stylis/0.8.5: - dev: false - resolution: - integrity: sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ== - /@emotion/unitless/0.7.5: - dev: false - resolution: - integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== - /@emotion/utils/0.11.3: - dev: false - resolution: - integrity: sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw== - /@emotion/weak-memoize/0.2.5: - dev: false - resolution: - integrity: sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA== - /@eslint/eslintrc/0.1.3: - dependencies: - ajv: 6.12.5 - debug: 4.1.1 - espree: 7.3.0 - globals: 12.4.0 - ignore: 4.0.6 - import-fresh: 3.2.1 - js-yaml: 3.14.0 - lodash: 4.17.20 - minimatch: 3.0.4 - strip-json-comments: 3.1.1 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - resolution: - integrity: sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA== - /@icons/material/0.2.4: - dev: false - peerDependencies: - react: '*' - resolution: - integrity: sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw== - /@icons/material/0.2.4_react@16.13.1: - dependencies: - react: 16.13.1 - dev: false - peerDependencies: - react: '*' - resolution: - integrity: sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw== - /@istanbuljs/load-nyc-config/1.1.0: - dependencies: - camelcase: 5.3.1 - find-up: 4.1.0 - get-package-type: 0.1.0 - js-yaml: 3.14.0 - resolve-from: 5.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== - /@istanbuljs/schema/0.1.2: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== - /@jest/console/24.9.0: - dependencies: - '@jest/source-map': 24.9.0 - chalk: 2.4.2 - slash: 2.0.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ== - /@jest/console/25.5.0: - dependencies: - '@jest/types': 25.5.0 - chalk: 3.0.0 - jest-message-util: 25.5.0 - jest-util: 25.5.0 - slash: 3.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-T48kZa6MK1Y6k4b89sexwmSF4YLeZS/Udqg3Jj3jG/cHH+N/sLFCEoXEDMOKugJQ9FxPN1osxIknvKkxt6MKyw== - /@jest/console/26.3.0: - dependencies: - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - chalk: 4.1.0 - jest-message-util: 26.3.0 - jest-util: 26.3.0 - slash: 3.0.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-/5Pn6sJev0nPUcAdpJHMVIsA8sKizL2ZkcKPE5+dJrCccks7tcM7c9wbgHudBJbxXLoTbqsHkG1Dofoem4F09w== - /@jest/core/25.5.4: - dependencies: - '@jest/console': 25.5.0 - '@jest/reporters': 25.5.1 - '@jest/test-result': 25.5.0 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - ansi-escapes: 4.3.1 - chalk: 3.0.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - jest-changed-files: 25.5.0 - jest-config: 25.5.4 - jest-haste-map: 25.5.1 - jest-message-util: 25.5.0 - jest-regex-util: 25.2.6 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-resolve-dependencies: 25.5.4 - jest-runner: 25.5.4 - jest-runtime: 25.5.4 - jest-snapshot: 25.5.1 - jest-util: 25.5.0 - jest-validate: 25.5.0 - jest-watcher: 25.5.0 - micromatch: 4.0.2 - p-each-series: 2.1.0 - realpath-native: 2.0.0 - rimraf: 3.0.2 - slash: 3.0.0 - strip-ansi: 6.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-3uSo7laYxF00Dg/DMgbn4xMJKmDdWvZnf89n8Xj/5/AeQ2dOQmn6b6Hkj/MleyzZWXpwv+WSdYWl4cLsy2JsoA== - /@jest/core/26.4.2: - dependencies: - '@jest/console': 26.3.0 - '@jest/reporters': 26.4.1 - '@jest/test-result': 26.3.0 - '@jest/transform': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - ansi-escapes: 4.3.1 - chalk: 4.1.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - jest-changed-files: 26.3.0 - jest-config: 26.4.2 - jest-haste-map: 26.3.0 - jest-message-util: 26.3.0 - jest-regex-util: 26.0.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-resolve-dependencies: 26.4.2 - jest-runner: 26.4.2 - jest-runtime: 26.4.2 - jest-snapshot: 26.4.2 - jest-util: 26.3.0 - jest-validate: 26.4.2 - jest-watcher: 26.3.0 - micromatch: 4.0.2 - p-each-series: 2.1.0 - rimraf: 3.0.2 - slash: 3.0.0 - strip-ansi: 6.0.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-sDva7YkeNprxJfepOctzS8cAk9TOekldh+5FhVuXS40+94SHbiicRO1VV2tSoRtgIo+POs/Cdyf8p76vPTd6dg== - /@jest/environment/25.5.0: - dependencies: - '@jest/fake-timers': 25.5.0 - '@jest/types': 25.5.0 - jest-mock: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-U2VXPEqL07E/V7pSZMSQCvV5Ea4lqOlT+0ZFijl/i316cRMHvZ4qC+jBdryd+lmRetjQo0YIQr6cVPNxxK87mA== - /@jest/environment/26.3.0: - dependencies: - '@jest/fake-timers': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - jest-mock: 26.3.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-EW+MFEo0DGHahf83RAaiqQx688qpXgl99wdb8Fy67ybyzHwR1a58LHcO376xQJHfmoXTu89M09dH3J509cx2AA== - /@jest/fake-timers/24.9.0: - dependencies: - '@jest/types': 24.9.0 - jest-message-util: 24.9.0 - jest-mock: 24.9.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A== - /@jest/fake-timers/25.5.0: - dependencies: - '@jest/types': 25.5.0 - jest-message-util: 25.5.0 - jest-mock: 25.5.0 - jest-util: 25.5.0 - lolex: 5.1.2 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-9y2+uGnESw/oyOI3eww9yaxdZyHq7XvprfP/eeoCsjqKYts2yRlsHS/SgjPDV8FyMfn2nbMy8YzUk6nyvdLOpQ== - /@jest/fake-timers/26.3.0: - dependencies: - '@jest/types': 26.3.0 - '@sinonjs/fake-timers': 6.0.1 - '@types/node': 14.11.1 - jest-message-util: 26.3.0 - jest-mock: 26.3.0 - jest-util: 26.3.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-ZL9ytUiRwVP8ujfRepffokBvD2KbxbqMhrXSBhSdAhISCw3gOkuntisiSFv+A6HN0n0fF4cxzICEKZENLmW+1A== - /@jest/globals/25.5.2: - dependencies: - '@jest/environment': 25.5.0 - '@jest/types': 25.5.0 - expect: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-AgAS/Ny7Q2RCIj5kZ+0MuKM1wbF0WMLxbCVl/GOMoCNbODRdJ541IxJ98xnZdVSZXivKpJlNPIWa3QmY0l4CXA== - /@jest/globals/26.4.2: - dependencies: - '@jest/environment': 26.3.0 - '@jest/types': 26.3.0 - expect: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-Ot5ouAlehhHLRhc+sDz2/9bmNv9p5ZWZ9LE1pXGGTCXBasmi5jnYjlgYcYt03FBwLmZXCZ7GrL29c33/XRQiow== - /@jest/reporters/25.5.1: - dependencies: - '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - chalk: 3.0.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - istanbul-lib-coverage: 3.0.0 - istanbul-lib-instrument: 4.0.3 - istanbul-lib-report: 3.0.0 - istanbul-lib-source-maps: 4.0.0 - istanbul-reports: 3.0.2 - jest-haste-map: 25.5.1 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-util: 25.5.0 - jest-worker: 25.5.0 - slash: 3.0.0 - source-map: 0.6.1 - string-length: 3.1.0 - terminal-link: 2.1.1 - v8-to-istanbul: 4.1.4 - dev: false - engines: - node: '>= 8.3' - optionalDependencies: - node-notifier: 6.0.0 - resolution: - integrity: sha512-3jbd8pPDTuhYJ7vqiHXbSwTJQNavczPs+f1kRprRDxETeE3u6srJ+f0NPuwvOmk+lmunZzPkYWIFZDLHQPkviw== - /@jest/reporters/26.4.1: - dependencies: - '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 26.3.0 - '@jest/test-result': 26.3.0 - '@jest/transform': 26.3.0 - '@jest/types': 26.3.0 - chalk: 4.1.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - istanbul-lib-coverage: 3.0.0 - istanbul-lib-instrument: 4.0.3 - istanbul-lib-report: 3.0.0 - istanbul-lib-source-maps: 4.0.0 - istanbul-reports: 3.0.2 - jest-haste-map: 26.3.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-util: 26.3.0 - jest-worker: 26.3.0 - slash: 3.0.0 - source-map: 0.6.1 - string-length: 4.0.1 - terminal-link: 2.1.1 - v8-to-istanbul: 5.0.1 - dev: false - engines: - node: '>= 10.14.2' - optionalDependencies: - node-notifier: 8.0.0 - resolution: - integrity: sha512-aROTkCLU8++yiRGVxLsuDmZsQEKO6LprlrxtAuzvtpbIFl3eIjgIf3EUxDKgomkS25R9ZzwGEdB5weCcBZlrpQ== - /@jest/source-map/24.9.0: - dependencies: - callsites: 3.1.0 - graceful-fs: 4.2.4 - source-map: 0.6.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg== - /@jest/source-map/25.5.0: - dependencies: - callsites: 3.1.0 - graceful-fs: 4.2.4 - source-map: 0.6.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-eIGx0xN12yVpMcPaVpjXPnn3N30QGJCJQSkEDUt9x1fI1Gdvb07Ml6K5iN2hG7NmMP6FDmtPEssE3z6doOYUwQ== - /@jest/source-map/26.3.0: - dependencies: - callsites: 3.1.0 - graceful-fs: 4.2.4 - source-map: 0.6.1 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-hWX5IHmMDWe1kyrKl7IhFwqOuAreIwHhbe44+XH2ZRHjrKIh0LO5eLQ/vxHFeAfRwJapmxuqlGAEYLadDq6ZGQ== - /@jest/test-result/24.9.0: - dependencies: - '@jest/console': 24.9.0 - '@jest/types': 24.9.0 - '@types/istanbul-lib-coverage': 2.0.3 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA== - /@jest/test-result/25.5.0: - dependencies: - '@jest/console': 25.5.0 - '@jest/types': 25.5.0 - '@types/istanbul-lib-coverage': 2.0.3 - collect-v8-coverage: 1.0.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-oV+hPJgXN7IQf/fHWkcS99y0smKLU2czLBJ9WA0jHITLst58HpQMtzSYxzaBvYc6U5U6jfoMthqsUlUlbRXs0A== - /@jest/test-result/26.3.0: - dependencies: - '@jest/console': 26.3.0 - '@jest/types': 26.3.0 - '@types/istanbul-lib-coverage': 2.0.3 - collect-v8-coverage: 1.0.1 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-a8rbLqzW/q7HWheFVMtghXV79Xk+GWwOK1FrtimpI5n1la2SY0qHri3/b0/1F0Ve0/yJmV8pEhxDfVwiUBGtgg== - /@jest/test-sequencer/25.5.4: - dependencies: - '@jest/test-result': 25.5.0 - graceful-fs: 4.2.4 - jest-haste-map: 25.5.1 - jest-runner: 25.5.4 - jest-runtime: 25.5.4 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-pTJGEkSeg1EkCO2YWq6hbFvKNXk8ejqlxiOg1jBNLnWrgXOkdY6UmqZpwGFXNnRt9B8nO1uWMzLLZ4eCmhkPNA== - /@jest/test-sequencer/26.4.2: - dependencies: - '@jest/test-result': 26.3.0 - graceful-fs: 4.2.4 - jest-haste-map: 26.3.0 - jest-runner: 26.4.2 - jest-runtime: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-83DRD8N3M0tOhz9h0bn6Kl6dSp+US6DazuVF8J9m21WAp5x7CqSMaNycMP0aemC/SH/pDQQddbsfHRTBXVUgog== - /@jest/transform/24.9.0: - dependencies: - '@babel/core': 7.11.6 - '@jest/types': 24.9.0 - babel-plugin-istanbul: 5.2.0 - chalk: 2.4.2 - convert-source-map: 1.7.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.4 - jest-haste-map: 24.9.0 - jest-regex-util: 24.9.0 - jest-util: 24.9.0 - micromatch: 3.1.10 - pirates: 4.0.1 - realpath-native: 1.1.0 - slash: 2.0.0 - source-map: 0.6.1 - write-file-atomic: 2.4.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ== - /@jest/transform/25.5.1: - dependencies: - '@babel/core': 7.11.6 - '@jest/types': 25.5.0 - babel-plugin-istanbul: 6.0.0 - chalk: 3.0.0 - convert-source-map: 1.7.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.4 - jest-haste-map: 25.5.1 - jest-regex-util: 25.2.6 - jest-util: 25.5.0 - micromatch: 4.0.2 - pirates: 4.0.1 - realpath-native: 2.0.0 - slash: 3.0.0 - source-map: 0.6.1 - write-file-atomic: 3.0.3 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-Y8CEoVwXb4QwA6Y/9uDkn0Xfz0finGkieuV0xkdF9UtZGJeLukD5nLkaVrVsODB1ojRWlaoD0AJZpVHCSnJEvg== - /@jest/transform/26.3.0: - dependencies: - '@babel/core': 7.11.6 - '@jest/types': 26.3.0 - babel-plugin-istanbul: 6.0.0 - chalk: 4.1.0 - convert-source-map: 1.7.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.4 - jest-haste-map: 26.3.0 - jest-regex-util: 26.0.0 - jest-util: 26.3.0 - micromatch: 4.0.2 - pirates: 4.0.1 - slash: 3.0.0 - source-map: 0.6.1 - write-file-atomic: 3.0.3 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-Isj6NB68QorGoFWvcOjlUhpkT56PqNIsXKR7XfvoDlCANn/IANlh8DrKAA2l2JKC3yWSMH5wS0GwuQM20w3b2A== - /@jest/types/24.9.0: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-reports': 1.1.2 - '@types/yargs': 13.0.10 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw== - /@jest/types/25.5.0: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-reports': 1.1.2 - '@types/yargs': 15.0.5 - chalk: 3.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw== - /@jest/types/26.3.0: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-reports': 3.0.0 - '@types/node': 14.11.1 - '@types/yargs': 15.0.5 - chalk: 4.1.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ== - /@mdx-js/loader/0.15.7: - dependencies: - '@mdx-js/mdx': 0.15.7 - '@mdx-js/tag': 0.15.6 - loader-utils: 1.4.0 - dev: false - resolution: - integrity: sha512-0I+mXEfKYDFOEG9gYeBe/QRF1Sdffb+UqOUIPcY5SjS9BkqtkSUHPjC4WgfDVAY+PI4cMWs3B2Fzn4p4ScyBew== - /@mdx-js/loader/1.6.18: - dependencies: - '@mdx-js/mdx': 1.6.18 - '@mdx-js/react': 1.6.18 - loader-utils: 2.0.0 - dev: false - resolution: - integrity: sha512-mCIt3dFc4p7y3ZqVda07grZDWgMcwSePT3k9vQfgfUcGWLeTFhp46fTbzagXVR/izldFSBLVYkouuH2PaI7Ecw== - /@mdx-js/loader/1.6.18_react@16.13.1: - dependencies: - '@mdx-js/mdx': 1.6.18 - '@mdx-js/react': 1.6.18_react@16.13.1 - loader-utils: 2.0.0 - dev: false - peerDependencies: - react: '*' - resolution: - integrity: sha512-mCIt3dFc4p7y3ZqVda07grZDWgMcwSePT3k9vQfgfUcGWLeTFhp46fTbzagXVR/izldFSBLVYkouuH2PaI7Ecw== - /@mdx-js/mdx/0.15.7: - dependencies: - change-case: 3.1.0 - detab: 2.0.3 - mdast-util-to-hast: 3.0.4 - remark-parse: 5.0.0 - remark-squeeze-paragraphs: 3.0.4 - to-style: 1.3.3 - unified: 6.2.0 - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-bWUQidQhjTRFh5nK01kW3qQLCH/aCq6VTapOZ/+WI5hL4exoRw6TgnxxmgSf/p7mmrGxIpCHmnaWXdbHSObxlg== - /@mdx-js/mdx/0.9.0: - dependencies: - '@mdx-js/mdxast': 0.7.2 - mdast-util-to-hast: 3.0.4 - remark-parse: 5.0.0 - remark-squeeze-paragraphs: 3.0.4 - unified: 6.2.0 - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-WA3GexpPNguq9tzMbfwWFCBsLS00iCuzN463tGfvaBlHL4m/9GcSFA0d77lT3HuoD2W1iH8tAwpBvxxfhj5KOg== - /@mdx-js/mdx/1.6.18: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 - '@mdx-js/util': 1.6.18 - babel-plugin-apply-mdx-type-prop: 1.6.18_@babel+core@7.11.6 - babel-plugin-extract-import-names: 1.6.18 - camelcase-css: 2.0.1 - detab: 2.0.3 - hast-util-raw: 6.0.1 - lodash.uniq: 4.5.0 - mdast-util-to-hast: 9.1.1 - remark-footnotes: 2.0.0 - remark-mdx: 1.6.18 - remark-parse: 8.0.3 - remark-squeeze-paragraphs: 4.0.0 - style-to-object: 0.3.0 - unified: 9.2.0 - unist-builder: 2.0.3 - unist-util-visit: 2.0.3 - dev: false - resolution: - integrity: sha512-RXtdFBP3cnf/RILx/ipp5TsSY1k75bYYmjorv7jTaPcHPQwhQdI6K4TrVUed/GL4f8zX5TN2QwO5g+3E/8RsXA== - /@mdx-js/mdxast/0.7.2: - dependencies: - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-iZK3fJGfmMC8QQsxpl1I0bnAL7MPcglazHljnor5qSVz+FIh9lUy1NQ4u8cEgJ6ckjIko+zTCCREIvQdDWJ90g== - /@mdx-js/react/1.6.18: - dev: false - peerDependencies: - react: ^16.13.1 - resolution: - integrity: sha512-aFHsZVu7r9WamlP+WO/lyvHHZAubkQjkcRYlvS7fQElypfJvjKdHevjC3xiqlsQpasx/4KqRMoEIb++wNtd+6w== - /@mdx-js/react/1.6.18_react@16.13.1: - dependencies: - react: 16.13.1 - dev: false - peerDependencies: - react: ^16.13.1 - resolution: - integrity: sha512-aFHsZVu7r9WamlP+WO/lyvHHZAubkQjkcRYlvS7fQElypfJvjKdHevjC3xiqlsQpasx/4KqRMoEIb++wNtd+6w== - /@mdx-js/tag/0.15.6: - dependencies: - create-react-context: 0.2.3_prop-types@15.7.2 - hoist-non-react-statics: 2.5.5 - prop-types: 15.7.2 - dev: false - peerDependencies: - react: ^0.14.x || ^15.x || ^16.x - resolution: - integrity: sha512-u1H93/n7t2XE69fWiKIQIcnSHIHV9LgOew09rrzu+ceF+TK8jMacE2FxW09lQDUyL/Rat3fJDS4dQdTY8g/ZdQ== - /@mdx-js/tag/0.15.6_react@16.13.1: - dependencies: - create-react-context: 0.2.3_prop-types@15.7.2+react@16.13.1 - hoist-non-react-statics: 2.5.5 - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - react: ^0.14.x || ^15.x || ^16.x - resolution: - integrity: sha512-u1H93/n7t2XE69fWiKIQIcnSHIHV9LgOew09rrzu+ceF+TK8jMacE2FxW09lQDUyL/Rat3fJDS4dQdTY8g/ZdQ== - /@mdx-js/tag/0.7.2: - dependencies: - prop-types: 15.7.2 - dev: false - peerDependencies: - react: ^0.14.x || ^15.x || ^16.x - resolution: - integrity: sha512-DNGtzX/YdOT8OSxSdEwvgQYrQrTDmd3BErOG+dQ0m/x/Mq7zIUcWMzGnWK6erW26FGZqvu8uVBcrnd5AMFXyrQ== - /@mdx-js/tag/0.7.2_react@16.13.1: - dependencies: - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - react: ^0.14.x || ^15.x || ^16.x - resolution: - integrity: sha512-DNGtzX/YdOT8OSxSdEwvgQYrQrTDmd3BErOG+dQ0m/x/Mq7zIUcWMzGnWK6erW26FGZqvu8uVBcrnd5AMFXyrQ== - /@mdx-js/util/1.6.18: - dev: false - resolution: - integrity: sha512-axMe+NoLF55OlXPbhRn4GNCHcL1f5W3V3c0dWzg05S9JXm3Ecpxzxaht3g3vTP0dcqBL/yh/xCvzK0ZpO54Eug== - /@microsoft/tsdoc-config/0.13.6: - dependencies: - '@microsoft/tsdoc': 0.12.21 - ajv: 6.12.5 - jju: 1.4.0 - resolve: 1.12.3 - dev: false - resolution: - integrity: sha512-VJjV35PnrNISoX2WMemZjnCIdOUPTRpCz6pu8inISotLd3SgoDSJygGaE7+lOYdCtDl+4c8PWJdZivxxXgOnLw== - /@microsoft/tsdoc/0.12.21: - dev: false - resolution: - integrity: sha512-j+9OJ0A0buZZaUn6NxeHUVpoa05tY2PgVs7kXJhJQiKRB0G1zQqbJxer3T7jWtzpqQWP89OBDluyIeyTsMk8Sg== - /@mrmlnc/readdir-enhanced/2.2.1: - dependencies: - call-me-maybe: 1.0.1 - glob-to-regexp: 0.3.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g== - /@next/react-dev-overlay/9.4.4: - dependencies: - '@babel/code-frame': 7.8.3 - ally.js: 1.4.1 - anser: 1.4.9 - chalk: 4.0.0 - classnames: 2.2.6 - data-uri-to-buffer: 3.0.0 - shell-quote: 1.7.2 - source-map: 0.8.0-beta.0 - stacktrace-parser: 0.1.10 - strip-ansi: 6.0.0 - dev: false - peerDependencies: - react: ^16.9.0 - react-dom: ^16.9.0 - resolution: - integrity: sha512-UUAa8RbH7BeWDPCkagIkR4sUsyvTPlEdFrPZ9kGjf2+p8HkLHpcVY7y+XRnNvJQs4PsAF0Plh20FBz7t54U2iQ== - /@next/react-dev-overlay/9.4.4_react-dom@16.13.1+react@16.13.1: - dependencies: - '@babel/code-frame': 7.8.3 - ally.js: 1.4.1 - anser: 1.4.9 - chalk: 4.0.0 - classnames: 2.2.6 - data-uri-to-buffer: 3.0.0 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - shell-quote: 1.7.2 - source-map: 0.8.0-beta.0 - stacktrace-parser: 0.1.10 - strip-ansi: 6.0.0 - dev: false - peerDependencies: - react: ^16.9.0 - react-dom: ^16.9.0 - resolution: - integrity: sha512-UUAa8RbH7BeWDPCkagIkR4sUsyvTPlEdFrPZ9kGjf2+p8HkLHpcVY7y+XRnNvJQs4PsAF0Plh20FBz7t54U2iQ== - /@next/react-refresh-utils/9.4.4_fd8093f90ae2e7e229f846ec0d2fc400: - dependencies: - react-refresh: 0.8.3 - webpack: 4.43.0_webpack@4.43.0 - dev: false - peerDependencies: - react-refresh: 0.8.3 - webpack: ^4 - resolution: - integrity: sha512-9nKENeWRI6kQk44TbeqleIVtNLfcS3klVUepzl/ZCqzR5Bi06uqBCD277hdVvG/wL1pxA+R/pgJQLqnF5E2wPQ== - /@nodelib/fs.scandir/2.1.3: - dependencies: - '@nodelib/fs.stat': 2.0.3 - run-parallel: 1.1.9 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== - /@nodelib/fs.stat/1.1.3: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== - /@nodelib/fs.stat/2.0.3: - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== - /@nodelib/fs.walk/1.2.4: - dependencies: - '@nodelib/fs.scandir': 2.1.3 - fastq: 1.8.0 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== - /@reach/component-component/0.7.4: - dependencies: - prop-types: 15.7.2 - dev: false - peerDependencies: - react: ^16.4.0 - react-dom: ^16.4.0 - resolution: - integrity: sha512-4yFwJtIwnpHp6aXsB4ztWFLiPfCVj4yaCUWY8HhgcEcK2luEmdnW1fFDeKsdnyrpOgbgtK8JpnJgMNIMN5GZuA== - /@reach/component-component/0.7.4_react-dom@16.13.1+react@16.13.1: - dependencies: - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - dev: false - peerDependencies: - react: ^16.4.0 - react-dom: ^16.4.0 - resolution: - integrity: sha512-4yFwJtIwnpHp6aXsB4ztWFLiPfCVj4yaCUWY8HhgcEcK2luEmdnW1fFDeKsdnyrpOgbgtK8JpnJgMNIMN5GZuA== - /@reach/dialog/0.7.4_9dda0080177cf6c707a911d3fb3b859b: - dependencies: - '@reach/portal': 0.7.4_react-dom@16.13.1+react@16.13.1 - '@reach/utils': 0.7.4_react-dom@16.13.1+react@16.13.1 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-focus-lock: 2.4.1_5ce8f66b58dc92cd3f67a918e0e72f70 - react-remove-scroll: 2.4.0_5ce8f66b58dc92cd3f67a918e0e72f70 - dev: false - peerDependencies: - '@types/react': '*' - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-KKvInRkRSj6TALsKlEVHhWwT6CZAmtGDNG606COMwveEAqXXolQm3dWgIz5H7atUR6rj++f/wOYBAQYZyEfelQ== - /@reach/dialog/0.7.4_@types+react@16.9.49: - dependencies: - '@reach/portal': 0.7.4 - '@reach/utils': 0.7.4 - prop-types: 15.7.2 - react-focus-lock: 2.4.1_@types+react@16.9.49 - react-remove-scroll: 2.4.0_@types+react@16.9.49 - dev: false - peerDependencies: - '@types/react': '*' - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-KKvInRkRSj6TALsKlEVHhWwT6CZAmtGDNG606COMwveEAqXXolQm3dWgIz5H7atUR6rj++f/wOYBAQYZyEfelQ== - /@reach/portal/0.7.4: - dev: false - peerDependencies: - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-yI/UUtErNfb3RbWRMfJW1BTJGjE07/OjVONU8qJ65E28rsnLlwk5UDnWeDPvwIpOixXhUaUI5Bk1HEHDqAOa1w== - /@reach/portal/0.7.4_react-dom@16.13.1+react@16.13.1: - dependencies: - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - dev: false - peerDependencies: - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-yI/UUtErNfb3RbWRMfJW1BTJGjE07/OjVONU8qJ65E28rsnLlwk5UDnWeDPvwIpOixXhUaUI5Bk1HEHDqAOa1w== - /@reach/router/1.3.4: - dependencies: - create-react-context: 0.3.0_prop-types@15.7.2 - invariant: 2.2.4 - prop-types: 15.7.2 - react-lifecycles-compat: 3.0.4 - dev: false - peerDependencies: - react: 15.x || 16.x || 16.4.0-alpha.0911da3 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 - resolution: - integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA== - /@reach/router/1.3.4_react-dom@16.13.1+react@16.13.1: - dependencies: - create-react-context: 0.3.0_prop-types@15.7.2+react@16.13.1 - invariant: 2.2.4 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-lifecycles-compat: 3.0.4 - dev: false - peerDependencies: - react: 15.x || 16.x || 16.4.0-alpha.0911da3 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 - resolution: - integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA== - /@reach/router/1.3.4_react@16.13.1: - dependencies: - create-react-context: 0.3.0_prop-types@15.7.2+react@16.13.1 - invariant: 2.2.4 - prop-types: 15.7.2 - react: 16.13.1 - react-lifecycles-compat: 3.0.4 - dev: false - peerDependencies: - react: 15.x || 16.x || 16.4.0-alpha.0911da3 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 - resolution: - integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA== - /@reach/utils/0.7.4: - dev: false - peerDependencies: - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-RFhWmeaEfcu+xATfGPH4yjTlgD01ek0D8bVhtP4CgCqV2gnyS0KLAlWshzlAlSrBvr7zmpkA5QZJ1g43vFBSww== - /@reach/utils/0.7.4_react-dom@16.13.1+react@16.13.1: - dependencies: - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - dev: false - peerDependencies: - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-RFhWmeaEfcu+xATfGPH4yjTlgD01ek0D8bVhtP4CgCqV2gnyS0KLAlWshzlAlSrBvr7zmpkA5QZJ1g43vFBSww== - /@rushstack/eslint-config/1.3.0_eslint@7.9.0: - dependencies: - '@rushstack/eslint-patch': 1.0.3 - '@rushstack/eslint-plugin': 0.6.1_eslint@7.9.0 - '@typescript-eslint/eslint-plugin': 3.4.0_e99f3f885e1ab474d0d66f0a82d300bb - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0 - '@typescript-eslint/parser': 3.4.0_eslint@7.9.0 - '@typescript-eslint/typescript-estree': 3.4.0 - eslint: 7.9.0 - eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6_eslint@7.9.0 - eslint-plugin-security: 1.4.0 - eslint-plugin-tsdoc: 0.2.7 - dev: false - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 - typescript: '>=3.0.0' - resolution: - integrity: sha512-Bxf1x3jjDRFujp66mKMukQsZGJGmO14SxNKPEpcg2MUSbvx2BsUA2B3oRUYyiYfbhmoWpmAXbWJOFBvZpGZMCw== - /@rushstack/eslint-config/1.3.0_eslint@7.9.0+typescript@4.0.2: - dependencies: - '@rushstack/eslint-patch': 1.0.3 - '@rushstack/eslint-plugin': 0.6.1_eslint@7.9.0 - '@typescript-eslint/eslint-plugin': 3.4.0_50d6ca74ff846cc658155e0355ded9f7 - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/parser': 3.4.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@4.0.2 - eslint: 7.9.0 - eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6_eslint@7.9.0 - eslint-plugin-security: 1.4.0 - eslint-plugin-tsdoc: 0.2.7 - typescript: 4.0.2 - dev: false - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 - typescript: '>=3.0.0' - resolution: - integrity: sha512-Bxf1x3jjDRFujp66mKMukQsZGJGmO14SxNKPEpcg2MUSbvx2BsUA2B3oRUYyiYfbhmoWpmAXbWJOFBvZpGZMCw== - /@rushstack/eslint-patch/1.0.3: - dev: false - resolution: - integrity: sha512-Oq5EYosOGfqE8r2tuRMfJSeZKO+M3QozrYKs5bPuqyWB9pHhclS/Kp8boyu/pPwskE9PtPkagc+qwW+yO2b9Kw== - /@rushstack/eslint-plugin/0.6.1_eslint@7.9.0: - dependencies: - eslint: 7.9.0 - dev: false - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 - resolution: - integrity: sha512-+Tg+htYAKl+44IIDe6vUcFWRxSs8utmtDlRM5NZF7ogCOmDsO9acG2JnPJXIB0O1PbQIAVf6Vs5xPn2TdkHGhg== - /@samverschueren/stream-to-observable/0.3.1_rxjs@6.6.3: - dependencies: - any-observable: 0.3.0 - rxjs: 6.6.3 - dev: false - engines: - node: '>=6' - peerDependencies: - rxjs: '*' - zen-observable: '*' - peerDependenciesMeta: - rxjs: - optional: true - zen-observable: - optional: true - resolution: - integrity: sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ== - /@sindresorhus/is/0.7.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow== - /@sinonjs/commons/1.8.1: - dependencies: - type-detect: 4.0.8 - dev: false - resolution: - integrity: sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw== - /@sinonjs/fake-timers/6.0.1: - dependencies: - '@sinonjs/commons': 1.8.1 - dev: false - resolution: - integrity: sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA== - /@storybook/addon-a11y/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react@16.13.1 - axe-core: 3.5.5 - core-js: 3.6.5 - global: 4.4.0 - memoizerific: 1.11.3 - react: 16.13.1 - react-redux: 7.2.1_react@16.13.1+redux@4.0.5 - react-sizeme: 2.6.12_react@16.13.1 - redux: 4.0.5 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - resolution: - integrity: sha512-pJdxyYRtEJdMjbZAurSi8RGJe7KE6w14thpDJmBfnn6Z1FKB8vprOfxJypVqcs9tY58UODqtU3ndOqnOG7d8tA== - /@storybook/addon-a11y/5.3.21_b8c733f7abe50cdc700f864902351693: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - axe-core: 3.5.5 - core-js: 3.6.5 - global: 4.4.0 - memoizerific: 1.11.3 - react: 16.13.1 - react-redux: 7.2.1_49f644e2f7de4182503f8b93abece808 - react-sizeme: 2.6.12_react-dom@16.13.1+react@16.13.1 - redux: 4.0.5 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - react-dom: '*' - resolution: - integrity: sha512-pJdxyYRtEJdMjbZAurSi8RGJe7KE6w14thpDJmBfnn6Z1FKB8vprOfxJypVqcs9tY58UODqtU3ndOqnOG7d8tA== - /@storybook/addon-actions/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-api': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react@16.13.1 - core-js: 3.6.5 - fast-deep-equal: 2.0.1 - global: 4.4.0 - polished: 3.6.6 - prop-types: 15.7.2 - react: 16.13.1 - react-inspector: 4.0.1_react@16.13.1 - uuid: 3.4.0 - dev: false - peerDependencies: - '@types/react': '*' - resolution: - integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g== - /@storybook/addon-actions/5.3.21_b8c733f7abe50cdc700f864902351693: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/client-api': 5.3.21_react-dom@16.13.1 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - core-js: 3.6.5 - fast-deep-equal: 2.0.1 - global: 4.4.0 - polished: 3.6.6 - prop-types: 15.7.2 - react: 16.13.1 - react-inspector: 4.0.1_react@16.13.1 - uuid: 3.4.0 - dev: false - peerDependencies: - '@types/react': '*' - react-dom: '*' - resolution: - integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g== - /@storybook/addon-docs/5.3.21_5f4e75485d05063debccc2e0651ceb55: - dependencies: - '@babel/generator': 7.11.6 - '@babel/parser': 7.11.5 - '@babel/plugin-transform-react-jsx': 7.10.4_@babel+core@7.11.6 - '@egoist/vue-to-react': 1.1.0 - '@jest/transform': 24.9.0 - '@mdx-js/loader': 1.6.18 - '@mdx-js/mdx': 1.6.18 - '@mdx-js/react': 1.6.18 - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/postinstall': 5.3.21 - '@storybook/source-loader': 5.3.21 - '@storybook/theming': 5.3.21 - acorn: 7.4.0 - acorn-jsx: 5.3.1_acorn@7.4.0 - acorn-walk: 7.2.0 - babel-loader: 8.1.0_@babel+core@7.11.6 - core-js: 3.6.5 - doctrine: 3.0.0 - escodegen: 1.14.3 - global: 4.4.0 - html-tags: 3.1.0 - js-string-escape: 1.0.1 - lodash: 4.17.20 - prop-types: 15.7.2 - react-element-to-jsx-string: 14.3.1 - remark-external-links: 5.0.0 - remark-slug: 5.1.2 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - vue-docgen-api: 4.32.1 - vue-docgen-loader: 1.5.0_vue-docgen-api@4.32.1 - dev: false - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - babel-loader: ^8.0.0 - react: ^16.8.0 - react-is: ^16.8.0 - resolution: - integrity: sha512-TC41IsIwQTvEzNUcBLyk9nCIXw340MjiMzk6/j0HE4D38VlPmAiNxYC729niFqvtR4aRTpCuVygESpLtxYlbeg== - /@storybook/addon-docs/5.3.21_859c605ca6661ee792e8f02338da5f92: - dependencies: - '@babel/generator': 7.11.6 - '@babel/parser': 7.11.5 - '@babel/plugin-transform-react-jsx': 7.10.4_@babel+core@7.11.6 - '@egoist/vue-to-react': 1.1.0_react@16.13.1 - '@jest/transform': 24.9.0 - '@mdx-js/loader': 1.6.18_react@16.13.1 - '@mdx-js/mdx': 1.6.18 - '@mdx-js/react': 1.6.18_react@16.13.1 - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/postinstall': 5.3.21 - '@storybook/source-loader': 5.3.21_react-dom@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - acorn: 7.4.0 - acorn-jsx: 5.3.1_acorn@7.4.0 - acorn-walk: 7.2.0 - babel-loader: 8.1.0_@babel+core@7.11.6 - core-js: 3.6.5 - doctrine: 3.0.0 - escodegen: 1.14.3 - global: 4.4.0 - html-tags: 3.1.0 - js-string-escape: 1.0.1 - lodash: 4.17.20 - prop-types: 15.7.2 - react: 16.13.1 - react-element-to-jsx-string: 14.3.1_react-dom@16.13.1+react@16.13.1 - remark-external-links: 5.0.0 - remark-slug: 5.1.2 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - vue-docgen-api: 4.32.1 - vue-docgen-loader: 1.5.0_vue-docgen-api@4.32.1 - dev: false - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - babel-loader: ^8.0.0 - react: ^16.8.0 - react-dom: '*' - react-is: ^16.8.0 - resolution: - integrity: sha512-TC41IsIwQTvEzNUcBLyk9nCIXw340MjiMzk6/j0HE4D38VlPmAiNxYC729niFqvtR4aRTpCuVygESpLtxYlbeg== - /@storybook/addon-info/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/theming': 5.3.21_react@16.13.1 - core-js: 3.6.5 - global: 4.4.0 - marksy: 8.0.0 - nested-object-assign: 1.0.3 - prop-types: 15.7.2 - react: 16.13.1 - react-addons-create-fragment: 15.6.2 - react-element-to-jsx-string: 14.3.1_react@16.13.1 - react-is: 16.13.1 - react-lifecycles-compat: 3.0.4 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - resolution: - integrity: sha512-A/K9HzmoXMuOUxH3AozTvjNZwTlYVHob2OaDRfMza0gYMzG0tOrxqcdNTigeAWAjS//Z0G3enue6rHulQZK/+g== - /@storybook/addon-info/5.3.21_b8c733f7abe50cdc700f864902351693: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - core-js: 3.6.5 - global: 4.4.0 - marksy: 8.0.0 - nested-object-assign: 1.0.3 - prop-types: 15.7.2 - react: 16.13.1 - react-addons-create-fragment: 15.6.2 - react-element-to-jsx-string: 14.3.1_react-dom@16.13.1+react@16.13.1 - react-is: 16.13.1 - react-lifecycles-compat: 3.0.4 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - react-dom: '*' - resolution: - integrity: sha512-A/K9HzmoXMuOUxH3AozTvjNZwTlYVHob2OaDRfMza0gYMzG0tOrxqcdNTigeAWAjS//Z0G3enue6rHulQZK/+g== - /@storybook/addon-knobs/5.3.21_9dda0080177cf6c707a911d3fb3b859b: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/client-api': 5.3.21_react-dom@16.13.1 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@types/react-color': 3.0.4 - copy-to-clipboard: 3.3.1 - core-js: 3.6.5 - escape-html: 1.0.3 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.20 - prop-types: 15.7.2 - qs: 6.9.4 - react: 16.13.1 - react-color: 2.18.1_react@16.13.1 - react-lifecycles-compat: 3.0.4 - react-select: 3.1.0_react-dom@16.13.1+react@16.13.1 - dev: false - peerDependencies: - '@types/react': '*' - react: '*' - react-dom: '*' - resolution: - integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw== - /@storybook/addon-knobs/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-api': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21 - '@types/react-color': 3.0.4 - copy-to-clipboard: 3.3.1 - core-js: 3.6.5 - escape-html: 1.0.3 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.20 - prop-types: 15.7.2 - qs: 6.9.4 - react-color: 2.18.1 - react-lifecycles-compat: 3.0.4 - react-select: 3.1.0 - dev: false - peerDependencies: - '@types/react': '*' - react: '*' - resolution: - integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw== - /@storybook/addon-viewport/5.3.21_9dda0080177cf6c707a911d3fb3b859b: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - core-js: 3.6.5 - global: 4.4.0 - memoizerific: 1.11.3 - prop-types: 15.7.2 - react: 16.13.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - react: '*' - react-dom: '*' - resolution: - integrity: sha512-Vb8+yvSU5m4sMCqM/6n3ZD8v6N/9xzElMlT7bYL+l9YecbvbgPVrN7xuNrVFKWMTHyEbkgoVPLtCwjK/Jbuvqw== - /@storybook/addon-viewport/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21 - core-js: 3.6.5 - global: 4.4.0 - memoizerific: 1.11.3 - prop-types: 15.7.2 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - react: '*' - resolution: - integrity: sha512-Vb8+yvSU5m4sMCqM/6n3ZD8v6N/9xzElMlT7bYL+l9YecbvbgPVrN7xuNrVFKWMTHyEbkgoVPLtCwjK/Jbuvqw== - /@storybook/addons/5.3.21: - dependencies: - '@storybook/api': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - core-js: 3.6.5 - global: 4.4.0 - util-deprecate: 1.0.2 - dev: false - resolution: - integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== - /@storybook/addons/5.3.21_960a3fbaefe402dfa8e5b346058e1917: - dependencies: - '@storybook/api': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - core-js: 3.6.5 - global: 4.4.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - regenerator-runtime: '*' - resolution: - integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== - /@storybook/addons/5.3.21_react-dom@16.13.1: - dependencies: - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - core-js: 3.6.5 - global: 4.4.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - resolution: - integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== - /@storybook/api/5.3.21: - dependencies: - '@reach/router': 1.3.4_react@16.13.1 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react@16.13.1 - '@storybook/theming': 5.3.21_react@16.13.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - prop-types: 15.7.2 - react: 16.13.1 - semver: 6.3.0 - shallow-equal: 1.2.1 - store2: 2.12.0 - telejson: 3.3.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - regenerator-runtime: '*' - resolution: - integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== - /@storybook/api/5.3.21_960a3fbaefe402dfa8e5b346058e1917: - dependencies: - '@reach/router': 1.3.4_react-dom@16.13.1+react@16.13.1 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - prop-types: 15.7.2 - react: 16.13.1 - regenerator-runtime: 0.13.7 - semver: 6.3.0 - shallow-equal: 1.2.1 - store2: 2.12.0 - telejson: 3.3.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - regenerator-runtime: '*' - resolution: - integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== - /@storybook/api/5.3.21_react-dom@16.13.1: - dependencies: - '@reach/router': 1.3.4_react-dom@16.13.1+react@16.13.1 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - prop-types: 15.7.2 - react: 16.13.1 - semver: 6.3.0 - shallow-equal: 1.2.1 - store2: 2.12.0 - telejson: 3.3.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - regenerator-runtime: '*' - resolution: - integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== - /@storybook/channel-postmessage/5.3.21: - dependencies: - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - core-js: 3.6.5 - global: 4.4.0 - telejson: 3.3.0 - dev: false - resolution: - integrity: sha512-CfoP7aEbZtJ35R9zeujMRdIwprETUi+Ve+y84DhXYQ2uJ0rR3vO4zHLZnxMMyJ5VnYOfuO042uch07+EKBz40Q== - /@storybook/channels/5.3.21: - dependencies: - core-js: 3.6.5 - dev: false - resolution: - integrity: sha512-OXoFs9XtBVg/cCk6lYMrxkzaNlJRf54ABdorp7YAAj7S9tRL1JxOZHxmjNQwEoiRvssmem2rAWtEAxfuEANsAA== - /@storybook/client-api/5.3.21: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.15.3 - core-js: 3.6.5 - eventemitter3: 4.0.7 - global: 4.4.0 - is-plain-object: 3.0.1 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - stable: 0.1.8 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - dev: false - resolution: - integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== - /@storybook/client-api/5.3.21_960a3fbaefe402dfa8e5b346058e1917: - dependencies: - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.15.3 - core-js: 3.6.5 - eventemitter3: 4.0.7 - global: 4.4.0 - is-plain-object: 3.0.1 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - stable: 0.1.8 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - regenerator-runtime: '*' - resolution: - integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== - /@storybook/client-api/5.3.21_react-dom@16.13.1: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.15.3 - core-js: 3.6.5 - eventemitter3: 4.0.7 - global: 4.4.0 - is-plain-object: 3.0.1 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - stable: 0.1.8 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - resolution: - integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== - /@storybook/client-logger/5.3.21: - dependencies: - core-js: 3.6.5 - dev: false - resolution: - integrity: sha512-OzQkwpZ5SK9cXD9Mv6lxPGPot+hSZvnkEW12kpt1AHfJz4ET26YTDOI3oetPsjfRJo6qYLeQX8+wF7rklfXbzA== - /@storybook/components/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/client-logger': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@types/react-syntax-highlighter': 11.0.4 - '@types/react-textarea-autosize': 4.3.5 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - markdown-to-jsx: 6.11.4_react@16.13.1 - memoizerific: 1.11.3 - polished: 3.6.6 - popper.js: 1.16.1 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-focus-lock: 2.4.1_5ce8f66b58dc92cd3f67a918e0e72f70 - react-helmet-async: 1.0.7_react-dom@16.13.1+react@16.13.1 - react-popper-tooltip: 2.11.1_react-dom@16.13.1+react@16.13.1 - react-syntax-highlighter: 11.0.2_react@16.13.1 - react-textarea-autosize: 7.1.2_react@16.13.1 - simplebar-react: 1.2.3_react-dom@16.13.1+react@16.13.1 - ts-dedent: 1.1.1 - dev: false - peerDependencies: - '@types/react': '*' - resolution: - integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA== - /@storybook/core-events/5.3.21: - dependencies: - core-js: 3.6.5 - dev: false - resolution: - integrity: sha512-/Zsm1sKAh6pzQv8jQUmuhM7nuM01ZljIRKy8p2HjPNlMjDB5yaRkBfyeAUXUg+qXNI6aHVWa4jGdPEdwwY4oLA== - /@storybook/core/5.3.21_5f4e75485d05063debccc2e0651ceb55: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@storybook/addons': 5.3.21 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/client-api': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/node-logger': 5.3.21 - '@storybook/router': 5.3.21 - '@storybook/theming': 5.3.21 - '@storybook/ui': 5.3.21_@types+react@16.9.49 - airbnb-js-shims: 2.2.1 - ansi-to-html: 0.6.14 - autoprefixer: 9.8.6 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-emotion: 10.0.33 - babel-plugin-macros: 2.8.0 - babel-preset-minify: 0.5.1 - boxen: 4.2.0 - case-sensitive-paths-webpack-plugin: 2.3.0 - chalk: 3.0.0 - cli-table3: 0.5.1 - commander: 4.1.1 - core-js: 3.6.5 - corejs-upgrade-webpack-plugin: 2.2.0 - css-loader: 3.6.0_webpack@4.44.2 - detect-port: 1.3.0 - dotenv-webpack: 1.8.0_webpack@4.44.2 - ejs: 2.7.4 - express: 4.17.1 - file-loader: 4.3.0_webpack@4.44.2 - file-system-cache: 1.0.5 - find-cache-dir: 3.3.1 - find-up: 4.1.0 - fs-extra: 8.1.0 - glob-base: 0.3.0 - global: 4.4.0 - html-webpack-plugin: 4.4.1_webpack@4.44.2 - inquirer: 7.3.3 - interpret: 2.2.0 - ip: 1.1.5 - json5: 2.1.3 - lazy-universal-dotenv: 3.0.1 - micromatch: 4.0.2 - node-fetch: 2.6.1 - open: 7.2.1 - pnp-webpack-plugin: 1.5.0 - postcss-flexbugs-fixes: 4.2.1 - postcss-loader: 3.0.0 - pretty-hrtime: 1.0.3 - qs: 6.9.4 - raw-loader: 3.1.0_webpack@4.44.2 - react-dev-utils: 9.1.0 - regenerator-runtime: 0.13.7 - resolve: 1.17.0 - resolve-from: 5.0.0 - semver: 6.3.0 - serve-favicon: 2.5.0 - shelljs: 0.8.4 - style-loader: 1.2.1_webpack@4.44.2 - terser-webpack-plugin: 2.3.8_webpack@4.44.2 - ts-dedent: 1.1.1 - unfetch: 4.1.0 - url-loader: 2.3.0_file-loader@4.3.0+webpack@4.44.2 - util-deprecate: 1.0.2 - webpack: 4.44.2_webpack@4.44.2 - webpack-dev-middleware: 3.7.2_webpack@4.44.2 - webpack-hot-middleware: 2.25.0 - webpack-virtual-modules: 0.2.2 - dev: false - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' - resolution: - integrity: sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA== - /@storybook/core/5.3.21_859c605ca6661ee792e8f02338da5f92: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/client-api': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/node-logger': 5.3.21 - '@storybook/router': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/ui': 5.3.21_@types+react@16.9.49 - airbnb-js-shims: 2.2.1 - ansi-to-html: 0.6.14 - autoprefixer: 9.8.6 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-emotion: 10.0.33 - babel-plugin-macros: 2.8.0 - babel-preset-minify: 0.5.1 - boxen: 4.2.0 - case-sensitive-paths-webpack-plugin: 2.3.0 - chalk: 3.0.0 - cli-table3: 0.5.1 - commander: 4.1.1 - core-js: 3.6.5 - corejs-upgrade-webpack-plugin: 2.2.0 - css-loader: 3.6.0_webpack@4.44.2 - detect-port: 1.3.0 - dotenv-webpack: 1.8.0_webpack@4.44.2 - ejs: 2.7.4 - express: 4.17.1 - file-loader: 4.3.0_webpack@4.44.2 - file-system-cache: 1.0.5 - find-cache-dir: 3.3.1 - find-up: 4.1.0 - fs-extra: 8.1.0 - glob-base: 0.3.0 - global: 4.4.0 - html-webpack-plugin: 4.4.1_webpack@4.44.2 - inquirer: 7.3.3 - interpret: 2.2.0 - ip: 1.1.5 - json5: 2.1.3 - lazy-universal-dotenv: 3.0.1 - micromatch: 4.0.2 - node-fetch: 2.6.1 - open: 7.2.1 - pnp-webpack-plugin: 1.5.0 - postcss-flexbugs-fixes: 4.2.1 - postcss-loader: 3.0.0 - pretty-hrtime: 1.0.3 - qs: 6.9.4 - raw-loader: 3.1.0_webpack@4.44.2 - react: 16.13.1 - react-dev-utils: 9.1.0 - react-dom: 16.13.1_react@16.13.1 - regenerator-runtime: 0.13.7 - resolve: 1.17.0 - resolve-from: 5.0.0 - semver: 6.3.0 - serve-favicon: 2.5.0 - shelljs: 0.8.4 - style-loader: 1.2.1_webpack@4.44.2 - terser-webpack-plugin: 2.3.8_webpack@4.44.2 - ts-dedent: 1.1.1 - unfetch: 4.1.0 - url-loader: 2.3.0_file-loader@4.3.0+webpack@4.44.2 - util-deprecate: 1.0.2 - webpack: 4.44.2_webpack@4.44.2 - webpack-dev-middleware: 3.7.2_webpack@4.44.2 - webpack-hot-middleware: 2.25.0 - webpack-virtual-modules: 0.2.2 - dev: false - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' - resolution: - integrity: sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA== - /@storybook/csf/0.0.1: - dependencies: - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw== - /@storybook/node-logger/5.3.21: - dependencies: - '@types/npmlog': 4.1.2 - chalk: 3.0.0 - core-js: 3.6.5 - npmlog: 4.1.2 - pretty-hrtime: 1.0.3 - regenerator-runtime: 0.13.7 - dev: false - resolution: - integrity: sha512-8xibncy873JXePCK5MC0qem1MKtWI1Lc4hv6rwURSwYpZtkO7yElay3XAFGUSfz8qFJkoDBmMTxBR3fp4Dln7g== - /@storybook/postinstall/5.3.21: - dependencies: - core-js: 3.6.5 - dev: false - resolution: - integrity: sha512-pF+k27DQOWfhlrz9g8t3kAn2dCo7bFRCLMftIDGfJAyMJsXQ+Nl+RAJpM+g7AXV0G9Q0z+H93EEsxV+9ZHF7xA== - /@storybook/react/5.3.21_5f4e75485d05063debccc2e0651ceb55: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-flow': 7.10.4_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@storybook/addons': 5.3.21 - '@storybook/core': 5.3.21_5f4e75485d05063debccc2e0651ceb55 - '@storybook/node-logger': 5.3.21 - '@svgr/webpack': 4.3.3 - '@types/webpack-env': 1.15.3 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.6_@babel+core@7.11.6 - babel-plugin-react-docgen: 4.1.0 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - mini-css-extract-plugin: 0.7.0_webpack@4.44.2 - prop-types: 15.7.2 - react-dev-utils: 9.1.0 - regenerator-runtime: 0.13.7 - semver: 6.3.0 - ts-dedent: 1.1.1 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>=8.0.0' - hasBin: true - peerDependencies: - '@babel/core': ^7.0.1 - '@types/react': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' - resolution: - integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA== - /@storybook/react/5.3.21_859c605ca6661ee792e8f02338da5f92: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-flow': 7.10.4_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/core': 5.3.21_859c605ca6661ee792e8f02338da5f92 - '@storybook/node-logger': 5.3.21 - '@svgr/webpack': 4.3.3 - '@types/webpack-env': 1.15.3 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.6_@babel+core@7.11.6 - babel-plugin-react-docgen: 4.1.0 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - mini-css-extract-plugin: 0.7.0_webpack@4.44.2 - prop-types: 15.7.2 - react: 16.13.1 - react-dev-utils: 9.1.0 - react-dom: 16.13.1_react@16.13.1 - regenerator-runtime: 0.13.7 - semver: 6.3.0 - ts-dedent: 1.1.1 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>=8.0.0' - hasBin: true - peerDependencies: - '@babel/core': ^7.0.1 - '@types/react': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' - resolution: - integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA== - /@storybook/router/5.3.21: - dependencies: - '@reach/router': 1.3.4 - '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg== - /@storybook/router/5.3.21_react-dom@16.13.1+react@16.13.1: - dependencies: - '@reach/router': 1.3.4_react-dom@16.13.1+react@16.13.1 - '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg== - /@storybook/router/5.3.21_react@16.13.1: - dependencies: - '@reach/router': 1.3.4_react@16.13.1 - '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - react: 16.13.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg== - /@storybook/source-loader/5.3.21: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/csf': 0.0.1 - core-js: 3.6.5 - estraverse: 4.3.0 - global: 4.4.0 - loader-utils: 1.4.0 - prettier: 1.19.1 - prop-types: 15.7.2 - regenerator-runtime: 0.13.7 - dev: false - resolution: - integrity: sha512-kzaxvmWhRdkgp7a/XhsHxOB1D3XOkA8kmFahMAJD506hts8he+G2QSaj3BosOFCxa2OYAxbcIBs3JFyaXQGJ0A== - /@storybook/source-loader/5.3.21_react-dom@16.13.1: - dependencies: - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/client-logger': 5.3.21 - '@storybook/csf': 0.0.1 - core-js: 3.6.5 - estraverse: 4.3.0 - global: 4.4.0 - loader-utils: 1.4.0 - prettier: 1.19.1 - prop-types: 15.7.2 - regenerator-runtime: 0.13.7 - dev: false - peerDependencies: - react-dom: '*' - resolution: - integrity: sha512-kzaxvmWhRdkgp7a/XhsHxOB1D3XOkA8kmFahMAJD506hts8he+G2QSaj3BosOFCxa2OYAxbcIBs3JFyaXQGJ0A== - /@storybook/theming/5.3.21: - dependencies: - '@emotion/core': 10.0.35 - '@emotion/styled': 10.0.27_@emotion+core@10.0.35 - '@storybook/client-logger': 5.3.21 - core-js: 3.6.5 - deep-object-diff: 1.1.0 - emotion-theming: 10.0.27_@emotion+core@10.0.35 - global: 4.4.0 - memoizerific: 1.11.3 - polished: 3.6.6 - prop-types: 15.7.2 - resolve-from: 5.0.0 - ts-dedent: 1.1.1 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== - /@storybook/theming/5.3.21_react-dom@16.13.1+react@16.13.1: - dependencies: - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/styled': 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 - '@storybook/client-logger': 5.3.21 - core-js: 3.6.5 - deep-object-diff: 1.1.0 - emotion-theming: 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 - global: 4.4.0 - memoizerific: 1.11.3 - polished: 3.6.6 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - resolve-from: 5.0.0 - ts-dedent: 1.1.1 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== - /@storybook/theming/5.3.21_react@16.13.1: - dependencies: - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/styled': 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 - '@storybook/client-logger': 5.3.21 - core-js: 3.6.5 - deep-object-diff: 1.1.0 - emotion-theming: 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 - global: 4.4.0 - memoizerific: 1.11.3 - polished: 3.6.6 - prop-types: 15.7.2 - react: 16.13.1 - resolve-from: 5.0.0 - ts-dedent: 1.1.1 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== - /@storybook/ui/5.3.21_@types+react@16.9.49: - dependencies: - '@emotion/core': 10.0.35_react@16.13.1 - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/api': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/router': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - copy-to-clipboard: 3.3.1 - core-js: 3.6.5 - core-js-pure: 3.6.5 - emotion-theming: 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 - fast-deep-equal: 2.0.1 - fuse.js: 3.6.1 - global: 4.4.0 - lodash: 4.17.20 - markdown-to-jsx: 6.11.4_react@16.13.1 - memoizerific: 1.11.3 - polished: 3.6.6 - prop-types: 15.7.2 - qs: 6.9.4 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-draggable: 4.4.3 - react-helmet-async: 1.0.7_react-dom@16.13.1+react@16.13.1 - react-hotkeys: 2.0.0_react@16.13.1 - react-sizeme: 2.6.12_react-dom@16.13.1+react@16.13.1 - regenerator-runtime: 0.13.7 - resolve-from: 5.0.0 - semver: 6.3.0 - store2: 2.12.0 - telejson: 3.3.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - resolution: - integrity: sha512-OUf8JYY9LN+XfzLSZE6KtboITGDL6C8Z0W9QOXM5LJwFLv4PkANK/f9qsB5vVHFm7vhoO96butFzs6SjTKhxkw== - /@svgr/babel-plugin-add-jsx-attribute/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-j7KnilGyZzYr/jhcrSYS3FGWMZVaqyCG0vzMCwzvei0coIkczuYMcniK07nI0aHJINciujjH11T72ICW5eL5Ig== - /@svgr/babel-plugin-remove-jsx-attribute/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-3XHLtJ+HbRCH4n28S7y/yZoEQnRpl0tvTZQsHqvaeNXPra+6vE5tbRliH3ox1yZYPCxrlqaJT/Mg+75GpDKlvQ== - /@svgr/babel-plugin-remove-jsx-empty-expression/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-yTr2iLdf6oEuUE9MsRdvt0NmdpMBAkgK8Bjhl6epb+eQWk6abBaX3d65UZ3E3FWaOwePyUgNyNCMVG61gGCQ7w== - /@svgr/babel-plugin-replace-jsx-attribute-value/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-U9m870Kqm0ko8beHawRXLGLvSi/ZMrl89gJ5BNcT452fAjtF2p4uRzXkdzvGJJJYBgx7BmqlDjBN/eCp5AAX2w== - /@svgr/babel-plugin-svg-dynamic-title/4.3.3: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-w3Be6xUNdwgParsvxkkeZb545VhXEwjGMwExMVBIdPQJeyMQHqm9Msnb2a1teHBqUYL66qtwfhNkbj1iarCG7w== - /@svgr/babel-plugin-svg-em-dimensions/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-C0Uy+BHolCHGOZ8Dnr1zXy/KgpBOkEUYY9kI/HseHVPeMbluaX3CijJr7D4C5uR8zrc1T64nnq/k63ydQuGt4w== - /@svgr/babel-plugin-transform-react-native-svg/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-7YvynOpZDpCOUoIVlaaOUU87J4Z6RdD6spYN4eUb5tfPoKGSF9OG2NuhgYnq4jSkAxcpMaXWPf1cePkzmqTPNw== - /@svgr/babel-plugin-transform-svg-component/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-hYfYuZhQPCBVotABsXKSCfel2slf/yvJY8heTVX1PCTaq/IgASq1IyxPPKJ0chWREEKewIU/JMSsIGBtK1KKxw== - /@svgr/babel-preset/4.3.3: - dependencies: - '@svgr/babel-plugin-add-jsx-attribute': 4.2.0 - '@svgr/babel-plugin-remove-jsx-attribute': 4.2.0 - '@svgr/babel-plugin-remove-jsx-empty-expression': 4.2.0 - '@svgr/babel-plugin-replace-jsx-attribute-value': 4.2.0 - '@svgr/babel-plugin-svg-dynamic-title': 4.3.3 - '@svgr/babel-plugin-svg-em-dimensions': 4.2.0 - '@svgr/babel-plugin-transform-react-native-svg': 4.2.0 - '@svgr/babel-plugin-transform-svg-component': 4.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-6PG80tdz4eAlYUN3g5GZiUjg2FMcp+Wn6rtnz5WJG9ITGEF1pmFdzq02597Hn0OmnQuCVaBYQE1OVFAnwOl+0A== - /@svgr/cli/4.3.3: - dependencies: - '@svgr/core': 4.3.3 - '@svgr/plugin-jsx': 4.3.3 - '@svgr/plugin-prettier': 4.3.2 - '@svgr/plugin-svgo': 4.3.1 - camelcase: 5.3.1 - chalk: 2.4.2 - commander: 2.20.3 - dashify: 2.0.0 - glob: 7.1.6 - output-file-sync: 2.0.1 - recursive-readdir: 2.2.2 - dev: false - engines: - node: '>=8' - hasBin: true - resolution: - integrity: sha512-FHsb9+2zMy9XZgEBFEh+1iofE0TBQn7OnJ9JF/2YimdyE93u2/j1p1K71+rJQ0GWKy96aSSbFWkRVR1i3zATOQ== - /@svgr/core/4.3.3: - dependencies: - '@svgr/plugin-jsx': 4.3.3 - camelcase: 5.3.1 - cosmiconfig: 5.2.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-qNuGF1QON1626UCaZamWt5yedpgOytvLj5BQZe2j1k1B8DUG4OyugZyfEwBeXozCUwhLEpsrgPrE+eCu4fY17w== - /@svgr/hast-util-to-babel-ast/4.3.2: - dependencies: - '@babel/types': 7.11.5 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-JioXclZGhFIDL3ddn4Kiq8qEqYM2PyDKV0aYno8+IXTLuYt6TOgHUbUAAFvqtb0Xn37NwP0BTHglejFoYr8RZg== - /@svgr/plugin-jsx/4.3.3: - dependencies: - '@babel/core': 7.11.6 - '@svgr/babel-preset': 4.3.3 - '@svgr/hast-util-to-babel-ast': 4.3.2 - svg-parser: 2.0.4 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-cLOCSpNWQnDB1/v+SUENHH7a0XY09bfuMKdq9+gYvtuwzC2rU4I0wKGFEp1i24holdQdwodCtDQdFtJiTCWc+w== - /@svgr/plugin-prettier/4.3.2: - dependencies: - merge-deep: 3.0.2 - prettier: 1.19.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-GErOZQ0n/OinFDjyXg9svfVRNWP+18qqIxsc/9xRoRY7R/cPlnXkadLF7NdgDgSP2BYtt7XGcZ9TU+Skr1B3tw== - /@svgr/plugin-svgo/4.3.1: - dependencies: - cosmiconfig: 5.2.1 - merge-deep: 3.0.2 - svgo: 1.3.2 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-PrMtEDUWjX3Ea65JsVCwTIXuSqa3CG9px+DluF1/eo9mlDrgrtFE7NE/DjdhjJgSM9wenlVBzkzneSIUgfUI/w== - /@svgr/webpack/4.3.3: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@svgr/core': 4.3.3 - '@svgr/plugin-jsx': 4.3.3 - '@svgr/plugin-svgo': 4.3.1 - loader-utils: 1.4.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-bjnWolZ6KVsHhgyCoYRFmbd26p8XVbulCzSG53BDQqAr+JOAderYK7CuYrB3bDjHJuF6LJ7Wrr42+goLRV9qIg== - /@testing-library/dom/7.24.2: - dependencies: - '@babel/code-frame': 7.10.4 - '@babel/runtime': 7.11.2 - '@types/aria-query': 4.2.0 - aria-query: 4.2.2 - chalk: 4.1.0 - dom-accessibility-api: 0.5.2 - pretty-format: 26.4.2 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-ERxcZSoHx0EcN4HfshySEWmEf5Kkmgi+J7O79yCJ3xggzVlBJ2w/QjJUC+EBkJJ2OeSw48i3IoePN4w8JlVUIA== - /@testing-library/jest-dom/5.11.4: - dependencies: - '@babel/runtime': 7.11.2 - '@types/testing-library__jest-dom': 5.9.2 - aria-query: 4.2.2 - chalk: 3.0.0 - css: 3.0.0 - css.escape: 1.5.1 - lodash: 4.17.20 - redent: 3.0.0 - dev: false - engines: - node: '>=8' - npm: '>=6' - yarn: '>=1' - resolution: - integrity: sha512-6RRn3epuweBODDIv3dAlWjOEHQLpGJHB2i912VS3JQtsD22+ENInhdDNl4ZZQiViLlIfFinkSET/J736ytV9sw== - /@testing-library/react/11.0.4: - dependencies: - '@babel/runtime': 7.11.2 - '@testing-library/dom': 7.24.2 - dev: false - engines: - node: '>=10' - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew== - /@testing-library/react/11.0.4_react-dom@16.13.1+react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - '@testing-library/dom': 7.24.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - dev: false - engines: - node: '>=10' - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew== - /@types/anymatch/1.3.1: - dev: false - resolution: - integrity: sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA== - /@types/aria-query/4.2.0: - dev: false - resolution: - integrity: sha512-iIgQNzCm0v7QMhhe4Jjn9uRh+I6GoPmt03CbEtwx3ao8/EfoQcmgtqH4vQ5Db/lxiIGaWDv6nwvunuh0RyX0+A== - /@types/babel__core/7.1.9: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - '@types/babel__generator': 7.6.1 - '@types/babel__template': 7.0.2 - '@types/babel__traverse': 7.0.14 - dev: false - resolution: - integrity: sha512-sY2RsIJ5rpER1u3/aQ8OFSI7qGIy8o1NEEbgb2UaJcvOtXOMpd39ko723NBpjQFg9SIX7TXtjejZVGeIMLhoOw== - /@types/babel__generator/7.6.1: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew== - /@types/babel__template/7.0.2: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg== - /@types/babel__traverse/7.0.14: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-8w9szzKs14ZtBVuP6Wn7nMLRJ0D6dfB0VEBEyRgxrZ/Ln49aNMykrghM2FaNn4FJRzNppCSa0Rv9pBRM5Xc3wg== - /@types/color-name/1.1.1: - dev: false - resolution: - integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== - /@types/eslint-visitor-keys/1.0.0: - dev: false - resolution: - integrity: sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag== - /@types/graceful-fs/4.1.3: - dependencies: - '@types/node': 14.11.1 - dev: false - resolution: - integrity: sha512-AiHRaEB50LQg0pZmm659vNBb9f4SJ0qrAnteuzhSeAUcJKxoYgEnprg/83kppCnc2zvtCKbdZry1a5pVY3lOTQ== - /@types/hast/2.3.1: - dependencies: - '@types/unist': 2.0.3 - dev: false - resolution: - integrity: sha512-viwwrB+6xGzw+G1eWpF9geV3fnsDgXqHG+cqgiHrvQfDUW5hzhCyV7Sy3UJxhfRFBsgky2SSW33qi/YrIkjX5Q== - /@types/history/4.7.8: - dev: false - resolution: - integrity: sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA== - /@types/html-minifier-terser/5.1.0: - dev: false - resolution: - integrity: sha512-iYCgjm1dGPRuo12+BStjd1HiVQqhlRhWDOQigNxn023HcjnhsiFz9pc6CzJj4HwDCSQca9bxTL4PxJDbkdm3PA== - /@types/is-function/1.0.0: - dev: false - resolution: - integrity: sha512-iTs9HReBu7evG77Q4EC8hZnqRt57irBDkK9nvmHroiOIVwYMQc4IvYvdRgwKfYepunIY7Oh/dBuuld+Gj9uo6w== - /@types/istanbul-lib-coverage/2.0.3: - dev: false - resolution: - integrity: sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw== - /@types/istanbul-lib-report/3.0.0: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - dev: false - resolution: - integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== - /@types/istanbul-reports/1.1.2: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-lib-report': 3.0.0 - dev: false - resolution: - integrity: sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw== - /@types/istanbul-reports/3.0.0: - dependencies: - '@types/istanbul-lib-report': 3.0.0 - dev: false - resolution: - integrity: sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA== - /@types/jest/26.0.14: - dependencies: - jest-diff: 25.5.0 - pretty-format: 25.5.0 - dev: false - resolution: - integrity: sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg== - /@types/json-schema/7.0.6: - dev: false - resolution: - integrity: sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== - /@types/json5/0.0.29: - dev: false - resolution: - integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4= - /@types/mdast/3.0.3: - dependencies: - '@types/unist': 2.0.3 - dev: false - resolution: - integrity: sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw== - /@types/minimist/1.2.0: - dev: false - resolution: - integrity: sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= - /@types/node/12.12.62: - dev: false - resolution: - integrity: sha512-qAfo81CsD7yQIM9mVyh6B/U47li5g7cfpVQEDMfQeF8pSZVwzbhwU3crc0qG4DmpsebpJPR49AKOExQyJ05Cpg== - /@types/node/14.11.1: - dev: false - resolution: - integrity: sha512-oTQgnd0hblfLsJ6BvJzzSL+Inogp3lq9fGgqRkMB/ziKMgEUaFl801OncOzUmalfzt14N0oPHMK47ipl+wbTIw== - /@types/normalize-package-data/2.4.0: - dev: false - resolution: - integrity: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== - /@types/npmlog/4.1.2: - dev: false - resolution: - integrity: sha512-4QQmOF5KlwfxJ5IGXFIudkeLCdMABz03RcUXu+LCb24zmln8QW6aDjuGl4d4XPVLf2j+FnjelHTP7dvceAFbhA== - /@types/parse-json/4.0.0: - dev: false - resolution: - integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== - /@types/parse5/5.0.3: - dev: false - resolution: - integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw== - /@types/parsimmon/1.10.2: - dev: false - resolution: - integrity: sha512-WVugAiBoLsmay9IPrLJoMnmLTP0cWPbc4w5c5suTevyhaJW9TWGyPbkFraNUk5YULf8vQ5C/3NBEQcIs6XfTcg== - /@types/prettier/1.19.1: - dev: false - resolution: - integrity: sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ== - /@types/prettier/2.1.1: - dev: false - resolution: - integrity: sha512-2zs+O+UkDsJ1Vcp667pd3f8xearMdopz/z54i99wtRDI5KLmngk7vlrYZD0ZjKHaROR03EznlBbVY9PfAEyJIQ== - /@types/prop-types/15.7.3: - dev: false - resolution: - integrity: sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw== - /@types/q/1.5.4: - dev: false - resolution: - integrity: sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== - /@types/reach__router/1.3.5: - dependencies: - '@types/history': 4.7.8 - '@types/react': 16.9.49 - dev: false - resolution: - integrity: sha512-h0NbqXN/tJuBY/xggZSej1SKQEstbHO7J/omt1tYoFGmj3YXOodZKbbqD4mNDh7zvEGYd7YFrac1LTtAr3xsYQ== - /@types/react-color/3.0.4: - dependencies: - '@types/react': 16.9.49 - '@types/reactcss': 1.2.3 - dev: false - resolution: - integrity: sha512-EswbYJDF1kkrx93/YU+BbBtb46CCtDMvTiGmcOa/c5PETnwTiSWoseJ1oSWeRl/4rUXkhME9bVURvvPg0W5YQw== - /@types/react-syntax-highlighter/11.0.4: - dependencies: - '@types/react': 16.9.49 - dev: false - resolution: - integrity: sha512-9GfTo3a0PHwQeTVoqs0g5bS28KkSY48pp5659wA+Dp4MqceDEa8EHBqrllJvvtyusszyJhViUEap0FDvlk/9Zg== - /@types/react-textarea-autosize/4.3.5: - dependencies: - '@types/react': 16.9.49 - dev: false - resolution: - integrity: sha512-PiDL83kPMTolyZAWW3lyzO6ktooTb9tFTntVy7CA83/qFLWKLJ5bLeRboy6J6j3b1e8h2Eec6gBTEOOJRjV14A== - /@types/react/16.9.49: - dependencies: - '@types/prop-types': 15.7.3 - csstype: 3.0.3 - dev: false - resolution: - integrity: sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g== - /@types/reactcss/1.2.3: - dependencies: - '@types/react': 16.9.49 - dev: false - resolution: - integrity: sha512-d2gQQ0IL6hXLnoRfVYZukQNWHuVsE75DzFTLPUuyyEhJS8G2VvlE+qfQQ91SJjaMqlURRCNIsX7Jcsw6cEuJlA== - /@types/source-list-map/0.1.2: - dev: false - resolution: - integrity: sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA== - /@types/stack-utils/1.0.1: - dev: false - resolution: - integrity: sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== - /@types/styled-system/4.2.2: - dependencies: - csstype: 2.6.13 - dev: false - resolution: - integrity: sha512-eULPjWVEaXElIFKBwDVWRvGkHC0Fj63XVRna8RHoaRivNhCI/QkEJpMgyb0uA4WpsHpO5SDXH+DyQwEUkyW3rA== - /@types/tapable/1.0.6: - dev: false - resolution: - integrity: sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA== - /@types/testing-library__jest-dom/5.9.2: - dependencies: - '@types/jest': 26.0.14 - dev: false - resolution: - integrity: sha512-K7nUSpH/5i8i0NagTJ+uFUDRueDlnMNhJtMjMwTGPPSqyImbWC/hgKPDCKt6Phu2iMJg2kWqlax+Ucj2DKMwpA== - /@types/uglify-js/3.9.3: - dependencies: - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-KswB5C7Kwduwjj04Ykz+AjvPcfgv/37Za24O2EDzYNbwyzOo8+ydtvzUfZ5UMguiVu29Gx44l1A6VsPPcmYu9w== - /@types/unist/2.0.3: - dev: false - resolution: - integrity: sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ== - /@types/webpack-env/1.15.3: - dev: false - resolution: - integrity: sha512-5oiXqR7kwDGZ6+gmzIO2lTC+QsriNuQXZDWNYRV3l2XRN/zmPgnC21DLSx2D05zvD8vnXW6qUg7JnXZ4I6qLVQ== - /@types/webpack-sources/1.4.2: - dependencies: - '@types/node': 14.11.1 - '@types/source-list-map': 0.1.2 - source-map: 0.7.3 - dev: false - resolution: - integrity: sha512-77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw== - /@types/webpack/4.41.22: - dependencies: - '@types/anymatch': 1.3.1 - '@types/node': 14.11.1 - '@types/tapable': 1.0.6 - '@types/uglify-js': 3.9.3 - '@types/webpack-sources': 1.4.2 - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-JQDJK6pj8OMV9gWOnN1dcLCyU9Hzs6lux0wBO4lr1+gyEhIBR9U3FMrz12t2GPkg110XAxEAw2WHF6g7nZIbRQ== - /@types/yargs-parser/15.0.0: - dev: false - resolution: - integrity: sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw== - /@types/yargs/13.0.10: - dependencies: - '@types/yargs-parser': 15.0.0 - dev: false - resolution: - integrity: sha512-MU10TSgzNABgdzKvQVW1nuuT+sgBMWeXNc3XOs5YXV5SDAK+PPja2eUuBNB9iqElu03xyEDqlnGw0jgl4nbqGQ== - /@types/yargs/15.0.5: - dependencies: - '@types/yargs-parser': 15.0.0 - dev: false - resolution: - integrity: sha512-Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w== - /@typescript-eslint/eslint-plugin/3.4.0_50d6ca74ff846cc658155e0355ded9f7: - dependencies: - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/parser': 3.4.0_eslint@7.9.0+typescript@4.0.2 - debug: 4.1.1 - eslint: 7.9.0 - functional-red-black-tree: 1.0.1 - regexpp: 3.1.0 - semver: 7.3.2 - tsutils: 3.17.1_typescript@4.0.2 - typescript: 4.0.2 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - '@typescript-eslint/parser': ^3.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ== - /@typescript-eslint/eslint-plugin/3.4.0_e99f3f885e1ab474d0d66f0a82d300bb: - dependencies: - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0 - '@typescript-eslint/parser': 3.4.0_eslint@7.9.0 - debug: 4.1.1 - eslint: 7.9.0 - functional-red-black-tree: 1.0.1 - regexpp: 3.1.0 - semver: 7.3.2 - tsutils: 3.17.1 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - '@typescript-eslint/parser': ^3.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ== - /@typescript-eslint/eslint-plugin/4.1.1_e7a08ee1cf450863cdaa69c17e499e5f: - dependencies: - '@typescript-eslint/experimental-utils': 4.1.1_eslint@7.9.0 - '@typescript-eslint/parser': 4.1.1_eslint@7.9.0 - '@typescript-eslint/scope-manager': 4.1.1 - debug: 4.1.1 - eslint: 7.9.0 - functional-red-black-tree: 1.0.1 - regexpp: 3.1.0 - semver: 7.3.2 - tsutils: 3.17.1 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - '@typescript-eslint/parser': ^4.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-Hoxyt99EA9LMmqo/5PuWWPeWeB3mKyvibfJ1Hy5SfiUpjE8Nqp+5QNd9fOkzL66+fqvIWSIE+Ett16LGMzCGnQ== - /@typescript-eslint/eslint-plugin/4.1.1_f56e3c8176f99a28c3d29ed46b5a0108: - dependencies: - '@typescript-eslint/experimental-utils': 4.1.1_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/parser': 4.1.1_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/scope-manager': 4.1.1 - debug: 4.1.1 - eslint: 7.9.0 - functional-red-black-tree: 1.0.1 - regexpp: 3.1.0 - semver: 7.3.2 - tsutils: 3.17.1_typescript@4.0.2 - typescript: 4.0.2 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - '@typescript-eslint/parser': ^4.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-Hoxyt99EA9LMmqo/5PuWWPeWeB3mKyvibfJ1Hy5SfiUpjE8Nqp+5QNd9fOkzL66+fqvIWSIE+Ett16LGMzCGnQ== - /@typescript-eslint/experimental-utils/3.4.0_eslint@7.9.0: - dependencies: - '@types/json-schema': 7.0.6 - '@typescript-eslint/typescript-estree': 3.4.0 - eslint: 7.9.0 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: '*' - resolution: - integrity: sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw== - /@typescript-eslint/experimental-utils/3.4.0_eslint@7.9.0+typescript@4.0.2: - dependencies: - '@types/json-schema': 7.0.6 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@4.0.2 - eslint: 7.9.0 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: '*' - typescript: '*' - resolution: - integrity: sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw== - /@typescript-eslint/experimental-utils/4.1.1_eslint@7.9.0: - dependencies: - '@types/json-schema': 7.0.6 - '@typescript-eslint/scope-manager': 4.1.1 - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/typescript-estree': 4.1.1 - eslint: 7.9.0 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: '*' - resolution: - integrity: sha512-jzYsNciHoa4Z3c1URtmeT/bamYm8Dwfw6vuN3WHIE/BXb1iC4KveAnXDErTAZtPVxTYBaYn3n2gbt6F6D2rm1A== - /@typescript-eslint/experimental-utils/4.1.1_eslint@7.9.0+typescript@4.0.2: - dependencies: - '@types/json-schema': 7.0.6 - '@typescript-eslint/scope-manager': 4.1.1 - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/typescript-estree': 4.1.1_typescript@4.0.2 - eslint: 7.9.0 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: '*' - typescript: '*' - resolution: - integrity: sha512-jzYsNciHoa4Z3c1URtmeT/bamYm8Dwfw6vuN3WHIE/BXb1iC4KveAnXDErTAZtPVxTYBaYn3n2gbt6F6D2rm1A== - /@typescript-eslint/parser/3.4.0_eslint@7.9.0: - dependencies: - '@types/eslint-visitor-keys': 1.0.0 - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0 - '@typescript-eslint/typescript-estree': 3.4.0 - eslint: 7.9.0 - eslint-visitor-keys: 1.3.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA== - /@typescript-eslint/parser/3.4.0_eslint@7.9.0+typescript@4.0.2: - dependencies: - '@types/eslint-visitor-keys': 1.0.0 - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@4.0.2 - eslint: 7.9.0 - eslint-visitor-keys: 1.3.0 - typescript: 4.0.2 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA== - /@typescript-eslint/parser/4.1.1_eslint@7.9.0: - dependencies: - '@typescript-eslint/scope-manager': 4.1.1 - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/typescript-estree': 4.1.1 - debug: 4.1.1 - eslint: 7.9.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-NLIhmicpKGfJbdXyQBz9j48PA6hq6e+SDOoXy7Ak6bq1ebGqbgG+fR1UIDAuay6OjQdot69c/URu2uLlsP8GQQ== - /@typescript-eslint/parser/4.1.1_eslint@7.9.0+typescript@4.0.2: - dependencies: - '@typescript-eslint/scope-manager': 4.1.1 - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/typescript-estree': 4.1.1_typescript@4.0.2 - debug: 4.1.1 - eslint: 7.9.0 - typescript: 4.0.2 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-NLIhmicpKGfJbdXyQBz9j48PA6hq6e+SDOoXy7Ak6bq1ebGqbgG+fR1UIDAuay6OjQdot69c/URu2uLlsP8GQQ== - /@typescript-eslint/scope-manager/4.1.1: - dependencies: - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/visitor-keys': 4.1.1 - dev: false - engines: - node: ^8.10.0 || ^10.13.0 || >=11.10.1 - resolution: - integrity: sha512-0W8TTobCvIIQ2FsrYTffyZGAAFUyIbEHq5EYJb1m7Rpd005jrnOvKOo8ywCLhs/Bm17C+KsrUboBvBAARQVvyA== - /@typescript-eslint/types/4.1.1: - dev: false - engines: - node: ^8.10.0 || ^10.13.0 || >=11.10.1 - resolution: - integrity: sha512-zrBiqOKYerMTllKcn+BP+i1b7LW/EbMMYytroXMxUTvFPn1smkCu0D7lSAx29fTUO4jnwV0ljSvYQtn2vNrNxA== - /@typescript-eslint/typescript-estree/3.4.0: - dependencies: - debug: 4.1.1 - eslint-visitor-keys: 1.3.0 - glob: 7.1.6 - is-glob: 4.0.1 - lodash: 4.17.20 - semver: 7.3.2 - tsutils: 3.17.1 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw== - /@typescript-eslint/typescript-estree/3.4.0_typescript@4.0.2: - dependencies: - debug: 4.1.1 - eslint-visitor-keys: 1.3.0 - glob: 7.1.6 - is-glob: 4.0.1 - lodash: 4.17.20 - semver: 7.3.2 - tsutils: 3.17.1_typescript@4.0.2 - typescript: 4.0.2 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw== - /@typescript-eslint/typescript-estree/4.1.1: - dependencies: - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/visitor-keys': 4.1.1 - debug: 4.1.1 - globby: 11.0.1 - is-glob: 4.0.1 - lodash: 4.17.20 - semver: 7.3.2 - tsutils: 3.17.1 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-2AUg5v0liVBsqbGxBphbJ0QbGqSRVaF5qPoTPWcxop+66vMdU1h4CCvHxTC47+Qb+Pr4l2RhXDd41JNpwcQEKw== - /@typescript-eslint/typescript-estree/4.1.1_typescript@4.0.2: - dependencies: - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/visitor-keys': 4.1.1 - debug: 4.1.1 - globby: 11.0.1 - is-glob: 4.0.1 - lodash: 4.17.20 - semver: 7.3.2 - tsutils: 3.17.1_typescript@4.0.2 - typescript: 4.0.2 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-2AUg5v0liVBsqbGxBphbJ0QbGqSRVaF5qPoTPWcxop+66vMdU1h4CCvHxTC47+Qb+Pr4l2RhXDd41JNpwcQEKw== - /@typescript-eslint/visitor-keys/4.1.1: - dependencies: - '@typescript-eslint/types': 4.1.1 - eslint-visitor-keys: 2.0.0 - dev: false - engines: - node: ^8.10.0 || ^10.13.0 || >=11.10.1 - resolution: - integrity: sha512-/EOOXbA2ferGLG6RmCHEQ0lTTLkOlXYDgblCmQk3tIU7mTPLm4gKhFMeeUSe+bcchTUsKeCk8xcpbop5Zr/8Rw== - /@vue/compiler-core/3.0.0-rc.12: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - '@vue/shared': 3.0.0-rc.12 - estree-walker: 2.0.1 - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-TuOmPb5SXgK9qD/AAmy46j80CyKThiBppcgNIJTax1ZWLEtCU8JejXOJqXFcqDUrBJPy7WVtZWRjMsiZBjIlrQ== - /@vue/compiler-dom/3.0.0-rc.12: - dependencies: - '@vue/compiler-core': 3.0.0-rc.12 - '@vue/shared': 3.0.0-rc.12 - dev: false - resolution: - integrity: sha512-bCbXtJRYDaQL0e8i54rzUhmlB991ad08TAHiXyRK6ngTj9pO6lpJNcaHIeeOEv9gaZ6iUC7pEYtmC0708KkqDg== - /@vue/compiler-sfc/3.0.0-rc.12: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - '@vue/compiler-core': 3.0.0-rc.12 - '@vue/compiler-dom': 3.0.0-rc.12 - '@vue/compiler-ssr': 3.0.0-rc.12 - '@vue/shared': 3.0.0-rc.12 - consolidate: 0.16.0 - estree-walker: 2.0.1 - hash-sum: 2.0.0 - lru-cache: 5.1.1 - magic-string: 0.25.7 - merge-source-map: 1.1.0 - postcss: 7.0.34 - postcss-modules: 3.2.2 - postcss-selector-parser: 6.0.2 - source-map: 0.6.1 - dev: false - peerDependencies: - vue: 3.0.0-rc.12 - resolution: - integrity: sha512-lHy0LK33KjVBeu6aCX0oLUSZtatOIY/1w927Fh5nFrN1SNnqA31q2wg/IDmvNU6+Y6F3s0MZyN5H6dyZgO5r/g== - /@vue/compiler-ssr/3.0.0-rc.12: - dependencies: - '@vue/compiler-dom': 3.0.0-rc.12 - '@vue/shared': 3.0.0-rc.12 - dev: false - resolution: - integrity: sha512-mJkTLS91Ji7ahZT8tuYnXJ+C0dzpwq6uIILVx2e82jHzPQ2Yl0owK5wVGJR1Kuy5ZT+9AczyyBgvxGiZjsFzdw== - /@vue/shared/3.0.0-rc.12: - dev: false - resolution: - integrity: sha512-UwkiTl7XVQ3vu22t7JgUGLNXSxvsr500W43V2I1N4B3vxBRGB1OLzCjGPtXMIXtWhZlaaZzivEU1zmr5sqmgaw== - /@webassemblyjs/ast/1.9.0: - dependencies: - '@webassemblyjs/helper-module-context': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/wast-parser': 1.9.0 - dev: false - resolution: - integrity: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA== - /@webassemblyjs/floating-point-hex-parser/1.9.0: - dev: false - resolution: - integrity: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== - /@webassemblyjs/helper-api-error/1.9.0: - dev: false - resolution: - integrity: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== - /@webassemblyjs/helper-buffer/1.9.0: - dev: false - resolution: - integrity: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA== - /@webassemblyjs/helper-code-frame/1.9.0: - dependencies: - '@webassemblyjs/wast-printer': 1.9.0 - dev: false - resolution: - integrity: sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA== - /@webassemblyjs/helper-fsm/1.9.0: - dev: false - resolution: - integrity: sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw== - /@webassemblyjs/helper-module-context/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - dev: false - resolution: - integrity: sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g== - /@webassemblyjs/helper-wasm-bytecode/1.9.0: - dev: false - resolution: - integrity: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== - /@webassemblyjs/helper-wasm-section/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - dev: false - resolution: - integrity: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw== - /@webassemblyjs/ieee754/1.9.0: - dependencies: - '@xtuc/ieee754': 1.2.0 - dev: false - resolution: - integrity: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg== - /@webassemblyjs/leb128/1.9.0: - dependencies: - '@xtuc/long': 4.2.2 - dev: false - resolution: - integrity: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw== - /@webassemblyjs/utf8/1.9.0: - dev: false - resolution: - integrity: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== - /@webassemblyjs/wasm-edit/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/helper-wasm-section': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - '@webassemblyjs/wasm-opt': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - '@webassemblyjs/wast-printer': 1.9.0 - dev: false - resolution: - integrity: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw== - /@webassemblyjs/wasm-gen/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/ieee754': 1.9.0 - '@webassemblyjs/leb128': 1.9.0 - '@webassemblyjs/utf8': 1.9.0 - dev: false - resolution: - integrity: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA== - /@webassemblyjs/wasm-opt/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - dev: false - resolution: - integrity: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A== - /@webassemblyjs/wasm-parser/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-api-error': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/ieee754': 1.9.0 - '@webassemblyjs/leb128': 1.9.0 - '@webassemblyjs/utf8': 1.9.0 - dev: false - resolution: - integrity: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA== - /@webassemblyjs/wast-parser/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/floating-point-hex-parser': 1.9.0 - '@webassemblyjs/helper-api-error': 1.9.0 - '@webassemblyjs/helper-code-frame': 1.9.0 - '@webassemblyjs/helper-fsm': 1.9.0 - '@xtuc/long': 4.2.2 - dev: false - resolution: - integrity: sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw== - /@webassemblyjs/wast-printer/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/wast-parser': 1.9.0 - '@xtuc/long': 4.2.2 - dev: false - resolution: - integrity: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA== - /@xtuc/ieee754/1.2.0: - dev: false - resolution: - integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== - /@xtuc/long/4.2.2: - dev: false - resolution: - integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== - /CSSselect/0.4.1: - dependencies: - CSSwhat: 0.4.7 - domutils: 1.4.3 - deprecated: the module is now available as 'css-select' - dev: false - resolution: - integrity: sha1-+Kt+H4QYzmPNput713ioXX7EkrI= - /CSSwhat/0.4.7: - deprecated: the module is now available as 'css-what' - dev: false - resolution: - integrity: sha1-hn2g/zn3eGEyQsRM/qg/CqTr35s= - /abab/2.0.5: - dev: false - resolution: - integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q== - /accepts/1.1.4: - dependencies: - mime-types: 2.0.14 - negotiator: 0.4.9 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-1xyW99QdD+2iw4zRToonwEFY30o= - /accepts/1.3.7: - dependencies: - mime-types: 2.1.27 - negotiator: 0.6.2 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== - /accord/0.28.0: - dependencies: - convert-source-map: 1.7.0 - glob: 7.1.6 - indx: 0.2.3 - lodash.clone: 4.5.0 - lodash.defaults: 4.2.0 - lodash.flatten: 4.4.0 - lodash.merge: 4.6.2 - lodash.partialright: 4.2.1 - lodash.pick: 4.4.0 - lodash.uniq: 4.5.0 - resolve: 1.17.0 - semver: 5.7.1 - uglify-js: 2.8.29 - when: 3.7.8 - dev: false - resolution: - integrity: sha512-sPF34gqHegaCSryKf5wHJ8wREK1dTZnHmC9hsB7D8xjntRdd30DXDPKf0YVIcSvnXJmcYu5SCvZRz28H++kFhQ== - /acorn-dynamic-import/2.0.2: - dependencies: - acorn: 4.0.13 - dev: false - resolution: - integrity: sha1-x1K9IQvvZ5UBtsbLf8hPj0cVjMQ= - /acorn-dynamic-import/4.0.0_acorn@6.4.1: - dependencies: - acorn: 6.4.1 - dev: false - peerDependencies: - acorn: ^6.0.0 - resolution: - integrity: sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw== - /acorn-globals/4.3.4: - dependencies: - acorn: 6.4.1 - acorn-walk: 6.2.0 - dev: false - resolution: - integrity: sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A== - /acorn-globals/6.0.0: - dependencies: - acorn: 7.4.0 - acorn-walk: 7.2.0 - dev: false - resolution: - integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg== - /acorn-jsx/3.0.1: - dependencies: - acorn: 3.3.0 - dev: false - resolution: - integrity: sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s= - /acorn-jsx/5.3.1_acorn@6.4.1: - dependencies: - acorn: 6.4.1 - dev: false - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - resolution: - integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== - /acorn-jsx/5.3.1_acorn@7.4.0: - dependencies: - acorn: 7.4.0 - dev: false - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - resolution: - integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== - /acorn-walk/6.2.0: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA== - /acorn-walk/7.2.0: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== - /acorn/3.3.0: - dev: false - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha1-ReN/s56No/JbruP/U2niu18iAXo= - /acorn/4.0.13: - dev: false - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c= - /acorn/5.7.4: - dev: false - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg== - /acorn/6.4.1: - dev: false - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== - /acorn/7.4.0: - dev: false - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w== - /add-dom-event-listener/1.1.0: - dependencies: - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha512-WCxx1ixHT0GQU9hb0KI/mhgRQhnU+U3GvwY6ZvVjYq8rsihIGoaIOUbY0yMPBxLH5MDtr0kz3fisWGNcbWW7Jw== - /add-px-to-style/1.0.0: - dev: false - resolution: - integrity: sha1-0ME1RB+oAUqBN5BFMQlvZ/KPJjo= - /address/1.1.2: - dev: false - engines: - node: '>= 0.12.0' - resolution: - integrity: sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA== - /adjust-sourcemap-loader/2.0.0: - dependencies: - assert: 1.4.1 - camelcase: 5.0.0 - loader-utils: 1.2.3 - object-path: 0.11.4 - regex-parser: 2.2.10 - dev: false - resolution: - integrity: sha512-4hFsTsn58+YjrU9qKzML2JSSDqKvN8mUGQ0nNIrfPi8hmIONT4L3uUaT6MKdMsZ9AjsU6D2xDkZxCkbQPxChrA== - /aggregate-error/3.1.0: - dependencies: - clean-stack: 2.2.0 - indent-string: 4.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== - /airbnb-js-shims/2.2.1: - dependencies: - array-includes: 3.1.1 - array.prototype.flat: 1.2.3 - array.prototype.flatmap: 1.2.3 - es5-shim: 4.5.14 - es6-shim: 0.35.5 - function.prototype.name: 1.1.2 - globalthis: 1.0.1 - object.entries: 1.1.2 - object.fromentries: 2.0.2 - object.getownpropertydescriptors: 2.1.0 - object.values: 1.1.1 - promise.allsettled: 1.0.2 - promise.prototype.finally: 3.1.2 - string.prototype.matchall: 4.0.2 - string.prototype.padend: 3.1.0 - string.prototype.padstart: 3.1.0 - symbol.prototype.description: 1.0.2 - dev: false - resolution: - integrity: sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ== - /airbnb-prop-types/2.16.0: - dependencies: - array.prototype.find: 2.1.1 - function.prototype.name: 1.1.2 - is-regex: 1.1.1 - object-is: 1.1.2 - object.assign: 4.1.1 - object.entries: 1.1.2 - prop-types: 15.7.2 - prop-types-exact: 1.2.0 - react-is: 16.13.1 - dev: false - peerDependencies: - react: ^0.14 || ^15.0.0 || ^16.0.0-alpha - resolution: - integrity: sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg== - /airbnb-prop-types/2.16.0_react@16.13.1: - dependencies: - array.prototype.find: 2.1.1 - function.prototype.name: 1.1.2 - is-regex: 1.1.1 - object-is: 1.1.2 - object.assign: 4.1.1 - object.entries: 1.1.2 - prop-types: 15.7.2 - prop-types-exact: 1.2.0 - react: 16.13.1 - react-is: 16.13.1 - dev: false - peerDependencies: - react: ^0.14 || ^15.0.0 || ^16.0.0-alpha - resolution: - integrity: sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg== - /ajv-errors/1.0.1_ajv@6.12.5: - dependencies: - ajv: 6.12.5 - dev: false - peerDependencies: - ajv: '>=5.0.0' - resolution: - integrity: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== - /ajv-keywords/2.1.1_ajv@5.5.2: - dependencies: - ajv: 5.5.2 - dev: false - peerDependencies: - ajv: ^5.0.0 - resolution: - integrity: sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I= - /ajv-keywords/3.5.2_ajv@6.12.5: - dependencies: - ajv: 6.12.5 - dev: false - peerDependencies: - ajv: ^6.9.1 - resolution: - integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== - /ajv/4.11.8: - dependencies: - co: 4.6.0 - json-stable-stringify: 1.0.1 - dev: false - optional: true - resolution: - integrity: sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY= - /ajv/5.5.2: - dependencies: - co: 4.6.0 - fast-deep-equal: 1.1.0 - fast-json-stable-stringify: 2.1.0 - json-schema-traverse: 0.3.1 - dev: false - resolution: - integrity: sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU= - /ajv/6.12.5: - dependencies: - fast-deep-equal: 3.1.3 - fast-json-stable-stringify: 2.1.0 - json-schema-traverse: 0.4.1 - uri-js: 4.4.0 - dev: false - resolution: - integrity: sha512-lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag== - /align-text/0.1.4: - dependencies: - kind-of: 3.2.2 - longest: 1.0.1 - repeat-string: 1.6.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-DNkKVhCT810KmSVsIrcGlDP60Rc= - /ally.js/1.4.1: - dependencies: - css.escape: 1.5.1 - platform: 1.3.3 - dev: false - resolution: - integrity: sha1-n7fmuljvrE7pExyymqnuO1QLzx4= - /alphanum-sort/1.0.2: - dev: false - resolution: - integrity: sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= - /amdefine/1.0.1: - dev: false - engines: - node: '>=0.4.2' - resolution: - integrity: sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= - /anser/1.4.9: - dev: false - resolution: - integrity: sha512-AI+BjTeGt2+WFk4eWcqbQ7snZpDBt8SaLlj0RT2h5xfdWaiy51OjYvqwMrNzJLGy8iOAL6nKDITWO+rd4MkYEA== - /ansi-align/2.0.0: - dependencies: - string-width: 2.1.1 - dev: false - resolution: - integrity: sha1-w2rsy6VjuJzrVW82kPCx2eNUf38= - /ansi-align/3.0.0: - dependencies: - string-width: 3.1.0 - dev: false - resolution: - integrity: sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw== - /ansi-colors/1.1.0: - dependencies: - ansi-wrap: 0.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA== - /ansi-colors/3.2.4: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== - /ansi-colors/4.1.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== - /ansi-cyan/0.1.1: - dependencies: - ansi-wrap: 0.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM= - /ansi-escapes/3.2.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== - /ansi-escapes/4.3.1: - dependencies: - type-fest: 0.11.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== - /ansi-gray/0.1.1: - dependencies: - ansi-wrap: 0.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-KWLPVOyXksSFEKPetSRDaGHvclE= - /ansi-html/0.0.7: - dev: false - engines: - '0': node >= 0.8.0 - hasBin: true - resolution: - integrity: sha1-gTWEAhliqenm/QOflA0S9WynhZ4= - /ansi-red/0.1.1: - dependencies: - ansi-wrap: 0.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw= - /ansi-regex/2.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - /ansi-regex/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= - /ansi-regex/4.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== - /ansi-regex/5.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== - /ansi-styles/2.2.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= - /ansi-styles/3.2.1: - dependencies: - color-convert: 1.9.3 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /ansi-styles/4.2.1: - dependencies: - '@types/color-name': 1.1.1 - color-convert: 2.0.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== - /ansi-to-html/0.6.14: - dependencies: - entities: 1.1.2 - dev: false - hasBin: true - resolution: - integrity: sha512-7ZslfB1+EnFSDO5Ju+ue5Y6It19DRnZXWv8jrGHgIlPna5Mh4jz7BV5jCbQneXNFurQcKoolaaAjHtgSBfOIuA== - /ansi-wrap/0.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-qCJQ3bABXponyoLoLqYDu/pF768= - /any-observable/0.3.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog== - /any-promise/1.3.0: - dev: false - resolution: - integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8= - /anymatch/1.3.2: - dependencies: - micromatch: 2.3.11 - normalize-path: 2.1.1 - dev: false - resolution: - integrity: sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA== - /anymatch/2.0.0: - dependencies: - micromatch: 3.1.10 - normalize-path: 2.1.1 - dev: false - resolution: - integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - /anymatch/3.1.1: - dependencies: - normalize-path: 3.0.0 - picomatch: 2.2.2 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== - /app-root-dir/1.0.2: - dev: false - resolution: - integrity: sha1-OBh+wt6nV3//Az/8sSFyaS/24Rg= - /aproba/1.2.0: - dev: false - resolution: - integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== - /archy/1.0.0: - dev: false - resolution: - integrity: sha1-+cjBN1fMHde8N5rHeyxipcKGjEA= - /are-we-there-yet/1.1.5: - dependencies: - delegates: 1.0.0 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== - /argparse/1.0.10: - dependencies: - sprintf-js: 1.0.3 - dev: false - resolution: - integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - /aria-query/4.2.2: - dependencies: - '@babel/runtime': 7.11.2 - '@babel/runtime-corejs3': 7.11.2 - dev: false - engines: - node: '>=6.0' - resolution: - integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA== - /arity-n/1.0.4: - dev: false - resolution: - integrity: sha1-2edrEXM+CFacCEeuezmyhgswt0U= - /arr-diff/1.1.0: - dependencies: - arr-flatten: 1.1.0 - array-slice: 0.2.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-aHwydYFjWI/vfeezb6vklesaOZo= - /arr-diff/2.0.0: - dependencies: - arr-flatten: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8= - /arr-diff/4.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - /arr-flatten/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - /arr-union/2.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0= - /arr-union/3.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - /array-differ/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-7/UuN1gknTO+QCuLuOVkuytdQDE= - /array-each/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-p5SvDAWrF1KEbudTofIRoFugxE8= - /array-equal/1.0.0: - dev: false - resolution: - integrity: sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM= - /array-filter/1.0.0: - dev: false - resolution: - integrity: sha1-uveeYubvTCpMC4MSMtr/7CUfnYM= - /array-find-index/1.0.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= - /array-flatten/1.1.1: - dev: false - resolution: - integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= - /array-includes/3.1.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - is-string: 1.0.5 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ== - /array-slice/0.2.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-3Tz7gO15c6dRF82sabC5nshhhvU= - /array-slice/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w== - /array-union/1.0.2: - dependencies: - array-uniq: 1.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk= - /array-union/2.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== - /array-uniq/1.0.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= - /array-unique/0.2.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-odl8yvy8JiXMcPrc6zalDFiwGlM= - /array-unique/0.3.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - /array.prototype.find/2.1.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - resolution: - integrity: sha512-mi+MYNJYLTx2eNYy+Yh6raoQacCsNeeMUaspFPh9Y141lFSsWxxB8V9mM2ye+eqiRs917J6/pJ4M9ZPzenWckA== - /array.prototype.flat/1.2.3: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ== - /array.prototype.flatmap/1.2.3: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg== - /array.prototype.map/1.0.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - es-array-method-boxes-properly: 1.0.0 - is-string: 1.0.5 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-Az3OYxgsa1g7xDYp86l0nnN4bcmuEITGe1rbdEBVkrqkzMgDcbdQ2R7r41pNzti+4NMces3H8gMmuioZUilLgw== - /arrify/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= - /asap/2.0.6: - dev: false - resolution: - integrity: sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= - /asn1.js/5.4.1: - dependencies: - bn.js: 4.11.9 - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - safer-buffer: 2.1.2 - dev: false - resolution: - integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== - /asn1/0.2.4: - dependencies: - safer-buffer: 2.1.2 - dev: false - resolution: - integrity: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - /assert-never/1.2.1: - dev: false - resolution: - integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw== - /assert-plus/0.2.0: - dev: false - engines: - node: '>=0.8' - optional: true - resolution: - integrity: sha1-104bh+ev/A24qttwIfP+SBAasjQ= - /assert-plus/1.0.0: - dev: false - engines: - node: '>=0.8' - resolution: - integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - /assert/1.4.1: - dependencies: - util: 0.10.3 - dev: false - resolution: - integrity: sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE= - /assert/1.5.0: - dependencies: - object-assign: 4.1.1 - util: 0.10.3 - dev: false - resolution: - integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== - /assign-symbols/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - /ast-types-flow/0.0.7: - dev: false - resolution: - integrity: sha1-9wtzXGvKGlycItmCw+Oef+ujva0= - /ast-types/0.11.3: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-XA5o5dsNw8MhyW0Q7MWXJWc4oOzZKbdsEJq45h7c8q/d9DwWZ5F2ugUc1PuMLPGsUnphCt/cNDHu8JeBbxf1qA== - /ast-types/0.13.3: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA== - /ast-types/0.13.4: - dependencies: - tslib: 2.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w== - /astral-regex/1.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== - /async-each/1.0.3: - dev: false - resolution: - integrity: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== - /async-retry/1.3.1: - dependencies: - retry: 0.12.0 - dev: false - resolution: - integrity: sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA== - /async/0.2.9: - dev: false - resolution: - integrity: sha1-32MGD789Myhqdqr21Vophtn/hhk= - /async/2.6.3: - dependencies: - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== - /asynckit/0.4.0: - dev: false - resolution: - integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k= - /at-least-node/1.0.0: - dev: false - engines: - node: '>= 4.0.0' - resolution: - integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - /atob/2.1.2: - dev: false - engines: - node: '>= 4.5.0' - hasBin: true - resolution: - integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - /autoprefixer/6.7.7: - dependencies: - browserslist: 1.7.7 - caniuse-db: 1.0.30001131 - normalize-range: 0.1.2 - num2fraction: 1.2.2 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ= - /autoprefixer/9.8.6: - dependencies: - browserslist: 4.14.3 - caniuse-lite: 1.0.30001131 - colorette: 1.2.1 - normalize-range: 0.1.2 - num2fraction: 1.2.2 - postcss: 7.0.34 - postcss-value-parser: 4.1.0 - dev: false - hasBin: true - resolution: - integrity: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg== - /aws-sign2/0.6.0: - dev: false - optional: true - resolution: - integrity: sha1-FDQt0428yU0OW4fXY81jYSwOeU8= - /aws-sign2/0.7.0: - dev: false - resolution: - integrity: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - /aws4/1.10.1: - dev: false - resolution: - integrity: sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA== - /axe-core/3.5.5: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q== - /axios/0.19.0: - dependencies: - follow-redirects: 1.5.10 - is-buffer: 2.0.4 - dev: false - resolution: - integrity: sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ== - /axobject-query/2.2.0: - dev: false - resolution: - integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA== - /babel-code-frame/6.26.0: - dependencies: - chalk: 1.1.3 - esutils: 2.0.3 - js-tokens: 3.0.2 - dev: false - resolution: - integrity: sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= - /babel-core/6.26.3: - dependencies: - babel-code-frame: 6.26.0 - babel-generator: 6.26.1 - babel-helpers: 6.24.1 - babel-messages: 6.23.0 - babel-register: 6.26.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - convert-source-map: 1.7.0 - debug: 2.6.9 - json5: 0.5.1 - lodash: 4.17.20 - minimatch: 3.0.4 - path-is-absolute: 1.0.1 - private: 0.1.8 - slash: 1.0.0 - source-map: 0.5.7 - dev: false - resolution: - integrity: sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA== - /babel-core/7.0.0-bridge.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== - /babel-eslint/10.1.0_eslint@7.9.0: - dependencies: - '@babel/code-frame': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - eslint: 7.9.0 - eslint-visitor-keys: 1.3.0 - resolve: 1.17.0 - dev: false - engines: - node: '>=6' - peerDependencies: - eslint: '>= 4.12.1' - resolution: - integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== - /babel-eslint/8.2.6: - dependencies: - '@babel/code-frame': 7.0.0-beta.44 - '@babel/traverse': 7.0.0-beta.44 - '@babel/types': 7.0.0-beta.44 - babylon: 7.0.0-beta.44 - eslint-scope: 3.7.1 - eslint-visitor-keys: 1.3.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA== - /babel-generator/6.26.1: - dependencies: - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - detect-indent: 4.0.0 - jsesc: 1.3.0 - lodash: 4.17.20 - source-map: 0.5.7 - trim-right: 1.0.1 - dev: false - resolution: - integrity: sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA== - /babel-helper-bindify-decorators/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-FMGeXxQte0fxmlJDHlKxzLxAozA= - /babel-helper-builder-binary-assignment-operator-visitor/6.24.1: - dependencies: - babel-helper-explode-assignable-expression: 6.24.1 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-zORReto1b0IgvK6KAsKzRvmlZmQ= - /babel-helper-builder-react-jsx/6.26.0: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - esutils: 2.0.3 - dev: false - resolution: - integrity: sha1-Of+DE7dci2Xc7/HzHTg+D/KkCKA= - /babel-helper-call-delegate/6.24.1: - dependencies: - babel-helper-hoist-variables: 6.24.1 - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340= - /babel-helper-define-map/6.26.0: - dependencies: - babel-helper-function-name: 6.24.1 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8= - /babel-helper-evaluate-path/0.2.0: - dev: false - resolution: - integrity: sha512-0EK9TUKMxHL549hWDPkQoS7R0Ozg1CDLheVBHYds2B2qoAvmr9ejY3zOXFsrICK73TN7bPhU14PBeKc8jcBTwg== - /babel-helper-evaluate-path/0.5.0: - dev: false - resolution: - integrity: sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA== - /babel-helper-explode-assignable-expression/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-8luCz33BBDPFX3BZLVdGQArCLKo= - /babel-helper-explode-class/6.24.1: - dependencies: - babel-helper-bindify-decorators: 6.24.1 - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-fcKjkQ3uAHBW4eMdZAztPVTqqes= - /babel-helper-flip-expressions/0.2.0: - dev: false - resolution: - integrity: sha512-rAsPA1pWBc7e2E6HepkP2e1sXugT+Oq/VCqhyuHJ8aJ2d/ifwnJfd4Qxjm21qlW43AN8tqaeByagKK6wECFMSw== - /babel-helper-flip-expressions/0.4.3: - dev: false - resolution: - integrity: sha1-NpZzahKKwYvCUlS19AoizrPB0/0= - /babel-helper-function-name/6.24.1: - dependencies: - babel-helper-get-function-arity: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-00dbjAPtmCQqJbSDUasYOZ01gKk= - /babel-helper-get-function-arity/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0= - /babel-helper-hoist-variables/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-HssnaJydJVE+rbyZFKc/VAi+enY= - /babel-helper-is-nodes-equiv/0.0.1: - dev: false - resolution: - integrity: sha1-NOmzALFHnd2Y7HfqC76TQt/jloQ= - /babel-helper-is-void-0/0.2.0: - dev: false - resolution: - integrity: sha512-Axj1AYuD0E3Dl7nT3KxROP7VekEofz3XtEljzURf3fABalLpr8PamtgLFt+zuxtaCxRf9iuZmbAMMYWri5Bazw== - /babel-helper-is-void-0/0.4.3: - dev: false - resolution: - integrity: sha1-fZwBtFYee5Xb2g9u7kj1tg5nMT4= - /babel-helper-mark-eval-scopes/0.2.0: - dev: false - resolution: - integrity: sha512-KJuwrOUcHbvbh6he4xRXZFLaivK9DF9o3CrvpWnK1Wp0B+1ANYABXBMgwrnNFIDK/AvicxQ9CNr8wsgivlp4Aw== - /babel-helper-mark-eval-scopes/0.4.3: - dev: false - resolution: - integrity: sha1-0kSjvvmESHJgP/tG4izorN9VFWI= - /babel-helper-optimise-call-expression/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc= - /babel-helper-regex/6.26.0: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI= - /babel-helper-remap-async-to-generator/6.24.1: - dependencies: - babel-helper-function-name: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-XsWBgnrXI/7N04HxySg5BnbkVRs= - /babel-helper-remove-or-void/0.2.0: - dev: false - resolution: - integrity: sha512-1Z41upf/XR+PwY7Nd+F15Jo5BiQi5205ZXUuKed3yoyQgDkMyoM7vAdjEJS/T+M6jy32sXjskMUgms4zeiVtRA== - /babel-helper-remove-or-void/0.4.3: - dev: false - resolution: - integrity: sha1-pPA7QAd6D/6I5F0HAQ3uJB/1rmA= - /babel-helper-replace-supers/6.24.1: - dependencies: - babel-helper-optimise-call-expression: 6.24.1 - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-v22/5Dk40XNpohPKiov3S2qQqxo= - /babel-helper-to-multiple-sequence-expressions/0.2.0: - dev: false - resolution: - integrity: sha512-ij9lpfdP3+Zc/7kNwa+NXbTrUlsYEWPwt/ugmQO0qflzLrveTIkbfOqQztvitk81aG5NblYDQXDlRohzu3oa8Q== - /babel-helper-to-multiple-sequence-expressions/0.5.0: - dev: false - resolution: - integrity: sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA== - /babel-helpers/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI= - /babel-jest/25.5.1_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - '@types/babel__core': 7.1.9 - babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 25.5.0_@babel+core@7.11.6 - chalk: 3.0.0 - graceful-fs: 4.2.4 - slash: 3.0.0 - dev: false - engines: - node: '>= 8.3' - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ== - /babel-jest/26.3.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@jest/transform': 26.3.0 - '@jest/types': 26.3.0 - '@types/babel__core': 7.1.9 - babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 26.3.0_@babel+core@7.11.6 - chalk: 4.1.0 - graceful-fs: 4.2.4 - slash: 3.0.0 - dev: false - engines: - node: '>= 10.14.2' - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-sxPnQGEyHAOPF8NcUsD0g7hDCnvLL2XyblRBcgrzTWBB/mAIpWow3n1bEL+VghnnZfreLhFSBsFluRoK2tRK4g== - /babel-loader/7.1.5_babel-core@6.26.3+webpack@3.12.0: - dependencies: - babel-core: 6.26.3 - find-cache-dir: 1.0.0 - loader-utils: 1.4.0 - mkdirp: 0.5.5 - webpack: 3.12.0_webpack@3.12.0 - dev: false - engines: - node: '>=4' - peerDependencies: - babel-core: '6' - webpack: 2 || 3 || 4 - resolution: - integrity: sha512-iCHfbieL5d1LfOQeeVJEUyD9rTwBcP/fcEbRCfempxTDuqrKpu0AZjLAQHEQa3Yqyj9ORKe2iHfoj4rHLf7xpw== - /babel-loader/8.1.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - find-cache-dir: 2.1.0 - loader-utils: 1.4.0 - mkdirp: 0.5.5 - pify: 4.0.1 - schema-utils: 2.7.1 - dev: false - engines: - node: '>= 6.9' - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' - resolution: - integrity: sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw== - /babel-messages/6.23.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-8830cDhYA1sqKVHG7F7fbGLyYw4= - /babel-plugin-add-module-exports/0.1.4: - dependencies: - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-Glttdh7h9mPYRbTqaHhxLeMcEHo= - /babel-plugin-add-react-displayname/0.0.5: - dev: false - resolution: - integrity: sha1-M51M3be2X9YtHfnbn+BN4TQSK9U= - /babel-plugin-apply-mdx-type-prop/1.6.18_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@mdx-js/util': 1.6.18 - dev: false - peerDependencies: - '@babel/core': ^7.11.6 - resolution: - integrity: sha512-lcpbj/GatKQp48jsJ8Os/ZXv381ZYFNKA27EPllcpFMpqiS696XkoK+xie/2GjzQSe5IIbo3srsXpd6/ik8PsQ== - /babel-plugin-check-es2015-constants/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o= - /babel-plugin-date-fns/2.0.0: - dev: false - resolution: - integrity: sha512-MbsQzEgglAIBZLQbKQDgMUgFDwf7sSHXgaWRXowiEVs1B+eiBge4JnhBQtIaHIVLE9QmXfDQbb18oggvP7KSFQ== - /babel-plugin-dynamic-import-node/2.3.3: - dependencies: - object.assign: 4.1.1 - dev: false - resolution: - integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== - /babel-plugin-emotion/10.0.33: - dependencies: - '@babel/helper-module-imports': 7.10.4 - '@emotion/hash': 0.8.0 - '@emotion/memoize': 0.7.4 - '@emotion/serialize': 0.11.16 - babel-plugin-macros: 2.8.0 - babel-plugin-syntax-jsx: 6.18.0 - convert-source-map: 1.7.0 - escape-string-regexp: 1.0.5 - find-root: 1.1.0 - source-map: 0.5.7 - dev: false - resolution: - integrity: sha512-bxZbTTGz0AJQDHm8k6Rf3RQJ8tX2scsfsRyKVgAbiUPUNIRtlK+7JxP+TAd1kRLABFxe0CFm2VdK4ePkoA9FxQ== - /babel-plugin-extract-import-names/1.6.18: - dependencies: - '@babel/helper-plugin-utils': 7.10.4 - dev: false - resolution: - integrity: sha512-2EyZia3Ezl3UdhBcgDl6KZTNkYa2VhmAHHbJdhCroa1pZD/E56BulVsSKIhm/kza9agnabDR2VEHO+ZnqpfxbQ== - /babel-plugin-istanbul/5.2.0: - dependencies: - '@babel/helper-plugin-utils': 7.10.4 - find-up: 3.0.0 - istanbul-lib-instrument: 3.3.0 - test-exclude: 5.2.3 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw== - /babel-plugin-istanbul/6.0.0: - dependencies: - '@babel/helper-plugin-utils': 7.10.4 - '@istanbuljs/load-nyc-config': 1.1.0 - '@istanbuljs/schema': 0.1.2 - istanbul-lib-instrument: 4.0.3 - test-exclude: 6.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ== - /babel-plugin-jest-hoist/25.5.0: - dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - '@types/babel__traverse': 7.0.14 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-u+/W+WAjMlvoocYGTwthAiQSxDcJAyHpQ6oWlHdFZaaN+Rlk8Q7iiwDPg2lN/FyJtAYnKjFxbn7xus4HCFkg5g== - /babel-plugin-jest-hoist/26.2.0: - dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - '@types/babel__core': 7.1.9 - '@types/babel__traverse': 7.0.14 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-B/hVMRv8Nh1sQ1a3EY8I0n4Y1Wty3NrR5ebOyVT302op+DOAau+xNEImGMsUWOC3++ZlMooCytKz+NgN8aKGbA== - /babel-plugin-lodash/3.3.4: - dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/types': 7.11.5 - glob: 7.1.6 - lodash: 4.17.20 - require-package-name: 2.0.1 - dev: false - resolution: - integrity: sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg== - /babel-plugin-macros/2.8.0: - dependencies: - '@babel/runtime': 7.11.2 - cosmiconfig: 6.0.0 - resolve: 1.17.0 - dev: false - resolution: - integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== - /babel-plugin-minify-builtins/0.2.0: - dependencies: - babel-helper-evaluate-path: 0.2.0 - dev: false - resolution: - integrity: sha512-4i+8ntaS8gwVUcOz5y+zE+55OVOl2nTbmHV51D4wAIiKcRI8U5K//ip1GHfhsgk/NJrrHK7h97Oy5jpqt0Iixg== - /babel-plugin-minify-builtins/0.5.0: - dev: false - resolution: - integrity: sha512-wpqbN7Ov5hsNwGdzuzvFcjgRlzbIeVv1gMIlICbPj0xkexnfoIDe7q+AZHMkQmAE/F9R5jkrB6TLfTegImlXag== - /babel-plugin-minify-constant-folding/0.2.0: - dependencies: - babel-helper-evaluate-path: 0.2.0 - dev: false - resolution: - integrity: sha512-B3ffQBEUQ8ydlIkYv2MkZtTCbV7FAkWAV7NkyhcXlGpD10PaCxNGQ/B9oguXGowR1m16Q5nGhvNn8Pkn1MO6Hw== - /babel-plugin-minify-constant-folding/0.5.0: - dependencies: - babel-helper-evaluate-path: 0.5.0 - dev: false - resolution: - integrity: sha512-Vj97CTn/lE9hR1D+jKUeHfNy+m1baNiJ1wJvoGyOBUx7F7kJqDZxr9nCHjO/Ad+irbR3HzR6jABpSSA29QsrXQ== - /babel-plugin-minify-dead-code-elimination/0.2.0: - dependencies: - babel-helper-evaluate-path: 0.2.0 - babel-helper-mark-eval-scopes: 0.2.0 - babel-helper-remove-or-void: 0.2.0 - lodash.some: 4.6.0 - dev: false - resolution: - integrity: sha512-zE7y3pRyzA4zK5nBou0kTcwUTSQ/AiFrynt1cIEYN7vcO2gS9ZFZoI0aO9JYLUdct5fsC1vfB35408yrzTyVfg== - /babel-plugin-minify-dead-code-elimination/0.5.1: - dependencies: - babel-helper-evaluate-path: 0.5.0 - babel-helper-mark-eval-scopes: 0.4.3 - babel-helper-remove-or-void: 0.4.3 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-x8OJOZIrRmQBcSqxBcLbMIK8uPmTvNWPXH2bh5MDCW1latEqYiRMuUkPImKcfpo59pTUB2FT7HfcgtG8ZlR5Qg== - /babel-plugin-minify-flip-comparisons/0.2.0: - dependencies: - babel-helper-is-void-0: 0.2.0 - dev: false - resolution: - integrity: sha512-QOqXSEmD/LhT3LpM1WCyzAGcQZYYKJF7oOHvS6QbpomHenydrV53DMdPX2mK01icBExKZcJAHF209wvDBa+CSg== - /babel-plugin-minify-flip-comparisons/0.4.3: - dependencies: - babel-helper-is-void-0: 0.4.3 - dev: false - resolution: - integrity: sha1-AMqHDLjxO0XAOLPB68DyJyk8llo= - /babel-plugin-minify-guarded-expressions/0.2.0: - dependencies: - babel-helper-flip-expressions: 0.2.0 - dev: false - resolution: - integrity: sha512-5+NSPdRQ9mnrHaA+zFj+D5OzmSiv90EX5zGH6cWQgR/OUqmCHSDqgTRPFvOctgpo8MJyO7Rt7ajs2UfLnlAwYg== - /babel-plugin-minify-guarded-expressions/0.4.4: - dependencies: - babel-helper-evaluate-path: 0.5.0 - babel-helper-flip-expressions: 0.4.3 - dev: false - resolution: - integrity: sha512-RMv0tM72YuPPfLT9QLr3ix9nwUIq+sHT6z8Iu3sLbqldzC1Dls8DPCywzUIzkTx9Zh1hWX4q/m9BPoPed9GOfA== - /babel-plugin-minify-infinity/0.2.0: - dev: false - resolution: - integrity: sha512-U694vrla1lN6vDHWGrR832t3a/A2eh+kyl019LxEE2+sS4VTydyOPRsAOIYAdJegWRA4cMX1lm9azAN0cLIr8g== - /babel-plugin-minify-infinity/0.4.3: - dev: false - resolution: - integrity: sha1-37h2obCKBldjhO8/kuZTumB7Oco= - /babel-plugin-minify-mangle-names/0.2.0: - dependencies: - babel-helper-mark-eval-scopes: 0.2.0 - dev: false - resolution: - integrity: sha512-Gixuak1/CO7VCdjn15/8Bxe/QsAtDG4zPbnsNoe1mIJGCIH/kcmSjFhMlGJtXDQZd6EKzeMfA5WmX9+jvGRefw== - /babel-plugin-minify-mangle-names/0.5.0: - dependencies: - babel-helper-mark-eval-scopes: 0.4.3 - dev: false - resolution: - integrity: sha512-3jdNv6hCAw6fsX1p2wBGPfWuK69sfOjfd3zjUXkbq8McbohWy23tpXfy5RnToYWggvqzuMOwlId1PhyHOfgnGw== - /babel-plugin-minify-numeric-literals/0.2.0: - dev: false - resolution: - integrity: sha512-VcLpb+r1YS7+RIOXdRsFVLLqoh22177USpHf+JM/g1nZbzdqENmfd5v534MLAbRErhbz6SyK+NQViVzVtBxu8g== - /babel-plugin-minify-numeric-literals/0.4.3: - dev: false - resolution: - integrity: sha1-jk/VYcefeAEob/YOjF/Z3u6TwLw= - /babel-plugin-minify-replace/0.2.0: - dev: false - resolution: - integrity: sha512-SEW6zoSVxh3OH6E1LCgyhhTWMnCv+JIRu5h5IlJDA11tU4ZeSF7uPQcO4vN/o52+FssRB26dmzJ/8D+z0QPg5Q== - /babel-plugin-minify-replace/0.5.0: - dev: false - resolution: - integrity: sha512-aXZiaqWDNUbyNNNpWs/8NyST+oU7QTpK7J9zFEFSA0eOmtUNMU3fczlTTTlnCxHmq/jYNFEmkkSG3DDBtW3Y4Q== - /babel-plugin-minify-simplify/0.2.0: - dependencies: - babel-helper-flip-expressions: 0.2.0 - babel-helper-is-nodes-equiv: 0.0.1 - babel-helper-to-multiple-sequence-expressions: 0.2.0 - dev: false - resolution: - integrity: sha512-Mj3Mwy2zVosMfXDWXZrQH5/uMAyfJdmDQ1NVqit+ArbHC3LlXVzptuyC1JxTyai/wgFvjLaichm/7vSUshkWqw== - /babel-plugin-minify-simplify/0.5.1: - dependencies: - babel-helper-evaluate-path: 0.5.0 - babel-helper-flip-expressions: 0.4.3 - babel-helper-is-nodes-equiv: 0.0.1 - babel-helper-to-multiple-sequence-expressions: 0.5.0 - dev: false - resolution: - integrity: sha512-OSYDSnoCxP2cYDMk9gxNAed6uJDiDz65zgL6h8d3tm8qXIagWGMLWhqysT6DY3Vs7Fgq7YUDcjOomhVUb+xX6A== - /babel-plugin-minify-type-constructors/0.2.0: - dependencies: - babel-helper-is-void-0: 0.2.0 - dev: false - resolution: - integrity: sha512-NiOvvA9Pq6bki6nP4BayXwT5GZadw7DJFDDzHmkpnOQpENWe8RtHtKZM44MG1R6EQ5XxgbLdsdhswIzTkFlO5g== - /babel-plugin-minify-type-constructors/0.4.3: - dependencies: - babel-helper-is-void-0: 0.4.3 - dev: false - resolution: - integrity: sha1-G8bxW4f3qxCF1CszC3F2V6IVZQA= - /babel-plugin-named-asset-import/0.3.6_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.1.0 - resolution: - integrity: sha512-1aGDUfL1qOOIoqk9QKGIo2lANk+C7ko/fqH0uIyC71x3PEGz0uVP8ISgfEsFuG+FKmjHTvFK/nNM8dowpmUxLA== - /babel-plugin-react-docgen/4.1.0: - dependencies: - lodash: 4.17.20 - react-docgen: 5.3.0 - recast: 0.14.7 - dev: false - resolution: - integrity: sha512-vzpnBlfGv8XOhJM2zbPyyqw2OLEbelgZZsaaRRTpVwNKuYuc+pUg4+dy7i9gCRms0uOQn4osX571HRcCJMJCmA== - /babel-plugin-require-context-hook/1.0.0: - dev: false - resolution: - integrity: sha512-EMZD1563QUqLhzrqcThk759RhuNVX/ZJdrtGK6drwzgvnR+ARjWyXIHPbu+tUNaMGtPz/gQeAM2M6VUw2UiUeA== - /babel-plugin-styled-components/1.11.1_styled-components@3.4.10: - dependencies: - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-module-imports': 7.10.4 - babel-plugin-syntax-jsx: 6.18.0 - lodash: 4.17.20 - styled-components: 3.4.10_react@16.13.1 - dev: false - peerDependencies: - styled-components: '>= 2' - resolution: - integrity: sha512-YwrInHyKUk1PU3avIRdiLyCpM++18Rs1NgyMXEAQC33rIXs/vro0A+stf4sT0Gf22Got+xRWB8Cm0tw+qkRzBA== - /babel-plugin-styled-components/1.11.1_styled-components@4.4.1: - dependencies: - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-module-imports': 7.10.4 - babel-plugin-syntax-jsx: 6.18.0 - lodash: 4.17.20 - styled-components: 4.4.1_styled-components@4.4.1 - dev: false - peerDependencies: - styled-components: '>= 2' - resolution: - integrity: sha512-YwrInHyKUk1PU3avIRdiLyCpM++18Rs1NgyMXEAQC33rIXs/vro0A+stf4sT0Gf22Got+xRWB8Cm0tw+qkRzBA== - /babel-plugin-syntax-async-functions/6.13.0: - dev: false - resolution: - integrity: sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU= - /babel-plugin-syntax-async-generators/6.13.0: - dev: false - resolution: - integrity: sha1-a8lj67FuzLrmuStZbrfzXDQqi5o= - /babel-plugin-syntax-class-constructor-call/6.18.0: - dev: false - resolution: - integrity: sha1-nLnTn+Q8hgC+yBRkVt3L1OGnZBY= - /babel-plugin-syntax-class-properties/6.13.0: - dev: false - resolution: - integrity: sha1-1+sjt5oxf4VDlixQW4J8fWysJ94= - /babel-plugin-syntax-decorators/6.13.0: - dev: false - resolution: - integrity: sha1-MSVjtNvePMgGzuPkFszurd0RrAs= - /babel-plugin-syntax-do-expressions/6.13.0: - dev: false - resolution: - integrity: sha1-V0d1YTmqJtOQ0JQQsDdEugfkeW0= - /babel-plugin-syntax-dynamic-import/6.18.0: - dev: false - resolution: - integrity: sha1-jWomIpyDdFqZgqRBBRVyyqF5sdo= - /babel-plugin-syntax-exponentiation-operator/6.13.0: - dev: false - resolution: - integrity: sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4= - /babel-plugin-syntax-export-extensions/6.13.0: - dev: false - resolution: - integrity: sha1-cKFITw+QiaToStRLrDU8lbmxJyE= - /babel-plugin-syntax-flow/6.18.0: - dev: false - resolution: - integrity: sha1-TDqyCiryaqIM0lmVw5jE63AxDI0= - /babel-plugin-syntax-function-bind/6.13.0: - dev: false - resolution: - integrity: sha1-SMSV8Xe98xqYHnMvVa3AvdJgH0Y= - /babel-plugin-syntax-jsx/6.18.0: - dev: false - resolution: - integrity: sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY= - /babel-plugin-syntax-object-rest-spread/6.13.0: - dev: false - resolution: - integrity: sha1-/WU28rzhODb/o6VFjEkDpZe7O/U= - /babel-plugin-syntax-trailing-function-commas/6.22.0: - dev: false - resolution: - integrity: sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM= - /babel-plugin-transform-async-generator-functions/6.24.1: - dependencies: - babel-helper-remap-async-to-generator: 6.24.1 - babel-plugin-syntax-async-generators: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-8FiQAUX9PpkHpt3yjaWfIVJYpds= - /babel-plugin-transform-async-to-generator/6.24.1: - dependencies: - babel-helper-remap-async-to-generator: 6.24.1 - babel-plugin-syntax-async-functions: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E= - /babel-plugin-transform-class-constructor-call/6.24.1: - dependencies: - babel-plugin-syntax-class-constructor-call: 6.18.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-gNwoVQWsBn3LjWxl4vbxGrd2Xvk= - /babel-plugin-transform-class-properties/6.24.1: - dependencies: - babel-helper-function-name: 6.24.1 - babel-plugin-syntax-class-properties: 6.13.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-anl2PqYdM9NvN7YRqp3vgagbRqw= - /babel-plugin-transform-decorators/6.24.1: - dependencies: - babel-helper-explode-class: 6.24.1 - babel-plugin-syntax-decorators: 6.13.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-eIAT2PjGtSIr33s0Q5Df13Vp4k0= - /babel-plugin-transform-define/2.0.0: - dependencies: - lodash: 4.17.20 - traverse: 0.6.6 - dev: false - engines: - node: '>= 8.x.x' - resolution: - integrity: sha512-0dv5RNRUlUKxGYIIErl01lpvi8b7W2R04Qcl1mCj70ahwZcgiklfXnFlh4FGnRh6aayCfSZKdhiMryVzcq5Dmg== - /babel-plugin-transform-do-expressions/6.22.0: - dependencies: - babel-plugin-syntax-do-expressions: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-KMyvkoEtlJws0SgfaQyP3EaK6bs= - /babel-plugin-transform-es2015-arrow-functions/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE= - /babel-plugin-transform-es2015-block-scoped-functions/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-u8UbSflk1wy42OC5ToICRs46YUE= - /babel-plugin-transform-es2015-block-scoping/6.26.0: - dependencies: - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8= - /babel-plugin-transform-es2015-classes/6.24.1: - dependencies: - babel-helper-define-map: 6.26.0 - babel-helper-function-name: 6.24.1 - babel-helper-optimise-call-expression: 6.24.1 - babel-helper-replace-supers: 6.24.1 - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-WkxYpQyclGHlZLSyo7+ryXolhNs= - /babel-plugin-transform-es2015-computed-properties/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM= - /babel-plugin-transform-es2015-destructuring/6.23.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-mXux8auWf2gtKwh2/jWNYOdlxW0= - /babel-plugin-transform-es2015-duplicate-keys/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-c+s9MQypaePvnskcU3QabxV2Qj4= - /babel-plugin-transform-es2015-for-of/6.23.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE= - /babel-plugin-transform-es2015-function-name/6.24.1: - dependencies: - babel-helper-function-name: 6.24.1 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-g0yJhTvDaxrw86TF26qU/Y6sqos= - /babel-plugin-transform-es2015-literals/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-T1SgLWzWbPkVKAAZox0xklN3yi4= - /babel-plugin-transform-es2015-modules-amd/6.24.1: - dependencies: - babel-plugin-transform-es2015-modules-commonjs: 6.26.2 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ= - /babel-plugin-transform-es2015-modules-commonjs/6.26.2: - dependencies: - babel-plugin-transform-strict-mode: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q== - /babel-plugin-transform-es2015-modules-systemjs/6.24.1: - dependencies: - babel-helper-hoist-variables: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM= - /babel-plugin-transform-es2015-modules-umd/6.24.1: - dependencies: - babel-plugin-transform-es2015-modules-amd: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-rJl+YoXNGO1hdq22B9YCNErThGg= - /babel-plugin-transform-es2015-object-super/6.24.1: - dependencies: - babel-helper-replace-supers: 6.24.1 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-JM72muIcuDp/hgPa0CH1cusnj40= - /babel-plugin-transform-es2015-parameters/6.24.1: - dependencies: - babel-helper-call-delegate: 6.24.1 - babel-helper-get-function-arity: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-V6w1GrScrxSpfNE7CfZv3wpiXys= - /babel-plugin-transform-es2015-shorthand-properties/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-JPh11nIch2YbvZmkYi5R8U3jiqA= - /babel-plugin-transform-es2015-spread/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-1taKmfia7cRTbIGlQujdnxdG+NE= - /babel-plugin-transform-es2015-sticky-regex/6.24.1: - dependencies: - babel-helper-regex: 6.26.0 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-AMHNsaynERLN8M9hJsLta0V8zbw= - /babel-plugin-transform-es2015-template-literals/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-qEs0UPfp+PH2g51taH2oS7EjbY0= - /babel-plugin-transform-es2015-typeof-symbol/6.23.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I= - /babel-plugin-transform-es2015-unicode-regex/6.24.1: - dependencies: - babel-helper-regex: 6.26.0 - babel-runtime: 6.26.0 - regexpu-core: 2.0.0 - dev: false - resolution: - integrity: sha1-04sS9C6nMj9yk4fxinxa4frrNek= - /babel-plugin-transform-es3-member-expression-literals/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-cz00RPPsxBvvjtGmpOCWV7iWnrs= - /babel-plugin-transform-es3-property-literals/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-sgeNWELiKr9A9z6M3pzTcRq9V1g= - /babel-plugin-transform-exponentiation-operator/6.24.1: - dependencies: - babel-helper-builder-binary-assignment-operator-visitor: 6.24.1 - babel-plugin-syntax-exponentiation-operator: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-KrDJx/MJj6SJB3cruBP+QejeOg4= - /babel-plugin-transform-export-extensions/6.22.0: - dependencies: - babel-plugin-syntax-export-extensions: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-U3OLR+deghhYnuqUbLvTkQm75lM= - /babel-plugin-transform-flow-strip-types/6.22.0: - dependencies: - babel-plugin-syntax-flow: 6.18.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-hMtnKTXUNxT9wyvOhFaNh0Qc988= - /babel-plugin-transform-function-bind/6.22.0: - dependencies: - babel-plugin-syntax-function-bind: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-xvuOlqwpajELjPjqQBRiQH3fapc= - /babel-plugin-transform-inline-consecutive-adds/0.2.0: - dev: false - resolution: - integrity: sha512-GlhOuLOQ28ua9prg0hT33HslCrEmz9xWXy9ZNZSACppCyRxxRW+haYtRgm7uYXCcd0q8ggCWD2pfWEJp5iiZfQ== - /babel-plugin-transform-inline-consecutive-adds/0.4.3: - dev: false - resolution: - integrity: sha1-Mj1Ho+pjqDp6w8gRro5pQfrysNE= - /babel-plugin-transform-member-expression-literals/6.9.4: - dev: false - resolution: - integrity: sha1-NwOcmgwzE6OUlfqsL/OmtbnQOL8= - /babel-plugin-transform-merge-sibling-variables/6.9.4: - dev: false - resolution: - integrity: sha1-hbQi/DN3tEnJ0c3kQIcgNTJAHa4= - /babel-plugin-transform-minify-booleans/6.9.4: - dev: false - resolution: - integrity: sha1-rLs+VqNVXdI5KOS1gtKFFi3SsZg= - /babel-plugin-transform-object-assign/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-+Z0vZvGgsNSY40bFNZaEdAyqILo= - /babel-plugin-transform-object-rest-spread/6.26.0: - dependencies: - babel-plugin-syntax-object-rest-spread: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY= - /babel-plugin-transform-property-literals/6.9.4: - dependencies: - esutils: 2.0.3 - dev: false - resolution: - integrity: sha1-mMHSHiVXNlc/k+zlRFn2ziSYXTk= - /babel-plugin-transform-react-display-name/6.25.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-Z+K/Hx6ck6sI25Z5LgU5K/LMKNE= - /babel-plugin-transform-react-jsx-self/6.22.0: - dependencies: - babel-plugin-syntax-jsx: 6.18.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-322AqdomEqEh5t3XVYvL7PBuY24= - /babel-plugin-transform-react-jsx-source/6.22.0: - dependencies: - babel-plugin-syntax-jsx: 6.18.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-ZqwSFT9c0tF7PBkmj0vwGX9E7NY= - /babel-plugin-transform-react-jsx/6.24.1: - dependencies: - babel-helper-builder-react-jsx: 6.26.0 - babel-plugin-syntax-jsx: 6.18.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-hAoCjn30YN/DotKfDA2R9jduZqM= - /babel-plugin-transform-react-remove-prop-types/0.4.24: - dev: false - resolution: - integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== - /babel-plugin-transform-regenerator/6.26.0: - dependencies: - regenerator-transform: 0.10.1 - dev: false - resolution: - integrity: sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8= - /babel-plugin-transform-regexp-constructors/0.2.0: - dev: false - resolution: - integrity: sha512-7IsQ6aQx6LAaOqy97/PthTf+5Nx9grZww3r6E62IdWe76Yr8KsuwVjxzqSPQvESJqTE3EMADQ9S0RtwWDGNG9Q== - /babel-plugin-transform-regexp-constructors/0.4.3: - dev: false - resolution: - integrity: sha1-WLd3W2OvzzMyj66aX4j71PsLSWU= - /babel-plugin-transform-remove-console/6.9.4: - dev: false - resolution: - integrity: sha1-uYA2DAZzhOJLNXpYjYB9PINSd4A= - /babel-plugin-transform-remove-debugger/6.9.4: - dev: false - resolution: - integrity: sha1-QrcnYxyXl44estGZp67IShgznvI= - /babel-plugin-transform-remove-undefined/0.2.0: - dependencies: - babel-helper-evaluate-path: 0.2.0 - dev: false - resolution: - integrity: sha512-O8v57tPMHkp89kA4ZfQEYds/pzgvz/QYerBJjIuL5/Jc7RnvMVRA5gJY9zFKP7WayW8WOSBV4vh8Y8FJRio+ow== - /babel-plugin-transform-remove-undefined/0.5.0: - dependencies: - babel-helper-evaluate-path: 0.5.0 - dev: false - resolution: - integrity: sha512-+M7fJYFaEE/M9CXa0/IRkDbiV3wRELzA1kKQFCJ4ifhrzLKn/9VCCgj9OFmYWwBd8IB48YdgPkHYtbYq+4vtHQ== - /babel-plugin-transform-runtime/6.23.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4= - /babel-plugin-transform-simplify-comparison-operators/6.9.4: - dev: false - resolution: - integrity: sha1-9ir+CWyrDh9ootdT/fKDiIRxzrk= - /babel-plugin-transform-strict-mode/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g= - /babel-plugin-transform-undefined-to-void/6.9.4: - dev: false - resolution: - integrity: sha1-viQcqBQEAwZ4t0hxcyK4nQyP4oA= - /babel-preset-current-node-syntax/0.1.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.11.6 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-uyexu1sVwcdFnyq9o8UQYsXwXflIh8LvrF5+cKrYam93ned1CStffB3+BEcsxGSgagoA3GEyjDqO4a/58hyPYQ== - /babel-preset-env/1.7.0: - dependencies: - babel-plugin-check-es2015-constants: 6.22.0 - babel-plugin-syntax-trailing-function-commas: 6.22.0 - babel-plugin-transform-async-to-generator: 6.24.1 - babel-plugin-transform-es2015-arrow-functions: 6.22.0 - babel-plugin-transform-es2015-block-scoped-functions: 6.22.0 - babel-plugin-transform-es2015-block-scoping: 6.26.0 - babel-plugin-transform-es2015-classes: 6.24.1 - babel-plugin-transform-es2015-computed-properties: 6.24.1 - babel-plugin-transform-es2015-destructuring: 6.23.0 - babel-plugin-transform-es2015-duplicate-keys: 6.24.1 - babel-plugin-transform-es2015-for-of: 6.23.0 - babel-plugin-transform-es2015-function-name: 6.24.1 - babel-plugin-transform-es2015-literals: 6.22.0 - babel-plugin-transform-es2015-modules-amd: 6.24.1 - babel-plugin-transform-es2015-modules-commonjs: 6.26.2 - babel-plugin-transform-es2015-modules-systemjs: 6.24.1 - babel-plugin-transform-es2015-modules-umd: 6.24.1 - babel-plugin-transform-es2015-object-super: 6.24.1 - babel-plugin-transform-es2015-parameters: 6.24.1 - babel-plugin-transform-es2015-shorthand-properties: 6.24.1 - babel-plugin-transform-es2015-spread: 6.22.0 - babel-plugin-transform-es2015-sticky-regex: 6.24.1 - babel-plugin-transform-es2015-template-literals: 6.22.0 - babel-plugin-transform-es2015-typeof-symbol: 6.23.0 - babel-plugin-transform-es2015-unicode-regex: 6.24.1 - babel-plugin-transform-exponentiation-operator: 6.24.1 - babel-plugin-transform-regenerator: 6.26.0 - browserslist: 3.2.8 - invariant: 2.2.4 - semver: 5.7.1 - dev: false - resolution: - integrity: sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg== - /babel-preset-flow/6.23.0: - dependencies: - babel-plugin-transform-flow-strip-types: 6.22.0 - dev: false - resolution: - integrity: sha1-5xIYiHCFrpoktb5Baa/7WZgWxJ0= - /babel-preset-jest/25.5.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - babel-plugin-jest-hoist: 25.5.0 - babel-preset-current-node-syntax: 0.1.3_@babel+core@7.11.6 - dev: false - engines: - node: '>= 8.3' - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw== - /babel-preset-jest/26.3.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - babel-plugin-jest-hoist: 26.2.0 - babel-preset-current-node-syntax: 0.1.3_@babel+core@7.11.6 - dev: false - engines: - node: '>= 10.14.2' - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-5WPdf7nyYi2/eRxCbVrE1kKCWxgWY4RsPEbdJWFm7QsesFGqjdkyLeu1zRkwM1cxK6EPIlNd6d2AxLk7J+t4pw== - /babel-preset-minify/0.2.0: - dependencies: - babel-plugin-minify-builtins: 0.2.0 - babel-plugin-minify-constant-folding: 0.2.0 - babel-plugin-minify-dead-code-elimination: 0.2.0 - babel-plugin-minify-flip-comparisons: 0.2.0 - babel-plugin-minify-guarded-expressions: 0.2.0 - babel-plugin-minify-infinity: 0.2.0 - babel-plugin-minify-mangle-names: 0.2.0 - babel-plugin-minify-numeric-literals: 0.2.0 - babel-plugin-minify-replace: 0.2.0 - babel-plugin-minify-simplify: 0.2.0 - babel-plugin-minify-type-constructors: 0.2.0 - babel-plugin-transform-inline-consecutive-adds: 0.2.0 - babel-plugin-transform-member-expression-literals: 6.9.4 - babel-plugin-transform-merge-sibling-variables: 6.9.4 - babel-plugin-transform-minify-booleans: 6.9.4 - babel-plugin-transform-property-literals: 6.9.4 - babel-plugin-transform-regexp-constructors: 0.2.0 - babel-plugin-transform-remove-console: 6.9.4 - babel-plugin-transform-remove-debugger: 6.9.4 - babel-plugin-transform-remove-undefined: 0.2.0 - babel-plugin-transform-simplify-comparison-operators: 6.9.4 - babel-plugin-transform-undefined-to-void: 6.9.4 - lodash.isplainobject: 4.0.6 - dev: false - resolution: - integrity: sha512-mR8Q44RmMzm18bM2Lqd9uiPopzk5GDCtVuquNbLFmX6lOKnqWoenaNBxnWW0UhBFC75lEHTIgNGCbnsRI0pJVw== - /babel-preset-minify/0.5.1: - dependencies: - babel-plugin-minify-builtins: 0.5.0 - babel-plugin-minify-constant-folding: 0.5.0 - babel-plugin-minify-dead-code-elimination: 0.5.1 - babel-plugin-minify-flip-comparisons: 0.4.3 - babel-plugin-minify-guarded-expressions: 0.4.4 - babel-plugin-minify-infinity: 0.4.3 - babel-plugin-minify-mangle-names: 0.5.0 - babel-plugin-minify-numeric-literals: 0.4.3 - babel-plugin-minify-replace: 0.5.0 - babel-plugin-minify-simplify: 0.5.1 - babel-plugin-minify-type-constructors: 0.4.3 - babel-plugin-transform-inline-consecutive-adds: 0.4.3 - babel-plugin-transform-member-expression-literals: 6.9.4 - babel-plugin-transform-merge-sibling-variables: 6.9.4 - babel-plugin-transform-minify-booleans: 6.9.4 - babel-plugin-transform-property-literals: 6.9.4 - babel-plugin-transform-regexp-constructors: 0.4.3 - babel-plugin-transform-remove-console: 6.9.4 - babel-plugin-transform-remove-debugger: 6.9.4 - babel-plugin-transform-remove-undefined: 0.5.0 - babel-plugin-transform-simplify-comparison-operators: 6.9.4 - babel-plugin-transform-undefined-to-void: 6.9.4 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-1IajDumYOAPYImkHbrKeiN5AKKP9iOmRoO2IPbIuVp0j2iuCcj0n7P260z38siKMZZ+85d3mJZdtW8IgOv+Tzg== - /babel-preset-react/6.24.1: - dependencies: - babel-plugin-syntax-jsx: 6.18.0 - babel-plugin-transform-react-display-name: 6.25.0 - babel-plugin-transform-react-jsx: 6.24.1 - babel-plugin-transform-react-jsx-self: 6.22.0 - babel-plugin-transform-react-jsx-source: 6.22.0 - babel-preset-flow: 6.23.0 - dev: false - resolution: - integrity: sha1-umnfrqRfw+xjm2pOzqbhdwLJE4A= - /babel-preset-stage-0/6.24.1: - dependencies: - babel-plugin-transform-do-expressions: 6.22.0 - babel-plugin-transform-function-bind: 6.22.0 - babel-preset-stage-1: 6.24.1 - dev: false - resolution: - integrity: sha1-VkLRUEL5E4TX5a+LyIsduVsDnmo= - /babel-preset-stage-1/6.24.1: - dependencies: - babel-plugin-transform-class-constructor-call: 6.24.1 - babel-plugin-transform-export-extensions: 6.22.0 - babel-preset-stage-2: 6.24.1 - dev: false - resolution: - integrity: sha1-dpLNfc1oSZB+auSgqFWJz7niv7A= - /babel-preset-stage-2/6.24.1: - dependencies: - babel-plugin-syntax-dynamic-import: 6.18.0 - babel-plugin-transform-class-properties: 6.24.1 - babel-plugin-transform-decorators: 6.24.1 - babel-preset-stage-3: 6.24.1 - dev: false - resolution: - integrity: sha1-2eKWD7PXEYfw5k7sYrwHdnIZvcE= - /babel-preset-stage-3/6.24.1: - dependencies: - babel-plugin-syntax-trailing-function-commas: 6.22.0 - babel-plugin-transform-async-generator-functions: 6.24.1 - babel-plugin-transform-async-to-generator: 6.24.1 - babel-plugin-transform-exponentiation-operator: 6.24.1 - babel-plugin-transform-object-rest-spread: 6.26.0 - dev: false - resolution: - integrity: sha1-g2raCp56f6N8sTj7kyb4eTSkg5U= - /babel-register/6.26.0: - dependencies: - babel-core: 6.26.3 - babel-runtime: 6.26.0 - core-js: 2.6.11 - home-or-tmp: 2.0.0 - lodash: 4.17.20 - mkdirp: 0.5.5 - source-map-support: 0.4.18 - dev: false - resolution: - integrity: sha1-btAhFz4vy0htestFxgCahW9kcHE= - /babel-runtime/6.26.0: - dependencies: - core-js: 2.6.11 - regenerator-runtime: 0.11.1 - dev: false - resolution: - integrity: sha1-llxwWGaOgrVde/4E/yM3vItWR/4= - /babel-template/6.26.0: - dependencies: - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI= - /babel-traverse/6.26.0: - dependencies: - babel-code-frame: 6.26.0 - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - debug: 2.6.9 - globals: 9.18.0 - invariant: 2.2.4 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4= - /babel-types/6.26.0: - dependencies: - babel-runtime: 6.26.0 - esutils: 2.0.3 - lodash: 4.17.20 - to-fast-properties: 1.0.3 - dev: false - resolution: - integrity: sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= - /babel-walk/3.0.0-canary-5: - dependencies: - '@babel/types': 7.11.5 - dev: false - engines: - node: '>= 10.0.0' - resolution: - integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw== - /babylon/6.18.0: - dev: false - hasBin: true - resolution: - integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== - /babylon/7.0.0-beta.44: - dev: false - engines: - node: '>=4.2.0' - hasBin: true - resolution: - integrity: sha512-5Hlm13BJVAioCHpImtFqNOF2H3ieTOHd0fmFGMxOJ9jgeFqeAwsv3u5P5cR7CSeFrkgHsT19DgFJkHV0/Mcd8g== - /bail/1.0.5: - dev: false - resolution: - integrity: sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ== - /balanced-match/0.4.2: - dev: false - resolution: - integrity: sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg= - /balanced-match/1.0.0: - dev: false - resolution: - integrity: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - /base/0.11.2: - dependencies: - cache-base: 1.0.1 - class-utils: 0.3.6 - component-emitter: 1.3.0 - define-property: 1.0.0 - isobject: 3.0.1 - mixin-deep: 1.3.2 - pascalcase: 0.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - /base64-js/1.3.1: - dev: false - resolution: - integrity: sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== - /batch-processor/1.0.0: - dev: false - resolution: - integrity: sha1-dclcMrdI4IUNEMKxaPa9vpiRrOg= - /batch/0.5.1: - dev: false - resolution: - integrity: sha1-NqS6tZTAUP17UHvKDbMMLZKvT/I= - /bcrypt-pbkdf/1.0.2: - dependencies: - tweetnacl: 0.14.5 - dev: false - resolution: - integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - /beeper/1.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak= - /big.js/5.2.2: - dev: false - resolution: - integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - /binary-extensions/1.13.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== - /binary-extensions/2.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== - /bindings/1.5.0: - dependencies: - file-uri-to-path: 1.0.0 - dev: false - optional: true - resolution: - integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== - /bl/1.2.3: - dependencies: - readable-stream: 2.3.7 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww== - /block-stream/0.0.9: - dependencies: - inherits: 2.0.4 - dev: false - engines: - node: 0.4 || >=0.5.8 - resolution: - integrity: sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo= - /bluebird/2.11.0: - dev: false - resolution: - integrity: sha1-U0uQM8AiyVecVro7Plpcqvu2UOE= - /bluebird/3.7.2: - dev: false - resolution: - integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== - /bn.js/4.11.9: - dev: false - resolution: - integrity: sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== - /bn.js/5.1.3: - dev: false - resolution: - integrity: sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ== - /body-parser/1.19.0: - dependencies: - bytes: 3.1.0 - content-type: 1.0.4 - debug: 2.6.9 - depd: 1.1.2 - http-errors: 1.7.2 - iconv-lite: 0.4.24 - on-finished: 2.3.0 - qs: 6.7.0 - raw-body: 2.4.0 - type-is: 1.6.18 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== - /boolbase/1.0.0: - dev: false - resolution: - integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24= - /boom/2.10.1: - dependencies: - hoek: 2.16.3 - deprecated: 'This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).' - dev: false - engines: - node: '>=0.10.40' - optional: true - resolution: - integrity: sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8= - /boxen/1.3.0: - dependencies: - ansi-align: 2.0.0 - camelcase: 4.1.0 - chalk: 2.4.2 - cli-boxes: 1.0.0 - string-width: 2.1.1 - term-size: 1.2.0 - widest-line: 2.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw== - /boxen/4.2.0: - dependencies: - ansi-align: 3.0.0 - camelcase: 5.3.1 - chalk: 3.0.0 - cli-boxes: 2.2.1 - string-width: 4.2.0 - term-size: 2.2.0 - type-fest: 0.8.1 - widest-line: 3.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ== - /brace-expansion/1.1.11: - dependencies: - balanced-match: 1.0.0 - concat-map: 0.0.1 - dev: false - resolution: - integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - /braces/1.8.5: - dependencies: - expand-range: 1.8.2 - preserve: 0.2.0 - repeat-element: 1.1.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-uneWLhLf+WnWt2cR6RS3N4V79qc= - /braces/2.3.2: - dependencies: - arr-flatten: 1.1.0 - array-unique: 0.3.2 - extend-shallow: 2.0.1 - fill-range: 4.0.0 - isobject: 3.0.1 - repeat-element: 1.1.3 - snapdragon: 0.8.2 - snapdragon-node: 2.1.1 - split-string: 3.1.0 - to-regex: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - /braces/3.0.2: - dependencies: - fill-range: 7.0.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - /brorand/1.1.0: - dev: false - resolution: - integrity: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= - /browser-process-hrtime/1.0.0: - dev: false - resolution: - integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== - /browser-resolve/1.11.3: - dependencies: - resolve: 1.1.7 - dev: false - resolution: - integrity: sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ== - /browserify-aes/1.2.0: - dependencies: - buffer-xor: 1.0.3 - cipher-base: 1.0.4 - create-hash: 1.2.0 - evp_bytestokey: 1.0.3 - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== - /browserify-cipher/1.0.1: - dependencies: - browserify-aes: 1.2.0 - browserify-des: 1.0.2 - evp_bytestokey: 1.0.3 - dev: false - resolution: - integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== - /browserify-des/1.0.2: - dependencies: - cipher-base: 1.0.4 - des.js: 1.0.1 - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== - /browserify-rsa/4.0.1: - dependencies: - bn.js: 4.11.9 - randombytes: 2.1.0 - dev: false - resolution: - integrity: sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ= - /browserify-sign/4.2.1: - dependencies: - bn.js: 5.1.3 - browserify-rsa: 4.0.1 - create-hash: 1.2.0 - create-hmac: 1.1.7 - elliptic: 6.5.3 - inherits: 2.0.4 - parse-asn1: 5.1.6 - readable-stream: 3.6.0 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg== - /browserify-zlib/0.1.4: - dependencies: - pako: 0.2.9 - dev: false - resolution: - integrity: sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0= - /browserify-zlib/0.2.0: - dependencies: - pako: 1.0.11 - dev: false - resolution: - integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== - /browserslist/1.7.7: - dependencies: - caniuse-db: 1.0.30001131 - electron-to-chromium: 1.3.570 - deprecated: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools. - dev: false - hasBin: true - resolution: - integrity: sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk= - /browserslist/3.2.8: - dependencies: - caniuse-lite: 1.0.30001131 - electron-to-chromium: 1.3.570 - dev: false - hasBin: true - resolution: - integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ== - /browserslist/4.12.0: - dependencies: - caniuse-lite: 1.0.30001131 - electron-to-chromium: 1.3.570 - node-releases: 1.1.61 - pkg-up: 2.0.0 - dev: false - hasBin: true - resolution: - integrity: sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg== - /browserslist/4.14.3: - dependencies: - caniuse-lite: 1.0.30001131 - electron-to-chromium: 1.3.570 - escalade: 3.1.0 - node-releases: 1.1.61 - dev: false - engines: - node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 - hasBin: true - resolution: - integrity: sha512-GcZPC5+YqyPO4SFnz48/B0YaCwS47Q9iPChRGi6t7HhflKBcINzFrJvRfC+jp30sRMKxF+d4EHGs27Z0XP1NaQ== - /browserslist/4.7.0: - dependencies: - caniuse-lite: 1.0.30001131 - electron-to-chromium: 1.3.570 - node-releases: 1.1.61 - dev: false - hasBin: true - resolution: - integrity: sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA== - /bser/2.1.1: - dependencies: - node-int64: 0.4.0 - dev: false - resolution: - integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== - /buble/0.19.8: - dependencies: - acorn: 6.4.1 - acorn-dynamic-import: 4.0.0_acorn@6.4.1 - acorn-jsx: 5.3.1_acorn@6.4.1 - chalk: 2.4.2 - magic-string: 0.25.7 - minimist: 1.2.5 - os-homedir: 2.0.0 - regexpu-core: 4.7.0 - dev: false - hasBin: true - resolution: - integrity: sha512-IoGZzrUTY5fKXVkgGHw3QeXFMUNBFv+9l8a4QJKG1JhG3nCMHTdEX1DCOg8568E2Q9qvAQIiSokv6Jsgx8p2cA== - /buffer-alloc-unsafe/1.1.0: - dev: false - resolution: - integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg== - /buffer-alloc/1.2.0: - dependencies: - buffer-alloc-unsafe: 1.1.0 - buffer-fill: 1.0.0 - dev: false - resolution: - integrity: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow== - /buffer-fill/1.0.0: - dev: false - resolution: - integrity: sha1-+PeLdniYiO858gXNY39o5wISKyw= - /buffer-from/1.1.1: - dev: false - resolution: - integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== - /buffer-xor/1.0.3: - dev: false - resolution: - integrity: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= - /buffer/4.9.2: - dependencies: - base64-js: 1.3.1 - ieee754: 1.1.13 - isarray: 1.0.0 - dev: false - resolution: - integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== - /buffer/5.6.0: - dependencies: - base64-js: 1.3.1 - ieee754: 1.1.13 - dev: false - resolution: - integrity: sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw== - /builtin-modules/1.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= - /builtin-status-codes/3.0.0: - dev: false - resolution: - integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= - /builtins/1.0.3: - dev: false - resolution: - integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og= - /bytes/1.0.0: - dev: false - resolution: - integrity: sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g= - /bytes/3.1.0: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== - /cacache/12.0.4: - dependencies: - bluebird: 3.7.2 - chownr: 1.1.4 - figgy-pudding: 3.5.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - infer-owner: 1.0.4 - lru-cache: 5.1.1 - mississippi: 3.0.0 - mkdirp: 0.5.5 - move-concurrently: 1.0.1 - promise-inflight: 1.0.1 - rimraf: 2.7.1 - ssri: 6.0.1 - unique-filename: 1.1.1 - y18n: 4.0.0 - dev: false - resolution: - integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== - /cacache/13.0.1: - dependencies: - chownr: 1.1.4 - figgy-pudding: 3.5.2 - fs-minipass: 2.1.0 - glob: 7.1.6 - graceful-fs: 4.2.4 - infer-owner: 1.0.4 - lru-cache: 5.1.1 - minipass: 3.1.3 - minipass-collect: 1.0.2 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - mkdirp: 0.5.3 - move-concurrently: 1.0.1 - p-map: 3.0.0 - promise-inflight: 1.0.1 - rimraf: 2.7.1 - ssri: 7.1.0 - unique-filename: 1.1.1 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-5ZvAxd05HDDU+y9BVvcqYu2LLXmPnQ0hW62h32g4xBTgL/MppR4/04NHfj/ycM2y6lmTnbw6HVi+1eN0Psba6w== - /cache-base/1.0.1: - dependencies: - collection-visit: 1.0.0 - component-emitter: 1.3.0 - get-value: 2.0.6 - has-value: 1.0.0 - isobject: 3.0.1 - set-value: 2.0.1 - to-object-path: 0.3.0 - union-value: 1.0.1 - unset-value: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - /cacheable-request/2.1.4: - dependencies: - clone-response: 1.0.2 - get-stream: 3.0.0 - http-cache-semantics: 3.8.1 - keyv: 3.0.0 - lowercase-keys: 1.0.0 - normalize-url: 2.0.1 - responselike: 1.0.2 - dev: false - resolution: - integrity: sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0= - /call-me-maybe/1.0.1: - dev: false - resolution: - integrity: sha1-JtII6onje1y95gJQoV8DHBak1ms= - /caller-callsite/2.0.0: - dependencies: - callsites: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - /caller-path/0.1.0: - dependencies: - callsites: 0.2.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8= - /caller-path/2.0.0: - dependencies: - caller-callsite: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - /callsites/0.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo= - /callsites/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= - /callsites/3.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - /camel-case/3.0.0: - dependencies: - no-case: 2.3.2 - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M= - /camel-case/4.1.1: - dependencies: - pascal-case: 3.1.1 - tslib: 1.13.0 - dev: false - resolution: - integrity: sha512-7fa2WcG4fYFkclIvEmxBbTvmibwF2/agfEBc6q3lOpVu0A13ltLsA+Hr/8Hp6kp5f+G7hKi6t8lys6XxP+1K6Q== - /camelcase-css/2.0.1: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== - /camelcase-keys/2.1.0: - dependencies: - camelcase: 2.1.1 - map-obj: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-MIvur/3ygRkFHvodkyITyRuPkuc= - /camelcase-keys/4.2.0: - dependencies: - camelcase: 4.1.0 - map-obj: 2.0.0 - quick-lru: 1.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-oqpfsa9oh1glnDLBQUJteJI7m3c= - /camelcase-keys/6.2.2: - dependencies: - camelcase: 5.3.1 - map-obj: 4.1.0 - quick-lru: 4.0.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== - /camelcase/1.2.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk= - /camelcase/2.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= - /camelcase/4.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= - /camelcase/5.0.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA== - /camelcase/5.3.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - /camelcase/6.0.0: - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w== - /camelize/1.0.0: - dev: false - resolution: - integrity: sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs= - /can-use-dom/0.1.0: - dev: false - resolution: - integrity: sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo= - /caniuse-api/1.6.1: - dependencies: - browserslist: 1.7.7 - caniuse-db: 1.0.30001131 - lodash.memoize: 4.1.2 - lodash.uniq: 4.5.0 - dev: false - resolution: - integrity: sha1-tTTnxzTE+B7F++isoq0kNUuWLGw= - /caniuse-api/3.0.0: - dependencies: - browserslist: 4.12.0 - caniuse-lite: 1.0.30001131 - lodash.memoize: 4.1.2 - lodash.uniq: 4.5.0 - dev: false - resolution: - integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== - /caniuse-db/1.0.30001131: - dev: false - resolution: - integrity: sha512-NhGJ+o2Dx6eNjuP4UQegDPrqSMxW/7FdVwQiwp48zMiB1EeEDOPh8hJZmSpbK06owDUBzJRUbACrzlBVECTglA== - /caniuse-lite/1.0.30001131: - dev: false - resolution: - integrity: sha512-4QYi6Mal4MMfQMSqGIRPGbKIbZygeN83QsWq1ixpUwvtfgAZot5BrCKzGygvZaV+CnELdTwD0S4cqUNozq7/Cw== - /capture-exit/2.0.0: - dependencies: - rsvp: 4.8.5 - dev: false - engines: - node: 6.* || 8.* || >= 10.* - resolution: - integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g== - /capture-stack-trace/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw== - /case-sensitive-paths-webpack-plugin/2.3.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ== - /caseless/0.12.0: - dev: false - resolution: - integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - /cat-names/2.0.0: - dependencies: - meow: 5.0.0 - unique-random-array: 1.0.1 - dev: false - engines: - node: '>=6' - hasBin: true - resolution: - integrity: sha512-yjcTHwA7tcro823P5yIfmTvXT8p5YxJd4eASWHAHvqaekuJoGu1qjWoldgfV2mH4tgLp+FNAf13uiDEo/O7LGg== - /ccount/1.0.5: - dev: false - resolution: - integrity: sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw== - /center-align/0.1.3: - dependencies: - align-text: 0.1.4 - lazy-cache: 1.0.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-qg0yYptu6XIgBBHL1EYckHvCt60= - /chalk/1.1.3: - dependencies: - ansi-styles: 2.2.1 - escape-string-regexp: 1.0.5 - has-ansi: 2.0.0 - strip-ansi: 3.0.1 - supports-color: 2.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= - /chalk/2.4.2: - dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 5.5.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - /chalk/3.0.0: - dependencies: - ansi-styles: 4.2.1 - supports-color: 7.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== - /chalk/4.0.0: - dependencies: - ansi-styles: 4.2.1 - supports-color: 7.2.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A== - /chalk/4.1.0: - dependencies: - ansi-styles: 4.2.1 - supports-color: 7.2.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - /change-case/3.1.0: - dependencies: - camel-case: 3.0.0 - constant-case: 2.0.0 - dot-case: 2.1.1 - header-case: 1.0.1 - is-lower-case: 1.1.3 - is-upper-case: 1.1.2 - lower-case: 1.1.4 - lower-case-first: 1.0.2 - no-case: 2.3.2 - param-case: 2.1.1 - pascal-case: 2.0.1 - path-case: 2.1.1 - sentence-case: 2.1.1 - snake-case: 2.1.0 - swap-case: 1.1.2 - title-case: 2.1.1 - upper-case: 1.1.3 - upper-case-first: 1.1.2 - dev: false - resolution: - integrity: sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw== - /char-regex/1.0.2: - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== - /character-entities-legacy/1.1.4: - dev: false - resolution: - integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA== - /character-entities/1.2.4: - dev: false - resolution: - integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw== - /character-parser/2.2.0: - dependencies: - is-regex: 1.1.1 - dev: false - resolution: - integrity: sha1-x84o821LzZdE5f/CxfzeHHMmH8A= - /character-reference-invalid/1.1.4: - dev: false - resolution: - integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg== - /chardet/0.4.2: - dev: false - resolution: - integrity: sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I= - /chardet/0.7.0: - dev: false - resolution: - integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== - /charm/1.0.2: - dependencies: - inherits: 2.0.4 - dev: false - resolution: - integrity: sha1-it02cVOm2aWBMxBSxAkJkdqZXjU= - /cheerio/0.18.0: - dependencies: - CSSselect: 0.4.1 - dom-serializer: 0.0.1 - entities: 1.1.2 - htmlparser2: 3.8.3 - lodash: 2.4.2 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-ThwGN35yW3QOmW4N/sNThj3md/o= - /cheerio/1.0.0-rc.3: - dependencies: - css-select: 1.2.0 - dom-serializer: 0.1.1 - entities: 1.1.2 - htmlparser2: 3.10.1 - lodash: 4.17.20 - parse5: 3.0.3 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA== - /chokidar/1.7.0: - dependencies: - anymatch: 1.3.2 - async-each: 1.0.3 - glob-parent: 2.0.0 - inherits: 2.0.4 - is-binary-path: 1.0.1 - is-glob: 2.0.1 - path-is-absolute: 1.0.1 - readdirp: 2.2.1 - deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. - dev: false - optionalDependencies: - fsevents: 1.2.13 - resolution: - integrity: sha1-eY5ol3gVHIB2tLNg5e3SjNortGg= - /chokidar/2.1.8: - dependencies: - anymatch: 2.0.0 - async-each: 1.0.3 - braces: 2.3.2 - glob-parent: 3.1.0 - inherits: 2.0.4 - is-binary-path: 1.0.1 - is-glob: 4.0.1 - normalize-path: 3.0.0 - path-is-absolute: 1.0.1 - readdirp: 2.2.1 - upath: 1.2.0 - deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. - dev: false - optionalDependencies: - fsevents: 1.2.13 - resolution: - integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== - /chokidar/3.4.2: - dependencies: - anymatch: 3.1.1 - braces: 3.0.2 - glob-parent: 5.1.1 - is-binary-path: 2.1.0 - is-glob: 4.0.1 - normalize-path: 3.0.0 - readdirp: 3.4.0 - dev: false - engines: - node: '>= 8.10.0' - optionalDependencies: - fsevents: 2.1.3 - resolution: - integrity: sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== - /chownr/1.1.4: - dev: false - resolution: - integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== - /chroma-js/1.4.1: - dev: false - resolution: - integrity: sha512-jTwQiT859RTFN/vIf7s+Vl/Z2LcMrvMv3WUFmd/4u76AdlFC0NTNgqEEFPcRiHmAswPsMiQEDZLM8vX8qXpZNQ== - /chromatic/5.2.0_@babel+core@7.11.6: - dependencies: - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@babel/runtime': 7.11.2 - '@chromaui/localtunnel': 2.0.1 - async-retry: 1.3.1 - babel-plugin-require-context-hook: 1.0.0 - chalk: 4.1.0 - cross-spawn: 7.0.3 - debug: 4.1.1 - dotenv: 8.2.0 - env-ci: 5.0.2 - esm: 3.2.25 - execa: 4.0.3 - fake-tag: 2.0.0 - fs-extra: 9.0.1 - jest: 25.5.4 - jsonfile: 6.0.1 - junit-report-builder: 2.0.0 - listr: 0.14.3_listr@0.14.3 - meow: 6.1.1 - node-ask: 1.0.1 - node-fetch: 2.6.1 - node-loggly-bulk: 2.2.4 - p-limit: 2.3.0 - picomatch: 2.2.2 - pkg-up: 3.1.0 - pluralize: 8.0.0 - progress: 2.0.3 - progress-stream: 2.0.0 - semver: 7.3.2 - slash: 3.0.0 - strip-ansi: 6.0.0 - tmp: 0.1.0 - tmp-promise: 2.1.1 - tree-kill: 1.2.2 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - uuid: 7.0.3 - yarn-or-npm: 3.0.1 - dev: false - hasBin: true - peerDependencies: - '@babel/core': '*' - resolution: - integrity: sha512-uUf0aFsUMiWCxy95vsufbtwQDlqi4B8FsXwnBWGvm0cf+fDHclzfB2ERgFTnW0ye/3Ben1DwH5UAvcGrq+qLIg== - /chrome-trace-event/1.0.2: - dependencies: - tslib: 1.13.0 - dev: false - engines: - node: '>=6.0' - resolution: - integrity: sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== - /ci-info/1.6.0: - dev: false - resolution: - integrity: sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== - /ci-info/2.0.0: - dev: false - resolution: - integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - /cipher-base/1.0.4: - dependencies: - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== - /circular-json/0.3.3: - deprecated: 'CircularJSON is in maintenance only, flatted is its successor.' - dev: false - resolution: - integrity: sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A== - /clap/1.2.3: - dependencies: - chalk: 1.1.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-4CoL/A3hf90V3VIEjeuhSvlGFEHKzOz+Wfc2IVZc+FaUgU0ZQafJTP49fvnULipOPcAfqhyI2duwQyns6xqjYA== - /class-utils/0.3.6: - dependencies: - arr-union: 3.1.0 - define-property: 0.2.5 - isobject: 3.0.1 - static-extend: 0.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - /classnames/2.2.6: - dev: false - resolution: - integrity: sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== - /clean-css/4.2.3: - dependencies: - source-map: 0.6.1 - dev: false - engines: - node: '>= 4.0' - resolution: - integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== - /clean-stack/2.2.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - /cli-boxes/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-T6kXw+WclKAEzWH47lCdplFocUM= - /cli-boxes/2.2.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== - /cli-cursor/2.1.0: - dependencies: - restore-cursor: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= - /cli-cursor/3.1.0: - dependencies: - restore-cursor: 3.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - /cli-table3/0.5.1: - dependencies: - object-assign: 4.1.1 - string-width: 2.1.1 - dev: false - engines: - node: '>=6' - optionalDependencies: - colors: 1.4.0 - resolution: - integrity: sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw== - /cli-truncate/0.2.1: - dependencies: - slice-ansi: 0.0.4 - string-width: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ= - /cli-width/2.2.1: - dev: false - resolution: - integrity: sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw== - /cli-width/3.0.0: - dev: false - engines: - node: '>= 10' - resolution: - integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== - /clipboard/1.7.1: - dependencies: - good-listener: 1.2.2 - select: 1.1.2 - tiny-emitter: 2.1.0 - dev: false - optional: true - resolution: - integrity: sha1-Ng1taUbpmnof7zleQrqStem1oWs= - /clipboard/2.0.6: - dependencies: - good-listener: 1.2.2 - select: 1.1.2 - tiny-emitter: 2.1.0 - dev: false - optional: true - resolution: - integrity: sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg== - /cliui/2.1.0: - dependencies: - center-align: 0.1.3 - right-align: 0.1.3 - wordwrap: 0.0.2 - dev: false - resolution: - integrity: sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE= - /cliui/3.2.0: - dependencies: - string-width: 1.0.2 - strip-ansi: 3.0.1 - wrap-ansi: 2.1.0 - dev: false - resolution: - integrity: sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0= - /cliui/5.0.0: - dependencies: - string-width: 3.1.0 - strip-ansi: 5.2.0 - wrap-ansi: 5.1.0 - dev: false - resolution: - integrity: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== - /cliui/6.0.0: - dependencies: - string-width: 4.2.0 - strip-ansi: 6.0.0 - wrap-ansi: 6.2.0 - dev: false - resolution: - integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - /clone-deep/0.2.4: - dependencies: - for-own: 0.1.5 - is-plain-object: 2.0.4 - kind-of: 3.2.2 - lazy-cache: 1.0.4 - shallow-clone: 0.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-TnPdCen7lxzDhnDF3O2cGJZIHMY= - /clone-deep/4.0.1: - dependencies: - is-plain-object: 2.0.4 - kind-of: 6.0.3 - shallow-clone: 3.0.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== - /clone-response/1.0.2: - dependencies: - mimic-response: 1.0.1 - dev: false - resolution: - integrity: sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws= - /clone-stats/0.0.1: - dev: false - resolution: - integrity: sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE= - /clone/0.2.0: - dev: false - resolution: - integrity: sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8= - /clone/1.0.4: - dev: false - engines: - node: '>=0.8' - resolution: - integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= - /clone/2.1.2: - dev: false - engines: - node: '>=0.8' - resolution: - integrity: sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18= - /co-body/5.2.0: - dependencies: - inflation: 2.0.0 - qs: 6.9.4 - raw-body: 2.4.1 - type-is: 1.6.18 - dev: false - resolution: - integrity: sha512-sX/LQ7LqUhgyaxzbe7IqwPeTr2yfpfUIQ/dgpKo6ZI4y4lpQA0YxAomWIY+7I7rHWcG02PG+OuPREzMW/5tszQ== - /co/4.6.0: - dev: false - engines: - iojs: '>= 1.0.0' - node: '>= 0.12.0' - resolution: - integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= - /coa/1.0.4: - dependencies: - q: 1.5.1 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0= - /coa/2.0.2: - dependencies: - '@types/q': 1.5.4 - chalk: 2.4.2 - q: 1.5.1 - dev: false - engines: - node: '>= 4.0' - resolution: - integrity: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== - /code-point-at/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - /collapse-white-space/1.0.6: - dev: false - resolution: - integrity: sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ== - /collect-v8-coverage/1.0.1: - dev: false - resolution: - integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg== - /collection-visit/1.0.0: - dependencies: - map-visit: 1.0.0 - object-visit: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - /collections/0.2.2: - dependencies: - weak-map: 1.0.0 - dev: false - resolution: - integrity: sha1-HyMCay7zb5J+7MkB6ZxfDUj6M04= - /color-convert/0.5.3: - dev: false - resolution: - integrity: sha1-vbbGnOZg+t/+CwAHzER+G59ygr0= - /color-convert/1.9.3: - dependencies: - color-name: 1.1.3 - dev: false - resolution: - integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - /color-convert/2.0.1: - dependencies: - color-name: 1.1.4 - dev: false - engines: - node: '>=7.0.0' - resolution: - integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - /color-name/1.0.1: - dev: false - resolution: - integrity: sha1-azSyspt3FgE5crC51b7c+7Zxjfg= - /color-name/1.1.3: - dev: false - resolution: - integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - /color-name/1.1.4: - dev: false - resolution: - integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - /color-string/0.2.4: - dependencies: - color-name: 1.0.1 - dev: false - resolution: - integrity: sha1-Ih/2QjT3Gqo+E7yMfoyV883Y+Bo= - /color-string/0.3.0: - dependencies: - color-name: 1.1.4 - dev: false - resolution: - integrity: sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE= - /color-string/1.5.3: - dependencies: - color-name: 1.1.4 - simple-swizzle: 0.2.2 - dev: false - resolution: - integrity: sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw== - /color-support/1.1.3: - dev: false - hasBin: true - resolution: - integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== - /color/0.11.4: - dependencies: - clone: 1.0.4 - color-convert: 1.9.3 - color-string: 0.3.0 - dev: false - resolution: - integrity: sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q= - /color/0.7.3: - dependencies: - color-convert: 0.5.3 - color-string: 0.2.4 - dev: false - resolution: - integrity: sha1-qzrkvGy4z62110nEDzSuoIgQT4k= - /color/3.1.2: - dependencies: - color-convert: 1.9.3 - color-string: 1.5.3 - dev: false - resolution: - integrity: sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg== - /colorable/1.0.5: - dependencies: - color: 0.7.3 - cssstats: 1.10.0 - get-css: 0.2.0 - lodash: 3.10.1 - dev: false - resolution: - integrity: sha1-eicmZcDUGhArH8qMphzPj6Y4tuM= - /colorette/1.2.1: - dev: false - resolution: - integrity: sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw== - /colorful/2.1.0: - dev: false - resolution: - integrity: sha1-aovcvC2kKlDbO0iC+iUmOqofLY4= - /colormin/1.1.2: - dependencies: - color: 0.11.4 - css-color-names: 0.0.4 - has: 1.0.3 - dev: false - resolution: - integrity: sha1-6i90IKcrlogaOKrlnsEkpvcpgTM= - /colors/1.1.2: - dev: false - engines: - node: '>=0.1.90' - resolution: - integrity: sha1-FopHAXVran9RoSzgyXv6KMCE7WM= - /colors/1.4.0: - dev: false - engines: - node: '>=0.1.90' - resolution: - integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== - /combined-stream/1.0.8: - dependencies: - delayed-stream: 1.0.0 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - /comma-separated-tokens/1.0.8: - dev: false - resolution: - integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw== - /command-exists/1.2.9: - dev: false - resolution: - integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w== - /commander/2.20.3: - dev: false - resolution: - integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - /commander/2.8.1: - dependencies: - graceful-readlink: 1.0.1 - dev: false - engines: - node: '>= 0.6.x' - resolution: - integrity: sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ= - /commander/4.1.1: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== - /commondir/1.0.1: - dev: false - resolution: - integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= - /component-classes/1.2.6: - dependencies: - component-indexof: 0.0.3 - dev: false - resolution: - integrity: sha1-xkI5TDYYpNiwuJGe/Mu9kw5c1pE= - /component-emitter/1.3.0: - dev: false - resolution: - integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - /component-indexof/0.0.3: - dev: false - resolution: - integrity: sha1-EdCRMSI5648yyPJa6csAL/6NPCQ= - /component-props/1.1.1: - dev: false - resolution: - integrity: sha1-+bffm5kntubZfJvScqqGdnDzSUQ= - /component-xor/0.0.4: - dev: false - resolution: - integrity: sha1-xV2DzMG5TNUImk6T+niRxyY+Wao= - /compose-function/3.0.3: - dependencies: - arity-n: 1.0.4 - dev: false - resolution: - integrity: sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8= - /composition/2.3.0: - dependencies: - any-promise: 1.3.0 - co: 4.6.0 - dev: false - resolution: - integrity: sha1-dCgFN0yrVQxSCjNmL1pzLgII1vI= - /compute-scroll-into-view/1.0.16: - dev: false - resolution: - integrity: sha512-a85LHKY81oQnikatZYA90pufpZ6sQx++BoCxOEMsjpZx+ZnaKGQnCyCehTRr/1p9GBIAHTjcU9k71kSYWloLiQ== - /concat-map/0.0.1: - dev: false - resolution: - integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - /concat-stream/1.6.2: - dependencies: - buffer-from: 1.1.1 - inherits: 2.0.4 - readable-stream: 2.3.7 - typedarray: 0.0.6 - dev: false - engines: - '0': node >= 0.8 - resolution: - integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== - /configstore/3.1.5: - dependencies: - dot-prop: 4.2.1 - graceful-fs: 4.2.4 - make-dir: 1.3.0 - unique-string: 1.0.0 - write-file-atomic: 2.4.3 - xdg-basedir: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-nlOhI4+fdzoK5xmJ+NY+1gZK56bwEaWZr8fYuXohZ9Vkc1o3a4T/R3M+yE/w7x/ZVJ1zF8c+oaOvF0dztdUgmA== - /console-browserify/1.2.0: - dev: false - resolution: - integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== - /console-control-strings/1.1.0: - dev: false - resolution: - integrity: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - /console-polyfill/0.2.3: - dev: false - resolution: - integrity: sha1-1FXT1XTbzcz4DhYx3yGkhv4F+Yk= - /consolidate/0.16.0: - dependencies: - bluebird: 3.7.2 - dev: false - engines: - node: '>= 0.10.0' - resolution: - integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ== - /constant-case/2.0.0: - dependencies: - snake-case: 2.1.0 - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-QXV2TTidP6nI7NKRhu1gBSQ7akY= - /constantinople/4.0.1: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw== - /constants-browserify/1.0.0: - dev: false - resolution: - integrity: sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= - /contains-path/0.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= - /content-disposition/0.5.3: - dependencies: - safe-buffer: 5.1.2 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== - /content-type/1.0.4: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== - /convert-source-map/0.3.5: - dev: false - resolution: - integrity: sha1-8dgClQr33SYxof6+BZZVDIarMZA= - /convert-source-map/1.7.0: - dependencies: - safe-buffer: 5.1.2 - dev: false - resolution: - integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== - /cookie-signature/1.0.6: - dev: false - resolution: - integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw= - /cookie/0.4.0: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== - /cookies/0.8.0: - dependencies: - depd: 2.0.0 - keygrip: 1.1.0 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow== - /copy-concurrently/1.0.5: - dependencies: - aproba: 1.2.0 - fs-write-stream-atomic: 1.0.10 - iferr: 0.1.5 - mkdirp: 0.5.3 - rimraf: 2.7.1 - run-queue: 1.0.3 - dev: false - resolution: - integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== - /copy-descriptor/0.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - /copy-to-clipboard/3.3.1: - dependencies: - toggle-selection: 1.0.6 - dev: false - resolution: - integrity: sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw== - /core-js-compat/3.6.5: - dependencies: - browserslist: 4.14.3 - semver: 7.0.0 - dev: false - resolution: - integrity: sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== - /core-js-pure/3.6.5: - dev: false - requiresBuild: true - resolution: - integrity: sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA== - /core-js/1.2.7: - deprecated: 'core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.' - dev: false - resolution: - integrity: sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= - /core-js/2.6.11: - deprecated: 'core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.' - dev: false - requiresBuild: true - resolution: - integrity: sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== - /core-js/3.6.5: - dev: false - requiresBuild: true - resolution: - integrity: sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== - /core-util-is/1.0.2: - dev: false - resolution: - integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - /corejs-upgrade-webpack-plugin/2.2.0: - dependencies: - resolve-from: 5.0.0 - webpack: 4.44.2_webpack@4.44.2 - dev: false - resolution: - integrity: sha512-J0QMp9GNoiw91Kj/dkIQFZeiCXgXoja/Wlht1SPybxerBWh4NCmb0pOgCv61lrlQZETwvVVfAFAA3IqoEO9aqQ== - /cosmiconfig/2.2.2: - dependencies: - is-directory: 0.3.1 - js-yaml: 3.14.0 - minimist: 1.2.5 - object-assign: 4.1.1 - os-homedir: 1.0.2 - parse-json: 2.2.0 - require-from-string: 1.2.1 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha512-GiNXLwAFPYHy25XmTPpafYvn3CLAkJ8FLsscq78MQd1Kh0OU6Yzhn4eV2MVF4G9WEQZoWEGltatdR+ntGPMl5A== - /cosmiconfig/5.2.1: - dependencies: - import-fresh: 2.0.0 - is-directory: 0.3.1 - js-yaml: 3.14.0 - parse-json: 4.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== - /cosmiconfig/6.0.0: - dependencies: - '@types/parse-json': 4.0.0 - import-fresh: 3.2.1 - parse-json: 5.1.0 - path-type: 4.0.0 - yaml: 1.10.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== - /create-ecdh/4.0.4: - dependencies: - bn.js: 4.11.9 - elliptic: 6.5.3 - dev: false - resolution: - integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== - /create-error-class/3.0.2: - dependencies: - capture-stack-trace: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y= - /create-hash/1.2.0: - dependencies: - cipher-base: 1.0.4 - inherits: 2.0.4 - md5.js: 1.3.5 - ripemd160: 2.0.2 - sha.js: 2.4.11 - dev: false - resolution: - integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== - /create-hmac/1.1.7: - dependencies: - cipher-base: 1.0.4 - create-hash: 1.2.0 - inherits: 2.0.4 - ripemd160: 2.0.2 - safe-buffer: 5.2.1 - sha.js: 2.4.11 - dev: false - resolution: - integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== - /create-react-context/0.2.3_prop-types@15.7.2: - dependencies: - fbjs: 0.8.17 - gud: 1.0.0 - prop-types: 15.7.2 - dev: false - peerDependencies: - prop-types: ^15.0.0 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 - resolution: - integrity: sha512-CQBmD0+QGgTaxDL3OX1IDXYqjkp2It4RIbcb99jS6AEg27Ga+a9G3JtK6SIu0HBwPLZlmwt9F7UwWA4Bn92Rag== - /create-react-context/0.2.3_prop-types@15.7.2+react@16.13.1: - dependencies: - fbjs: 0.8.17 - gud: 1.0.0 - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - prop-types: ^15.0.0 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 - resolution: - integrity: sha512-CQBmD0+QGgTaxDL3OX1IDXYqjkp2It4RIbcb99jS6AEg27Ga+a9G3JtK6SIu0HBwPLZlmwt9F7UwWA4Bn92Rag== - /create-react-context/0.3.0_prop-types@15.7.2: - dependencies: - gud: 1.0.0 - prop-types: 15.7.2 - warning: 4.0.3 - dev: false - peerDependencies: - prop-types: ^15.0.0 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 - resolution: - integrity: sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw== - /create-react-context/0.3.0_prop-types@15.7.2+react@16.13.1: - dependencies: - gud: 1.0.0 - prop-types: 15.7.2 - react: 16.13.1 - warning: 4.0.3 - dev: false - peerDependencies: - prop-types: ^15.0.0 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 - resolution: - integrity: sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw== - /cross-env/7.0.2: - dependencies: - cross-spawn: 7.0.3 - dev: false - engines: - node: '>=10.14' - npm: '>=6' - yarn: '>=1' - hasBin: true - resolution: - integrity: sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw== - /cross-fetch/3.0.5: - dependencies: - node-fetch: 2.6.0 - dev: false - resolution: - integrity: sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew== - /cross-spawn/5.1.0: - dependencies: - lru-cache: 4.1.5 - shebang-command: 1.2.0 - which: 1.3.1 - dev: false - resolution: - integrity: sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= - /cross-spawn/6.0.5: - dependencies: - nice-try: 1.0.5 - path-key: 2.0.1 - semver: 5.7.1 - shebang-command: 1.2.0 - which: 1.3.1 - dev: false - engines: - node: '>=4.8' - resolution: - integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - /cross-spawn/7.0.3: - dependencies: - path-key: 3.1.1 - shebang-command: 2.0.0 - which: 2.0.2 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== - /cryptiles/2.0.5: - dependencies: - boom: 2.10.1 - deprecated: 'This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).' - dev: false - engines: - node: '>=0.10.40' - optional: true - resolution: - integrity: sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g= - /crypto-browserify/3.12.0: - dependencies: - browserify-cipher: 1.0.1 - browserify-sign: 4.2.1 - create-ecdh: 4.0.4 - create-hash: 1.2.0 - create-hmac: 1.1.7 - diffie-hellman: 5.0.3 - inherits: 2.0.4 - pbkdf2: 3.1.1 - public-encrypt: 4.0.3 - randombytes: 2.1.0 - randomfill: 1.0.4 - dev: false - resolution: - integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== - /crypto-random-string/1.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4= - /css-animation/1.6.1: - dependencies: - babel-runtime: 6.26.0 - component-classes: 1.2.6 - dev: false - resolution: - integrity: sha512-/48+/BaEaHRY6kNQ2OIPzKf9A6g8WjZYjhiNDNuIVbsm5tXCGIAsHDjB4Xu1C4vXJtUWZo26O68OQkDpNBaPog== - /css-color-keywords/1.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU= - /css-color-list/0.0.1: - dependencies: - css-color-names: 0.0.1 - dev: false - resolution: - integrity: sha1-hxjoaVrnosyHh76HFfHACKfyixU= - /css-color-names/0.0.1: - dev: false - resolution: - integrity: sha1-XQVI+iVkVu3kqaDCrHqxnT6xrYE= - /css-color-names/0.0.3: - dev: false - resolution: - integrity: sha1-3gzvFvTYqoIioyDVttfpu62nufY= - /css-color-names/0.0.4: - dev: false - resolution: - integrity: sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= - /css-declaration-sorter/4.0.1: - dependencies: - postcss: 7.0.34 - timsort: 0.3.0 - dev: false - engines: - node: '>4' - resolution: - integrity: sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== - /css-loader/0.26.4: - dependencies: - babel-code-frame: 6.26.0 - css-selector-tokenizer: 0.7.3 - cssnano: 3.10.0 - loader-utils: 1.4.0 - lodash.camelcase: 4.3.0 - object-assign: 4.1.1 - postcss: 5.2.18 - postcss-modules-extract-imports: 1.2.1 - postcss-modules-local-by-default: 1.2.0 - postcss-modules-scope: 1.1.0 - postcss-modules-values: 1.3.0 - source-list-map: 0.1.8 - dev: false - engines: - node: '>=0.12.0 || >=4.3.0 <5.0.0 || >=5.10' - resolution: - integrity: sha1-th6eMNuUMD5v/IkvEOzQmtAlof0= - /css-loader/3.5.3_webpack@4.43.0: - dependencies: - camelcase: 5.3.1 - cssesc: 3.0.0 - icss-utils: 4.1.1 - loader-utils: 1.4.0 - normalize-path: 3.0.0 - postcss: 7.0.29 - postcss-modules-extract-imports: 2.0.0 - postcss-modules-local-by-default: 3.0.3 - postcss-modules-scope: 2.2.0 - postcss-modules-values: 3.0.0 - postcss-value-parser: 4.1.0 - schema-utils: 2.6.6 - semver: 6.3.0 - webpack: 4.43.0_webpack@4.43.0 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - resolution: - integrity: sha512-UEr9NH5Lmi7+dguAm+/JSPovNjYbm2k3TK58EiwQHzOHH5Jfq1Y+XoP2bQO6TMn7PptMd0opxxedAWcaSTRKHw== - /css-loader/3.6.0_webpack@4.44.2: - dependencies: - camelcase: 5.3.1 - cssesc: 3.0.0 - icss-utils: 4.1.1 - loader-utils: 1.4.0 - normalize-path: 3.0.0 - postcss: 7.0.34 - postcss-modules-extract-imports: 2.0.0 - postcss-modules-local-by-default: 3.0.3 - postcss-modules-scope: 2.2.0 - postcss-modules-values: 3.0.0 - postcss-value-parser: 4.1.0 - schema-utils: 2.7.1 - semver: 6.3.0 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - resolution: - integrity: sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ== - /css-select-base-adapter/0.1.1: - dev: false - resolution: - integrity: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== - /css-select/1.2.0: - dependencies: - boolbase: 1.0.0 - css-what: 2.1.3 - domutils: 1.5.1 - nth-check: 1.0.2 - dev: false - resolution: - integrity: sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg= - /css-select/2.1.0: - dependencies: - boolbase: 1.0.0 - css-what: 3.3.0 - domutils: 1.7.0 - nth-check: 1.0.2 - dev: false - resolution: - integrity: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== - /css-selector-tokenizer/0.7.3: - dependencies: - cssesc: 3.0.0 - fastparse: 1.1.2 - dev: false - resolution: - integrity: sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg== - /css-to-react-native/2.3.2: - dependencies: - camelize: 1.0.0 - css-color-keywords: 1.0.0 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha512-VOFaeZA053BqvvvqIA8c9n0+9vFppVBAHCp6JgFTtTMU3Mzi+XnelJ9XC9ul3BqFzZyQ5N+H0SnwsWT2Ebchxw== - /css-tree/1.0.0-alpha.37: - dependencies: - mdn-data: 2.0.4 - source-map: 0.6.1 - dev: false - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - /css-tree/1.0.0-alpha.39: - dependencies: - mdn-data: 2.0.6 - source-map: 0.6.1 - dev: false - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA== - /css-url-regex/0.0.1: - dev: false - resolution: - integrity: sha1-4Fr4xsKQ1FHvFjK0VepcgbSxOVw= - /css-what/2.1.3: - dev: false - resolution: - integrity: sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg== - /css-what/3.3.0: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg== - /css.escape/1.5.1: - dev: false - resolution: - integrity: sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s= - /css/2.2.4: - dependencies: - inherits: 2.0.4 - source-map: 0.6.1 - source-map-resolve: 0.5.3 - urix: 0.1.0 - dev: false - resolution: - integrity: sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw== - /css/3.0.0: - dependencies: - inherits: 2.0.4 - source-map: 0.6.1 - source-map-resolve: 0.6.0 - dev: false - resolution: - integrity: sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ== - /cssesc/3.0.0: - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - /cssfontparser/1.2.1: - dev: false - resolution: - integrity: sha1-9AIvyPlwDGgCnVQghK+69CWj8+M= - /cssnano-preset-default/4.0.7: - dependencies: - css-declaration-sorter: 4.0.1 - cssnano-util-raw-cache: 4.0.1 - postcss: 7.0.34 - postcss-calc: 7.0.4 - postcss-colormin: 4.0.3 - postcss-convert-values: 4.0.1 - postcss-discard-comments: 4.0.2 - postcss-discard-duplicates: 4.0.2 - postcss-discard-empty: 4.0.1 - postcss-discard-overridden: 4.0.1 - postcss-merge-longhand: 4.0.11 - postcss-merge-rules: 4.0.3 - postcss-minify-font-values: 4.0.2 - postcss-minify-gradients: 4.0.2 - postcss-minify-params: 4.0.2 - postcss-minify-selectors: 4.0.2 - postcss-normalize-charset: 4.0.1 - postcss-normalize-display-values: 4.0.2 - postcss-normalize-positions: 4.0.2 - postcss-normalize-repeat-style: 4.0.2 - postcss-normalize-string: 4.0.2 - postcss-normalize-timing-functions: 4.0.2 - postcss-normalize-unicode: 4.0.1 - postcss-normalize-url: 4.0.1 - postcss-normalize-whitespace: 4.0.2 - postcss-ordered-values: 4.1.2 - postcss-reduce-initial: 4.0.3 - postcss-reduce-transforms: 4.0.2 - postcss-svgo: 4.0.2 - postcss-unique-selectors: 4.0.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA== - /cssnano-util-get-arguments/4.0.0: - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= - /cssnano-util-get-match/4.0.0: - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= - /cssnano-util-raw-cache/4.0.1: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== - /cssnano-util-same-parent/4.0.1: - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== - /cssnano/3.10.0: - dependencies: - autoprefixer: 6.7.7 - decamelize: 1.2.0 - defined: 1.0.0 - has: 1.0.3 - object-assign: 4.1.1 - postcss: 5.2.18 - postcss-calc: 5.3.1 - postcss-colormin: 2.2.2 - postcss-convert-values: 2.6.1 - postcss-discard-comments: 2.0.4 - postcss-discard-duplicates: 2.1.0 - postcss-discard-empty: 2.1.0 - postcss-discard-overridden: 0.1.1 - postcss-discard-unused: 2.2.3 - postcss-filter-plugins: 2.0.3 - postcss-merge-idents: 2.1.7 - postcss-merge-longhand: 2.0.2 - postcss-merge-rules: 2.1.2 - postcss-minify-font-values: 1.0.5 - postcss-minify-gradients: 1.0.5 - postcss-minify-params: 1.2.2 - postcss-minify-selectors: 2.1.1 - postcss-normalize-charset: 1.1.1 - postcss-normalize-url: 3.0.8 - postcss-ordered-values: 2.2.3 - postcss-reduce-idents: 2.4.0 - postcss-reduce-initial: 1.0.1 - postcss-reduce-transforms: 1.0.4 - postcss-svgo: 2.1.6 - postcss-unique-selectors: 2.0.2 - postcss-value-parser: 3.3.1 - postcss-zindex: 2.2.0 - dev: false - resolution: - integrity: sha1-Tzj2zqK5sX+gFJDyPx3GjqZcHDg= - /cssnano/4.1.10: - dependencies: - cosmiconfig: 5.2.1 - cssnano-preset-default: 4.0.7 - is-resolvable: 1.1.0 - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ== - /csso/2.3.2: - dependencies: - clap: 1.2.3 - source-map: 0.5.7 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-3dUsWHAz9J6Utx/FVWnyUuj/X4U= - /csso/4.0.3: - dependencies: - css-tree: 1.0.0-alpha.39 - dev: false - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ== - /cssom/0.3.8: - dev: false - resolution: - integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== - /cssom/0.4.4: - dev: false - resolution: - integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw== - /cssstats/1.10.0: - dependencies: - camelcase: 1.2.1 - commander: 2.20.3 - cssfontparser: 1.2.1 - gzip-size: 1.0.0 - has-class-selector: 0.0.1 - has-id-selector: 0.0.1 - has-pseudo-class: 0.0.1 - has-pseudo-element: 0.0.1 - is-vendor-prefixed: 0.0.1 - lodash: 3.10.1 - postcss: 4.1.16 - specificity: 0.1.6 - stdin: 0.0.1 - dev: false - hasBin: true - resolution: - integrity: sha1-astblkBviLqc3EKhPiNs3iG9Mu0= - /cssstyle/2.3.0: - dependencies: - cssom: 0.3.8 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== - /csstype/2.6.13: - dev: false - resolution: - integrity: sha512-ul26pfSQTZW8dcOnD2iiJssfXw0gdNVX9IJDH/X3K5DGPfj+fUYe3kB+swUY6BF3oZDxaID3AJt+9/ojSAE05A== - /csstype/3.0.3: - dev: false - resolution: - integrity: sha512-jPl+wbWPOWJ7SXsWyqGRk3lGecbar0Cb0OvZF/r/ZU011R4YqiRehgkQ9p4eQfo9DSDLqLL3wHwfxeJiuIsNag== - /currently-unhandled/0.4.1: - dependencies: - array-find-index: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-mI3zP+qxke95mmE2nddsF635V+o= - /cyclist/1.0.1: - dev: false - resolution: - integrity: sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= - /d/1.0.1: - dependencies: - es5-ext: 0.10.53 - type: 1.2.0 - dev: false - resolution: - integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA== - /damerau-levenshtein/1.0.6: - dev: false - resolution: - integrity: sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug== - /dashdash/1.14.1: - dependencies: - assert-plus: 1.0.0 - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - /dashify/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-hpA5C/YrPjucXypHPPc0oJ1l9Hf6wWbiOL7Ik42cxnsUOhWiCB/fylKbKqqJalW9FgkNQCw16YO8uW9Hs0Iy1A== - /data-uri-to-buffer/3.0.0: - dependencies: - buffer-from: 1.1.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-MJ6mFTZ+nPQO+39ua/ltwNePXrfdF3Ww0wP1Od7EePySXN1cP9XNqRQOG3FxTfipp8jx898LUCgBCEP11Qw/ZQ== - /data-urls/1.1.0: - dependencies: - abab: 2.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 7.1.0 - dev: false - resolution: - integrity: sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ== - /data-urls/2.0.0: - dependencies: - abab: 2.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 8.2.2 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ== - /date-fns/1.30.1: - dev: false - resolution: - integrity: sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw== - /date-format/0.0.2: - dev: false - resolution: - integrity: sha1-+v1Ej3IRXvHitzkVWukvK+bCjdE= - /dateformat/2.2.0: - dev: false - resolution: - integrity: sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI= - /debug/2.0.0: - dependencies: - ms: 0.6.2 - dev: false - resolution: - integrity: sha1-ib2d9nMrUSVrxnBTQrugLtEhMe8= - /debug/2.6.9: - dependencies: - ms: 2.0.0 - dev: false - resolution: - integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - /debug/3.1.0: - dependencies: - ms: 2.0.0 - dev: false - resolution: - integrity: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== - /debug/3.2.6: - dependencies: - ms: 2.1.2 - dev: false - resolution: - integrity: sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - /debug/4.1.1: - dependencies: - ms: 2.1.2 - dev: false - resolution: - integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== - /decamelize-keys/1.1.0: - dependencies: - decamelize: 1.2.0 - map-obj: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk= - /decamelize/1.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - /decimal.js/10.2.0: - dev: false - resolution: - integrity: sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw== - /decode-uri-component/0.2.0: - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= - /decompress-response/3.3.0: - dependencies: - mimic-response: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= - /deep-equal/1.0.1: - dev: false - resolution: - integrity: sha1-9dJgKStmDghO/0zbyfCK0yR0SLU= - /deep-equal/1.1.1: - dependencies: - is-arguments: 1.0.4 - is-date-object: 1.0.2 - is-regex: 1.1.1 - object-is: 1.1.2 - object-keys: 1.1.1 - regexp.prototype.flags: 1.3.0 - dev: false - resolution: - integrity: sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== - /deep-extend/0.6.0: - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== - /deep-is/0.1.3: - dev: false - resolution: - integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= - /deep-object-diff/1.1.0: - dev: false - resolution: - integrity: sha512-b+QLs5vHgS+IoSNcUE4n9HP2NwcHj7aqnJWsjPtuG75Rh5TOaGt0OjAYInh77d5T16V5cRDC+Pw/6ZZZiETBGw== - /deepmerge/1.3.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-FmNpFinU2/42T6EqKk8KqGqjoFA= - /deepmerge/4.2.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== - /defaults/1.0.3: - dependencies: - clone: 1.0.4 - dev: false - resolution: - integrity: sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= - /define-properties/1.1.3: - dependencies: - object-keys: 1.1.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - /define-property/0.2.5: - dependencies: - is-descriptor: 0.1.6 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - /define-property/1.0.0: - dependencies: - is-descriptor: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - /define-property/2.0.2: - dependencies: - is-descriptor: 1.0.2 - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - /defined/1.0.0: - dev: false - resolution: - integrity: sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM= - /delayed-stream/1.0.0: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - /delegate/3.2.0: - dev: false - optional: true - resolution: - integrity: sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw== - /delegates/1.0.0: - dev: false - resolution: - integrity: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= - /depd/1.1.2: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - /depd/2.0.0: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== - /deprecated/0.0.1: - dev: false - engines: - node: '>= 0.9' - resolution: - integrity: sha1-+cmvVGSvoeepcUWKi97yqpTVuxk= - /des.js/1.0.1: - dependencies: - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - dev: false - resolution: - integrity: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== - /destroy/1.0.4: - dev: false - resolution: - integrity: sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= - /detab/2.0.3: - dependencies: - repeat-string: 1.6.1 - dev: false - resolution: - integrity: sha512-Up8P0clUVwq0FnFjDclzZsy9PadzRn5FFxrr47tQQvMHqyiFYVbpH8oXDzWtF0Q7pYy3l+RPmtBl+BsFF6wH0A== - /detect-file/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= - /detect-indent/4.0.0: - dependencies: - repeating: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-920GQ1LN9Docts5hnE7jqUdd4gg= - /detect-newline/3.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== - /detect-node-es/1.0.0: - dev: false - resolution: - integrity: sha512-S4AHriUkTX9FoFvL4G8hXDcx6t3gp2HpfCza3Q0v6S78gul2hKWifLQbeW+ZF89+hSm2ZIc/uF3J97ZgytgTRg== - /detect-port-alt/1.1.6: - dependencies: - address: 1.1.2 - debug: 2.6.9 - dev: false - engines: - node: '>= 4.2.1' - hasBin: true - resolution: - integrity: sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q== - /detect-port/1.3.0: - dependencies: - address: 1.1.2 - debug: 2.6.9 - dev: false - engines: - node: '>= 4.2.1' - hasBin: true - resolution: - integrity: sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ== - /diff-sequences/25.2.6: - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg== - /diff-sequences/26.3.0: - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-5j5vdRcw3CNctePNYN0Wy2e/JbWT6cAYnXv5OuqPhDpyCGc0uLu2TK0zOCJWNB9kOIfYMSpIulRaDgIi4HJ6Ig== - /diff/3.5.0: - dev: false - engines: - node: '>=0.3.1' - resolution: - integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA== - /diffie-hellman/5.0.3: - dependencies: - bn.js: 4.11.9 - miller-rabin: 4.0.1 - randombytes: 2.1.0 - dev: false - resolution: - integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== - /dir-glob/2.0.0: - dependencies: - arrify: 1.0.1 - path-type: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag== - /dir-glob/3.0.1: - dependencies: - path-type: 4.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== - /discontinuous-range/1.0.0: - dev: false - resolution: - integrity: sha1-44Mx8IRLukm5qctxx3FYWqsbxlo= - /doctrine/1.5.0: - dependencies: - esutils: 2.0.3 - isarray: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-N53Ocw9hZvds76TmcHoVmwLFpvo= - /doctrine/2.1.0: - dependencies: - esutils: 2.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== - /doctrine/3.0.0: - dependencies: - esutils: 2.0.3 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== - /doctypes/1.1.0: - dev: false - resolution: - integrity: sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk= - /dom-accessibility-api/0.5.2: - dev: false - resolution: - integrity: sha512-k7hRNKAiPJXD2aBqfahSo4/01cTsKWXf+LqJgglnkN2Nz8TsxXKQBXHhKe0Ye9fEfHEZY49uSA5Sr3AqP/sWKA== - /dom-align/1.12.0: - dev: false - resolution: - integrity: sha512-YkoezQuhp3SLFGdOlr5xkqZ640iXrnHAwVYcDg8ZKRUtO7mSzSC2BA5V0VuyAwPSJA4CLIc6EDDJh4bEsD2+zA== - /dom-converter/0.2.0: - dependencies: - utila: 0.4.0 - dev: false - resolution: - integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== - /dom-helpers/3.4.0: - dependencies: - '@babel/runtime': 7.11.2 - dev: false - resolution: - integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA== - /dom-helpers/5.2.0: - dependencies: - '@babel/runtime': 7.11.2 - csstype: 3.0.3 - dev: false - resolution: - integrity: sha512-Ru5o9+V8CpunKnz5LGgWXkmrH/20cGKwcHwS4m73zIvs54CN9epEmT/HLqFJW3kXpakAFkEdzgy1hzlJe3E4OQ== - /dom-iterator/1.0.0: - dependencies: - component-props: 1.1.1 - component-xor: 0.0.4 - dev: false - resolution: - integrity: sha512-7dsMOQI07EMU98gQM8NSB3GsAiIeBYIPKpnxR3c9xOvdvBjChAcOM0iJ222I3p5xyiZO9e5oggkNaCusuTdYig== - /dom-serializer/0.0.1: - dependencies: - domelementtype: 1.1.3 - entities: 1.1.2 - dev: false - resolution: - integrity: sha1-lYmCfx4y0iw3yCmtq9WbMkevjq8= - /dom-serializer/0.1.1: - dependencies: - domelementtype: 1.3.1 - entities: 1.1.2 - dev: false - resolution: - integrity: sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA== - /dom-serializer/0.2.2: - dependencies: - domelementtype: 2.0.2 - entities: 2.0.3 - dev: false - resolution: - integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== - /dom-walk/0.1.2: - dev: false - resolution: - integrity: sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w== - /domain-browser/1.2.0: - dev: false - engines: - node: '>=0.4' - npm: '>=1.2' - resolution: - integrity: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== - /domelementtype/1.1.3: - dev: false - resolution: - integrity: sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs= - /domelementtype/1.3.1: - dev: false - resolution: - integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - /domelementtype/2.0.2: - dev: false - resolution: - integrity: sha512-wFwTwCVebUrMgGeAwRL/NhZtHAUyT9n9yg4IMDwf10+6iCMxSkVq9MGCVEH+QZWo1nNidy8kNvwmv4zWHDTqvA== - /domexception/1.0.1: - dependencies: - webidl-conversions: 4.0.2 - dev: false - resolution: - integrity: sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug== - /domexception/2.0.1: - dependencies: - webidl-conversions: 5.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg== - /domhandler/2.3.0: - dependencies: - domelementtype: 1.3.1 - dev: false - resolution: - integrity: sha1-LeWaCCLVAn+r/28DLCsloqir5zg= - /domhandler/2.4.2: - dependencies: - domelementtype: 1.3.1 - dev: false - resolution: - integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== - /domhandler/3.0.0: - dependencies: - domelementtype: 2.0.2 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw== - /domready/1.0.8: - dev: false - resolution: - integrity: sha1-kfJS5Ze2Wvd+dFriTdAYXV4m1Yw= - /domutils/1.4.3: - dependencies: - domelementtype: 1.3.1 - dev: false - resolution: - integrity: sha1-CGVRN5bGswYDGFDhdVFrr4C3Km8= - /domutils/1.5.1: - dependencies: - dom-serializer: 0.1.1 - domelementtype: 1.3.1 - dev: false - resolution: - integrity: sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8= - /domutils/1.7.0: - dependencies: - dom-serializer: 0.1.1 - domelementtype: 1.3.1 - dev: false - resolution: - integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - /domutils/2.1.0: - dependencies: - dom-serializer: 0.2.2 - domelementtype: 2.0.2 - domhandler: 3.0.0 - dev: false - resolution: - integrity: sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg== - /dot-case/2.1.1: - dependencies: - no-case: 2.3.2 - dev: false - resolution: - integrity: sha1-NNzzf1Co6TwrO8qLt/uRVcfaO+4= - /dot-case/3.0.3: - dependencies: - no-case: 3.0.3 - tslib: 1.13.0 - dev: false - resolution: - integrity: sha512-7hwEmg6RiSQfm/GwPL4AAWXKy3YNNZA3oFv2Pdiey0mwkRCPZ9x6SZbkLcn8Ma5PYeVokzoD4Twv2n7LKp5WeA== - /dot-prop/4.2.1: - dependencies: - is-obj: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ== - /dot-prop/5.3.0: - dependencies: - is-obj: 2.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== - /dotenv-defaults/1.1.1: - dependencies: - dotenv: 6.2.0 - dev: false - resolution: - integrity: sha512-6fPRo9o/3MxKvmRZBD3oNFdxODdhJtIy1zcJeUSCs6HCy4tarUpd+G67UTU9tF6OWXeSPqsm4fPAB+2eY9Rt9Q== - /dotenv-expand/5.1.0: - dev: false - resolution: - integrity: sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== - /dotenv-webpack/1.8.0_webpack@4.44.2: - dependencies: - dotenv-defaults: 1.1.1 - webpack: 4.44.2_webpack@4.44.2 - dev: false - peerDependencies: - webpack: ^1 || ^2 || ^3 || ^4 - resolution: - integrity: sha512-o8pq6NLBehtrqA8Jv8jFQNtG9nhRtVqmoD4yWbgUyoU3+9WBlPe+c2EAiaJok9RB28QvrWvdWLZGeTT5aATDMg== - /dotenv/5.0.1: - dev: false - engines: - node: '>=4.6.0' - resolution: - integrity: sha512-4As8uPrjfwb7VXC+WnLCbXK7y+Ueb2B3zgNCePYfhxS1PYeaO1YTeplffTEcbfLhvFNGLAz90VvJs9yomG7bow== - /dotenv/6.2.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w== - /dotenv/8.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== - /downshift/3.4.8: - dependencies: - '@babel/runtime': 7.11.2 - compute-scroll-into-view: 1.0.16 - prop-types: 15.7.2 - react-is: 16.13.1 - dev: false - peerDependencies: - react: '>=0.14.9' - resolution: - integrity: sha512-dZL3iNL/LbpHNzUQAaVq/eTD1ocnGKKjbAl/848Q0KEp6t81LJbS37w3f93oD6gqqAnjdgM7Use36qZSipHXBw== - /downshift/3.4.8_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - compute-scroll-into-view: 1.0.16 - prop-types: 15.7.2 - react: 16.13.1 - react-is: 16.13.1 - dev: false - peerDependencies: - react: '>=0.14.9' - resolution: - integrity: sha512-dZL3iNL/LbpHNzUQAaVq/eTD1ocnGKKjbAl/848Q0KEp6t81LJbS37w3f93oD6gqqAnjdgM7Use36qZSipHXBw== - /dts-critic/3.3.1: - dependencies: - '@definitelytyped/header-parser': 0.0.54 - command-exists: 1.2.9 - rimraf: 3.0.2 - semver: 6.3.0 - tmp: 0.2.1 - yargs: 15.4.1 - dev: false - engines: - node: '>=10.17.0' - peerDependencies: - typescript: '*' - resolution: - integrity: sha512-iADERsIjx9g9GxZMBjyzjRCkROcSY1ub1sAcEBo8215qBQisxqxyC+kIcvrdsEu2EAEsWhBTAhAfBvb3PIf5Tg== - /dtslint/4.0.2: - dependencies: - '@definitelytyped/header-parser': 0.0.54 - '@definitelytyped/typescript-versions': 0.0.54 - '@definitelytyped/utils': 0.0.54 - dts-critic: 3.3.1 - fs-extra: 6.0.1 - json-stable-stringify: 1.0.1 - strip-json-comments: 2.0.1 - tslint: 5.14.0 - yargs: 15.4.1 - dev: false - engines: - node: '>=10.0.0' - hasBin: true - peerDependencies: - typescript: '>= 3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev || >= 3.8.0-dev || >= 3.9.0-dev || >= 4.0.0-dev' - resolution: - integrity: sha512-vWGZI+QSQ4AQAvJ3T0dnHf+fWqrmx4C0SR0h3Jubi5iBDA6Nsu2Ds+AjqxfiRl6py0yvEZU3T+MqNpKV07CI0A== - /duplexer/0.1.2: - dev: false - resolution: - integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== - /duplexer2/0.0.2: - dependencies: - readable-stream: 1.1.14 - dev: false - resolution: - integrity: sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds= - /duplexer3/0.1.4: - dev: false - resolution: - integrity: sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= - /duplexify/3.7.1: - dependencies: - end-of-stream: 1.4.4 - inherits: 2.0.4 - readable-stream: 2.3.7 - stream-shift: 1.0.1 - dev: false - resolution: - integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== - /ecc-jsbn/0.1.2: - dependencies: - jsbn: 0.1.1 - safer-buffer: 2.1.2 - dev: false - resolution: - integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= - /ee-first/1.1.1: - dev: false - resolution: - integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - /ejs/2.7.4: - dev: false - engines: - node: '>=0.10.0' - requiresBuild: true - resolution: - integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== - /electron-to-chromium/1.3.570: - dev: false - resolution: - integrity: sha512-Y6OCoVQgFQBP5py6A/06+yWxUZHDlNr/gNDGatjH8AZqXl8X0tE4LfjLJsXGz/JmWJz8a6K7bR1k+QzZ+k//fg== - /elegant-spinner/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4= - /element-resize-detector/1.2.1: - dependencies: - batch-processor: 1.0.0 - dev: false - resolution: - integrity: sha512-BdFsPepnQr9fznNPF9nF4vQ457U/ZJXQDSNF1zBe7yaga8v9AdZf3/NElYxFdUh7SitSGt040QygiTo6dtatIw== - /elliptic/6.5.3: - dependencies: - bn.js: 4.11.9 - brorand: 1.1.0 - hash.js: 1.1.7 - hmac-drbg: 1.0.1 - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - minimalistic-crypto-utils: 1.0.1 - dev: false - resolution: - integrity: sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== - /emittery/0.7.1: - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-d34LN4L6h18Bzz9xpoku2nPwKxCPlPMr3EEKTkoEBi+1/+b0lcRkRJ1UVyyZaKNeqGR3swcGl6s390DNO4YVgQ== - /emoji-regex/6.1.1: - dev: false - resolution: - integrity: sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4= - /emoji-regex/7.0.3: - dev: false - resolution: - integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== - /emoji-regex/8.0.0: - dev: false - resolution: - integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - /emoji-regex/9.0.0: - dev: false - resolution: - integrity: sha512-6p1NII1Vm62wni/VR/cUMauVQoxmLVb9csqQlvLz+hO2gk8U2UYDfXHQSUYIBKmZwAKz867IDqG7B+u0mj+M6w== - /emojis-list/2.1.0: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-TapNnbAPmBmIDHn6RXrlsJof04k= - /emojis-list/3.0.0: - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== - /emoticon/3.2.0: - dev: false - resolution: - integrity: sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg== - /emotion-theming/10.0.27_4d699cf7e8a2bf97a506a18e2a399a54: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/weak-memoize': 0.2.5 - hoist-non-react-statics: 3.3.2 - react: 16.13.1 - dev: false - peerDependencies: - '@emotion/core': ^10.0.27 - react: '>=16.3.0' - resolution: - integrity: sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw== - /emotion-theming/10.0.27_@emotion+core@10.0.35: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/core': 10.0.35 - '@emotion/weak-memoize': 0.2.5 - hoist-non-react-statics: 3.3.2 - dev: false - peerDependencies: - '@emotion/core': ^10.0.27 - react: '>=16.3.0' - resolution: - integrity: sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw== - /encodeurl/1.0.2: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= - /encoding/0.1.13: - dependencies: - iconv-lite: 0.6.2 - dev: false - resolution: - integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== - /end-of-stream/0.1.5: - dependencies: - once: 1.3.3 - dev: false - resolution: - integrity: sha1-jhdyBsPICDfYVjLouTWd/osvbq8= - /end-of-stream/1.4.4: - dependencies: - once: 1.4.0 - dev: false - resolution: - integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - /enhanced-resolve/3.4.1: - dependencies: - graceful-fs: 4.2.4 - memory-fs: 0.4.1 - object-assign: 4.1.1 - tapable: 0.2.9 - dev: false - engines: - node: '>=4.3.0 <5.0.0 || >=5.10' - resolution: - integrity: sha1-BCHjOf1xQZs9oT0Smzl5BAIwR24= - /enhanced-resolve/4.3.0: - dependencies: - graceful-fs: 4.2.4 - memory-fs: 0.5.0 - tapable: 1.1.3 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ== - /enquirer/2.3.6: - dependencies: - ansi-colors: 4.1.1 - dev: false - engines: - node: '>=8.6' - resolution: - integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== - /entities/1.0.0: - dev: false - resolution: - integrity: sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY= - /entities/1.1.2: - dev: false - resolution: - integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== - /entities/2.0.3: - dev: false - resolution: - integrity: sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ== - /env-ci/5.0.2: - dependencies: - execa: 4.0.3 - java-properties: 1.0.2 - dev: false - engines: - node: '>=10.13' - resolution: - integrity: sha512-Xc41mKvjouTXD3Oy9AqySz1IeyvJvHZ20Twf5ZLYbNpPPIuCnL/qHCmNlD01LoNy0JTunw9HPYVptD19Ac7Mbw== - /enzyme-adapter-react-16/1.15.4_df2dc313d8031f8c2dbd009d86ca7fc7: - dependencies: - enzyme: 3.11.0 - enzyme-adapter-utils: 1.13.1_react@16.13.1 - enzyme-shallow-equal: 1.0.4 - has: 1.0.3 - object.assign: 4.1.1 - object.values: 1.1.1 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-is: 16.13.1 - react-test-renderer: 16.13.1_react@16.13.1 - semver: 5.7.1 - dev: false - peerDependencies: - enzyme: ^3.0.0 - react: ^16.0.0-0 - react-dom: ^16.0.0-0 - resolution: - integrity: sha512-wPzxs+JaGDK2TPYzl5a9YWGce6i2SQ3Cg51ScLeyj2WotUZ8Obcq1ke/U1Y2VGpYlb9rrX2yCjzSMgtKCeAt5w== - /enzyme-adapter-react-16/1.15.4_enzyme@3.11.0: - dependencies: - enzyme: 3.11.0 - enzyme-adapter-utils: 1.13.1 - enzyme-shallow-equal: 1.0.4 - has: 1.0.3 - object.assign: 4.1.1 - object.values: 1.1.1 - prop-types: 15.7.2 - react-is: 16.13.1 - react-test-renderer: 16.13.1 - semver: 5.7.1 - dev: false - peerDependencies: - enzyme: ^3.0.0 - react: ^16.0.0-0 - react-dom: ^16.0.0-0 - resolution: - integrity: sha512-wPzxs+JaGDK2TPYzl5a9YWGce6i2SQ3Cg51ScLeyj2WotUZ8Obcq1ke/U1Y2VGpYlb9rrX2yCjzSMgtKCeAt5w== - /enzyme-adapter-utils/1.13.1: - dependencies: - airbnb-prop-types: 2.16.0 - function.prototype.name: 1.1.2 - object.assign: 4.1.1 - object.fromentries: 2.0.2 - prop-types: 15.7.2 - semver: 5.7.1 - dev: false - peerDependencies: - react: 0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0 - resolution: - integrity: sha512-5A9MXXgmh/Tkvee3bL/9RCAAgleHqFnsurTYCbymecO4ohvtNO5zqIhHxV370t7nJAwaCfkgtffarKpC0GPt0g== - /enzyme-adapter-utils/1.13.1_react@16.13.1: - dependencies: - airbnb-prop-types: 2.16.0_react@16.13.1 - function.prototype.name: 1.1.2 - object.assign: 4.1.1 - object.fromentries: 2.0.2 - prop-types: 15.7.2 - react: 16.13.1 - semver: 5.7.1 - dev: false - peerDependencies: - react: 0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0 - resolution: - integrity: sha512-5A9MXXgmh/Tkvee3bL/9RCAAgleHqFnsurTYCbymecO4ohvtNO5zqIhHxV370t7nJAwaCfkgtffarKpC0GPt0g== - /enzyme-shallow-equal/1.0.4: - dependencies: - has: 1.0.3 - object-is: 1.1.2 - dev: false - resolution: - integrity: sha512-MttIwB8kKxypwHvRynuC3ahyNc+cFbR8mjVIltnmzQ0uKGqmsfO4bfBuLxb0beLNPhjblUEYvEbsg+VSygvF1Q== - /enzyme/3.11.0: - dependencies: - array.prototype.flat: 1.2.3 - cheerio: 1.0.0-rc.3 - enzyme-shallow-equal: 1.0.4 - function.prototype.name: 1.1.2 - has: 1.0.3 - html-element-map: 1.2.0 - is-boolean-object: 1.0.1 - is-callable: 1.2.1 - is-number-object: 1.0.4 - is-regex: 1.1.1 - is-string: 1.0.5 - is-subset: 0.1.1 - lodash.escape: 4.0.1 - lodash.isequal: 4.5.0 - object-inspect: 1.8.0 - object-is: 1.1.2 - object.assign: 4.1.1 - object.entries: 1.1.2 - object.values: 1.1.1 - raf: 3.4.1 - rst-selector-parser: 2.2.3 - string.prototype.trim: 1.2.2 - dev: false - resolution: - integrity: sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw== - /errno/0.1.7: - dependencies: - prr: 1.0.1 - dev: false - hasBin: true - resolution: - integrity: sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg== - /error-ex/1.3.2: - dependencies: - is-arrayish: 0.2.1 - dev: false - resolution: - integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - /error-inject/1.0.0: - dev: false - resolution: - integrity: sha1-4rPZG1Su1nLzCdlQ0VSFD6EdTzc= - /es-abstract/1.17.6: - dependencies: - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.1 - is-callable: 1.2.1 - is-regex: 1.1.1 - object-inspect: 1.8.0 - object-keys: 1.1.1 - object.assign: 4.1.1 - string.prototype.trimend: 1.0.1 - string.prototype.trimstart: 1.0.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw== - /es-abstract/1.18.0-next.0: - dependencies: - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.1 - is-callable: 1.2.1 - is-negative-zero: 2.0.0 - is-regex: 1.1.1 - object-inspect: 1.8.0 - object-keys: 1.1.1 - object.assign: 4.1.1 - string.prototype.trimend: 1.0.1 - string.prototype.trimstart: 1.0.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ== - /es-array-method-boxes-properly/1.0.0: - dev: false - resolution: - integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA== - /es-get-iterator/1.1.0: - dependencies: - es-abstract: 1.17.6 - has-symbols: 1.0.1 - is-arguments: 1.0.4 - is-map: 2.0.1 - is-set: 2.0.1 - is-string: 1.0.5 - isarray: 2.0.5 - dev: false - resolution: - integrity: sha512-UfrmHuWQlNMTs35e1ypnvikg6jCz3SK8v8ImvmDsh36fCVUR1MqoFDiyn0/k52C8NqO3YsO8Oe0azeesNuqSsQ== - /es-to-primitive/1.2.1: - dependencies: - is-callable: 1.2.1 - is-date-object: 1.0.2 - is-symbol: 1.0.3 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - /es5-ext/0.10.53: - dependencies: - es6-iterator: 2.0.3 - es6-symbol: 3.1.3 - next-tick: 1.0.0 - dev: false - resolution: - integrity: sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q== - /es5-shim/4.5.14: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-7SwlpL+2JpymWTt8sNLuC2zdhhc+wrfe5cMPI2j0o6WsPdfAiPwmFy2f0AocPB4RQVBOZ9kNTgi5YF7TdhkvEg== - /es6-iterator/2.0.3: - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - es6-symbol: 3.1.3 - dev: false - resolution: - integrity: sha1-p96IkUGgWpSwhUQDstCg+/qY87c= - /es6-map/0.1.5: - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - es6-iterator: 2.0.3 - es6-set: 0.1.5 - es6-symbol: 3.1.3 - event-emitter: 0.3.5 - dev: false - resolution: - integrity: sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA= - /es6-promise/2.3.0: - dev: false - resolution: - integrity: sha1-lu258v2wGZWCKyY92KratnSBgbw= - /es6-promise/3.2.1: - dev: false - resolution: - integrity: sha1-7FYjOGgDKQkgcXDDlEjiREndH8Q= - /es6-set/0.1.5: - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - es6-iterator: 2.0.3 - es6-symbol: 3.1.1 - event-emitter: 0.3.5 - dev: false - resolution: - integrity: sha1-0rPsXU2ADO2BjbU40ol02wpzzLE= - /es6-shim/0.35.5: - dev: false - resolution: - integrity: sha512-E9kK/bjtCQRpN1K28Xh4BlmP8egvZBGJJ+9GtnzOwt7mdqtrjHFuVGr7QJfdjBIKqrlU5duPf3pCBoDrkjVYFg== - /es6-symbol/3.1.1: - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - dev: false - resolution: - integrity: sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc= - /es6-symbol/3.1.3: - dependencies: - d: 1.0.1 - ext: 1.4.0 - dev: false - resolution: - integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA== - /es6-weak-map/2.0.3: - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - es6-iterator: 2.0.3 - es6-symbol: 3.1.3 - dev: false - resolution: - integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA== - /escalade/3.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-mAk+hPSO8fLDkhV7V0dXazH5pDc6MrjBTPyD3VeKzxnVFjH1MIxbCdqGZB9O8+EwWakZs3ZCbDS4IpRt79V1ig== - /escape-html/1.0.3: - dev: false - resolution: - integrity: sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= - /escape-string-regexp/1.0.5: - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /escape-string-regexp/2.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== - /escodegen/1.14.3: - dependencies: - esprima: 4.0.1 - estraverse: 4.3.0 - esutils: 2.0.3 - optionator: 0.8.3 - dev: false - engines: - node: '>=4.0' - hasBin: true - optionalDependencies: - source-map: 0.6.1 - resolution: - integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw== - /escope/3.6.0: - dependencies: - es6-map: 0.1.5 - es6-weak-map: 2.0.3 - esrecurse: 4.3.0 - estraverse: 4.3.0 - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-4Bl16BJ4GhY6ba392AOY3GTIicM= - /eslint-config-airbnb-base/12.1.0_a23e9cb88172ef6c39085fbe138ce99f: - dependencies: - eslint: 4.19.1 - eslint-plugin-import: 2.22.0_eslint@4.19.1 - eslint-restricted-globals: 0.1.1 - dev: false - engines: - node: '>= 4' - peerDependencies: - eslint: ^4.9.0 - eslint-plugin-import: ^2.7.0 - resolution: - integrity: sha512-/vjm0Px5ZCpmJqnjIzcFb9TKZrKWz0gnuG/7Gfkt0Db1ELJR51xkZth+t14rYdqWgX836XbuxtArbIHlVhbLBA== - /eslint-config-airbnb/16.1.0_c955b468eed6a6753f2db84f19f6a947: - dependencies: - eslint: 4.19.1 - eslint-config-airbnb-base: 12.1.0_a23e9cb88172ef6c39085fbe138ce99f - eslint-plugin-import: 2.22.0_eslint@4.19.1 - eslint-plugin-jsx-a11y: 6.3.1_eslint@4.19.1 - eslint-plugin-react: 7.20.6_eslint@4.19.1 - dev: false - engines: - node: '>= 4' - peerDependencies: - eslint: ^4.9.0 - eslint-plugin-import: ^2.7.0 - eslint-plugin-jsx-a11y: ^6.0.2 - eslint-plugin-react: ^7.4.0 - resolution: - integrity: sha512-zLyOhVWhzB/jwbz7IPSbkUuj7X2ox4PHXTcZkEmDqTvd0baJmJyuxlFPDlZOE/Y5bC+HQRaEkT3FoHo9wIdRiw== - /eslint-config-prettier/2.10.0_eslint@4.19.1: - dependencies: - eslint: 4.19.1 - get-stdin: 5.0.1 - dev: false - hasBin: true - peerDependencies: - eslint: '>=3.14.1' - resolution: - integrity: sha512-Mhl90VLucfBuhmcWBgbUNtgBiK955iCDK1+aHAz7QfDQF6wuzWZ6JjihZ3ejJoGlJWIuko7xLqNm8BA5uenKhA== - /eslint-config-prettier/6.11.0_eslint@7.9.0: - dependencies: - eslint: 7.9.0 - get-stdin: 6.0.0 - dev: false - hasBin: true - peerDependencies: - eslint: '>=3.14.1' - resolution: - integrity: sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA== - /eslint-import-resolver-node/0.3.4: - dependencies: - debug: 2.6.9 - resolve: 1.17.0 - dev: false - resolution: - integrity: sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA== - /eslint-import-resolver-typescript/2.3.0_abdf0c9d977be3d37bd469dd74184e57: - dependencies: - debug: 4.1.1 - eslint: 7.9.0 - eslint-plugin-import: 2.22.0_eslint@7.9.0 - glob: 7.1.6 - is-glob: 4.0.1 - resolve: 1.17.0 - tsconfig-paths: 3.9.0 - dev: false - engines: - node: '>=4' - peerDependencies: - eslint: '*' - eslint-plugin-import: '*' - resolution: - integrity: sha512-MHSXvmj5e0SGOOBhBbt7C+fWj1bJbtSYFAD85Xeg8nvUtuooTod2HQb8bfhE9f5QyyNxEfgzqOYFCvmdDIcCuw== - /eslint-module-utils/2.6.0: - dependencies: - debug: 2.6.9 - pkg-dir: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA== - /eslint-plugin-import/2.22.0_eslint@4.19.1: - dependencies: - array-includes: 3.1.1 - array.prototype.flat: 1.2.3 - contains-path: 0.1.0 - debug: 2.6.9 - doctrine: 1.5.0 - eslint: 4.19.1 - eslint-import-resolver-node: 0.3.4 - eslint-module-utils: 2.6.0 - has: 1.0.3 - minimatch: 3.0.4 - object.values: 1.1.1 - read-pkg-up: 2.0.0 - resolve: 1.17.0 - tsconfig-paths: 3.9.0 - dev: false - engines: - node: '>=4' - peerDependencies: - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 - resolution: - integrity: sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg== - /eslint-plugin-import/2.22.0_eslint@7.9.0: - dependencies: - array-includes: 3.1.1 - array.prototype.flat: 1.2.3 - contains-path: 0.1.0 - debug: 2.6.9 - doctrine: 1.5.0 - eslint: 7.9.0 - eslint-import-resolver-node: 0.3.4 - eslint-module-utils: 2.6.0 - has: 1.0.3 - minimatch: 3.0.4 - object.values: 1.1.1 - read-pkg-up: 2.0.0 - resolve: 1.17.0 - tsconfig-paths: 3.9.0 - dev: false - engines: - node: '>=4' - peerDependencies: - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 - resolution: - integrity: sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg== - /eslint-plugin-jest/24.0.1_eslint@7.9.0: - dependencies: - '@typescript-eslint/experimental-utils': 4.1.1_eslint@7.9.0 - eslint: 7.9.0 - dev: false - engines: - node: '>=10' - peerDependencies: - eslint: '>=5' - resolution: - integrity: sha512-8tYFDqOHGr7vVfdVYspmlV4sRBTylrM4gSLgkGKlO6F+djDOEJ+tEU7I50smUs7AIvFnNZutXUQAMgI9s9N6xQ== - /eslint-plugin-jest/24.0.1_eslint@7.9.0+typescript@4.0.2: - dependencies: - '@typescript-eslint/experimental-utils': 4.1.1_eslint@7.9.0+typescript@4.0.2 - eslint: 7.9.0 - dev: false - engines: - node: '>=10' - peerDependencies: - eslint: '>=5' - typescript: '*' - resolution: - integrity: sha512-8tYFDqOHGr7vVfdVYspmlV4sRBTylrM4gSLgkGKlO6F+djDOEJ+tEU7I50smUs7AIvFnNZutXUQAMgI9s9N6xQ== - /eslint-plugin-jsx-a11y/6.3.1_eslint@4.19.1: - dependencies: - '@babel/runtime': 7.11.2 - aria-query: 4.2.2 - array-includes: 3.1.1 - ast-types-flow: 0.0.7 - axe-core: 3.5.5 - axobject-query: 2.2.0 - damerau-levenshtein: 1.0.6 - emoji-regex: 9.0.0 - eslint: 4.19.1 - has: 1.0.3 - jsx-ast-utils: 2.4.1 - language-tags: 1.0.5 - dev: false - engines: - node: '>=4.0' - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 - resolution: - integrity: sha512-i1S+P+c3HOlBJzMFORRbC58tHa65Kbo8b52/TwCwSKLohwvpfT5rm2GjGWzOHTEuq4xxf2aRlHHTtmExDQOP+g== - /eslint-plugin-jsx-a11y/6.3.1_eslint@7.9.0: - dependencies: - '@babel/runtime': 7.11.2 - aria-query: 4.2.2 - array-includes: 3.1.1 - ast-types-flow: 0.0.7 - axe-core: 3.5.5 - axobject-query: 2.2.0 - damerau-levenshtein: 1.0.6 - emoji-regex: 9.0.0 - eslint: 7.9.0 - has: 1.0.3 - jsx-ast-utils: 2.4.1 - language-tags: 1.0.5 - dev: false - engines: - node: '>=4.0' - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 - resolution: - integrity: sha512-i1S+P+c3HOlBJzMFORRbC58tHa65Kbo8b52/TwCwSKLohwvpfT5rm2GjGWzOHTEuq4xxf2aRlHHTtmExDQOP+g== - /eslint-plugin-progress/0.0.1: - dev: false - resolution: - integrity: sha512-MAa+Nbw3uAHYKrt5ML2asiXCHdJ4ticANZC/KlfGO5Rck9oB+KhAXc+Zj4bLohci+EAE/3LbbcWyYm3kQuwJiQ== - /eslint-plugin-promise/4.2.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw== - /eslint-plugin-react-hooks/4.1.2_eslint@7.9.0: - dependencies: - eslint: 7.9.0 - dev: false - engines: - node: '>=10' - peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 - resolution: - integrity: sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg== - /eslint-plugin-react/7.20.6_eslint@4.19.1: - dependencies: - array-includes: 3.1.1 - array.prototype.flatmap: 1.2.3 - doctrine: 2.1.0 - eslint: 4.19.1 - has: 1.0.3 - jsx-ast-utils: 2.4.1 - object.entries: 1.1.2 - object.fromentries: 2.0.2 - object.values: 1.1.1 - prop-types: 15.7.2 - resolve: 1.17.0 - string.prototype.matchall: 4.0.2 - dev: false - engines: - node: '>=4' - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 - resolution: - integrity: sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== - /eslint-plugin-react/7.20.6_eslint@7.9.0: - dependencies: - array-includes: 3.1.1 - array.prototype.flatmap: 1.2.3 - doctrine: 2.1.0 - eslint: 7.9.0 - has: 1.0.3 - jsx-ast-utils: 2.4.1 - object.entries: 1.1.2 - object.fromentries: 2.0.2 - object.values: 1.1.1 - prop-types: 15.7.2 - resolve: 1.17.0 - string.prototype.matchall: 4.0.2 - dev: false - engines: - node: '>=4' - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 - resolution: - integrity: sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== - /eslint-plugin-security/1.4.0: - dependencies: - safe-regex: 1.1.0 - dev: false - resolution: - integrity: sha512-xlS7P2PLMXeqfhyf3NpqbvbnW04kN8M9NtmhpR3XGyOvt/vNKS7XPXT5EDbwKW9vCjWH4PpfQvgD/+JgN0VJKA== - /eslint-plugin-sonarjs/0.5.0_eslint@7.9.0: - dependencies: - eslint: 7.9.0 - dev: false - engines: - node: '>=6' - peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 - resolution: - integrity: sha512-XW5MnzlRjhXpIdbULC/qAdJYHWw3rRLws/DyawdlPU/IdVr9AmRK1r2LaCvabwKOAW2XYYSo3kDX58E4MrB7PQ== - /eslint-plugin-tsdoc/0.2.7: - dependencies: - '@microsoft/tsdoc': 0.12.21 - '@microsoft/tsdoc-config': 0.13.6 - dev: false - resolution: - integrity: sha512-GAbNpwNfwnolagP6mCQT8wY4usifnAE/iuCz15L3BcEca0xAidctU61h7w40mOuNiSp78DYPUl5gwN89nJ8+8Q== - /eslint-restricted-globals/0.1.1: - dev: false - resolution: - integrity: sha1-NfDVy8ZMLj7WLpO0saevBbp+1Nc= - /eslint-scope/3.7.1: - dependencies: - esrecurse: 4.3.0 - estraverse: 4.3.0 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha1-PWPD7f2gLgbgGkUq2IyqzHzctug= - /eslint-scope/3.7.3: - dependencies: - esrecurse: 4.3.0 - estraverse: 4.3.0 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-W+B0SvF4gamyCTmUc+uITPY0989iXVfKvhwtmJocTaYoc/3khEHmEmvfY/Gn9HA9VV75jrQECsHizkNw1b68FA== - /eslint-scope/4.0.3: - dependencies: - esrecurse: 4.3.0 - estraverse: 4.3.0 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== - /eslint-scope/5.1.1: - dependencies: - esrecurse: 4.3.0 - estraverse: 4.3.0 - dev: false - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== - /eslint-utils/2.1.0: - dependencies: - eslint-visitor-keys: 1.3.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== - /eslint-visitor-keys/1.3.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== - /eslint-visitor-keys/2.0.0: - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== - /eslint/4.19.1: - dependencies: - ajv: 5.5.2 - babel-code-frame: 6.26.0 - chalk: 2.4.2 - concat-stream: 1.6.2 - cross-spawn: 5.1.0 - debug: 3.2.6 - doctrine: 2.1.0 - eslint-scope: 3.7.3 - eslint-visitor-keys: 1.3.0 - espree: 3.5.4 - esquery: 1.3.1 - esutils: 2.0.3 - file-entry-cache: 2.0.0 - functional-red-black-tree: 1.0.1 - glob: 7.1.6 - globals: 11.12.0 - ignore: 3.3.10 - imurmurhash: 0.1.4 - inquirer: 3.3.0 - is-resolvable: 1.1.0 - js-yaml: 3.14.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.3.0 - lodash: 4.17.20 - minimatch: 3.0.4 - mkdirp: 0.5.5 - natural-compare: 1.4.0 - optionator: 0.8.3 - path-is-inside: 1.0.2 - pluralize: 7.0.0 - progress: 2.0.3 - regexpp: 1.1.0 - require-uncached: 1.0.3 - semver: 5.7.1 - strip-ansi: 4.0.0 - strip-json-comments: 2.0.1 - table: 4.0.2 - text-table: 0.2.0 - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ== - /eslint/7.9.0: - dependencies: - '@babel/code-frame': 7.10.4 - '@eslint/eslintrc': 0.1.3 - ajv: 6.12.5 - chalk: 4.1.0 - cross-spawn: 7.0.3 - debug: 4.1.1 - doctrine: 3.0.0 - enquirer: 2.3.6 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - eslint-visitor-keys: 1.3.0 - espree: 7.3.0 - esquery: 1.3.1 - esutils: 2.0.3 - file-entry-cache: 5.0.1 - functional-red-black-tree: 1.0.1 - glob-parent: 5.1.1 - globals: 12.4.0 - ignore: 4.0.6 - import-fresh: 3.2.1 - imurmurhash: 0.1.4 - is-glob: 4.0.1 - js-yaml: 3.14.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash: 4.17.20 - minimatch: 3.0.4 - natural-compare: 1.4.0 - optionator: 0.9.1 - progress: 2.0.3 - regexpp: 3.1.0 - semver: 7.3.2 - strip-ansi: 6.0.0 - strip-json-comments: 3.1.1 - table: 5.4.6 - text-table: 0.2.0 - v8-compile-cache: 2.1.1 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - hasBin: true - resolution: - integrity: sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA== - /esm/3.2.25: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA== - /espree/3.5.4: - dependencies: - acorn: 5.7.4 - acorn-jsx: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A== - /espree/7.3.0: - dependencies: - acorn: 7.4.0 - acorn-jsx: 5.3.1_acorn@7.4.0 - eslint-visitor-keys: 1.3.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - resolution: - integrity: sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw== - /esprima/2.7.3: - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE= - /esprima/4.0.1: - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - /esquery/1.3.1: - dependencies: - estraverse: 5.2.0 - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ== - /esrecurse/4.3.0: - dependencies: - estraverse: 5.2.0 - dev: false - engines: - node: '>=4.0' - resolution: - integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== - /estraverse/4.3.0: - dev: false - engines: - node: '>=4.0' - resolution: - integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - /estraverse/5.2.0: - dev: false - engines: - node: '>=4.0' - resolution: - integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== - /estree-walker/2.0.1: - dev: false - resolution: - integrity: sha512-tF0hv+Yi2Ot1cwj9eYHtxC0jB9bmjacjQs6ZBTj82H8JwUywFuc+7E83NWfNMwHXZc11mjfFcVXPe9gEP4B8dg== - /esutils/2.0.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - /etag/1.8.1: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - /event-emitter/0.3.5: - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - dev: false - resolution: - integrity: sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk= - /eventemitter3/4.0.7: - dev: false - resolution: - integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== - /events/3.2.0: - dev: false - engines: - node: '>=0.8.x' - resolution: - integrity: sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg== - /eventsource/1.0.7: - dependencies: - original: 1.0.2 - dev: false - engines: - node: '>=0.12.0' - resolution: - integrity: sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ== - /evp_bytestokey/1.0.3: - dependencies: - md5.js: 1.3.5 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - /exec-sh/0.3.4: - dev: false - resolution: - integrity: sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A== - /execa/0.7.0: - dependencies: - cross-spawn: 5.1.0 - get-stream: 3.0.0 - is-stream: 1.1.0 - npm-run-path: 2.0.2 - p-finally: 1.0.0 - signal-exit: 3.0.3 - strip-eof: 1.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= - /execa/1.0.0: - dependencies: - cross-spawn: 6.0.5 - get-stream: 4.1.0 - is-stream: 1.1.0 - npm-run-path: 2.0.2 - p-finally: 1.0.0 - signal-exit: 3.0.3 - strip-eof: 1.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== - /execa/3.4.0: - dependencies: - cross-spawn: 7.0.3 - get-stream: 5.2.0 - human-signals: 1.1.1 - is-stream: 2.0.0 - merge-stream: 2.0.0 - npm-run-path: 4.0.1 - onetime: 5.1.2 - p-finally: 2.0.1 - signal-exit: 3.0.3 - strip-final-newline: 2.0.0 - dev: false - engines: - node: ^8.12.0 || >=9.7.0 - resolution: - integrity: sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g== - /execa/4.0.3: - dependencies: - cross-spawn: 7.0.3 - get-stream: 5.2.0 - human-signals: 1.1.1 - is-stream: 2.0.0 - merge-stream: 2.0.0 - npm-run-path: 4.0.1 - onetime: 5.1.2 - signal-exit: 3.0.3 - strip-final-newline: 2.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== - /exit/0.1.2: - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-BjJjj42HfMghB9MKD/8aF8uhzQw= - /expand-brackets/0.1.5: - dependencies: - is-posix-bracket: 0.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s= - /expand-brackets/2.1.4: - dependencies: - debug: 2.6.9 - define-property: 0.2.5 - extend-shallow: 2.0.1 - posix-character-classes: 0.1.1 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - /expand-range/1.8.2: - dependencies: - fill-range: 2.2.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc= - /expand-tilde/2.0.2: - dependencies: - homedir-polyfill: 1.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= - /expect/25.5.0: - dependencies: - '@jest/types': 25.5.0 - ansi-styles: 4.2.1 - jest-get-type: 25.2.6 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-regex-util: 25.2.6 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-w7KAXo0+6qqZZhovCaBVPSIqQp7/UTcx4M9uKt2m6pd2VB1voyC8JizLRqeEqud3AAVP02g+hbErDu5gu64tlA== - /expect/26.4.2: - dependencies: - '@jest/types': 26.3.0 - ansi-styles: 4.2.1 - jest-get-type: 26.3.0 - jest-matcher-utils: 26.4.2 - jest-message-util: 26.3.0 - jest-regex-util: 26.0.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-IlJ3X52Z0lDHm7gjEp+m76uX46ldH5VpqmU0006vqDju/285twh7zaWMRhs67VpQhBwjjMchk+p5aA0VkERCAA== - /express/4.17.1: - dependencies: - accepts: 1.3.7 - array-flatten: 1.1.1 - body-parser: 1.19.0 - content-disposition: 0.5.3 - content-type: 1.0.4 - cookie: 0.4.0 - cookie-signature: 1.0.6 - debug: 2.6.9 - depd: 1.1.2 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - finalhandler: 1.1.2 - fresh: 0.5.2 - merge-descriptors: 1.0.1 - methods: 1.1.2 - on-finished: 2.3.0 - parseurl: 1.3.3 - path-to-regexp: 0.1.7 - proxy-addr: 2.0.6 - qs: 6.7.0 - range-parser: 1.2.1 - safe-buffer: 5.1.2 - send: 0.17.1 - serve-static: 1.14.1 - setprototypeof: 1.1.1 - statuses: 1.5.0 - type-is: 1.6.18 - utils-merge: 1.0.1 - vary: 1.1.2 - dev: false - engines: - node: '>= 0.10.0' - resolution: - integrity: sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== - /ext/1.4.0: - dependencies: - type: 2.1.0 - dev: false - resolution: - integrity: sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A== - /extend-shallow/1.1.4: - dependencies: - kind-of: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE= - /extend-shallow/2.0.1: - dependencies: - is-extendable: 0.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - /extend-shallow/3.0.2: - dependencies: - assign-symbols: 1.0.0 - is-extendable: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - /extend/1.3.0: - dev: false - resolution: - integrity: sha1-0VFvsP9WJNLr+RI+odrFoZlABPg= - /extend/3.0.2: - dev: false - resolution: - integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - /external-editor/2.2.0: - dependencies: - chardet: 0.4.2 - iconv-lite: 0.4.24 - tmp: 0.0.33 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A== - /external-editor/3.1.0: - dependencies: - chardet: 0.7.0 - iconv-lite: 0.4.24 - tmp: 0.0.33 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== - /extglob/0.3.2: - dependencies: - is-extglob: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE= - /extglob/2.0.4: - dependencies: - array-unique: 0.3.2 - define-property: 1.0.0 - expand-brackets: 2.1.4 - extend-shallow: 2.0.1 - fragment-cache: 0.2.1 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - /extract-text-webpack-plugin/3.0.2_webpack@3.12.0: - dependencies: - async: 2.6.3 - loader-utils: 1.4.0 - schema-utils: 0.3.0 - webpack: 3.12.0_webpack@3.12.0 - webpack-sources: 1.4.3 - deprecated: 'Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin' - dev: false - engines: - node: '>= 4.8 < 5.0.0 || >= 5.10' - peerDependencies: - webpack: ^3.1.0 - resolution: - integrity: sha512-bt/LZ4m5Rqt/Crl2HiKuAl/oqg0psx1tsTLkvWbJen1CtD+fftkZhMaQ9HOtY2gWsl2Wq+sABmMVi9z3DhKWQQ== - /extsprintf/1.3.0: - dev: false - engines: - '0': node >=0.6.0 - resolution: - integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - /fake-tag/2.0.0: - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-QDz+8qiNQ9AfBZ31EXlID5JIbUkU3e1nXDWk4tidFzd2gy8XJaEUW1HCuDY6DUy6t2Y0nvhD6PsUc+2WYy5w0w== - /fancy-log/1.3.3: - dependencies: - ansi-gray: 0.1.1 - color-support: 1.1.3 - parse-node-version: 1.0.1 - time-stamp: 1.1.0 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw== - /fast-deep-equal/1.1.0: - dev: false - resolution: - integrity: sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ= - /fast-deep-equal/2.0.1: - dev: false - resolution: - integrity: sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= - /fast-deep-equal/3.1.3: - dev: false - resolution: - integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - /fast-equals/1.6.3: - dev: false - resolution: - integrity: sha512-4WKW0AL5+WEqO0zWavAfYGY1qwLsBgE//DN4TTcVEN2UlINgkv9b3vm2iHicoenWKSX9mKWmGOsU/iI5IST7pQ== - /fast-glob/2.2.7: - dependencies: - '@mrmlnc/readdir-enhanced': 2.2.1 - '@nodelib/fs.stat': 1.1.3 - glob-parent: 3.1.0 - is-glob: 4.0.1 - merge2: 1.4.1 - micromatch: 3.1.10 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw== - /fast-glob/3.2.4: - dependencies: - '@nodelib/fs.stat': 2.0.3 - '@nodelib/fs.walk': 1.2.4 - glob-parent: 5.1.1 - merge2: 1.4.1 - micromatch: 4.0.2 - picomatch: 2.2.2 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== - /fast-json-stable-stringify/2.1.0: - dev: false - resolution: - integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - /fast-levenshtein/2.0.6: - dev: false - resolution: - integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - /fast-stringify/1.1.2: - dev: false - resolution: - integrity: sha512-SfslXjiH8km0WnRiuPfpUKwlZjW5I878qsOm+2x8x3TgqmElOOLh1rgJFb+PolNdNRK3r8urEefqx0wt7vx1dA== - /fastclick/1.0.6: - dev: false - resolution: - integrity: sha1-FhYlsnsaWAZAWTa9qaLBkm0Gvmo= - /fastparse/1.1.2: - dev: false - resolution: - integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== - /fastq/1.8.0: - dependencies: - reusify: 1.0.4 - dev: false - resolution: - integrity: sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== - /fault/1.0.4: - dependencies: - format: 0.2.2 - dev: false - resolution: - integrity: sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA== - /faye-websocket/0.11.3: - dependencies: - websocket-driver: 0.7.4 - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== - /fb-watchman/2.0.1: - dependencies: - bser: 2.1.1 - dev: false - resolution: - integrity: sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg== - /fbjs/0.8.17: - dependencies: - core-js: 1.2.7 - isomorphic-fetch: 2.2.1 - loose-envify: 1.4.0 - object-assign: 4.1.1 - promise: 7.3.1 - setimmediate: 1.0.5 - ua-parser-js: 0.7.22 - dev: false - resolution: - integrity: sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90= - /figgy-pudding/3.5.2: - dev: false - resolution: - integrity: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== - /figures/1.7.0: - dependencies: - escape-string-regexp: 1.0.5 - object-assign: 4.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4= - /figures/2.0.0: - dependencies: - escape-string-regexp: 1.0.5 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI= - /figures/3.2.0: - dependencies: - escape-string-regexp: 1.0.5 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== - /file-entry-cache/2.0.0: - dependencies: - flat-cache: 1.3.4 - object-assign: 4.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E= - /file-entry-cache/5.0.1: - dependencies: - flat-cache: 2.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g== - /file-loader/0.10.1: - dependencies: - loader-utils: 1.4.0 - dev: false - resolution: - integrity: sha1-gVA0EZiR/GRB+1pkwRvJPCLd2EI= - /file-loader/4.3.0_webpack@4.44.2: - dependencies: - loader-utils: 1.4.0 - schema-utils: 2.7.1 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.0.0 - resolution: - integrity: sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA== - /file-system-cache/1.0.5: - dependencies: - bluebird: 3.7.2 - fs-extra: 0.30.0 - ramda: 0.21.0 - dev: false - resolution: - integrity: sha1-hCWbNqK7uNPW6xAh0xMv/mTP/08= - /file-uri-to-path/1.0.0: - dev: false - optional: true - resolution: - integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== - /filename-regex/2.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY= - /filesize/3.6.1: - dev: false - engines: - node: '>= 0.4.0' - resolution: - integrity: sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg== - /fill-range/2.2.4: - dependencies: - is-number: 2.1.0 - isobject: 2.1.0 - randomatic: 3.1.1 - repeat-element: 1.1.3 - repeat-string: 1.6.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q== - /fill-range/4.0.0: - dependencies: - extend-shallow: 2.0.1 - is-number: 3.0.0 - repeat-string: 1.6.1 - to-regex-range: 2.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - /fill-range/7.0.1: - dependencies: - to-regex-range: 5.0.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - /finalhandler/1.1.2: - dependencies: - debug: 2.6.9 - encodeurl: 1.0.2 - escape-html: 1.0.3 - on-finished: 2.3.0 - parseurl: 1.3.3 - statuses: 1.5.0 - unpipe: 1.0.0 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== - /find-cache-dir/1.0.0: - dependencies: - commondir: 1.0.1 - make-dir: 1.3.0 - pkg-dir: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-kojj6ePMN0hxfTnq3hfPcfww7m8= - /find-cache-dir/2.1.0: - dependencies: - commondir: 1.0.1 - make-dir: 2.1.0 - pkg-dir: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - /find-cache-dir/3.3.1: - dependencies: - commondir: 1.0.1 - make-dir: 3.1.0 - pkg-dir: 4.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ== - /find-index/0.1.1: - dev: false - resolution: - integrity: sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ= - /find-root/1.1.0: - dev: false - resolution: - integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== - /find-up/1.1.2: - dependencies: - path-exists: 2.1.0 - pinkie-promise: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= - /find-up/2.1.0: - dependencies: - locate-path: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c= - /find-up/3.0.0: - dependencies: - locate-path: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - /find-up/4.1.0: - dependencies: - locate-path: 5.0.0 - path-exists: 4.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - /findup-sync/0.3.0: - dependencies: - glob: 5.0.15 - dev: false - engines: - node: '>= 0.6.0' - resolution: - integrity: sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY= - /findup-sync/2.0.0: - dependencies: - detect-file: 1.0.0 - is-glob: 3.1.0 - micromatch: 3.1.10 - resolve-dir: 1.0.1 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw= - /fined/1.2.0: - dependencies: - expand-tilde: 2.0.2 - is-plain-object: 2.0.4 - object.defaults: 1.1.0 - object.pick: 1.3.0 - parse-filepath: 1.0.2 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng== - /first-chunk-stream/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Wb+1DNkF9g18OUzT2ayqtOatk04= - /first-chunk-stream/2.0.0: - dependencies: - readable-stream: 2.3.7 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-G97NuOCDwGZLkZRVgVd6Q6nzHXA= - /flagged-respawn/1.0.1: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q== - /flat-cache/1.3.4: - dependencies: - circular-json: 0.3.3 - graceful-fs: 4.2.4 - rimraf: 2.6.3 - write: 0.2.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg== - /flat-cache/2.0.1: - dependencies: - flatted: 2.0.2 - rimraf: 2.6.3 - write: 1.0.3 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA== - /flatted/2.0.2: - dev: false - resolution: - integrity: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== - /flatten/1.0.3: - dev: false - resolution: - integrity: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg== - /flow-parser/0.134.0: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-VmRba5YXKmVqIH3xNzUJ4pNobxXEOl6h36m+0f5dZ6/av9YlRpls/yBnPESQ4qBUbyyp7iqoc1Feo1lFw3u1YQ== - /flush-write-stream/1.1.1: - dependencies: - inherits: 2.0.4 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== - /focus-lock/0.7.0: - dev: false - resolution: - integrity: sha512-LI7v2mH02R55SekHYdv9pRHR9RajVNyIJ2N5IEkWbg7FT5ZmJ9Hw4mWxHeEUcd+dJo0QmzztHvDvWcc7prVFsw== - /follow-redirects/1.5.10: - dependencies: - debug: 3.1.0 - dev: false - engines: - node: '>=4.0' - resolution: - integrity: sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ== - /for-in/0.1.8: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE= - /for-in/1.0.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - /for-own/0.1.5: - dependencies: - for-in: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4= - /for-own/1.0.0: - dependencies: - for-in: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs= - /forever-agent/0.6.1: - dev: false - resolution: - integrity: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - /fork-ts-checker-webpack-plugin/1.5.0: - dependencies: - babel-code-frame: 6.26.0 - chalk: 2.4.2 - chokidar: 2.1.8 - micromatch: 3.1.10 - minimatch: 3.0.4 - semver: 5.7.1 - tapable: 1.1.3 - worker-rpc: 0.1.1 - dev: false - engines: - node: '>=6.11.5' - yarn: '>=1.0.0' - resolution: - integrity: sha512-zEhg7Hz+KhZlBhILYpXy+Beu96gwvkROWJiTXOCyOOMMrdBIRPvsBpBqgTI4jfJGrJXcqGwJR8zsBGDmzY0jsA== - /fork-ts-checker-webpack-plugin/3.1.1: - dependencies: - babel-code-frame: 6.26.0 - chalk: 2.4.2 - chokidar: 3.4.2 - micromatch: 3.1.10 - minimatch: 3.0.4 - semver: 5.7.1 - tapable: 1.1.3 - worker-rpc: 0.1.1 - dev: false - engines: - node: '>=6.11.5' - yarn: '>=1.0.0' - resolution: - integrity: sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ== - /form-data/2.1.4: - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.27 - dev: false - engines: - node: '>= 0.12' - optional: true - resolution: - integrity: sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE= - /form-data/2.3.3: - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.27 - dev: false - engines: - node: '>= 0.12' - resolution: - integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - /format/0.2.2: - dev: false - engines: - node: '>=0.4.x' - resolution: - integrity: sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs= - /formidable/1.0.17: - deprecated: Old versions of Formidable are not compatible with the current Node.js; Upgrade to 1.2.0 or later - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-71SRSQ+UM7cF+qdyScmQKa40hVk= - /forwarded/0.1.2: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= - /fragment-cache/0.2.1: - dependencies: - map-cache: 0.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - /fresh/0.5.2: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= - /from2/2.3.0: - dependencies: - inherits: 2.0.4 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= - /fs-constants/1.0.0: - dev: false - resolution: - integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== - /fs-extra/0.16.5: - dependencies: - graceful-fs: 3.0.12 - jsonfile: 2.4.0 - rimraf: 2.7.1 - dev: false - resolution: - integrity: sha1-GtZh+myGyWCM0bSe/G/Og0k5p1A= - /fs-extra/0.30.0: - dependencies: - graceful-fs: 4.2.4 - jsonfile: 2.4.0 - klaw: 1.3.1 - path-is-absolute: 1.0.1 - rimraf: 2.7.1 - dev: false - resolution: - integrity: sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A= - /fs-extra/6.0.1: - dependencies: - graceful-fs: 4.2.4 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - resolution: - integrity: sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA== - /fs-extra/8.1.0: - dependencies: - graceful-fs: 4.2.4 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - engines: - node: '>=6 <7 || >=8' - resolution: - integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== - /fs-extra/9.0.1: - dependencies: - at-least-node: 1.0.0 - graceful-fs: 4.2.4 - jsonfile: 6.0.1 - universalify: 1.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== - /fs-minipass/2.1.0: - dependencies: - minipass: 3.1.3 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== - /fs-readdir-recursive/1.1.0: - dev: false - resolution: - integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA== - /fs-write-stream-atomic/1.0.10: - dependencies: - graceful-fs: 4.2.4 - iferr: 0.1.5 - imurmurhash: 0.1.4 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= - /fs.realpath/1.0.0: - dev: false - resolution: - integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - /fsevents/1.2.13: - dependencies: - bindings: 1.5.0 - nan: 2.14.1 - deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. - dev: false - engines: - node: '>= 4.0' - optional: true - os: - - darwin - requiresBuild: true - resolution: - integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== - /fsevents/2.1.3: - dev: false - engines: - node: ^8.16.0 || ^10.6.0 || >=11.0.0 - optional: true - os: - - darwin - resolution: - integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== - /fstream/1.0.12: - dependencies: - graceful-fs: 4.2.4 - inherits: 2.0.4 - mkdirp: 0.5.5 - rimraf: 2.7.1 - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== - /function-bind/1.1.1: - dev: false - resolution: - integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - /function.prototype.name/1.1.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - functions-have-names: 1.2.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-C8A+LlHBJjB2AdcRPorc5JvJ5VUoWlXdEHLOJdCI7kjHEtGTpHQUiqMvCIKUwIsGwZX2jZJy761AXsn356bJQg== - /functional-red-black-tree/1.0.1: - dev: false - resolution: - integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= - /functions-have-names/1.2.1: - dev: false - resolution: - integrity: sha512-j48B/ZI7VKs3sgeI2cZp7WXWmZXu7Iq5pl5/vptV5N2mq+DGFuS/ulaDjtaoLpYzuD6u8UgrUKHfgo7fDTSiBA== - /fuse.js/3.6.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw== - /gauge/2.7.4: - 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.3 - string-width: 1.0.2 - strip-ansi: 3.0.1 - wide-align: 1.1.3 - dev: false - resolution: - integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= - /gaze/0.5.2: - dependencies: - globule: 0.1.0 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8= - /generic-names/2.0.1: - dependencies: - loader-utils: 1.4.0 - dev: false - resolution: - integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== - /gensync/1.0.0-beta.1: - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== - /get-caller-file/1.0.3: - dev: false - resolution: - integrity: sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== - /get-caller-file/2.0.5: - dev: false - engines: - node: 6.* || 8.* || >= 10.* - resolution: - integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - /get-contrast/2.0.0: - dependencies: - css-color-names: 0.0.3 - is-blank: 1.1.0 - is-named-css-color: 1.0.0 - rgb: 0.1.0 - wcag-contrast: 0.1.0 - dev: false - hasBin: true - resolution: - integrity: sha1-yWVJfSWNTCPQOgZZVIWsw9Ue1vs= - /get-css-urls/0.0.1: - dependencies: - css-url-regex: 0.0.1 - dev: false - resolution: - integrity: sha1-mjCleM5GVfg0GFKOf7evXlk1b4E= - /get-css/0.2.0: - dependencies: - cheerio: 0.18.0 - q: 1.5.1 - request: 2.88.2 - resolve-css-import-urls: 0.0.2 - dev: false - resolution: - integrity: sha1-1rAOubA5ajvEicslC/ZwcNtdv8c= - /get-imports/1.0.0: - dependencies: - array-uniq: 1.0.3 - import-regex: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-R8C07piTUWQsVJdxk79Pyqv1N48= - /get-nonce/1.0.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q== - /get-package-type/0.1.0: - dev: false - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== - /get-stdin/4.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= - /get-stdin/5.0.1: - dev: false - engines: - node: '>=0.12.0' - resolution: - integrity: sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g= - /get-stdin/6.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== - /get-stream/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= - /get-stream/4.1.0: - dependencies: - pump: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== - /get-stream/5.2.0: - dependencies: - pump: 3.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== - /get-value/2.0.6: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - /getpass/0.1.7: - dependencies: - assert-plus: 1.0.0 - dev: false - resolution: - integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - /gh-pages/0.3.1: - dependencies: - async: 0.2.9 - commander: 2.8.1 - glob: 4.0.6 - graceful-fs: 2.0.1 - lodash: 2.4.2 - q: 1.0.1 - q-io: 1.11.6 - wrench: 1.5.1 - dev: false - hasBin: true - resolution: - integrity: sha1-5Y9/jHxJbC+VuDNUpOPzMdwDJ6g= - /github-slugger/1.3.0: - dependencies: - emoji-regex: 6.1.1 - dev: false - resolution: - integrity: sha512-gwJScWVNhFYSRDvURk/8yhcFBee6aFjye2a7Lhb2bUyRulpIoek9p0I9Kt7PT67d/nUlZbFu8L9RLiA0woQN8Q== - /glob-base/0.3.0: - dependencies: - glob-parent: 2.0.0 - is-glob: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q= - /glob-parent/2.0.0: - dependencies: - is-glob: 2.0.1 - dev: false - resolution: - integrity: sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg= - /glob-parent/3.1.0: - dependencies: - is-glob: 3.1.0 - path-dirname: 1.0.2 - dev: false - resolution: - integrity: sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= - /glob-parent/5.1.1: - dependencies: - is-glob: 4.0.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== - /glob-stream/3.1.18: - dependencies: - glob: 4.5.3 - glob2base: 0.0.12 - minimatch: 2.0.10 - ordered-read-streams: 0.1.0 - through2: 0.6.5 - unique-stream: 1.0.0 - dev: false - engines: - node: '>= 0.9' - resolution: - integrity: sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs= - /glob-stream/5.3.5: - dependencies: - extend: 3.0.2 - glob: 5.0.15 - glob-parent: 3.1.0 - micromatch: 2.3.11 - ordered-read-streams: 0.3.0 - through2: 0.6.5 - to-absolute-glob: 0.1.1 - unique-stream: 2.3.1 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-pVZlqajM3EGRWofHAeMtTgFvrSI= - /glob-to-regexp/0.3.0: - dev: false - resolution: - integrity: sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= - /glob-to-regexp/0.4.1: - dev: false - resolution: - integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== - /glob-watcher/0.0.6: - dependencies: - gaze: 0.5.2 - dev: false - engines: - node: '>= 0.9' - resolution: - integrity: sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs= - /glob/3.1.21: - dependencies: - graceful-fs: 1.2.3 - inherits: 1.0.2 - minimatch: 0.2.14 - dev: false - resolution: - integrity: sha1-0p4KBV3qUTj00H7UDomC6DwgZs0= - /glob/4.0.6: - dependencies: - graceful-fs: 3.0.12 - inherits: 2.0.4 - minimatch: 1.0.0 - once: 1.4.0 - dev: false - resolution: - integrity: sha1-aVxQvdTi+1xdNwsJHziNNwfikac= - /glob/4.5.3: - dependencies: - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 2.0.10 - once: 1.4.0 - dev: false - resolution: - integrity: sha1-xstz0yJsHv7wTePFbQEvAzd+4V8= - /glob/5.0.15: - dependencies: - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: false - resolution: - integrity: sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E= - /glob/7.1.6: - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: false - resolution: - integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== - /glob2base/0.0.12: - dependencies: - find-index: 0.1.1 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY= - /global-dirs/0.1.1: - dependencies: - ini: 1.3.5 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= - /global-modules/1.0.0: - dependencies: - global-prefix: 1.0.2 - is-windows: 1.0.2 - resolve-dir: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== - /global-modules/2.0.0: - dependencies: - global-prefix: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== - /global-prefix/1.0.2: - dependencies: - expand-tilde: 2.0.2 - homedir-polyfill: 1.0.3 - ini: 1.3.5 - is-windows: 1.0.2 - which: 1.3.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= - /global-prefix/3.0.0: - dependencies: - ini: 1.3.5 - kind-of: 6.0.3 - which: 1.3.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg== - /global/4.4.0: - dependencies: - min-document: 2.19.0 - process: 0.11.10 - dev: false - resolution: - integrity: sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w== - /globals/11.12.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - /globals/12.4.0: - dependencies: - type-fest: 0.8.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== - /globals/9.18.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ== - /globalthis/1.0.1: - dependencies: - define-properties: 1.1.3 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-mJPRTc/P39NH/iNG4mXa9aIhNymaQikTrnspeCa2ZuJ+mH2QN/rXwtX3XwKrHqWgUQFbNZKtHM105aHzJalElw== - /globby/11.0.1: - dependencies: - array-union: 2.1.0 - dir-glob: 3.0.1 - fast-glob: 3.2.4 - ignore: 5.1.8 - merge2: 1.4.1 - slash: 3.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== - /globby/8.0.2: - dependencies: - array-union: 1.0.2 - dir-glob: 2.0.0 - fast-glob: 2.2.7 - glob: 7.1.6 - ignore: 3.3.10 - pify: 3.0.0 - slash: 1.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w== - /globule/0.1.0: - dependencies: - glob: 3.1.21 - lodash: 1.0.2 - minimatch: 0.2.14 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU= - /glogg/1.0.2: - dependencies: - sparkles: 1.0.1 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA== - /good-listener/1.2.2: - dependencies: - delegate: 3.2.0 - dev: false - optional: true - resolution: - integrity: sha1-1TswzfkxPf+33JoNR3CWqm0UXFA= - /got/6.7.1: - dependencies: - create-error-class: 3.0.2 - duplexer3: 0.1.4 - get-stream: 3.0.0 - is-redirect: 1.0.0 - is-retry-allowed: 1.2.0 - is-stream: 1.1.0 - lowercase-keys: 1.0.1 - safe-buffer: 5.2.1 - timed-out: 4.0.1 - unzip-response: 2.0.1 - url-parse-lax: 1.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA= - /got/8.3.2: - dependencies: - '@sindresorhus/is': 0.7.0 - cacheable-request: 2.1.4 - decompress-response: 3.3.0 - duplexer3: 0.1.4 - get-stream: 3.0.0 - into-stream: 3.1.0 - is-retry-allowed: 1.2.0 - isurl: 1.0.0 - lowercase-keys: 1.0.1 - mimic-response: 1.0.1 - p-cancelable: 0.4.1 - p-timeout: 2.0.1 - pify: 3.0.0 - safe-buffer: 5.2.1 - timed-out: 4.0.1 - url-parse-lax: 3.0.0 - url-to-options: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw== - /graceful-fs/1.2.3: - deprecated: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q= - /graceful-fs/2.0.1: - deprecated: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-f9bgpIN8NdDMFTMClNlYSjiYz4Q= - /graceful-fs/3.0.12: - dependencies: - natives: 1.1.6 - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-J55gaCS4iTTJfTXIxSVw3EMQckcqkpdRv3IR7gu6sq0+tbC363Zx6KH/SEwXASK9JRbhyZmVjJEVJIOxYsB3Qg== - /graceful-fs/4.2.4: - dev: false - resolution: - integrity: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== - /graceful-readlink/1.0.1: - dev: false - resolution: - integrity: sha1-TK+tdrxi8C+gObL5Tpo906ORpyU= - /gray-matter/4.0.2: - dependencies: - js-yaml: 3.14.0 - kind-of: 6.0.3 - section-matter: 1.0.0 - strip-bom-string: 1.0.0 - dev: false - engines: - node: '>=6.0' - resolution: - integrity: sha512-7hB/+LxrOjq/dd8APlK0r24uL/67w7SkYnfwhNFwg/VDIGWGmduTDYf3WNstLW2fbbmRwrDGCVSJ2isuf2+4Hw== - /growly/1.3.0: - dev: false - optional: true - resolution: - integrity: sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= - /gud/1.0.0: - dev: false - resolution: - integrity: sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw== - /gulp-babel-minify/0.2.0: - dependencies: - babel-core: 6.26.3 - babel-preset-minify: 0.2.0 - gulp-util: 3.0.8 - through2: 2.0.5 - vinyl-sourcemaps-apply: 0.2.1 - dev: false - resolution: - integrity: sha512-XYCY7AFOaVtZAWpoY1ldpzMB+c4s6M9g7aWGHjgzQHZg+TXzuyD0QznAok5JGpC+E8/5kaGYv57us+HDJXvquA== - /gulp-babel/6.1.3: - dependencies: - babel-core: 6.26.3 - object-assign: 4.1.1 - plugin-error: 1.0.1 - replace-ext: 0.0.1 - through2: 2.0.5 - vinyl-sourcemaps-apply: 0.2.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-tm15R3rt4gO59WXCuqrwf4QXJM9VIJC+0J2NPYSC6xZn+cZRD5y5RPGAiHaDxCJq7Rz5BDljlrk3cEjWADF+wQ== - /gulp-jsx2example/1.2.4: - dependencies: - gulp-util: 3.0.8 - highlight.js: 8.9.1 - lodash.merge: 3.3.2 - marked: 0.3.19 - through2: 2.0.5 - xtemplate: 4.7.2 - xtpl: 3.4.2 - dev: false - resolution: - integrity: sha1-zXfAuB0Qv84GsNFINBPJ+hZBrLQ= - /gulp-less/3.5.0: - dependencies: - accord: 0.28.0 - less: 2.7.3 - object-assign: 4.1.1 - plugin-error: 0.1.2 - replace-ext: 1.0.1 - through2: 2.0.5 - vinyl-sourcemaps-apply: 0.2.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-FQLY7unaHdTOXG0jlwxeBQcWoPPrTMQZRA7HfYwSNi9IPVx5l7GJEN72mG4ri2yigp/f/VNGUAJnFMJHBmH3iw== - /gulp-postcss/6.4.0: - dependencies: - gulp-util: 3.0.8 - postcss: 5.2.18 - postcss-load-config: 1.2.0 - vinyl-sourcemaps-apply: 0.2.1 - dev: false - resolution: - integrity: sha1-eKMuPIeqbNzsWuHJBeGW1HjoxdU= - /gulp-prettier/2.3.0: - dependencies: - plugin-error: 1.0.1 - prettier: 1.19.1 - safe-buffer: 5.2.1 - through2: 3.0.2 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-3byhZ6+tT3uqZUmIuhNs+upiUiwTtZXQ5vD/rrXq+ZypYyYlCIGGmSYq7wDc0uTJyGhHtYNTJ97ix2hI747zyg== - /gulp-sourcemaps/1.6.0: - dependencies: - convert-source-map: 1.7.0 - graceful-fs: 4.2.4 - strip-bom: 2.0.0 - through2: 2.0.5 - vinyl: 1.2.0 - dev: false - resolution: - integrity: sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw= - /gulp-typescript/3.0.2_typescript@2.9.2: - dependencies: - gulp-util: 3.0.8 - source-map: 0.5.7 - through2: 2.0.5 - typescript: 2.9.2 - vinyl-fs: 2.4.4 - dev: false - peerDependencies: - typescript: ~2.0.3 || >=2.0.0-dev || >=2.1.0-dev - resolution: - integrity: sha1-aEz9ddDfBkdRToZ51PnzSyjfHaU= - /gulp-util/3.0.8: - dependencies: - array-differ: 1.0.0 - array-uniq: 1.0.3 - beeper: 1.1.1 - chalk: 1.1.3 - dateformat: 2.2.0 - fancy-log: 1.3.3 - gulplog: 1.0.0 - has-gulplog: 0.1.0 - lodash._reescape: 3.0.0 - lodash._reevaluate: 3.0.0 - lodash._reinterpolate: 3.0.0 - lodash.template: 3.6.2 - minimist: 1.2.5 - multipipe: 0.1.2 - object-assign: 3.0.0 - replace-ext: 0.0.1 - through2: 2.0.5 - vinyl: 0.5.3 - deprecated: 'gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5' - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-AFTh50RQLifATBh8PsxQXdVLu08= - /gulp-watch/4.3.11: - dependencies: - anymatch: 1.3.2 - chokidar: 1.7.0 - glob-parent: 3.1.0 - gulp-util: 3.0.8 - object-assign: 4.1.1 - path-is-absolute: 1.0.1 - readable-stream: 2.3.7 - slash: 1.0.0 - vinyl: 1.2.0 - vinyl-file: 2.0.0 - dev: false - resolution: - integrity: sha1-Fi/FY96fx3DpH5p845VVE6mhGMA= - /gulp/3.9.1: - dependencies: - archy: 1.0.0 - chalk: 1.1.3 - deprecated: 0.0.1 - gulp-util: 3.0.8 - interpret: 1.4.0 - liftoff: 2.5.0 - minimist: 1.2.5 - orchestrator: 0.3.8 - pretty-hrtime: 1.0.3 - semver: 4.3.6 - tildify: 1.2.0 - v8flags: 2.1.1 - vinyl-fs: 0.3.14 - dev: false - engines: - node: '>= 0.9' - hasBin: true - resolution: - integrity: sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ= - /gulplog/1.0.0: - dependencies: - glogg: 1.0.2 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-4oxNRdBey77YGDY86PnFkmIp/+U= - /gzip-size/1.0.0: - dependencies: - browserify-zlib: 0.1.4 - concat-stream: 1.6.2 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-Zs+LEBBHInuVus5uodoMF37Vwi8= - /gzip-size/3.0.0: - dependencies: - duplexer: 0.1.2 - dev: false - engines: - node: '>=0.12.0' - resolution: - integrity: sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA= - /gzip-size/5.1.1: - dependencies: - duplexer: 0.1.2 - pify: 4.0.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA== - /har-schema/1.0.5: - dev: false - engines: - node: '>=4' - optional: true - resolution: - integrity: sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4= - /har-schema/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - /har-validator/4.2.1: - dependencies: - ajv: 4.11.8 - har-schema: 1.0.5 - deprecated: this library is no longer supported - dev: false - engines: - node: '>=4' - optional: true - resolution: - integrity: sha1-M0gdDxu/9gDdID11gSpqX7oALio= - /har-validator/5.1.5: - dependencies: - ajv: 6.12.5 - har-schema: 2.0.0 - deprecated: this library is no longer supported - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== - /hard-rejection/2.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== - /has-ansi/2.0.0: - dependencies: - ansi-regex: 2.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= - /has-class-selector/0.0.1: - dev: false - resolution: - integrity: sha1-amAYqK3yWMgyZmgLYp1XZCwvbUw= - /has-flag/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo= - /has-flag/2.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-6CB68cx7MNRGzHC3NLXovhj4jVE= - /has-flag/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - /has-flag/4.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - /has-gulplog/0.1.0: - dependencies: - sparkles: 1.0.1 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4= - /has-id-selector/0.0.1: - dev: false - resolution: - integrity: sha1-w2EisYJnmzeXc+I+sdCXMSYPkzU= - /has-pseudo-class/0.0.1: - dependencies: - pseudo-classes: 0.0.1 - dev: false - resolution: - integrity: sha1-W9InZqRhiG9cYh9o91AyXJ8Vp2w= - /has-pseudo-element/0.0.1: - dependencies: - pseudo-elements: 0.0.1 - dev: false - resolution: - integrity: sha1-qyLP8qVd9Cfs8MQOL29nXeyb3qM= - /has-symbol-support-x/1.4.2: - dev: false - resolution: - integrity: sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw== - /has-symbols/1.0.1: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== - /has-to-string-tag-x/1.4.1: - dependencies: - has-symbol-support-x: 1.4.2 - dev: false - resolution: - integrity: sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw== - /has-unicode/2.0.1: - dev: false - resolution: - integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - /has-value/0.3.1: - dependencies: - get-value: 2.0.6 - has-values: 0.1.4 - isobject: 2.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - /has-value/1.0.0: - dependencies: - get-value: 2.0.6 - has-values: 1.0.0 - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - /has-values/0.1.4: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-bWHeldkd/Km5oCCJrThL/49it3E= - /has-values/1.0.0: - dependencies: - is-number: 3.0.0 - kind-of: 4.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - /has/1.0.3: - dependencies: - function-bind: 1.1.1 - dev: false - engines: - node: '>= 0.4.0' - resolution: - integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - /hash-base/3.1.0: - dependencies: - inherits: 2.0.4 - readable-stream: 3.6.0 - safe-buffer: 5.2.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== - /hash-sum/1.0.2: - dev: false - resolution: - integrity: sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ= - /hash-sum/2.0.0: - dev: false - resolution: - integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg== - /hash.js/1.1.7: - dependencies: - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - dev: false - resolution: - integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== - /hast-to-hyperscript/9.0.0: - dependencies: - '@types/unist': 2.0.3 - comma-separated-tokens: 1.0.8 - property-information: 5.5.0 - space-separated-tokens: 1.1.5 - style-to-object: 0.3.0 - unist-util-is: 4.0.2 - web-namespaces: 1.1.4 - dev: false - resolution: - integrity: sha512-NJvMYU3GlMLs7hN3CRbsNlMzusVNkYBogVWDGybsuuVQ336gFLiD+q9qtFZT2meSHzln3pNISZWTASWothMSMg== - /hast-util-from-parse5/6.0.0: - dependencies: - '@types/parse5': 5.0.3 - ccount: 1.0.5 - hastscript: 5.1.2 - property-information: 5.5.0 - vfile: 4.2.0 - web-namespaces: 1.1.4 - dev: false - resolution: - integrity: sha512-3ZYnfKenbbkhhNdmOQqgH10vnvPivTdsOJCri+APn0Kty+nRkDHArnaX9Hiaf8H+Ig+vkNptL+SRY/6RwWJk1Q== - /hast-util-parse-selector/2.2.4: - dev: false - resolution: - integrity: sha512-gW3sxfynIvZApL4L07wryYF4+C9VvH3AUi7LAnVXV4MneGEgwOByXvFo18BgmTWnm7oHAe874jKbIB1YhHSIzA== - /hast-util-raw/6.0.1: - dependencies: - '@types/hast': 2.3.1 - hast-util-from-parse5: 6.0.0 - hast-util-to-parse5: 6.0.0 - html-void-elements: 1.0.5 - parse5: 6.0.1 - unist-util-position: 3.1.0 - vfile: 4.2.0 - web-namespaces: 1.1.4 - xtend: 4.0.2 - zwitch: 1.0.5 - dev: false - resolution: - integrity: sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig== - /hast-util-to-parse5/6.0.0: - dependencies: - hast-to-hyperscript: 9.0.0 - property-information: 5.5.0 - web-namespaces: 1.1.4 - xtend: 4.0.2 - zwitch: 1.0.5 - dev: false - resolution: - integrity: sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ== - /hastscript/5.1.2: - dependencies: - comma-separated-tokens: 1.0.8 - hast-util-parse-selector: 2.2.4 - property-information: 5.5.0 - space-separated-tokens: 1.1.5 - dev: false - resolution: - integrity: sha512-WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ== - /hawk/3.1.3: - dependencies: - boom: 2.10.1 - cryptiles: 2.0.5 - hoek: 2.16.3 - sntp: 1.0.9 - deprecated: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. - dev: false - engines: - node: '>=0.10.32' - optional: true - resolution: - integrity: sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ= - /he/1.2.0: - dev: false - hasBin: true - resolution: - integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== - /header-case/1.0.1: - dependencies: - no-case: 2.3.2 - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-lTWXMZfBRLCWE81l0xfvGZY70C0= - /hex-color-regex/1.1.0: - dev: false - resolution: - integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== - /hex-rgb/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-UyJ1aXy5gj4FJCmxhMZ4HUbP30k= - /highlight.js/8.9.1: - dev: false - resolution: - integrity: sha1-uKnFSTISqTkvAiK2SclhFJfr+4g= - /highlight.js/9.13.1: - dev: false - resolution: - integrity: sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A== - /history/4.10.1: - dependencies: - '@babel/runtime': 7.11.2 - loose-envify: 1.4.0 - resolve-pathname: 3.0.0 - tiny-invariant: 1.1.0 - tiny-warning: 1.0.3 - value-equal: 1.0.1 - dev: false - resolution: - integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew== - /hmac-drbg/1.0.1: - dependencies: - hash.js: 1.1.7 - minimalistic-assert: 1.0.1 - minimalistic-crypto-utils: 1.0.1 - dev: false - resolution: - integrity: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= - /hoek/2.16.3: - deprecated: 'This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).' - dev: false - engines: - node: '>=0.10.40' - optional: true - resolution: - integrity: sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0= - /hoist-non-react-statics/2.5.5: - dev: false - resolution: - integrity: sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw== - /hoist-non-react-statics/3.3.2: - dependencies: - react-is: 16.13.1 - dev: false - resolution: - integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== - /home-or-tmp/2.0.0: - dependencies: - os-homedir: 1.0.2 - os-tmpdir: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-42w/LSyufXRqhX440Y1fMqeILbg= - /homedir-polyfill/1.0.3: - dependencies: - parse-passwd: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== - /hosted-git-info/2.8.8: - dev: false - resolution: - integrity: sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== - /hsl-regex/1.0.0: - dev: false - resolution: - integrity: sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4= - /hsla-regex/1.0.0: - dev: false - resolution: - integrity: sha1-wc56MWjIxmFAM6S194d/OyJfnDg= - /html-comment-regex/1.1.2: - dev: false - resolution: - integrity: sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== - /html-element-map/1.2.0: - dependencies: - array-filter: 1.0.0 - dev: false - resolution: - integrity: sha512-0uXq8HsuG1v2TmQ8QkIhzbrqeskE4kn52Q18QJ9iAA/SnHoEKXWiUxHQtclRsCFWEUD2So34X+0+pZZu862nnw== - /html-encoding-sniffer/1.0.2: - dependencies: - whatwg-encoding: 1.0.5 - dev: false - resolution: - integrity: sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw== - /html-encoding-sniffer/2.0.1: - dependencies: - whatwg-encoding: 1.0.5 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ== - /html-entities/1.3.1: - dev: false - resolution: - integrity: sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA== - /html-escaper/2.0.2: - dev: false - resolution: - integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== - /html-minifier-terser/5.1.1: - dependencies: - camel-case: 4.1.1 - clean-css: 4.2.3 - commander: 4.1.1 - he: 1.2.0 - param-case: 3.0.3 - relateurl: 0.2.7 - terser: 4.8.0 - dev: false - engines: - node: '>=6' - hasBin: true - resolution: - integrity: sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg== - /html-tags/3.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== - /html-void-elements/1.0.5: - dev: false - resolution: - integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w== - /html-webpack-plugin/4.4.1_webpack@4.44.2: - dependencies: - '@types/html-minifier-terser': 5.1.0 - '@types/tapable': 1.0.6 - '@types/webpack': 4.41.22 - html-minifier-terser: 5.1.1 - loader-utils: 1.4.0 - lodash: 4.17.20 - pretty-error: 2.1.1 - tapable: 1.1.3 - util.promisify: 1.0.0 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>=6.9' - peerDependencies: - webpack: '>=4.0.0 < 6.0.0' - resolution: - integrity: sha512-nEtdEIsIGXdXGG7MjTTZlmhqhpHU9pJFc1OYxcP36c5/ZKP6b0BJMww2QTvJGQYA9aMxUnjDujpZdYcVOXiBCQ== - /html5shiv/3.7.3: - dev: false - resolution: - integrity: sha1-14qEo2e8uacQEA1XgCw4ewhGMdI= - /htmlparser2/3.10.1: - dependencies: - domelementtype: 1.3.1 - domhandler: 2.4.2 - domutils: 1.7.0 - entities: 1.1.2 - inherits: 2.0.4 - readable-stream: 3.6.0 - dev: false - resolution: - integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== - /htmlparser2/3.8.3: - dependencies: - domelementtype: 1.3.1 - domhandler: 2.3.0 - domutils: 1.5.1 - entities: 1.0.0 - readable-stream: 1.1.14 - dev: false - resolution: - integrity: sha1-mWwosZFRaovoZQGn15dX5ccMEGg= - /htmlparser2/4.1.0: - dependencies: - domelementtype: 2.0.2 - domhandler: 3.0.0 - domutils: 2.1.0 - entities: 2.0.3 - dev: false - resolution: - integrity: sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q== - /http-assert/1.4.1: - dependencies: - deep-equal: 1.0.1 - http-errors: 1.7.3 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-rdw7q6GTlibqVVbXr0CKelfV5iY8G2HqEUkhSk297BMbSpSL8crXC+9rjKoMcZZEsksX30le6f/4ul4E28gegw== - /http-cache-semantics/3.8.1: - dev: false - resolution: - integrity: sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w== - /http-errors/1.6.3: - dependencies: - depd: 1.1.2 - inherits: 2.0.3 - setprototypeof: 1.1.0 - statuses: 1.5.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= - /http-errors/1.7.2: - dependencies: - depd: 1.1.2 - inherits: 2.0.3 - setprototypeof: 1.1.1 - statuses: 1.5.0 - toidentifier: 1.0.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== - /http-errors/1.7.3: - dependencies: - depd: 1.1.2 - inherits: 2.0.4 - setprototypeof: 1.1.1 - statuses: 1.5.0 - toidentifier: 1.0.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== - /http-errors/1.8.0: - dependencies: - depd: 1.1.2 - inherits: 2.0.4 - setprototypeof: 1.2.0 - statuses: 1.5.0 - toidentifier: 1.0.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== - /http-parser-js/0.5.2: - dev: false - resolution: - integrity: sha512-opCO9ASqg5Wy2FNo7A0sxy71yGbbkJJXLdgMK04Tcypw9jr2MgWbyubb0+WdmDmGnFflO7fRbqbaihh/ENDlRQ== - /http-signature/1.1.1: - dependencies: - assert-plus: 0.2.0 - jsprim: 1.4.1 - sshpk: 1.16.1 - dev: false - engines: - node: '>=0.8' - npm: '>=1.3.7' - optional: true - resolution: - integrity: sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8= - /http-signature/1.2.0: - dependencies: - assert-plus: 1.0.0 - jsprim: 1.4.1 - sshpk: 1.16.1 - dev: false - engines: - node: '>=0.8' - npm: '>=1.3.7' - resolution: - integrity: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= - /https-browserify/1.0.0: - dev: false - resolution: - integrity: sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= - /human-signals/1.1.1: - dev: false - engines: - node: '>=8.12.0' - resolution: - integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== - /humanize-number/0.0.2: - dev: false - resolution: - integrity: sha1-EcCvakcWQ2M1iFiASPF5lUFInBg= - /iconv-lite/0.4.24: - dependencies: - safer-buffer: 2.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - /iconv-lite/0.6.2: - dependencies: - safer-buffer: 2.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ== - /icss-replace-symbols/1.1.0: - dev: false - resolution: - integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= - /icss-utils/4.1.1: - dependencies: - postcss: 7.0.29 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== - /ieee754/1.1.13: - dev: false - resolution: - integrity: sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg== - /iferr/0.1.5: - dev: false - resolution: - integrity: sha1-xg7taebY/bazEEofy8ocGS3FtQE= - /ignore/3.3.10: - dev: false - resolution: - integrity: sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug== - /ignore/4.0.6: - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== - /ignore/5.1.8: - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== - /image-size/0.5.5: - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w= - /immer/1.10.0: - dev: false - resolution: - integrity: sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg== - /import-cwd/2.1.0: - dependencies: - import-from: 2.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= - /import-fresh/2.0.0: - dependencies: - caller-path: 2.0.0 - resolve-from: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - /import-fresh/3.2.1: - dependencies: - parent-module: 1.0.1 - resolve-from: 4.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== - /import-from/2.1.0: - dependencies: - resolve-from: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-M1238qev/VOqpHHUuAId7ja387E= - /import-lazy/2.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= - /import-local/3.0.2: - dependencies: - pkg-dir: 4.2.0 - resolve-cwd: 3.0.0 - dev: false - engines: - node: '>=8' - hasBin: true - resolution: - integrity: sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA== - /import-regex/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-pVxS5McFx2XKIQ6SQqBrvMiqf2Y= - /imurmurhash/0.1.4: - dev: false - engines: - node: '>=0.8.19' - resolution: - integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o= - /indent-string/2.1.0: - dependencies: - repeating: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= - /indent-string/3.2.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok= - /indent-string/4.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== - /indexes-of/1.0.1: - dev: false - resolution: - integrity: sha1-8w9xbI4r00bHtn0985FVZqfAVgc= - /indx/0.2.3: - dev: false - resolution: - integrity: sha1-Fdz1bunPZcAjTFE8J/vVgOcPvFA= - /infer-owner/1.0.4: - dev: false - resolution: - integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - /inflation/2.0.0: - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-i0F+R8KPklpFEz2RTKH9OJEH8w8= - /inflight/1.0.6: - dependencies: - once: 1.4.0 - wrappy: 1.0.2 - dev: false - resolution: - integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - /inherits/1.0.2: - dev: false - resolution: - integrity: sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js= - /inherits/2.0.1: - dev: false - resolution: - integrity: sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= - /inherits/2.0.3: - dev: false - resolution: - integrity: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= - /inherits/2.0.4: - dev: false - resolution: - integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - /ini/1.3.5: - dev: false - resolution: - integrity: sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== - /inline-style-parser/0.1.1: - dev: false - resolution: - integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q== - /inquirer/3.3.0: - dependencies: - ansi-escapes: 3.2.0 - chalk: 2.4.2 - cli-cursor: 2.1.0 - cli-width: 2.2.1 - external-editor: 2.2.0 - figures: 2.0.0 - lodash: 4.17.20 - mute-stream: 0.0.7 - run-async: 2.4.1 - rx-lite: 4.0.8 - rx-lite-aggregates: 4.0.8 - string-width: 2.1.1 - strip-ansi: 4.0.0 - through: 2.3.8 - dev: false - resolution: - integrity: sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ== - /inquirer/6.5.0: - dependencies: - ansi-escapes: 3.2.0 - chalk: 2.4.2 - cli-cursor: 2.1.0 - cli-width: 2.2.1 - external-editor: 3.1.0 - figures: 2.0.0 - lodash: 4.17.20 - mute-stream: 0.0.7 - run-async: 2.4.1 - rxjs: 6.6.3 - string-width: 2.1.1 - strip-ansi: 5.2.0 - through: 2.3.8 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA== - /inquirer/7.3.3: - dependencies: - ansi-escapes: 4.3.1 - chalk: 4.1.0 - cli-cursor: 3.1.0 - cli-width: 3.0.0 - external-editor: 3.1.0 - figures: 3.2.0 - lodash: 4.17.20 - mute-stream: 0.0.8 - run-async: 2.4.1 - rxjs: 6.6.3 - string-width: 4.2.0 - strip-ansi: 6.0.0 - through: 2.3.8 - dev: false - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== - /internal-ip/1.2.0: - dependencies: - meow: 3.7.0 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-rp+/k7mEh4eF1QqN4bNWlWBYz1w= - /internal-slot/1.0.2: - dependencies: - es-abstract: 1.17.6 - has: 1.0.3 - side-channel: 1.0.3 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g== - /interpret/1.4.0: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== - /interpret/2.2.0: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== - /into-stream/3.1.0: - dependencies: - from2: 2.3.0 - p-is-promise: 1.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY= - /invariant/2.2.4: - dependencies: - loose-envify: 1.4.0 - dev: false - resolution: - integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - /invert-kv/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-EEqOSqym09jNFXqO+L+rLXo//bY= - /ip-regex/2.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= - /ip/1.1.5: - dev: false - resolution: - integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= - /ipaddr.js/1.9.1: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== - /is-absolute-url/2.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= - /is-absolute-url/3.0.3: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q== - /is-absolute/1.0.0: - dependencies: - is-relative: 1.0.0 - is-windows: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA== - /is-accessor-descriptor/0.1.6: - dependencies: - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - /is-accessor-descriptor/1.0.0: - dependencies: - kind-of: 6.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - /is-alphabetical/1.0.4: - dev: false - resolution: - integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg== - /is-alphanumerical/1.0.4: - dependencies: - is-alphabetical: 1.0.4 - is-decimal: 1.0.4 - dev: false - resolution: - integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A== - /is-arguments/1.0.4: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA== - /is-arrayish/0.2.1: - dev: false - resolution: - integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - /is-arrayish/0.3.2: - dev: false - resolution: - integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== - /is-binary-path/1.0.1: - dependencies: - binary-extensions: 1.13.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= - /is-binary-path/2.1.0: - dependencies: - binary-extensions: 2.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - /is-blank/1.1.0: - dependencies: - is-empty: 0.0.1 - is-whitespace: 0.3.0 - dev: false - resolution: - integrity: sha1-knTdvUY2PLdnB1w4XUq4jGpk3Bc= - /is-boolean-object/1.0.1: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-TqZuVwa/sppcrhUCAYkGBk7w0yxfQQnxq28fjkO53tnK9FQXmdwz2JS5+GjsWQ6RByES1K40nI+yDic5c9/aAQ== - /is-buffer/1.1.6: - dev: false - resolution: - integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - /is-buffer/2.0.4: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A== - /is-callable/1.2.1: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-wliAfSzx6V+6WfMOmus1xy0XvSgf/dlStkvTfq7F0g4bOIW0PSUbnyse3NhDwdyYS1ozfUtAAySqTws3z9Eqgg== - /is-ci/1.2.1: - dependencies: - ci-info: 1.6.0 - dev: false - hasBin: true - resolution: - integrity: sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== - /is-ci/2.0.0: - dependencies: - ci-info: 2.0.0 - dev: false - hasBin: true - resolution: - integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== - /is-color-stop/1.1.0: - dependencies: - css-color-names: 0.0.4 - hex-color-regex: 1.1.0 - hsl-regex: 1.0.0 - hsla-regex: 1.0.0 - rgb-regex: 1.0.1 - rgba-regex: 1.0.0 - dev: false - resolution: - integrity: sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= - /is-data-descriptor/0.1.4: - dependencies: - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - /is-data-descriptor/1.0.0: - dependencies: - kind-of: 6.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - /is-date-object/1.0.2: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g== - /is-decimal/1.0.4: - dev: false - resolution: - integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw== - /is-descriptor/0.1.6: - dependencies: - is-accessor-descriptor: 0.1.6 - is-data-descriptor: 0.1.4 - kind-of: 5.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - /is-descriptor/1.0.2: - dependencies: - is-accessor-descriptor: 1.0.0 - is-data-descriptor: 1.0.0 - kind-of: 6.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - /is-directory/0.3.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= - /is-docker/2.1.1: - dev: false - engines: - node: '>=8' - hasBin: true - resolution: - integrity: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== - /is-dom/1.1.0: - dependencies: - is-object: 1.0.1 - is-window: 1.0.2 - dev: false - resolution: - integrity: sha512-u82f6mvhYxRPKpw8V1N0W8ce1xXwOrQtgGcxl6UCL5zBmZu3is/18K0rR7uFCnMDuAsS/3W54mGL4vsaFUQlEQ== - /is-dotfile/1.0.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE= - /is-empty/0.0.1: - dev: false - resolution: - integrity: sha1-Cf3D1kndpZaRVsCFOpt2vXgcWjM= - /is-equal-shallow/0.1.3: - dependencies: - is-primitive: 2.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ= - /is-expression/4.0.0: - dependencies: - acorn: 7.4.0 - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A== - /is-extendable/0.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - /is-extendable/1.0.1: - dependencies: - is-plain-object: 2.0.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - /is-extglob/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA= - /is-extglob/2.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - /is-finite/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== - /is-fullwidth-code-point/1.0.0: - dependencies: - number-is-nan: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - /is-fullwidth-code-point/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - /is-fullwidth-code-point/3.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - /is-function/1.0.2: - dev: false - resolution: - integrity: sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ== - /is-generator-fn/2.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== - /is-glob/2.0.1: - dependencies: - is-extglob: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM= - /is-glob/3.1.0: - dependencies: - is-extglob: 2.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= - /is-glob/4.0.1: - dependencies: - is-extglob: 2.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - /is-hexadecimal/1.0.4: - dev: false - resolution: - integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw== - /is-installed-globally/0.1.0: - dependencies: - global-dirs: 0.1.1 - is-path-inside: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA= - /is-lower-case/1.1.3: - dependencies: - lower-case: 1.1.4 - dev: false - resolution: - integrity: sha1-fhR75HaNxGbbO/shzGCzHmrWk5M= - /is-map/2.0.1: - dev: false - resolution: - integrity: sha512-T/S49scO8plUiAOA2DBTBG3JHpn1yiw0kRp6dgiZ0v2/6twi5eiB0rHtHFH9ZIrvlWc6+4O+m4zg5+Z833aXgw== - /is-named-css-color/1.0.0: - dependencies: - css-color-list: 0.0.1 - dev: false - resolution: - integrity: sha1-O1+JvcSlFf9O0lcU/8ZBKaJVmbc= - /is-negative-zero/2.0.0: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE= - /is-npm/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-8vtjpl5JBbQGyGBydloaTceTufQ= - /is-number-object/1.0.4: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw== - /is-number/2.1.0: - dependencies: - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Afy7s5NGOlSPL0ZszhbezknbkI8= - /is-number/3.0.0: - dependencies: - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - /is-number/4.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ== - /is-number/7.0.0: - dev: false - engines: - node: '>=0.12.0' - resolution: - integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - /is-obj/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-PkcprB9f3gJc19g6iW2rn09n2w8= - /is-obj/2.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== - /is-object/1.0.1: - dev: false - resolution: - integrity: sha1-iVJojF7C/9awPsyF52ngKQMINHA= - /is-observable/1.1.0: - dependencies: - symbol-observable: 1.2.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA== - /is-path-inside/1.0.1: - dependencies: - path-is-inside: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-jvW33lBDej/cprToZe96pVy0gDY= - /is-plain-obj/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4= - /is-plain-obj/2.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA== - /is-plain-object/2.0.4: - dependencies: - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - /is-plain-object/3.0.0: - dependencies: - isobject: 4.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg== - /is-plain-object/3.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g== - /is-posix-bracket/0.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q= - /is-potential-custom-element-name/1.0.0: - dev: false - resolution: - integrity: sha1-DFLlS8yjkbssSUsh6GJtczbG45c= - /is-primitive/2.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-IHurkWOEmcB7Kt8kCkGochADRXU= - /is-promise/2.2.2: - dev: false - resolution: - integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ== - /is-redirect/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= - /is-regex/1.1.1: - dependencies: - has-symbols: 1.0.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg== - /is-relative/1.0.0: - dependencies: - is-unc-path: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA== - /is-resolvable/1.1.0: - dev: false - resolution: - integrity: sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== - /is-retry-allowed/1.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg== - /is-root/2.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg== - /is-set/2.0.1: - dev: false - resolution: - integrity: sha512-eJEzOtVyenDs1TMzSQ3kU3K+E0GUS9sno+F0OBT97xsgcJsF9nXMBtkT9/kut5JEpM7oL7X/0qxR17K3mcwIAA== - /is-stream/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ= - /is-stream/2.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== - /is-string/1.0.5: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== - /is-subset/0.1.1: - dev: false - resolution: - integrity: sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY= - /is-svg/2.1.0: - dependencies: - html-comment-regex: 1.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-z2EJDaDZ77yrhyLeum8DIgjbsOk= - /is-svg/3.0.0: - dependencies: - html-comment-regex: 1.1.2 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ== - /is-symbol/1.0.3: - dependencies: - has-symbols: 1.0.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== - /is-typedarray/1.0.0: - dev: false - resolution: - integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - /is-unc-path/1.0.0: - dependencies: - unc-path-regex: 0.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ== - /is-upper-case/1.1.2: - dependencies: - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-jQsfp+eTOh5YSDYA7H2WYcuvdW8= - /is-url/1.2.4: - dev: false - resolution: - integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww== - /is-utf8/0.2.1: - dev: false - resolution: - integrity: sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= - /is-valid-glob/0.3.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-1LVcafUYhvm2XHDWwmItN+KfSP4= - /is-vendor-prefixed/0.0.1: - dependencies: - vendor-prefixes: 0.0.1 - dev: false - resolution: - integrity: sha1-Bc8NhTxidNf7K/htU+EHgguca0Q= - /is-what/3.11.2: - dev: false - resolution: - integrity: sha512-m7LzBsC9TqUhkBrozSmmWfVO7VYnjk9UHu0U+Y8BiJRnc1TYIK/3Qv4DteuiBpn2S4K7n3N4WNC4pe6wEx2xYg== - /is-whitespace-character/1.0.4: - dev: false - resolution: - integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w== - /is-whitespace/0.3.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Fjnssb4DauxppUy7QBz77XEUq38= - /is-window/1.0.2: - dev: false - resolution: - integrity: sha1-LIlspT25feRdPDMTOmXYyfVjSA0= - /is-windows/1.0.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - /is-word-character/1.0.4: - dev: false - resolution: - integrity: sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA== - /is-wsl/1.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= - /is-wsl/2.2.0: - dependencies: - is-docker: 2.1.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== - /isarray/0.0.1: - dev: false - resolution: - integrity: sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= - /isarray/1.0.0: - dev: false - resolution: - integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - /isarray/2.0.5: - dev: false - resolution: - integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== - /isexe/2.0.0: - dev: false - resolution: - integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - /isobject/2.1.0: - dependencies: - isarray: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - /isobject/3.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - /isobject/4.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== - /isomorphic-fetch/2.2.1: - dependencies: - node-fetch: 1.7.3 - whatwg-fetch: 3.4.1 - dev: false - resolution: - integrity: sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk= - /isstream/0.1.2: - dev: false - resolution: - integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - /istanbul-lib-coverage/2.0.5: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA== - /istanbul-lib-coverage/3.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== - /istanbul-lib-instrument/3.3.0: - dependencies: - '@babel/generator': 7.11.6 - '@babel/parser': 7.11.5 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - istanbul-lib-coverage: 2.0.5 - semver: 6.3.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA== - /istanbul-lib-instrument/4.0.3: - dependencies: - '@babel/core': 7.11.6 - '@istanbuljs/schema': 0.1.2 - istanbul-lib-coverage: 3.0.0 - semver: 6.3.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ== - /istanbul-lib-report/3.0.0: - dependencies: - istanbul-lib-coverage: 3.0.0 - make-dir: 3.1.0 - supports-color: 7.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== - /istanbul-lib-source-maps/4.0.0: - dependencies: - debug: 4.1.1 - istanbul-lib-coverage: 3.0.0 - source-map: 0.6.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg== - /istanbul-reports/3.0.2: - dependencies: - html-escaper: 2.0.2 - istanbul-lib-report: 3.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw== - /isurl/1.0.0: - dependencies: - has-to-string-tag-x: 1.4.1 - is-object: 1.0.1 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w== - /iterate-iterator/1.0.1: - dev: false - resolution: - integrity: sha512-3Q6tudGN05kbkDQDI4CqjaBf4qf85w6W6GnuZDtUVYwKgtC1q8yxYX7CZed7N+tLzQqS6roujWvszf13T+n9aw== - /iterate-value/1.0.2: - dependencies: - es-get-iterator: 1.1.0 - iterate-iterator: 1.0.1 - dev: false - resolution: - integrity: sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ== - /java-properties/1.0.2: - dev: false - engines: - node: '>= 0.6.0' - resolution: - integrity: sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ== - /jest-changed-files/25.5.0: - dependencies: - '@jest/types': 25.5.0 - execa: 3.4.0 - throat: 5.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-EOw9QEqapsDT7mKF162m8HFzRPbmP8qJQny6ldVOdOVBz3ACgPm/1nAn5fPQ/NDaYhX/AHkrGwwkCncpAVSXcw== - /jest-changed-files/26.3.0: - dependencies: - '@jest/types': 26.3.0 - execa: 4.0.3 - throat: 5.0.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-1C4R4nijgPltX6fugKxM4oQ18zimS7LqQ+zTTY8lMCMFPrxqBFb7KJH0Z2fRQJvw2Slbaipsqq7s1mgX5Iot+g== - /jest-cli/25.5.4: - dependencies: - '@jest/core': 25.5.4 - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - chalk: 3.0.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - import-local: 3.0.2 - is-ci: 2.0.0 - jest-config: 25.5.4 - jest-util: 25.5.0 - jest-validate: 25.5.0 - prompts: 2.3.2 - realpath-native: 2.0.0 - yargs: 15.4.1 - dev: false - engines: - node: '>= 8.3' - hasBin: true - resolution: - integrity: sha512-rG8uJkIiOUpnREh1768/N3n27Cm+xPFkSNFO91tgg+8o2rXeVLStz+vkXkGr4UtzH6t1SNbjwoiswd7p4AhHTw== - /jest-cli/26.4.2: - dependencies: - '@jest/core': 26.4.2 - '@jest/test-result': 26.3.0 - '@jest/types': 26.3.0 - chalk: 4.1.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - import-local: 3.0.2 - is-ci: 2.0.0 - jest-config: 26.4.2 - jest-util: 26.3.0 - jest-validate: 26.4.2 - prompts: 2.3.2 - yargs: 15.4.1 - dev: false - engines: - node: '>= 10.14.2' - hasBin: true - resolution: - integrity: sha512-zb+lGd/SfrPvoRSC/0LWdaWCnscXc1mGYW//NP4/tmBvRPT3VntZ2jtKUONsRi59zc5JqmsSajA9ewJKFYp8Cw== - /jest-config/25.5.4: - dependencies: - '@babel/core': 7.11.6 - '@jest/test-sequencer': 25.5.4 - '@jest/types': 25.5.0 - babel-jest: 25.5.1_@babel+core@7.11.6 - chalk: 3.0.0 - deepmerge: 4.2.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - jest-environment-jsdom: 25.5.0 - jest-environment-node: 25.5.0 - jest-get-type: 25.2.6 - jest-jasmine2: 25.5.4 - jest-regex-util: 25.2.6 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-util: 25.5.0 - jest-validate: 25.5.0 - micromatch: 4.0.2 - pretty-format: 25.5.0 - realpath-native: 2.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-SZwR91SwcdK6bz7Gco8qL7YY2sx8tFJYzvg216DLihTWf+LKY/DoJXpM9nTzYakSyfblbqeU48p/p7Jzy05Atg== - /jest-config/26.4.2: - dependencies: - '@babel/core': 7.11.6 - '@jest/test-sequencer': 26.4.2 - '@jest/types': 26.3.0 - babel-jest: 26.3.0_@babel+core@7.11.6 - chalk: 4.1.0 - deepmerge: 4.2.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - jest-environment-jsdom: 26.3.0 - jest-environment-node: 26.3.0 - jest-get-type: 26.3.0 - jest-jasmine2: 26.4.2 - jest-regex-util: 26.0.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-util: 26.3.0 - jest-validate: 26.4.2 - micromatch: 4.0.2 - pretty-format: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-QBf7YGLuToiM8PmTnJEdRxyYy3mHWLh24LJZKVdXZ2PNdizSe1B/E8bVm+HYcjbEzGuVXDv/di+EzdO/6Gq80A== - /jest-diff/25.5.0: - dependencies: - chalk: 3.0.0 - diff-sequences: 25.2.6 - jest-get-type: 25.2.6 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A== - /jest-diff/26.4.2: - dependencies: - chalk: 4.1.0 - diff-sequences: 26.3.0 - jest-get-type: 26.3.0 - pretty-format: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-6T1XQY8U28WH0Z5rGpQ+VqZSZz8EN8rZcBtfvXaOkbwxIEeRre6qnuZQlbY1AJ4MKDxQF8EkrCvK+hL/VkyYLQ== - /jest-docblock/25.3.0: - dependencies: - detect-newline: 3.1.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-aktF0kCar8+zxRHxQZwxMy70stc9R1mOmrLsT5VO3pIT0uzGRSDAXxSlz4NqQWpuLjPpuMhPRl7H+5FRsvIQAg== - /jest-docblock/26.0.0: - dependencies: - detect-newline: 3.1.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w== - /jest-each/25.5.0: - dependencies: - '@jest/types': 25.5.0 - chalk: 3.0.0 - jest-get-type: 25.2.6 - jest-util: 25.5.0 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-QBogUxna3D8vtiItvn54xXde7+vuzqRrEeaw8r1s+1TG9eZLVJE5ZkKoSUlqFwRjnlaA4hyKGiu9OlkFIuKnjA== - /jest-each/26.4.2: - dependencies: - '@jest/types': 26.3.0 - chalk: 4.1.0 - jest-get-type: 26.3.0 - jest-util: 26.3.0 - pretty-format: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-p15rt8r8cUcRY0Mvo1fpkOGYm7iI8S6ySxgIdfh3oOIv+gHwrHTy5VWCGOecWUhDsit4Nz8avJWdT07WLpbwDA== - /jest-environment-jsdom/25.5.0: - dependencies: - '@jest/environment': 25.5.0 - '@jest/fake-timers': 25.5.0 - '@jest/types': 25.5.0 - jest-mock: 25.5.0 - jest-util: 25.5.0 - jsdom: 15.2.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-7Jr02ydaq4jaWMZLY+Skn8wL5nVIYpWvmeatOHL3tOcV3Zw8sjnPpx+ZdeBfc457p8jCR9J6YCc+Lga0oIy62A== - /jest-environment-jsdom/26.3.0: - dependencies: - '@jest/environment': 26.3.0 - '@jest/fake-timers': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - jest-mock: 26.3.0 - jest-util: 26.3.0 - jsdom: 16.4.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-zra8He2btIMJkAzvLaiZ9QwEPGEetbxqmjEBQwhH3CA+Hhhu0jSiEJxnJMbX28TGUvPLxBt/zyaTLrOPF4yMJA== - /jest-environment-node/25.5.0: - dependencies: - '@jest/environment': 25.5.0 - '@jest/fake-timers': 25.5.0 - '@jest/types': 25.5.0 - jest-mock: 25.5.0 - jest-util: 25.5.0 - semver: 6.3.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-iuxK6rQR2En9EID+2k+IBs5fCFd919gVVK5BeND82fYeLWPqvRcFNPKu9+gxTwfB5XwBGBvZ0HFQa+cHtIoslA== - /jest-environment-node/26.3.0: - dependencies: - '@jest/environment': 26.3.0 - '@jest/fake-timers': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - jest-mock: 26.3.0 - jest-util: 26.3.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-c9BvYoo+FGcMj5FunbBgtBnbR5qk3uky8PKyRVpSfe2/8+LrNQMiXX53z6q2kY+j15SkjQCOSL/6LHnCPLVHNw== - /jest-get-type/25.2.6: - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig== - /jest-get-type/26.3.0: - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig== - /jest-haste-map/24.9.0: - dependencies: - '@jest/types': 24.9.0 - anymatch: 2.0.0 - fb-watchman: 2.0.1 - graceful-fs: 4.2.4 - invariant: 2.2.4 - jest-serializer: 24.9.0 - jest-util: 24.9.0 - jest-worker: 24.9.0 - micromatch: 3.1.10 - sane: 4.1.0 - walker: 1.0.7 - dev: false - engines: - node: '>= 6' - optionalDependencies: - fsevents: 1.2.13 - resolution: - integrity: sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ== - /jest-haste-map/25.5.1: - dependencies: - '@jest/types': 25.5.0 - '@types/graceful-fs': 4.1.3 - anymatch: 3.1.1 - fb-watchman: 2.0.1 - graceful-fs: 4.2.4 - jest-serializer: 25.5.0 - jest-util: 25.5.0 - jest-worker: 25.5.0 - micromatch: 4.0.2 - sane: 4.1.0 - walker: 1.0.7 - which: 2.0.2 - dev: false - engines: - node: '>= 8.3' - optionalDependencies: - fsevents: 2.1.3 - resolution: - integrity: sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ== - /jest-haste-map/26.3.0: - dependencies: - '@jest/types': 26.3.0 - '@types/graceful-fs': 4.1.3 - '@types/node': 14.11.1 - anymatch: 3.1.1 - fb-watchman: 2.0.1 - graceful-fs: 4.2.4 - jest-regex-util: 26.0.0 - jest-serializer: 26.3.0 - jest-util: 26.3.0 - jest-worker: 26.3.0 - micromatch: 4.0.2 - sane: 4.1.0 - walker: 1.0.7 - dev: false - engines: - node: '>= 10.14.2' - optionalDependencies: - fsevents: 2.1.3 - resolution: - integrity: sha512-DHWBpTJgJhLLGwE5Z1ZaqLTYqeODQIZpby0zMBsCU9iRFHYyhklYqP4EiG73j5dkbaAdSZhgB938mL51Q5LeZA== - /jest-jasmine2/25.5.4: - dependencies: - '@babel/traverse': 7.11.5 - '@jest/environment': 25.5.0 - '@jest/source-map': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - chalk: 3.0.0 - co: 4.6.0 - expect: 25.5.0 - is-generator-fn: 2.1.0 - jest-each: 25.5.0 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-runtime: 25.5.4 - jest-snapshot: 25.5.1 - jest-util: 25.5.0 - pretty-format: 25.5.0 - throat: 5.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ== - /jest-jasmine2/26.4.2: - dependencies: - '@babel/traverse': 7.11.5 - '@jest/environment': 26.3.0 - '@jest/source-map': 26.3.0 - '@jest/test-result': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - chalk: 4.1.0 - co: 4.6.0 - expect: 26.4.2 - is-generator-fn: 2.1.0 - jest-each: 26.4.2 - jest-matcher-utils: 26.4.2 - jest-message-util: 26.3.0 - jest-runtime: 26.4.2 - jest-snapshot: 26.4.2 - jest-util: 26.3.0 - pretty-format: 26.4.2 - throat: 5.0.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-z7H4EpCldHN1J8fNgsja58QftxBSL+JcwZmaXIvV9WKIM+x49F4GLHu/+BQh2kzRKHAgaN/E82od+8rTOBPyPA== - /jest-leak-detector/25.5.0: - dependencies: - jest-get-type: 25.2.6 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-rV7JdLsanS8OkdDpZtgBf61L5xZ4NnYLBq72r6ldxahJWWczZjXawRsoHyXzibM5ed7C2QRjpp6ypgwGdKyoVA== - /jest-leak-detector/26.4.2: - dependencies: - jest-get-type: 26.3.0 - pretty-format: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-akzGcxwxtE+9ZJZRW+M2o+nTNnmQZxrHJxX/HjgDaU5+PLmY1qnQPnMjgADPGCRPhB+Yawe1iij0REe+k/aHoA== - /jest-matcher-utils/25.5.0: - dependencies: - chalk: 3.0.0 - jest-diff: 25.5.0 - jest-get-type: 25.2.6 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-VWI269+9JS5cpndnpCwm7dy7JtGQT30UHfrnM3mXl22gHGt/b7NkjBqXfbhZ8V4B7ANUsjK18PlSBmG0YH7gjw== - /jest-matcher-utils/26.4.2: - dependencies: - chalk: 4.1.0 - jest-diff: 26.4.2 - jest-get-type: 26.3.0 - pretty-format: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-KcbNqWfWUG24R7tu9WcAOKKdiXiXCbMvQYT6iodZ9k1f7065k0keUOW6XpJMMvah+hTfqkhJhRXmA3r3zMAg0Q== - /jest-message-util/24.9.0: - dependencies: - '@babel/code-frame': 7.10.4 - '@jest/test-result': 24.9.0 - '@jest/types': 24.9.0 - '@types/stack-utils': 1.0.1 - chalk: 2.4.2 - micromatch: 3.1.10 - slash: 2.0.0 - stack-utils: 1.0.2 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw== - /jest-message-util/25.5.0: - dependencies: - '@babel/code-frame': 7.10.4 - '@jest/types': 25.5.0 - '@types/stack-utils': 1.0.1 - chalk: 3.0.0 - graceful-fs: 4.2.4 - micromatch: 4.0.2 - slash: 3.0.0 - stack-utils: 1.0.2 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-ezddz3YCT/LT0SKAmylVyWWIGYoKHOFOFXx3/nA4m794lfVUskMcwhip6vTgdVrOtYdjeQeis2ypzes9mZb4EA== - /jest-message-util/26.3.0: - dependencies: - '@babel/code-frame': 7.10.4 - '@jest/types': 26.3.0 - '@types/stack-utils': 1.0.1 - chalk: 4.1.0 - graceful-fs: 4.2.4 - micromatch: 4.0.2 - slash: 3.0.0 - stack-utils: 2.0.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-xIavRYqr4/otGOiLxLZGj3ieMmjcNE73Ui+LdSW/Y790j5acqCsAdDiLIbzHCZMpN07JOENRWX5DcU+OQ+TjTA== - /jest-mock/24.9.0: - dependencies: - '@jest/types': 24.9.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w== - /jest-mock/25.5.0: - dependencies: - '@jest/types': 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-eXWuTV8mKzp/ovHc5+3USJMYsTBhyQ+5A1Mak35dey/RG8GlM4YWVylZuGgVXinaW6tpvk/RSecmF37FKUlpXA== - /jest-mock/26.3.0: - dependencies: - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-PeaRrg8Dc6mnS35gOo/CbZovoDPKAeB1FICZiuagAgGvbWdNNyjQjkOaGUa/3N3JtpQ/Mh9P4A2D4Fv51NnP8Q== - /jest-pnp-resolver/1.2.2_jest-resolve@25.5.1: - dependencies: - jest-resolve: 25.5.1_jest-resolve@25.5.1 - dev: false - engines: - node: '>=6' - peerDependencies: - jest-resolve: '*' - peerDependenciesMeta: - jest-resolve: - optional: true - resolution: - integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== - /jest-pnp-resolver/1.2.2_jest-resolve@26.4.0: - dependencies: - jest-resolve: 26.4.0_jest-resolve@26.4.0 - dev: false - engines: - node: '>=6' - peerDependencies: - jest-resolve: '*' - peerDependenciesMeta: - jest-resolve: - optional: true - resolution: - integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== - /jest-regex-util/24.9.0: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA== - /jest-regex-util/25.2.6: - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-KQqf7a0NrtCkYmZZzodPftn7fL1cq3GQAFVMn5Hg8uKx/fIenLEobNanUxb7abQ1sjADHBseG/2FGpsv/wr+Qw== - /jest-regex-util/26.0.0: - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== - /jest-resolve-dependencies/25.5.4: - dependencies: - '@jest/types': 25.5.0 - jest-regex-util: 25.2.6 - jest-snapshot: 25.5.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-yFmbPd+DAQjJQg88HveObcGBA32nqNZ02fjYmtL16t1xw9bAttSn5UGRRhzMHIQbsep7znWvAvnD4kDqOFM0Uw== - /jest-resolve-dependencies/26.4.2: - dependencies: - '@jest/types': 26.3.0 - jest-regex-util: 26.0.0 - jest-snapshot: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-ADHaOwqEcVc71uTfySzSowA/RdxUpCxhxa2FNLiin9vWLB1uLPad3we+JSSROq5+SrL9iYPdZZF8bdKM7XABTQ== - /jest-resolve/25.5.1_jest-resolve@25.5.1: - dependencies: - '@jest/types': 25.5.0 - browser-resolve: 1.11.3 - chalk: 3.0.0 - graceful-fs: 4.2.4 - jest-pnp-resolver: 1.2.2_jest-resolve@25.5.1 - read-pkg-up: 7.0.1 - realpath-native: 2.0.0 - resolve: 1.17.0 - slash: 3.0.0 - dev: false - engines: - node: '>= 8.3' - peerDependencies: - jest-resolve: '*' - resolution: - integrity: sha512-Hc09hYch5aWdtejsUZhA+vSzcotf7fajSlPA6EZPE1RmPBAD39XtJhvHWFStid58iit4IPDLI/Da4cwdDmAHiQ== - /jest-resolve/26.4.0_jest-resolve@26.4.0: - dependencies: - '@jest/types': 26.3.0 - chalk: 4.1.0 - graceful-fs: 4.2.4 - jest-pnp-resolver: 1.2.2_jest-resolve@26.4.0 - jest-util: 26.3.0 - read-pkg-up: 7.0.1 - resolve: 1.17.0 - slash: 3.0.0 - dev: false - engines: - node: '>= 10.14.2' - peerDependencies: - jest-resolve: '*' - resolution: - integrity: sha512-bn/JoZTEXRSlEx3+SfgZcJAVuTMOksYq9xe9O6s4Ekg84aKBObEaVXKOEilULRqviSLAYJldnoWV9c07kwtiCg== - /jest-runner/25.5.4: - dependencies: - '@jest/console': 25.5.0 - '@jest/environment': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - chalk: 3.0.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - jest-config: 25.5.4 - jest-docblock: 25.3.0 - jest-haste-map: 25.5.1 - jest-jasmine2: 25.5.4 - jest-leak-detector: 25.5.0 - jest-message-util: 25.5.0 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-runtime: 25.5.4 - jest-util: 25.5.0 - jest-worker: 25.5.0 - source-map-support: 0.5.19 - throat: 5.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-V/2R7fKZo6blP8E9BL9vJ8aTU4TH2beuqGNxHbxi6t14XzTb+x90B3FRgdvuHm41GY8ch4xxvf0ATH4hdpjTqg== - /jest-runner/26.4.2: - dependencies: - '@jest/console': 26.3.0 - '@jest/environment': 26.3.0 - '@jest/test-result': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - chalk: 4.1.0 - emittery: 0.7.1 - exit: 0.1.2 - graceful-fs: 4.2.4 - jest-config: 26.4.2 - jest-docblock: 26.0.0 - jest-haste-map: 26.3.0 - jest-leak-detector: 26.4.2 - jest-message-util: 26.3.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-runtime: 26.4.2 - jest-util: 26.3.0 - jest-worker: 26.3.0 - source-map-support: 0.5.19 - throat: 5.0.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-FgjDHeVknDjw1gRAYaoUoShe1K3XUuFMkIaXbdhEys+1O4bEJS8Avmn4lBwoMfL8O5oFTdWYKcf3tEJyyYyk8g== - /jest-runtime/25.5.4: - dependencies: - '@jest/console': 25.5.0 - '@jest/environment': 25.5.0 - '@jest/globals': 25.5.2 - '@jest/source-map': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - '@types/yargs': 15.0.5 - chalk: 3.0.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - jest-config: 25.5.4 - jest-haste-map: 25.5.1 - jest-message-util: 25.5.0 - jest-mock: 25.5.0 - jest-regex-util: 25.2.6 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-snapshot: 25.5.1 - jest-util: 25.5.0 - jest-validate: 25.5.0 - realpath-native: 2.0.0 - slash: 3.0.0 - strip-bom: 4.0.0 - yargs: 15.4.1 - dev: false - engines: - node: '>= 8.3' - hasBin: true - resolution: - integrity: sha512-RWTt8LeWh3GvjYtASH2eezkc8AehVoWKK20udV6n3/gC87wlTbE1kIA+opCvNWyyPeBs6ptYsc6nyHUb1GlUVQ== - /jest-runtime/26.4.2: - dependencies: - '@jest/console': 26.3.0 - '@jest/environment': 26.3.0 - '@jest/fake-timers': 26.3.0 - '@jest/globals': 26.4.2 - '@jest/source-map': 26.3.0 - '@jest/test-result': 26.3.0 - '@jest/transform': 26.3.0 - '@jest/types': 26.3.0 - '@types/yargs': 15.0.5 - chalk: 4.1.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - jest-config: 26.4.2 - jest-haste-map: 26.3.0 - jest-message-util: 26.3.0 - jest-mock: 26.3.0 - jest-regex-util: 26.0.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-snapshot: 26.4.2 - jest-util: 26.3.0 - jest-validate: 26.4.2 - slash: 3.0.0 - strip-bom: 4.0.0 - yargs: 15.4.1 - dev: false - engines: - node: '>= 10.14.2' - hasBin: true - resolution: - integrity: sha512-4Pe7Uk5a80FnbHwSOk7ojNCJvz3Ks2CNQWT5Z7MJo4tX0jb3V/LThKvD9tKPNVNyeMH98J/nzGlcwc00R2dSHQ== - /jest-serializer/24.9.0: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ== - /jest-serializer/25.5.0: - dependencies: - graceful-fs: 4.2.4 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-LxD8fY1lByomEPflwur9o4e2a5twSQ7TaVNLlFUuToIdoJuBt8tzHfCsZ42Ok6LkKXWzFWf3AGmheuLAA7LcCA== - /jest-serializer/26.3.0: - dependencies: - '@types/node': 14.11.1 - graceful-fs: 4.2.4 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-IDRBQBLPlKa4flg77fqg0n/pH87tcRKwe8zxOVTWISxGpPHYkRZ1dXKyh04JOja7gppc60+soKVZ791mruVdow== - /jest-snapshot/25.5.1: - dependencies: - '@babel/types': 7.11.5 - '@jest/types': 25.5.0 - '@types/prettier': 1.19.1 - chalk: 3.0.0 - expect: 25.5.0 - graceful-fs: 4.2.4 - jest-diff: 25.5.0 - jest-get-type: 25.2.6 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - make-dir: 3.1.0 - natural-compare: 1.4.0 - pretty-format: 25.5.0 - semver: 6.3.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-C02JE1TUe64p2v1auUJ2ze5vcuv32tkv9PyhEb318e8XOKF7MOyXdJ7kdjbvrp3ChPLU2usI7Rjxs97Dj5P0uQ== - /jest-snapshot/26.4.2: - dependencies: - '@babel/types': 7.11.5 - '@jest/types': 26.3.0 - '@types/prettier': 2.1.1 - chalk: 4.1.0 - expect: 26.4.2 - graceful-fs: 4.2.4 - jest-diff: 26.4.2 - jest-get-type: 26.3.0 - jest-haste-map: 26.3.0 - jest-matcher-utils: 26.4.2 - jest-message-util: 26.3.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - natural-compare: 1.4.0 - pretty-format: 26.4.2 - semver: 7.3.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-N6Uub8FccKlf5SBFnL2Ri/xofbaA68Cc3MGjP/NuwgnsvWh+9hLIR/DhrxbSiKXMY9vUW5dI6EW1eHaDHqe9sg== - /jest-standard-reporter/1.1.1: - dependencies: - '@jest/console': 25.5.0 - chalk: 3.0.0 - jest-util: 25.5.0 - path: 0.12.7 - slash: 3.0.0 - string-length: 3.1.0 - dev: false - resolution: - integrity: sha512-pxhiIJzi9QhK2lOx/GjRcKoQ+RpXYPfNjnW1vuOXEKIxAZFp5jnJW2WAsdvg57zIhypOyVVATGYBIL2ZTuh8UA== - /jest-styled-components/6.3.4_styled-components@3.4.10: - dependencies: - css: 2.2.4 - styled-components: 3.4.10_react@16.13.1 - dev: false - peerDependencies: - styled-components: ^2 || ^3 || ^4 - resolution: - integrity: sha512-dc32l0/6n3FtsILODpvKNz6SLg50OmbJ/3r3oRh9jc2VIPPGZT5jWv7BKIcNCYH7E38ZK7uejNl3zJsCOIenng== - /jest-styled-components/6.3.4_styled-components@4.4.1: - dependencies: - css: 2.2.4 - styled-components: 4.4.1_styled-components@4.4.1 - dev: false - peerDependencies: - styled-components: ^2 || ^3 || ^4 - resolution: - integrity: sha512-dc32l0/6n3FtsILODpvKNz6SLg50OmbJ/3r3oRh9jc2VIPPGZT5jWv7BKIcNCYH7E38ZK7uejNl3zJsCOIenng== - /jest-util/24.9.0: - dependencies: - '@jest/console': 24.9.0 - '@jest/fake-timers': 24.9.0 - '@jest/source-map': 24.9.0 - '@jest/test-result': 24.9.0 - '@jest/types': 24.9.0 - callsites: 3.1.0 - chalk: 2.4.2 - graceful-fs: 4.2.4 - is-ci: 2.0.0 - mkdirp: 0.5.5 - slash: 2.0.0 - source-map: 0.6.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg== - /jest-util/25.5.0: - dependencies: - '@jest/types': 25.5.0 - chalk: 3.0.0 - graceful-fs: 4.2.4 - is-ci: 2.0.0 - make-dir: 3.1.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA== - /jest-util/26.3.0: - dependencies: - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - chalk: 4.1.0 - graceful-fs: 4.2.4 - is-ci: 2.0.0 - micromatch: 4.0.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw== - /jest-validate/25.5.0: - dependencies: - '@jest/types': 25.5.0 - camelcase: 5.3.1 - chalk: 3.0.0 - jest-get-type: 25.2.6 - leven: 3.1.0 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-okUFKqhZIpo3jDdtUXUZ2LxGUZJIlfdYBvZb1aczzxrlyMlqdnnws9MOxezoLGhSaFc2XYaHNReNQfj5zPIWyQ== - /jest-validate/26.4.2: - dependencies: - '@jest/types': 26.3.0 - camelcase: 6.0.0 - chalk: 4.1.0 - jest-get-type: 26.3.0 - leven: 3.1.0 - pretty-format: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-blft+xDX7XXghfhY0mrsBCYhX365n8K5wNDC4XAcNKqqjEzsRUSXP44m6PL0QJEW2crxQFLLztVnJ4j7oPlQrQ== - /jest-watcher/25.5.0: - dependencies: - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - ansi-escapes: 4.3.1 - chalk: 3.0.0 - jest-util: 25.5.0 - string-length: 3.1.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-XrSfJnVASEl+5+bb51V0Q7WQx65dTSk7NL4yDdVjPnRNpM0hG+ncFmDYJo9O8jaSRcAitVbuVawyXCRoxGrT5Q== - /jest-watcher/26.3.0: - dependencies: - '@jest/test-result': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - ansi-escapes: 4.3.1 - chalk: 4.1.0 - jest-util: 26.3.0 - string-length: 4.0.1 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-XnLdKmyCGJ3VoF6G/p5ohbJ04q/vv5aH9ENI+i6BL0uu9WWB6Z7Z2lhQQk0d2AVZcRGp1yW+/TsoToMhBFPRdQ== - /jest-worker/24.9.0: - dependencies: - merge-stream: 2.0.0 - supports-color: 6.1.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== - /jest-worker/25.5.0: - dependencies: - merge-stream: 2.0.0 - supports-color: 7.2.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw== - /jest-worker/26.3.0: - dependencies: - '@types/node': 14.11.1 - merge-stream: 2.0.0 - supports-color: 7.2.0 - dev: false - engines: - node: '>= 10.13.0' - resolution: - integrity: sha512-Vmpn2F6IASefL+DVBhPzI2J9/GJUsqzomdeN+P+dK8/jKxbh8R3BtFnx3FIta7wYlPU62cpJMJQo4kuOowcMnw== - /jest/25.5.4: - dependencies: - '@jest/core': 25.5.4 - import-local: 3.0.2 - jest-cli: 25.5.4 - dev: false - engines: - node: '>= 8.3' - hasBin: true - resolution: - integrity: sha512-hHFJROBTqZahnO+X+PMtT6G2/ztqAZJveGqz//FnWWHurizkD05PQGzRZOhF3XP6z7SJmL+5tCfW8qV06JypwQ== - /jest/26.4.2: - dependencies: - '@jest/core': 26.4.2 - import-local: 3.0.2 - jest-cli: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - hasBin: true - resolution: - integrity: sha512-LLCjPrUh98Ik8CzW8LLVnSCfLaiY+wbK53U7VxnFSX7Q+kWC4noVeDvGWIFw0Amfq1lq2VfGm7YHWSLBV62MJw== - /jju/1.4.0: - dev: false - resolution: - integrity: sha1-o6vicYryQaKykE+EpiWXDzia4yo= - /js-base64/2.1.9: - dev: false - resolution: - integrity: sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4= - /js-base64/2.6.4: - dev: false - resolution: - integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== - /js-string-escape/1.0.1: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8= - /js-stringify/1.0.2: - dev: false - resolution: - integrity: sha1-Fzb939lyTyijaCrcYjCufk6Weds= - /js-tokens/3.0.2: - dev: false - resolution: - integrity: sha1-mGbfOVECEw449/mWvOtlRDIJwls= - /js-tokens/4.0.0: - dev: false - resolution: - integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - /js-yaml/3.14.0: - dependencies: - argparse: 1.0.10 - esprima: 4.0.1 - dev: false - hasBin: true - resolution: - integrity: sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== - /js-yaml/3.7.0: - dependencies: - argparse: 1.0.10 - esprima: 2.7.3 - dev: false - hasBin: true - resolution: - integrity: sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A= - /jsbn/0.1.1: - dev: false - resolution: - integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - /jscodeshift/0.7.1: - dependencies: - '@babel/core': 7.11.6 - '@babel/parser': 7.11.5 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@babel/preset-flow': 7.10.4_@babel+core@7.11.6 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.6 - '@babel/register': 7.11.5_@babel+core@7.11.6 - babel-core: 7.0.0-bridge.0_@babel+core@7.11.6 - colors: 1.4.0 - flow-parser: 0.134.0 - graceful-fs: 4.2.4 - micromatch: 3.1.10 - neo-async: 2.6.2 - node-dir: 0.1.17 - recast: 0.18.10 - temp: 0.8.4 - write-file-atomic: 2.4.3 - dev: false - hasBin: true - resolution: - integrity: sha512-YMkZSyoc8zg5woZL23cmWlnFLPH/mHilonGA7Qbzs7H6M4v4PH0Qsn4jeDyw+CHhVoAnm9UxQyB0Yw1OT+mktA== - /jsdom/15.2.1: - dependencies: - abab: 2.0.5 - acorn: 7.4.0 - acorn-globals: 4.3.4 - array-equal: 1.0.0 - cssom: 0.4.4 - cssstyle: 2.3.0 - data-urls: 1.1.0 - domexception: 1.0.1 - escodegen: 1.14.3 - html-encoding-sniffer: 1.0.2 - nwsapi: 2.2.0 - parse5: 5.1.0 - pn: 1.1.0 - request: 2.88.2 - request-promise-native: 1.0.9_request@2.88.2 - saxes: 3.1.11 - symbol-tree: 3.2.4 - tough-cookie: 3.0.1 - w3c-hr-time: 1.0.2 - w3c-xmlserializer: 1.1.2 - webidl-conversions: 4.0.2 - whatwg-encoding: 1.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 7.1.0 - ws: 7.3.1 - xml-name-validator: 3.0.0 - dev: false - engines: - node: '>=8' - peerDependencies: - canvas: ^2.5.0 - peerDependenciesMeta: - canvas: - optional: true - resolution: - integrity: sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g== - /jsdom/16.4.0: - dependencies: - abab: 2.0.5 - acorn: 7.4.0 - acorn-globals: 6.0.0 - cssom: 0.4.4 - cssstyle: 2.3.0 - data-urls: 2.0.0 - decimal.js: 10.2.0 - domexception: 2.0.1 - escodegen: 1.14.3 - html-encoding-sniffer: 2.0.1 - is-potential-custom-element-name: 1.0.0 - nwsapi: 2.2.0 - parse5: 5.1.1 - request: 2.88.2 - request-promise-native: 1.0.9_request@2.88.2 - saxes: 5.0.1 - symbol-tree: 3.2.4 - tough-cookie: 3.0.1 - 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.2.2 - ws: 7.3.1 - xml-name-validator: 3.0.0 - dev: false - engines: - node: '>=10' - peerDependencies: - canvas: ^2.5.0 - peerDependenciesMeta: - canvas: - optional: true - resolution: - integrity: sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w== - /jsesc/0.5.0: - dev: false - hasBin: true - resolution: - integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= - /jsesc/1.3.0: - dev: false - hasBin: true - resolution: - integrity: sha1-RsP+yMGJKxKwgz25vHYiF226s0s= - /jsesc/2.5.2: - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - /json-buffer/3.0.0: - dev: false - resolution: - integrity: sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= - /json-loader/0.5.7: - dev: false - resolution: - integrity: sha512-QLPs8Dj7lnf3e3QYS1zkCo+4ZwqOiF9d/nZnYozTISxXWCfNs9yuky5rJw4/W34s7POaNlbZmQGaB5NiXCbP4w== - /json-parse-better-errors/1.0.2: - dev: false - resolution: - integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - /json-parse-even-better-errors/2.3.1: - dev: false - resolution: - integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - /json-schema-traverse/0.3.1: - dev: false - resolution: - integrity: sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A= - /json-schema-traverse/0.4.1: - dev: false - resolution: - integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - /json-schema/0.2.3: - dev: false - resolution: - integrity: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= - /json-stable-stringify-without-jsonify/1.0.1: - dev: false - resolution: - integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= - /json-stable-stringify/1.0.1: - dependencies: - jsonify: 0.0.0 - dev: false - resolution: - integrity: sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8= - /json-stringify-safe/5.0.1: - dev: false - resolution: - integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - /json3/3.3.3: - dev: false - resolution: - integrity: sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== - /json5/0.5.1: - dev: false - hasBin: true - resolution: - integrity: sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= - /json5/1.0.1: - dependencies: - minimist: 1.2.5 - dev: false - hasBin: true - resolution: - integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== - /json5/2.1.3: - dependencies: - minimist: 1.2.5 - dev: false - engines: - node: '>=6' - hasBin: true - resolution: - integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== - /jsonfile/2.4.0: - dev: false - optionalDependencies: - graceful-fs: 4.2.4 - resolution: - integrity: sha1-NzaitCi4e72gzIO1P6PWM6NcKug= - /jsonfile/4.0.0: - dev: false - optionalDependencies: - graceful-fs: 4.2.4 - resolution: - integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - /jsonfile/6.0.1: - dependencies: - universalify: 1.0.0 - dev: false - optionalDependencies: - graceful-fs: 4.2.4 - resolution: - integrity: sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg== - /jsonify/0.0.0: - dev: false - resolution: - integrity: sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= - /jsprim/1.4.1: - dependencies: - assert-plus: 1.0.0 - extsprintf: 1.3.0 - json-schema: 0.2.3 - verror: 1.10.0 - dev: false - engines: - '0': node >=0.6.0 - resolution: - integrity: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - /jstransformer/1.0.0: - dependencies: - is-promise: 2.2.2 - promise: 7.3.1 - dev: false - resolution: - integrity: sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM= - /jsx-ast-utils/2.4.1: - dependencies: - array-includes: 3.1.1 - object.assign: 4.1.1 - dev: false - engines: - node: '>=4.0' - resolution: - integrity: sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w== - /junit-report-builder/2.0.0: - dependencies: - date-format: 0.0.2 - lodash: 4.17.20 - make-dir: 1.3.0 - xmlbuilder: 10.1.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-/CkUScz5G7U1Fehna9swd8YfA+o5tV07NZz+3pea27okD0+ZEgyXQ5E0etyxMaqzXOjBvN8HGmNpVO/79yj5TA== - /keygrip/1.1.0: - dependencies: - tsscmp: 1.0.6 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ== - /keyv/3.0.0: - dependencies: - json-buffer: 3.0.0 - dev: false - resolution: - integrity: sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA== - /kind-of/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ= - /kind-of/2.0.1: - dependencies: - is-buffer: 1.1.6 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-AY7HpM5+OobLkUG+UZ0kyPqpgbU= - /kind-of/3.2.2: - dependencies: - is-buffer: 1.1.6 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - /kind-of/4.0.0: - dependencies: - is-buffer: 1.1.6 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - /kind-of/5.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - /kind-of/6.0.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - /klaw/1.3.1: - dev: false - optionalDependencies: - graceful-fs: 4.2.4 - resolution: - integrity: sha1-QIhDO0azsbolnXh4XY6W9zugJDk= - /kleur/3.0.3: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== - /koa-body/1.7.0: - dependencies: - co-body: 5.2.0 - extend: 1.3.0 - formidable: 1.0.17 - dev: false - resolution: - integrity: sha512-4H2dutkiH9RjOoM1K61EUJ2q3uXSAcPPxm6RCfHyedi/G+v/swlVRJx+wGOMxI8MlISbwiVR5Jds8h7cb3bJJw== - /koa-compose/2.5.1: - dev: false - resolution: - integrity: sha1-cmz7F2lN5cufvwPArfFyMD+D8VY= - /koa-favicon/1.2.1: - dependencies: - mz: 2.7.0 - dev: false - resolution: - integrity: sha1-wAGm222m1xJyuT+1uSTDkhlIIdA= - /koa-is-json/1.0.0: - dev: false - resolution: - integrity: sha1-JzwH7c3Ljfaiwat9We52SRRR7BQ= - /koa-logger/1.3.1: - dependencies: - bytes: 1.0.0 - chalk: 1.1.3 - humanize-number: 0.0.2 - passthrough-counter: 1.0.0 - dev: false - resolution: - integrity: sha1-rT9fIZOzM0Mo8+uZphj0sEvui9U= - /koa-request/1.0.0: - dependencies: - request: 2.88.2 - dev: false - resolution: - integrity: sha1-GTQzUkedLLll16/wqAKxoG1AjhY= - /koa-router/3.8.0: - dependencies: - debug: 2.6.9 - koa-compose: 2.5.1 - methods: 1.1.2 - path-to-regexp: 1.8.0 - dev: false - engines: - node: '> 0.11.4' - resolution: - integrity: sha1-ZRQONj9/PWc4ozH/w4uMUGLFua8= - /koa-send/3.3.0: - dependencies: - co: 4.6.0 - debug: 2.6.9 - mz: 2.7.0 - resolve-path: 1.4.0 - dev: false - resolution: - integrity: sha1-WkriRVZGgMbs9geeknX6UXOoYdw= - /koa-serve-index/1.1.1: - dependencies: - accepts: 1.1.4 - batch: 0.5.1 - debug: 2.0.0 - parseurl: 1.3.3 - dev: false - engines: - node: '>= 0.11.0' - resolution: - integrity: sha1-zMbO4egVDzsn+pZA2RjR02+BUpI= - /koa-static/2.1.0: - dependencies: - debug: 2.6.9 - koa-send: 3.3.0 - dev: false - resolution: - integrity: sha1-z+KS6n2ryWqnI+SkiGFcxlrnQWk= - /koa-webpack-dev-middleware/1.4.6_webpack@3.12.0: - dependencies: - webpack-dev-middleware: 1.12.2_webpack@3.12.0 - dev: false - engines: - node: '>=6.0.0' - peerDependencies: - webpack: '*' - resolution: - integrity: sha1-bsINNkjDyAte2wtyGmg49mofxHo= - /koa/1.7.0: - dependencies: - accepts: 1.3.7 - co: 4.6.0 - composition: 2.3.0 - content-disposition: 0.5.3 - content-type: 1.0.4 - cookies: 0.8.0 - debug: 2.6.9 - delegates: 1.0.0 - destroy: 1.0.4 - error-inject: 1.0.0 - escape-html: 1.0.3 - fresh: 0.5.2 - http-assert: 1.4.1 - http-errors: 1.8.0 - koa-compose: 2.5.1 - koa-is-json: 1.0.0 - mime-types: 2.1.27 - on-finished: 2.3.0 - only: 0.0.2 - parseurl: 1.3.3 - statuses: 1.5.0 - type-is: 1.6.18 - vary: 1.1.2 - dev: false - engines: - iojs: '>= 1.0.0' - node: '>= 0.12.0' - resolution: - integrity: sha512-bgKsbYjJac0E8O6ya+m6KosXXUigJ15N4XFCnCA0P/kNViu9OnMLv5WcnEeQ5q1SeuKqlqcf0WiroZQBiPHp8Q== - /language-subtag-registry/0.3.20: - dev: false - resolution: - integrity: sha512-KPMwROklF4tEx283Xw0pNKtfTj1gZ4UByp4EsIFWLgBavJltF4TiYPc39k06zSTsLzxTVXXDSpbwaQXaFB4Qeg== - /language-tags/1.0.5: - dependencies: - language-subtag-registry: 0.3.20 - dev: false - resolution: - integrity: sha1-0yHbxNowuovzAk4ED6XBRmH5GTo= - /latest-version/3.1.0: - dependencies: - package-json: 4.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU= - /lazy-cache/0.2.7: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-f+3fLctu23fRHvHRF6tf/fCrG2U= - /lazy-cache/1.0.4: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-odePw6UEdMuAhF07O24dpJpEbo4= - /lazy-universal-dotenv/3.0.1: - dependencies: - '@babel/runtime': 7.11.2 - app-root-dir: 1.0.2 - core-js: 3.6.5 - dotenv: 8.2.0 - dotenv-expand: 5.1.0 - dev: false - engines: - node: '>=6.0.0' - npm: '>=6.0.0' - yarn: '>=1.0.0' - resolution: - integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ== - /lazystream/1.0.0: - dependencies: - readable-stream: 2.3.7 - dev: false - engines: - node: '>= 0.6.3' - resolution: - integrity: sha1-9plf4PggOS9hOWvolGJAe7dxaOQ= - /lcid/1.0.0: - dependencies: - invert-kv: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU= - /less-loader/4.1.0_less@2.7.3+webpack@3.12.0: - dependencies: - clone: 2.1.2 - less: 2.7.3 - loader-utils: 1.4.0 - pify: 3.0.0 - webpack: 3.12.0_webpack@3.12.0 - dev: false - engines: - node: '>= 4.8 < 5.0.0 || >= 5.10' - peerDependencies: - less: ^2.3.1 || ^3.0.0 - webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 - resolution: - integrity: sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg== - /less/2.7.3: - dev: false - engines: - node: '>=0.12' - hasBin: true - optionalDependencies: - errno: 0.1.7 - graceful-fs: 4.2.4 - image-size: 0.5.5 - mime: 1.6.0 - mkdirp: 0.5.5 - promise: 7.3.1 - request: 2.81.0 - source-map: 0.5.7 - resolution: - integrity: sha512-KPdIJKWcEAb02TuJtaLrhue0krtRLoRoo7x6BNJIBelO00t/CCdJQUnHW5V34OnHMWzIktSalJxRO+FvytQlCQ== - /leven/3.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== - /levenary/1.1.1: - dependencies: - leven: 3.1.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ== - /levn/0.3.0: - dependencies: - prelude-ls: 1.1.2 - type-check: 0.3.2 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= - /levn/0.4.1: - dependencies: - prelude-ls: 1.2.1 - type-check: 0.4.0 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== - /liftoff/2.5.0: - dependencies: - extend: 3.0.2 - findup-sync: 2.0.0 - fined: 1.2.0 - flagged-respawn: 1.0.1 - is-plain-object: 2.0.4 - object.map: 1.0.1 - rechoir: 0.6.2 - resolve: 1.17.0 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew= - /lines-and-columns/1.1.6: - dev: false - resolution: - integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= - /listr-silent-renderer/1.1.1: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4= - /listr-update-renderer/0.5.0_listr@0.14.3: - dependencies: - chalk: 1.1.3 - cli-truncate: 0.2.1 - elegant-spinner: 1.0.1 - figures: 1.7.0 - indent-string: 3.2.0 - listr: 0.14.3_listr@0.14.3 - log-symbols: 1.0.2 - log-update: 2.3.0 - strip-ansi: 3.0.1 - dev: false - engines: - node: '>=6' - peerDependencies: - listr: ^0.14.2 - resolution: - integrity: sha512-tKRsZpKz8GSGqoI/+caPmfrypiaq+OQCbd+CovEC24uk1h952lVj5sC7SqyFUm+OaJ5HN/a1YLt5cit2FMNsFA== - /listr-verbose-renderer/0.5.0: - dependencies: - chalk: 2.4.2 - cli-cursor: 2.1.0 - date-fns: 1.30.1 - figures: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw== - /listr/0.14.3_listr@0.14.3: - dependencies: - '@samverschueren/stream-to-observable': 0.3.1_rxjs@6.6.3 - is-observable: 1.1.0 - is-promise: 2.2.2 - is-stream: 1.1.0 - listr-silent-renderer: 1.1.1 - listr-update-renderer: 0.5.0_listr@0.14.3 - listr-verbose-renderer: 0.5.0 - p-map: 2.1.0 - rxjs: 6.6.3 - dev: false - engines: - node: '>=6' - peerDependencies: - listr: '*' - resolution: - integrity: sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA== - /load-json-file/1.1.0: - dependencies: - graceful-fs: 4.2.4 - parse-json: 2.2.0 - pify: 2.3.0 - pinkie-promise: 2.0.1 - strip-bom: 2.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= - /load-json-file/2.0.0: - dependencies: - graceful-fs: 4.2.4 - parse-json: 2.2.0 - pify: 2.3.0 - strip-bom: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg= - /load-json-file/4.0.0: - dependencies: - graceful-fs: 4.2.4 - parse-json: 4.0.0 - pify: 3.0.0 - strip-bom: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs= - /loader-runner/2.4.0: - dev: false - engines: - node: '>=4.3.0 <5.0.0 || >=5.10' - resolution: - integrity: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== - /loader-utils/1.2.3: - dependencies: - big.js: 5.2.2 - emojis-list: 2.1.0 - json5: 1.0.1 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA== - /loader-utils/1.4.0: - dependencies: - big.js: 5.2.2 - emojis-list: 3.0.0 - json5: 1.0.1 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== - /loader-utils/2.0.0: - dependencies: - big.js: 5.2.2 - emojis-list: 3.0.0 - json5: 2.1.3 - dev: false - engines: - node: '>=8.9.0' - resolution: - integrity: sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== - /locate-path/2.0.0: - dependencies: - p-locate: 2.0.0 - path-exists: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= - /locate-path/3.0.0: - dependencies: - p-locate: 3.0.0 - path-exists: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - /locate-path/5.0.0: - dependencies: - p-locate: 4.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== - /lodash._arraycopy/3.0.0: - dev: false - resolution: - integrity: sha1-due3wfH7klRzdIeKVi7Qaj5Q9uE= - /lodash._arrayeach/3.0.0: - dev: false - resolution: - integrity: sha1-urFWsqkNPxu9XGU0AzSeXlkz754= - /lodash._basecopy/3.0.1: - dev: false - resolution: - integrity: sha1-jaDmqHbPNEwK2KVIghEd08XHyjY= - /lodash._basefor/3.0.3: - dev: false - resolution: - integrity: sha1-dVC06SGO8J+tJDQ7YSAhx5tMIMI= - /lodash._basetostring/3.0.1: - dev: false - resolution: - integrity: sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U= - /lodash._basevalues/3.0.0: - dev: false - resolution: - integrity: sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc= - /lodash._bindcallback/3.0.1: - dev: false - resolution: - integrity: sha1-5THCdkTPi1epnhftlbNcdIeJOS4= - /lodash._createassigner/3.1.1: - dependencies: - lodash._bindcallback: 3.0.1 - lodash._isiterateecall: 3.0.9 - lodash.restparam: 3.6.1 - dev: false - resolution: - integrity: sha1-g4pbri/aymOsIt7o4Z+k5taXCxE= - /lodash._getnative/3.9.1: - dev: false - resolution: - integrity: sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U= - /lodash._isiterateecall/3.0.9: - dev: false - resolution: - integrity: sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw= - /lodash._reescape/3.0.0: - dev: false - resolution: - integrity: sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo= - /lodash._reevaluate/3.0.0: - dev: false - resolution: - integrity: sha1-WLx0xAZklTrgsSTYBpltrKQx4u0= - /lodash._reinterpolate/3.0.0: - dev: false - resolution: - integrity: sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0= - /lodash._root/3.0.1: - dev: false - resolution: - integrity: sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI= - /lodash.camelcase/4.3.0: - dev: false - resolution: - integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY= - /lodash.clone/4.5.0: - dev: false - resolution: - integrity: sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y= - /lodash.debounce/4.0.8: - dev: false - resolution: - integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168= - /lodash.defaults/4.2.0: - dev: false - resolution: - integrity: sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw= - /lodash.escape/3.2.0: - dependencies: - lodash._root: 3.0.1 - dev: false - resolution: - integrity: sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg= - /lodash.escape/4.0.1: - dev: false - resolution: - integrity: sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg= - /lodash.flatten/4.4.0: - dev: false - resolution: - integrity: sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= - /lodash.flattendeep/4.4.0: - dev: false - resolution: - integrity: sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI= - /lodash.get/4.4.2: - dev: false - resolution: - integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= - /lodash.isarguments/3.1.0: - dev: false - resolution: - integrity: sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo= - /lodash.isarray/3.0.4: - dev: false - resolution: - integrity: sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U= - /lodash.isequal/4.5.0: - dev: false - resolution: - integrity: sha1-QVxEePK8wwEgwizhDtMib30+GOA= - /lodash.isplainobject/3.2.0: - dependencies: - lodash._basefor: 3.0.3 - lodash.isarguments: 3.1.0 - lodash.keysin: 3.0.8 - dev: false - resolution: - integrity: sha1-moI4rhayAEMpYM1zRlEtASP79MU= - /lodash.isplainobject/4.0.6: - dev: false - resolution: - integrity: sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= - /lodash.istypedarray/3.0.6: - dev: false - resolution: - integrity: sha1-yaR3SYYHUB2OhJTSg7h8OSgc72I= - /lodash.keys/3.1.2: - dependencies: - lodash._getnative: 3.9.1 - lodash.isarguments: 3.1.0 - lodash.isarray: 3.0.4 - dev: false - resolution: - integrity: sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo= - /lodash.keysin/3.0.8: - dependencies: - lodash.isarguments: 3.1.0 - lodash.isarray: 3.0.4 - dev: false - resolution: - integrity: sha1-IsRJPrvtsUJ5YqVLRFssinZ/tH8= - /lodash.memoize/4.1.2: - dev: false - resolution: - integrity: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= - /lodash.merge/3.3.2: - dependencies: - lodash._arraycopy: 3.0.0 - lodash._arrayeach: 3.0.0 - lodash._createassigner: 3.1.1 - lodash._getnative: 3.9.1 - lodash.isarguments: 3.1.0 - lodash.isarray: 3.0.4 - lodash.isplainobject: 3.2.0 - lodash.istypedarray: 3.0.6 - lodash.keys: 3.1.2 - lodash.keysin: 3.0.8 - lodash.toplainobject: 3.0.0 - dev: false - resolution: - integrity: sha1-DZDZPtY3sYeEN7s+IWASYNev6ZQ= - /lodash.merge/4.6.2: - dev: false - resolution: - integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== - /lodash.partialright/4.2.1: - dev: false - resolution: - integrity: sha1-ATDYDoM2MmTUAHTzKbij56ihzEs= - /lodash.pick/4.4.0: - dev: false - resolution: - integrity: sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM= - /lodash.restparam/3.6.1: - dev: false - resolution: - integrity: sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU= - /lodash.some/4.6.0: - dev: false - resolution: - integrity: sha1-G7nzFO9ri63tE7VJFpsqlF62jk0= - /lodash.sortby/4.7.0: - dev: false - resolution: - integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= - /lodash.template/3.6.2: - dependencies: - lodash._basecopy: 3.0.1 - lodash._basetostring: 3.0.1 - lodash._basevalues: 3.0.0 - lodash._isiterateecall: 3.0.9 - lodash._reinterpolate: 3.0.0 - lodash.escape: 3.2.0 - lodash.keys: 3.1.2 - lodash.restparam: 3.6.1 - lodash.templatesettings: 3.1.1 - dev: false - resolution: - integrity: sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8= - /lodash.templatesettings/3.1.1: - dependencies: - lodash._reinterpolate: 3.0.0 - lodash.escape: 3.2.0 - dev: false - resolution: - integrity: sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU= - /lodash.throttle/4.1.1: - dev: false - resolution: - integrity: sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= - /lodash.toarray/4.4.0: - dev: false - resolution: - integrity: sha1-JMS/zWsvuji/0FlNsRedjptlZWE= - /lodash.toplainobject/3.0.0: - dependencies: - lodash._basecopy: 3.0.1 - lodash.keysin: 3.0.8 - dev: false - resolution: - integrity: sha1-KHkK2ULSk9eKpmOgfs9/UsoEGY0= - /lodash.uniq/4.5.0: - dev: false - resolution: - integrity: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= - /lodash.upperfirst/4.3.1: - dev: false - resolution: - integrity: sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984= - /lodash/1.0.2: - dev: false - engines: - '0': node - '1': rhino - resolution: - integrity: sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE= - /lodash/2.4.2: - dev: false - engines: - '0': node - '1': rhino - resolution: - integrity: sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4= - /lodash/3.10.1: - dev: false - resolution: - integrity: sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y= - /lodash/4.17.20: - dev: false - resolution: - integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== - /log-symbols/1.0.2: - dependencies: - chalk: 1.1.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg= - /log-update/2.3.0: - dependencies: - ansi-escapes: 3.2.0 - cli-cursor: 2.1.0 - wrap-ansi: 3.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-iDKP19HOeTiykoN0bwsbwSayRwg= - /lolex/5.1.2: - dependencies: - '@sinonjs/commons': 1.8.1 - dev: false - resolution: - integrity: sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A== - /longest/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc= - /loose-envify/1.4.0: - dependencies: - js-tokens: 4.0.0 - dev: false - hasBin: true - resolution: - integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - /loud-rejection/1.6.0: - dependencies: - currently-unhandled: 0.4.1 - signal-exit: 3.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= - /lower-case-first/1.0.2: - dependencies: - lower-case: 1.1.4 - dev: false - resolution: - integrity: sha1-5dp8JvKacHO+AtUrrJmA5ZIq36E= - /lower-case/1.1.4: - dev: false - resolution: - integrity: sha1-miyr0bno4K6ZOkv31YdcOcQujqw= - /lower-case/2.0.1: - dependencies: - tslib: 1.13.0 - dev: false - resolution: - integrity: sha512-LiWgfDLLb1dwbFQZsSglpRj+1ctGnayXz3Uv0/WO8n558JycT5fg6zkNcnW0G68Nn0aEldTFeEfmjCfmqry/rQ== - /lowercase-keys/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-TjNms55/VFfjXxMkvfb4jQv8cwY= - /lowercase-keys/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== - /lowlight/1.11.0: - dependencies: - fault: 1.0.4 - highlight.js: 9.13.1 - dev: false - resolution: - integrity: sha512-xrGGN6XLL7MbTMdPD6NfWPwY43SNkjf/d0mecSx/CW36fUZTjRHEq0/Cdug3TWKtRXLWi7iMl1eP0olYxj/a4A== - /lru-cache/2.7.3: - dev: false - resolution: - integrity: sha1-bUUk6LlV+V1PW1iFHOId1y+06VI= - /lru-cache/4.1.5: - dependencies: - pseudomap: 1.0.2 - yallist: 2.1.2 - dev: false - resolution: - integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== - /lru-cache/5.1.1: - dependencies: - yallist: 3.1.1 - dev: false - resolution: - integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - /lru-cache/6.0.0: - dependencies: - yallist: 4.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - /magic-string/0.25.7: - dependencies: - sourcemap-codec: 1.4.8 - dev: false - resolution: - integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA== - /make-dir/1.3.0: - dependencies: - pify: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== - /make-dir/2.1.0: - dependencies: - pify: 4.0.1 - semver: 5.7.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - /make-dir/3.1.0: - dependencies: - semver: 6.3.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== - /make-iterator/1.0.1: - dependencies: - kind-of: 6.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw== - /makeerror/1.0.11: - dependencies: - tmpl: 1.0.4 - dev: false - resolution: - integrity: sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw= - /map-cache/0.2.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - /map-obj/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - /map-obj/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-plzSkIepJZi4eRJXpSPgISIqwfk= - /map-obj/4.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-glc9y00wgtwcDmp7GaE/0b0OnxpNJsVf3ael/An6Fe2Q51LLwN1er6sdomLRzz5h0+yMpiYLhWYF5R7HeqVd4g== - /map-or-similar/1.5.0: - dev: false - resolution: - integrity: sha1-beJlMXSt+12e3DPGnT6Sobdvrwg= - /map-visit/1.0.0: - dependencies: - object-visit: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - /markdown-escapes/1.0.4: - dev: false - resolution: - integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== - /markdown-to-jsx/6.11.4_react@16.13.1: - dependencies: - prop-types: 15.7.2 - react: 16.13.1 - unquote: 1.1.1 - dev: false - engines: - node: '>= 4' - peerDependencies: - react: '>= 0.14.0' - resolution: - integrity: sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw== - /marked/0.3.19: - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg== - /marksy/8.0.0: - dependencies: - '@babel/standalone': 7.11.6 - he: 1.2.0 - marked: 0.3.19 - dev: false - resolution: - integrity: sha512-mmHcKZojCQAGuKTuu3153viXdCuxUmsSxomFaSOBTkOlfWFOZBmDhmJkOp0CsPMNRQ7m6oN2wflvAHLpBNZVPw== - /match-require/2.1.0: - dependencies: - uuid: 3.4.0 - dev: false - resolution: - integrity: sha1-9n1ixMsdcD9Aj7Y7Vbmug/sl4sw= - /material-colors/1.2.6: - dev: false - resolution: - integrity: sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg== - /math-expression-evaluator/1.2.22: - dev: false - resolution: - integrity: sha512-L0j0tFVZBQQLeEjmWOvDLoRciIY8gQGWahvkztXUal8jH8R5Rlqo9GCvgqvXcy9LQhEWdQCVvzqAbxgYNt4blQ== - /math-random/1.0.4: - dev: false - resolution: - integrity: sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A== - /md5.js/1.3.5: - dependencies: - hash-base: 3.1.0 - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== - /mdast-squeeze-paragraphs/3.0.5: - dependencies: - unist-util-remove: 1.0.3 - dev: false - resolution: - integrity: sha512-xX6Vbe348Y/rukQlG4W3xH+7v4ZlzUbSY4HUIQCuYrF2DrkcHx584mCaFxkWoDZKNUfyLZItHC9VAqX3kIP7XA== - /mdast-squeeze-paragraphs/4.0.0: - dependencies: - unist-util-remove: 2.0.0 - dev: false - resolution: - integrity: sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ== - /mdast-util-definitions/1.2.5: - dependencies: - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-CJXEdoLfiISCDc2JB6QLb79pYfI6+GcIH+W2ox9nMc7od0Pz+bovcHsiq29xAQY6ayqe/9CsK2VzkSJdg1pFYA== - /mdast-util-definitions/3.0.1: - dependencies: - unist-util-visit: 2.0.3 - dev: false - resolution: - integrity: sha512-BAv2iUm/e6IK/b2/t+Fx69EL/AGcq/IG2S+HxHjDJGfLJtd6i9SZUS76aC9cig+IEucsqxKTR0ot3m933R3iuA== - /mdast-util-to-hast/3.0.4: - dependencies: - collapse-white-space: 1.0.6 - detab: 2.0.3 - mdast-util-definitions: 1.2.5 - mdurl: 1.0.1 - trim: 0.0.1 - trim-lines: 1.1.3 - unist-builder: 1.0.4 - unist-util-generated: 1.1.5 - unist-util-position: 3.1.0 - unist-util-visit: 1.4.1 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-/eIbly2YmyVgpJNo+bFLLMCI1XgolO/Ffowhf+pHDq3X4/V6FntC9sGQCDLM147eTS+uSXv5dRzJyFn+o0tazA== - /mdast-util-to-hast/9.1.1: - dependencies: - '@types/mdast': 3.0.3 - '@types/unist': 2.0.3 - mdast-util-definitions: 3.0.1 - mdurl: 1.0.1 - unist-builder: 2.0.3 - unist-util-generated: 1.1.5 - unist-util-position: 3.1.0 - unist-util-visit: 2.0.3 - dev: false - resolution: - integrity: sha512-vpMWKFKM2mnle+YbNgDXxx95vv0CoLU0v/l3F5oFAG5DV7qwkZVWA206LsAdOnEVyf5vQcLnb3cWJywu7mUxsQ== - /mdast-util-to-string/1.1.0: - dev: false - resolution: - integrity: sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A== - /mdn-data/2.0.4: - dev: false - resolution: - integrity: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== - /mdn-data/2.0.6: - dev: false - resolution: - integrity: sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA== - /mdurl/1.0.1: - dev: false - resolution: - integrity: sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4= - /mdx-docs/1.0.0-9_1879e73838edc007c3ca1b62e79afe27: - dependencies: - '@mdx-js/tag': 0.15.6 - is-absolute-url: 2.1.0 - lodash.get: 4.4.2 - next: 9.4.4 - prop-types: 15.7.2 - react-live: 1.12.0 - rmdi: 1.0.1_styled-components@4.4.1 - styled-components: 4.4.1_styled-components@4.4.1 - dev: false - peerDependencies: - '@mdx-js/tag': '>=0.15' - next: 6.x - styled-components: 3.x - resolution: - integrity: sha512-To+2+jU3agQ7nU647som44LwThW0IPG1LRdmDMIE4AxN2Zhg/GD5iaDdGsSMhHv2J/Rm3gRODtHae0dcachk3Q== - /mdx-docs/1.0.0-9_e74264c60016aaccc6b7cdd6f55c158f: - dependencies: - '@mdx-js/tag': 0.15.6_react@16.13.1 - is-absolute-url: 2.1.0 - lodash.get: 4.4.2 - next: 9.4.4_react-dom@16.13.1+react@16.13.1 - prop-types: 15.7.2 - react-live: 1.12.0 - rmdi: 1.0.1_styled-components@3.4.10 - styled-components: 3.4.10_react@16.13.1 - dev: false - peerDependencies: - '@mdx-js/tag': '>=0.15' - next: 6.x - styled-components: 3.x - resolution: - integrity: sha512-To+2+jU3agQ7nU647som44LwThW0IPG1LRdmDMIE4AxN2Zhg/GD5iaDdGsSMhHv2J/Rm3gRODtHae0dcachk3Q== - /media-typer/0.3.0: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= - /mem/1.1.0: - dependencies: - mimic-fn: 1.2.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y= - /memoize-one/5.1.1: - dev: false - resolution: - integrity: sha512-HKeeBpWvqiVJD57ZUAsJNm71eHTykffzcLZVYWiVfQeI1rJtuEaS7hQiEpWfVVk18donPwJEcFKIkCmPJNOhHA== - /memoizerific/1.11.3: - dependencies: - map-or-similar: 1.5.0 - dev: false - resolution: - integrity: sha1-fIekZGREwy11Q4VwkF8tvRsagFo= - /memory-fs/0.4.1: - dependencies: - errno: 0.1.7 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= - /memory-fs/0.5.0: - dependencies: - errno: 0.1.7 - readable-stream: 2.3.7 - dev: false - engines: - node: '>=4.3.0 <5.0.0 || >=5.10' - resolution: - integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== - /memorystream/0.3.1: - dev: false - engines: - node: '>= 0.10.0' - resolution: - integrity: sha1-htcJCzDORV1j+64S3aUaR93K+bI= - /meow/3.7.0: - dependencies: - camelcase-keys: 2.1.0 - decamelize: 1.2.0 - loud-rejection: 1.6.0 - map-obj: 1.0.1 - minimist: 1.2.5 - normalize-package-data: 2.5.0 - object-assign: 4.1.1 - read-pkg-up: 1.0.1 - redent: 1.0.0 - trim-newlines: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= - /meow/5.0.0: - dependencies: - camelcase-keys: 4.2.0 - decamelize-keys: 1.1.0 - loud-rejection: 1.6.0 - minimist-options: 3.0.2 - normalize-package-data: 2.5.0 - read-pkg-up: 3.0.0 - redent: 2.0.0 - trim-newlines: 2.0.0 - yargs-parser: 10.1.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig== - /meow/6.1.1: - dependencies: - '@types/minimist': 1.2.0 - camelcase-keys: 6.2.2 - decamelize-keys: 1.1.0 - hard-rejection: 2.1.0 - minimist-options: 4.1.0 - normalize-package-data: 2.5.0 - read-pkg-up: 7.0.1 - redent: 3.0.0 - trim-newlines: 3.0.0 - type-fest: 0.13.1 - yargs-parser: 18.1.3 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg== - /merge-anything/2.4.4: - dependencies: - is-what: 3.11.2 - dev: false - resolution: - integrity: sha512-l5XlriUDJKQT12bH+rVhAHjwIuXWdAIecGwsYjv2LJo+dA1AeRTmeQS+3QBpO6lEthBMDi2IUMpLC1yyRvGlwQ== - /merge-deep/3.0.2: - dependencies: - arr-union: 3.1.0 - clone-deep: 0.2.4 - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-T7qC8kg4Zoti1cFd8Cr0M+qaZfOwjlPDEdZIIPPB2JZctjaPM4fX+i7HOId69tAti2fvO6X5ldfYUONDODsrkA== - /merge-descriptors/1.0.1: - dev: false - resolution: - integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= - /merge-options/1.0.1: - dependencies: - is-plain-obj: 1.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-iuPV41VWKWBIOpBsjoxjDZw8/GbSfZ2mk7N1453bwMrfzdrIk7EzBd+8UVR6rkw67th7xnk9Dytl3J+lHPdxvg== - /merge-source-map/1.1.0: - dependencies: - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw== - /merge-stream/1.0.1: - dependencies: - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE= - /merge-stream/2.0.0: - dev: false - resolution: - integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== - /merge2/1.0.3: - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-+kT4siYmFaty8ICKQB1HinDjlNs= - /merge2/1.4.1: - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== - /methods/1.1.2: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= - /micro-memoize/2.1.2: - dev: false - resolution: - integrity: sha512-COjNutiFgnDHXZEIM/jYuZPwq2h8zMUeScf6Sh6so98a+REqdlpaNS7Cb2ffGfK5I+xfgoA3Rx49NGuNJTJq3w== - /microevent.ts/0.1.1: - dev: false - resolution: - integrity: sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g== - /micromatch/2.3.11: - dependencies: - arr-diff: 2.0.0 - array-unique: 0.2.1 - braces: 1.8.5 - expand-brackets: 0.1.5 - extglob: 0.3.2 - filename-regex: 2.0.1 - is-extglob: 1.0.0 - is-glob: 2.0.1 - kind-of: 3.2.2 - normalize-path: 2.1.1 - object.omit: 2.0.1 - parse-glob: 3.0.4 - regex-cache: 0.4.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU= - /micromatch/3.1.0: - dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - braces: 2.3.2 - define-property: 1.0.0 - extend-shallow: 2.0.1 - extglob: 2.0.4 - fragment-cache: 0.2.1 - kind-of: 5.1.0 - nanomatch: 1.2.13 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-3StSelAE+hnRvMs8IdVW7Uhk8CVed5tp+kLLGlBP6WiRAXS21GPGu/Nat4WNPXj2Eoc24B02SaeoyozPMfj0/g== - /micromatch/3.1.10: - dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - braces: 2.3.2 - define-property: 2.0.2 - extend-shallow: 3.0.2 - extglob: 2.0.4 - fragment-cache: 0.2.1 - kind-of: 6.0.3 - nanomatch: 1.2.13 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - /micromatch/4.0.2: - dependencies: - braces: 3.0.2 - picomatch: 2.2.2 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== - /miller-rabin/4.0.1: - dependencies: - bn.js: 4.11.9 - brorand: 1.1.0 - dev: false - hasBin: true - resolution: - integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - /mime-db/1.12.0: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-PQxjGA9FjrENMlqqN9fFiuMS6dc= - /mime-db/1.44.0: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== - /mime-types/2.0.14: - dependencies: - mime-db: 1.12.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-MQ4VnbI+B3+Lsit0jav6SVcUCqY= - /mime-types/2.1.27: - dependencies: - mime-db: 1.44.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== - /mime/1.3.6: - dev: false - hasBin: true - resolution: - integrity: sha1-WR2E02U6awtKO5343lqoEI5y5eA= - /mime/1.6.0: - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - /mime/2.4.6: - dev: false - engines: - node: '>=4.0.0' - hasBin: true - resolution: - integrity: sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA== - /mimeparse/0.1.4: - dev: false - resolution: - integrity: sha1-2vsCdSNw/SJgk64xUsJxrwGsJUo= - /mimic-fn/1.2.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== - /mimic-fn/2.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - /mimic-response/1.0.1: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== - /min-document/2.19.0: - dependencies: - dom-walk: 0.1.2 - dev: false - resolution: - integrity: sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU= - /min-indent/1.0.1: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== - /mini-css-extract-plugin/0.7.0_webpack@4.44.2: - dependencies: - loader-utils: 1.4.0 - normalize-url: 1.9.1 - schema-utils: 1.0.0 - webpack: 4.44.2_webpack@4.44.2 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>= 6.9.0' - peerDependencies: - webpack: ^4.4.0 - resolution: - integrity: sha512-RQIw6+7utTYn8DBGsf/LpRgZCJMpZt+kuawJ/fju0KiOL6nAaTBNmCJwS7HtwSCXfS47gCkmtBFS7HdsquhdxQ== - /mini-css-extract-plugin/0.8.0_webpack@4.43.0: - dependencies: - loader-utils: 1.4.0 - normalize-url: 1.9.1 - schema-utils: 1.0.0 - webpack: 4.43.0_webpack@4.43.0 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>= 6.9.0' - peerDependencies: - webpack: ^4.4.0 - resolution: - integrity: sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw== - /minimalistic-assert/1.0.1: - dev: false - resolution: - integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== - /minimalistic-crypto-utils/1.0.1: - dev: false - resolution: - integrity: sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= - /minimatch/0.2.14: - dependencies: - lru-cache: 2.7.3 - sigmund: 1.0.1 - deprecated: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue - dev: false - resolution: - integrity: sha1-x054BXT2PG+aCQ6Q775u9TpqdWo= - /minimatch/1.0.0: - dependencies: - lru-cache: 2.7.3 - sigmund: 1.0.1 - deprecated: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue - dev: false - resolution: - integrity: sha1-4N0hILSeG3JM6NcUxSCCKpQ4V20= - /minimatch/2.0.10: - dependencies: - brace-expansion: 1.1.11 - deprecated: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue - dev: false - resolution: - integrity: sha1-jQh8OcazjAAbl/ynzm0OHoCvusc= - /minimatch/3.0.4: - dependencies: - brace-expansion: 1.1.11 - dev: false - resolution: - integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - /minimist-options/3.0.2: - dependencies: - arrify: 1.0.1 - is-plain-obj: 1.1.0 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ== - /minimist-options/4.1.0: - dependencies: - arrify: 1.0.1 - is-plain-obj: 1.1.0 - kind-of: 6.0.3 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== - /minimist/0.0.10: - dev: false - resolution: - integrity: sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8= - /minimist/1.2.5: - dev: false - resolution: - integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - /minipass-collect/1.0.2: - dependencies: - minipass: 3.1.3 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== - /minipass-flush/1.0.5: - dependencies: - minipass: 3.1.3 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== - /minipass-pipeline/1.2.4: - dependencies: - minipass: 3.1.3 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== - /minipass/3.1.3: - dependencies: - yallist: 4.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg== - /mississippi/3.0.0: - dependencies: - concat-stream: 1.6.2 - duplexify: 3.7.1 - end-of-stream: 1.4.4 - flush-write-stream: 1.1.1 - from2: 2.3.0 - parallel-transform: 1.2.0 - pump: 3.0.0 - pumpify: 1.5.1 - stream-each: 1.2.3 - through2: 2.0.5 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== - /mitt/1.1.2: - dev: false - resolution: - integrity: sha1-OA5hSA1qYVtmDwertg1R4KTkvtY= - /mixin-deep/1.3.2: - dependencies: - for-in: 1.0.2 - is-extendable: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - /mixin-object/2.0.1: - dependencies: - for-in: 0.1.8 - is-extendable: 0.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4= - /mkdirp/0.5.3: - dependencies: - minimist: 1.2.5 - deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) - dev: false - hasBin: true - resolution: - integrity: sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg== - /mkdirp/0.5.5: - dependencies: - minimist: 1.2.5 - dev: false - hasBin: true - resolution: - integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== - /modulex-util/1.1.10: - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-HsAiwwvgU1XVlSMBpKsUp5HYfRI= - /moize/5.4.7: - dependencies: - fast-equals: 1.6.3 - fast-stringify: 1.1.2 - micro-memoize: 2.1.2 - dev: false - resolution: - integrity: sha512-7PZH8QFJ51cIVtDv7wfUREBd3gL59JB0v/ARA3RI9zkSRa9LyGjS1Bdldii2J1/NQXRQ/3OOVOSdnZrCcVaZlw== - /moment/2.28.0: - dev: false - resolution: - integrity: sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw== - /moo/0.5.1: - dev: false - resolution: - integrity: sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w== - /mout/0.11.1: - dev: false - resolution: - integrity: sha1-ujYR318OWx/7/QEWa48C0fX6K5k= - /move-concurrently/1.0.1: - dependencies: - aproba: 1.2.0 - copy-concurrently: 1.0.5 - fs-write-stream-atomic: 1.0.10 - mkdirp: 0.5.3 - rimraf: 2.7.1 - run-queue: 1.0.3 - dev: false - resolution: - integrity: sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= - /ms/0.6.2: - dev: false - resolution: - integrity: sha1-2JwhJMb9wTU9Zai3e/GqxLGTcIw= - /ms/2.0.0: - dev: false - resolution: - integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - /ms/2.1.1: - dev: false - resolution: - integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== - /ms/2.1.2: - dev: false - resolution: - integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - /multipipe/0.1.2: - dependencies: - duplexer2: 0.0.2 - dev: false - resolution: - integrity: sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s= - /mute-stream/0.0.7: - dev: false - resolution: - integrity: sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= - /mute-stream/0.0.8: - dev: false - resolution: - integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== - /mz/2.7.0: - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - dev: false - resolution: - integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== - /nan/2.14.1: - dev: false - optional: true - resolution: - integrity: sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw== - /nano-style/1.0.0: - dependencies: - objss: 1.0.3 - prop-types: 15.7.2 - stylis: 3.5.4 - dev: false - resolution: - integrity: sha512-3qp938DVT1XbpJ538GMTcBD56V8Dmp0H56pGtF9UYAmUkVIF+JJRSKmDrk30zVE/84ocLrwH7Q6nb1lQya7hag== - /nanomatch/1.2.13: - dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - define-property: 2.0.2 - extend-shallow: 3.0.2 - fragment-cache: 0.2.1 - is-windows: 1.0.2 - kind-of: 6.0.3 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - /native-url/0.3.1: - dependencies: - querystring: 0.2.0 - dev: false - resolution: - integrity: sha512-VL0XRW8nNBdSpxqZCbLJKrLHmIMn82FZ8pJzriJgyBmErjdEtrUX6eZAJbtHjlkMooEWUV+EtJ0D5tOP3+1Piw== - /natives/1.1.6: - deprecated: 'This module relies on Node.js''s internals and will break at some point. Do not use it, and update to graceful-fs@4.x.' - dev: false - resolution: - integrity: sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA== - /natural-compare/1.4.0: - dev: false - resolution: - integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= - /nearley/2.19.6: - dependencies: - commander: 2.20.3 - moo: 0.5.1 - railroad-diagrams: 1.0.0 - randexp: 0.4.6 - semver: 5.7.1 - dev: false - hasBin: true - resolution: - integrity: sha512-OV3Lx+o5iIGWVY38zs+7aiSnBqaHTFAOQiz83VHJje/wOOaSgzE3H0S/xfISxJhFSoPcX611OEDV9sCT8F283g== - /negotiator/0.4.9: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-kuRrbbU8fkIe1koryU8IvnYw3z8= - /negotiator/0.6.2: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== - /neo-async/2.6.1: - dev: false - resolution: - integrity: sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== - /neo-async/2.6.2: - dev: false - resolution: - integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== - /nested-object-assign/1.0.3: - dev: false - resolution: - integrity: sha512-kgq1CuvLyUcbcIuTiCA93cQ2IJFSlRwXcN+hLcb2qLJwC2qrePHGZZa7IipyWqaWF6tQjdax2pQnVxdq19Zzwg== - /next-mdx-docs/0.0.1-0_@mdx-js+mdx@0.15.7: - dependencies: - '@mdx-js/loader': 0.15.7 - '@mdx-js/mdx': 0.15.7 - remark-autolink-headings: 5.2.2 - remark-emoji: 2.1.0 - remark-images: 0.8.1 - remark-slug: 5.1.2 - remark-unwrap-images: 0.0.2-0 - dev: false - peerDependencies: - '@mdx-js/mdx': '>=0.15.0' - resolution: - integrity: sha512-VxZ3br5h53YIIeaPEQ5n6BmwUKsAgEn9Utg2BferUN8xviD/9v3Eau8B2PsGf1oyWA6vH0YQHd8BHEm4DJ+tRg== - /next-tick/1.0.0: - dev: false - resolution: - integrity: sha1-yobR/ogoFpsBICCOPchCS524NCw= - /next/9.4.4: - dependencies: - '@ampproject/toolbox-optimizer': 2.4.0 - '@babel/code-frame': 7.8.3 - '@babel/core': 7.7.7 - '@babel/plugin-proposal-class-properties': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-object-rest-spread': 7.9.6_@babel+core@7.7.7 - '@babel/plugin-proposal-optional-chaining': 7.9.0_@babel+core@7.7.7 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-transform-modules-commonjs': 7.9.6_@babel+core@7.7.7 - '@babel/plugin-transform-runtime': 7.9.6_@babel+core@7.7.7 - '@babel/preset-env': 7.9.6_@babel+core@7.7.7 - '@babel/preset-modules': 0.1.3_@babel+core@7.7.7 - '@babel/preset-react': 7.9.4_@babel+core@7.7.7 - '@babel/preset-typescript': 7.9.0_@babel+core@7.7.7 - '@babel/runtime': 7.9.6 - '@babel/types': 7.9.6 - '@next/react-dev-overlay': 9.4.4 - '@next/react-refresh-utils': 9.4.4_fd8093f90ae2e7e229f846ec0d2fc400 - babel-plugin-syntax-jsx: 6.18.0 - babel-plugin-transform-define: 2.0.0 - babel-plugin-transform-react-remove-prop-types: 0.4.24 - browserslist: 4.12.0 - cacache: 13.0.1 - chokidar: 2.1.8 - css-loader: 3.5.3_webpack@4.43.0 - find-cache-dir: 3.3.1 - fork-ts-checker-webpack-plugin: 3.1.1 - jest-worker: 24.9.0 - loader-utils: 2.0.0 - mini-css-extract-plugin: 0.8.0_webpack@4.43.0 - mkdirp: 0.5.3 - native-url: 0.3.1 - neo-async: 2.6.1 - pnp-webpack-plugin: 1.6.4 - postcss: 7.0.29 - prop-types: 15.7.2 - prop-types-exact: 1.2.0 - react-is: 16.13.1 - react-refresh: 0.8.3 - resolve-url-loader: 3.1.1 - sass-loader: 8.0.2_webpack@4.43.0 - schema-utils: 2.6.6 - style-loader: 1.2.1_webpack@4.43.0 - styled-jsx: 3.3.0 - use-subscription: 1.4.1 - watchpack: 2.0.0-beta.13 - web-vitals: 0.2.1 - webpack: 4.43.0_webpack@4.43.0 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>=10.13.0' - hasBin: true - peerDependencies: - react: ^16.6.0 - react-dom: ^16.6.0 - resolution: - integrity: sha512-ZT8bU2SAv5jkFQ+y8py+Rl5RJRJ6DnZDS+VUnB1cIscmtmUhDi7LYED7pYm4MCKkYhPbEEM1Lbpo7fnoZJGWNQ== - /next/9.4.4_react-dom@16.13.1+react@16.13.1: - dependencies: - '@ampproject/toolbox-optimizer': 2.4.0 - '@babel/code-frame': 7.8.3 - '@babel/core': 7.7.7 - '@babel/plugin-proposal-class-properties': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-object-rest-spread': 7.9.6_@babel+core@7.7.7 - '@babel/plugin-proposal-optional-chaining': 7.9.0_@babel+core@7.7.7 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-transform-modules-commonjs': 7.9.6_@babel+core@7.7.7 - '@babel/plugin-transform-runtime': 7.9.6_@babel+core@7.7.7 - '@babel/preset-env': 7.9.6_@babel+core@7.7.7 - '@babel/preset-modules': 0.1.3_@babel+core@7.7.7 - '@babel/preset-react': 7.9.4_@babel+core@7.7.7 - '@babel/preset-typescript': 7.9.0_@babel+core@7.7.7 - '@babel/runtime': 7.9.6 - '@babel/types': 7.9.6 - '@next/react-dev-overlay': 9.4.4_react-dom@16.13.1+react@16.13.1 - '@next/react-refresh-utils': 9.4.4_fd8093f90ae2e7e229f846ec0d2fc400 - babel-plugin-syntax-jsx: 6.18.0 - babel-plugin-transform-define: 2.0.0 - babel-plugin-transform-react-remove-prop-types: 0.4.24 - browserslist: 4.12.0 - cacache: 13.0.1 - chokidar: 2.1.8 - css-loader: 3.5.3_webpack@4.43.0 - find-cache-dir: 3.3.1 - fork-ts-checker-webpack-plugin: 3.1.1 - jest-worker: 24.9.0 - loader-utils: 2.0.0 - mini-css-extract-plugin: 0.8.0_webpack@4.43.0 - mkdirp: 0.5.3 - native-url: 0.3.1 - neo-async: 2.6.1 - pnp-webpack-plugin: 1.6.4 - postcss: 7.0.29 - prop-types: 15.7.2 - prop-types-exact: 1.2.0 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-is: 16.13.1 - react-refresh: 0.8.3 - resolve-url-loader: 3.1.1 - sass-loader: 8.0.2_webpack@4.43.0 - schema-utils: 2.6.6 - style-loader: 1.2.1_webpack@4.43.0 - styled-jsx: 3.3.0_react@16.13.1 - use-subscription: 1.4.1_react@16.13.1 - watchpack: 2.0.0-beta.13 - web-vitals: 0.2.1 - webpack: 4.43.0_webpack@4.43.0 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>=10.13.0' - hasBin: true - peerDependencies: - react: ^16.6.0 - react-dom: ^16.6.0 - resolution: - integrity: sha512-ZT8bU2SAv5jkFQ+y8py+Rl5RJRJ6DnZDS+VUnB1cIscmtmUhDi7LYED7pYm4MCKkYhPbEEM1Lbpo7fnoZJGWNQ== - /nice-try/1.0.5: - dev: false - resolution: - integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - /no-case/2.3.2: - dependencies: - lower-case: 1.1.4 - dev: false - resolution: - integrity: sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ== - /no-case/3.0.3: - dependencies: - lower-case: 2.0.1 - tslib: 1.13.0 - dev: false - resolution: - integrity: sha512-ehY/mVQCf9BL0gKfsJBvFJen+1V//U+0HQMPrWct40ixE4jnv0bfvxDbWtAHL9EcaPEOJHVVYKoQn1TlZUB8Tw== - /node-ask/1.0.1: - dev: false - resolution: - integrity: sha1-yqoQdsxY4DZCZ6CQPj6t+sFYOWs= - /node-dir/0.1.17: - dependencies: - minimatch: 3.0.4 - dev: false - engines: - node: '>= 0.10.5' - resolution: - integrity: sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU= - /node-emoji/1.10.0: - dependencies: - lodash.toarray: 4.4.0 - dev: false - resolution: - integrity: sha512-Yt3384If5H6BYGVHiHwTL+99OzJKHhgp82S8/dktEK73T26BazdgZ4JZh92xSVtGNJvz9UbXdNAc5hcrXV42vw== - /node-fetch/1.7.3: - dependencies: - encoding: 0.1.13 - is-stream: 1.1.0 - dev: false - resolution: - integrity: sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ== - /node-fetch/2.6.0: - dev: false - engines: - node: 4.x || >=6.0.0 - resolution: - integrity: sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== - /node-fetch/2.6.1: - dev: false - engines: - node: 4.x || >=6.0.0 - resolution: - integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== - /node-int64/0.4.0: - dev: false - resolution: - integrity: sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= - /node-libs-browser/2.2.1: - dependencies: - assert: 1.5.0 - browserify-zlib: 0.2.0 - buffer: 4.9.2 - console-browserify: 1.2.0 - constants-browserify: 1.0.0 - crypto-browserify: 3.12.0 - domain-browser: 1.2.0 - events: 3.2.0 - https-browserify: 1.0.0 - os-browserify: 0.3.0 - path-browserify: 0.0.1 - process: 0.11.10 - punycode: 1.4.1 - querystring-es3: 0.2.1 - readable-stream: 2.3.7 - stream-browserify: 2.0.2 - stream-http: 2.8.3 - string_decoder: 1.3.0 - timers-browserify: 2.0.11 - tty-browserify: 0.0.0 - url: 0.11.0 - util: 0.11.1 - vm-browserify: 1.1.2 - dev: false - resolution: - integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== - /node-loggly-bulk/2.2.4: - dependencies: - json-stringify-safe: 5.0.1 - moment: 2.28.0 - request: 2.88.2 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-DfhtsDfkSBU6Dp1zvK+H1MgHRcA2yb4z07ctyA6uo+bNwKtv1exhohN910zcWNkdSYq1TImCq+O+3bOTuYHvmQ== - /node-modules-regexp/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= - /node-notifier/6.0.0: - dependencies: - growly: 1.3.0 - is-wsl: 2.2.0 - semver: 6.3.0 - shellwords: 0.1.1 - which: 1.3.1 - dev: false - optional: true - resolution: - integrity: sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw== - /node-notifier/8.0.0: - dependencies: - growly: 1.3.0 - is-wsl: 2.2.0 - semver: 7.3.2 - shellwords: 0.1.1 - uuid: 8.3.0 - which: 2.0.2 - dev: false - optional: true - resolution: - integrity: sha512-46z7DUmcjoYdaWyXouuFNNfUo6eFa94t23c53c+lG/9Cvauk4a98rAUp9672X5dxGdQmLpPzTxzu8f/OeEPaFA== - /node-releases/1.1.61: - dev: false - resolution: - integrity: sha512-DD5vebQLg8jLCOzwupn954fbIiZht05DAZs0k2u8NStSe6h9XdsuIQL8hSRKYiU8WUQRznmSDrKGbv3ObOmC7g== - /normalize-html-whitespace/1.0.0: - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-9ui7CGtOOlehQu0t/OhhlmDyc71mKVlv+4vF+me4iZLPrNtRL2xoquEdfZxasC/bdQi/Hr3iTrpyRKIG+ocabA== - /normalize-package-data/2.5.0: - dependencies: - hosted-git-info: 2.8.8 - resolve: 1.17.0 - semver: 5.7.1 - validate-npm-package-license: 3.0.4 - dev: false - resolution: - integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - /normalize-path/2.1.1: - dependencies: - remove-trailing-separator: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - /normalize-path/3.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - /normalize-range/0.1.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= - /normalize-url/1.9.1: - dependencies: - object-assign: 4.1.1 - prepend-http: 1.0.4 - query-string: 4.3.4 - sort-keys: 1.1.2 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-LMDWazHqIwNkWENuNiDYWVTGbDw= - /normalize-url/2.0.1: - dependencies: - prepend-http: 2.0.0 - query-string: 5.1.1 - sort-keys: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw== - /normalize-url/3.3.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== - /normalize.css/3.0.3: - dev: false - resolution: - integrity: sha1-rMACYuI1osqpE2Oi5eO/pPitBcY= - /npm-package-arg/6.1.1: - dependencies: - hosted-git-info: 2.8.8 - osenv: 0.1.5 - semver: 5.7.1 - validate-npm-package-name: 3.0.0 - dev: false - resolution: - integrity: sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg== - /npm-registry-client/8.6.0: - dependencies: - concat-stream: 1.6.2 - graceful-fs: 4.2.4 - normalize-package-data: 2.5.0 - npm-package-arg: 6.1.1 - once: 1.4.0 - request: 2.88.2 - retry: 0.10.1 - safe-buffer: 5.2.1 - semver: 5.7.1 - slide: 1.1.6 - ssri: 5.3.0 - dev: false - optionalDependencies: - npmlog: 4.1.2 - resolution: - integrity: sha512-Qs6P6nnopig+Y8gbzpeN/dkt+n7IyVd8f45NTMotGk6Qo7GfBmzwYx6jRLoOOgKiMnaQfYxsuyQlD8Mc3guBhg== - /npm-run-all/4.1.5: - dependencies: - ansi-styles: 3.2.1 - chalk: 2.4.2 - cross-spawn: 6.0.5 - memorystream: 0.3.1 - minimatch: 3.0.4 - pidtree: 0.3.1 - read-pkg: 3.0.0 - shell-quote: 1.7.2 - string.prototype.padend: 3.1.0 - dev: false - engines: - node: '>= 4' - hasBin: true - resolution: - integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ== - /npm-run-path/2.0.2: - dependencies: - path-key: 2.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= - /npm-run-path/4.0.1: - dependencies: - path-key: 3.1.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - /npmlog/4.1.2: - dependencies: - are-we-there-yet: 1.1.5 - console-control-strings: 1.1.0 - gauge: 2.7.4 - set-blocking: 2.0.0 - dev: false - resolution: - integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== - /nth-check/1.0.2: - dependencies: - boolbase: 1.0.0 - dev: false - resolution: - integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== - /num2fraction/1.2.2: - dev: false - resolution: - integrity: sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= - /number-is-nan/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - /nwsapi/2.2.0: - dev: false - resolution: - integrity: sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== - /oauth-sign/0.8.2: - dev: false - optional: true - resolution: - integrity: sha1-Rqarfwrq2N6unsBWV4C31O/rnUM= - /oauth-sign/0.9.0: - dev: false - resolution: - integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - /object-assign/3.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I= - /object-assign/4.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - /object-copy/0.1.0: - dependencies: - copy-descriptor: 0.1.1 - define-property: 0.2.5 - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - /object-inspect/1.8.0: - dev: false - resolution: - integrity: sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== - /object-is/1.1.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ== - /object-keys/1.1.1: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - /object-path/0.11.4: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-NwrnUvvzfePqcKhhwju6iRVpGUk= - /object-visit/1.0.1: - dependencies: - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - /object.assign/4.1.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.18.0-next.0 - has-symbols: 1.0.1 - object-keys: 1.1.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA== - /object.defaults/1.1.0: - dependencies: - array-each: 1.0.1 - array-slice: 1.1.0 - for-own: 1.0.0 - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8= - /object.entries/1.1.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - has: 1.0.3 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA== - /object.fromentries/2.0.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - has: 1.0.3 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ== - /object.getownpropertydescriptors/2.1.0: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg== - /object.map/1.0.1: - dependencies: - for-own: 1.0.0 - make-iterator: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-z4Plncj8wK1fQlDh94s7gb2AHTc= - /object.omit/2.0.1: - dependencies: - for-own: 0.1.5 - is-extendable: 0.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo= - /object.pick/1.3.0: - dependencies: - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - /object.values/1.1.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - has: 1.0.3 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA== - /objss/1.0.3: - dependencies: - add-px-to-style: 1.0.0 - dev: false - resolution: - integrity: sha1-2LfcCclJQqFSSctqCQVXNj/mG8M= - /on-finished/2.3.0: - dependencies: - ee-first: 1.1.1 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= - /once/1.3.3: - dependencies: - wrappy: 1.0.2 - dev: false - resolution: - integrity: sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA= - /once/1.4.0: - dependencies: - wrappy: 1.0.2 - dev: false - resolution: - integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - /onetime/2.0.1: - dependencies: - mimic-fn: 1.2.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= - /onetime/5.1.2: - dependencies: - mimic-fn: 2.1.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== - /only/0.0.2: - dev: false - resolution: - integrity: sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q= - /open/6.4.0: - dependencies: - is-wsl: 1.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg== - /open/7.2.1: - dependencies: - is-docker: 2.1.1 - is-wsl: 2.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-xbYCJib4spUdmcs0g/2mK1nKo/jO2T7INClWd/beL7PFkXRWgr8B23ssDHX/USPn2M2IjDR5UdpYs6I67SnTSA== - /openurl/1.1.1: - dev: false - resolution: - integrity: sha1-OHW0sO96UsFW8NtB1GCduw+Us4c= - /optimist/0.6.1: - dependencies: - minimist: 0.0.10 - wordwrap: 0.0.3 - dev: false - resolution: - integrity: sha1-2j6nRob6IaGaERwybpDrFaAZZoY= - /optionator/0.8.3: - dependencies: - deep-is: 0.1.3 - 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 - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== - /optionator/0.9.1: - dependencies: - deep-is: 0.1.3 - fast-levenshtein: 2.0.6 - levn: 0.4.1 - prelude-ls: 1.2.1 - type-check: 0.4.0 - word-wrap: 1.2.3 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== - /orchestrator/0.3.8: - dependencies: - end-of-stream: 0.1.5 - sequencify: 0.0.7 - stream-consume: 0.1.1 - dev: false - resolution: - integrity: sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4= - /ordered-read-streams/0.1.0: - dev: false - resolution: - integrity: sha1-/VZamvjrRHO6abbtijQ1LLVS8SY= - /ordered-read-streams/0.3.0: - dependencies: - is-stream: 1.1.0 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha1-cTfmmzKYuzQiR6G77jiByA4v14s= - /original/1.0.2: - dependencies: - url-parse: 1.4.7 - dev: false - resolution: - integrity: sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg== - /os-browserify/0.3.0: - dev: false - resolution: - integrity: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= - /os-homedir/1.0.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - /os-homedir/2.0.0: - deprecated: This is not needed anymore. Use `require('os').homedir()` instead. - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-saRNz0DSC5C/I++gFIaJTXoFJMRwiP5zHar5vV3xQ2TkgEw6hDCcU5F272JjUylpiVgBrZNQHnfjkLabTfb92Q== - /os-locale/2.1.0: - dependencies: - execa: 0.7.0 - lcid: 1.0.0 - mem: 1.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA== - /os-tmpdir/1.0.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - /osenv/0.1.5: - dependencies: - os-homedir: 1.0.2 - os-tmpdir: 1.0.2 - dev: false - resolution: - integrity: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - /output-file-sync/2.0.1: - dependencies: - graceful-fs: 4.2.4 - is-plain-obj: 1.1.0 - mkdirp: 0.5.5 - dev: false - resolution: - integrity: sha512-mDho4qm7WgIXIGf4eYU1RHN2UU5tPfVYVSRwDJw0uTmj35DQUt/eNp19N7v6T3SrR0ESTEf2up2CGO73qI35zQ== - /p-cancelable/0.4.1: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ== - /p-each-series/2.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ== - /p-finally/1.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= - /p-finally/2.0.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw== - /p-is-promise/1.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4= - /p-limit/1.3.0: - dependencies: - p-try: 1.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== - /p-limit/2.3.0: - dependencies: - p-try: 2.2.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - /p-locate/2.0.0: - dependencies: - p-limit: 1.3.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= - /p-locate/3.0.0: - dependencies: - p-limit: 2.3.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - /p-locate/4.1.0: - dependencies: - p-limit: 2.3.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== - /p-map/2.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== - /p-map/3.0.0: - dependencies: - aggregate-error: 3.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ== - /p-timeout/2.0.1: - dependencies: - p-finally: 1.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA== - /p-try/1.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= - /p-try/2.2.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - /package-json/4.0.1: - dependencies: - got: 6.7.1 - registry-auth-token: 3.4.0 - registry-url: 3.1.0 - semver: 5.7.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0= - /pako/0.2.9: - dev: false - resolution: - integrity: sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU= - /pako/1.0.11: - dev: false - resolution: - integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== - /parallel-transform/1.2.0: - dependencies: - cyclist: 1.0.1 - inherits: 2.0.4 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== - /param-case/2.1.1: - dependencies: - no-case: 2.3.2 - dev: false - resolution: - integrity: sha1-35T9jPZTHs915r75oIWPvHK+Ikc= - /param-case/3.0.3: - dependencies: - dot-case: 3.0.3 - tslib: 1.13.0 - dev: false - resolution: - integrity: sha512-VWBVyimc1+QrzappRs7waeN2YmoZFCGXWASRYX1/rGHtXqEcrGEIDm+jqIwFa2fRXNgQEwrxaYuIrX0WcAguTA== - /parent-module/1.0.1: - dependencies: - callsites: 3.1.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - /parse-asn1/5.1.6: - dependencies: - asn1.js: 5.4.1 - browserify-aes: 1.2.0 - evp_bytestokey: 1.0.3 - pbkdf2: 3.1.1 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw== - /parse-entities/1.2.2: - dependencies: - character-entities: 1.2.4 - character-entities-legacy: 1.1.4 - character-reference-invalid: 1.1.4 - is-alphanumerical: 1.0.4 - is-decimal: 1.0.4 - is-hexadecimal: 1.0.4 - dev: false - resolution: - integrity: sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg== - /parse-entities/2.0.0: - dependencies: - character-entities: 1.2.4 - character-entities-legacy: 1.1.4 - character-reference-invalid: 1.1.4 - is-alphanumerical: 1.0.4 - is-decimal: 1.0.4 - is-hexadecimal: 1.0.4 - dev: false - resolution: - integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ== - /parse-filepath/1.0.2: - dependencies: - is-absolute: 1.0.0 - map-cache: 0.2.2 - path-root: 0.1.1 - dev: false - engines: - node: '>=0.8' - resolution: - integrity: sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE= - /parse-glob/3.0.4: - dependencies: - glob-base: 0.3.0 - is-dotfile: 1.0.3 - is-extglob: 1.0.0 - is-glob: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ssN2z7EfNVE7rdFz7wu246OIORw= - /parse-json/2.2.0: - dependencies: - error-ex: 1.3.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= - /parse-json/4.0.0: - dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - /parse-json/5.1.0: - dependencies: - '@babel/code-frame': 7.10.4 - error-ex: 1.3.2 - json-parse-even-better-errors: 2.3.1 - lines-and-columns: 1.1.6 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ== - /parse-node-version/1.0.1: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA== - /parse-passwd/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= - /parse5/3.0.3: - dependencies: - '@types/node': 14.11.1 - dev: false - resolution: - integrity: sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA== - /parse5/5.1.0: - dev: false - resolution: - integrity: sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ== - /parse5/5.1.1: - dev: false - resolution: - integrity: sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug== - /parse5/6.0.1: - dev: false - resolution: - integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== - /parseurl/1.3.3: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - /parsimmon/1.16.0: - dev: false - resolution: - integrity: sha512-tekGDz2Lny27SQ/5DzJdIK0lqsWwZ667SCLFIDCxaZM7VNgQjyKLbaL7FYPKpbjdxNAXFV/mSxkq5D2fnkW4pA== - /pascal-case/2.0.1: - dependencies: - camel-case: 3.0.0 - upper-case-first: 1.1.2 - dev: false - resolution: - integrity: sha1-LVeNNFX2YNpl7KGO+VtODekSdh4= - /pascal-case/3.1.1: - dependencies: - no-case: 3.0.3 - tslib: 1.13.0 - dev: false - resolution: - integrity: sha512-XIeHKqIrsquVTQL2crjq3NfJUxmdLasn3TYOU0VBM+UX2a6ztAWBlJQBePLGY7VHW8+2dRadeIPK5+KImwTxQA== - /pascalcase/0.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - /passthrough-counter/1.0.0: - dev: false - resolution: - integrity: sha1-GWfZ5m2lcrXAI8eH2xEqOHqxZvo= - /path-browserify/0.0.1: - dev: false - resolution: - integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== - /path-case/2.1.1: - dependencies: - no-case: 2.3.2 - dev: false - resolution: - integrity: sha1-lLgDfDctP+KQbkZbtF4l0ibo7qU= - /path-dirname/1.0.2: - dev: false - resolution: - integrity: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= - /path-exists/2.1.0: - dependencies: - pinkie-promise: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= - /path-exists/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - /path-exists/4.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - /path-is-absolute/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - /path-is-inside/1.0.2: - dev: false - resolution: - integrity: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= - /path-key/2.0.1: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - /path-key/3.1.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - /path-parse/1.0.6: - dev: false - resolution: - integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - /path-root-regex/0.1.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0= - /path-root/0.1.1: - dependencies: - path-root-regex: 0.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc= - /path-to-regexp/0.1.7: - dev: false - resolution: - integrity: sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= - /path-to-regexp/1.8.0: - dependencies: - isarray: 0.0.1 - dev: false - resolution: - integrity: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== - /path-type/1.1.0: - dependencies: - graceful-fs: 4.2.4 - pify: 2.3.0 - pinkie-promise: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= - /path-type/2.0.0: - dependencies: - pify: 2.3.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM= - /path-type/3.0.0: - dependencies: - pify: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== - /path-type/4.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - /path/0.12.7: - dependencies: - process: 0.11.10 - util: 0.10.4 - dev: false - resolution: - integrity: sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8= - /pbkdf2/3.1.1: - dependencies: - create-hash: 1.2.0 - create-hmac: 1.1.7 - ripemd160: 2.0.2 - safe-buffer: 5.2.1 - sha.js: 2.4.11 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg== - /pcln-design-system/3.6.1_87057663cfb81d1ab42a7e878d93e1fd: - dependencies: - '@types/styled-system': 4.2.2 - deepmerge: 4.2.2 - hoist-non-react-statics: 3.3.2 - moize: 5.4.7 - pcln-icons: 3.2.0_87057663cfb81d1ab42a7e878d93e1fd - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - dev: false - engines: - node: '>=8.0.0 <9.0.0 || >=10.0.0' - npm: '>=5.10.0 || >=6.0.0' - peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' - styled-components: '>=3' - resolution: - integrity: sha512-jlpAbdTA+aHubWzLgokWcbbu2guhfpfPPVU5kgIV6oayNrqszlRHgQXw6XcFFZPrBa/E9nmq3vD5Ln+izotm8g== - /pcln-design-system/3.6.1_styled-components@4.4.1: - dependencies: - '@types/styled-system': 4.2.2 - deepmerge: 4.2.2 - hoist-non-react-statics: 3.3.2 - moize: 5.4.7 - pcln-icons: 3.2.0_styled-components@4.4.1 - prop-types: 15.7.2 - styled-components: 4.4.1_styled-components@4.4.1 - styled-system: 4.2.4 - dev: false - engines: - node: '>=8.0.0 <9.0.0 || >=10.0.0' - npm: '>=5.10.0 || >=6.0.0' - peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' - styled-components: '>=3' - resolution: - integrity: sha512-jlpAbdTA+aHubWzLgokWcbbu2guhfpfPPVU5kgIV6oayNrqszlRHgQXw6XcFFZPrBa/E9nmq3vD5Ln+izotm8g== - /pcln-icons/3.2.0_87057663cfb81d1ab42a7e878d93e1fd: - dependencies: - lodash.upperfirst: 4.3.1 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - dev: false - engines: - node: '>=8.0.0 <9.0.0 || >=10.0.0' - npm: '>=5.10.0 || >=6.0.0' - peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' - styled-components: '>=3' - resolution: - integrity: sha512-CBWjkNAyMZhSlQuoZt1quXfMhZ05tdMkAecksMlTf/Humg5BPdQ77SoIxub9vBRThb1GKdY4pDg+XsQiQy7pJQ== - /pcln-icons/3.2.0_styled-components@4.4.1: - dependencies: - lodash.upperfirst: 4.3.1 - prop-types: 15.7.2 - styled-components: 4.4.1_styled-components@4.4.1 - styled-system: 4.2.4 - dev: false - engines: - node: '>=8.0.0 <9.0.0 || >=10.0.0' - npm: '>=5.10.0 || >=6.0.0' - peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' - styled-components: '>=3' - resolution: - integrity: sha512-CBWjkNAyMZhSlQuoZt1quXfMhZ05tdMkAecksMlTf/Humg5BPdQ77SoIxub9vBRThb1GKdY4pDg+XsQiQy7pJQ== - /performance-now/0.2.0: - dev: false - optional: true - resolution: - integrity: sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU= - /performance-now/2.1.0: - dev: false - resolution: - integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= - /picomatch/2.2.2: - dev: false - engines: - node: '>=8.6' - resolution: - integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== - /pidtree/0.3.1: - dev: false - engines: - node: '>=0.10' - hasBin: true - resolution: - integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA== - /pify/2.3.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= - /pify/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= - /pify/4.0.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== - /pinkie-promise/2.0.1: - dependencies: - pinkie: 2.0.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ITXW36ejWMBprJsXh3YogihFD/o= - /pinkie/2.0.4: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-clVrgM+g1IqXToDnckjoDtT3+HA= - /pirates/4.0.1: - dependencies: - node-modules-regexp: 1.0.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== - /pkg-dir/2.0.0: - dependencies: - find-up: 2.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s= - /pkg-dir/3.0.0: - dependencies: - find-up: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== - /pkg-dir/4.2.0: - dependencies: - find-up: 4.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== - /pkg-up/2.0.0: - dependencies: - find-up: 2.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-yBmscoBZpGHKscOImivjxJoATX8= - /pkg-up/3.1.0: - dependencies: - find-up: 3.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== - /platform/1.3.3: - dev: false - resolution: - integrity: sha1-ZGx3ARiZhwtqCQPnXpl+jlHadGE= - /plugin-error/0.1.2: - dependencies: - ansi-cyan: 0.1.1 - ansi-red: 0.1.1 - arr-diff: 1.1.0 - arr-union: 2.1.0 - extend-shallow: 1.1.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4= - /plugin-error/1.0.1: - dependencies: - ansi-colors: 1.1.0 - arr-diff: 4.0.0 - arr-union: 3.1.0 - extend-shallow: 3.0.2 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA== - /pluralize/7.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow== - /pluralize/8.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA== - /pn/1.1.0: - dev: false - resolution: - integrity: sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA== - /pnp-webpack-plugin/1.5.0: - dependencies: - ts-pnp: 1.2.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-jd9olUr9D7do+RN8Wspzhpxhgp1n6Vd0NtQ4SFkmIACZoEL1nkyAdW9Ygrinjec0vgDcWjscFQQ1gDW8rsfKTg== - /pnp-webpack-plugin/1.6.4: - dependencies: - ts-pnp: 1.2.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg== - /polished/3.6.6: - dependencies: - '@babel/runtime': 7.11.2 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-yiB2ims2DZPem0kCD6V0wnhcVGFEhNh0Iw0axNpKU+oSAgFt6yx6HxIT23Qg0WWvgS379cS35zT4AOyZZRzpQQ== - /popper.js/1.16.1: - deprecated: 'You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1' - dev: false - resolution: - integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ== - /posix-character-classes/0.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - /postcss-calc/5.3.1: - dependencies: - postcss: 5.2.18 - postcss-message-helpers: 2.0.0 - reduce-css-calc: 1.3.0 - dev: false - resolution: - integrity: sha1-d7rnypKK2FcW4v2kLyYb98HWW14= - /postcss-calc/7.0.4: - dependencies: - postcss: 7.0.34 - postcss-selector-parser: 6.0.2 - postcss-value-parser: 4.1.0 - dev: false - resolution: - integrity: sha512-0I79VRAd1UTkaHzY9w83P39YGO/M3bG7/tNLrHGEunBolfoGM0hSjrGvjoeaj0JE/zIw5GsI2KZ0UwDJqv5hjw== - /postcss-colormin/2.2.2: - dependencies: - colormin: 1.1.2 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-ZjFBfV8OkJo9fsJrJMio0eT5bks= - /postcss-colormin/4.0.3: - dependencies: - browserslist: 4.12.0 - color: 3.1.2 - has: 1.0.3 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== - /postcss-convert-values/2.6.1: - dependencies: - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-u9hZPFwf0uPRwyK7kl3K6Nrk1i0= - /postcss-convert-values/4.0.1: - dependencies: - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== - /postcss-discard-comments/2.0.4: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0= - /postcss-discard-comments/4.0.2: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== - /postcss-discard-duplicates/2.1.0: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-uavye4isGIFYpesSq8riAmO5GTI= - /postcss-discard-duplicates/4.0.2: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== - /postcss-discard-empty/2.1.0: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-0rS9nVztXr2Nyt52QMfXzX9PkrU= - /postcss-discard-empty/4.0.1: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== - /postcss-discard-overridden/0.1.1: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg= - /postcss-discard-overridden/4.0.1: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== - /postcss-discard-unused/2.2.3: - dependencies: - postcss: 5.2.18 - uniqs: 2.0.0 - dev: false - resolution: - integrity: sha1-vOMLLMWR/8Y0Mitfs0ZLbZNPRDM= - /postcss-filter-plugins/2.0.3: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha512-T53GVFsdinJhgwm7rg1BzbeBRomOg9y5MBVhGcsV0CxurUdVj1UlPdKtn7aqYA/c/QVkzKMjq2bSV5dKG5+AwQ== - /postcss-flexbugs-fixes/4.2.1: - dependencies: - postcss: 7.0.34 - dev: false - resolution: - integrity: sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ== - /postcss-load-config/1.2.0: - dependencies: - cosmiconfig: 2.2.2 - object-assign: 4.1.1 - postcss-load-options: 1.2.0 - postcss-load-plugins: 2.3.0 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha1-U56a/J3chiASHr+djDZz4M5Q0oo= - /postcss-load-config/2.1.1: - dependencies: - cosmiconfig: 5.2.1 - import-cwd: 2.1.0 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-D2ENobdoZsW0+BHy4x1CAkXtbXtYWYRIxL/JbtRBqrRGOPtJ2zoga/bEZWhV/ShWB5saVxJMzbMdSyA/vv4tXw== - /postcss-load-options/1.2.0: - dependencies: - cosmiconfig: 2.2.2 - object-assign: 4.1.1 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha1-sJixVZ3awt8EvAuzdfmaXP4rbYw= - /postcss-load-plugins/2.3.0: - dependencies: - cosmiconfig: 2.2.2 - object-assign: 4.1.1 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha1-dFdoEWWZrKLwCfrUJrABdQSdjZI= - /postcss-loader/1.3.3: - dependencies: - loader-utils: 1.4.0 - object-assign: 4.1.1 - postcss: 5.2.18 - postcss-load-config: 1.2.0 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha1-piHqH6KQYqg5cqRvVEhncTAZFus= - /postcss-loader/3.0.0: - dependencies: - loader-utils: 1.4.0 - postcss: 7.0.34 - postcss-load-config: 2.1.1 - schema-utils: 1.0.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA== - /postcss-merge-idents/2.1.7: - dependencies: - has: 1.0.3 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-TFUwMTwI4dWzu/PSu8dH4njuonA= - /postcss-merge-longhand/2.0.2: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-I9kM0Sewp3mUkVMyc5A0oaTz1lg= - /postcss-merge-longhand/4.0.11: - dependencies: - css-color-names: 0.0.4 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - stylehacks: 4.0.3 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== - /postcss-merge-rules/2.1.2: - dependencies: - browserslist: 1.7.7 - caniuse-api: 1.6.1 - postcss: 5.2.18 - postcss-selector-parser: 2.2.3 - vendors: 1.0.4 - dev: false - resolution: - integrity: sha1-0d9d+qexrMO+VT8OnhDofGG19yE= - /postcss-merge-rules/4.0.3: - dependencies: - browserslist: 4.12.0 - caniuse-api: 3.0.0 - cssnano-util-same-parent: 4.0.1 - postcss: 7.0.34 - postcss-selector-parser: 3.1.2 - vendors: 1.0.4 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== - /postcss-message-helpers/2.0.0: - dev: false - resolution: - integrity: sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4= - /postcss-minify-font-values/1.0.5: - dependencies: - object-assign: 4.1.1 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-S1jttWZB66fIR0qzUmyv17vey2k= - /postcss-minify-font-values/4.0.2: - dependencies: - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== - /postcss-minify-gradients/1.0.5: - dependencies: - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-Xb2hE3NwP4PPtKPqOIHY11/15uE= - /postcss-minify-gradients/4.0.2: - dependencies: - cssnano-util-get-arguments: 4.0.0 - is-color-stop: 1.1.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== - /postcss-minify-params/1.2.2: - dependencies: - alphanum-sort: 1.0.2 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - uniqs: 2.0.0 - dev: false - resolution: - integrity: sha1-rSzgcTc7lDs9kwo/pZo1jCjW8fM= - /postcss-minify-params/4.0.2: - dependencies: - alphanum-sort: 1.0.2 - browserslist: 4.12.0 - cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - uniqs: 2.0.0 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== - /postcss-minify-selectors/2.1.1: - dependencies: - alphanum-sort: 1.0.2 - has: 1.0.3 - postcss: 5.2.18 - postcss-selector-parser: 2.2.3 - dev: false - resolution: - integrity: sha1-ssapjAByz5G5MtGkllCBFDEXNb8= - /postcss-minify-selectors/4.0.2: - dependencies: - alphanum-sort: 1.0.2 - has: 1.0.3 - postcss: 7.0.34 - postcss-selector-parser: 3.1.2 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== - /postcss-modules-extract-imports/1.2.1: - dependencies: - postcss: 6.0.23 - dev: false - resolution: - integrity: sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw== - /postcss-modules-extract-imports/2.0.0: - dependencies: - postcss: 7.0.29 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== - /postcss-modules-local-by-default/1.2.0: - dependencies: - css-selector-tokenizer: 0.7.3 - postcss: 6.0.23 - dev: false - resolution: - integrity: sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk= - /postcss-modules-local-by-default/3.0.3: - dependencies: - icss-utils: 4.1.1 - postcss: 7.0.34 - postcss-selector-parser: 6.0.2 - postcss-value-parser: 4.1.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== - /postcss-modules-scope/1.1.0: - dependencies: - css-selector-tokenizer: 0.7.3 - postcss: 6.0.23 - dev: false - resolution: - integrity: sha1-1upkmUx5+XtipytCb75gVqGUu5A= - /postcss-modules-scope/2.2.0: - dependencies: - postcss: 7.0.29 - postcss-selector-parser: 6.0.2 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== - /postcss-modules-values/1.3.0: - dependencies: - icss-replace-symbols: 1.1.0 - postcss: 6.0.23 - dev: false - resolution: - integrity: sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA= - /postcss-modules-values/3.0.0: - dependencies: - icss-utils: 4.1.1 - postcss: 7.0.29 - dev: false - resolution: - integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== - /postcss-modules/3.2.2: - dependencies: - generic-names: 2.0.1 - icss-replace-symbols: 1.1.0 - lodash.camelcase: 4.3.0 - postcss: 7.0.34 - postcss-modules-extract-imports: 2.0.0 - postcss-modules-local-by-default: 3.0.3 - postcss-modules-scope: 2.2.0 - postcss-modules-values: 3.0.0 - string-hash: 1.1.3 - dev: false - resolution: - integrity: sha512-JQ8IAqHELxC0N6tyCg2UF40pACY5oiL6UpiqqcIFRWqgDYO8B0jnxzoQ0EOpPrWXvcpu6BSbQU/3vSiq7w8Nhw== - /postcss-normalize-charset/1.1.1: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-757nEhLX/nWceO0WL2HtYrXLk/E= - /postcss-normalize-charset/4.0.1: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== - /postcss-normalize-display-values/4.0.2: - dependencies: - cssnano-util-get-match: 4.0.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== - /postcss-normalize-positions/4.0.2: - dependencies: - cssnano-util-get-arguments: 4.0.0 - has: 1.0.3 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== - /postcss-normalize-repeat-style/4.0.2: - dependencies: - cssnano-util-get-arguments: 4.0.0 - cssnano-util-get-match: 4.0.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== - /postcss-normalize-string/4.0.2: - dependencies: - has: 1.0.3 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== - /postcss-normalize-timing-functions/4.0.2: - dependencies: - cssnano-util-get-match: 4.0.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== - /postcss-normalize-unicode/4.0.1: - dependencies: - browserslist: 4.12.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== - /postcss-normalize-url/3.0.8: - dependencies: - is-absolute-url: 2.1.0 - normalize-url: 1.9.1 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-EI90s/L82viRov+j6kWSJ5/HgiI= - /postcss-normalize-url/4.0.1: - dependencies: - is-absolute-url: 2.1.0 - normalize-url: 3.3.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== - /postcss-normalize-whitespace/4.0.2: - dependencies: - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== - /postcss-ordered-values/2.2.3: - dependencies: - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-7sbCpntsQSqNsgQud/6NpD+VwR0= - /postcss-ordered-values/4.1.2: - dependencies: - cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== - /postcss-prefix-selector/1.7.2: - dependencies: - postcss: 7.0.34 - dev: false - resolution: - integrity: sha512-ddmzjWNmGs7E/nyolJ021/Gk6oBLRQLyyXKGV4Mu+Y0gquo+XlXSDP0/Y2J8C/cad/GLyftf2H0XtuDFQZxN3w== - /postcss-reduce-idents/2.4.0: - dependencies: - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-wsbSDMlYKE9qv75j92Cb9AkFmtM= - /postcss-reduce-initial/1.0.1: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-aPgGlfBF0IJjqHmtJA343WT2ROo= - /postcss-reduce-initial/4.0.3: - dependencies: - browserslist: 4.12.0 - caniuse-api: 3.0.0 - has: 1.0.3 - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== - /postcss-reduce-transforms/1.0.4: - dependencies: - has: 1.0.3 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-/3b02CEkN7McKYpC0uFEQCV3GuE= - /postcss-reduce-transforms/4.0.2: - dependencies: - cssnano-util-get-match: 4.0.0 - has: 1.0.3 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== - /postcss-safe-parser/4.0.2: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g== - /postcss-selector-parser/2.2.3: - dependencies: - flatten: 1.0.3 - indexes-of: 1.0.1 - uniq: 1.0.1 - dev: false - resolution: - integrity: sha1-+UN3iGBsPJrO4W/+jYsWKX8nu5A= - /postcss-selector-parser/3.1.2: - dependencies: - dot-prop: 5.3.0 - indexes-of: 1.0.1 - uniq: 1.0.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== - /postcss-selector-parser/6.0.2: - dependencies: - cssesc: 3.0.0 - indexes-of: 1.0.1 - uniq: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== - /postcss-svgo/2.1.6: - dependencies: - is-svg: 2.1.0 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - svgo: 0.7.2 - dev: false - resolution: - integrity: sha1-tt8YqmE7Zm4TPwittSGcJoSsEI0= - /postcss-svgo/4.0.2: - dependencies: - is-svg: 3.0.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - svgo: 1.3.2 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw== - /postcss-unique-selectors/2.0.2: - dependencies: - alphanum-sort: 1.0.2 - postcss: 5.2.18 - uniqs: 2.0.0 - dev: false - resolution: - integrity: sha1-mB1X0p3csz57Hf4f1DuGSfkzyh0= - /postcss-unique-selectors/4.0.1: - dependencies: - alphanum-sort: 1.0.2 - postcss: 7.0.34 - uniqs: 2.0.0 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== - /postcss-value-parser/3.3.1: - dev: false - resolution: - integrity: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== - /postcss-value-parser/4.1.0: - dev: false - resolution: - integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== - /postcss-zindex/2.2.0: - dependencies: - has: 1.0.3 - postcss: 5.2.18 - uniqs: 2.0.0 - dev: false - resolution: - integrity: sha1-0hCd3AVbka9n/EyzsCWUZjnSryI= - /postcss/4.1.16: - dependencies: - es6-promise: 2.3.0 - js-base64: 2.1.9 - source-map: 0.4.4 - dev: false - resolution: - integrity: sha1-TESbTIr53zyvbTf44eV10DYXWNw= - /postcss/5.2.18: - dependencies: - chalk: 1.1.3 - js-base64: 2.6.4 - source-map: 0.5.7 - supports-color: 3.2.3 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg== - /postcss/6.0.23: - dependencies: - chalk: 2.4.2 - source-map: 0.6.1 - supports-color: 5.5.0 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== - /postcss/7.0.21: - dependencies: - chalk: 2.4.2 - source-map: 0.6.1 - supports-color: 6.1.0 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ== - /postcss/7.0.29: - dependencies: - chalk: 2.4.2 - source-map: 0.6.1 - supports-color: 6.1.0 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-ba0ApvR3LxGvRMMiUa9n0WR4HjzcYm7tS+ht4/2Nd0NLtHpPIH77fuB9Xh1/yJVz9O/E/95Y/dn8ygWsyffXtw== - /postcss/7.0.34: - dependencies: - chalk: 2.4.2 - source-map: 0.6.1 - supports-color: 6.1.0 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-H/7V2VeNScX9KE83GDrDZNiGT1m2H+UTnlinIzhjlLX9hfMUn1mHNnGeX81a1c8JSBdBvqk7c2ZOG6ZPn5itGw== - /posthtml-parser/0.2.1: - dependencies: - htmlparser2: 3.10.1 - isobject: 2.1.0 - dev: false - resolution: - integrity: sha1-NdUw3jhnQMK6JP8usvrznM3ycd0= - /posthtml-rename-id/1.0.12: - dependencies: - escape-string-regexp: 1.0.5 - dev: false - resolution: - integrity: sha512-UKXf9OF/no8WZo9edRzvuMenb6AD5hDLzIepJW+a4oJT+T/Lx7vfMYWT4aWlGNQh0WMhnUx1ipN9OkZ9q+ddEw== - /posthtml-render/1.2.3: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-rGGayND//VwTlsYKNqdILsA7U/XP0WJa6SMcdAEoqc2WRM5QExplGg/h9qbTuHz7mc2PvaXU+6iNxItvr5aHMg== - /posthtml-svg-mode/1.0.3: - dependencies: - merge-options: 1.0.1 - posthtml: 0.9.2 - posthtml-parser: 0.2.1 - posthtml-render: 1.2.3 - dev: false - resolution: - integrity: sha512-hEqw9NHZ9YgJ2/0G7CECOeuLQKZi8HjWLkBaSVtOWjygQ9ZD8P7tqeowYs7WrFdKsWEKG7o+IlsPY8jrr0CJpQ== - /posthtml/0.9.2: - dependencies: - posthtml-parser: 0.2.1 - posthtml-render: 1.2.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-9MBtufZ7Yf0XxOJW5+PZUVv3Jv0= - /prelude-ls/1.1.2: - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= - /prelude-ls/1.2.1: - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== - /prepend-http/1.0.4: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= - /prepend-http/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= - /preserve/0.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= - /prettier/1.19.1: - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== - /prettier/2.1.2: - dev: false - engines: - node: '>=10.13.0' - hasBin: true - resolution: - integrity: sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg== - /pretty-error/2.1.1: - dependencies: - renderkid: 2.0.3 - utila: 0.4.0 - dev: false - resolution: - integrity: sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM= - /pretty-format/25.5.0: - dependencies: - '@jest/types': 25.5.0 - ansi-regex: 5.0.0 - ansi-styles: 4.2.1 - react-is: 16.13.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ== - /pretty-format/26.4.2: - dependencies: - '@jest/types': 26.3.0 - ansi-regex: 5.0.0 - ansi-styles: 4.2.1 - react-is: 16.13.1 - dev: false - engines: - node: '>= 10' - resolution: - integrity: sha512-zK6Gd8zDsEiVydOCGLkoBoZuqv8VTiHyAbKznXe/gaph/DAeZOmit9yMfgIz5adIgAMMs5XfoYSwAX3jcCO1tA== - /pretty-hrtime/1.0.3: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= - /prismjs/1.17.1: - dev: false - optionalDependencies: - clipboard: 2.0.6 - resolution: - integrity: sha512-PrEDJAFdUGbOP6xK/UsfkC5ghJsPJviKgnQOoxaDbBjwc8op68Quupwt1DeAFoG8GImPhiKXAvvsH7wDSLsu1Q== - /prismjs/1.21.0: - dev: false - optionalDependencies: - clipboard: 2.0.6 - resolution: - integrity: sha512-uGdSIu1nk3kej2iZsLyDoJ7e9bnPzIgY0naW/HdknGj61zScaprVEVGHrPoXqI+M9sP0NDnTK2jpkvmldpuqDw== - /prismjs/1.6.0: - dev: false - optionalDependencies: - clipboard: 1.7.1 - resolution: - integrity: sha1-EY2V+3pm26InLjQ7NF9SNmWds2U= - /private/0.1.8: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== - /process-nextick-args/2.0.1: - dev: false - resolution: - integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - /process/0.11.10: - dev: false - engines: - node: '>= 0.6.0' - resolution: - integrity: sha1-czIwDoQBYb2j5podHZGn1LwW8YI= - /progress-bar-webpack-plugin/1.12.1_webpack@3.12.0: - dependencies: - chalk: 1.1.3 - object.assign: 4.1.1 - progress: 1.1.8 - webpack: 3.12.0_webpack@3.12.0 - dev: false - peerDependencies: - webpack: ^1.3.0 || ^2 || ^3 || ^4 - resolution: - integrity: sha512-tVbPB5xBbqNwdH3mwcxzjL1r1Vrm/xGu93OsqVSAbCaXGoKFvfWIh0gpMDpn2kYsPVRSAIK0pBkP9Vfs+JJibQ== - /progress-stream/2.0.0: - dependencies: - speedometer: 1.0.0 - through2: 2.0.5 - dev: false - resolution: - integrity: sha1-+sY6Cz0R3qy7CWmrzJOyFLzhntU= - /progress/1.1.8: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74= - /progress/2.0.3: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== - /promise-inflight/1.0.1: - dev: false - resolution: - integrity: sha1-mEcocL8igTL8vdhoEputEsPAKeM= - /promise.allsettled/1.0.2: - dependencies: - array.prototype.map: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - iterate-value: 1.0.2 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-UpcYW5S1RaNKT6pd+s9jp9K9rlQge1UXKskec0j6Mmuq7UJCvlS2J2/s/yuPN8ehftf9HXMxWlKiPbGGUzpoRg== - /promise.prototype.finally/3.1.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-A2HuJWl2opDH0EafgdjwEw7HysI8ff/n4lW4QEVBCUXFk9QeGecBWv0Deph0UmLe3tTNYegz8MOjsVuE6SMoJA== - /promise/7.3.1: - dependencies: - asap: 2.0.6 - dev: false - resolution: - integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== - /prompts/2.3.2: - dependencies: - kleur: 3.0.3 - sisteransi: 1.0.5 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA== - /prop-types-exact/1.2.0: - dependencies: - has: 1.0.3 - object.assign: 4.1.1 - reflect.ownkeys: 0.2.0 - dev: false - resolution: - integrity: sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA== - /prop-types/15.7.2: - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - react-is: 16.13.1 - dev: false - resolution: - integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== - /property-information/5.5.0: - dependencies: - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-RgEbCx2HLa1chNgvChcx+rrCWD0ctBmGSE0M7lVm1yyv4UbvbrWoXp/BkVLZefzjrRBGW8/Js6uh/BnlHXFyjA== - /proxy-addr/2.0.6: - dependencies: - forwarded: 0.1.2 - ipaddr.js: 1.9.1 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw== - /prr/1.0.1: - dev: false - resolution: - integrity: sha1-0/wRS6BplaRexok/SEzrHXj19HY= - /pseudo-classes/0.0.1: - dev: false - resolution: - integrity: sha1-3smD2Upo0D3f3vPwfESvn2wiOls= - /pseudo-elements/0.0.1: - dev: false - resolution: - integrity: sha1-7PRBfD4z4RXt7JamvN+3blXN2fg= - /pseudomap/1.0.2: - dev: false - resolution: - integrity: sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - /psl/1.8.0: - dev: false - resolution: - integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== - /public-encrypt/4.0.3: - dependencies: - bn.js: 4.11.9 - browserify-rsa: 4.0.1 - create-hash: 1.2.0 - parse-asn1: 5.1.6 - randombytes: 2.1.0 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== - /pug-attrs/3.0.0: - dependencies: - constantinople: 4.0.1 - js-stringify: 1.0.2 - pug-runtime: 3.0.0 - dev: false - resolution: - integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA== - /pug-code-gen/3.0.1: - dependencies: - constantinople: 4.0.1 - doctypes: 1.1.0 - js-stringify: 1.0.2 - pug-attrs: 3.0.0 - pug-error: 2.0.0 - pug-runtime: 3.0.0 - void-elements: 3.1.0 - with: 7.0.2 - dev: false - resolution: - integrity: sha512-xJIGvmXTQlkJllq6hqxxjRWcay2F9CU69TuAuiVZgHK0afOhG5txrQOcZyaPHBvSWCU/QQOqEp5XCH94rRZpBQ== - /pug-error/2.0.0: - dev: false - resolution: - integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ== - /pug-filters/4.0.0: - dependencies: - constantinople: 4.0.1 - jstransformer: 1.0.0 - pug-error: 2.0.0 - pug-walk: 2.0.0 - resolve: 1.17.0 - dev: false - resolution: - integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A== - /pug-lexer/5.0.0: - dependencies: - character-parser: 2.2.0 - is-expression: 4.0.0 - pug-error: 2.0.0 - dev: false - resolution: - integrity: sha512-52xMk8nNpuyQ/M2wjZBN5gXQLIylaGkAoTk5Y1pBhVqaopaoj8Z0iVzpbFZAqitL4RHNVDZRnJDsqEYe99Ti0A== - /pug-linker/4.0.0: - dependencies: - pug-error: 2.0.0 - pug-walk: 2.0.0 - dev: false - resolution: - integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw== - /pug-load/3.0.0: - dependencies: - object-assign: 4.1.1 - pug-walk: 2.0.0 - dev: false - resolution: - integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ== - /pug-parser/6.0.0: - dependencies: - pug-error: 2.0.0 - token-stream: 1.0.0 - dev: false - resolution: - integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw== - /pug-runtime/3.0.0: - dev: false - resolution: - integrity: sha512-GoEPcmQNnaTsePEdVA05bDpY+Op5VLHKayg08AQiqJBWU/yIaywEYv7TetC5dEQS3fzBBoyb2InDcZEg3mPTIA== - /pug-strip-comments/2.0.0: - dependencies: - pug-error: 2.0.0 - dev: false - resolution: - integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ== - /pug-walk/2.0.0: - dev: false - resolution: - integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ== - /pug/3.0.0: - dependencies: - pug-code-gen: 3.0.1 - pug-filters: 4.0.0 - pug-lexer: 5.0.0 - pug-linker: 4.0.0 - pug-load: 3.0.0 - pug-parser: 6.0.0 - pug-runtime: 3.0.0 - pug-strip-comments: 2.0.0 - dev: false - resolution: - integrity: sha512-inmsJyFBSHZaiGLaguoFgJGViX0If6AcfcElimvwj9perqjDpUpw79UIEDZbWFmoGVidh08aoE+e8tVkjVJPCw== - /pump/2.0.1: - dependencies: - end-of-stream: 1.4.4 - once: 1.4.0 - dev: false - resolution: - integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== - /pump/3.0.0: - dependencies: - end-of-stream: 1.4.4 - once: 1.4.0 - dev: false - resolution: - integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - /pumpify/1.5.1: - dependencies: - duplexify: 3.7.1 - inherits: 2.0.4 - pump: 2.0.1 - dev: false - resolution: - integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== - /punycode/1.3.2: - dev: false - resolution: - integrity: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= - /punycode/1.4.1: - dev: false - resolution: - integrity: sha1-wNWmOycYgArY4esPpSachN1BhF4= - /punycode/2.1.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - /q-io/1.11.6: - dependencies: - collections: 0.2.2 - mime: 1.6.0 - mimeparse: 0.1.4 - q: 1.0.1 - qs: 1.2.2 - url2: 0.0.0 - dev: false - engines: - node: '>=0.6.0' - resolution: - integrity: sha1-poUJduHo98W9D6Plg19eudlPoXM= - /q/1.0.1: - dev: false - engines: - node: '>=0.6.0' - teleport: '>=0.2.0' - resolution: - integrity: sha1-EYcq7t7okmgRCxCnGESP+xARKhQ= - /q/1.5.1: - dev: false - engines: - node: '>=0.6.0' - teleport: '>=0.2.0' - resolution: - integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= - /qs/1.2.2: - dev: false - resolution: - integrity: sha1-GbV/8k3CqZzh+L32r82ln472H4g= - /qs/6.4.0: - dev: false - engines: - node: '>=0.6' - optional: true - resolution: - integrity: sha1-E+JtKK1rD/qpExLNO/cI7TUecjM= - /qs/6.5.2: - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== - /qs/6.7.0: - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== - /qs/6.9.4: - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ== - /query-string/4.3.4: - dependencies: - object-assign: 4.1.1 - strict-uri-encode: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-u7aTucqRXCMlFbIosaArYJBD2+s= - /query-string/5.1.1: - dependencies: - decode-uri-component: 0.2.0 - object-assign: 4.1.1 - strict-uri-encode: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw== - /querystring-es3/0.2.1: - dev: false - engines: - node: '>=0.4.x' - resolution: - integrity: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= - /querystring/0.2.0: - dev: false - engines: - node: '>=0.4.x' - resolution: - integrity: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= - /querystringify/2.2.0: - dev: false - resolution: - integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== - /quick-lru/1.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g= - /quick-lru/4.0.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== - /raf/3.4.1: - dependencies: - performance-now: 2.1.0 - dev: false - resolution: - integrity: sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA== - /railroad-diagrams/1.0.0: - dev: false - resolution: - integrity: sha1-635iZ1SN3t+4mcG5Dlc3RVnN234= - /ramda/0.21.0: - dev: false - resolution: - integrity: sha1-oAGr7bP/YQd9T/HVd9RN536NCjU= - /ramda/0.25.0: - dev: false - resolution: - integrity: sha512-GXpfrYVPwx3K7RQ6aYT8KPS8XViSXUVJT1ONhoKPE9VAleW42YE+U+8VEyGWt41EnEQW7gwecYJriTI0pKoecQ== - /randexp/0.4.6: - dependencies: - discontinuous-range: 1.0.0 - ret: 0.1.15 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ== - /randomatic/3.1.1: - dependencies: - is-number: 4.0.0 - kind-of: 6.0.3 - math-random: 1.0.4 - dev: false - engines: - node: '>= 0.10.0' - resolution: - integrity: sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw== - /randombytes/2.1.0: - dependencies: - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - /randomfill/1.0.4: - dependencies: - randombytes: 2.1.0 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== - /range-parser/1.2.1: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - /raw-body/2.4.0: - dependencies: - bytes: 3.1.0 - http-errors: 1.7.2 - iconv-lite: 0.4.24 - unpipe: 1.0.0 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== - /raw-body/2.4.1: - dependencies: - bytes: 3.1.0 - http-errors: 1.7.3 - iconv-lite: 0.4.24 - unpipe: 1.0.0 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA== - /raw-loader/3.1.0_webpack@4.44.2: - dependencies: - loader-utils: 1.4.0 - schema-utils: 2.7.1 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.3.0 - resolution: - integrity: sha512-lzUVMuJ06HF4rYveaz9Tv0WRlUMxJ0Y1hgSkkgg+50iEdaI0TthyEDe08KIHb0XsF6rn8WYTqPCaGTZg3sX+qA== - /rc-align/2.4.5: - dependencies: - babel-runtime: 6.26.0 - dom-align: 1.12.0 - prop-types: 15.7.2 - rc-util: 4.21.1 - dev: false - resolution: - integrity: sha512-nv9wYUYdfyfK+qskThf4BQUSIadeI/dCsfaMZfNEoxm9HwOIioQ+LyqmMK6jWHAZQgOzMLaqawhuBXlF63vgjw== - /rc-animate/2.11.1: - dependencies: - babel-runtime: 6.26.0 - classnames: 2.2.6 - css-animation: 1.6.1 - prop-types: 15.7.2 - raf: 3.4.1 - rc-util: 4.21.1 - react-lifecycles-compat: 3.0.4 - dev: false - resolution: - integrity: sha512-1NyuCGFJG/0Y+9RKh5y/i/AalUCA51opyyS/jO2seELpgymZm2u9QV3xwODwEuzkmeQ1BDPxMLmYLcTJedPlkQ== - /rc-tools/8.4.5: - dependencies: - autoprefixer: 6.7.7 - babel-core: 6.26.3 - babel-eslint: 8.2.6 - babel-loader: 7.1.5_babel-core@6.26.3+webpack@3.12.0 - babel-plugin-add-module-exports: 0.1.4 - babel-plugin-transform-es3-member-expression-literals: 6.22.0 - babel-plugin-transform-es3-property-literals: 6.22.0 - babel-plugin-transform-object-assign: 6.22.0 - babel-plugin-transform-runtime: 6.23.0 - babel-preset-env: 1.7.0 - babel-preset-react: 6.24.1 - babel-preset-stage-0: 6.24.1 - chalk: 2.4.2 - colorful: 2.1.0 - commander: 2.8.1 - console-polyfill: 0.2.3 - css-loader: 0.26.4 - es5-shim: 4.5.14 - es6-promise: 3.2.1 - es6-shim: 0.35.5 - eslint: 4.19.1 - eslint-config-airbnb: 16.1.0_c955b468eed6a6753f2db84f19f6a947 - eslint-config-prettier: 2.10.0_eslint@4.19.1 - eslint-plugin-import: 2.22.0_eslint@4.19.1 - eslint-plugin-jsx-a11y: 6.3.1_eslint@4.19.1 - eslint-plugin-react: 7.20.6_eslint@4.19.1 - extract-text-webpack-plugin: 3.0.2_webpack@3.12.0 - fastclick: 1.0.6 - file-loader: 0.10.1 - filesize: 3.6.1 - fs-extra: 0.16.5 - gh-pages: 0.3.1 - glob: 5.0.15 - gulp: 3.9.1 - gulp-babel: 6.1.3 - gulp-babel-minify: 0.2.0 - gulp-jsx2example: 1.2.4 - gulp-less: 3.5.0 - gulp-postcss: 6.4.0 - gulp-prettier: 2.3.0 - gulp-typescript: 3.0.2_typescript@2.9.2 - gulp-watch: 4.3.11 - gzip-size: 3.0.0 - highlight.js: 8.9.1 - html5shiv: 3.7.3 - internal-ip: 1.2.0 - koa: 1.7.0 - koa-body: 1.7.0 - koa-favicon: 1.2.1 - koa-logger: 1.3.1 - koa-request: 1.0.0 - koa-router: 3.8.0 - koa-serve-index: 1.1.1 - koa-static: 2.1.0 - koa-webpack-dev-middleware: 1.4.6_webpack@3.12.0 - less: 2.7.3 - less-loader: 4.1.0_less@2.7.3+webpack@3.12.0 - match-require: 2.1.0 - merge2: 1.0.3 - minimist: 1.2.5 - modulex-util: 1.1.10 - normalize.css: 3.0.3 - object-assign: 4.1.1 - postcss-loader: 1.3.3 - prettier: 1.19.1 - progress-bar-webpack-plugin: 1.12.1_webpack@3.12.0 - recursive-readdir: 2.2.2 - request: 2.88.2 - shelljs: 0.3.0 - strip-ansi: 4.0.0 - style-loader: 0.18.2 - svg-sprite-loader: 3.9.2 - tar.gz: 1.0.7 - through2: 0.6.5 - ts-loader: 3.5.0 - tslint: 4.5.1_typescript@2.9.2 - tslint-config-prettier: 1.18.0 - tslint-react: 3.6.0_tslint@4.5.1+typescript@2.9.2 - typescript: 2.9.2 - url-loader: 0.5.9_file-loader@0.10.1 - webpack: 3.12.0_webpack@3.12.0 - xtemplate: 4.7.2 - xtpl: 3.4.2 - dev: false - hasBin: true - requiresBuild: true - resolution: - integrity: sha512-ssXMgnNRn5TY6kbLD3LL4NaU5njrSlcFPaVHILVYypxKA2z5dDm74znvE/edbO29ncOOl4C9WhFt/m9GN1MbdA== - /rc-tooltip/3.7.3: - dependencies: - babel-runtime: 6.26.0 - prop-types: 15.7.2 - rc-trigger: 2.6.5 - dev: false - resolution: - integrity: sha512-dE2ibukxxkrde7wH9W8ozHKUO4aQnPZ6qBHtrTH9LoO836PjDdiaWO73fgPB05VfJs9FbZdmGPVEbXCeOP99Ww== - /rc-trigger/2.6.5: - dependencies: - babel-runtime: 6.26.0 - classnames: 2.2.6 - prop-types: 15.7.2 - rc-align: 2.4.5 - rc-animate: 2.11.1 - rc-util: 4.21.1 - react-lifecycles-compat: 3.0.4 - dev: false - resolution: - integrity: sha512-m6Cts9hLeZWsTvWnuMm7oElhf+03GOjOLfTuU0QmdB9ZrW7jR2IpI5rpNM7i9MvAAlMAmTx5Zr7g3uu/aMvZAw== - /rc-util/4.21.1: - dependencies: - add-dom-event-listener: 1.1.0 - prop-types: 15.7.2 - react-is: 16.13.1 - react-lifecycles-compat: 3.0.4 - shallowequal: 1.1.0 - dev: false - resolution: - integrity: sha512-Z+vlkSQVc1l8O2UjR3WQ+XdWlhj5q9BMQNLk2iOBch75CqPfrJyGtcWMcnhRlNuDu0Ndtt4kLVO8JI8BrABobg== - /rc/1.2.8: - dependencies: - deep-extend: 0.6.0 - ini: 1.3.5 - minimist: 1.2.5 - strip-json-comments: 2.0.1 - dev: false - hasBin: true - resolution: - integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== - /react-addons-create-fragment/15.6.2: - dependencies: - fbjs: 0.8.17 - loose-envify: 1.4.0 - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha1-o5TefCx77Na1R1uhuXrEcs58dPg= - /react-clientside-effect/1.2.2: - dependencies: - '@babel/runtime': 7.11.2 - dev: false - peerDependencies: - react: ^15.3.0 || ^16.0.0 - resolution: - integrity: sha512-nRmoyxeok5PBO6ytPvSjKp9xwXg9xagoTK1mMjwnQxqM9Hd7MNPl+LS1bOSOe+CV2+4fnEquc7H/S8QD3q697A== - /react-clientside-effect/1.2.2_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - react: 16.13.1 - dev: false - peerDependencies: - react: ^15.3.0 || ^16.0.0 - resolution: - integrity: sha512-nRmoyxeok5PBO6ytPvSjKp9xwXg9xagoTK1mMjwnQxqM9Hd7MNPl+LS1bOSOe+CV2+4fnEquc7H/S8QD3q697A== - /react-color/2.18.1: - dependencies: - '@icons/material': 0.2.4 - lodash: 4.17.20 - material-colors: 1.2.6 - prop-types: 15.7.2 - reactcss: 1.2.3 - tinycolor2: 1.4.1 - dev: false - resolution: - integrity: sha512-X5XpyJS6ncplZs74ak0JJoqPi+33Nzpv5RYWWxn17bslih+X7OlgmfpmGC1fNvdkK7/SGWYf1JJdn7D2n5gSuQ== - /react-color/2.18.1_react@16.13.1: - dependencies: - '@icons/material': 0.2.4_react@16.13.1 - lodash: 4.17.20 - material-colors: 1.2.6 - prop-types: 15.7.2 - reactcss: 1.2.3 - tinycolor2: 1.4.1 - dev: false - peerDependencies: - react: '*' - resolution: - integrity: sha512-X5XpyJS6ncplZs74ak0JJoqPi+33Nzpv5RYWWxn17bslih+X7OlgmfpmGC1fNvdkK7/SGWYf1JJdn7D2n5gSuQ== - /react-dev-utils/9.1.0: - dependencies: - '@babel/code-frame': 7.5.5 - address: 1.1.2 - browserslist: 4.7.0 - chalk: 2.4.2 - cross-spawn: 6.0.5 - detect-port-alt: 1.1.6 - escape-string-regexp: 1.0.5 - filesize: 3.6.1 - find-up: 3.0.0 - fork-ts-checker-webpack-plugin: 1.5.0 - global-modules: 2.0.0 - globby: 8.0.2 - gzip-size: 5.1.1 - immer: 1.10.0 - inquirer: 6.5.0 - is-root: 2.1.0 - loader-utils: 1.2.3 - open: 6.4.0 - pkg-up: 2.0.0 - react-error-overlay: 6.0.7 - recursive-readdir: 2.2.2 - shell-quote: 1.7.2 - sockjs-client: 1.4.0 - strip-ansi: 5.2.0 - text-table: 0.2.0 - dev: false - engines: - node: '>=8.10' - resolution: - integrity: sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg== - /react-docgen/5.3.0: - dependencies: - '@babel/core': 7.11.6 - '@babel/runtime': 7.11.2 - ast-types: 0.13.4 - commander: 2.20.3 - doctrine: 3.0.0 - neo-async: 2.6.2 - node-dir: 0.1.17 - strip-indent: 3.0.0 - dev: false - engines: - node: '>=8.10.0' - hasBin: true - resolution: - integrity: sha512-hUrv69k6nxazOuOmdGeOpC/ldiKy7Qj/UFpxaQi0eDMrUFUTIPGtY5HJu7BggSmiyAMfREaESbtBL9UzdQ+hyg== - /react-dom/16.13.1: - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - prop-types: 15.7.2 - scheduler: 0.19.1 - dev: false - peerDependencies: - react: ^16.13.1 - resolution: - integrity: sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag== - /react-dom/16.13.1_react@16.13.1: - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - prop-types: 15.7.2 - react: 16.13.1 - scheduler: 0.19.1 - dev: false - peerDependencies: - react: ^16.13.1 - resolution: - integrity: sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag== - /react-draggable-playground/1.0.0: - dependencies: - prop-types: 15.7.2 - react-draggable: 3.3.2 - dev: false - resolution: - integrity: sha512-+i90Uzlq4ezpP5D599Ef4m3BN7Ck1bVq4Py7HvgIebkP3IQmRSZnKKqD68Jmn2KK+lT+c8SjDoFgj05fziGoXg== - /react-draggable/3.3.2: - dependencies: - classnames: 2.2.6 - prop-types: 15.7.2 - dev: false - resolution: - integrity: sha512-oaz8a6enjbPtx5qb0oDWxtDNuybOylvto1QLydsXgKmwT7e3GXC2eMVDwEMIUYJIFqVG72XpOv673UuuAq6LhA== - /react-draggable/4.4.3: - dependencies: - classnames: 2.2.6 - prop-types: 15.7.2 - dev: false - resolution: - integrity: sha512-jV4TE59MBuWm7gb6Ns3Q1mxX8Azffb7oTtDtBgFkxRvhDp38YAARmRplrj0+XGkhOJB5XziArX+4HUUABtyZ0w== - /react-element-to-jsx-string/14.3.1: - dependencies: - '@base2/pretty-print-object': 1.0.0 - is-plain-object: 3.0.0 - dev: false - peerDependencies: - react: ^0.14.8 || ^15.0.1 || ^16.0.0 - react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 - resolution: - integrity: sha512-LRdQWRB+xcVPOL4PU4RYuTg6dUJ/FNmaQ8ls6w38YbzkbV6Yr5tFNESroub9GiSghtnMq8dQg2LcNN5aMIDzVg== - /react-element-to-jsx-string/14.3.1_react-dom@16.13.1+react@16.13.1: - dependencies: - '@base2/pretty-print-object': 1.0.0 - is-plain-object: 3.0.0 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - dev: false - peerDependencies: - react: ^0.14.8 || ^15.0.1 || ^16.0.0 - react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 - resolution: - integrity: sha512-LRdQWRB+xcVPOL4PU4RYuTg6dUJ/FNmaQ8ls6w38YbzkbV6Yr5tFNESroub9GiSghtnMq8dQg2LcNN5aMIDzVg== - /react-element-to-jsx-string/14.3.1_react@16.13.1: - dependencies: - '@base2/pretty-print-object': 1.0.0 - is-plain-object: 3.0.0 - react: 16.13.1 - dev: false - peerDependencies: - react: ^0.14.8 || ^15.0.1 || ^16.0.0 - react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 - resolution: - integrity: sha512-LRdQWRB+xcVPOL4PU4RYuTg6dUJ/FNmaQ8ls6w38YbzkbV6Yr5tFNESroub9GiSghtnMq8dQg2LcNN5aMIDzVg== - /react-error-overlay/6.0.7: - dev: false - resolution: - integrity: sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA== - /react-fast-compare/3.2.0: - dev: false - resolution: - integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== - /react-focus-lock/2.4.1_5ce8f66b58dc92cd3f67a918e0e72f70: - dependencies: - '@babel/runtime': 7.11.2 - focus-lock: 0.7.0 - prop-types: 15.7.2 - react: 16.13.1 - react-clientside-effect: 1.2.2_react@16.13.1 - use-callback-ref: 1.2.4_5ce8f66b58dc92cd3f67a918e0e72f70 - use-sidecar: 1.0.3_react@16.13.1 - dev: false - peerDependencies: - '@types/react': '*' - react: ^16.8.0 - resolution: - integrity: sha512-c5ZP56KSpj9EAxzScTqQO7bQQNPltf/W1ZEBDqNDOV1XOIwvAyHX0O7db9ekiAtxyKgnqZjQlLppVg94fUeL9w== - /react-focus-lock/2.4.1_@types+react@16.9.49: - dependencies: - '@babel/runtime': 7.11.2 - focus-lock: 0.7.0 - prop-types: 15.7.2 - react-clientside-effect: 1.2.2 - use-callback-ref: 1.2.4_@types+react@16.9.49 - use-sidecar: 1.0.3 - dev: false - peerDependencies: - '@types/react': '*' - react: ^16.8.0 - resolution: - integrity: sha512-c5ZP56KSpj9EAxzScTqQO7bQQNPltf/W1ZEBDqNDOV1XOIwvAyHX0O7db9ekiAtxyKgnqZjQlLppVg94fUeL9w== - /react-helmet-async/1.0.7_react-dom@16.13.1+react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - invariant: 2.2.4 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-fast-compare: 3.2.0 - shallowequal: 1.1.0 - dev: false - peerDependencies: - react: ^16.6.0 - react-dom: ^16.6.0 - resolution: - integrity: sha512-By90p5uxAriGukbyejq2poK41DwTxpNWOpOjN8mIyX/BKrCd3+sXZ5pHUZXjHyjR5OYS7PGsOD9dbM61YxfFmA== - /react-hotkeys/2.0.0_react@16.13.1: - dependencies: - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - react: '>= 0.14.0' - resolution: - integrity: sha512-3n3OU8vLX/pfcJrR3xJ1zlww6KS1kEJt0Whxc4FiGV+MJrQ1mYSYI3qS/11d2MJDFm8IhOXMTFQirfu6AVOF6Q== - /react-input-autosize/2.2.2: - dependencies: - prop-types: 15.7.2 - dev: false - peerDependencies: - react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 - resolution: - integrity: sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== - /react-input-autosize/2.2.2_react@16.13.1: - dependencies: - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 - resolution: - integrity: sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== - /react-inspector/4.0.1_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - is-dom: 1.1.0 - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - react: ^16.8.4 - resolution: - integrity: sha512-xSiM6CE79JBqSj8Fzd9dWBHv57tLTH7OM57GP3VrE5crzVF3D5Khce9w1Xcw75OAbvrA0Mi2vBneR1OajKmXFg== - /react-is/16.13.1: - dev: false - resolution: - integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - /react-lifecycles-compat/3.0.4: - dev: false - resolution: - integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== - /react-live/1.12.0: - dependencies: - buble: 0.19.8 - core-js: 2.6.11 - create-react-context: 0.2.3_prop-types@15.7.2 - dom-iterator: 1.0.0 - prismjs: 1.6.0 - prop-types: 15.7.2 - unescape: 0.2.0 - dev: false - engines: - node: '>= 0.12.0' - npm: '>= 2.0.0' - resolution: - integrity: sha512-zFEpY01fJORF0IiyONqvjwPLBBDp155Ive6tU8ZmetmT2p4XWUKHstnlu4Cayia+n7iu58Owytztu43yvSin8g== - /react-popper-tooltip/2.11.1_react-dom@16.13.1+react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-popper: 1.3.7_react@16.13.1 - dev: false - peerDependencies: - react: ^16.6.0 - react-dom: ^16.6.0 - resolution: - integrity: sha512-04A2f24GhyyMicKvg/koIOQ5BzlrRbKiAgP6L+Pdj1MVX3yJ1NeZ8+EidndQsbejFT55oW1b++wg2Z8KlAyhfQ== - /react-popper/1.3.7: - dependencies: - '@babel/runtime': 7.11.2 - create-react-context: 0.3.0_prop-types@15.7.2 - deep-equal: 1.1.1 - popper.js: 1.16.1 - prop-types: 15.7.2 - typed-styles: 0.0.7 - warning: 4.0.3 - dev: false - peerDependencies: - react: 0.14.x || ^15.0.0 || ^16.0.0 - resolution: - integrity: sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww== - /react-popper/1.3.7_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - create-react-context: 0.3.0_prop-types@15.7.2+react@16.13.1 - deep-equal: 1.1.1 - popper.js: 1.16.1 - prop-types: 15.7.2 - react: 16.13.1 - typed-styles: 0.0.7 - warning: 4.0.3 - dev: false - peerDependencies: - react: 0.14.x || ^15.0.0 || ^16.0.0 - resolution: - integrity: sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww== - /react-redux/7.2.1_49f644e2f7de4182503f8b93abece808: - dependencies: - '@babel/runtime': 7.11.2 - hoist-non-react-statics: 3.3.2 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-is: 16.13.1 - redux: 4.0.5 - dev: false - peerDependencies: - react: ^16.8.3 - react-dom: '*' - react-native: '*' - redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 - peerDependenciesMeta: - react-dom: - optional: true - react-native: - optional: true - resolution: - integrity: sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg== - /react-redux/7.2.1_react@16.13.1+redux@4.0.5: - dependencies: - '@babel/runtime': 7.11.2 - hoist-non-react-statics: 3.3.2 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react: 16.13.1 - react-is: 16.13.1 - redux: 4.0.5 - dev: false - peerDependencies: - react: ^16.8.3 - react-dom: '*' - react-native: '*' - redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 - peerDependenciesMeta: - react-dom: - optional: true - react-native: - optional: true - resolution: - integrity: sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg== - /react-refresh/0.8.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== - /react-remove-scroll-bar/2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70: - dependencies: - '@types/react': 16.9.49 - react: 16.13.1 - react-style-singleton: 2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70 - tslib: 1.13.0 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-5X5Y5YIPjIPrAoMJxf6Pfa7RLNGCgwZ95TdnVPgPuMftRfO8DaC7F4KP1b5eiO8hHbe7u+wZNDbYN5WUTpv7+g== - /react-remove-scroll-bar/2.1.0_@types+react@16.9.49: - dependencies: - '@types/react': 16.9.49 - react-style-singleton: 2.1.0_@types+react@16.9.49 - tslib: 1.13.0 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-5X5Y5YIPjIPrAoMJxf6Pfa7RLNGCgwZ95TdnVPgPuMftRfO8DaC7F4KP1b5eiO8hHbe7u+wZNDbYN5WUTpv7+g== - /react-remove-scroll/2.4.0_5ce8f66b58dc92cd3f67a918e0e72f70: - dependencies: - '@types/react': 16.9.49 - react: 16.13.1 - react-remove-scroll-bar: 2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70 - react-style-singleton: 2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70 - tslib: 1.13.0 - use-callback-ref: 1.2.4_5ce8f66b58dc92cd3f67a918e0e72f70 - use-sidecar: 1.0.3_react@16.13.1 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-BZIO3GaEs0Or1OhA5C//n1ibUP1HdjJmqUVUsOCMxwoIpaCocbB9TFKwHOkBa/nyYy3slirqXeiPYGwdSDiseA== - /react-remove-scroll/2.4.0_@types+react@16.9.49: - dependencies: - '@types/react': 16.9.49 - react-remove-scroll-bar: 2.1.0_@types+react@16.9.49 - react-style-singleton: 2.1.0_@types+react@16.9.49 - tslib: 1.13.0 - use-callback-ref: 1.2.4_@types+react@16.9.49 - use-sidecar: 1.0.3 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-BZIO3GaEs0Or1OhA5C//n1ibUP1HdjJmqUVUsOCMxwoIpaCocbB9TFKwHOkBa/nyYy3slirqXeiPYGwdSDiseA== - /react-router-dom/4.3.1: - dependencies: - history: 4.10.1 - invariant: 2.2.4 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react-router: 4.3.1 - warning: 4.0.3 - dev: false - peerDependencies: - react: '>=15' - resolution: - integrity: sha512-c/MlywfxDdCp7EnB7YfPMOfMD3tOtIjrQlj/CKfNMBxdmpJP8xcz5P/UAFn3JbnQCNUxsHyVVqllF9LhgVyFCA== - /react-router-dom/4.3.1_react@16.13.1: - dependencies: - history: 4.10.1 - invariant: 2.2.4 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react: 16.13.1 - react-router: 4.3.1_react@16.13.1 - warning: 4.0.3 - dev: false - peerDependencies: - react: '>=15' - resolution: - integrity: sha512-c/MlywfxDdCp7EnB7YfPMOfMD3tOtIjrQlj/CKfNMBxdmpJP8xcz5P/UAFn3JbnQCNUxsHyVVqllF9LhgVyFCA== - /react-router/4.3.1: - dependencies: - history: 4.10.1 - hoist-non-react-statics: 2.5.5 - invariant: 2.2.4 - loose-envify: 1.4.0 - path-to-regexp: 1.8.0 - prop-types: 15.7.2 - warning: 4.0.3 - dev: false - peerDependencies: - react: '>=15' - resolution: - integrity: sha512-yrvL8AogDh2X42Dt9iknk4wF4V8bWREPirFfS9gLU1huk6qK41sg7Z/1S81jjTrGHxa3B8R3J6xIkDAA6CVarg== - /react-router/4.3.1_react@16.13.1: - dependencies: - history: 4.10.1 - hoist-non-react-statics: 2.5.5 - invariant: 2.2.4 - loose-envify: 1.4.0 - path-to-regexp: 1.8.0 - prop-types: 15.7.2 - react: 16.13.1 - warning: 4.0.3 - dev: false - peerDependencies: - react: '>=15' - resolution: - integrity: sha512-yrvL8AogDh2X42Dt9iknk4wF4V8bWREPirFfS9gLU1huk6qK41sg7Z/1S81jjTrGHxa3B8R3J6xIkDAA6CVarg== - /react-select/3.1.0: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/cache': 10.0.29 - '@emotion/core': 10.0.35 - '@emotion/css': 10.0.27 - memoize-one: 5.1.1 - prop-types: 15.7.2 - react-input-autosize: 2.2.2 - react-transition-group: 4.4.1 - dev: false - peerDependencies: - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g== - /react-select/3.1.0_react-dom@16.13.1+react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/cache': 10.0.29 - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/css': 10.0.27 - memoize-one: 5.1.1 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-input-autosize: 2.2.2_react@16.13.1 - react-transition-group: 4.4.1_react-dom@16.13.1+react@16.13.1 - dev: false - peerDependencies: - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g== - /react-sizeme/2.6.12_react-dom@16.13.1+react@16.13.1: - dependencies: - element-resize-detector: 1.2.1 - invariant: 2.2.4 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - shallowequal: 1.1.0 - throttle-debounce: 2.3.0 - dev: false - peerDependencies: - react: ^0.14.0 || ^15.0.0-0 || ^16.0.0 - react-dom: ^0.14.0 || ^15.0.0-0 || ^16.0.0 - resolution: - integrity: sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw== - /react-sizeme/2.6.12_react@16.13.1: - dependencies: - element-resize-detector: 1.2.1 - invariant: 2.2.4 - react: 16.13.1 - shallowequal: 1.1.0 - throttle-debounce: 2.3.0 - dev: false - peerDependencies: - react: ^0.14.0 || ^15.0.0-0 || ^16.0.0 - react-dom: ^0.14.0 || ^15.0.0-0 || ^16.0.0 - resolution: - integrity: sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw== - /react-style-singleton/2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70: - dependencies: - '@types/react': 16.9.49 - get-nonce: 1.0.1 - invariant: 2.2.4 - react: 16.13.1 - tslib: 1.13.0 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-DH4ED+YABC1dhvSDYGGreAHmfuTXj6+ezT3CmHoqIEfxNgEYfIMoOtmbRp42JsUst3IPqBTDL+8r4TF7EWhIHw== - /react-style-singleton/2.1.0_@types+react@16.9.49: - dependencies: - '@types/react': 16.9.49 - get-nonce: 1.0.1 - invariant: 2.2.4 - tslib: 1.13.0 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-DH4ED+YABC1dhvSDYGGreAHmfuTXj6+ezT3CmHoqIEfxNgEYfIMoOtmbRp42JsUst3IPqBTDL+8r4TF7EWhIHw== - /react-syntax-highlighter/11.0.2_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - highlight.js: 9.13.1 - lowlight: 1.11.0 - prismjs: 1.21.0 - react: 16.13.1 - refractor: 2.10.1 - dev: false - peerDependencies: - react: '>= 0.14.0' - resolution: - integrity: sha512-kqmpM2OH5OodInbEADKARwccwSQWBfZi0970l5Jhp4h39q9Q65C4frNcnd6uHE5pR00W8pOWj9HDRntj2G4Rww== - /react-test-renderer/16.13.1: - dependencies: - object-assign: 4.1.1 - prop-types: 15.7.2 - react-is: 16.13.1 - scheduler: 0.19.1 - dev: false - peerDependencies: - react: ^16.13.1 - resolution: - integrity: sha512-Sn2VRyOK2YJJldOqoh8Tn/lWQ+ZiKhyZTPtaO0Q6yNj+QDbmRkVFap6pZPy3YQk8DScRDfyqm/KxKYP9gCMRiQ== - /react-test-renderer/16.13.1_react@16.13.1: - dependencies: - object-assign: 4.1.1 - prop-types: 15.7.2 - react: 16.13.1 - react-is: 16.13.1 - scheduler: 0.19.1 - dev: false - peerDependencies: - react: ^16.13.1 - resolution: - integrity: sha512-Sn2VRyOK2YJJldOqoh8Tn/lWQ+ZiKhyZTPtaO0Q6yNj+QDbmRkVFap6pZPy3YQk8DScRDfyqm/KxKYP9gCMRiQ== - /react-textarea-autosize/7.1.2_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - react: '>=0.14.0 <17.0.0' - resolution: - integrity: sha512-uH3ORCsCa3C6LHxExExhF4jHoXYCQwE5oECmrRsunlspaDAbS4mGKNlWZqjLfInWtFQcf0o1n1jC/NGXFdUBCg== - /react-transition-group/2.9.0: - dependencies: - dom-helpers: 3.4.0 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react-lifecycles-compat: 3.0.4 - dev: false - peerDependencies: - react: '>=15.0.0' - react-dom: '>=15.0.0' - resolution: - integrity: sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg== - /react-transition-group/2.9.0_react-dom@16.13.1+react@16.13.1: - dependencies: - dom-helpers: 3.4.0 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-lifecycles-compat: 3.0.4 - dev: false - peerDependencies: - react: '>=15.0.0' - react-dom: '>=15.0.0' - resolution: - integrity: sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg== - /react-transition-group/4.4.1: - dependencies: - '@babel/runtime': 7.11.2 - dom-helpers: 5.2.0 - loose-envify: 1.4.0 - prop-types: 15.7.2 - dev: false - peerDependencies: - react: '>=16.6.0' - react-dom: '>=16.6.0' - resolution: - integrity: sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw== - /react-transition-group/4.4.1_react-dom@16.13.1+react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - dom-helpers: 5.2.0 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - dev: false - peerDependencies: - react: '>=16.6.0' - react-dom: '>=16.6.0' - resolution: - integrity: sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw== - /react/16.13.1: - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - prop-types: 15.7.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w== - /reactcss/1.2.3: - dependencies: - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A== - /read-pkg-up/1.0.1: - dependencies: - find-up: 1.1.2 - read-pkg: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= - /read-pkg-up/2.0.0: - dependencies: - find-up: 2.1.0 - read-pkg: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4= - /read-pkg-up/3.0.0: - dependencies: - find-up: 2.1.0 - read-pkg: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc= - /read-pkg-up/4.0.0: - dependencies: - find-up: 3.0.0 - read-pkg: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA== - /read-pkg-up/7.0.1: - dependencies: - find-up: 4.1.0 - read-pkg: 5.2.0 - type-fest: 0.8.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== - /read-pkg/1.1.0: - dependencies: - load-json-file: 1.1.0 - normalize-package-data: 2.5.0 - path-type: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= - /read-pkg/2.0.0: - dependencies: - load-json-file: 2.0.0 - normalize-package-data: 2.5.0 - path-type: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg= - /read-pkg/3.0.0: - dependencies: - load-json-file: 4.0.0 - normalize-package-data: 2.5.0 - path-type: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= - /read-pkg/5.2.0: - dependencies: - '@types/normalize-package-data': 2.4.0 - normalize-package-data: 2.5.0 - parse-json: 5.1.0 - type-fest: 0.6.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== - /readable-stream/1.0.34: - dependencies: - core-util-is: 1.0.2 - inherits: 2.0.4 - isarray: 0.0.1 - string_decoder: 0.10.31 - dev: false - resolution: - integrity: sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw= - /readable-stream/1.1.14: - dependencies: - core-util-is: 1.0.2 - inherits: 2.0.4 - isarray: 0.0.1 - string_decoder: 0.10.31 - dev: false - resolution: - integrity: sha1-fPTFTvZI44EwhMY23SB54WbAgdk= - /readable-stream/2.3.7: - dependencies: - core-util-is: 1.0.2 - inherits: 2.0.4 - isarray: 1.0.0 - process-nextick-args: 2.0.1 - safe-buffer: 5.1.2 - string_decoder: 1.1.1 - util-deprecate: 1.0.2 - dev: false - resolution: - integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== - /readable-stream/3.6.0: - dependencies: - inherits: 2.0.4 - string_decoder: 1.3.0 - util-deprecate: 1.0.2 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - /readdirp/2.2.1: - dependencies: - graceful-fs: 4.2.4 - micromatch: 3.1.10 - readable-stream: 2.3.7 - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - /readdirp/3.4.0: - dependencies: - picomatch: 2.2.2 - dev: false - engines: - node: '>=8.10.0' - resolution: - integrity: sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== - /realpath-native/1.1.0: - dependencies: - util.promisify: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA== - /realpath-native/2.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q== - /recast/0.14.7: - dependencies: - ast-types: 0.11.3 - esprima: 4.0.1 - private: 0.1.8 - source-map: 0.6.1 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-/nwm9pkrcWagN40JeJhkPaRxiHXBRkXyRh/hgU088Z/v+qCy+zIHHY6bC6o7NaKAxPqtE6nD8zBH1LfU0/Wx6A== - /recast/0.18.10: - dependencies: - ast-types: 0.13.3 - esprima: 4.0.1 - private: 0.1.8 - source-map: 0.6.1 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-XNvYvkfdAN9QewbrxeTOjgINkdY/odTgTS56ZNEWL9Ml0weT4T3sFtvnTuF+Gxyu46ANcRm1ntrF6F5LAJPAaQ== - /recast/0.19.1: - dependencies: - ast-types: 0.13.3 - esprima: 4.0.1 - private: 0.1.8 - source-map: 0.6.1 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-8FCjrBxjeEU2O6I+2hyHyBFH1siJbMBLwIRvVr1T3FD2cL754sOaJDsJ/8h3xYltasbJ8jqWRIhMuDGBSiSbjw== - /rechoir/0.6.2: - dependencies: - resolve: 1.17.0 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q= - /recursive-readdir/2.2.2: - dependencies: - minimatch: 3.0.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg== - /redent/1.0.0: - dependencies: - indent-string: 2.1.0 - strip-indent: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= - /redent/2.0.0: - dependencies: - indent-string: 3.2.0 - strip-indent: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo= - /redent/3.0.0: - dependencies: - indent-string: 4.0.0 - strip-indent: 3.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== - /reduce-css-calc/1.3.0: - dependencies: - balanced-match: 0.4.2 - math-expression-evaluator: 1.2.22 - reduce-function-call: 1.0.3 - dev: false - resolution: - integrity: sha1-dHyRTgSWFKTJz7umKYca0dKSdxY= - /reduce-function-call/1.0.3: - dependencies: - balanced-match: 1.0.0 - dev: false - resolution: - integrity: sha512-Hl/tuV2VDgWgCSEeWMLwxLZqX7OK59eU1guxXsRKTAyeYimivsKdtcV4fu3r710tpG5GmDKDhQ0HSZLExnNmyQ== - /redux/4.0.5: - dependencies: - loose-envify: 1.4.0 - symbol-observable: 1.2.0 - dev: false - resolution: - integrity: sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w== - /reflect.ownkeys/0.2.0: - dev: false - resolution: - integrity: sha1-dJrO7H8/34tj+SegSAnpDFwLNGA= - /refractor/2.10.1: - dependencies: - hastscript: 5.1.2 - parse-entities: 1.2.2 - prismjs: 1.17.1 - dev: false - resolution: - integrity: sha512-Xh9o7hQiQlDbxo5/XkOX6H+x/q8rmlmZKr97Ie1Q8ZM32IRRd3B/UxuA/yXDW79DBSXGWxm2yRTbcTVmAciJRw== - /regenerate-unicode-properties/8.2.0: - dependencies: - regenerate: 1.4.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA== - /regenerate/1.4.1: - dev: false - resolution: - integrity: sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A== - /regenerator-runtime/0.11.1: - dev: false - resolution: - integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== - /regenerator-runtime/0.13.7: - dev: false - resolution: - integrity: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== - /regenerator-transform/0.10.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - private: 0.1.8 - dev: false - resolution: - integrity: sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q== - /regenerator-transform/0.14.5: - dependencies: - '@babel/runtime': 7.11.2 - dev: false - resolution: - integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== - /regex-cache/0.4.4: - dependencies: - is-equal-shallow: 0.1.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ== - /regex-not/1.0.2: - dependencies: - extend-shallow: 3.0.2 - safe-regex: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - /regex-parser/2.2.10: - dev: false - resolution: - integrity: sha512-8t6074A68gHfU8Neftl0Le6KTDwfGAj7IyjPIMSfikI2wJUTHDMaIq42bUsfVnj8mhx0R+45rdUXHGpN164avA== - /regexp.prototype.flags/1.3.0: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ== - /regexpp/1.1.0: - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw== - /regexpp/3.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== - /regexpu-core/2.0.0: - dependencies: - regenerate: 1.4.1 - regjsgen: 0.2.0 - regjsparser: 0.1.5 - dev: false - resolution: - integrity: sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA= - /regexpu-core/4.7.0: - dependencies: - regenerate: 1.4.1 - regenerate-unicode-properties: 8.2.0 - regjsgen: 0.5.2 - regjsparser: 0.6.4 - unicode-match-property-ecmascript: 1.0.4 - unicode-match-property-value-ecmascript: 1.2.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ== - /registry-auth-token/3.4.0: - dependencies: - rc: 1.2.8 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A== - /registry-url/3.1.0: - dependencies: - rc: 1.2.8 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-PU74cPc93h138M+aOBQyRE4XSUI= - /regjsgen/0.2.0: - dev: false - resolution: - integrity: sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc= - /regjsgen/0.5.2: - dev: false - resolution: - integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== - /regjsparser/0.1.5: - dependencies: - jsesc: 0.5.0 - dev: false - hasBin: true - resolution: - integrity: sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw= - /regjsparser/0.6.4: - dependencies: - jsesc: 0.5.0 - dev: false - hasBin: true - resolution: - integrity: sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw== - /relateurl/0.2.7: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= - /relative-luminance/0.0.0: - dev: false - resolution: - integrity: sha1-XFb3VofqciAj/k2W6kRoPM3x+/4= - /remark-autolink-headings/5.2.2: - dependencies: - extend: 3.0.2 - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-rEbbStDy8BAd020/fhLCRRY9hPQE1HxffH2ou6s0S4nsk1lQMVQF/CJmbWIrwX4R3p7kpc1gvHAswJ0+WrzuXw== - /remark-emoji/2.1.0: - dependencies: - emoticon: 3.2.0 - node-emoji: 1.10.0 - unist-util-visit: 2.0.3 - dev: false - resolution: - integrity: sha512-lDddGsxXURV01WS9WAiS9rO/cedO1pvr9tahtLhr6qCGFhHG4yZSJW3Ha4Nw9Uk1hLNmUBtPC0+m45Ms+xEitg== - /remark-external-links/5.0.0: - dependencies: - extend: 3.0.2 - is-absolute-url: 3.0.3 - mdast-util-definitions: 1.2.5 - space-separated-tokens: 1.1.5 - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-lYnZGNN10N3YGMvO95Zup4hZ+VHI82JgcrGJfuxOLQExoho/iNhlrPVSkmdapYQl928pkOn4YOgJf/0pdZkteA== - /remark-footnotes/2.0.0: - dev: false - resolution: - integrity: sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ== - /remark-images/0.8.1: - dependencies: - is-url: 1.2.4 - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-1NpiFnIQ7WQIeL+1ofFdrP7NYW+jOShXbjqwertfZMDzFrTrWqY6PmMSWl3imGqPF2AWyMOPkxObe6botEb5Cg== - /remark-mdx/1.6.18: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - '@mdx-js/util': 1.6.18 - is-alphabetical: 1.0.4 - remark-parse: 8.0.3 - unified: 9.2.0 - dev: false - resolution: - integrity: sha512-xNhjv4kJZ8L6RV68yK8fQ6XWlvSIFOE5VPmM7wMKSwkvwBu6tlUJy0gRF2WiZ4fPPOj6jpqlVB9QakipvZuEqg== - /remark-parse/5.0.0: - dependencies: - collapse-white-space: 1.0.6 - is-alphabetical: 1.0.4 - is-decimal: 1.0.4 - is-whitespace-character: 1.0.4 - is-word-character: 1.0.4 - markdown-escapes: 1.0.4 - parse-entities: 1.2.2 - repeat-string: 1.6.1 - state-toggle: 1.0.3 - trim: 0.0.1 - trim-trailing-lines: 1.1.3 - unherit: 1.1.3 - unist-util-remove-position: 1.1.4 - vfile-location: 2.0.6 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA== - /remark-parse/8.0.3: - dependencies: - ccount: 1.0.5 - collapse-white-space: 1.0.6 - is-alphabetical: 1.0.4 - is-decimal: 1.0.4 - is-whitespace-character: 1.0.4 - is-word-character: 1.0.4 - markdown-escapes: 1.0.4 - parse-entities: 2.0.0 - repeat-string: 1.6.1 - state-toggle: 1.0.3 - trim: 0.0.1 - trim-trailing-lines: 1.1.3 - unherit: 1.1.3 - unist-util-remove-position: 2.0.1 - vfile-location: 3.1.0 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q== - /remark-slug/5.1.2: - dependencies: - github-slugger: 1.3.0 - mdast-util-to-string: 1.1.0 - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-DWX+Kd9iKycqyD+/B+gEFO3jjnt7Yg1O05lygYSNTe5i5PIxxxPjp5qPBDxPIzp5wreF7+1ROCwRgjEcqmzr3A== - /remark-squeeze-paragraphs/3.0.4: - dependencies: - mdast-squeeze-paragraphs: 3.0.5 - dev: false - resolution: - integrity: sha512-Wmz5Yj9q+W1oryo8BV17JrOXZgUKVcpJ2ApE2pwnoHwhFKSk4Wp2PmFNbmJMgYSqAdFwfkoe+TSYop5Fy8wMgA== - /remark-squeeze-paragraphs/4.0.0: - dependencies: - mdast-squeeze-paragraphs: 4.0.0 - dev: false - resolution: - integrity: sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw== - /remark-unwrap-images/0.0.2-0: - dependencies: - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-6MSgeb6mFM5Hrc/ZvHz9SDAYF8cl6sU45PTgWye/XDgr+AIUT5CTprJrbJH3LNnZSvmU7j3wOVAJlerWv/sNag== - /remove-trailing-separator/1.1.0: - dev: false - resolution: - integrity: sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - /renderkid/2.0.3: - dependencies: - css-select: 1.2.0 - dom-converter: 0.2.0 - htmlparser2: 3.10.1 - strip-ansi: 3.0.1 - utila: 0.4.0 - dev: false - resolution: - integrity: sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA== - /repeat-element/1.1.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== - /repeat-string/1.6.1: - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-jcrkcOHIirwtYA//Sndihtp15jc= - /repeating/2.0.1: - dependencies: - is-finite: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= - /replace-ext/0.0.1: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ= - /replace-ext/1.0.0: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs= - /replace-ext/1.0.1: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw== - /request-promise-core/1.1.4_request@2.88.2: - dependencies: - lodash: 4.17.20 - request: 2.88.2 - dev: false - engines: - node: '>=0.10.0' - peerDependencies: - request: ^2.34 - resolution: - integrity: sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw== - /request-promise-native/1.0.9_request@2.88.2: - dependencies: - request: 2.88.2 - request-promise-core: 1.1.4_request@2.88.2 - stealthy-require: 1.1.1 - tough-cookie: 2.5.0 - deprecated: 'request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142' - dev: false - engines: - node: '>=0.12.0' - peerDependencies: - request: ^2.34 - resolution: - integrity: sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g== - /request/2.81.0: - dependencies: - aws-sign2: 0.6.0 - aws4: 1.10.1 - caseless: 0.12.0 - combined-stream: 1.0.8 - extend: 3.0.2 - forever-agent: 0.6.1 - form-data: 2.1.4 - har-validator: 4.2.1 - hawk: 3.1.3 - http-signature: 1.1.1 - is-typedarray: 1.0.0 - isstream: 0.1.2 - json-stringify-safe: 5.0.1 - mime-types: 2.1.27 - oauth-sign: 0.8.2 - performance-now: 0.2.0 - qs: 6.4.0 - safe-buffer: 5.2.1 - stringstream: 0.0.6 - tough-cookie: 2.3.4 - tunnel-agent: 0.6.0 - uuid: 3.4.0 - deprecated: 'request has been deprecated, see https://github.com/request/request/issues/3142' - dev: false - engines: - node: '>= 4' - optional: true - resolution: - integrity: sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA= - /request/2.88.2: - dependencies: - aws-sign2: 0.7.0 - aws4: 1.10.1 - caseless: 0.12.0 - combined-stream: 1.0.8 - extend: 3.0.2 - forever-agent: 0.6.1 - form-data: 2.3.3 - har-validator: 5.1.5 - http-signature: 1.2.0 - is-typedarray: 1.0.0 - isstream: 0.1.2 - json-stringify-safe: 5.0.1 - mime-types: 2.1.27 - oauth-sign: 0.9.0 - performance-now: 2.1.0 - qs: 6.5.2 - safe-buffer: 5.2.1 - tough-cookie: 2.5.0 - tunnel-agent: 0.6.0 - uuid: 3.4.0 - deprecated: 'request has been deprecated, see https://github.com/request/request/issues/3142' - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== - /require-directory/2.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - /require-from-string/1.2.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-UpyczvJzgK3+yaL5ZbZJu+5jZBg= - /require-main-filename/1.0.1: - dev: false - resolution: - integrity: sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE= - /require-main-filename/2.0.0: - dev: false - resolution: - integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - /require-package-name/2.0.1: - dev: false - resolution: - integrity: sha1-wR6XJ2tluOKSP3Xav1+y7ww4Qbk= - /require-uncached/1.0.3: - dependencies: - caller-path: 0.1.0 - resolve-from: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM= - /requires-port/1.0.0: - dev: false - resolution: - integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - /resize-observer-polyfill/1.5.1: - dev: false - resolution: - integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg== - /resolve-css-import-urls/0.0.2: - dependencies: - get-css-urls: 0.0.1 - get-imports: 1.0.0 - is-url: 1.2.4 - dev: false - resolution: - integrity: sha1-diVibBaqDy8fvcaDdhERgVEajm8= - /resolve-cwd/3.0.0: - dependencies: - resolve-from: 5.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== - /resolve-dir/1.0.1: - dependencies: - expand-tilde: 2.0.2 - global-modules: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= - /resolve-from/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY= - /resolve-from/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-six699nWiBvItuZTM17rywoYh0g= - /resolve-from/4.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - /resolve-from/5.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== - /resolve-path/1.4.0: - dependencies: - http-errors: 1.6.3 - path-is-absolute: 1.0.1 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc= - /resolve-pathname/3.0.0: - dev: false - resolution: - integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng== - /resolve-url-loader/3.1.1: - dependencies: - adjust-sourcemap-loader: 2.0.0 - camelcase: 5.3.1 - compose-function: 3.0.3 - convert-source-map: 1.7.0 - es6-iterator: 2.0.3 - loader-utils: 1.2.3 - postcss: 7.0.21 - rework: 1.0.1 - rework-visit: 1.0.0 - source-map: 0.6.1 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-K1N5xUjj7v0l2j/3Sgs5b8CjrrgtC70SmdCuZiJ8tSyb5J+uk3FoeZ4b7yTnH6j7ngI+Bc5bldHJIa8hYdu2gQ== - /resolve-url/0.2.1: - deprecated: 'https://github.com/lydell/resolve-url#deprecated' - dev: false - resolution: - integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - /resolve/1.1.7: - dev: false - resolution: - integrity: sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= - /resolve/1.12.3: - dependencies: - path-parse: 1.0.6 - dev: false - resolution: - integrity: sha512-hF6+hAPlxjqHWrw4p1rF3Wztbgxd4AjA5VlUzY5zcTb4J8D3JK4/1RjU48pHz2PJWzGVsLB1VWZkvJzhK2CCOA== - /resolve/1.17.0: - dependencies: - path-parse: 1.0.6 - dev: false - resolution: - integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== - /responselike/1.0.2: - dependencies: - lowercase-keys: 1.0.1 - dev: false - resolution: - integrity: sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= - /restore-cursor/2.0.0: - dependencies: - onetime: 2.0.1 - signal-exit: 3.0.3 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-n37ih/gv0ybU/RYpI9YhKe7g368= - /restore-cursor/3.1.0: - dependencies: - onetime: 5.1.2 - signal-exit: 3.0.3 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== - /ret/0.1.15: - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - /retry/0.10.1: - dev: false - resolution: - integrity: sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q= - /retry/0.12.0: - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= - /reusify/1.0.4: - dev: false - engines: - iojs: '>=1.0.0' - node: '>=0.10.0' - resolution: - integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - /rework-visit/1.0.0: - dev: false - resolution: - integrity: sha1-mUWygD8hni96ygCtuLyfZA+ELJo= - /rework/1.0.1: - dependencies: - convert-source-map: 0.3.5 - css: 2.2.4 - dev: false - resolution: - integrity: sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc= - /rgb-regex/1.0.1: - dev: false - resolution: - integrity: sha1-wODWiC3w4jviVKR16O3UGRX+rrE= - /rgb/0.1.0: - dev: false - hasBin: true - resolution: - integrity: sha1-vieykej+/+rBvZlylyG/pA/AN7U= - /rgba-regex/1.0.0: - dev: false - resolution: - integrity: sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= - /right-align/0.1.3: - dependencies: - align-text: 0.1.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YTObci/mo1FWiSENJOFMlhSGE+8= - /rimraf/2.6.3: - dependencies: - glob: 7.1.6 - dev: false - hasBin: true - resolution: - integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== - /rimraf/2.7.1: - dependencies: - glob: 7.1.6 - dev: false - hasBin: true - resolution: - integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - /rimraf/3.0.2: - dependencies: - glob: 7.1.6 - dev: false - hasBin: true - resolution: - integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - /ripemd160/2.0.2: - dependencies: - hash-base: 3.1.0 - inherits: 2.0.4 - dev: false - resolution: - integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== - /rmdi/1.0.1_styled-components@3.4.10: - dependencies: - styled-components: 3.4.10_react@16.13.1 - styled-system: 2.3.6 - dev: false - peerDependencies: - styled-components: '>=2.0 || >=3.0' - resolution: - integrity: sha512-1oxFIH6/mZrw6HN6M0PCogMf783FUKOD2tZW5HyX+Ok6nUodd4kob2UvzzFtaEx7GuD8KzaQPid/pbFjO5D7uw== - /rmdi/1.0.1_styled-components@4.4.1: - dependencies: - styled-components: 4.4.1_styled-components@4.4.1 - styled-system: 2.3.6 - dev: false - peerDependencies: - styled-components: '>=2.0 || >=3.0' - resolution: - integrity: sha512-1oxFIH6/mZrw6HN6M0PCogMf783FUKOD2tZW5HyX+Ok6nUodd4kob2UvzzFtaEx7GuD8KzaQPid/pbFjO5D7uw== - /rst-selector-parser/2.2.3: - dependencies: - lodash.flattendeep: 4.4.0 - nearley: 2.19.6 - dev: false - resolution: - integrity: sha1-gbIw6i/MYGbInjRy3nlChdmwPZE= - /rsvp/4.8.5: - dev: false - engines: - node: 6.* || >= 7.* - resolution: - integrity: sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== - /run-async/2.4.1: - dev: false - engines: - node: '>=0.12.0' - resolution: - integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== - /run-parallel/1.1.9: - dev: false - resolution: - integrity: sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== - /run-queue/1.0.3: - dependencies: - aproba: 1.2.0 - dev: false - resolution: - integrity: sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= - /rx-lite-aggregates/4.0.8: - dependencies: - rx-lite: 4.0.8 - dev: false - resolution: - integrity: sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74= - /rx-lite/4.0.8: - dev: false - resolution: - integrity: sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ= - /rxjs/6.6.3: - dependencies: - tslib: 1.13.0 - dev: false - engines: - npm: '>=2.0.0' - resolution: - integrity: sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ== - /safe-buffer/5.1.1: - dev: false - resolution: - integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg== - /safe-buffer/5.1.2: - dev: false - resolution: - integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - /safe-buffer/5.2.1: - dev: false - resolution: - integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - /safe-regex/1.1.0: - dependencies: - ret: 0.1.15 - dev: false - resolution: - integrity: sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - /safer-buffer/2.1.2: - dev: false - resolution: - integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - /sane/4.1.0: - dependencies: - '@cnakazawa/watch': 1.0.4 - anymatch: 2.0.0 - capture-exit: 2.0.0 - exec-sh: 0.3.4 - execa: 1.0.0 - fb-watchman: 2.0.1 - micromatch: 3.1.10 - minimist: 1.2.5 - walker: 1.0.7 - dev: false - engines: - node: 6.* || 8.* || >= 10.* - hasBin: true - resolution: - integrity: sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA== - /sass-loader/8.0.2_webpack@4.43.0: - dependencies: - clone-deep: 4.0.1 - loader-utils: 1.4.0 - neo-async: 2.6.1 - schema-utils: 2.6.6 - semver: 6.3.0 - webpack: 4.43.0_webpack@4.43.0 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - fibers: '>= 3.1.0' - node-sass: ^4.0.0 - sass: ^1.3.0 - webpack: ^4.36.0 || ^5.0.0 - peerDependenciesMeta: - fibers: - optional: true - node-sass: - optional: true - sass: - optional: true - resolution: - integrity: sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ== - /sax/1.2.4: - dev: false - resolution: - integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - /saxes/3.1.11: - dependencies: - xmlchars: 2.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g== - /saxes/5.0.1: - dependencies: - xmlchars: 2.2.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw== - /scheduler/0.19.1: - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA== - /schema-utils/0.3.0: - dependencies: - ajv: 5.5.2 - dev: false - engines: - node: '>= 4.3 < 5.0.0 || >= 5.10' - resolution: - integrity: sha1-9YdyIs4+kx7a4DnxfrNxbnE3+M8= - /schema-utils/1.0.0: - dependencies: - ajv: 6.12.5 - ajv-errors: 1.0.1_ajv@6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== - /schema-utils/2.6.6: - dependencies: - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 - dev: false - engines: - node: '>= 8.9.0' - resolution: - integrity: sha512-wHutF/WPSbIi9x6ctjGGk2Hvl0VOz5l3EKEuKbjPlB30mKZUzb9A5k9yEXRX3pwyqVLPvpfZZEllaFq/M718hA== - /schema-utils/2.7.1: - dependencies: - '@types/json-schema': 7.0.6 - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 - dev: false - engines: - node: '>= 8.9.0' - resolution: - integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== - /section-matter/1.0.0: - dependencies: - extend-shallow: 2.0.1 - kind-of: 6.0.3 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA== - /select/1.1.2: - dev: false - optional: true - resolution: - integrity: sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0= - /semver-diff/2.1.0: - dependencies: - semver: 5.7.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY= - /semver/4.3.6: - dev: false - hasBin: true - resolution: - integrity: sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto= - /semver/5.7.1: - dev: false - hasBin: true - resolution: - integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - /semver/6.3.0: - dev: false - hasBin: true - resolution: - integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - /semver/7.0.0: - dev: false - hasBin: true - resolution: - integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== - /semver/7.3.2: - dev: false - engines: - node: '>=10' - hasBin: true - resolution: - integrity: sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== - /send/0.17.1: - dependencies: - debug: 2.6.9 - depd: 1.1.2 - destroy: 1.0.4 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - fresh: 0.5.2 - http-errors: 1.7.3 - mime: 1.6.0 - ms: 2.1.1 - on-finished: 2.3.0 - range-parser: 1.2.1 - statuses: 1.5.0 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== - /sentence-case/2.1.1: - dependencies: - no-case: 2.3.2 - upper-case-first: 1.1.2 - dev: false - resolution: - integrity: sha1-H24t2jnBaL+S0T+G1KkYkz9mftQ= - /sequencify/0.0.7: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha1-kM/xnQLgcCf9dn9erT57ldHnOAw= - /serialize-javascript/4.0.0: - dependencies: - randombytes: 2.1.0 - dev: false - resolution: - integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== - /serve-favicon/2.5.0: - dependencies: - etag: 1.8.1 - fresh: 0.5.2 - ms: 2.1.1 - parseurl: 1.3.3 - safe-buffer: 5.1.1 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-k10kDN/g9YBTB/3+ln2IlCosvPA= - /serve-static/1.14.1: - dependencies: - encodeurl: 1.0.2 - escape-html: 1.0.3 - parseurl: 1.3.3 - send: 0.17.1 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== - /set-blocking/2.0.0: - dev: false - resolution: - integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - /set-value/2.0.1: - dependencies: - extend-shallow: 2.0.1 - is-extendable: 0.1.1 - is-plain-object: 2.0.4 - split-string: 3.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== - /setimmediate/1.0.5: - dev: false - resolution: - integrity: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= - /setprototypeof/1.1.0: - dev: false - resolution: - integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== - /setprototypeof/1.1.1: - dev: false - resolution: - integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== - /setprototypeof/1.2.0: - dev: false - resolution: - integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== - /sha.js/2.4.11: - dependencies: - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - hasBin: true - resolution: - integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== - /shallow-clone/0.1.2: - dependencies: - is-extendable: 0.1.1 - kind-of: 2.0.1 - lazy-cache: 0.2.7 - mixin-object: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-WQnodLp3EG1zrEFM/sH/yofZcGA= - /shallow-clone/3.0.1: - dependencies: - kind-of: 6.0.3 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== - /shallow-equal/1.2.1: - dev: false - resolution: - integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA== - /shallowequal/1.1.0: - dev: false - resolution: - integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== - /shebang-command/1.2.0: - dependencies: - shebang-regex: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - /shebang-command/2.0.0: - dependencies: - shebang-regex: 3.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - /shebang-regex/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - /shebang-regex/3.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - /shell-quote/1.7.2: - dev: false - resolution: - integrity: sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== - /shelljs/0.3.0: - dev: false - engines: - node: '>=0.8.0' - hasBin: true - resolution: - integrity: sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E= - /shelljs/0.8.4: - dependencies: - glob: 7.1.6 - interpret: 1.4.0 - rechoir: 0.6.2 - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ== - /shellwords/0.1.1: - dev: false - optional: true - resolution: - integrity: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== - /side-channel/1.0.3: - dependencies: - es-abstract: 1.18.0-next.0 - object-inspect: 1.8.0 - dev: false - resolution: - integrity: sha512-A6+ByhlLkksFoUepsGxfj5x1gTSrs+OydsRptUxeNCabQpCFUvcwIczgOigI8vhY/OJCnPnyE9rGiwgvr9cS1g== - /sigmund/1.0.1: - dev: false - resolution: - integrity: sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA= - /signal-exit/3.0.3: - dev: false - resolution: - integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== - /simple-swizzle/0.2.2: - dependencies: - is-arrayish: 0.3.2 - dev: false - resolution: - integrity: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= - /simplebar-react/1.2.3_react-dom@16.13.1+react@16.13.1: - dependencies: - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - simplebar: 4.2.3 - dev: false - peerDependencies: - react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 - react-dom: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 - resolution: - integrity: sha512-1EOWJzFC7eqHUp1igD1/tb8GBv5aPQA5ZMvpeDnVkpNJ3jAuvmrL2kir3HuijlxhG7njvw9ssxjjBa89E5DrJg== - /simplebar/4.2.3: - dependencies: - can-use-dom: 0.1.0 - core-js: 3.6.5 - lodash.debounce: 4.0.8 - lodash.memoize: 4.1.2 - lodash.throttle: 4.1.1 - resize-observer-polyfill: 1.5.1 - dev: false - resolution: - integrity: sha512-9no0pK7/1y+8/oTF3sy/+kx0PjQ3uk4cYwld5F1CJGk2gx+prRyUq8GRfvcVLq5niYWSozZdX73a2wIr1o9l/g== - /sisteransi/1.0.5: - dev: false - resolution: - integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== - /slash/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= - /slash/2.0.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== - /slash/3.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - /slice-ansi/0.0.4: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU= - /slice-ansi/1.0.0: - dependencies: - is-fullwidth-code-point: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg== - /slice-ansi/2.1.0: - dependencies: - ansi-styles: 3.2.1 - astral-regex: 1.0.0 - is-fullwidth-code-point: 2.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== - /slide/1.1.6: - dev: false - resolution: - integrity: sha1-VusCfWW00tzmyy4tMsTUr8nh1wc= - /snake-case/2.1.0: - dependencies: - no-case: 2.3.2 - dev: false - resolution: - integrity: sha1-Qb2xtz8w7GagTU4srRt2OH1NbZ8= - /snapdragon-node/2.1.1: - dependencies: - define-property: 1.0.0 - isobject: 3.0.1 - snapdragon-util: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - /snapdragon-util/3.0.1: - dependencies: - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - /snapdragon/0.8.2: - dependencies: - base: 0.11.2 - debug: 2.6.9 - define-property: 0.2.5 - extend-shallow: 2.0.1 - map-cache: 0.2.2 - source-map: 0.5.7 - source-map-resolve: 0.5.3 - use: 3.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - /sntp/1.0.9: - dependencies: - hoek: 2.16.3 - deprecated: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. - dev: false - engines: - node: '>=0.8.0' - optional: true - resolution: - integrity: sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg= - /sockjs-client/1.4.0: - dependencies: - debug: 3.2.6 - eventsource: 1.0.7 - faye-websocket: 0.11.3 - inherits: 2.0.4 - json3: 3.3.3 - url-parse: 1.4.7 - dev: false - resolution: - integrity: sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g== - /sort-keys/1.1.2: - dependencies: - is-plain-obj: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-RBttTTRnmPG05J6JIK37oOVD+a0= - /sort-keys/2.0.0: - dependencies: - is-plain-obj: 1.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg= - /source-list-map/0.1.8: - dev: false - resolution: - integrity: sha1-xVCyq1Qn9rPyH1r+rYjE9Vh7IQY= - /source-list-map/2.0.1: - dev: false - resolution: - integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== - /source-map-resolve/0.5.3: - dependencies: - atob: 2.1.2 - decode-uri-component: 0.2.0 - resolve-url: 0.2.1 - source-map-url: 0.4.0 - urix: 0.1.0 - dev: false - resolution: - integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== - /source-map-resolve/0.6.0: - dependencies: - atob: 2.1.2 - decode-uri-component: 0.2.0 - dev: false - resolution: - integrity: sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w== - /source-map-support/0.4.18: - dependencies: - source-map: 0.5.7 - dev: false - resolution: - integrity: sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA== - /source-map-support/0.5.19: - dependencies: - buffer-from: 1.1.1 - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== - /source-map-url/0.4.0: - dev: false - resolution: - integrity: sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= - /source-map/0.4.4: - dependencies: - amdefine: 1.0.1 - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-66T12pwNyZneaAMti092FzZSA2s= - /source-map/0.5.7: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - /source-map/0.6.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - /source-map/0.7.3: - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== - /source-map/0.8.0-beta.0: - dependencies: - whatwg-url: 7.1.0 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA== - /sourcemap-codec/1.4.8: - dev: false - resolution: - integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== - /space-separated-tokens/1.1.5: - dev: false - resolution: - integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA== - /sparkles/1.0.1: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw== - /spdx-correct/3.1.1: - dependencies: - spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.6 - dev: false - resolution: - integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== - /spdx-exceptions/2.3.0: - dev: false - resolution: - integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - /spdx-expression-parse/3.0.1: - dependencies: - spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.6 - dev: false - resolution: - integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - /spdx-license-ids/3.0.6: - dev: false - resolution: - integrity: sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw== - /specificity/0.1.6: - dev: false - resolution: - integrity: sha1-qlAQSPluaUhd3JXvn3pbd/ASMqo= - /speedometer/1.0.0: - dev: false - resolution: - integrity: sha1-zWccsGdSwivKM3Di8zREC+T8YuI= - /split-string/3.1.0: - dependencies: - extend-shallow: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - /sprintf-js/1.0.3: - dev: false - resolution: - integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - /sshpk/1.16.1: - dependencies: - asn1: 0.2.4 - assert-plus: 1.0.0 - bcrypt-pbkdf: 1.0.2 - dashdash: 1.14.1 - ecc-jsbn: 0.1.2 - getpass: 0.1.7 - jsbn: 0.1.1 - safer-buffer: 2.1.2 - tweetnacl: 0.14.5 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - /ssri/5.3.0: - dependencies: - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-XRSIPqLij52MtgoQavH/x/dU1qVKtWUAAZeOHsR9c2Ddi4XerFy3mc1alf+dLJKl9EUIm/Ht+EowFkTUOA6GAQ== - /ssri/6.0.1: - dependencies: - figgy-pudding: 3.5.2 - dev: false - resolution: - integrity: sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== - /ssri/7.1.0: - dependencies: - figgy-pudding: 3.5.2 - minipass: 3.1.3 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-77/WrDZUWocK0mvA5NTRQyveUf+wsrIc6vyrxpS8tVvYBcX215QbafrJR3KtkpskIzoFLqqNuuYQvxaMjXJ/0g== - /stable/0.1.8: - dev: false - resolution: - integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== - /stack-utils/1.0.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA== - /stack-utils/2.0.2: - dependencies: - escape-string-regexp: 2.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg== - /stacktrace-parser/0.1.10: - dependencies: - type-fest: 0.7.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg== - /state-toggle/1.0.3: - dev: false - resolution: - integrity: sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ== - /static-extend/0.1.2: - dependencies: - define-property: 0.2.5 - object-copy: 0.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - /statuses/1.5.0: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - /stdin/0.0.1: - dev: false - resolution: - integrity: sha1-0wQZgarsPf28d6GzjWNy449ftx4= - /stealthy-require/1.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks= - /store2/2.12.0: - dev: false - resolution: - integrity: sha512-7t+/wpKLanLzSnQPX8WAcuLCCeuSHoWdQuh9SB3xD0kNOM38DNf+0Oa+wmvxmYueRzkmh6IcdKFtvTa+ecgPDw== - /stream-browserify/2.0.2: - dependencies: - inherits: 2.0.4 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== - /stream-consume/0.1.1: - dev: false - resolution: - integrity: sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg== - /stream-each/1.2.3: - dependencies: - end-of-stream: 1.4.4 - stream-shift: 1.0.1 - dev: false - resolution: - integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== - /stream-http/2.8.3: - dependencies: - builtin-status-codes: 3.0.0 - inherits: 2.0.4 - readable-stream: 2.3.7 - to-arraybuffer: 1.0.1 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== - /stream-shift/1.0.1: - dev: false - resolution: - integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== - /strict-uri-encode/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= - /string-hash/1.1.3: - dev: false - resolution: - integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs= - /string-length/3.1.0: - dependencies: - astral-regex: 1.0.0 - strip-ansi: 5.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA== - /string-length/4.0.1: - dependencies: - char-regex: 1.0.2 - strip-ansi: 6.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw== - /string-width/1.0.2: - dependencies: - code-point-at: 1.1.0 - is-fullwidth-code-point: 1.0.0 - strip-ansi: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - /string-width/2.1.1: - dependencies: - is-fullwidth-code-point: 2.0.0 - strip-ansi: 4.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== - /string-width/3.1.0: - dependencies: - emoji-regex: 7.0.3 - is-fullwidth-code-point: 2.0.0 - strip-ansi: 5.2.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== - /string-width/4.2.0: - dependencies: - emoji-regex: 8.0.0 - is-fullwidth-code-point: 3.0.0 - strip-ansi: 6.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== - /string.prototype.matchall/4.0.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - has-symbols: 1.0.1 - internal-slot: 1.0.2 - regexp.prototype.flags: 1.3.0 - side-channel: 1.0.3 - dev: false - resolution: - integrity: sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg== - /string.prototype.padend/3.1.0: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-3aIv8Ffdp8EZj8iLwREGpQaUZiPyrWrpzMBHvkiSW/bK/EGve9np07Vwy7IJ5waydpGXzQZu/F8Oze2/IWkBaA== - /string.prototype.padstart/3.1.0: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-envqZvUp2JItI+OeQ5UAh1ihbAV5G/2bixTojvlIa090GGqF+NQRxbWb2nv9fTGrZABv6+pE6jXoAZhhS2k4Hw== - /string.prototype.trim/1.2.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.18.0-next.0 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-b5yrbl3BXIjHau9Prk7U0RRYcUYdN4wGSVaqoBQS50CCE3KBuYU0TYRNPFCP7aVoNMX87HKThdMRVIP3giclKg== - /string.prototype.trimend/1.0.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - resolution: - integrity: sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== - /string.prototype.trimstart/1.0.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - resolution: - integrity: sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== - /string_decoder/0.10.31: - dev: false - resolution: - integrity: sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ= - /string_decoder/1.1.1: - dependencies: - safe-buffer: 5.1.2 - dev: false - resolution: - integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - /string_decoder/1.3.0: - dependencies: - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - /stringstream/0.0.6: - dev: false - optional: true - resolution: - integrity: sha512-87GEBAkegbBcweToUrdzf3eLhWNg06FJTebl4BVJz/JgWy8CvEr9dRtX5qWphiynMSQlxxi+QqN0z5T32SLlhA== - /strip-ansi/3.0.1: - dependencies: - ansi-regex: 2.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - /strip-ansi/4.0.0: - dependencies: - ansi-regex: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-qEeQIusaw2iocTibY1JixQXuNo8= - /strip-ansi/5.2.0: - dependencies: - ansi-regex: 4.1.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - /strip-ansi/6.0.0: - dependencies: - ansi-regex: 5.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== - /strip-bom-stream/1.0.0: - dependencies: - first-chunk-stream: 1.0.0 - strip-bom: 2.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-5xRDmFd9Uaa+0PoZlPoF9D/ZiO4= - /strip-bom-stream/2.0.0: - dependencies: - first-chunk-stream: 2.0.0 - strip-bom: 2.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-+H217yYT9paKpUWr/h7HKLaoKco= - /strip-bom-string/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI= - /strip-bom/1.0.0: - dependencies: - first-chunk-stream: 1.0.0 - is-utf8: 0.2.1 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-hbiGLzhEtabV7IRnqTWYFzo295Q= - /strip-bom/2.0.0: - dependencies: - is-utf8: 0.2.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= - /strip-bom/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= - /strip-bom/4.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== - /strip-eof/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= - /strip-final-newline/2.0.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== - /strip-indent/1.0.1: - dependencies: - get-stdin: 4.0.1 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= - /strip-indent/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= - /strip-indent/3.0.0: - dependencies: - min-indent: 1.0.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== - /strip-json-comments/2.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo= - /strip-json-comments/3.1.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== - /style-loader/0.18.2: - dependencies: - loader-utils: 1.4.0 - schema-utils: 0.3.0 - dev: false - engines: - node: '>= 0.12.0' - resolution: - integrity: sha512-WPpJPZGUxWYHWIUMNNOYqql7zh85zGmr84FdTVWq52WTIkqlW9xSxD3QYWi/T31cqn9UNSsietVEgGn2aaSCzw== - /style-loader/1.2.1_webpack@4.43.0: - dependencies: - loader-utils: 2.0.0 - schema-utils: 2.6.6 - webpack: 4.43.0_webpack@4.43.0 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - resolution: - integrity: sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg== - /style-loader/1.2.1_webpack@4.44.2: - dependencies: - loader-utils: 2.0.0 - schema-utils: 2.6.6 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - resolution: - integrity: sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg== - /style-to-object/0.3.0: - dependencies: - inline-style-parser: 0.1.1 - dev: false - resolution: - integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA== - /styled-components/3.4.10_react@16.13.1: - dependencies: - buffer: 5.6.0 - css-to-react-native: 2.3.2 - fbjs: 0.8.17 - hoist-non-react-statics: 2.5.5 - prop-types: 15.7.2 - react: 16.13.1 - react-is: 16.13.1 - stylis: 3.5.4 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 - supports-color: 3.2.3 - dev: false - peerDependencies: - react: '>= 0.14.0 < 17.0.0-0' - requiresBuild: true - resolution: - integrity: sha512-TA8ip8LoILgmSAFd3r326pKtXytUUGu5YWuqZcOQVwVVwB6XqUMn4MHW2IuYJ/HAD81jLrdQed8YWfLSG1LX4Q== - /styled-components/4.4.1_4f54128445bc6f13bd713dcb3d91e98e: - dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/traverse': 7.11.5 - '@emotion/is-prop-valid': 0.8.8 - '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 1.11.1_styled-components@4.4.1 - css-to-react-native: 2.3.2 - memoize-one: 5.1.1 - merge-anything: 2.4.4 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-is: 16.13.1 - stylis: 3.5.4 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 - supports-color: 5.5.0 - dev: false - peerDependencies: - react: '>= 16.3.0' - react-dom: '>= 16.3.0' - styled-components: '*' - requiresBuild: true - resolution: - integrity: sha512-RNqj14kYzw++6Sr38n7197xG33ipEOktGElty4I70IKzQF1jzaD1U4xQ+Ny/i03UUhHlC5NWEO+d8olRCDji6g== - /styled-components/4.4.1_styled-components@4.4.1: - dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/traverse': 7.11.5 - '@emotion/is-prop-valid': 0.8.8 - '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 1.11.1_styled-components@4.4.1 - css-to-react-native: 2.3.2 - memoize-one: 5.1.1 - merge-anything: 2.4.4 - prop-types: 15.7.2 - react-is: 16.13.1 - stylis: 3.5.4 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 - supports-color: 5.5.0 - dev: false - peerDependencies: - react: '>= 16.3.0' - react-dom: '>= 16.3.0' - styled-components: '*' - requiresBuild: true - resolution: - integrity: sha512-RNqj14kYzw++6Sr38n7197xG33ipEOktGElty4I70IKzQF1jzaD1U4xQ+Ny/i03UUhHlC5NWEO+d8olRCDji6g== - /styled-jsx/3.3.0: - dependencies: - '@babel/types': 7.8.3 - babel-plugin-syntax-jsx: 6.18.0 - convert-source-map: 1.7.0 - loader-utils: 1.2.3 - source-map: 0.7.3 - string-hash: 1.1.3 - stylis: 3.5.4 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 - dev: false - peerDependencies: - react: 15.x.x || 16.x.x - resolution: - integrity: sha512-sh8BI5eGKyJlwL4kNXHjb27/a/GJV8wP4ElRIkRXrGW3sHKOsY9Pa1VZRNxyvf3+lisdPwizD9JDkzVO9uGwZw== - /styled-jsx/3.3.0_react@16.13.1: - dependencies: - '@babel/types': 7.8.3 - babel-plugin-syntax-jsx: 6.18.0 - convert-source-map: 1.7.0 - loader-utils: 1.2.3 - react: 16.13.1 - source-map: 0.7.3 - string-hash: 1.1.3 - stylis: 3.5.4 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 - dev: false - peerDependencies: - react: 15.x.x || 16.x.x - resolution: - integrity: sha512-sh8BI5eGKyJlwL4kNXHjb27/a/GJV8wP4ElRIkRXrGW3sHKOsY9Pa1VZRNxyvf3+lisdPwizD9JDkzVO9uGwZw== - /styled-system/2.3.6: - dependencies: - prop-types: 15.7.2 - dev: false - resolution: - integrity: sha512-lGAh/8tC70f5hBUD7w0UOWCKyOBK2AzzWKu9BGzqla/Yjx8PzrvaciA7uATbm493hXTfRrecSdLdrIUET5IYnA== - /styled-system/4.2.4: - dependencies: - '@babel/runtime': 7.11.2 - prop-types: 15.7.2 - dev: false - resolution: - integrity: sha512-44X7n09gDvwx7yjquEXsjiNALK0dxGgAJdpO5cb/PdL+D4mhSLKWig4/EhH4vHJLbwu/kumURHyvKxygaBfg0A== - /stylehacks/4.0.3: - dependencies: - browserslist: 4.12.0 - postcss: 7.0.34 - postcss-selector-parser: 3.1.2 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== - /stylis-rule-sheet/0.0.10_stylis@3.5.4: - dependencies: - stylis: 3.5.4 - dev: false - peerDependencies: - stylis: ^3.5.0 - resolution: - integrity: sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw== - /stylis/3.5.4: - dev: false - resolution: - integrity: sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q== - /supports-color/2.0.0: - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= - /supports-color/3.2.3: - dependencies: - has-flag: 1.0.0 - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-ZawFBLOVQXHYpklGsq48u4pfVPY= - /supports-color/4.5.0: - dependencies: - has-flag: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-vnoN5ITexcXN34s9WRJQRJEvY1s= - /supports-color/5.5.0: - dependencies: - has-flag: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - /supports-color/6.1.0: - dependencies: - has-flag: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - /supports-color/7.2.0: - dependencies: - has-flag: 4.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - /supports-hyperlinks/2.1.0: - dependencies: - has-flag: 4.0.0 - supports-color: 7.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA== - /svg-baker-runtime/1.4.7: - dependencies: - deepmerge: 1.3.2 - mitt: 1.1.2 - svg-baker: 1.7.0 - dev: false - resolution: - integrity: sha512-Zorfwwj5+lWjk/oxwSMsRdS2sPQQdTmmsvaSpzU+i9ZWi3zugHLt6VckWfnswphQP0LmOel3nggpF5nETbt6xw== - /svg-baker/1.7.0: - dependencies: - bluebird: 3.7.2 - clone: 2.1.2 - he: 1.2.0 - image-size: 0.5.5 - loader-utils: 1.4.0 - merge-options: 1.0.1 - micromatch: 3.1.0 - postcss: 5.2.18 - postcss-prefix-selector: 1.7.2 - posthtml-rename-id: 1.0.12 - posthtml-svg-mode: 1.0.3 - query-string: 4.3.4 - traverse: 0.6.6 - dev: false - resolution: - integrity: sha512-nibslMbkXOIkqKVrfcncwha45f97fGuAOn1G99YwnwTj8kF9YiM6XexPcUso97NxOm6GsP0SIvYVIosBis1xLg== - /svg-parser/2.0.4: - dev: false - resolution: - integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ== - /svg-sprite-loader/3.9.2: - dependencies: - bluebird: 3.7.2 - deepmerge: 1.3.2 - domready: 1.0.8 - escape-string-regexp: 1.0.5 - loader-utils: 1.4.0 - svg-baker: 1.7.0 - svg-baker-runtime: 1.4.7 - url-slug: 2.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-tnL7qj5ArgSYjXePzx+pZpDDzz2rMhjYdzaTjiuBz6nbPPgf2uOvO8mWj8wf/0Iv6Szd406fUYMDIyT3XnwEww== - /svgo/0.7.2: - dependencies: - coa: 1.0.4 - colors: 1.1.2 - csso: 2.3.2 - js-yaml: 3.7.0 - mkdirp: 0.5.5 - sax: 1.2.4 - whet.extend: 0.9.9 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U= - /svgo/1.3.2: - dependencies: - chalk: 2.4.2 - coa: 2.0.2 - css-select: 2.1.0 - css-select-base-adapter: 0.1.1 - css-tree: 1.0.0-alpha.37 - csso: 4.0.3 - js-yaml: 3.14.0 - mkdirp: 0.5.5 - object.values: 1.1.1 - sax: 1.2.4 - stable: 0.1.8 - unquote: 1.1.1 - util.promisify: 1.0.1 - dev: false - engines: - node: '>=4.0.0' - hasBin: true - resolution: - integrity: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== - /swap-case/1.1.2: - dependencies: - lower-case: 1.1.4 - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-w5IDpFhzhfrTyFCgvRvK+ggZdOM= - /symbol-observable/1.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== - /symbol-tree/3.2.4: - dev: false - resolution: - integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== - /symbol.prototype.description/1.0.2: - dependencies: - es-abstract: 1.17.6 - has-symbols: 1.0.1 - dev: false - engines: - node: '>= 0.12' - resolution: - integrity: sha512-2CW5SU4/Ki1cYOOHcL2cXK4rxSg5hCU1TwZ7X4euKhV9VnfqKslh7T6/UyKkubA8cq2tOmsOv7m3ZUmQslBRuw== - /table/4.0.2: - dependencies: - ajv: 5.5.2 - ajv-keywords: 2.1.1_ajv@5.5.2 - chalk: 2.4.2 - lodash: 4.17.20 - slice-ansi: 1.0.0 - string-width: 2.1.1 - dev: false - resolution: - integrity: sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA== - /table/5.4.6: - dependencies: - ajv: 6.12.5 - lodash: 4.17.20 - slice-ansi: 2.1.0 - string-width: 3.1.0 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== - /tapable/0.2.9: - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-2wsvQ+4GwBvLPLWsNfLCDYGsW6xb7aeC6utq2Qh0PFwgEy7K7dsma9Jsmb2zSQj7GvYAyUGSntLtsv++GmgL1A== - /tapable/1.1.3: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== - /tar-stream/1.6.2: - dependencies: - bl: 1.2.3 - buffer-alloc: 1.2.0 - end-of-stream: 1.4.4 - fs-constants: 1.0.0 - readable-stream: 2.3.7 - to-buffer: 1.1.1 - xtend: 4.0.2 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A== - /tar.gz/1.0.7: - dependencies: - bluebird: 2.11.0 - commander: 2.8.1 - fstream: 1.0.12 - mout: 0.11.1 - tar: 2.2.2 - deprecated: '⚠️ WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar' - dev: false - hasBin: true - resolution: - integrity: sha512-uhGatJvds/3diZrETqMj4RxBR779LKlIE74SsMcn5JProZsfs9j0QBwWO1RW+IWNJxS2x8Zzra1+AW6OQHWphg== - /tar/2.2.2: - dependencies: - block-stream: 0.0.9 - fstream: 1.0.12 - inherits: 2.0.4 - dev: false - resolution: - integrity: sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA== - /telejson/3.3.0: - dependencies: - '@types/is-function': 1.0.0 - global: 4.4.0 - is-function: 1.0.2 - is-regex: 1.1.1 - is-symbol: 1.0.3 - isobject: 4.0.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - dev: false - resolution: - integrity: sha512-er08AylQ+LEbDLp1GRezORZu5wKOHaBczF6oYJtgC3Idv10qZ8A3p6ffT+J5BzDKkV9MqBvu8HAKiIIOp6KJ2w== - /temp/0.8.4: - dependencies: - rimraf: 2.6.3 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg== - /term-size/1.2.0: - dependencies: - execa: 0.7.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= - /term-size/2.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw== - /terminal-link/2.1.1: - dependencies: - ansi-escapes: 4.3.1 - supports-hyperlinks: 2.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== - /terser-webpack-plugin/1.4.5_webpack@4.43.0: - dependencies: - cacache: 12.0.4 - find-cache-dir: 2.1.0 - is-wsl: 1.1.0 - schema-utils: 1.0.0 - serialize-javascript: 4.0.0 - source-map: 0.6.1 - terser: 4.8.0 - webpack: 4.43.0_webpack@4.43.0 - webpack-sources: 1.4.3 - worker-farm: 1.7.0 - dev: false - engines: - node: '>= 6.9.0' - peerDependencies: - webpack: ^4.0.0 - resolution: - integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== - /terser-webpack-plugin/1.4.5_webpack@4.44.2: - dependencies: - cacache: 12.0.4 - find-cache-dir: 2.1.0 - is-wsl: 1.1.0 - schema-utils: 1.0.0 - serialize-javascript: 4.0.0 - source-map: 0.6.1 - terser: 4.8.0 - webpack: 4.44.2_webpack@4.44.2 - webpack-sources: 1.4.3 - worker-farm: 1.7.0 - dev: false - engines: - node: '>= 6.9.0' - peerDependencies: - webpack: ^4.0.0 - resolution: - integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== - /terser-webpack-plugin/2.3.8_webpack@4.44.2: - dependencies: - cacache: 13.0.1 - find-cache-dir: 3.3.1 - jest-worker: 25.5.0 - p-limit: 2.3.0 - schema-utils: 2.7.1 - serialize-javascript: 4.0.0 - source-map: 0.6.1 - terser: 4.8.0 - webpack: 4.44.2_webpack@4.44.2 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - resolution: - integrity: sha512-/fKw3R+hWyHfYx7Bv6oPqmk4HGQcrWLtV3X6ggvPuwPNHSnzvVV51z6OaaCOus4YLjutYGOz3pEpbhe6Up2s1w== - /terser/4.6.13: - dependencies: - commander: 2.20.3 - source-map: 0.6.1 - source-map-support: 0.5.19 - dev: false - engines: - node: '>=6.0.0' - hasBin: true - resolution: - integrity: sha512-wMvqukYgVpQlymbnNbabVZbtM6PN63AzqexpwJL8tbh/mRT9LE5o+ruVduAGL7D6Fpjl+Q+06U5I9Ul82odAhw== - /terser/4.8.0: - dependencies: - commander: 2.20.3 - source-map: 0.6.1 - source-map-support: 0.5.19 - dev: false - engines: - node: '>=6.0.0' - hasBin: true - resolution: - integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - /test-exclude/5.2.3: - dependencies: - glob: 7.1.6 - minimatch: 3.0.4 - read-pkg-up: 4.0.0 - require-main-filename: 2.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g== - /test-exclude/6.0.0: - dependencies: - '@istanbuljs/schema': 0.1.2 - glob: 7.1.6 - minimatch: 3.0.4 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== - /text-table/0.2.0: - dev: false - resolution: - integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= - /thenify-all/1.6.0: - dependencies: - thenify: 3.3.1 - dev: false - engines: - node: '>=0.8' - resolution: - integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= - /thenify/3.3.1: - dependencies: - any-promise: 1.3.0 - dev: false - resolution: - integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== - /throat/5.0.0: - dev: false - resolution: - integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== - /throttle-debounce/2.3.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ== - /through/2.3.8: - dev: false - resolution: - integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= - /through2-filter/2.0.0: - dependencies: - through2: 2.0.5 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw= - /through2-filter/3.0.0: - dependencies: - through2: 2.0.5 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA== - /through2/0.6.5: - dependencies: - readable-stream: 1.0.34 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg= - /through2/2.0.5: - dependencies: - readable-stream: 2.3.7 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - /through2/3.0.2: - dependencies: - inherits: 2.0.4 - readable-stream: 3.6.0 - dev: false - resolution: - integrity: sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ== - /tildify/1.2.0: - dependencies: - os-homedir: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo= - /time-stamp/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-dkpaEa9QVhkhsTPztE5hhofg9cM= - /time-stamp/2.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-zxke8goJQpBeEgD82CXABeMh0LSJcj7CXEd0OHOg45HgcofF7pxNwZm9+RknpxpDhwN4gFpySkApKfFYfRQnUA== - /timed-out/4.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= - /timers-browserify/2.0.11: - dependencies: - setimmediate: 1.0.5 - dev: false - engines: - node: '>=0.6.0' - resolution: - integrity: sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ== - /timsort/0.3.0: - dev: false - resolution: - integrity: sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= - /tiny-emitter/2.1.0: - dev: false - optional: true - resolution: - integrity: sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q== - /tiny-invariant/1.1.0: - dev: false - resolution: - integrity: sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw== - /tiny-warning/1.0.3: - dev: false - resolution: - integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== - /tinycolor2/1.4.1: - dev: false - resolution: - integrity: sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g= - /title-case/2.1.1: - dependencies: - no-case: 2.3.2 - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-PhJyFtpY0rxb7PE3q5Ha46fNj6o= - /tmp-promise/2.1.1: - dependencies: - tmp: 0.1.0 - dev: false - resolution: - integrity: sha512-Z048AOz/w9b6lCbJUpevIJpRpUztENl8zdv1bmAKVHimfqRFl92ROkmT9rp7TVBnrEw2gtMTol/2Cp2S2kJa4Q== - /tmp/0.0.33: - dependencies: - os-tmpdir: 1.0.2 - dev: false - engines: - node: '>=0.6.0' - resolution: - integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== - /tmp/0.1.0: - dependencies: - rimraf: 2.7.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw== - /tmp/0.2.1: - dependencies: - rimraf: 3.0.2 - dev: false - engines: - node: '>=8.17.0' - resolution: - integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== - /tmpl/1.0.4: - dev: false - resolution: - integrity: sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE= - /to-absolute-glob/0.1.1: - dependencies: - extend-shallow: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-HN+kcqnvUMI57maZm2YsoOs5k38= - /to-arraybuffer/1.0.1: - dev: false - resolution: - integrity: sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= - /to-buffer/1.1.1: - dev: false - resolution: - integrity: sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg== - /to-fast-properties/1.0.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-uDVx+k2MJbguIxsG46MFXeTKGkc= - /to-fast-properties/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - /to-object-path/0.3.0: - dependencies: - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - /to-regex-range/2.1.1: - dependencies: - is-number: 3.0.0 - repeat-string: 1.6.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - /to-regex-range/5.0.1: - dependencies: - is-number: 7.0.0 - dev: false - engines: - node: '>=8.0' - resolution: - integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - /to-regex/3.0.2: - dependencies: - define-property: 2.0.2 - extend-shallow: 3.0.2 - regex-not: 1.0.2 - safe-regex: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - /to-style/1.3.3: - dev: false - resolution: - integrity: sha1-Y6K3Cm9KfU/cLtV6C+TnI1y2aZw= - /toggle-selection/1.0.6: - dev: false - resolution: - integrity: sha1-bkWxJj8gF/oKzH2J14sVuL932jI= - /toidentifier/1.0.0: - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== - /token-stream/1.0.0: - dev: false - resolution: - integrity: sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ= - /tough-cookie/2.3.4: - dependencies: - punycode: 1.4.1 - dev: false - engines: - node: '>=0.8' - optional: true - resolution: - integrity: sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA== - /tough-cookie/2.5.0: - dependencies: - psl: 1.8.0 - punycode: 2.1.1 - dev: false - engines: - node: '>=0.8' - resolution: - integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - /tough-cookie/3.0.1: - dependencies: - ip-regex: 2.1.0 - psl: 1.8.0 - punycode: 2.1.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg== - /tr46/1.0.1: - dependencies: - punycode: 2.1.1 - dev: false - resolution: - integrity: sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk= - /tr46/2.0.2: - dependencies: - punycode: 2.1.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg== - /traverse/0.6.6: - dev: false - resolution: - integrity: sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc= - /tree-kill/1.2.2: - dev: false - hasBin: true - resolution: - integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A== - /trim-lines/1.1.3: - dev: false - resolution: - integrity: sha512-E0ZosSWYK2mkSu+KEtQ9/KqarVjA9HztOSX+9FDdNacRAq29RRV6ZQNgob3iuW8Htar9vAfEa6yyt5qBAHZDBA== - /trim-newlines/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM= - /trim-newlines/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA= - /trim-newlines/3.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA== - /trim-right/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= - /trim-trailing-lines/1.1.3: - dev: false - resolution: - integrity: sha512-4ku0mmjXifQcTVfYDfR5lpgV7zVqPg6zV9rdZmwOPqq0+Zq19xDqEgagqVbc4pOOShbncuAOIs59R3+3gcF3ZA== - /trim/0.0.1: - dev: false - resolution: - integrity: sha1-WFhUf2spB1fulczMZm+1AITEYN0= - /trough/1.0.5: - dev: false - resolution: - integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== - /ts-dedent/1.1.1: - dev: false - engines: - node: '>=6.10' - resolution: - integrity: sha512-UGTRZu1evMw4uTPyYF66/KFd22XiU+jMaIuHrkIHQ2GivAXVlLV0v/vHrpOuTRf9BmpNHi/SO7Vd0rLu0y57jg== - /ts-loader/3.5.0: - dependencies: - chalk: 2.4.2 - enhanced-resolve: 3.4.1 - loader-utils: 1.4.0 - micromatch: 3.1.10 - semver: 5.7.1 - dev: false - engines: - node: '>=4.3.0 <5.0.0 || >=5.10' - resolution: - integrity: sha512-JTia3kObhTk36wPFgy0RnkZReiusYx7Le9IhcUWRrCTcFcr6Dy1zGsFd3x8DG4gevlbN65knI8W50FfoykXcng== - /ts-map/1.0.3: - dev: false - resolution: - integrity: sha512-vDWbsl26LIcPGmDpoVzjEP6+hvHZkBkLW7JpvwbCv/5IYPJlsbzCVXY3wsCeAxAUeTclNOUZxnLdGh3VBD/J6w== - /ts-pnp/1.2.0: - dev: false - engines: - node: '>=6' - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw== - /tsconfig-paths/3.9.0: - dependencies: - '@types/json5': 0.0.29 - json5: 1.0.1 - minimist: 1.2.5 - strip-bom: 3.0.0 - dev: false - resolution: - integrity: sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw== - /tslib/1.13.0: - dev: false - resolution: - integrity: sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== - /tslib/2.0.1: - dev: false - resolution: - integrity: sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ== - /tslint-config-prettier/1.18.0: - dev: false - engines: - node: '>=4.0.0' - hasBin: true - resolution: - integrity: sha512-xPw9PgNPLG3iKRxmK7DWr+Ea/SzrvfHtjFt5LBl61gk2UBG/DB9kCXRjv+xyIU1rUtnayLeMUVJBcMX8Z17nDg== - /tslint-react/3.6.0_tslint@4.5.1+typescript@2.9.2: - dependencies: - tslint: 4.5.1_typescript@2.9.2 - tsutils: 2.29.0_typescript@2.9.2 - typescript: 2.9.2 - dev: false - peerDependencies: - tslint: ^5.1.0 - typescript: '>=2.1.0 || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev' - resolution: - integrity: sha512-AIv1QcsSnj7e9pFir6cJ6vIncTqxfqeFF3Lzh8SuuBljueYzEAtByuB6zMaD27BL0xhMEqsZ9s5eHuCONydjBw== - /tslint/4.5.1_typescript@2.9.2: - dependencies: - babel-code-frame: 6.26.0 - colors: 1.4.0 - diff: 3.5.0 - findup-sync: 0.3.0 - glob: 7.1.6 - optimist: 0.6.1 - resolve: 1.17.0 - tsutils: 1.9.1_typescript@2.9.2 - typescript: 2.9.2 - update-notifier: 2.5.0 - dev: false - engines: - node: '>=4.1.2' - hasBin: true - peerDependencies: - typescript: '>=2.0.0' - resolution: - integrity: sha1-BTVocb7yOkNJBnNABvwYgza6gks= - /tslint/5.14.0: - dependencies: - babel-code-frame: 6.26.0 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 3.5.0 - glob: 7.1.6 - js-yaml: 3.14.0 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.13.0 - tsutils: 2.29.0 - dev: false - engines: - node: '>=4.8.0' - hasBin: true - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' - resolution: - integrity: sha512-IUla/ieHVnB8Le7LdQFRGlVJid2T/gaJe5VkjzRVSRR6pA2ODYrnfR1hmxi+5+au9l50jBwpbBL34txgv4NnTQ== - /tsscmp/1.0.6: - dev: false - engines: - node: '>=0.6.x' - resolution: - integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== - /tsutils/1.9.1_typescript@2.9.2: - dependencies: - typescript: 2.9.2 - dev: false - peerDependencies: - typescript: '>=2.0.0 || >=2.0.0-dev || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >= 2.4.0-dev' - resolution: - integrity: sha1-ufmrROVa+WgYMdXyjQrur1x1DLA= - /tsutils/2.29.0: - dependencies: - tslib: 1.13.0 - dev: false - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - resolution: - integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA== - /tsutils/2.29.0_typescript@2.9.2: - dependencies: - tslib: 1.13.0 - typescript: 2.9.2 - dev: false - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - resolution: - integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA== - /tsutils/3.17.1: - dependencies: - tslib: 1.13.0 - dev: false - engines: - node: '>= 6' - peerDependencies: - typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' - resolution: - integrity: sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g== - /tsutils/3.17.1_typescript@4.0.2: - dependencies: - tslib: 1.13.0 - typescript: 4.0.2 - dev: false - engines: - node: '>= 6' - peerDependencies: - typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' - resolution: - integrity: sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g== - /tty-browserify/0.0.0: - dev: false - resolution: - integrity: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= - /tunnel-agent/0.6.0: - dependencies: - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - /tweetnacl/0.14.5: - dev: false - resolution: - integrity: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - /type-check/0.3.2: - dependencies: - prelude-ls: 1.1.2 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= - /type-check/0.4.0: - dependencies: - prelude-ls: 1.2.1 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== - /type-detect/4.0.8: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== - /type-fest/0.11.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== - /type-fest/0.13.1: - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== - /type-fest/0.6.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== - /type-fest/0.7.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg== - /type-fest/0.8.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - /type-is/1.6.18: - dependencies: - media-typer: 0.3.0 - mime-types: 2.1.27 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== - /type/1.2.0: - dev: false - resolution: - integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== - /type/2.1.0: - dev: false - resolution: - integrity: sha512-G9absDWvhAWCV2gmF1zKud3OyC61nZDwWvBL2DApaVFogI07CprggiQAOOjvp2NRjYWFzPyu7vwtDrQFq8jeSA== - /typed-styles/0.0.7: - dev: false - resolution: - integrity: sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q== - /typedarray-to-buffer/3.1.5: - dependencies: - is-typedarray: 1.0.0 - dev: false - resolution: - integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== - /typedarray/0.0.6: - dev: false - resolution: - integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= - /typescript/2.9.2: - dev: false - engines: - node: '>=4.2.0' - hasBin: true - resolution: - integrity: sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w== - /typescript/4.0.2: - dev: false - engines: - node: '>=4.2.0' - hasBin: true - resolution: - integrity: sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ== - /ua-parser-js/0.7.22: - dev: false - resolution: - integrity: sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q== - /uglify-js/2.8.29: - dependencies: - source-map: 0.5.7 - yargs: 3.10.0 - dev: false - engines: - node: '>=0.8.0' - hasBin: true - optionalDependencies: - uglify-to-browserify: 1.0.2 - resolution: - integrity: sha1-KcVzMUgFe7Th913zW3qcty5qWd0= - /uglify-to-browserify/1.0.2: - dev: false - optional: true - resolution: - integrity: sha1-bgkk1r2mta/jSeOabWMoUKD4grc= - /uglifyjs-webpack-plugin/0.4.6_webpack@3.12.0: - dependencies: - source-map: 0.5.7 - uglify-js: 2.8.29 - webpack: 3.12.0_webpack@3.12.0 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>=4.3.0 <5.0.0 || >=5.10' - peerDependencies: - webpack: ^1.9 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3.0.0 - requiresBuild: true - resolution: - integrity: sha1-uVH0q7a9YX5m9j64kUmOORdj4wk= - /unc-path-regex/0.1.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-5z3T17DXxe2G+6xrCufYxqadUPo= - /unescape/0.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-t4ubYMhvFinfGBv1Pu47yNY2fd8= - /unfetch/4.1.0: - dev: false - resolution: - integrity: sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg== - /unherit/1.1.3: - dependencies: - inherits: 2.0.4 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ== - /unicode-canonical-property-names-ecmascript/1.0.4: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== - /unicode-match-property-ecmascript/1.0.4: - dependencies: - unicode-canonical-property-names-ecmascript: 1.0.4 - unicode-property-aliases-ecmascript: 1.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== - /unicode-match-property-value-ecmascript/1.2.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ== - /unicode-property-aliases-ecmascript/1.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== - /unidecode/0.1.8: - dev: false - engines: - node: '>= 0.4.12' - resolution: - integrity: sha1-77swFTi8RSRqmsjFWdcvAVMFBT4= - /unified/6.2.0: - dependencies: - bail: 1.0.5 - extend: 3.0.2 - is-plain-obj: 1.1.0 - trough: 1.0.5 - vfile: 2.3.0 - x-is-string: 0.1.0 - dev: false - resolution: - integrity: sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA== - /unified/9.2.0: - dependencies: - bail: 1.0.5 - extend: 3.0.2 - is-buffer: 2.0.4 - is-plain-obj: 2.1.0 - trough: 1.0.5 - vfile: 4.2.0 - dev: false - resolution: - integrity: sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg== - /union-value/1.0.1: - dependencies: - arr-union: 3.1.0 - get-value: 2.0.6 - is-extendable: 0.1.1 - set-value: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== - /uniq/1.0.1: - dev: false - resolution: - integrity: sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= - /uniqs/2.0.0: - dev: false - resolution: - integrity: sha1-/+3ks2slKQaW5uFl1KWe25mOawI= - /unique-filename/1.1.1: - dependencies: - unique-slug: 2.0.2 - dev: false - resolution: - integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== - /unique-random-array/1.0.1: - dependencies: - unique-random: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-z9J/SV8CUIhIRROcHe9YUoAT6XthUJt0oUyLGgobiXJprDP9O9dsErNevvSaAv5BkhwFEVPn6nIEOKeNE6Ck1Q== - /unique-random/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-zj4iTIJCzTOg53sNcYDXfmti0MQ= - /unique-slug/2.0.2: - dependencies: - imurmurhash: 0.1.4 - dev: false - resolution: - integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== - /unique-stream/1.0.0: - dev: false - resolution: - integrity: sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs= - /unique-stream/2.3.1: - dependencies: - json-stable-stringify-without-jsonify: 1.0.1 - through2-filter: 3.0.0 - dev: false - resolution: - integrity: sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A== - /unique-string/1.0.0: - dependencies: - crypto-random-string: 1.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo= - /unist-builder/1.0.4: - dependencies: - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha512-v6xbUPP7ILrT15fHGrNyHc1Xda8H3xVhP7/HAIotHOhVPjH5dCXA097C3Rry1Q2O+HbOLCao4hfPB+EYEjHgVg== - /unist-builder/2.0.3: - dev: false - resolution: - integrity: sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw== - /unist-util-generated/1.1.5: - dev: false - resolution: - integrity: sha512-1TC+NxQa4N9pNdayCYA1EGUOCAO0Le3fVp7Jzns6lnua/mYgwHo0tz5WUAfrdpNch1RZLHc61VZ1SDgrtNXLSw== - /unist-util-is/3.0.0: - dev: false - resolution: - integrity: sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A== - /unist-util-is/4.0.2: - dev: false - resolution: - integrity: sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ== - /unist-util-position/3.1.0: - dev: false - resolution: - integrity: sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA== - /unist-util-remove-position/1.1.4: - dependencies: - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A== - /unist-util-remove-position/2.0.1: - dependencies: - unist-util-visit: 2.0.3 - dev: false - resolution: - integrity: sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA== - /unist-util-remove/1.0.3: - dependencies: - unist-util-is: 3.0.0 - dev: false - resolution: - integrity: sha512-mB6nCHCQK0pQffUAcCVmKgIWzG/AXs/V8qpS8K72tMPtOSCMSjDeMc5yN+Ye8rB0FhcE+JvW++o1xRNc0R+++g== - /unist-util-remove/2.0.0: - dependencies: - unist-util-is: 4.0.2 - dev: false - resolution: - integrity: sha512-HwwWyNHKkeg/eXRnE11IpzY8JT55JNM1YCwwU9YNCnfzk6s8GhPXrVBBZWiwLeATJbI7euvoGSzcy9M29UeW3g== - /unist-util-stringify-position/1.1.2: - dev: false - resolution: - integrity: sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ== - /unist-util-stringify-position/2.0.3: - dependencies: - '@types/unist': 2.0.3 - dev: false - resolution: - integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g== - /unist-util-visit-parents/2.1.2: - dependencies: - unist-util-is: 3.0.0 - dev: false - resolution: - integrity: sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g== - /unist-util-visit-parents/3.1.0: - dependencies: - '@types/unist': 2.0.3 - unist-util-is: 4.0.2 - dev: false - resolution: - integrity: sha512-0g4wbluTF93npyPrp/ymd3tCDTMnP0yo2akFD2FIBAYXq/Sga3lwaU1D8OYKbtpioaI6CkDcQ6fsMnmtzt7htw== - /unist-util-visit/1.4.1: - dependencies: - unist-util-visit-parents: 2.1.2 - dev: false - resolution: - integrity: sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw== - /unist-util-visit/2.0.3: - dependencies: - '@types/unist': 2.0.3 - unist-util-is: 4.0.2 - unist-util-visit-parents: 3.1.0 - dev: false - resolution: - integrity: sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q== - /universalify/0.1.2: - dev: false - engines: - node: '>= 4.0.0' - resolution: - integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - /universalify/1.0.0: - dev: false - engines: - node: '>= 10.0.0' - resolution: - integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== - /unpipe/1.0.0: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= - /unquote/1.1.1: - dev: false - resolution: - integrity: sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= - /unset-value/1.0.0: - dependencies: - has-value: 0.3.1 - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - /unzip-response/2.0.1: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c= - /upath/1.2.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== - /update-notifier/2.5.0: - dependencies: - boxen: 1.3.0 - chalk: 2.4.2 - configstore: 3.1.5 - import-lazy: 2.1.0 - is-ci: 1.2.1 - is-installed-globally: 0.1.0 - is-npm: 1.0.0 - latest-version: 3.1.0 - semver-diff: 2.1.0 - xdg-basedir: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw== - /upper-case-first/1.1.2: - dependencies: - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-XXm+3P8UQZUY/S7bCgUHybaFkRU= - /upper-case/1.1.3: - dev: false - resolution: - integrity: sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg= - /uri-js/4.4.0: - dependencies: - punycode: 2.1.1 - dev: false - resolution: - integrity: sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g== - /urix/0.1.0: - deprecated: 'Please see https://github.com/lydell/urix#deprecated' - dev: false - resolution: - integrity: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - /url-loader/0.5.9_file-loader@0.10.1: - dependencies: - file-loader: 0.10.1 - loader-utils: 1.4.0 - mime: 1.3.6 - dev: false - peerDependencies: - file-loader: '*' - resolution: - integrity: sha512-B7QYFyvv+fOBqBVeefsxv6koWWtjmHaMFT6KZWti4KRw8YUD/hOU+3AECvXuzyVawIBx3z7zQRejXCDSO5kk1Q== - /url-loader/2.3.0_file-loader@4.3.0+webpack@4.44.2: - dependencies: - file-loader: 4.3.0_webpack@4.44.2 - loader-utils: 1.4.0 - mime: 2.4.6 - schema-utils: 2.7.1 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - file-loader: '*' - webpack: ^4.0.0 - peerDependenciesMeta: - file-loader: - optional: true - resolution: - integrity: sha512-goSdg8VY+7nPZKUEChZSEtW5gjbS66USIGCeSJ1OVOJ7Yfuh/36YxCwMi5HVEJh6mqUYOoy3NJ0vlOMrWsSHog== - /url-parse-lax/1.0.0: - dependencies: - prepend-http: 1.0.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-evjzA2Rem9eaJy56FKxovAYJ2nM= - /url-parse-lax/3.0.0: - dependencies: - prepend-http: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= - /url-parse/1.4.7: - dependencies: - querystringify: 2.2.0 - requires-port: 1.0.0 - dev: false - resolution: - integrity: sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== - /url-slug/2.0.0: - dependencies: - unidecode: 0.1.8 - dev: false - resolution: - integrity: sha1-p4nVrtSZXA2VrzM3etHVxo1NcCc= - /url-to-options/1.0.1: - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k= - /url/0.11.0: - dependencies: - punycode: 1.3.2 - querystring: 0.2.0 - dev: false - resolution: - integrity: sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= - /url2/0.0.0: - dev: false - resolution: - integrity: sha1-Tqq9HVw6yQ1iq0SFyZhCKGWgSxo= - /us/2.0.0: - dev: false - engines: - node: '>= 0.4.1' - resolution: - integrity: sha1-6NDB4UwuBbZTSgKCVqyiECXEXd4= - /use-callback-ref/1.2.4_5ce8f66b58dc92cd3f67a918e0e72f70: - dependencies: - '@types/react': 16.9.49 - react: 16.13.1 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-rXpsyvOnqdScyied4Uglsp14qzag1JIemLeTWGKbwpotWht57hbP78aNT+Q4wdFKQfQibbUX4fb6Qb4y11aVOQ== - /use-callback-ref/1.2.4_@types+react@16.9.49: - dependencies: - '@types/react': 16.9.49 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-rXpsyvOnqdScyied4Uglsp14qzag1JIemLeTWGKbwpotWht57hbP78aNT+Q4wdFKQfQibbUX4fb6Qb4y11aVOQ== - /use-sidecar/1.0.3: - dependencies: - detect-node-es: 1.0.0 - tslib: 1.13.0 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - react: ^16.8.0 - resolution: - integrity: sha512-ygJwGUBeQfWgDls7uTrlEDzJUUR67L8Rm14v/KfFtYCdHhtjHZx1Krb3DIQl3/Q5dJGfXLEQ02RY8BdNBv87SQ== - /use-sidecar/1.0.3_react@16.13.1: - dependencies: - detect-node-es: 1.0.0 - react: 16.13.1 - tslib: 1.13.0 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - react: ^16.8.0 - resolution: - integrity: sha512-ygJwGUBeQfWgDls7uTrlEDzJUUR67L8Rm14v/KfFtYCdHhtjHZx1Krb3DIQl3/Q5dJGfXLEQ02RY8BdNBv87SQ== - /use-subscription/1.4.1: - dependencies: - object-assign: 4.1.1 - dev: false - peerDependencies: - react: ^16.8.0 - resolution: - integrity: sha512-7+IIwDG/4JICrWHL/Q/ZPK5yozEnvRm6vHImu0LKwQlmWGKeiF7mbAenLlK/cTNXrTtXHU/SFASQHzB6+oSJMQ== - /use-subscription/1.4.1_react@16.13.1: - dependencies: - object-assign: 4.1.1 - react: 16.13.1 - dev: false - peerDependencies: - react: ^16.8.0 - resolution: - integrity: sha512-7+IIwDG/4JICrWHL/Q/ZPK5yozEnvRm6vHImu0LKwQlmWGKeiF7mbAenLlK/cTNXrTtXHU/SFASQHzB6+oSJMQ== - /use/3.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - /user-home/1.1.1: - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-K1viOjK2Onyd640PKNSFcko98ZA= - /util-deprecate/1.0.2: - dev: false - resolution: - integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - /util.promisify/1.0.0: - dependencies: - define-properties: 1.1.3 - object.getownpropertydescriptors: 2.1.0 - dev: false - resolution: - integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== - /util.promisify/1.0.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - has-symbols: 1.0.1 - object.getownpropertydescriptors: 2.1.0 - dev: false - resolution: - integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== - /util/0.10.3: - dependencies: - inherits: 2.0.1 - dev: false - resolution: - integrity: sha1-evsa/lCAUkZInj23/g7TeTNqwPk= - /util/0.10.4: - dependencies: - inherits: 2.0.3 - dev: false - resolution: - integrity: sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A== - /util/0.11.1: - dependencies: - inherits: 2.0.3 - dev: false - resolution: - integrity: sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== - /utila/0.4.0: - dev: false - resolution: - integrity: sha1-ihagXURWV6Oupe7MWxKk+lN5dyw= - /utils-merge/1.0.1: - dev: false - engines: - node: '>= 0.4.0' - resolution: - integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= - /uuid/3.4.0: - dev: false - hasBin: true - resolution: - integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - /uuid/7.0.3: - dev: false - hasBin: true - resolution: - integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== - /uuid/8.3.0: - dev: false - hasBin: true - optional: true - resolution: - integrity: sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ== - /v8-compile-cache/2.1.1: - dev: false - resolution: - integrity: sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ== - /v8-to-istanbul/4.1.4: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - convert-source-map: 1.7.0 - source-map: 0.7.3 - dev: false - engines: - node: 8.x.x || >=10.10.0 - resolution: - integrity: sha512-Rw6vJHj1mbdK8edjR7+zuJrpDtKIgNdAvTSAcpYfgMIw+u2dPDntD3dgN4XQFLU2/fvFQdzj+EeSGfd/jnY5fQ== - /v8-to-istanbul/5.0.1: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - convert-source-map: 1.7.0 - source-map: 0.7.3 - dev: false - engines: - node: '>=10.10.0' - resolution: - integrity: sha512-mbDNjuDajqYe3TXFk5qxcQy8L1msXNE37WTlLoqqpBfRsimbNcrlhQlDPntmECEcUvdC+AQ8CyMMf6EUx1r74Q== - /v8flags/2.1.1: - dependencies: - user-home: 1.1.1 - dev: false - engines: - node: '>= 0.10.0' - resolution: - integrity: sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ= - /vali-date/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-G5BKWWCfsyjvB4E4Qgk09rhnCaY= - /validate-npm-package-license/3.0.4: - dependencies: - spdx-correct: 3.1.1 - spdx-expression-parse: 3.0.1 - dev: false - resolution: - integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - /validate-npm-package-name/3.0.0: - dependencies: - builtins: 1.0.3 - dev: false - resolution: - integrity: sha1-X6kS2B630MdK/BQN5zF/DKffQ34= - /value-equal/1.0.1: - dev: false - resolution: - integrity: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw== - /vary/1.1.2: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - /vendor-prefixes/0.0.1: - dev: false - resolution: - integrity: sha1-mLQ2f4y3CZIw78IOBA9UrtAY0G0= - /vendors/1.0.4: - dev: false - resolution: - integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== - /verror/1.10.0: - dependencies: - assert-plus: 1.0.0 - core-util-is: 1.0.2 - extsprintf: 1.3.0 - dev: false - engines: - '0': node >=0.6.0 - resolution: - integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - /vfile-location/2.0.6: - dev: false - resolution: - integrity: sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA== - /vfile-location/3.1.0: - dev: false - resolution: - integrity: sha512-FCZ4AN9xMcjFIG1oGmZKo61PjwJHRVA+0/tPUP2ul4uIwjGGndIxavEMRpWn5p4xwm/ZsdXp9YNygf1ZyE4x8g== - /vfile-message/1.1.1: - dependencies: - unist-util-stringify-position: 1.1.2 - dev: false - resolution: - integrity: sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA== - /vfile-message/2.0.4: - dependencies: - '@types/unist': 2.0.3 - unist-util-stringify-position: 2.0.3 - dev: false - resolution: - integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ== - /vfile/2.3.0: - dependencies: - is-buffer: 1.1.6 - replace-ext: 1.0.0 - unist-util-stringify-position: 1.1.2 - vfile-message: 1.1.1 - dev: false - resolution: - integrity: sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w== - /vfile/4.2.0: - dependencies: - '@types/unist': 2.0.3 - is-buffer: 2.0.4 - replace-ext: 1.0.0 - unist-util-stringify-position: 2.0.3 - vfile-message: 2.0.4 - dev: false - resolution: - integrity: sha512-a/alcwCvtuc8OX92rqqo7PflxiCgXRFjdyoGVuYV+qbgCb0GgZJRvIgCD4+U/Kl1yhaRsaTwksF88xbPyGsgpw== - /vinyl-file/2.0.0: - dependencies: - graceful-fs: 4.2.4 - pify: 2.3.0 - pinkie-promise: 2.0.1 - strip-bom: 2.0.0 - strip-bom-stream: 2.0.0 - vinyl: 1.2.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-p+v1/779obfRjRQPyweyI++2dRo= - /vinyl-fs/0.3.14: - dependencies: - defaults: 1.0.3 - glob-stream: 3.1.18 - glob-watcher: 0.0.6 - graceful-fs: 3.0.12 - mkdirp: 0.5.5 - strip-bom: 1.0.0 - through2: 0.6.5 - vinyl: 0.4.6 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY= - /vinyl-fs/2.4.4: - dependencies: - duplexify: 3.7.1 - glob-stream: 5.3.5 - graceful-fs: 4.2.4 - gulp-sourcemaps: 1.6.0 - is-valid-glob: 0.3.0 - lazystream: 1.0.0 - lodash.isequal: 4.5.0 - merge-stream: 1.0.1 - mkdirp: 0.5.5 - object-assign: 4.1.1 - readable-stream: 2.3.7 - strip-bom: 2.0.0 - strip-bom-stream: 1.0.0 - through2: 2.0.5 - through2-filter: 2.0.0 - vali-date: 1.0.0 - vinyl: 1.2.0 - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-vm/zJwy1Xf19MGNkDegfJddTIjk= - /vinyl-sourcemaps-apply/0.2.1: - dependencies: - source-map: 0.5.7 - dev: false - resolution: - integrity: sha1-q2VJ1h0XLCsbh75cUI0jnI74dwU= - /vinyl/0.4.6: - dependencies: - clone: 0.2.0 - clone-stats: 0.0.1 - dev: false - engines: - node: '>= 0.9' - resolution: - integrity: sha1-LzVsh6VQolVGHza76ypbqL94SEc= - /vinyl/0.5.3: - dependencies: - clone: 1.0.4 - clone-stats: 0.0.1 - replace-ext: 0.0.1 - dev: false - engines: - node: '>= 0.9' - resolution: - integrity: sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4= - /vinyl/1.2.0: - dependencies: - clone: 1.0.4 - clone-stats: 0.0.1 - replace-ext: 0.0.1 - dev: false - engines: - node: '>= 0.9' - resolution: - integrity: sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ= - /vm-browserify/1.1.2: - dev: false - resolution: - integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== - /void-elements/3.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YU9/v42AHwu18GYfWy9XhXUOTwk= - /vue-docgen-api/4.32.1: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - '@vue/compiler-dom': 3.0.0-rc.12 - '@vue/compiler-sfc': 3.0.0-rc.12 - ast-types: 0.13.3 - hash-sum: 1.0.2 - lru-cache: 4.1.5 - pug: 3.0.0 - recast: 0.19.1 - ts-map: 1.0.3 - vue-inbrowser-compiler-utils: 4.32.1 - dev: false - resolution: - integrity: sha512-N9xI2OZ+0aZgJrHzTEkNCOu2EBGUWkofJIVMZCQ9Z/IrMsEoezWGQ17qkcqlLpxepgl4NCjPBNZqqb6TZCCMlA== - /vue-docgen-loader/1.5.0_vue-docgen-api@4.32.1: - dependencies: - clone: 2.1.2 - jscodeshift: 0.7.1 - loader-utils: 1.4.0 - querystring: 0.2.0 - vue-docgen-api: 4.32.1 - dev: false - engines: - node: '>= 8.16' - peerDependencies: - vue-docgen-api: '>=3' - webpack: '>=4' - resolution: - integrity: sha512-LKZ8mxeIQ44uSUMTplnwOXbC4bO4E2vyZDTbn7/1QlVwJPEIjk3ahL0DA1m27IEw6YTlHOwtWS0PrHmDkFgyAg== - /vue-inbrowser-compiler-utils/4.32.1: - dependencies: - camelcase: 5.3.1 - dev: false - resolution: - integrity: sha512-IL8rBV3lCyHErqD8sBdQhWz3zJ/wLzG6JfoSzZ3K6HShS5QqIQfJN0GESvzIos6EGvmtByEf4TTJnjm12b51VQ== - /w3c-hr-time/1.0.2: - dependencies: - browser-process-hrtime: 1.0.0 - dev: false - resolution: - integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ== - /w3c-xmlserializer/1.1.2: - dependencies: - domexception: 1.0.1 - webidl-conversions: 4.0.2 - xml-name-validator: 3.0.0 - dev: false - resolution: - integrity: sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg== - /w3c-xmlserializer/2.0.0: - dependencies: - xml-name-validator: 3.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA== - /walker/1.0.7: - dependencies: - makeerror: 1.0.11 - dev: false - resolution: - integrity: sha1-L3+bj9ENZ3JisYqITijRlhjgKPs= - /warning/4.0.3: - dependencies: - loose-envify: 1.4.0 - dev: false - resolution: - integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w== - /watchpack-chokidar2/2.0.0: - dependencies: - chokidar: 2.1.8 - dev: false - engines: - node: <8.10.0 - optional: true - resolution: - integrity: sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA== - /watchpack/1.7.4: - dependencies: - graceful-fs: 4.2.4 - neo-async: 2.6.2 - dev: false - optionalDependencies: - chokidar: 3.4.2 - watchpack-chokidar2: 2.0.0 - resolution: - integrity: sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg== - /watchpack/2.0.0-beta.13: - dependencies: - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.4 - dev: false - engines: - node: '>=10.13.0' - resolution: - integrity: sha512-ZEFq2mx/k5qgQwgi6NOm+2ImICb8ngAkA/rZ6oyXZ7SgPn3pncf+nfhYTCrs3lmHwOxnPtGLTOuFLfpSMh1VMA== - /wcag-contrast/0.1.0: - dependencies: - hex-rgb: 1.0.0 - relative-luminance: 0.0.0 - dev: false - resolution: - integrity: sha1-auN5VOQElBcY7aGh2OJw2bVnGTQ= - /weak-map/1.0.0: - dev: false - resolution: - integrity: sha1-tm5Wqd8L0lp2u/G1FNsSkIBhSjc= - /web-namespaces/1.1.4: - dev: false - resolution: - integrity: sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw== - /web-vitals/0.2.1: - dev: false - resolution: - integrity: sha512-2pdRlp6gJpOCg0oMMqwFF0axjk5D9WInc09RSYtqFgPXQ15+YKNQ7YnBBEqAL5jvmfH9WvoXDMb8DHwux7pIew== - /webidl-conversions/4.0.2: - dev: false - resolution: - integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== - /webidl-conversions/5.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA== - /webidl-conversions/6.1.0: - dev: false - engines: - node: '>=10.4' - resolution: - integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== - /webpack-dev-middleware/1.12.2_webpack@3.12.0: - dependencies: - memory-fs: 0.4.1 - mime: 1.6.0 - path-is-absolute: 1.0.1 - range-parser: 1.2.1 - time-stamp: 2.2.0 - webpack: 3.12.0_webpack@3.12.0 - dev: false - engines: - node: '>=0.6' - peerDependencies: - webpack: ^1.0.0 || ^2.0.0 || ^3.0.0 - resolution: - integrity: sha512-FCrqPy1yy/sN6U/SaEZcHKRXGlqU0DUaEBL45jkUYoB8foVb6wCnbIJ1HKIx+qUFTW+3JpVcCJCxZ8VATL4e+A== - /webpack-dev-middleware/3.7.2_webpack@4.44.2: - dependencies: - memory-fs: 0.4.1 - mime: 2.4.6 - mkdirp: 0.5.5 - range-parser: 1.2.1 - webpack: 4.44.2_webpack@4.44.2 - webpack-log: 2.0.0 - dev: false - engines: - node: '>= 6' - peerDependencies: - webpack: ^4.0.0 - resolution: - integrity: sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw== - /webpack-hot-middleware/2.25.0: - dependencies: - ansi-html: 0.0.7 - html-entities: 1.3.1 - querystring: 0.2.0 - strip-ansi: 3.0.1 - dev: false - resolution: - integrity: sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA== - /webpack-log/2.0.0: - dependencies: - ansi-colors: 3.2.4 - uuid: 3.4.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg== - /webpack-sources/1.4.3: - dependencies: - source-list-map: 2.0.1 - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== - /webpack-virtual-modules/0.2.2: - dependencies: - debug: 3.2.6 - dev: false - resolution: - integrity: sha512-kDUmfm3BZrei0y+1NTHJInejzxfhtU8eDj2M7OKb2IWrPFAeO1SOH2KuQ68MSZu9IGEHcxbkKKR1v18FrUSOmA== - /webpack/3.12.0_webpack@3.12.0: - dependencies: - acorn: 5.7.4 - acorn-dynamic-import: 2.0.2 - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 - async: 2.6.3 - enhanced-resolve: 3.4.1 - escope: 3.6.0 - interpret: 1.4.0 - json-loader: 0.5.7 - json5: 0.5.1 - loader-runner: 2.4.0 - loader-utils: 1.4.0 - memory-fs: 0.4.1 - mkdirp: 0.5.5 - node-libs-browser: 2.2.1 - source-map: 0.5.7 - supports-color: 4.5.0 - tapable: 0.2.9 - uglifyjs-webpack-plugin: 0.4.6_webpack@3.12.0 - watchpack: 1.7.4 - webpack-sources: 1.4.3 - yargs: 8.0.2 - dev: false - engines: - node: '>=4.3.0 <5.0.0 || >=5.10' - hasBin: true - peerDependencies: - webpack: '*' - resolution: - integrity: sha512-Sw7MdIIOv/nkzPzee4o0EdvCuPmxT98+vVpIvwtcwcF1Q4SDSNp92vwcKc4REe7NItH9f1S4ra9FuQ7yuYZ8bQ== - /webpack/4.43.0_webpack@4.43.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-module-context': 1.9.0 - '@webassemblyjs/wasm-edit': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - acorn: 6.4.1 - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 - chrome-trace-event: 1.0.2 - enhanced-resolve: 4.3.0 - eslint-scope: 4.0.3 - json-parse-better-errors: 1.0.2 - loader-runner: 2.4.0 - loader-utils: 1.4.0 - memory-fs: 0.4.1 - micromatch: 3.1.10 - mkdirp: 0.5.3 - neo-async: 2.6.1 - node-libs-browser: 2.2.1 - schema-utils: 1.0.0 - tapable: 1.1.3 - terser-webpack-plugin: 1.4.5_webpack@4.43.0 - watchpack: 1.7.4 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>=6.11.5' - hasBin: true - peerDependencies: - webpack: '*' - resolution: - integrity: sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g== - /webpack/4.44.2_webpack@4.44.2: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-module-context': 1.9.0 - '@webassemblyjs/wasm-edit': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - acorn: 6.4.1 - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 - chrome-trace-event: 1.0.2 - enhanced-resolve: 4.3.0 - eslint-scope: 4.0.3 - json-parse-better-errors: 1.0.2 - loader-runner: 2.4.0 - loader-utils: 1.4.0 - memory-fs: 0.4.1 - micromatch: 3.1.10 - mkdirp: 0.5.5 - neo-async: 2.6.2 - node-libs-browser: 2.2.1 - schema-utils: 1.0.0 - tapable: 1.1.3 - terser-webpack-plugin: 1.4.5_webpack@4.44.2 - watchpack: 1.7.4 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>=6.11.5' - hasBin: true - peerDependencies: - webpack: '*' - webpack-cli: '*' - webpack-command: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - webpack-command: - optional: true - resolution: - integrity: sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q== - /websocket-driver/0.7.4: - dependencies: - http-parser-js: 0.5.2 - safe-buffer: 5.2.1 - websocket-extensions: 0.1.4 - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== - /websocket-extensions/0.1.4: - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== - /whatwg-encoding/1.0.5: - dependencies: - iconv-lite: 0.4.24 - dev: false - resolution: - integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== - /whatwg-fetch/3.4.1: - dev: false - resolution: - integrity: sha512-sofZVzE1wKwO+EYPbWfiwzaKovWiZXf4coEzjGP9b2GBVgQRLQUZ2QcuPpQExGDAW5GItpEm6Tl4OU5mywnAoQ== - /whatwg-mimetype/2.3.0: - dev: false - resolution: - integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== - /whatwg-url/7.1.0: - dependencies: - lodash.sortby: 4.7.0 - tr46: 1.0.1 - webidl-conversions: 4.0.2 - dev: false - resolution: - integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== - /whatwg-url/8.2.2: - dependencies: - lodash.sortby: 4.7.0 - tr46: 2.0.2 - webidl-conversions: 6.1.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-PcVnO6NiewhkmzV0qn7A+UZ9Xx4maNTI+O+TShmfE4pqjoCMwUMjkvoNhNHPTvgR7QH9Xt3R13iHuWy2sToFxQ== - /when/3.7.8: - dev: false - resolution: - integrity: sha1-xxMLan6gRpPoQs3J56Hyqjmjn4I= - /whet.extend/0.9.9: - dev: false - engines: - node: '>=0.6.0' - resolution: - integrity: sha1-+HfVv2SMl+WqVC+twW1qJZucEaE= - /which-module/2.0.0: - dev: false - resolution: - integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - /which/1.3.1: - dependencies: - isexe: 2.0.0 - dev: false - hasBin: true - resolution: - integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - /which/2.0.2: - dependencies: - isexe: 2.0.0 - dev: false - engines: - node: '>= 8' - hasBin: true - resolution: - integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - /wide-align/1.1.3: - dependencies: - string-width: 1.0.2 - dev: false - resolution: - integrity: sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== - /widest-line/2.0.1: - dependencies: - string-width: 2.1.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA== - /widest-line/3.1.0: - dependencies: - string-width: 4.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg== - /window-size/0.1.0: - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0= - /with/7.0.2: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - assert-never: 1.2.1 - babel-walk: 3.0.0-canary-5 - dev: false - engines: - node: '>= 10.0.0' - resolution: - integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w== - /word-wrap/1.2.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - /wordwrap/0.0.2: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8= - /wordwrap/0.0.3: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-o9XabNXAvAAI03I0u68b7WMFkQc= - /worker-farm/1.7.0: - dependencies: - errno: 0.1.7 - dev: false - resolution: - integrity: sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== - /worker-rpc/0.1.1: - dependencies: - microevent.ts: 0.1.1 - dev: false - resolution: - integrity: sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg== - /wrap-ansi/2.1.0: - dependencies: - string-width: 1.0.2 - strip-ansi: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU= - /wrap-ansi/3.0.1: - dependencies: - string-width: 2.1.1 - strip-ansi: 4.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo= - /wrap-ansi/5.1.0: - dependencies: - ansi-styles: 3.2.1 - string-width: 3.1.0 - strip-ansi: 5.2.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== - /wrap-ansi/6.2.0: - dependencies: - ansi-styles: 4.2.1 - string-width: 4.2.0 - strip-ansi: 6.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== - /wrappy/1.0.2: - dev: false - resolution: - integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - /wrench/1.5.1: - deprecated: 'wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.' - dev: false - engines: - node: '>=0.1.97' - resolution: - integrity: sha1-P3pRmw5AkzhyO7A5sgmlQRdrqkI= - /write-file-atomic/2.4.1: - dependencies: - graceful-fs: 4.2.4 - imurmurhash: 0.1.4 - signal-exit: 3.0.3 - dev: false - resolution: - integrity: sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg== - /write-file-atomic/2.4.3: - dependencies: - graceful-fs: 4.2.4 - imurmurhash: 0.1.4 - signal-exit: 3.0.3 - dev: false - resolution: - integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== - /write-file-atomic/3.0.3: - dependencies: - imurmurhash: 0.1.4 - is-typedarray: 1.0.0 - signal-exit: 3.0.3 - typedarray-to-buffer: 3.1.5 - dev: false - resolution: - integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== - /write/0.2.1: - dependencies: - mkdirp: 0.5.5 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c= - /write/1.0.3: - dependencies: - mkdirp: 0.5.5 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== - /ws/7.3.1: - dev: false - 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 - resolution: - integrity: sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA== - /x-is-string/0.1.0: - dev: false - resolution: - integrity: sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI= - /xdg-basedir/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= - /xml-name-validator/3.0.0: - dev: false - resolution: - integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== - /xmlbuilder/10.1.1: - dev: false - engines: - node: '>=4.0' - resolution: - integrity: sha512-OyzrcFLL/nb6fMGHbiRDuPup9ljBycsdCypwuyg5AAHvyWzGfChJpCXMG88AGTIMFhGZ9RccFN1e6lhg3hkwKg== - /xmlchars/2.2.0: - dev: false - resolution: - integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== - /xtemplate/4.7.2: - dependencies: - escape-html: 1.0.3 - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-kNBRQORb8+hB07UpUCF0qs/k6GI= - /xtend/4.0.2: - dev: false - engines: - node: '>=0.4' - resolution: - integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - /xtpl/3.4.2: - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha512-LiZWnxWsEMUEbuziixcL9DrvCdruObsob/uqhc73oou3j/g3+egBmBREFKbSV8fhkWrkzeJgCVYOQSqFWBgK+w== - /y18n/3.2.1: - dev: false - resolution: - integrity: sha1-bRX7qITAhnnA136I53WegR4H+kE= - /y18n/4.0.0: - dev: false - resolution: - integrity: sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== - /yallist/2.1.2: - dev: false - resolution: - integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= - /yallist/3.1.1: - dev: false - resolution: - integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== - /yallist/4.0.0: - dev: false - resolution: - integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - /yaml/1.10.0: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== - /yargs-parser/10.1.0: - dependencies: - camelcase: 4.1.0 - dev: false - resolution: - integrity: sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ== - /yargs-parser/13.1.2: - dependencies: - camelcase: 5.3.1 - decamelize: 1.2.0 - dev: false - resolution: - integrity: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== - /yargs-parser/18.1.3: - dependencies: - camelcase: 5.3.1 - decamelize: 1.2.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - /yargs-parser/7.0.0: - dependencies: - camelcase: 4.1.0 - dev: false - resolution: - integrity: sha1-jQrELxbqVd69MyyvTEA4s+P139k= - /yargs/13.3.2: - dependencies: - cliui: 5.0.0 - find-up: 3.0.0 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - require-main-filename: 2.0.0 - set-blocking: 2.0.0 - string-width: 3.1.0 - which-module: 2.0.0 - y18n: 4.0.0 - yargs-parser: 13.1.2 - dev: false - resolution: - integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== - /yargs/15.4.1: - dependencies: - cliui: 6.0.0 - decamelize: 1.2.0 - find-up: 4.1.0 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - require-main-filename: 2.0.0 - set-blocking: 2.0.0 - string-width: 4.2.0 - which-module: 2.0.0 - y18n: 4.0.0 - yargs-parser: 18.1.3 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== - /yargs/3.10.0: - dependencies: - camelcase: 1.2.1 - cliui: 2.1.0 - decamelize: 1.2.0 - window-size: 0.1.0 - dev: false - resolution: - integrity: sha1-9+572FfdfB0tOMDnTvvWgdFDH9E= - /yargs/8.0.2: - dependencies: - camelcase: 4.1.0 - cliui: 3.2.0 - decamelize: 1.2.0 - get-caller-file: 1.0.3 - os-locale: 2.1.0 - read-pkg-up: 2.0.0 - require-directory: 2.1.1 - require-main-filename: 1.0.1 - set-blocking: 2.0.0 - string-width: 2.1.1 - which-module: 2.0.0 - y18n: 3.2.1 - yargs-parser: 7.0.0 - dev: false - resolution: - integrity: sha1-YpmpBVsc78lp/355wdkY3Osiw2A= - /yarn-or-npm/3.0.1: - dependencies: - cross-spawn: 6.0.5 - pkg-dir: 4.2.0 - dev: false - engines: - node: '>=8.6.0' - hasBin: true - resolution: - integrity: sha512-fTiQP6WbDAh5QZAVdbMQkecZoahnbOjClTQhzv74WX5h2Uaidj1isf9FDes11TKtsZ0/ZVfZsqZ+O3x6aLERHQ== - /zwitch/1.0.5: - dev: false - resolution: - integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw== - 'file:projects/babel-preset.tgz': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/core': 7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-export-default-from': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.6 - babel-plugin-date-fns: 2.0.0 - babel-plugin-dynamic-import-node: 2.3.3 - babel-plugin-lodash: 3.3.4 - babel-plugin-styled-components: 1.11.1_styled-components@4.4.1 - babel-plugin-transform-react-remove-prop-types: 0.4.24 - core-js: 3.6.5 - cross-env: 7.0.2 - eslint: 7.9.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - minimist: 1.2.5 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - styled-components: 4.4.1_4f54128445bc6f13bd713dcb3d91e98e - dev: false - name: '@rush-temp/babel-preset' - resolution: - integrity: sha512-m94VKwcY2ENEJDbU/qM8KAPcliloimfi/vOZH6VLA384TNNPMHTO5U9DMJ5TJZtiB5tw0uDKwc4mwyk9dUQQIA== - tarball: 'file:projects/babel-preset.tgz' - version: 0.0.0 - 'file:projects/docs.tgz_@babel+core@7.11.6': - dependencies: - '@mdx-js/loader': 0.15.7 - '@mdx-js/mdx': 0.15.7 - '@mdx-js/tag': 0.15.6_react@16.13.1 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-styled-components: 1.11.1_styled-components@3.4.10 - eslint: 7.9.0 - is-absolute-url: 2.1.0 - mdx-docs: 1.0.0-9_e74264c60016aaccc6b7cdd6f55c158f - next: 9.4.4_react-dom@16.13.1+react@16.13.1 - next-mdx-docs: 0.0.1-0_@mdx-js+mdx@0.15.7 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - remark-autolink-headings: 5.2.2 - remark-emoji: 2.1.0 - remark-images: 0.8.1 - remark-slug: 5.1.2 - styled-components: 3.4.10_react@16.13.1 - dev: false - id: 'file:projects/docs.tgz' - name: '@rush-temp/docs' - peerDependencies: - '@babel/core': '*' - resolution: - integrity: sha512-weTD4eh6JREra02hvMEZCa1H0TB0O3tzhdm7pfiIOAYk9jUL9KgtBkCzbtCIM24K/KLOOf9oLrT7Wz7/KPOEEg== - tarball: 'file:projects/docs.tgz' - version: 0.0.0 - 'file:projects/eslint-config.tgz': - dependencies: - '@rushstack/eslint-config': 1.3.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/eslint-plugin': 4.1.1_f56e3c8176f99a28c3d29ed46b5a0108 - '@typescript-eslint/parser': 4.1.1_eslint@7.9.0+typescript@4.0.2 - babel-eslint: 10.1.0_eslint@7.9.0 - eslint: 7.9.0 - eslint-config-prettier: 6.11.0_eslint@7.9.0 - eslint-import-resolver-typescript: 2.3.0_abdf0c9d977be3d37bd469dd74184e57 - eslint-plugin-import: 2.22.0_eslint@7.9.0 - eslint-plugin-jest: 24.0.1_eslint@7.9.0+typescript@4.0.2 - eslint-plugin-jsx-a11y: 6.3.1_eslint@7.9.0 - eslint-plugin-progress: 0.0.1 - eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6_eslint@7.9.0 - eslint-plugin-react-hooks: 4.1.2_eslint@7.9.0 - eslint-plugin-sonarjs: 0.5.0_eslint@7.9.0 - prettier: 2.1.2 - typescript: 4.0.2 - dev: false - name: '@rush-temp/eslint-config' - resolution: - integrity: sha512-ZuRbE+3Gm3J4ux3sv+uKXZywrhwrbwwDyMHNyt0sJK1C8SMOaw+HfuU6wnJcXMJhRzxdo/eMvNxynsdIIQQETA== - tarball: 'file:projects/eslint-config.tgz' - version: 0.0.0 - 'file:projects/pcln-autocomplete.tgz': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/core': 7.11.6 - '@reach/component-component': 0.7.4_react-dom@16.13.1+react@16.13.1 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - cat-names: 2.0.0 - cross-env: 7.0.2 - downshift: 3.4.8_react@16.13.1 - eslint: 7.9.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@3.4.10 - npm-run-all: 4.1.5 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - rimraf: 3.0.2 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - us: 2.0.0 - dev: false - name: '@rush-temp/pcln-autocomplete' - resolution: - integrity: sha512-m0vlIevcef4CzEeClNcROsgQo315zuQ5/TFlIbzKGhEXyMwoxvGbqZ5nwAeecPVLC4fT3T610N2+js02wdrgww== - tarball: 'file:projects/pcln-autocomplete.tgz' - version: 0.0.0 - 'file:projects/pcln-design-system.tgz_5f4e75485d05063debccc2e0651ceb55': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@compositor/kit': 1.0.47_96183bafb194bd1831759ec16b732ca5 - '@storybook/addon-actions': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/addon-info': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/react': 5.3.21_859c605ca6661ee792e8f02338da5f92 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - '@types/styled-system': 4.2.2 - camelcase: 6.0.0 - cross-env: 7.0.2 - deepmerge: 4.2.2 - eslint: 7.9.0 - hoist-non-react-statics: 3.3.2 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@3.4.10 - moize: 5.4.7 - npm-run-all: 4.1.5 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-test-renderer: 16.13.1_react@16.13.1 - rimraf: 3.0.2 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - stylis: 3.5.4 - dev: false - id: 'file:projects/pcln-design-system.tgz' - name: '@rush-temp/pcln-design-system' - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - babel-loader: '*' - resolution: - integrity: sha512-vSlxRiMmyvth7Jcf6vbeINx2n6HTmk+aqPKZvtru49LJU+AkgPY2fuV9eBUm6fzgyDBRMeZpMfzcvAkCcTT44Q== - tarball: 'file:projects/pcln-design-system.tgz' - version: 0.0.0 - 'file:projects/pcln-icons.tgz_@babel+core@7.11.6': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - '@svgr/cli': 4.3.3 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - cross-env: 7.0.2 - eslint: 7.9.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@3.4.10 - lodash.upperfirst: 4.3.1 - npm-run-all: 4.1.5 - pcln-design-system: 3.6.1_87057663cfb81d1ab42a7e878d93e1fd - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-test-renderer: 16.13.1_react@16.13.1 - rimraf: 3.0.2 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - dev: false - id: 'file:projects/pcln-icons.tgz' - name: '@rush-temp/pcln-icons' - peerDependencies: - '@babel/core': '*' - resolution: - integrity: sha512-nk9SP4oHv9WAbAWlJkNyXzlHCvanbIiai21OiGMNdDffym37+deuUfM9xc+yMf8DHGc4aTfWCDKmAaobH0kxvw== - tarball: 'file:projects/pcln-icons.tgz' - version: 0.0.0 - 'file:projects/pcln-modal.tgz_df3cdb8411b91d06031563a68743d278': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@reach/dialog': 0.7.4_9dda0080177cf6c707a911d3fb3b859b - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - cross-env: 7.0.2 - eslint: 7.9.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@3.4.10 - npm-run-all: 4.1.5 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-transition-group: 2.9.0_react-dom@16.13.1+react@16.13.1 - rimraf: 3.0.2 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - dev: false - id: 'file:projects/pcln-modal.tgz' - name: '@rush-temp/pcln-modal' - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - resolution: - integrity: sha512-bCLmb/2Oj7C4KkPBXkD6MoBvcAm27QVH1kFh9ZGa90HFyNi/jlJ4CMZQhHLtuYYcNo7RQ/6TcvFmR9wsV6uK0A== - tarball: 'file:projects/pcln-modal.tgz' - version: 0.0.0 - 'file:projects/pcln-popover.tgz_df3cdb8411b91d06031563a68743d278': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@reach/component-component': 0.7.4_react-dom@16.13.1+react@16.13.1 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - cross-env: 7.0.2 - eslint: 7.9.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@3.4.10 - npm-run-all: 4.1.5 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-focus-lock: 2.4.1_5ce8f66b58dc92cd3f67a918e0e72f70 - react-popper: 1.3.7_react@16.13.1 - rimraf: 3.0.2 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - dev: false - id: 'file:projects/pcln-popover.tgz' - name: '@rush-temp/pcln-popover' - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - resolution: - integrity: sha512-Qo5AqJ+7tVKH7ogekDKgcWY2/qKFxgQzHfV2mgnK+F0FjkoagkTWoG74fFb3+EeaNX+6YjhV2i0jCL6bp+Yekg== - tarball: 'file:projects/pcln-popover.tgz' - version: 0.0.0 - 'file:projects/pcln-slider.tgz': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/core': 7.11.6 - '@reach/component-component': 0.7.4_react-dom@16.13.1+react@16.13.1 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - classnames: 2.2.6 - cross-env: 7.0.2 - enzyme: 3.11.0 - enzyme-adapter-react-16: 1.15.4_df2dc313d8031f8c2dbd009d86ca7fc7 - eslint: 7.9.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@3.4.10 - npm-run-all: 4.1.5 - prop-types: 15.7.2 - rc-tools: 8.4.5 - rc-tooltip: 3.7.3 - rc-trigger: 2.6.5 - rc-util: 4.21.1 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - rimraf: 3.0.2 - shallowequal: 1.1.0 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - warning: 4.0.3 - dev: false - name: '@rush-temp/pcln-slider' - resolution: - integrity: sha512-m2s93K/D2IwQdGDHgW/xzmL5HKPeWtg5c2DaAjORgwrH/FtPiDxxSSVnWH8jLglhleQ9sOqoWWbS7H3dnhhqug== - tarball: 'file:projects/pcln-slider.tgz' - version: 0.0.0 - 'file:projects/pcln-types.tgz': - dependencies: - '@types/react': 16.9.49 - '@types/styled-system': 4.2.2 - csstype: 2.6.13 - dtslint: 4.0.2 - eslint: 7.9.0 - prettier: 2.1.2 - dev: false - name: '@rush-temp/pcln-types' - resolution: - integrity: sha512-ZFKBo+up+1XW8pgtB+T/SMVHY/e4cXxdodpGNxtUVwXSEX7R9ute9cQoLzugJQKKNTzJ8O4PWJg1hdlTuEVnLQ== - tarball: 'file:projects/pcln-types.tgz' - version: 0.0.0 - 'file:projects/storybook.tgz_df3cdb8411b91d06031563a68743d278': - dependencies: - '@compositor/kit': 1.0.47_96183bafb194bd1831759ec16b732ca5 - '@storybook/addon-a11y': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/addon-actions': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/addon-docs': 5.3.21_859c605ca6661ee792e8f02338da5f92 - '@storybook/addon-info': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/addon-knobs': 5.3.21_9dda0080177cf6c707a911d3fb3b859b - '@storybook/addon-viewport': 5.3.21_9dda0080177cf6c707a911d3fb3b859b - '@storybook/react': 5.3.21_859c605ca6661ee792e8f02338da5f92 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-react-docgen: 4.1.0 - chromatic: 5.2.0_@babel+core@7.11.6 - eslint: 7.9.0 - npm-run-all: 4.1.5 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-draggable-playground: 1.0.0 - styled-components: 3.4.10_react@16.13.1 - dev: false - id: 'file:projects/storybook.tgz' - name: '@rush-temp/storybook' - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - resolution: - integrity: sha512-OJ6lMUr86PHWGCvkPDQjwBw6/VaEov4oax7l1qDHjcN1n1KRzW2Za8cB4jjChbdWlZ9EoXBcYhJuCWqA3xvjjg== - tarball: 'file:projects/storybook.tgz' - version: 0.0.0 -specifiers: - '@babel/cli': ^7.11.6 - '@babel/core': ^7.11.6 - '@babel/plugin-proposal-class-properties': ^7.10.4 - '@babel/plugin-proposal-export-default-from': ^7.10.4 - '@babel/plugin-proposal-nullish-coalescing-operator': ^7.10.4 - '@babel/plugin-proposal-optional-chaining': ^7.11.0 - '@babel/plugin-syntax-dynamic-import': ^7.8.3 - '@babel/plugin-syntax-jsx': ^7.10.4 - '@babel/plugin-transform-modules-commonjs': ^7.10.4 - '@babel/preset-env': ^7.11.5 - '@babel/preset-react': ^7.10.4 - '@babel/preset-typescript': ^7.10.4 - '@compositor/kit': ^1.0.47 - '@mdx-js/loader': ^0.15.5 - '@mdx-js/mdx': ^0.15.5 - '@mdx-js/tag': ^0.15.0 - '@reach/component-component': ^0.7.0 - '@reach/dialog': ^0.7.0 - '@rush-temp/babel-preset': 'file:./projects/babel-preset.tgz' - '@rush-temp/docs': 'file:./projects/docs.tgz' - '@rush-temp/eslint-config': 'file:./projects/eslint-config.tgz' - '@rush-temp/pcln-autocomplete': 'file:./projects/pcln-autocomplete.tgz' - '@rush-temp/pcln-design-system': 'file:./projects/pcln-design-system.tgz' - '@rush-temp/pcln-icons': 'file:./projects/pcln-icons.tgz' - '@rush-temp/pcln-modal': 'file:./projects/pcln-modal.tgz' - '@rush-temp/pcln-popover': 'file:./projects/pcln-popover.tgz' - '@rush-temp/pcln-slider': 'file:./projects/pcln-slider.tgz' - '@rush-temp/pcln-types': 'file:./projects/pcln-types.tgz' - '@rush-temp/storybook': 'file:./projects/storybook.tgz' - '@rushstack/eslint-config': ^1.3.0 - '@storybook/addon-a11y': ^5.3.21 - '@storybook/addon-actions': ^5.3.21 - '@storybook/addon-docs': ^5.3.21 - '@storybook/addon-info': ^5.3.21 - '@storybook/addon-knobs': ^5.3.21 - '@storybook/addon-viewport': ^5.3.21 - '@storybook/react': ^5.3.21 - '@svgr/cli': ^4.3.3 - '@testing-library/jest-dom': ^5.11.4 - '@testing-library/react': ^11.0.4 - '@types/react': ^16.9.49 - '@types/styled-system': ^4.2.2 - '@typescript-eslint/eslint-plugin': ^4.1.1 - '@typescript-eslint/parser': ^4.1.1 - babel-eslint: ^10.1.0 - babel-loader: ^8.1.0 - babel-plugin-date-fns: ^2.0.0 - babel-plugin-dynamic-import-node: ^2.3.3 - babel-plugin-lodash: ^3.3.4 - babel-plugin-react-docgen: 4.1.0 - babel-plugin-styled-components: ^1.11.1 - babel-plugin-transform-react-remove-prop-types: ^0.4.24 - camelcase: ^6.0.0 - cat-names: ^2.0.0 - chromatic: ^5.2.0 - classnames: ^2.2.5 - core-js: ^3.6.5 - cross-env: ^7.0.2 - csstype: ^2.6.7 - deepmerge: ^4.2.2 - downshift: ^3.2.6 - dtslint: ^4.0.0 - enzyme: ^3.11.0 - enzyme-adapter-react-16: ^1.15.4 - eslint: ^7.9.0 - eslint-config-prettier: ^6.11.0 - eslint-import-resolver-typescript: ^2.3.0 - eslint-plugin-import: ^2.22.0 - eslint-plugin-jest: ^24.0.1 - eslint-plugin-jsx-a11y: ^6.3.1 - eslint-plugin-progress: ^0.0.1 - eslint-plugin-promise: ^4.2.1 - eslint-plugin-react: ^7.20.6 - eslint-plugin-react-hooks: ^4.1.2 - eslint-plugin-sonarjs: ^0.5.0 - hoist-non-react-statics: ^3.3.2 - is-absolute-url: ^2.1.0 - jest: ^26.4.2 - jest-standard-reporter: ^1.1.1 - jest-styled-components: ^6.3.4 - lodash.upperfirst: ^4.3.1 - mdx-docs: ^1.0.0-9 - minimist: ^1.2.5 - moize: ^5.4.7 - next: ~9.4.4 - next-mdx-docs: 0.0.1-0 - npm-run-all: ^4.1.5 - pcln-design-system: ^3.6.1 - prettier: ^2.1.1 - prop-types: ^15.7.2 - rc-tools: ^8.4.5 - rc-tooltip: ^3.7.0 - rc-trigger: ^2.6.5 - rc-util: ^4.0.4 - react-draggable-playground: ^1.0.0 - react-focus-lock: ^2.2.1 - react-popper: ^1.3.3 - react-test-renderer: ^16.13.1 - react-transition-group: ^2.5.3 - remark-autolink-headings: ^5.0.0 - remark-emoji: ^2.0.2 - remark-images: ^0.8.1 - remark-slug: ^5.1.0 - rimraf: ^3.0.2 - shallowequal: ^1.0.1 - styled-components: ^4.4.1 - styled-system: ^4.2.4 - stylis: ^3.5.4 - us: ^2.0.0 - warning: ^4.0.3 diff --git a/common/config/rush/variants/styled-components-v5/pnpm-lock.yaml b/common/config/rush/variants/styled-components-v5/pnpm-lock.yaml deleted file mode 100644 index 699913b320..0000000000 --- a/common/config/rush/variants/styled-components-v5/pnpm-lock.yaml +++ /dev/null @@ -1,26691 +0,0 @@ -dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/core': 7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-export-default-from': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.6 - '@compositor/kit': 1.0.47_styled-components@5.2.0 - '@mdx-js/loader': 0.15.7 - '@mdx-js/mdx': 0.15.7 - '@mdx-js/tag': 0.15.6 - '@reach/component-component': 0.7.4 - '@reach/dialog': 0.7.4_@types+react@16.9.49 - '@rush-temp/babel-preset': 'file:projects/babel-preset.tgz' - '@rush-temp/docs': 'file:projects/docs.tgz_@babel+core@7.11.6' - '@rush-temp/eslint-config': 'file:projects/eslint-config.tgz' - '@rush-temp/pcln-autocomplete': 'file:projects/pcln-autocomplete.tgz' - '@rush-temp/pcln-design-system': 'file:projects/pcln-design-system.tgz_5f4e75485d05063debccc2e0651ceb55' - '@rush-temp/pcln-icons': 'file:projects/pcln-icons.tgz_@babel+core@7.11.6' - '@rush-temp/pcln-modal': 'file:projects/pcln-modal.tgz_df3cdb8411b91d06031563a68743d278' - '@rush-temp/pcln-popover': 'file:projects/pcln-popover.tgz_df3cdb8411b91d06031563a68743d278' - '@rush-temp/pcln-slider': 'file:projects/pcln-slider.tgz' - '@rush-temp/pcln-types': 'file:projects/pcln-types.tgz' - '@rush-temp/storybook': 'file:projects/storybook.tgz_df3cdb8411b91d06031563a68743d278' - '@rushstack/eslint-config': 1.3.0_eslint@7.9.0 - '@storybook/addon-a11y': 5.3.21_@types+react@16.9.49 - '@storybook/addon-actions': 5.3.21_@types+react@16.9.49 - '@storybook/addon-docs': 5.3.21_5f4e75485d05063debccc2e0651ceb55 - '@storybook/addon-info': 5.3.21_@types+react@16.9.49 - '@storybook/addon-knobs': 5.3.21_@types+react@16.9.49 - '@storybook/addon-viewport': 5.3.21_@types+react@16.9.49 - '@storybook/react': 5.3.21_5f4e75485d05063debccc2e0651ceb55 - '@svgr/cli': 4.3.3 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4 - '@types/react': 16.9.49 - '@types/styled-system': 4.2.2 - '@typescript-eslint/eslint-plugin': 4.1.1_e7a08ee1cf450863cdaa69c17e499e5f - '@typescript-eslint/parser': 4.1.1_eslint@7.9.0 - babel-eslint: 10.1.0_eslint@7.9.0 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-date-fns: 2.0.0 - babel-plugin-dynamic-import-node: 2.3.3 - babel-plugin-lodash: 3.3.4 - babel-plugin-react-docgen: 4.1.0 - babel-plugin-styled-components: 1.11.1_styled-components@5.2.0 - babel-plugin-transform-react-remove-prop-types: 0.4.24 - camelcase: 6.0.0 - cat-names: 2.0.0 - chromatic: 5.2.0_@babel+core@7.11.6 - classnames: 2.2.6 - core-js: 3.6.5 - cross-env: 7.0.2 - csstype: 2.6.13 - deepmerge: 4.2.2 - downshift: 3.4.8 - dtslint: 4.0.2 - enzyme: 3.11.0 - enzyme-adapter-react-16: 1.15.4_enzyme@3.11.0 - eslint: 7.9.0 - eslint-config-prettier: 6.11.0_eslint@7.9.0 - eslint-import-resolver-typescript: 2.3.0_abdf0c9d977be3d37bd469dd74184e57 - eslint-plugin-import: 2.22.0_eslint@7.9.0 - eslint-plugin-jest: 24.0.1_eslint@7.9.0 - eslint-plugin-jsx-a11y: 6.3.1_eslint@7.9.0 - eslint-plugin-progress: 0.0.1 - eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6_eslint@7.9.0 - eslint-plugin-react-hooks: 4.1.2_eslint@7.9.0 - eslint-plugin-sonarjs: 0.5.0_eslint@7.9.0 - hoist-non-react-statics: 3.3.2 - is-absolute-url: 2.1.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@5.2.0 - lodash.upperfirst: 4.3.1 - mdx-docs: 1.0.0-9_3c39ecd7e821bbfa14933563d4df2e9e - minimist: 1.2.5 - moize: 5.4.7 - next: 9.4.4 - next-mdx-docs: 0.0.1-0_@mdx-js+mdx@0.15.7 - npm-run-all: 4.1.5 - pcln-design-system: 3.6.1_styled-components@5.2.0 - prettier: 2.1.2 - prop-types: 15.7.2 - rc-tools: 8.4.5 - rc-tooltip: 3.7.3 - rc-trigger: 2.6.5 - rc-util: 4.21.1 - react-draggable-playground: 1.0.0 - react-focus-lock: 2.4.1_@types+react@16.9.49 - react-popper: 1.3.7 - react-test-renderer: 16.13.1 - react-transition-group: 2.9.0 - remark-autolink-headings: 5.2.2 - remark-emoji: 2.1.0 - remark-images: 0.8.1 - remark-slug: 5.1.2 - rimraf: 3.0.2 - shallowequal: 1.1.0 - styled-components: 5.2.0_styled-components@5.2.0 - styled-system: 5.1.5 - stylis: 3.5.4 - us: 2.0.0 - warning: 4.0.3 -lockfileVersion: 5.1 -packages: - /@ampproject/toolbox-core/2.6.0: - dependencies: - cross-fetch: 3.0.5 - lru-cache: 6.0.0 - dev: false - resolution: - integrity: sha512-sDMnHj8WaX3tqJS5VsIHkeW98nq5WQ0C9RoFc1PPS3rmYIlS0vhAfHbrjJw6wtuxBTQFxccje+Ew+2OJ2D15kA== - /@ampproject/toolbox-optimizer/2.4.0: - dependencies: - '@ampproject/toolbox-core': 2.6.0 - '@ampproject/toolbox-runtime-version': 2.6.0 - '@ampproject/toolbox-script-csp': 2.5.4 - '@ampproject/toolbox-validator-rules': 2.5.4 - cssnano: 4.1.10 - domhandler: 3.0.0 - domutils: 2.1.0 - htmlparser2: 4.1.0 - lru-cache: 5.1.1 - normalize-html-whitespace: 1.0.0 - postcss-safe-parser: 4.0.2 - terser: 4.6.13 - dev: false - peerDependencies: - jimp: '*' - probe-image-size: '*' - peerDependenciesMeta: - jimp: - optional: true - probe-image-size: - optional: true - requiresBuild: true - resolution: - integrity: sha512-Bmb+eMF9/VB3H0qPdZy0V5yPSkWe5RwuGbXiMxzqYdJgmMat+NL75EtozQnlpa0uBlESnOGe7bMojm/SA1ImrA== - /@ampproject/toolbox-runtime-version/2.6.0: - dependencies: - '@ampproject/toolbox-core': 2.6.0 - dev: false - resolution: - integrity: sha512-wT+Ehsoq2PRXqpgjebygHD01BpSlaAE4HfDEVxgPVT8oAsLzE4ywZgzI2VQZfaCdb8qLyO5+WXrLSoJXxDBo2Q== - /@ampproject/toolbox-script-csp/2.5.4: - dev: false - resolution: - integrity: sha512-+knTYetI5nWllRZ9wFcj7mYxelkiiFVRAAW/hl0ad8EnKHMH82tRlk40CapEnUHhp6Er5sCYkumQ8dngs3Q4zQ== - /@ampproject/toolbox-validator-rules/2.5.4: - dependencies: - cross-fetch: 3.0.5 - dev: false - resolution: - integrity: sha512-bS7uF+h0s5aiklc/iRaujiSsiladOsZBLrJ6QImJDXvubCAQtvE7om7ShlGSXixkMAO0OVMDWyuwLlEy8V1Ing== - /@babel/cli/7.11.6_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - commander: 4.1.1 - convert-source-map: 1.7.0 - fs-readdir-recursive: 1.1.0 - glob: 7.1.6 - lodash: 4.17.20 - make-dir: 2.1.0 - slash: 2.0.0 - source-map: 0.5.7 - dev: false - hasBin: true - optionalDependencies: - chokidar: 2.1.8 - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-+w7BZCvkewSmaRM6H4L2QM3RL90teqEIHDIFXAmrW33+0jhlymnDAEdqVeCZATvxhQuio1ifoGVlJJbIiH9Ffg== - /@babel/code-frame/7.0.0-beta.44: - dependencies: - '@babel/highlight': 7.0.0-beta.44 - dev: false - resolution: - integrity: sha512-cuAuTTIQ9RqcFRJ/Y8PvTh+paepNcaGxwQwjIDRWPXmzzyAeCO4KqS9ikMvq0MCbRk6GlYKwfzStrcP3/jSL8g== - /@babel/code-frame/7.10.4: - dependencies: - '@babel/highlight': 7.10.4 - dev: false - resolution: - integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== - /@babel/code-frame/7.5.5: - dependencies: - '@babel/highlight': 7.10.4 - dev: false - resolution: - integrity: sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== - /@babel/code-frame/7.8.3: - dependencies: - '@babel/highlight': 7.10.4 - dev: false - resolution: - integrity: sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== - /@babel/compat-data/7.11.0: - dependencies: - browserslist: 4.14.3 - invariant: 2.2.4 - semver: 5.7.1 - dev: false - resolution: - integrity: sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== - /@babel/core/7.11.6: - dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.6 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helpers': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - convert-source-map: 1.7.0 - debug: 4.1.1 - gensync: 1.0.0-beta.1 - json5: 2.1.3 - lodash: 4.17.20 - resolve: 1.17.0 - semver: 5.7.1 - source-map: 0.5.7 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg== - /@babel/core/7.7.7: - dependencies: - '@babel/code-frame': 7.8.3 - '@babel/generator': 7.11.6 - '@babel/helpers': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.9.6 - convert-source-map: 1.7.0 - debug: 4.1.1 - json5: 2.1.3 - lodash: 4.17.20 - resolve: 1.17.0 - semver: 5.7.1 - source-map: 0.5.7 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ== - /@babel/generator/7.0.0-beta.44: - dependencies: - '@babel/types': 7.0.0-beta.44 - jsesc: 2.5.2 - lodash: 4.17.20 - source-map: 0.5.7 - trim-right: 1.0.1 - dev: false - resolution: - integrity: sha512-5xVb7hlhjGcdkKpMXgicAVgx8syK5VJz193k0i/0sLP6DzE6lRrU1K3B/rFefgdo9LPGMAOOOAWW4jycj07ShQ== - /@babel/generator/7.11.6: - dependencies: - '@babel/types': 7.11.5 - jsesc: 2.5.2 - source-map: 0.5.7 - dev: false - resolution: - integrity: sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA== - /@babel/helper-annotate-as-pure/7.10.4: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA== - /@babel/helper-builder-binary-assignment-operator-visitor/7.10.4: - dependencies: - '@babel/helper-explode-assignable-expression': 7.11.4 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg== - /@babel/helper-builder-react-jsx-experimental/7.11.5: - dependencies: - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-module-imports': 7.10.4 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-Vc4aPJnRZKWfzeCBsqTBnzulVNjABVdahSPhtdMD3Vs80ykx4a87jTHtF/VR+alSrDmNvat7l13yrRHauGcHVw== - /@babel/helper-builder-react-jsx/7.10.4: - dependencies: - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-5nPcIZ7+KKDxT1427oBivl9V9YTal7qk0diccnh7RrcgrT/pGFOjgGw1dgryyx1GvHEpXVfoDF6Ak3rTiWh8Rg== - /@babel/helper-compilation-targets/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/compat-data': 7.11.0 - '@babel/core': 7.11.6 - browserslist: 4.14.3 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== - /@babel/helper-compilation-targets/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/compat-data': 7.11.0 - '@babel/core': 7.7.7 - browserslist: 4.14.3 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== - /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== - /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== - /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-regex': 7.10.5 - regexpu-core: 4.7.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== - /@babel/helper-create-regexp-features-plugin/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-regex': 7.10.5 - regexpu-core: 4.7.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== - /@babel/helper-define-map/7.10.5: - dependencies: - '@babel/helper-function-name': 7.10.4 - '@babel/types': 7.11.5 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ== - /@babel/helper-explode-assignable-expression/7.11.4: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-ux9hm3zR4WV1Y3xXxXkdG/0gxF9nvI0YVmKVhvK9AfMoaQkemL3sJpXw+Xbz65azo8qJiEz2XVDUpK3KYhH3ZQ== - /@babel/helper-function-name/7.0.0-beta.44: - dependencies: - '@babel/helper-get-function-arity': 7.0.0-beta.44 - '@babel/template': 7.0.0-beta.44 - '@babel/types': 7.0.0-beta.44 - dev: false - resolution: - integrity: sha512-MHRG2qZMKMFaBavX0LWpfZ2e+hLloT++N7rfM3DYOMUOGCD8cVjqZpwiL8a0bOX3IYcQev1ruciT0gdFFRTxzg== - /@babel/helper-function-name/7.10.4: - dependencies: - '@babel/helper-get-function-arity': 7.10.4 - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== - /@babel/helper-get-function-arity/7.0.0-beta.44: - dependencies: - '@babel/types': 7.0.0-beta.44 - dev: false - resolution: - integrity: sha512-w0YjWVwrM2HwP6/H3sEgrSQdkCaxppqFeJtAnB23pRiJB5E/O9Yp7JAAeWBl+gGEgmBFinnTyOv2RN7rcSmMiw== - /@babel/helper-get-function-arity/7.10.4: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== - /@babel/helper-hoist-variables/7.10.4: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA== - /@babel/helper-member-expression-to-functions/7.11.0: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== - /@babel/helper-module-imports/7.10.4: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== - /@babel/helper-module-transforms/7.11.0: - dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== - /@babel/helper-optimise-call-expression/7.10.4: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== - /@babel/helper-plugin-utils/7.10.4: - dev: false - resolution: - integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-regex/7.10.5: - dependencies: - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg== - /@babel/helper-remap-async-to-generator/7.11.4: - dependencies: - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-wrap-function': 7.10.4 - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-tR5vJ/vBa9wFy3m5LLv2faapJLnDFxNWff2SAYkSE4rLUdbp7CdObYFgI7wK4T/Mj4UzpjPwzR8Pzmr5m7MHGA== - /@babel/helper-replace-supers/7.10.4: - dependencies: - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== - /@babel/helper-simple-access/7.10.4: - dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== - /@babel/helper-skip-transparent-expression-wrappers/7.11.0: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== - /@babel/helper-split-export-declaration/7.0.0-beta.44: - dependencies: - '@babel/types': 7.0.0-beta.44 - dev: false - resolution: - integrity: sha512-aQ7QowtkgKKzPGf0j6u77kBMdUFVBKNHw2p/3HX/POt5/oz8ec5cs0GwlgM8Hz7ui5EwJnzyfRmkNF1Nx1N7aA== - /@babel/helper-split-export-declaration/7.11.0: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== - /@babel/helper-validator-identifier/7.10.4: - dev: false - resolution: - integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== - /@babel/helper-wrap-function/7.10.4: - dependencies: - '@babel/helper-function-name': 7.10.4 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug== - /@babel/helpers/7.10.4: - dependencies: - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== - /@babel/highlight/7.0.0-beta.44: - dependencies: - chalk: 2.4.2 - esutils: 2.0.3 - js-tokens: 3.0.2 - dev: false - resolution: - integrity: sha512-Il19yJvy7vMFm8AVAh6OZzaFoAd0hbkeMZiX3P5HGD+z7dyI7RzndHB0dg6Urh/VAFfHtpOIzDUSxmY6coyZWQ== - /@babel/highlight/7.10.4: - dependencies: - '@babel/helper-validator-identifier': 7.10.4 - chalk: 2.4.2 - js-tokens: 4.0.0 - dev: false - resolution: - integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/parser/7.11.5: - dev: false - engines: - node: '>=6.0.0' - hasBin: true - resolution: - integrity: sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== - /@babel/plugin-proposal-async-generator-functions/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.11.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg== - /@babel/plugin-proposal-async-generator-functions/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.11.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg== - /@babel/plugin-proposal-class-properties/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== - /@babel/plugin-proposal-class-properties/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA== - /@babel/plugin-proposal-dynamic-import/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== - /@babel/plugin-proposal-dynamic-import/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== - /@babel/plugin-proposal-export-default-from/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-export-default-from': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-G1l00VvDZ7Yk2yRlC5D8Ybvu3gmeHS3rCHoUYdjrqGYUtdeOBoRypnvDZ5KQqxyaiiGHWnVDeSEzA5F9ozItig== - /@babel/plugin-proposal-export-namespace-from/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== - /@babel/plugin-proposal-json-strings/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== - /@babel/plugin-proposal-json-strings/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== - /@babel/plugin-proposal-logical-assignment-operators/7.11.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== - /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== - /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== - /@babel/plugin-proposal-nullish-coalescing-operator/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== - /@babel/plugin-proposal-numeric-separator/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA== - /@babel/plugin-proposal-numeric-separator/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ== - /@babel/plugin-proposal-object-rest-spread/7.11.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== - /@babel/plugin-proposal-object-rest-spread/7.9.6_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A== - /@babel/plugin-proposal-optional-catch-binding/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== - /@babel/plugin-proposal-optional-catch-binding/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== - /@babel/plugin-proposal-optional-chaining/7.11.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== - /@babel/plugin-proposal-optional-chaining/7.11.0_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== - /@babel/plugin-proposal-optional-chaining/7.9.0_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w== - /@babel/plugin-proposal-private-methods/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== - /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - engines: - node: '>=4' - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-proposal-unicode-property-regex/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - engines: - node: '>=4' - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - /@babel/plugin-syntax-class-properties/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-export-default-from/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-79V6r6Pgudz0RnuMGp5xidu6Z+bPFugh8/Q9eDHonmLp4wKFAZDwygJwYgCzuDu8lFA/sYyT+mc5y2wkd7bTXA== - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== - /@babel/plugin-syntax-flow/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-yxQsX1dJixF4qEEdzVbst3SZQ58Nrooz8NV9Z9GL4byTE25BvJgl5lf0RECUf0fh28rZBb/RYTWn/eeKwCMrZQ== - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== - /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-top-level-await/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== - /@babel/plugin-syntax-top-level-await/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== - /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== - /@babel/plugin-transform-arrow-functions/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== - /@babel/plugin-transform-arrow-functions/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== - /@babel/plugin-transform-async-to-generator/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.11.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== - /@babel/plugin-transform-async-to-generator/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-remap-async-to-generator': 7.11.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== - /@babel/plugin-transform-block-scoped-functions/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== - /@babel/plugin-transform-block-scoped-functions/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== - /@babel/plugin-transform-block-scoping/7.11.1_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew== - /@babel/plugin-transform-block-scoping/7.11.1_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew== - /@babel/plugin-transform-classes/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-define-map': 7.10.5 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - globals: 11.12.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== - /@babel/plugin-transform-classes/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-define-map': 7.10.5 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - globals: 11.12.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== - /@babel/plugin-transform-computed-properties/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== - /@babel/plugin-transform-computed-properties/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== - /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== - /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== - /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-dotall-regex/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== - /@babel/plugin-transform-duplicate-keys/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== - /@babel/plugin-transform-duplicate-keys/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== - /@babel/plugin-transform-exponentiation-operator/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== - /@babel/plugin-transform-exponentiation-operator/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== - /@babel/plugin-transform-flow-strip-types/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-flow': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-XTadyuqNst88UWBTdLjM+wEY7BFnY2sYtPyAidfC7M/QaZnSuIZpMvLxqGT7phAcnGyWh/XQFLKcGf04CnvxSQ== - /@babel/plugin-transform-for-of/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== - /@babel/plugin-transform-for-of/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== - /@babel/plugin-transform-function-name/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== - /@babel/plugin-transform-function-name/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== - /@babel/plugin-transform-literals/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== - /@babel/plugin-transform-literals/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== - /@babel/plugin-transform-member-expression-literals/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== - /@babel/plugin-transform-member-expression-literals/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== - /@babel/plugin-transform-modules-amd/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw== - /@babel/plugin-transform-modules-amd/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw== - /@babel/plugin-transform-modules-commonjs/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== - /@babel/plugin-transform-modules-commonjs/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== - /@babel/plugin-transform-modules-commonjs/7.9.6_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ== - /@babel/plugin-transform-modules-systemjs/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-hoist-variables': 7.10.4 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw== - /@babel/plugin-transform-modules-systemjs/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-hoist-variables': 7.10.4 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - babel-plugin-dynamic-import-node: 2.3.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw== - /@babel/plugin-transform-modules-umd/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== - /@babel/plugin-transform-modules-umd/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== - /@babel/plugin-transform-named-capturing-groups-regex/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== - /@babel/plugin-transform-named-capturing-groups-regex/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== - /@babel/plugin-transform-new-target/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== - /@babel/plugin-transform-new-target/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== - /@babel/plugin-transform-object-super/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== - /@babel/plugin-transform-object-super/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== - /@babel/plugin-transform-parameters/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-get-function-arity': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw== - /@babel/plugin-transform-parameters/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-get-function-arity': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw== - /@babel/plugin-transform-property-literals/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== - /@babel/plugin-transform-property-literals/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== - /@babel/plugin-transform-react-constant-elements/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-cYmQBW1pXrqBte1raMkAulXmi7rjg3VI6ZLg9QIic8Hq7BtYXaWuZSxsr2siOMI6SWwpxjWfnwhTUrd7JlAV7g== - /@babel/plugin-transform-react-display-name/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw== - /@babel/plugin-transform-react-display-name/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Zd4X54Mu9SBfPGnEcaGcOrVAYOtjT2on8QZkLKEq1S/tHexG39d9XXGZv19VfRrDjPJzFmPfTAqOQS1pfFOujw== - /@babel/plugin-transform-react-jsx-development/7.11.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-builder-react-jsx-experimental': 7.11.5 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-cImAmIlKJ84sDmpQzm4/0q/2xrXlDezQoixy3qoz1NJeZL/8PRon6xZtluvr4H4FzwlDGI5tCcFupMnXGtr+qw== - /@babel/plugin-transform-react-jsx-development/7.11.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-builder-react-jsx-experimental': 7.11.5 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-cImAmIlKJ84sDmpQzm4/0q/2xrXlDezQoixy3qoz1NJeZL/8PRon6xZtluvr4H4FzwlDGI5tCcFupMnXGtr+qw== - /@babel/plugin-transform-react-jsx-self/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg== - /@babel/plugin-transform-react-jsx-self/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-yOvxY2pDiVJi0axdTWHSMi5T0DILN+H+SaeJeACHKjQLezEzhLx9nEF9xgpBLPtkZsks9cnb5P9iBEi21En3gg== - /@babel/plugin-transform-react-jsx-source/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wTeqHVkN1lfPLubRiZH3o73f4rfon42HpgxUSs86Nc+8QIcm/B9s8NNVXu/gwGcOyd7yDib9ikxoDLxJP0UiDA== - /@babel/plugin-transform-react-jsx-source/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wTeqHVkN1lfPLubRiZH3o73f4rfon42HpgxUSs86Nc+8QIcm/B9s8NNVXu/gwGcOyd7yDib9ikxoDLxJP0UiDA== - /@babel/plugin-transform-react-jsx/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-builder-react-jsx': 7.10.4 - '@babel/helper-builder-react-jsx-experimental': 7.11.5 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A== - /@babel/plugin-transform-react-jsx/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-builder-react-jsx': 7.10.4 - '@babel/helper-builder-react-jsx-experimental': 7.11.5 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-L+MfRhWjX0eI7Js093MM6MacKU4M6dnCRa/QPDwYMxjljzSCzzlzKzj9Pk4P3OtrPcxr2N3znR419nr3Xw+65A== - /@babel/plugin-transform-react-pure-annotations/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-+njZkqcOuS8RaPakrnR9KvxjoG1ASJWpoIv/doyWngId88JoFlPlISenGXjrVacZUIALGUr6eodRs1vmPnF23A== - /@babel/plugin-transform-regenerator/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - regenerator-transform: 0.14.5 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== - /@babel/plugin-transform-regenerator/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - regenerator-transform: 0.14.5 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== - /@babel/plugin-transform-reserved-words/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== - /@babel/plugin-transform-reserved-words/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== - /@babel/plugin-transform-runtime/7.9.6_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - resolve: 1.17.0 - semver: 5.7.1 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-qcmiECD0mYOjOIt8YHNsAP1SxPooC/rDmfmiSK9BNY72EitdSc7l44WTEklaWuFtbOEBjNhWWyph/kOImbNJ4w== - /@babel/plugin-transform-shorthand-properties/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== - /@babel/plugin-transform-shorthand-properties/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== - /@babel/plugin-transform-spread/7.11.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== - /@babel/plugin-transform-spread/7.11.0_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-skip-transparent-expression-wrappers': 7.11.0 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== - /@babel/plugin-transform-sticky-regex/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-regex': 7.10.5 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== - /@babel/plugin-transform-sticky-regex/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-regex': 7.10.5 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== - /@babel/plugin-transform-template-literals/7.10.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw== - /@babel/plugin-transform-template-literals/7.10.5_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw== - /@babel/plugin-transform-typeof-symbol/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== - /@babel/plugin-transform-typeof-symbol/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== - /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== - /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== - /@babel/plugin-transform-unicode-escapes/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg== - /@babel/plugin-transform-unicode-regex/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== - /@babel/plugin-transform-unicode-regex/7.10.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-create-regexp-features-plugin': 7.10.4_@babel+core@7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== - /@babel/preset-env/7.11.5_@babel+core@7.11.6: - dependencies: - '@babel/compat-data': 7.11.0 - '@babel/core': 7.11.6 - '@babel/helper-compilation-targets': 7.10.4_@babel+core@7.11.6 - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-async-generator-functions': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-export-namespace-from': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-json-strings': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-logical-assignment-operators': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-numeric-separator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-proposal-private-methods': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.11.6 - '@babel/plugin-syntax-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-top-level-await': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-arrow-functions': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-async-to-generator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-block-scoped-functions': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-block-scoping': 7.11.1_@babel+core@7.11.6 - '@babel/plugin-transform-classes': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-computed-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-duplicate-keys': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-exponentiation-operator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-for-of': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-function-name': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-literals': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-member-expression-literals': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-modules-amd': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-modules-systemjs': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-modules-umd': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-named-capturing-groups-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-new-target': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-object-super': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-property-literals': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-regenerator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-reserved-words': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-shorthand-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-transform-sticky-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-template-literals': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-typeof-symbol': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-unicode-escapes': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-unicode-regex': 7.10.4_@babel+core@7.11.6 - '@babel/preset-modules': 0.1.4_@babel+core@7.11.6 - '@babel/types': 7.11.5 - browserslist: 4.14.3 - core-js-compat: 3.6.5 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA== - /@babel/preset-env/7.9.6_@babel+core@7.7.7: - dependencies: - '@babel/compat-data': 7.11.0 - '@babel/core': 7.7.7 - '@babel/helper-compilation-targets': 7.10.4_@babel+core@7.7.7 - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-async-generator-functions': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-proposal-dynamic-import': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-proposal-json-strings': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-object-rest-spread': 7.9.6_@babel+core@7.7.7 - '@babel/plugin-proposal-optional-catch-binding': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.7.7 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.7.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-top-level-await': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-arrow-functions': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-async-to-generator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-block-scoped-functions': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-block-scoping': 7.11.1_@babel+core@7.7.7 - '@babel/plugin-transform-classes': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-computed-properties': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-duplicate-keys': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-exponentiation-operator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-for-of': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-function-name': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-literals': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-member-expression-literals': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-modules-amd': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-modules-systemjs': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-transform-modules-umd': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-named-capturing-groups-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-new-target': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-object-super': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-parameters': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-transform-property-literals': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-regenerator': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-reserved-words': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-shorthand-properties': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-spread': 7.11.0_@babel+core@7.7.7 - '@babel/plugin-transform-sticky-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-template-literals': 7.10.5_@babel+core@7.7.7 - '@babel/plugin-transform-typeof-symbol': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-unicode-regex': 7.10.4_@babel+core@7.7.7 - '@babel/preset-modules': 0.1.3_@babel+core@7.7.7 - '@babel/types': 7.9.6 - browserslist: 4.12.0 - core-js-compat: 3.6.5 - invariant: 2.2.4 - levenary: 1.1.1 - semver: 5.7.1 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ== - /@babel/preset-flow/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-flow-strip-types': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-XI6l1CptQCOBv+ZKYwynyswhtOKwpZZp5n0LG1QKCo8erRhqjoQV6nvx61Eg30JHpysWQSBwA2AWRU3pBbSY5g== - /@babel/preset-modules/0.1.3_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.7.7 - '@babel/types': 7.9.6 - esutils: 2.0.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== - /@babel/preset-modules/0.1.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-unicode-property-regex': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-dotall-regex': 7.10.4_@babel+core@7.11.6 - '@babel/types': 7.11.5 - esutils: 2.0.3 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== - /@babel/preset-react/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-react-display-name': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-react-jsx': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-react-jsx-development': 7.11.5_@babel+core@7.11.6 - '@babel/plugin-transform-react-jsx-self': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-transform-react-jsx-source': 7.10.5_@babel+core@7.11.6 - '@babel/plugin-transform-react-pure-annotations': 7.10.4_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-BrHp4TgOIy4M19JAfO1LhycVXOPWdDbTRep7eVyatf174Hff+6Uk53sDyajqZPu8W1qXRBiYOfIamek6jA7YVw== - /@babel/preset-react/7.9.4_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-react-display-name': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-react-jsx': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-react-jsx-development': 7.11.5_@babel+core@7.7.7 - '@babel/plugin-transform-react-jsx-self': 7.10.4_@babel+core@7.7.7 - '@babel/plugin-transform-react-jsx-source': 7.10.5_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-AxylVB3FXeOTQXNXyiuAQJSvss62FEotbX2Pzx3K/7c+MKJMdSg6Ose6QYllkdCFA8EInCJVw7M/o5QbLuA4ZQ== - /@babel/preset-typescript/7.10.4_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-typescript': 7.11.0_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== - /@babel/preset-typescript/7.9.0_@babel+core@7.7.7: - dependencies: - '@babel/core': 7.7.7 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-typescript': 7.11.0_@babel+core@7.7.7 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-S4cueFnGrIbvYJgwsVFKdvOmpiL0XGw9MFW9D0vgRys5g36PBhZRL8NX8Gr2akz8XRtzq6HuDXPD/1nniagNUg== - /@babel/register/7.11.5_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - find-cache-dir: 2.1.0 - lodash: 4.17.20 - make-dir: 2.1.0 - pirates: 4.0.1 - source-map-support: 0.5.19 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-CAml0ioKX+kOAvBQDHa/+t1fgOt3qkTIz0TrRtRAT6XY0m5qYZXR85k6/sLCNPMGhYDlCFHCYuU0ybTJbvlC6w== - /@babel/runtime-corejs3/7.11.2: - dependencies: - core-js-pure: 3.6.5 - regenerator-runtime: 0.13.7 - dev: false - resolution: - integrity: sha512-qh5IR+8VgFz83VBa6OkaET6uN/mJOhHONuy3m1sgF0CV6mXdPSEBdA7e1eUbVvyNtANjMbg22JUv71BaDXLY6A== - /@babel/runtime/7.11.2: - dependencies: - regenerator-runtime: 0.13.7 - dev: false - resolution: - integrity: sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== - /@babel/runtime/7.9.6: - dependencies: - regenerator-runtime: 0.13.7 - dev: false - resolution: - integrity: sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ== - /@babel/standalone/7.11.6: - dev: false - resolution: - integrity: sha512-Ye1pj3fN76OWlJyi+Ocy1kTr1BNs5vFWHsq2oKPp3lB4Q0r2WrHi+n/Y2w3sZK+1QSKAkDXTp12tCuBprBHZ1w== - /@babel/template/7.0.0-beta.44: - dependencies: - '@babel/code-frame': 7.0.0-beta.44 - '@babel/types': 7.0.0-beta.44 - babylon: 7.0.0-beta.44 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-w750Sloq0UNifLx1rUqwfbnC6uSUk0mfwwgGRfdLiaUzfAOiH0tHJE6ILQIUi3KYkjiCDTskoIsnfqZvWLBDng== - /@babel/template/7.10.4: - dependencies: - '@babel/code-frame': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== - /@babel/traverse/7.0.0-beta.44: - dependencies: - '@babel/code-frame': 7.0.0-beta.44 - '@babel/generator': 7.0.0-beta.44 - '@babel/helper-function-name': 7.0.0-beta.44 - '@babel/helper-split-export-declaration': 7.0.0-beta.44 - '@babel/types': 7.0.0-beta.44 - babylon: 7.0.0-beta.44 - debug: 3.2.6 - globals: 11.12.0 - invariant: 2.2.4 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-UHuDz8ukQkJCDASKHf+oDt3FVUzFd+QYfuBIsiNu/4+/ix6pP/C+uQZJ6K1oEfbCMv/IKWbgDEh7fcsnIE5AtA== - /@babel/traverse/7.11.5: - dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.6 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - debug: 4.1.1 - globals: 11.12.0 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ== - /@babel/types/7.0.0-beta.44: - dependencies: - esutils: 2.0.3 - lodash: 4.17.20 - to-fast-properties: 2.0.0 - dev: false - resolution: - integrity: sha512-5eTV4WRmqbaFM3v9gHAIljEQJU4Ssc6fxL61JN+Oe2ga/BwyjzjamwkCVVAQjHGuAX8i0BWo42dshL8eO5KfLQ== - /@babel/types/7.11.5: - dependencies: - '@babel/helper-validator-identifier': 7.10.4 - lodash: 4.17.20 - to-fast-properties: 2.0.0 - dev: false - resolution: - integrity: sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== - /@babel/types/7.8.3: - dependencies: - esutils: 2.0.3 - lodash: 4.17.20 - to-fast-properties: 2.0.0 - dev: false - resolution: - integrity: sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg== - /@babel/types/7.9.6: - dependencies: - '@babel/helper-validator-identifier': 7.10.4 - lodash: 4.17.20 - to-fast-properties: 2.0.0 - dev: false - resolution: - integrity: sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA== - /@base2/pretty-print-object/1.0.0: - dev: false - resolution: - integrity: sha512-4Th98KlMHr5+JkxfcoDT//6vY8vM+iSPrLNpHhRyLx2CFYi8e2RfqPLdpbnpo0Q5lQC5hNB79yes07zb02fvCw== - /@bcoe/v8-coverage/0.2.3: - dev: false - resolution: - integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== - /@chromaui/localtunnel/2.0.1: - dependencies: - axios: 0.19.0 - debug: 3.2.6 - openurl: 1.1.1 - yargs: 13.3.2 - dev: false - hasBin: true - resolution: - integrity: sha512-QvO1J9drc7K2SeBrHuO5/8nQ1QTks/OOG+vwva4lM7T28pPgf556snMpPE/3KE6uD2UJky8I4A5dNRNbqAXiDw== - /@cnakazawa/watch/1.0.4: - dependencies: - exec-sh: 0.3.4 - minimist: 1.2.5 - dev: false - engines: - node: '>=0.1.95' - hasBin: true - resolution: - integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ== - /@compositor/kit/1.0.47_96183bafb194bd1831759ec16b732ca5: - dependencies: - '@compositor/webfont': 1.0.39 - '@mdx-js/mdx': 0.9.0 - '@mdx-js/tag': 0.7.2_react@16.13.1 - buble: 0.19.8 - chroma-js: 1.4.1 - colorable: 1.0.5 - get-contrast: 2.0.0 - gray-matter: 4.0.2 - isomorphic-fetch: 2.2.1 - nano-style: 1.0.0 - prop-types: 15.7.2 - ramda: 0.25.0 - react-dom: 16.13.1_react@16.13.1 - react-live: 1.12.0 - react-router-dom: 4.3.1_react@16.13.1 - styled-components: 3.4.10_react@16.13.1 - styled-system: 2.3.6 - dev: false - peerDependencies: - react: '*' - styled-components: '>=2.0.0 || >=3.0.0' - resolution: - integrity: sha512-6QoBhJ77YIxx8qJ/wrN/IavApkNYdNeU8EM5MvP+LpLBCq4GuSS/1jwl8BTzVE60ZCOQwlwF152M020OtfMk8Q== - /@compositor/kit/1.0.47_styled-components@5.2.0: - dependencies: - '@compositor/webfont': 1.0.39 - '@mdx-js/mdx': 0.9.0 - '@mdx-js/tag': 0.7.2 - buble: 0.19.8 - chroma-js: 1.4.1 - colorable: 1.0.5 - get-contrast: 2.0.0 - gray-matter: 4.0.2 - isomorphic-fetch: 2.2.1 - nano-style: 1.0.0 - prop-types: 15.7.2 - ramda: 0.25.0 - react-dom: 16.13.1 - react-live: 1.12.0 - react-router-dom: 4.3.1 - styled-components: 5.2.0_styled-components@5.2.0 - styled-system: 2.3.6 - dev: false - peerDependencies: - styled-components: '>=2.0.0 || >=3.0.0' - resolution: - integrity: sha512-6QoBhJ77YIxx8qJ/wrN/IavApkNYdNeU8EM5MvP+LpLBCq4GuSS/1jwl8BTzVE60ZCOQwlwF152M020OtfMk8Q== - /@compositor/webfont/1.0.39: - dependencies: - dotenv: 5.0.1 - got: 8.3.2 - dev: false - resolution: - integrity: sha512-6FZoQ7pKPY6JhFzuPr4OHWYN3ztbjPu9YDkPTE8wTdlXsCEyyzSDK5DUBx8yTNXwExitRjnZ96Z68bNPeprIIg== - /@definitelytyped/header-parser/0.0.54: - dependencies: - '@definitelytyped/typescript-versions': 0.0.54 - '@types/parsimmon': 1.10.2 - parsimmon: 1.16.0 - dev: false - resolution: - integrity: sha512-kyudkkIo51gDRE6wmn/UiMyi0iqW5PEreAWoh1jPzERCpE2h5ISDhTJzsJnuLoMo6FIa3F3xvggSvIwNqYoJow== - /@definitelytyped/typescript-versions/0.0.54: - dev: false - resolution: - integrity: sha512-Q5YUyIdnzPz5mIIWyUqkibwadbmkkKI082xT4VkKDqHJxm1IkS0YWtFou4z8GSeMxOdknhuTk2a1Yej6vfI1ng== - /@definitelytyped/utils/0.0.54: - dependencies: - '@definitelytyped/typescript-versions': 0.0.54 - '@types/node': 12.12.62 - charm: 1.0.2 - fs-extra: 8.1.0 - fstream: 1.0.12 - npm-registry-client: 8.6.0 - tar: 2.2.2 - tar-stream: 1.6.2 - dev: false - resolution: - integrity: sha512-wx29frMws76EVbhPsUXzpCshvTtrDE0k+rQ0JYfS+BK1r83o7oOjGgzDa4fJoEQWflSYrEguUCokrt4frKDvkA== - /@egoist/vue-to-react/1.1.0: - dev: false - peerDependencies: - react: ^16.8.6 - vue: ^2.6.10 - resolution: - integrity: sha512-MwfwXHDh6ptZGLEtNLPXp2Wghteav7mzpT2Mcwl3NZWKF814i5hhHnNkVrcQQEuxUroSWQqzxLkMKSb+nhPang== - /@egoist/vue-to-react/1.1.0_react@16.13.1: - dependencies: - react: 16.13.1 - dev: false - peerDependencies: - react: ^16.8.6 - vue: ^2.6.10 - resolution: - integrity: sha512-MwfwXHDh6ptZGLEtNLPXp2Wghteav7mzpT2Mcwl3NZWKF814i5hhHnNkVrcQQEuxUroSWQqzxLkMKSb+nhPang== - /@emotion/cache/10.0.29: - dependencies: - '@emotion/sheet': 0.9.4 - '@emotion/stylis': 0.8.5 - '@emotion/utils': 0.11.3 - '@emotion/weak-memoize': 0.2.5 - dev: false - resolution: - integrity: sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ== - /@emotion/core/10.0.35: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/cache': 10.0.29 - '@emotion/css': 10.0.27 - '@emotion/serialize': 0.11.16 - '@emotion/sheet': 0.9.4 - '@emotion/utils': 0.11.3 - dev: false - peerDependencies: - react: '>=16.3.0' - resolution: - integrity: sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw== - /@emotion/core/10.0.35_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/cache': 10.0.29 - '@emotion/css': 10.0.27 - '@emotion/serialize': 0.11.16 - '@emotion/sheet': 0.9.4 - '@emotion/utils': 0.11.3 - react: 16.13.1 - dev: false - peerDependencies: - react: '>=16.3.0' - resolution: - integrity: sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw== - /@emotion/css/10.0.27: - dependencies: - '@emotion/serialize': 0.11.16 - '@emotion/utils': 0.11.3 - babel-plugin-emotion: 10.0.33 - dev: false - resolution: - integrity: sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw== - /@emotion/hash/0.8.0: - dev: false - resolution: - integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== - /@emotion/is-prop-valid/0.8.8: - dependencies: - '@emotion/memoize': 0.7.4 - dev: false - resolution: - integrity: sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA== - /@emotion/memoize/0.7.4: - dev: false - resolution: - integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== - /@emotion/serialize/0.11.16: - dependencies: - '@emotion/hash': 0.8.0 - '@emotion/memoize': 0.7.4 - '@emotion/unitless': 0.7.5 - '@emotion/utils': 0.11.3 - csstype: 2.6.13 - dev: false - resolution: - integrity: sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg== - /@emotion/sheet/0.9.4: - dev: false - resolution: - integrity: sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA== - /@emotion/styled-base/10.0.31_4d699cf7e8a2bf97a506a18e2a399a54: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/is-prop-valid': 0.8.8 - '@emotion/serialize': 0.11.16 - '@emotion/utils': 0.11.3 - react: 16.13.1 - dev: false - peerDependencies: - '@emotion/core': ^10.0.28 - react: '>=16.3.0' - resolution: - integrity: sha512-wTOE1NcXmqMWlyrtwdkqg87Mu6Rj1MaukEoEmEkHirO5IoHDJ8LgCQL4MjJODgxWxXibGR3opGp1p7YvkNEdXQ== - /@emotion/styled-base/10.0.31_@emotion+core@10.0.35: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/core': 10.0.35 - '@emotion/is-prop-valid': 0.8.8 - '@emotion/serialize': 0.11.16 - '@emotion/utils': 0.11.3 - dev: false - peerDependencies: - '@emotion/core': ^10.0.28 - react: '>=16.3.0' - resolution: - integrity: sha512-wTOE1NcXmqMWlyrtwdkqg87Mu6Rj1MaukEoEmEkHirO5IoHDJ8LgCQL4MjJODgxWxXibGR3opGp1p7YvkNEdXQ== - /@emotion/styled/10.0.27_4d699cf7e8a2bf97a506a18e2a399a54: - dependencies: - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/styled-base': 10.0.31_4d699cf7e8a2bf97a506a18e2a399a54 - babel-plugin-emotion: 10.0.33 - react: 16.13.1 - dev: false - peerDependencies: - '@emotion/core': ^10.0.27 - react: '>=16.3.0' - resolution: - integrity: sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q== - /@emotion/styled/10.0.27_@emotion+core@10.0.35: - dependencies: - '@emotion/core': 10.0.35 - '@emotion/styled-base': 10.0.31_@emotion+core@10.0.35 - babel-plugin-emotion: 10.0.33 - dev: false - peerDependencies: - '@emotion/core': ^10.0.27 - react: '>=16.3.0' - resolution: - integrity: sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q== - /@emotion/stylis/0.8.5: - dev: false - resolution: - integrity: sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ== - /@emotion/unitless/0.7.5: - dev: false - resolution: - integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== - /@emotion/utils/0.11.3: - dev: false - resolution: - integrity: sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw== - /@emotion/weak-memoize/0.2.5: - dev: false - resolution: - integrity: sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA== - /@eslint/eslintrc/0.1.3: - dependencies: - ajv: 6.12.5 - debug: 4.1.1 - espree: 7.3.0 - globals: 12.4.0 - ignore: 4.0.6 - import-fresh: 3.2.1 - js-yaml: 3.14.0 - lodash: 4.17.20 - minimatch: 3.0.4 - strip-json-comments: 3.1.1 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - resolution: - integrity: sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA== - /@icons/material/0.2.4: - dev: false - peerDependencies: - react: '*' - resolution: - integrity: sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw== - /@icons/material/0.2.4_react@16.13.1: - dependencies: - react: 16.13.1 - dev: false - peerDependencies: - react: '*' - resolution: - integrity: sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw== - /@istanbuljs/load-nyc-config/1.1.0: - dependencies: - camelcase: 5.3.1 - find-up: 4.1.0 - get-package-type: 0.1.0 - js-yaml: 3.14.0 - resolve-from: 5.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== - /@istanbuljs/schema/0.1.2: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== - /@jest/console/24.9.0: - dependencies: - '@jest/source-map': 24.9.0 - chalk: 2.4.2 - slash: 2.0.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ== - /@jest/console/25.5.0: - dependencies: - '@jest/types': 25.5.0 - chalk: 3.0.0 - jest-message-util: 25.5.0 - jest-util: 25.5.0 - slash: 3.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-T48kZa6MK1Y6k4b89sexwmSF4YLeZS/Udqg3Jj3jG/cHH+N/sLFCEoXEDMOKugJQ9FxPN1osxIknvKkxt6MKyw== - /@jest/console/26.3.0: - dependencies: - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - chalk: 4.1.0 - jest-message-util: 26.3.0 - jest-util: 26.3.0 - slash: 3.0.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-/5Pn6sJev0nPUcAdpJHMVIsA8sKizL2ZkcKPE5+dJrCccks7tcM7c9wbgHudBJbxXLoTbqsHkG1Dofoem4F09w== - /@jest/core/25.5.4: - dependencies: - '@jest/console': 25.5.0 - '@jest/reporters': 25.5.1 - '@jest/test-result': 25.5.0 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - ansi-escapes: 4.3.1 - chalk: 3.0.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - jest-changed-files: 25.5.0 - jest-config: 25.5.4 - jest-haste-map: 25.5.1 - jest-message-util: 25.5.0 - jest-regex-util: 25.2.6 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-resolve-dependencies: 25.5.4 - jest-runner: 25.5.4 - jest-runtime: 25.5.4 - jest-snapshot: 25.5.1 - jest-util: 25.5.0 - jest-validate: 25.5.0 - jest-watcher: 25.5.0 - micromatch: 4.0.2 - p-each-series: 2.1.0 - realpath-native: 2.0.0 - rimraf: 3.0.2 - slash: 3.0.0 - strip-ansi: 6.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-3uSo7laYxF00Dg/DMgbn4xMJKmDdWvZnf89n8Xj/5/AeQ2dOQmn6b6Hkj/MleyzZWXpwv+WSdYWl4cLsy2JsoA== - /@jest/core/26.4.2: - dependencies: - '@jest/console': 26.3.0 - '@jest/reporters': 26.4.1 - '@jest/test-result': 26.3.0 - '@jest/transform': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - ansi-escapes: 4.3.1 - chalk: 4.1.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - jest-changed-files: 26.3.0 - jest-config: 26.4.2 - jest-haste-map: 26.3.0 - jest-message-util: 26.3.0 - jest-regex-util: 26.0.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-resolve-dependencies: 26.4.2 - jest-runner: 26.4.2 - jest-runtime: 26.4.2 - jest-snapshot: 26.4.2 - jest-util: 26.3.0 - jest-validate: 26.4.2 - jest-watcher: 26.3.0 - micromatch: 4.0.2 - p-each-series: 2.1.0 - rimraf: 3.0.2 - slash: 3.0.0 - strip-ansi: 6.0.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-sDva7YkeNprxJfepOctzS8cAk9TOekldh+5FhVuXS40+94SHbiicRO1VV2tSoRtgIo+POs/Cdyf8p76vPTd6dg== - /@jest/environment/25.5.0: - dependencies: - '@jest/fake-timers': 25.5.0 - '@jest/types': 25.5.0 - jest-mock: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-U2VXPEqL07E/V7pSZMSQCvV5Ea4lqOlT+0ZFijl/i316cRMHvZ4qC+jBdryd+lmRetjQo0YIQr6cVPNxxK87mA== - /@jest/environment/26.3.0: - dependencies: - '@jest/fake-timers': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - jest-mock: 26.3.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-EW+MFEo0DGHahf83RAaiqQx688qpXgl99wdb8Fy67ybyzHwR1a58LHcO376xQJHfmoXTu89M09dH3J509cx2AA== - /@jest/fake-timers/24.9.0: - dependencies: - '@jest/types': 24.9.0 - jest-message-util: 24.9.0 - jest-mock: 24.9.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A== - /@jest/fake-timers/25.5.0: - dependencies: - '@jest/types': 25.5.0 - jest-message-util: 25.5.0 - jest-mock: 25.5.0 - jest-util: 25.5.0 - lolex: 5.1.2 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-9y2+uGnESw/oyOI3eww9yaxdZyHq7XvprfP/eeoCsjqKYts2yRlsHS/SgjPDV8FyMfn2nbMy8YzUk6nyvdLOpQ== - /@jest/fake-timers/26.3.0: - dependencies: - '@jest/types': 26.3.0 - '@sinonjs/fake-timers': 6.0.1 - '@types/node': 14.11.1 - jest-message-util: 26.3.0 - jest-mock: 26.3.0 - jest-util: 26.3.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-ZL9ytUiRwVP8ujfRepffokBvD2KbxbqMhrXSBhSdAhISCw3gOkuntisiSFv+A6HN0n0fF4cxzICEKZENLmW+1A== - /@jest/globals/25.5.2: - dependencies: - '@jest/environment': 25.5.0 - '@jest/types': 25.5.0 - expect: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-AgAS/Ny7Q2RCIj5kZ+0MuKM1wbF0WMLxbCVl/GOMoCNbODRdJ541IxJ98xnZdVSZXivKpJlNPIWa3QmY0l4CXA== - /@jest/globals/26.4.2: - dependencies: - '@jest/environment': 26.3.0 - '@jest/types': 26.3.0 - expect: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-Ot5ouAlehhHLRhc+sDz2/9bmNv9p5ZWZ9LE1pXGGTCXBasmi5jnYjlgYcYt03FBwLmZXCZ7GrL29c33/XRQiow== - /@jest/reporters/25.5.1: - dependencies: - '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - chalk: 3.0.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - istanbul-lib-coverage: 3.0.0 - istanbul-lib-instrument: 4.0.3 - istanbul-lib-report: 3.0.0 - istanbul-lib-source-maps: 4.0.0 - istanbul-reports: 3.0.2 - jest-haste-map: 25.5.1 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-util: 25.5.0 - jest-worker: 25.5.0 - slash: 3.0.0 - source-map: 0.6.1 - string-length: 3.1.0 - terminal-link: 2.1.1 - v8-to-istanbul: 4.1.4 - dev: false - engines: - node: '>= 8.3' - optionalDependencies: - node-notifier: 6.0.0 - resolution: - integrity: sha512-3jbd8pPDTuhYJ7vqiHXbSwTJQNavczPs+f1kRprRDxETeE3u6srJ+f0NPuwvOmk+lmunZzPkYWIFZDLHQPkviw== - /@jest/reporters/26.4.1: - dependencies: - '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 26.3.0 - '@jest/test-result': 26.3.0 - '@jest/transform': 26.3.0 - '@jest/types': 26.3.0 - chalk: 4.1.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - istanbul-lib-coverage: 3.0.0 - istanbul-lib-instrument: 4.0.3 - istanbul-lib-report: 3.0.0 - istanbul-lib-source-maps: 4.0.0 - istanbul-reports: 3.0.2 - jest-haste-map: 26.3.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-util: 26.3.0 - jest-worker: 26.3.0 - slash: 3.0.0 - source-map: 0.6.1 - string-length: 4.0.1 - terminal-link: 2.1.1 - v8-to-istanbul: 5.0.1 - dev: false - engines: - node: '>= 10.14.2' - optionalDependencies: - node-notifier: 8.0.0 - resolution: - integrity: sha512-aROTkCLU8++yiRGVxLsuDmZsQEKO6LprlrxtAuzvtpbIFl3eIjgIf3EUxDKgomkS25R9ZzwGEdB5weCcBZlrpQ== - /@jest/source-map/24.9.0: - dependencies: - callsites: 3.1.0 - graceful-fs: 4.2.4 - source-map: 0.6.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg== - /@jest/source-map/25.5.0: - dependencies: - callsites: 3.1.0 - graceful-fs: 4.2.4 - source-map: 0.6.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-eIGx0xN12yVpMcPaVpjXPnn3N30QGJCJQSkEDUt9x1fI1Gdvb07Ml6K5iN2hG7NmMP6FDmtPEssE3z6doOYUwQ== - /@jest/source-map/26.3.0: - dependencies: - callsites: 3.1.0 - graceful-fs: 4.2.4 - source-map: 0.6.1 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-hWX5IHmMDWe1kyrKl7IhFwqOuAreIwHhbe44+XH2ZRHjrKIh0LO5eLQ/vxHFeAfRwJapmxuqlGAEYLadDq6ZGQ== - /@jest/test-result/24.9.0: - dependencies: - '@jest/console': 24.9.0 - '@jest/types': 24.9.0 - '@types/istanbul-lib-coverage': 2.0.3 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA== - /@jest/test-result/25.5.0: - dependencies: - '@jest/console': 25.5.0 - '@jest/types': 25.5.0 - '@types/istanbul-lib-coverage': 2.0.3 - collect-v8-coverage: 1.0.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-oV+hPJgXN7IQf/fHWkcS99y0smKLU2czLBJ9WA0jHITLst58HpQMtzSYxzaBvYc6U5U6jfoMthqsUlUlbRXs0A== - /@jest/test-result/26.3.0: - dependencies: - '@jest/console': 26.3.0 - '@jest/types': 26.3.0 - '@types/istanbul-lib-coverage': 2.0.3 - collect-v8-coverage: 1.0.1 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-a8rbLqzW/q7HWheFVMtghXV79Xk+GWwOK1FrtimpI5n1la2SY0qHri3/b0/1F0Ve0/yJmV8pEhxDfVwiUBGtgg== - /@jest/test-sequencer/25.5.4: - dependencies: - '@jest/test-result': 25.5.0 - graceful-fs: 4.2.4 - jest-haste-map: 25.5.1 - jest-runner: 25.5.4 - jest-runtime: 25.5.4 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-pTJGEkSeg1EkCO2YWq6hbFvKNXk8ejqlxiOg1jBNLnWrgXOkdY6UmqZpwGFXNnRt9B8nO1uWMzLLZ4eCmhkPNA== - /@jest/test-sequencer/26.4.2: - dependencies: - '@jest/test-result': 26.3.0 - graceful-fs: 4.2.4 - jest-haste-map: 26.3.0 - jest-runner: 26.4.2 - jest-runtime: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-83DRD8N3M0tOhz9h0bn6Kl6dSp+US6DazuVF8J9m21WAp5x7CqSMaNycMP0aemC/SH/pDQQddbsfHRTBXVUgog== - /@jest/transform/24.9.0: - dependencies: - '@babel/core': 7.11.6 - '@jest/types': 24.9.0 - babel-plugin-istanbul: 5.2.0 - chalk: 2.4.2 - convert-source-map: 1.7.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.4 - jest-haste-map: 24.9.0 - jest-regex-util: 24.9.0 - jest-util: 24.9.0 - micromatch: 3.1.10 - pirates: 4.0.1 - realpath-native: 1.1.0 - slash: 2.0.0 - source-map: 0.6.1 - write-file-atomic: 2.4.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ== - /@jest/transform/25.5.1: - dependencies: - '@babel/core': 7.11.6 - '@jest/types': 25.5.0 - babel-plugin-istanbul: 6.0.0 - chalk: 3.0.0 - convert-source-map: 1.7.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.4 - jest-haste-map: 25.5.1 - jest-regex-util: 25.2.6 - jest-util: 25.5.0 - micromatch: 4.0.2 - pirates: 4.0.1 - realpath-native: 2.0.0 - slash: 3.0.0 - source-map: 0.6.1 - write-file-atomic: 3.0.3 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-Y8CEoVwXb4QwA6Y/9uDkn0Xfz0finGkieuV0xkdF9UtZGJeLukD5nLkaVrVsODB1ojRWlaoD0AJZpVHCSnJEvg== - /@jest/transform/26.3.0: - dependencies: - '@babel/core': 7.11.6 - '@jest/types': 26.3.0 - babel-plugin-istanbul: 6.0.0 - chalk: 4.1.0 - convert-source-map: 1.7.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.4 - jest-haste-map: 26.3.0 - jest-regex-util: 26.0.0 - jest-util: 26.3.0 - micromatch: 4.0.2 - pirates: 4.0.1 - slash: 3.0.0 - source-map: 0.6.1 - write-file-atomic: 3.0.3 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-Isj6NB68QorGoFWvcOjlUhpkT56PqNIsXKR7XfvoDlCANn/IANlh8DrKAA2l2JKC3yWSMH5wS0GwuQM20w3b2A== - /@jest/types/24.9.0: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-reports': 1.1.2 - '@types/yargs': 13.0.10 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw== - /@jest/types/25.5.0: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-reports': 1.1.2 - '@types/yargs': 15.0.5 - chalk: 3.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw== - /@jest/types/26.3.0: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-reports': 3.0.0 - '@types/node': 14.11.1 - '@types/yargs': 15.0.5 - chalk: 4.1.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ== - /@mdx-js/loader/0.15.7: - dependencies: - '@mdx-js/mdx': 0.15.7 - '@mdx-js/tag': 0.15.6 - loader-utils: 1.4.0 - dev: false - resolution: - integrity: sha512-0I+mXEfKYDFOEG9gYeBe/QRF1Sdffb+UqOUIPcY5SjS9BkqtkSUHPjC4WgfDVAY+PI4cMWs3B2Fzn4p4ScyBew== - /@mdx-js/loader/1.6.18: - dependencies: - '@mdx-js/mdx': 1.6.18 - '@mdx-js/react': 1.6.18 - loader-utils: 2.0.0 - dev: false - resolution: - integrity: sha512-mCIt3dFc4p7y3ZqVda07grZDWgMcwSePT3k9vQfgfUcGWLeTFhp46fTbzagXVR/izldFSBLVYkouuH2PaI7Ecw== - /@mdx-js/loader/1.6.18_react@16.13.1: - dependencies: - '@mdx-js/mdx': 1.6.18 - '@mdx-js/react': 1.6.18_react@16.13.1 - loader-utils: 2.0.0 - dev: false - peerDependencies: - react: '*' - resolution: - integrity: sha512-mCIt3dFc4p7y3ZqVda07grZDWgMcwSePT3k9vQfgfUcGWLeTFhp46fTbzagXVR/izldFSBLVYkouuH2PaI7Ecw== - /@mdx-js/mdx/0.15.7: - dependencies: - change-case: 3.1.0 - detab: 2.0.3 - mdast-util-to-hast: 3.0.4 - remark-parse: 5.0.0 - remark-squeeze-paragraphs: 3.0.4 - to-style: 1.3.3 - unified: 6.2.0 - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-bWUQidQhjTRFh5nK01kW3qQLCH/aCq6VTapOZ/+WI5hL4exoRw6TgnxxmgSf/p7mmrGxIpCHmnaWXdbHSObxlg== - /@mdx-js/mdx/0.9.0: - dependencies: - '@mdx-js/mdxast': 0.7.2 - mdast-util-to-hast: 3.0.4 - remark-parse: 5.0.0 - remark-squeeze-paragraphs: 3.0.4 - unified: 6.2.0 - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-WA3GexpPNguq9tzMbfwWFCBsLS00iCuzN463tGfvaBlHL4m/9GcSFA0d77lT3HuoD2W1iH8tAwpBvxxfhj5KOg== - /@mdx-js/mdx/1.6.18: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 - '@mdx-js/util': 1.6.18 - babel-plugin-apply-mdx-type-prop: 1.6.18_@babel+core@7.11.6 - babel-plugin-extract-import-names: 1.6.18 - camelcase-css: 2.0.1 - detab: 2.0.3 - hast-util-raw: 6.0.1 - lodash.uniq: 4.5.0 - mdast-util-to-hast: 9.1.1 - remark-footnotes: 2.0.0 - remark-mdx: 1.6.18 - remark-parse: 8.0.3 - remark-squeeze-paragraphs: 4.0.0 - style-to-object: 0.3.0 - unified: 9.2.0 - unist-builder: 2.0.3 - unist-util-visit: 2.0.3 - dev: false - resolution: - integrity: sha512-RXtdFBP3cnf/RILx/ipp5TsSY1k75bYYmjorv7jTaPcHPQwhQdI6K4TrVUed/GL4f8zX5TN2QwO5g+3E/8RsXA== - /@mdx-js/mdxast/0.7.2: - dependencies: - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-iZK3fJGfmMC8QQsxpl1I0bnAL7MPcglazHljnor5qSVz+FIh9lUy1NQ4u8cEgJ6ckjIko+zTCCREIvQdDWJ90g== - /@mdx-js/react/1.6.18: - dev: false - peerDependencies: - react: ^16.13.1 - resolution: - integrity: sha512-aFHsZVu7r9WamlP+WO/lyvHHZAubkQjkcRYlvS7fQElypfJvjKdHevjC3xiqlsQpasx/4KqRMoEIb++wNtd+6w== - /@mdx-js/react/1.6.18_react@16.13.1: - dependencies: - react: 16.13.1 - dev: false - peerDependencies: - react: ^16.13.1 - resolution: - integrity: sha512-aFHsZVu7r9WamlP+WO/lyvHHZAubkQjkcRYlvS7fQElypfJvjKdHevjC3xiqlsQpasx/4KqRMoEIb++wNtd+6w== - /@mdx-js/tag/0.15.6: - dependencies: - create-react-context: 0.2.3_prop-types@15.7.2 - hoist-non-react-statics: 2.5.5 - prop-types: 15.7.2 - dev: false - peerDependencies: - react: ^0.14.x || ^15.x || ^16.x - resolution: - integrity: sha512-u1H93/n7t2XE69fWiKIQIcnSHIHV9LgOew09rrzu+ceF+TK8jMacE2FxW09lQDUyL/Rat3fJDS4dQdTY8g/ZdQ== - /@mdx-js/tag/0.15.6_react@16.13.1: - dependencies: - create-react-context: 0.2.3_prop-types@15.7.2+react@16.13.1 - hoist-non-react-statics: 2.5.5 - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - react: ^0.14.x || ^15.x || ^16.x - resolution: - integrity: sha512-u1H93/n7t2XE69fWiKIQIcnSHIHV9LgOew09rrzu+ceF+TK8jMacE2FxW09lQDUyL/Rat3fJDS4dQdTY8g/ZdQ== - /@mdx-js/tag/0.7.2: - dependencies: - prop-types: 15.7.2 - dev: false - peerDependencies: - react: ^0.14.x || ^15.x || ^16.x - resolution: - integrity: sha512-DNGtzX/YdOT8OSxSdEwvgQYrQrTDmd3BErOG+dQ0m/x/Mq7zIUcWMzGnWK6erW26FGZqvu8uVBcrnd5AMFXyrQ== - /@mdx-js/tag/0.7.2_react@16.13.1: - dependencies: - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - react: ^0.14.x || ^15.x || ^16.x - resolution: - integrity: sha512-DNGtzX/YdOT8OSxSdEwvgQYrQrTDmd3BErOG+dQ0m/x/Mq7zIUcWMzGnWK6erW26FGZqvu8uVBcrnd5AMFXyrQ== - /@mdx-js/util/1.6.18: - dev: false - resolution: - integrity: sha512-axMe+NoLF55OlXPbhRn4GNCHcL1f5W3V3c0dWzg05S9JXm3Ecpxzxaht3g3vTP0dcqBL/yh/xCvzK0ZpO54Eug== - /@microsoft/tsdoc-config/0.13.6: - dependencies: - '@microsoft/tsdoc': 0.12.21 - ajv: 6.12.5 - jju: 1.4.0 - resolve: 1.12.3 - dev: false - resolution: - integrity: sha512-VJjV35PnrNISoX2WMemZjnCIdOUPTRpCz6pu8inISotLd3SgoDSJygGaE7+lOYdCtDl+4c8PWJdZivxxXgOnLw== - /@microsoft/tsdoc/0.12.21: - dev: false - resolution: - integrity: sha512-j+9OJ0A0buZZaUn6NxeHUVpoa05tY2PgVs7kXJhJQiKRB0G1zQqbJxer3T7jWtzpqQWP89OBDluyIeyTsMk8Sg== - /@mrmlnc/readdir-enhanced/2.2.1: - dependencies: - call-me-maybe: 1.0.1 - glob-to-regexp: 0.3.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g== - /@next/react-dev-overlay/9.4.4: - dependencies: - '@babel/code-frame': 7.8.3 - ally.js: 1.4.1 - anser: 1.4.9 - chalk: 4.0.0 - classnames: 2.2.6 - data-uri-to-buffer: 3.0.0 - shell-quote: 1.7.2 - source-map: 0.8.0-beta.0 - stacktrace-parser: 0.1.10 - strip-ansi: 6.0.0 - dev: false - peerDependencies: - react: ^16.9.0 - react-dom: ^16.9.0 - resolution: - integrity: sha512-UUAa8RbH7BeWDPCkagIkR4sUsyvTPlEdFrPZ9kGjf2+p8HkLHpcVY7y+XRnNvJQs4PsAF0Plh20FBz7t54U2iQ== - /@next/react-dev-overlay/9.4.4_react-dom@16.13.1+react@16.13.1: - dependencies: - '@babel/code-frame': 7.8.3 - ally.js: 1.4.1 - anser: 1.4.9 - chalk: 4.0.0 - classnames: 2.2.6 - data-uri-to-buffer: 3.0.0 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - shell-quote: 1.7.2 - source-map: 0.8.0-beta.0 - stacktrace-parser: 0.1.10 - strip-ansi: 6.0.0 - dev: false - peerDependencies: - react: ^16.9.0 - react-dom: ^16.9.0 - resolution: - integrity: sha512-UUAa8RbH7BeWDPCkagIkR4sUsyvTPlEdFrPZ9kGjf2+p8HkLHpcVY7y+XRnNvJQs4PsAF0Plh20FBz7t54U2iQ== - /@next/react-refresh-utils/9.4.4_fd8093f90ae2e7e229f846ec0d2fc400: - dependencies: - react-refresh: 0.8.3 - webpack: 4.43.0_webpack@4.43.0 - dev: false - peerDependencies: - react-refresh: 0.8.3 - webpack: ^4 - resolution: - integrity: sha512-9nKENeWRI6kQk44TbeqleIVtNLfcS3klVUepzl/ZCqzR5Bi06uqBCD277hdVvG/wL1pxA+R/pgJQLqnF5E2wPQ== - /@nodelib/fs.scandir/2.1.3: - dependencies: - '@nodelib/fs.stat': 2.0.3 - run-parallel: 1.1.9 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== - /@nodelib/fs.stat/1.1.3: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== - /@nodelib/fs.stat/2.0.3: - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== - /@nodelib/fs.walk/1.2.4: - dependencies: - '@nodelib/fs.scandir': 2.1.3 - fastq: 1.8.0 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== - /@reach/component-component/0.7.4: - dependencies: - prop-types: 15.7.2 - dev: false - peerDependencies: - react: ^16.4.0 - react-dom: ^16.4.0 - resolution: - integrity: sha512-4yFwJtIwnpHp6aXsB4ztWFLiPfCVj4yaCUWY8HhgcEcK2luEmdnW1fFDeKsdnyrpOgbgtK8JpnJgMNIMN5GZuA== - /@reach/component-component/0.7.4_react-dom@16.13.1+react@16.13.1: - dependencies: - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - dev: false - peerDependencies: - react: ^16.4.0 - react-dom: ^16.4.0 - resolution: - integrity: sha512-4yFwJtIwnpHp6aXsB4ztWFLiPfCVj4yaCUWY8HhgcEcK2luEmdnW1fFDeKsdnyrpOgbgtK8JpnJgMNIMN5GZuA== - /@reach/dialog/0.7.4_9dda0080177cf6c707a911d3fb3b859b: - dependencies: - '@reach/portal': 0.7.4_react-dom@16.13.1+react@16.13.1 - '@reach/utils': 0.7.4_react-dom@16.13.1+react@16.13.1 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-focus-lock: 2.4.1_5ce8f66b58dc92cd3f67a918e0e72f70 - react-remove-scroll: 2.4.0_5ce8f66b58dc92cd3f67a918e0e72f70 - dev: false - peerDependencies: - '@types/react': '*' - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-KKvInRkRSj6TALsKlEVHhWwT6CZAmtGDNG606COMwveEAqXXolQm3dWgIz5H7atUR6rj++f/wOYBAQYZyEfelQ== - /@reach/dialog/0.7.4_@types+react@16.9.49: - dependencies: - '@reach/portal': 0.7.4 - '@reach/utils': 0.7.4 - prop-types: 15.7.2 - react-focus-lock: 2.4.1_@types+react@16.9.49 - react-remove-scroll: 2.4.0_@types+react@16.9.49 - dev: false - peerDependencies: - '@types/react': '*' - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-KKvInRkRSj6TALsKlEVHhWwT6CZAmtGDNG606COMwveEAqXXolQm3dWgIz5H7atUR6rj++f/wOYBAQYZyEfelQ== - /@reach/portal/0.7.4: - dev: false - peerDependencies: - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-yI/UUtErNfb3RbWRMfJW1BTJGjE07/OjVONU8qJ65E28rsnLlwk5UDnWeDPvwIpOixXhUaUI5Bk1HEHDqAOa1w== - /@reach/portal/0.7.4_react-dom@16.13.1+react@16.13.1: - dependencies: - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - dev: false - peerDependencies: - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-yI/UUtErNfb3RbWRMfJW1BTJGjE07/OjVONU8qJ65E28rsnLlwk5UDnWeDPvwIpOixXhUaUI5Bk1HEHDqAOa1w== - /@reach/router/1.3.4: - dependencies: - create-react-context: 0.3.0_prop-types@15.7.2 - invariant: 2.2.4 - prop-types: 15.7.2 - react-lifecycles-compat: 3.0.4 - dev: false - peerDependencies: - react: 15.x || 16.x || 16.4.0-alpha.0911da3 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 - resolution: - integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA== - /@reach/router/1.3.4_react-dom@16.13.1+react@16.13.1: - dependencies: - create-react-context: 0.3.0_prop-types@15.7.2+react@16.13.1 - invariant: 2.2.4 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-lifecycles-compat: 3.0.4 - dev: false - peerDependencies: - react: 15.x || 16.x || 16.4.0-alpha.0911da3 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 - resolution: - integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA== - /@reach/router/1.3.4_react@16.13.1: - dependencies: - create-react-context: 0.3.0_prop-types@15.7.2+react@16.13.1 - invariant: 2.2.4 - prop-types: 15.7.2 - react: 16.13.1 - react-lifecycles-compat: 3.0.4 - dev: false - peerDependencies: - react: 15.x || 16.x || 16.4.0-alpha.0911da3 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 - resolution: - integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA== - /@reach/utils/0.7.4: - dev: false - peerDependencies: - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-RFhWmeaEfcu+xATfGPH4yjTlgD01ek0D8bVhtP4CgCqV2gnyS0KLAlWshzlAlSrBvr7zmpkA5QZJ1g43vFBSww== - /@reach/utils/0.7.4_react-dom@16.13.1+react@16.13.1: - dependencies: - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - dev: false - peerDependencies: - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-RFhWmeaEfcu+xATfGPH4yjTlgD01ek0D8bVhtP4CgCqV2gnyS0KLAlWshzlAlSrBvr7zmpkA5QZJ1g43vFBSww== - /@rushstack/eslint-config/1.3.0_eslint@7.9.0: - dependencies: - '@rushstack/eslint-patch': 1.0.3 - '@rushstack/eslint-plugin': 0.6.1_eslint@7.9.0 - '@typescript-eslint/eslint-plugin': 3.4.0_e99f3f885e1ab474d0d66f0a82d300bb - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0 - '@typescript-eslint/parser': 3.4.0_eslint@7.9.0 - '@typescript-eslint/typescript-estree': 3.4.0 - eslint: 7.9.0 - eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6_eslint@7.9.0 - eslint-plugin-security: 1.4.0 - eslint-plugin-tsdoc: 0.2.7 - dev: false - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 - typescript: '>=3.0.0' - resolution: - integrity: sha512-Bxf1x3jjDRFujp66mKMukQsZGJGmO14SxNKPEpcg2MUSbvx2BsUA2B3oRUYyiYfbhmoWpmAXbWJOFBvZpGZMCw== - /@rushstack/eslint-config/1.3.0_eslint@7.9.0+typescript@4.0.2: - dependencies: - '@rushstack/eslint-patch': 1.0.3 - '@rushstack/eslint-plugin': 0.6.1_eslint@7.9.0 - '@typescript-eslint/eslint-plugin': 3.4.0_50d6ca74ff846cc658155e0355ded9f7 - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/parser': 3.4.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@4.0.2 - eslint: 7.9.0 - eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6_eslint@7.9.0 - eslint-plugin-security: 1.4.0 - eslint-plugin-tsdoc: 0.2.7 - typescript: 4.0.2 - dev: false - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 - typescript: '>=3.0.0' - resolution: - integrity: sha512-Bxf1x3jjDRFujp66mKMukQsZGJGmO14SxNKPEpcg2MUSbvx2BsUA2B3oRUYyiYfbhmoWpmAXbWJOFBvZpGZMCw== - /@rushstack/eslint-patch/1.0.3: - dev: false - resolution: - integrity: sha512-Oq5EYosOGfqE8r2tuRMfJSeZKO+M3QozrYKs5bPuqyWB9pHhclS/Kp8boyu/pPwskE9PtPkagc+qwW+yO2b9Kw== - /@rushstack/eslint-plugin/0.6.1_eslint@7.9.0: - dependencies: - eslint: 7.9.0 - dev: false - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 - resolution: - integrity: sha512-+Tg+htYAKl+44IIDe6vUcFWRxSs8utmtDlRM5NZF7ogCOmDsO9acG2JnPJXIB0O1PbQIAVf6Vs5xPn2TdkHGhg== - /@samverschueren/stream-to-observable/0.3.1_rxjs@6.6.3: - dependencies: - any-observable: 0.3.0 - rxjs: 6.6.3 - dev: false - engines: - node: '>=6' - peerDependencies: - rxjs: '*' - zen-observable: '*' - peerDependenciesMeta: - rxjs: - optional: true - zen-observable: - optional: true - resolution: - integrity: sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ== - /@sindresorhus/is/0.7.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow== - /@sinonjs/commons/1.8.1: - dependencies: - type-detect: 4.0.8 - dev: false - resolution: - integrity: sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw== - /@sinonjs/fake-timers/6.0.1: - dependencies: - '@sinonjs/commons': 1.8.1 - dev: false - resolution: - integrity: sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA== - /@storybook/addon-a11y/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react@16.13.1 - axe-core: 3.5.5 - core-js: 3.6.5 - global: 4.4.0 - memoizerific: 1.11.3 - react: 16.13.1 - react-redux: 7.2.1_react@16.13.1+redux@4.0.5 - react-sizeme: 2.6.12_react@16.13.1 - redux: 4.0.5 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - resolution: - integrity: sha512-pJdxyYRtEJdMjbZAurSi8RGJe7KE6w14thpDJmBfnn6Z1FKB8vprOfxJypVqcs9tY58UODqtU3ndOqnOG7d8tA== - /@storybook/addon-a11y/5.3.21_b8c733f7abe50cdc700f864902351693: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - axe-core: 3.5.5 - core-js: 3.6.5 - global: 4.4.0 - memoizerific: 1.11.3 - react: 16.13.1 - react-redux: 7.2.1_49f644e2f7de4182503f8b93abece808 - react-sizeme: 2.6.12_react-dom@16.13.1+react@16.13.1 - redux: 4.0.5 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - react-dom: '*' - resolution: - integrity: sha512-pJdxyYRtEJdMjbZAurSi8RGJe7KE6w14thpDJmBfnn6Z1FKB8vprOfxJypVqcs9tY58UODqtU3ndOqnOG7d8tA== - /@storybook/addon-actions/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-api': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react@16.13.1 - core-js: 3.6.5 - fast-deep-equal: 2.0.1 - global: 4.4.0 - polished: 3.6.6 - prop-types: 15.7.2 - react: 16.13.1 - react-inspector: 4.0.1_react@16.13.1 - uuid: 3.4.0 - dev: false - peerDependencies: - '@types/react': '*' - resolution: - integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g== - /@storybook/addon-actions/5.3.21_b8c733f7abe50cdc700f864902351693: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/client-api': 5.3.21_react-dom@16.13.1 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - core-js: 3.6.5 - fast-deep-equal: 2.0.1 - global: 4.4.0 - polished: 3.6.6 - prop-types: 15.7.2 - react: 16.13.1 - react-inspector: 4.0.1_react@16.13.1 - uuid: 3.4.0 - dev: false - peerDependencies: - '@types/react': '*' - react-dom: '*' - resolution: - integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g== - /@storybook/addon-docs/5.3.21_5f4e75485d05063debccc2e0651ceb55: - dependencies: - '@babel/generator': 7.11.6 - '@babel/parser': 7.11.5 - '@babel/plugin-transform-react-jsx': 7.10.4_@babel+core@7.11.6 - '@egoist/vue-to-react': 1.1.0 - '@jest/transform': 24.9.0 - '@mdx-js/loader': 1.6.18 - '@mdx-js/mdx': 1.6.18 - '@mdx-js/react': 1.6.18 - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/postinstall': 5.3.21 - '@storybook/source-loader': 5.3.21 - '@storybook/theming': 5.3.21 - acorn: 7.4.0 - acorn-jsx: 5.3.1_acorn@7.4.0 - acorn-walk: 7.2.0 - babel-loader: 8.1.0_@babel+core@7.11.6 - core-js: 3.6.5 - doctrine: 3.0.0 - escodegen: 1.14.3 - global: 4.4.0 - html-tags: 3.1.0 - js-string-escape: 1.0.1 - lodash: 4.17.20 - prop-types: 15.7.2 - react-element-to-jsx-string: 14.3.1 - remark-external-links: 5.0.0 - remark-slug: 5.1.2 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - vue-docgen-api: 4.32.1 - vue-docgen-loader: 1.5.0_vue-docgen-api@4.32.1 - dev: false - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - babel-loader: ^8.0.0 - react: ^16.8.0 - react-is: ^16.8.0 - resolution: - integrity: sha512-TC41IsIwQTvEzNUcBLyk9nCIXw340MjiMzk6/j0HE4D38VlPmAiNxYC729niFqvtR4aRTpCuVygESpLtxYlbeg== - /@storybook/addon-docs/5.3.21_859c605ca6661ee792e8f02338da5f92: - dependencies: - '@babel/generator': 7.11.6 - '@babel/parser': 7.11.5 - '@babel/plugin-transform-react-jsx': 7.10.4_@babel+core@7.11.6 - '@egoist/vue-to-react': 1.1.0_react@16.13.1 - '@jest/transform': 24.9.0 - '@mdx-js/loader': 1.6.18_react@16.13.1 - '@mdx-js/mdx': 1.6.18 - '@mdx-js/react': 1.6.18_react@16.13.1 - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/postinstall': 5.3.21 - '@storybook/source-loader': 5.3.21_react-dom@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - acorn: 7.4.0 - acorn-jsx: 5.3.1_acorn@7.4.0 - acorn-walk: 7.2.0 - babel-loader: 8.1.0_@babel+core@7.11.6 - core-js: 3.6.5 - doctrine: 3.0.0 - escodegen: 1.14.3 - global: 4.4.0 - html-tags: 3.1.0 - js-string-escape: 1.0.1 - lodash: 4.17.20 - prop-types: 15.7.2 - react: 16.13.1 - react-element-to-jsx-string: 14.3.1_react-dom@16.13.1+react@16.13.1 - remark-external-links: 5.0.0 - remark-slug: 5.1.2 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - vue-docgen-api: 4.32.1 - vue-docgen-loader: 1.5.0_vue-docgen-api@4.32.1 - dev: false - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - babel-loader: ^8.0.0 - react: ^16.8.0 - react-dom: '*' - react-is: ^16.8.0 - resolution: - integrity: sha512-TC41IsIwQTvEzNUcBLyk9nCIXw340MjiMzk6/j0HE4D38VlPmAiNxYC729niFqvtR4aRTpCuVygESpLtxYlbeg== - /@storybook/addon-info/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/theming': 5.3.21_react@16.13.1 - core-js: 3.6.5 - global: 4.4.0 - marksy: 8.0.0 - nested-object-assign: 1.0.3 - prop-types: 15.7.2 - react: 16.13.1 - react-addons-create-fragment: 15.6.2 - react-element-to-jsx-string: 14.3.1_react@16.13.1 - react-is: 16.13.1 - react-lifecycles-compat: 3.0.4 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - resolution: - integrity: sha512-A/K9HzmoXMuOUxH3AozTvjNZwTlYVHob2OaDRfMza0gYMzG0tOrxqcdNTigeAWAjS//Z0G3enue6rHulQZK/+g== - /@storybook/addon-info/5.3.21_b8c733f7abe50cdc700f864902351693: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - core-js: 3.6.5 - global: 4.4.0 - marksy: 8.0.0 - nested-object-assign: 1.0.3 - prop-types: 15.7.2 - react: 16.13.1 - react-addons-create-fragment: 15.6.2 - react-element-to-jsx-string: 14.3.1_react-dom@16.13.1+react@16.13.1 - react-is: 16.13.1 - react-lifecycles-compat: 3.0.4 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - react-dom: '*' - resolution: - integrity: sha512-A/K9HzmoXMuOUxH3AozTvjNZwTlYVHob2OaDRfMza0gYMzG0tOrxqcdNTigeAWAjS//Z0G3enue6rHulQZK/+g== - /@storybook/addon-knobs/5.3.21_9dda0080177cf6c707a911d3fb3b859b: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/client-api': 5.3.21_react-dom@16.13.1 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@types/react-color': 3.0.4 - copy-to-clipboard: 3.3.1 - core-js: 3.6.5 - escape-html: 1.0.3 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.20 - prop-types: 15.7.2 - qs: 6.9.4 - react: 16.13.1 - react-color: 2.18.1_react@16.13.1 - react-lifecycles-compat: 3.0.4 - react-select: 3.1.0_react-dom@16.13.1+react@16.13.1 - dev: false - peerDependencies: - '@types/react': '*' - react: '*' - react-dom: '*' - resolution: - integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw== - /@storybook/addon-knobs/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-api': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21 - '@types/react-color': 3.0.4 - copy-to-clipboard: 3.3.1 - core-js: 3.6.5 - escape-html: 1.0.3 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.20 - prop-types: 15.7.2 - qs: 6.9.4 - react-color: 2.18.1 - react-lifecycles-compat: 3.0.4 - react-select: 3.1.0 - dev: false - peerDependencies: - '@types/react': '*' - react: '*' - resolution: - integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw== - /@storybook/addon-viewport/5.3.21_9dda0080177cf6c707a911d3fb3b859b: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - core-js: 3.6.5 - global: 4.4.0 - memoizerific: 1.11.3 - prop-types: 15.7.2 - react: 16.13.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - react: '*' - react-dom: '*' - resolution: - integrity: sha512-Vb8+yvSU5m4sMCqM/6n3ZD8v6N/9xzElMlT7bYL+l9YecbvbgPVrN7xuNrVFKWMTHyEbkgoVPLtCwjK/Jbuvqw== - /@storybook/addon-viewport/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/api': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21 - core-js: 3.6.5 - global: 4.4.0 - memoizerific: 1.11.3 - prop-types: 15.7.2 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - react: '*' - resolution: - integrity: sha512-Vb8+yvSU5m4sMCqM/6n3ZD8v6N/9xzElMlT7bYL+l9YecbvbgPVrN7xuNrVFKWMTHyEbkgoVPLtCwjK/Jbuvqw== - /@storybook/addons/5.3.21: - dependencies: - '@storybook/api': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - core-js: 3.6.5 - global: 4.4.0 - util-deprecate: 1.0.2 - dev: false - resolution: - integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== - /@storybook/addons/5.3.21_960a3fbaefe402dfa8e5b346058e1917: - dependencies: - '@storybook/api': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - core-js: 3.6.5 - global: 4.4.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - regenerator-runtime: '*' - resolution: - integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== - /@storybook/addons/5.3.21_react-dom@16.13.1: - dependencies: - '@storybook/api': 5.3.21_react-dom@16.13.1 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - core-js: 3.6.5 - global: 4.4.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - resolution: - integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA== - /@storybook/api/5.3.21: - dependencies: - '@reach/router': 1.3.4_react@16.13.1 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react@16.13.1 - '@storybook/theming': 5.3.21_react@16.13.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - prop-types: 15.7.2 - react: 16.13.1 - semver: 6.3.0 - shallow-equal: 1.2.1 - store2: 2.12.0 - telejson: 3.3.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - regenerator-runtime: '*' - resolution: - integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== - /@storybook/api/5.3.21_960a3fbaefe402dfa8e5b346058e1917: - dependencies: - '@reach/router': 1.3.4_react-dom@16.13.1+react@16.13.1 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - prop-types: 15.7.2 - react: 16.13.1 - regenerator-runtime: 0.13.7 - semver: 6.3.0 - shallow-equal: 1.2.1 - store2: 2.12.0 - telejson: 3.3.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - regenerator-runtime: '*' - resolution: - integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== - /@storybook/api/5.3.21_react-dom@16.13.1: - dependencies: - '@reach/router': 1.3.4_react-dom@16.13.1+react@16.13.1 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - prop-types: 15.7.2 - react: 16.13.1 - semver: 6.3.0 - shallow-equal: 1.2.1 - store2: 2.12.0 - telejson: 3.3.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - regenerator-runtime: '*' - resolution: - integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA== - /@storybook/channel-postmessage/5.3.21: - dependencies: - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - core-js: 3.6.5 - global: 4.4.0 - telejson: 3.3.0 - dev: false - resolution: - integrity: sha512-CfoP7aEbZtJ35R9zeujMRdIwprETUi+Ve+y84DhXYQ2uJ0rR3vO4zHLZnxMMyJ5VnYOfuO042uch07+EKBz40Q== - /@storybook/channels/5.3.21: - dependencies: - core-js: 3.6.5 - dev: false - resolution: - integrity: sha512-OXoFs9XtBVg/cCk6lYMrxkzaNlJRf54ABdorp7YAAj7S9tRL1JxOZHxmjNQwEoiRvssmem2rAWtEAxfuEANsAA== - /@storybook/client-api/5.3.21: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.15.3 - core-js: 3.6.5 - eventemitter3: 4.0.7 - global: 4.4.0 - is-plain-object: 3.0.1 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - stable: 0.1.8 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - dev: false - resolution: - integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== - /@storybook/client-api/5.3.21_960a3fbaefe402dfa8e5b346058e1917: - dependencies: - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.15.3 - core-js: 3.6.5 - eventemitter3: 4.0.7 - global: 4.4.0 - is-plain-object: 3.0.1 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - stable: 0.1.8 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - regenerator-runtime: '*' - resolution: - integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== - /@storybook/client-api/5.3.21_react-dom@16.13.1: - dependencies: - '@storybook/addons': 5.3.21_react-dom@16.13.1 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.15.3 - core-js: 3.6.5 - eventemitter3: 4.0.7 - global: 4.4.0 - is-plain-object: 3.0.1 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - stable: 0.1.8 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react-dom: '*' - resolution: - integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA== - /@storybook/client-logger/5.3.21: - dependencies: - core-js: 3.6.5 - dev: false - resolution: - integrity: sha512-OzQkwpZ5SK9cXD9Mv6lxPGPot+hSZvnkEW12kpt1AHfJz4ET26YTDOI3oetPsjfRJo6qYLeQX8+wF7rklfXbzA== - /@storybook/components/5.3.21_@types+react@16.9.49: - dependencies: - '@storybook/client-logger': 5.3.21 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@types/react-syntax-highlighter': 11.0.4 - '@types/react-textarea-autosize': 4.3.5 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - markdown-to-jsx: 6.11.4_react@16.13.1 - memoizerific: 1.11.3 - polished: 3.6.6 - popper.js: 1.16.1 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-focus-lock: 2.4.1_5ce8f66b58dc92cd3f67a918e0e72f70 - react-helmet-async: 1.0.7_react-dom@16.13.1+react@16.13.1 - react-popper-tooltip: 2.11.1_react-dom@16.13.1+react@16.13.1 - react-syntax-highlighter: 11.0.2_react@16.13.1 - react-textarea-autosize: 7.1.2_react@16.13.1 - simplebar-react: 1.2.3_react-dom@16.13.1+react@16.13.1 - ts-dedent: 1.1.1 - dev: false - peerDependencies: - '@types/react': '*' - resolution: - integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA== - /@storybook/core-events/5.3.21: - dependencies: - core-js: 3.6.5 - dev: false - resolution: - integrity: sha512-/Zsm1sKAh6pzQv8jQUmuhM7nuM01ZljIRKy8p2HjPNlMjDB5yaRkBfyeAUXUg+qXNI6aHVWa4jGdPEdwwY4oLA== - /@storybook/core/5.3.21_5f4e75485d05063debccc2e0651ceb55: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@storybook/addons': 5.3.21 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/client-api': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/node-logger': 5.3.21 - '@storybook/router': 5.3.21 - '@storybook/theming': 5.3.21 - '@storybook/ui': 5.3.21_@types+react@16.9.49 - airbnb-js-shims: 2.2.1 - ansi-to-html: 0.6.14 - autoprefixer: 9.8.6 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-emotion: 10.0.33 - babel-plugin-macros: 2.8.0 - babel-preset-minify: 0.5.1 - boxen: 4.2.0 - case-sensitive-paths-webpack-plugin: 2.3.0 - chalk: 3.0.0 - cli-table3: 0.5.1 - commander: 4.1.1 - core-js: 3.6.5 - corejs-upgrade-webpack-plugin: 2.2.0 - css-loader: 3.6.0_webpack@4.44.2 - detect-port: 1.3.0 - dotenv-webpack: 1.8.0_webpack@4.44.2 - ejs: 2.7.4 - express: 4.17.1 - file-loader: 4.3.0_webpack@4.44.2 - file-system-cache: 1.0.5 - find-cache-dir: 3.3.1 - find-up: 4.1.0 - fs-extra: 8.1.0 - glob-base: 0.3.0 - global: 4.4.0 - html-webpack-plugin: 4.4.1_webpack@4.44.2 - inquirer: 7.3.3 - interpret: 2.2.0 - ip: 1.1.5 - json5: 2.1.3 - lazy-universal-dotenv: 3.0.1 - micromatch: 4.0.2 - node-fetch: 2.6.1 - open: 7.2.1 - pnp-webpack-plugin: 1.5.0 - postcss-flexbugs-fixes: 4.2.1 - postcss-loader: 3.0.0 - pretty-hrtime: 1.0.3 - qs: 6.9.4 - raw-loader: 3.1.0_webpack@4.44.2 - react-dev-utils: 9.1.0 - regenerator-runtime: 0.13.7 - resolve: 1.17.0 - resolve-from: 5.0.0 - semver: 6.3.0 - serve-favicon: 2.5.0 - shelljs: 0.8.4 - style-loader: 1.2.1_webpack@4.44.2 - terser-webpack-plugin: 2.3.8_webpack@4.44.2 - ts-dedent: 1.1.1 - unfetch: 4.1.0 - url-loader: 2.3.0_file-loader@4.3.0+webpack@4.44.2 - util-deprecate: 1.0.2 - webpack: 4.44.2_webpack@4.44.2 - webpack-dev-middleware: 3.7.2_webpack@4.44.2 - webpack-hot-middleware: 2.25.0 - webpack-virtual-modules: 0.2.2 - dev: false - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' - resolution: - integrity: sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA== - /@storybook/core/5.3.21_859c605ca6661ee792e8f02338da5f92: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/channel-postmessage': 5.3.21 - '@storybook/client-api': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/node-logger': 5.3.21 - '@storybook/router': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/ui': 5.3.21_@types+react@16.9.49 - airbnb-js-shims: 2.2.1 - ansi-to-html: 0.6.14 - autoprefixer: 9.8.6 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-emotion: 10.0.33 - babel-plugin-macros: 2.8.0 - babel-preset-minify: 0.5.1 - boxen: 4.2.0 - case-sensitive-paths-webpack-plugin: 2.3.0 - chalk: 3.0.0 - cli-table3: 0.5.1 - commander: 4.1.1 - core-js: 3.6.5 - corejs-upgrade-webpack-plugin: 2.2.0 - css-loader: 3.6.0_webpack@4.44.2 - detect-port: 1.3.0 - dotenv-webpack: 1.8.0_webpack@4.44.2 - ejs: 2.7.4 - express: 4.17.1 - file-loader: 4.3.0_webpack@4.44.2 - file-system-cache: 1.0.5 - find-cache-dir: 3.3.1 - find-up: 4.1.0 - fs-extra: 8.1.0 - glob-base: 0.3.0 - global: 4.4.0 - html-webpack-plugin: 4.4.1_webpack@4.44.2 - inquirer: 7.3.3 - interpret: 2.2.0 - ip: 1.1.5 - json5: 2.1.3 - lazy-universal-dotenv: 3.0.1 - micromatch: 4.0.2 - node-fetch: 2.6.1 - open: 7.2.1 - pnp-webpack-plugin: 1.5.0 - postcss-flexbugs-fixes: 4.2.1 - postcss-loader: 3.0.0 - pretty-hrtime: 1.0.3 - qs: 6.9.4 - raw-loader: 3.1.0_webpack@4.44.2 - react: 16.13.1 - react-dev-utils: 9.1.0 - react-dom: 16.13.1_react@16.13.1 - regenerator-runtime: 0.13.7 - resolve: 1.17.0 - resolve-from: 5.0.0 - semver: 6.3.0 - serve-favicon: 2.5.0 - shelljs: 0.8.4 - style-loader: 1.2.1_webpack@4.44.2 - terser-webpack-plugin: 2.3.8_webpack@4.44.2 - ts-dedent: 1.1.1 - unfetch: 4.1.0 - url-loader: 2.3.0_file-loader@4.3.0+webpack@4.44.2 - util-deprecate: 1.0.2 - webpack: 4.44.2_webpack@4.44.2 - webpack-dev-middleware: 3.7.2_webpack@4.44.2 - webpack-hot-middleware: 2.25.0 - webpack-virtual-modules: 0.2.2 - dev: false - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' - resolution: - integrity: sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA== - /@storybook/csf/0.0.1: - dependencies: - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw== - /@storybook/node-logger/5.3.21: - dependencies: - '@types/npmlog': 4.1.2 - chalk: 3.0.0 - core-js: 3.6.5 - npmlog: 4.1.2 - pretty-hrtime: 1.0.3 - regenerator-runtime: 0.13.7 - dev: false - resolution: - integrity: sha512-8xibncy873JXePCK5MC0qem1MKtWI1Lc4hv6rwURSwYpZtkO7yElay3XAFGUSfz8qFJkoDBmMTxBR3fp4Dln7g== - /@storybook/postinstall/5.3.21: - dependencies: - core-js: 3.6.5 - dev: false - resolution: - integrity: sha512-pF+k27DQOWfhlrz9g8t3kAn2dCo7bFRCLMftIDGfJAyMJsXQ+Nl+RAJpM+g7AXV0G9Q0z+H93EEsxV+9ZHF7xA== - /@storybook/react/5.3.21_5f4e75485d05063debccc2e0651ceb55: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-flow': 7.10.4_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@storybook/addons': 5.3.21 - '@storybook/core': 5.3.21_5f4e75485d05063debccc2e0651ceb55 - '@storybook/node-logger': 5.3.21 - '@svgr/webpack': 4.3.3 - '@types/webpack-env': 1.15.3 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.6_@babel+core@7.11.6 - babel-plugin-react-docgen: 4.1.0 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - mini-css-extract-plugin: 0.7.0_webpack@4.44.2 - prop-types: 15.7.2 - react-dev-utils: 9.1.0 - regenerator-runtime: 0.13.7 - semver: 6.3.0 - ts-dedent: 1.1.1 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>=8.0.0' - hasBin: true - peerDependencies: - '@babel/core': ^7.0.1 - '@types/react': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' - resolution: - integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA== - /@storybook/react/5.3.21_859c605ca6661ee792e8f02338da5f92: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-flow': 7.10.4_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/core': 5.3.21_859c605ca6661ee792e8f02338da5f92 - '@storybook/node-logger': 5.3.21 - '@svgr/webpack': 4.3.3 - '@types/webpack-env': 1.15.3 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.6_@babel+core@7.11.6 - babel-plugin-react-docgen: 4.1.0 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - mini-css-extract-plugin: 0.7.0_webpack@4.44.2 - prop-types: 15.7.2 - react: 16.13.1 - react-dev-utils: 9.1.0 - react-dom: 16.13.1_react@16.13.1 - regenerator-runtime: 0.13.7 - semver: 6.3.0 - ts-dedent: 1.1.1 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>=8.0.0' - hasBin: true - peerDependencies: - '@babel/core': ^7.0.1 - '@types/react': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' - resolution: - integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA== - /@storybook/router/5.3.21: - dependencies: - '@reach/router': 1.3.4 - '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg== - /@storybook/router/5.3.21_react-dom@16.13.1+react@16.13.1: - dependencies: - '@reach/router': 1.3.4_react-dom@16.13.1+react@16.13.1 - '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg== - /@storybook/router/5.3.21_react@16.13.1: - dependencies: - '@reach/router': 1.3.4_react@16.13.1 - '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.5 - core-js: 3.6.5 - global: 4.4.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - qs: 6.9.4 - react: 16.13.1 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg== - /@storybook/source-loader/5.3.21: - dependencies: - '@storybook/addons': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/csf': 0.0.1 - core-js: 3.6.5 - estraverse: 4.3.0 - global: 4.4.0 - loader-utils: 1.4.0 - prettier: 1.19.1 - prop-types: 15.7.2 - regenerator-runtime: 0.13.7 - dev: false - resolution: - integrity: sha512-kzaxvmWhRdkgp7a/XhsHxOB1D3XOkA8kmFahMAJD506hts8he+G2QSaj3BosOFCxa2OYAxbcIBs3JFyaXQGJ0A== - /@storybook/source-loader/5.3.21_react-dom@16.13.1: - dependencies: - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/client-logger': 5.3.21 - '@storybook/csf': 0.0.1 - core-js: 3.6.5 - estraverse: 4.3.0 - global: 4.4.0 - loader-utils: 1.4.0 - prettier: 1.19.1 - prop-types: 15.7.2 - regenerator-runtime: 0.13.7 - dev: false - peerDependencies: - react-dom: '*' - resolution: - integrity: sha512-kzaxvmWhRdkgp7a/XhsHxOB1D3XOkA8kmFahMAJD506hts8he+G2QSaj3BosOFCxa2OYAxbcIBs3JFyaXQGJ0A== - /@storybook/theming/5.3.21: - dependencies: - '@emotion/core': 10.0.35 - '@emotion/styled': 10.0.27_@emotion+core@10.0.35 - '@storybook/client-logger': 5.3.21 - core-js: 3.6.5 - deep-object-diff: 1.1.0 - emotion-theming: 10.0.27_@emotion+core@10.0.35 - global: 4.4.0 - memoizerific: 1.11.3 - polished: 3.6.6 - prop-types: 15.7.2 - resolve-from: 5.0.0 - ts-dedent: 1.1.1 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== - /@storybook/theming/5.3.21_react-dom@16.13.1+react@16.13.1: - dependencies: - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/styled': 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 - '@storybook/client-logger': 5.3.21 - core-js: 3.6.5 - deep-object-diff: 1.1.0 - emotion-theming: 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 - global: 4.4.0 - memoizerific: 1.11.3 - polished: 3.6.6 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - resolve-from: 5.0.0 - ts-dedent: 1.1.1 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== - /@storybook/theming/5.3.21_react@16.13.1: - dependencies: - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/styled': 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 - '@storybook/client-logger': 5.3.21 - core-js: 3.6.5 - deep-object-diff: 1.1.0 - emotion-theming: 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 - global: 4.4.0 - memoizerific: 1.11.3 - polished: 3.6.6 - prop-types: 15.7.2 - react: 16.13.1 - resolve-from: 5.0.0 - ts-dedent: 1.1.1 - dev: false - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g== - /@storybook/ui/5.3.21_@types+react@16.9.49: - dependencies: - '@emotion/core': 10.0.35_react@16.13.1 - '@storybook/addons': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/api': 5.3.21_960a3fbaefe402dfa8e5b346058e1917 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_@types+react@16.9.49 - '@storybook/core-events': 5.3.21 - '@storybook/router': 5.3.21_react-dom@16.13.1+react@16.13.1 - '@storybook/theming': 5.3.21_react-dom@16.13.1+react@16.13.1 - copy-to-clipboard: 3.3.1 - core-js: 3.6.5 - core-js-pure: 3.6.5 - emotion-theming: 10.0.27_4d699cf7e8a2bf97a506a18e2a399a54 - fast-deep-equal: 2.0.1 - fuse.js: 3.6.1 - global: 4.4.0 - lodash: 4.17.20 - markdown-to-jsx: 6.11.4_react@16.13.1 - memoizerific: 1.11.3 - polished: 3.6.6 - prop-types: 15.7.2 - qs: 6.9.4 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-draggable: 4.4.3 - react-helmet-async: 1.0.7_react-dom@16.13.1+react@16.13.1 - react-hotkeys: 2.0.0_react@16.13.1 - react-sizeme: 2.6.12_react-dom@16.13.1+react@16.13.1 - regenerator-runtime: 0.13.7 - resolve-from: 5.0.0 - semver: 6.3.0 - store2: 2.12.0 - telejson: 3.3.0 - util-deprecate: 1.0.2 - dev: false - peerDependencies: - '@types/react': '*' - resolution: - integrity: sha512-OUf8JYY9LN+XfzLSZE6KtboITGDL6C8Z0W9QOXM5LJwFLv4PkANK/f9qsB5vVHFm7vhoO96butFzs6SjTKhxkw== - /@styled-system/background/5.1.2: - dependencies: - '@styled-system/core': 5.1.2 - dev: false - resolution: - integrity: sha512-jtwH2C/U6ssuGSvwTN3ri/IyjdHb8W9X/g8Y0JLcrH02G+BW3OS8kZdHphF1/YyRklnrKrBT2ngwGUK6aqqV3A== - /@styled-system/border/5.1.5: - dependencies: - '@styled-system/core': 5.1.2 - dev: false - resolution: - integrity: sha512-JvddhNrnhGigtzWRCVuAHepniyVi6hBlimxWDVAdcTuk7aRn9BYJUwfHslURtwYFsF5FoEs8Zmr1oZq2M1AP0A== - /@styled-system/color/5.1.2: - dependencies: - '@styled-system/core': 5.1.2 - dev: false - resolution: - integrity: sha512-1kCkeKDZkt4GYkuFNKc7vJQMcOmTl3bJY3YBUs7fCNM6mMYJeT1pViQ2LwBSBJytj3AB0o4IdLBoepgSgGl5MA== - /@styled-system/core/5.1.2: - dependencies: - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha512-XclBDdNIy7OPOsN4HBsawG2eiWfCcuFt6gxKn1x4QfMIgeO6TOlA2pZZ5GWZtIhCUqEPTgIBta6JXsGyCkLBYw== - /@styled-system/css/5.1.5: - dev: false - resolution: - integrity: sha512-XkORZdS5kypzcBotAMPBoeckDs9aSZVkvrAlq5K3xP8IMAUek+x2O4NtwoSgkYkWWzVBu6DGdFZLR790QWGG+A== - /@styled-system/flexbox/5.1.2: - dependencies: - '@styled-system/core': 5.1.2 - dev: false - resolution: - integrity: sha512-6hHV52+eUk654Y1J2v77B8iLeBNtc+SA3R4necsu2VVinSD7+XY5PCCEzBFaWs42dtOEDIa2lMrgL0YBC01mDQ== - /@styled-system/grid/5.1.2: - dependencies: - '@styled-system/core': 5.1.2 - dev: false - resolution: - integrity: sha512-K3YiV1KyHHzgdNuNlaw8oW2ktMuGga99o1e/NAfTEi5Zsa7JXxzwEnVSDSBdJC+z6R8WYTCYRQC6bkVFcvdTeg== - /@styled-system/layout/5.1.2: - dependencies: - '@styled-system/core': 5.1.2 - dev: false - resolution: - integrity: sha512-wUhkMBqSeacPFhoE9S6UF3fsMEKFv91gF4AdDWp0Aym1yeMPpqz9l9qS/6vjSsDPF7zOb5cOKC3tcKKOMuDCPw== - /@styled-system/position/5.1.2: - dependencies: - '@styled-system/core': 5.1.2 - dev: false - resolution: - integrity: sha512-60IZfMXEOOZe3l1mCu6sj/2NAyUmES2kR9Kzp7s2D3P4qKsZWxD1Se1+wJvevb+1TP+ZMkGPEYYXRyU8M1aF5A== - /@styled-system/shadow/5.1.2: - dependencies: - '@styled-system/core': 5.1.2 - dev: false - resolution: - integrity: sha512-wqniqYb7XuZM7K7C0d1Euxc4eGtqEe/lvM0WjuAFsQVImiq6KGT7s7is+0bNI8O4Dwg27jyu4Lfqo/oIQXNzAg== - /@styled-system/space/5.1.2: - dependencies: - '@styled-system/core': 5.1.2 - dev: false - resolution: - integrity: sha512-+zzYpR8uvfhcAbaPXhH8QgDAV//flxqxSjHiS9cDFQQUSznXMQmxJegbhcdEF7/eNnJgHeIXv1jmny78kipgBA== - /@styled-system/typography/5.1.2: - dependencies: - '@styled-system/core': 5.1.2 - dev: false - resolution: - integrity: sha512-BxbVUnN8N7hJ4aaPOd7wEsudeT7CxarR+2hns8XCX1zp0DFfbWw4xYa/olA0oQaqx7F1hzDg+eRaGzAJbF+jOg== - /@styled-system/variant/5.1.5: - dependencies: - '@styled-system/core': 5.1.2 - '@styled-system/css': 5.1.5 - dev: false - resolution: - integrity: sha512-Yn8hXAFoWIro8+Q5J8YJd/mP85Teiut3fsGVR9CAxwgNfIAiqlYxsk5iHU7VHJks/0KjL4ATSjmbtCDC/4l1qw== - /@svgr/babel-plugin-add-jsx-attribute/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-j7KnilGyZzYr/jhcrSYS3FGWMZVaqyCG0vzMCwzvei0coIkczuYMcniK07nI0aHJINciujjH11T72ICW5eL5Ig== - /@svgr/babel-plugin-remove-jsx-attribute/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-3XHLtJ+HbRCH4n28S7y/yZoEQnRpl0tvTZQsHqvaeNXPra+6vE5tbRliH3ox1yZYPCxrlqaJT/Mg+75GpDKlvQ== - /@svgr/babel-plugin-remove-jsx-empty-expression/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-yTr2iLdf6oEuUE9MsRdvt0NmdpMBAkgK8Bjhl6epb+eQWk6abBaX3d65UZ3E3FWaOwePyUgNyNCMVG61gGCQ7w== - /@svgr/babel-plugin-replace-jsx-attribute-value/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-U9m870Kqm0ko8beHawRXLGLvSi/ZMrl89gJ5BNcT452fAjtF2p4uRzXkdzvGJJJYBgx7BmqlDjBN/eCp5AAX2w== - /@svgr/babel-plugin-svg-dynamic-title/4.3.3: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-w3Be6xUNdwgParsvxkkeZb545VhXEwjGMwExMVBIdPQJeyMQHqm9Msnb2a1teHBqUYL66qtwfhNkbj1iarCG7w== - /@svgr/babel-plugin-svg-em-dimensions/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-C0Uy+BHolCHGOZ8Dnr1zXy/KgpBOkEUYY9kI/HseHVPeMbluaX3CijJr7D4C5uR8zrc1T64nnq/k63ydQuGt4w== - /@svgr/babel-plugin-transform-react-native-svg/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-7YvynOpZDpCOUoIVlaaOUU87J4Z6RdD6spYN4eUb5tfPoKGSF9OG2NuhgYnq4jSkAxcpMaXWPf1cePkzmqTPNw== - /@svgr/babel-plugin-transform-svg-component/4.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-hYfYuZhQPCBVotABsXKSCfel2slf/yvJY8heTVX1PCTaq/IgASq1IyxPPKJ0chWREEKewIU/JMSsIGBtK1KKxw== - /@svgr/babel-preset/4.3.3: - dependencies: - '@svgr/babel-plugin-add-jsx-attribute': 4.2.0 - '@svgr/babel-plugin-remove-jsx-attribute': 4.2.0 - '@svgr/babel-plugin-remove-jsx-empty-expression': 4.2.0 - '@svgr/babel-plugin-replace-jsx-attribute-value': 4.2.0 - '@svgr/babel-plugin-svg-dynamic-title': 4.3.3 - '@svgr/babel-plugin-svg-em-dimensions': 4.2.0 - '@svgr/babel-plugin-transform-react-native-svg': 4.2.0 - '@svgr/babel-plugin-transform-svg-component': 4.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-6PG80tdz4eAlYUN3g5GZiUjg2FMcp+Wn6rtnz5WJG9ITGEF1pmFdzq02597Hn0OmnQuCVaBYQE1OVFAnwOl+0A== - /@svgr/cli/4.3.3: - dependencies: - '@svgr/core': 4.3.3 - '@svgr/plugin-jsx': 4.3.3 - '@svgr/plugin-prettier': 4.3.2 - '@svgr/plugin-svgo': 4.3.1 - camelcase: 5.3.1 - chalk: 2.4.2 - commander: 2.20.3 - dashify: 2.0.0 - glob: 7.1.6 - output-file-sync: 2.0.1 - recursive-readdir: 2.2.2 - dev: false - engines: - node: '>=8' - hasBin: true - resolution: - integrity: sha512-FHsb9+2zMy9XZgEBFEh+1iofE0TBQn7OnJ9JF/2YimdyE93u2/j1p1K71+rJQ0GWKy96aSSbFWkRVR1i3zATOQ== - /@svgr/core/4.3.3: - dependencies: - '@svgr/plugin-jsx': 4.3.3 - camelcase: 5.3.1 - cosmiconfig: 5.2.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-qNuGF1QON1626UCaZamWt5yedpgOytvLj5BQZe2j1k1B8DUG4OyugZyfEwBeXozCUwhLEpsrgPrE+eCu4fY17w== - /@svgr/hast-util-to-babel-ast/4.3.2: - dependencies: - '@babel/types': 7.11.5 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-JioXclZGhFIDL3ddn4Kiq8qEqYM2PyDKV0aYno8+IXTLuYt6TOgHUbUAAFvqtb0Xn37NwP0BTHglejFoYr8RZg== - /@svgr/plugin-jsx/4.3.3: - dependencies: - '@babel/core': 7.11.6 - '@svgr/babel-preset': 4.3.3 - '@svgr/hast-util-to-babel-ast': 4.3.2 - svg-parser: 2.0.4 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-cLOCSpNWQnDB1/v+SUENHH7a0XY09bfuMKdq9+gYvtuwzC2rU4I0wKGFEp1i24holdQdwodCtDQdFtJiTCWc+w== - /@svgr/plugin-prettier/4.3.2: - dependencies: - merge-deep: 3.0.2 - prettier: 1.19.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-GErOZQ0n/OinFDjyXg9svfVRNWP+18qqIxsc/9xRoRY7R/cPlnXkadLF7NdgDgSP2BYtt7XGcZ9TU+Skr1B3tw== - /@svgr/plugin-svgo/4.3.1: - dependencies: - cosmiconfig: 5.2.1 - merge-deep: 3.0.2 - svgo: 1.3.2 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-PrMtEDUWjX3Ea65JsVCwTIXuSqa3CG9px+DluF1/eo9mlDrgrtFE7NE/DjdhjJgSM9wenlVBzkzneSIUgfUI/w== - /@svgr/webpack/4.3.3: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-transform-react-constant-elements': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@svgr/core': 4.3.3 - '@svgr/plugin-jsx': 4.3.3 - '@svgr/plugin-svgo': 4.3.1 - loader-utils: 1.4.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-bjnWolZ6KVsHhgyCoYRFmbd26p8XVbulCzSG53BDQqAr+JOAderYK7CuYrB3bDjHJuF6LJ7Wrr42+goLRV9qIg== - /@testing-library/dom/7.24.2: - dependencies: - '@babel/code-frame': 7.10.4 - '@babel/runtime': 7.11.2 - '@types/aria-query': 4.2.0 - aria-query: 4.2.2 - chalk: 4.1.0 - dom-accessibility-api: 0.5.2 - pretty-format: 26.4.2 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-ERxcZSoHx0EcN4HfshySEWmEf5Kkmgi+J7O79yCJ3xggzVlBJ2w/QjJUC+EBkJJ2OeSw48i3IoePN4w8JlVUIA== - /@testing-library/jest-dom/5.11.4: - dependencies: - '@babel/runtime': 7.11.2 - '@types/testing-library__jest-dom': 5.9.2 - aria-query: 4.2.2 - chalk: 3.0.0 - css: 3.0.0 - css.escape: 1.5.1 - lodash: 4.17.20 - redent: 3.0.0 - dev: false - engines: - node: '>=8' - npm: '>=6' - yarn: '>=1' - resolution: - integrity: sha512-6RRn3epuweBODDIv3dAlWjOEHQLpGJHB2i912VS3JQtsD22+ENInhdDNl4ZZQiViLlIfFinkSET/J736ytV9sw== - /@testing-library/react/11.0.4: - dependencies: - '@babel/runtime': 7.11.2 - '@testing-library/dom': 7.24.2 - dev: false - engines: - node: '>=10' - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew== - /@testing-library/react/11.0.4_react-dom@16.13.1+react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - '@testing-library/dom': 7.24.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - dev: false - engines: - node: '>=10' - peerDependencies: - react: '*' - react-dom: '*' - resolution: - integrity: sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew== - /@types/anymatch/1.3.1: - dev: false - resolution: - integrity: sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA== - /@types/aria-query/4.2.0: - dev: false - resolution: - integrity: sha512-iIgQNzCm0v7QMhhe4Jjn9uRh+I6GoPmt03CbEtwx3ao8/EfoQcmgtqH4vQ5Db/lxiIGaWDv6nwvunuh0RyX0+A== - /@types/babel__core/7.1.9: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - '@types/babel__generator': 7.6.1 - '@types/babel__template': 7.0.2 - '@types/babel__traverse': 7.0.14 - dev: false - resolution: - integrity: sha512-sY2RsIJ5rpER1u3/aQ8OFSI7qGIy8o1NEEbgb2UaJcvOtXOMpd39ko723NBpjQFg9SIX7TXtjejZVGeIMLhoOw== - /@types/babel__generator/7.6.1: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew== - /@types/babel__template/7.0.2: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg== - /@types/babel__traverse/7.0.14: - dependencies: - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-8w9szzKs14ZtBVuP6Wn7nMLRJ0D6dfB0VEBEyRgxrZ/Ln49aNMykrghM2FaNn4FJRzNppCSa0Rv9pBRM5Xc3wg== - /@types/color-name/1.1.1: - dev: false - resolution: - integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== - /@types/eslint-visitor-keys/1.0.0: - dev: false - resolution: - integrity: sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag== - /@types/graceful-fs/4.1.3: - dependencies: - '@types/node': 14.11.1 - dev: false - resolution: - integrity: sha512-AiHRaEB50LQg0pZmm659vNBb9f4SJ0qrAnteuzhSeAUcJKxoYgEnprg/83kppCnc2zvtCKbdZry1a5pVY3lOTQ== - /@types/hast/2.3.1: - dependencies: - '@types/unist': 2.0.3 - dev: false - resolution: - integrity: sha512-viwwrB+6xGzw+G1eWpF9geV3fnsDgXqHG+cqgiHrvQfDUW5hzhCyV7Sy3UJxhfRFBsgky2SSW33qi/YrIkjX5Q== - /@types/history/4.7.8: - dev: false - resolution: - integrity: sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA== - /@types/html-minifier-terser/5.1.0: - dev: false - resolution: - integrity: sha512-iYCgjm1dGPRuo12+BStjd1HiVQqhlRhWDOQigNxn023HcjnhsiFz9pc6CzJj4HwDCSQca9bxTL4PxJDbkdm3PA== - /@types/is-function/1.0.0: - dev: false - resolution: - integrity: sha512-iTs9HReBu7evG77Q4EC8hZnqRt57irBDkK9nvmHroiOIVwYMQc4IvYvdRgwKfYepunIY7Oh/dBuuld+Gj9uo6w== - /@types/istanbul-lib-coverage/2.0.3: - dev: false - resolution: - integrity: sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw== - /@types/istanbul-lib-report/3.0.0: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - dev: false - resolution: - integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== - /@types/istanbul-reports/1.1.2: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-lib-report': 3.0.0 - dev: false - resolution: - integrity: sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw== - /@types/istanbul-reports/3.0.0: - dependencies: - '@types/istanbul-lib-report': 3.0.0 - dev: false - resolution: - integrity: sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA== - /@types/jest/26.0.14: - dependencies: - jest-diff: 25.5.0 - pretty-format: 25.5.0 - dev: false - resolution: - integrity: sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg== - /@types/json-schema/7.0.6: - dev: false - resolution: - integrity: sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== - /@types/json5/0.0.29: - dev: false - resolution: - integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4= - /@types/mdast/3.0.3: - dependencies: - '@types/unist': 2.0.3 - dev: false - resolution: - integrity: sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw== - /@types/minimist/1.2.0: - dev: false - resolution: - integrity: sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= - /@types/node/12.12.62: - dev: false - resolution: - integrity: sha512-qAfo81CsD7yQIM9mVyh6B/U47li5g7cfpVQEDMfQeF8pSZVwzbhwU3crc0qG4DmpsebpJPR49AKOExQyJ05Cpg== - /@types/node/14.11.1: - dev: false - resolution: - integrity: sha512-oTQgnd0hblfLsJ6BvJzzSL+Inogp3lq9fGgqRkMB/ziKMgEUaFl801OncOzUmalfzt14N0oPHMK47ipl+wbTIw== - /@types/normalize-package-data/2.4.0: - dev: false - resolution: - integrity: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== - /@types/npmlog/4.1.2: - dev: false - resolution: - integrity: sha512-4QQmOF5KlwfxJ5IGXFIudkeLCdMABz03RcUXu+LCb24zmln8QW6aDjuGl4d4XPVLf2j+FnjelHTP7dvceAFbhA== - /@types/parse-json/4.0.0: - dev: false - resolution: - integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== - /@types/parse5/5.0.3: - dev: false - resolution: - integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw== - /@types/parsimmon/1.10.2: - dev: false - resolution: - integrity: sha512-WVugAiBoLsmay9IPrLJoMnmLTP0cWPbc4w5c5suTevyhaJW9TWGyPbkFraNUk5YULf8vQ5C/3NBEQcIs6XfTcg== - /@types/prettier/1.19.1: - dev: false - resolution: - integrity: sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ== - /@types/prettier/2.1.1: - dev: false - resolution: - integrity: sha512-2zs+O+UkDsJ1Vcp667pd3f8xearMdopz/z54i99wtRDI5KLmngk7vlrYZD0ZjKHaROR03EznlBbVY9PfAEyJIQ== - /@types/prop-types/15.7.3: - dev: false - resolution: - integrity: sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw== - /@types/q/1.5.4: - dev: false - resolution: - integrity: sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== - /@types/reach__router/1.3.5: - dependencies: - '@types/history': 4.7.8 - '@types/react': 16.9.49 - dev: false - resolution: - integrity: sha512-h0NbqXN/tJuBY/xggZSej1SKQEstbHO7J/omt1tYoFGmj3YXOodZKbbqD4mNDh7zvEGYd7YFrac1LTtAr3xsYQ== - /@types/react-color/3.0.4: - dependencies: - '@types/react': 16.9.49 - '@types/reactcss': 1.2.3 - dev: false - resolution: - integrity: sha512-EswbYJDF1kkrx93/YU+BbBtb46CCtDMvTiGmcOa/c5PETnwTiSWoseJ1oSWeRl/4rUXkhME9bVURvvPg0W5YQw== - /@types/react-syntax-highlighter/11.0.4: - dependencies: - '@types/react': 16.9.49 - dev: false - resolution: - integrity: sha512-9GfTo3a0PHwQeTVoqs0g5bS28KkSY48pp5659wA+Dp4MqceDEa8EHBqrllJvvtyusszyJhViUEap0FDvlk/9Zg== - /@types/react-textarea-autosize/4.3.5: - dependencies: - '@types/react': 16.9.49 - dev: false - resolution: - integrity: sha512-PiDL83kPMTolyZAWW3lyzO6ktooTb9tFTntVy7CA83/qFLWKLJ5bLeRboy6J6j3b1e8h2Eec6gBTEOOJRjV14A== - /@types/react/16.9.49: - dependencies: - '@types/prop-types': 15.7.3 - csstype: 3.0.3 - dev: false - resolution: - integrity: sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g== - /@types/reactcss/1.2.3: - dependencies: - '@types/react': 16.9.49 - dev: false - resolution: - integrity: sha512-d2gQQ0IL6hXLnoRfVYZukQNWHuVsE75DzFTLPUuyyEhJS8G2VvlE+qfQQ91SJjaMqlURRCNIsX7Jcsw6cEuJlA== - /@types/source-list-map/0.1.2: - dev: false - resolution: - integrity: sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA== - /@types/stack-utils/1.0.1: - dev: false - resolution: - integrity: sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== - /@types/styled-system/4.2.2: - dependencies: - csstype: 2.6.13 - dev: false - resolution: - integrity: sha512-eULPjWVEaXElIFKBwDVWRvGkHC0Fj63XVRna8RHoaRivNhCI/QkEJpMgyb0uA4WpsHpO5SDXH+DyQwEUkyW3rA== - /@types/tapable/1.0.6: - dev: false - resolution: - integrity: sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA== - /@types/testing-library__jest-dom/5.9.2: - dependencies: - '@types/jest': 26.0.14 - dev: false - resolution: - integrity: sha512-K7nUSpH/5i8i0NagTJ+uFUDRueDlnMNhJtMjMwTGPPSqyImbWC/hgKPDCKt6Phu2iMJg2kWqlax+Ucj2DKMwpA== - /@types/uglify-js/3.9.3: - dependencies: - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-KswB5C7Kwduwjj04Ykz+AjvPcfgv/37Za24O2EDzYNbwyzOo8+ydtvzUfZ5UMguiVu29Gx44l1A6VsPPcmYu9w== - /@types/unist/2.0.3: - dev: false - resolution: - integrity: sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ== - /@types/webpack-env/1.15.3: - dev: false - resolution: - integrity: sha512-5oiXqR7kwDGZ6+gmzIO2lTC+QsriNuQXZDWNYRV3l2XRN/zmPgnC21DLSx2D05zvD8vnXW6qUg7JnXZ4I6qLVQ== - /@types/webpack-sources/1.4.2: - dependencies: - '@types/node': 14.11.1 - '@types/source-list-map': 0.1.2 - source-map: 0.7.3 - dev: false - resolution: - integrity: sha512-77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw== - /@types/webpack/4.41.22: - dependencies: - '@types/anymatch': 1.3.1 - '@types/node': 14.11.1 - '@types/tapable': 1.0.6 - '@types/uglify-js': 3.9.3 - '@types/webpack-sources': 1.4.2 - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-JQDJK6pj8OMV9gWOnN1dcLCyU9Hzs6lux0wBO4lr1+gyEhIBR9U3FMrz12t2GPkg110XAxEAw2WHF6g7nZIbRQ== - /@types/yargs-parser/15.0.0: - dev: false - resolution: - integrity: sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw== - /@types/yargs/13.0.10: - dependencies: - '@types/yargs-parser': 15.0.0 - dev: false - resolution: - integrity: sha512-MU10TSgzNABgdzKvQVW1nuuT+sgBMWeXNc3XOs5YXV5SDAK+PPja2eUuBNB9iqElu03xyEDqlnGw0jgl4nbqGQ== - /@types/yargs/15.0.5: - dependencies: - '@types/yargs-parser': 15.0.0 - dev: false - resolution: - integrity: sha512-Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w== - /@typescript-eslint/eslint-plugin/3.4.0_50d6ca74ff846cc658155e0355ded9f7: - dependencies: - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/parser': 3.4.0_eslint@7.9.0+typescript@4.0.2 - debug: 4.1.1 - eslint: 7.9.0 - functional-red-black-tree: 1.0.1 - regexpp: 3.1.0 - semver: 7.3.2 - tsutils: 3.17.1_typescript@4.0.2 - typescript: 4.0.2 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - '@typescript-eslint/parser': ^3.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ== - /@typescript-eslint/eslint-plugin/3.4.0_e99f3f885e1ab474d0d66f0a82d300bb: - dependencies: - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0 - '@typescript-eslint/parser': 3.4.0_eslint@7.9.0 - debug: 4.1.1 - eslint: 7.9.0 - functional-red-black-tree: 1.0.1 - regexpp: 3.1.0 - semver: 7.3.2 - tsutils: 3.17.1 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - '@typescript-eslint/parser': ^3.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ== - /@typescript-eslint/eslint-plugin/4.1.1_e7a08ee1cf450863cdaa69c17e499e5f: - dependencies: - '@typescript-eslint/experimental-utils': 4.1.1_eslint@7.9.0 - '@typescript-eslint/parser': 4.1.1_eslint@7.9.0 - '@typescript-eslint/scope-manager': 4.1.1 - debug: 4.1.1 - eslint: 7.9.0 - functional-red-black-tree: 1.0.1 - regexpp: 3.1.0 - semver: 7.3.2 - tsutils: 3.17.1 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - '@typescript-eslint/parser': ^4.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-Hoxyt99EA9LMmqo/5PuWWPeWeB3mKyvibfJ1Hy5SfiUpjE8Nqp+5QNd9fOkzL66+fqvIWSIE+Ett16LGMzCGnQ== - /@typescript-eslint/eslint-plugin/4.1.1_f56e3c8176f99a28c3d29ed46b5a0108: - dependencies: - '@typescript-eslint/experimental-utils': 4.1.1_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/parser': 4.1.1_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/scope-manager': 4.1.1 - debug: 4.1.1 - eslint: 7.9.0 - functional-red-black-tree: 1.0.1 - regexpp: 3.1.0 - semver: 7.3.2 - tsutils: 3.17.1_typescript@4.0.2 - typescript: 4.0.2 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - '@typescript-eslint/parser': ^4.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-Hoxyt99EA9LMmqo/5PuWWPeWeB3mKyvibfJ1Hy5SfiUpjE8Nqp+5QNd9fOkzL66+fqvIWSIE+Ett16LGMzCGnQ== - /@typescript-eslint/experimental-utils/3.4.0_eslint@7.9.0: - dependencies: - '@types/json-schema': 7.0.6 - '@typescript-eslint/typescript-estree': 3.4.0 - eslint: 7.9.0 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: '*' - resolution: - integrity: sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw== - /@typescript-eslint/experimental-utils/3.4.0_eslint@7.9.0+typescript@4.0.2: - dependencies: - '@types/json-schema': 7.0.6 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@4.0.2 - eslint: 7.9.0 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: '*' - typescript: '*' - resolution: - integrity: sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw== - /@typescript-eslint/experimental-utils/4.1.1_eslint@7.9.0: - dependencies: - '@types/json-schema': 7.0.6 - '@typescript-eslint/scope-manager': 4.1.1 - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/typescript-estree': 4.1.1 - eslint: 7.9.0 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: '*' - resolution: - integrity: sha512-jzYsNciHoa4Z3c1URtmeT/bamYm8Dwfw6vuN3WHIE/BXb1iC4KveAnXDErTAZtPVxTYBaYn3n2gbt6F6D2rm1A== - /@typescript-eslint/experimental-utils/4.1.1_eslint@7.9.0+typescript@4.0.2: - dependencies: - '@types/json-schema': 7.0.6 - '@typescript-eslint/scope-manager': 4.1.1 - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/typescript-estree': 4.1.1_typescript@4.0.2 - eslint: 7.9.0 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: '*' - typescript: '*' - resolution: - integrity: sha512-jzYsNciHoa4Z3c1URtmeT/bamYm8Dwfw6vuN3WHIE/BXb1iC4KveAnXDErTAZtPVxTYBaYn3n2gbt6F6D2rm1A== - /@typescript-eslint/parser/3.4.0_eslint@7.9.0: - dependencies: - '@types/eslint-visitor-keys': 1.0.0 - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0 - '@typescript-eslint/typescript-estree': 3.4.0 - eslint: 7.9.0 - eslint-visitor-keys: 1.3.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA== - /@typescript-eslint/parser/3.4.0_eslint@7.9.0+typescript@4.0.2: - dependencies: - '@types/eslint-visitor-keys': 1.0.0 - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@4.0.2 - eslint: 7.9.0 - eslint-visitor-keys: 1.3.0 - typescript: 4.0.2 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA== - /@typescript-eslint/parser/4.1.1_eslint@7.9.0: - dependencies: - '@typescript-eslint/scope-manager': 4.1.1 - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/typescript-estree': 4.1.1 - debug: 4.1.1 - eslint: 7.9.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-NLIhmicpKGfJbdXyQBz9j48PA6hq6e+SDOoXy7Ak6bq1ebGqbgG+fR1UIDAuay6OjQdot69c/URu2uLlsP8GQQ== - /@typescript-eslint/parser/4.1.1_eslint@7.9.0+typescript@4.0.2: - dependencies: - '@typescript-eslint/scope-manager': 4.1.1 - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/typescript-estree': 4.1.1_typescript@4.0.2 - debug: 4.1.1 - eslint: 7.9.0 - typescript: 4.0.2 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-NLIhmicpKGfJbdXyQBz9j48PA6hq6e+SDOoXy7Ak6bq1ebGqbgG+fR1UIDAuay6OjQdot69c/URu2uLlsP8GQQ== - /@typescript-eslint/scope-manager/4.1.1: - dependencies: - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/visitor-keys': 4.1.1 - dev: false - engines: - node: ^8.10.0 || ^10.13.0 || >=11.10.1 - resolution: - integrity: sha512-0W8TTobCvIIQ2FsrYTffyZGAAFUyIbEHq5EYJb1m7Rpd005jrnOvKOo8ywCLhs/Bm17C+KsrUboBvBAARQVvyA== - /@typescript-eslint/types/4.1.1: - dev: false - engines: - node: ^8.10.0 || ^10.13.0 || >=11.10.1 - resolution: - integrity: sha512-zrBiqOKYerMTllKcn+BP+i1b7LW/EbMMYytroXMxUTvFPn1smkCu0D7lSAx29fTUO4jnwV0ljSvYQtn2vNrNxA== - /@typescript-eslint/typescript-estree/3.4.0: - dependencies: - debug: 4.1.1 - eslint-visitor-keys: 1.3.0 - glob: 7.1.6 - is-glob: 4.0.1 - lodash: 4.17.20 - semver: 7.3.2 - tsutils: 3.17.1 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw== - /@typescript-eslint/typescript-estree/3.4.0_typescript@4.0.2: - dependencies: - debug: 4.1.1 - eslint-visitor-keys: 1.3.0 - glob: 7.1.6 - is-glob: 4.0.1 - lodash: 4.17.20 - semver: 7.3.2 - tsutils: 3.17.1_typescript@4.0.2 - typescript: 4.0.2 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw== - /@typescript-eslint/typescript-estree/4.1.1: - dependencies: - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/visitor-keys': 4.1.1 - debug: 4.1.1 - globby: 11.0.1 - is-glob: 4.0.1 - lodash: 4.17.20 - semver: 7.3.2 - tsutils: 3.17.1 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-2AUg5v0liVBsqbGxBphbJ0QbGqSRVaF5qPoTPWcxop+66vMdU1h4CCvHxTC47+Qb+Pr4l2RhXDd41JNpwcQEKw== - /@typescript-eslint/typescript-estree/4.1.1_typescript@4.0.2: - dependencies: - '@typescript-eslint/types': 4.1.1 - '@typescript-eslint/visitor-keys': 4.1.1 - debug: 4.1.1 - globby: 11.0.1 - is-glob: 4.0.1 - lodash: 4.17.20 - semver: 7.3.2 - tsutils: 3.17.1_typescript@4.0.2 - typescript: 4.0.2 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-2AUg5v0liVBsqbGxBphbJ0QbGqSRVaF5qPoTPWcxop+66vMdU1h4CCvHxTC47+Qb+Pr4l2RhXDd41JNpwcQEKw== - /@typescript-eslint/visitor-keys/4.1.1: - dependencies: - '@typescript-eslint/types': 4.1.1 - eslint-visitor-keys: 2.0.0 - dev: false - engines: - node: ^8.10.0 || ^10.13.0 || >=11.10.1 - resolution: - integrity: sha512-/EOOXbA2ferGLG6RmCHEQ0lTTLkOlXYDgblCmQk3tIU7mTPLm4gKhFMeeUSe+bcchTUsKeCk8xcpbop5Zr/8Rw== - /@vue/compiler-core/3.0.0-rc.12: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - '@vue/shared': 3.0.0-rc.12 - estree-walker: 2.0.1 - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-TuOmPb5SXgK9qD/AAmy46j80CyKThiBppcgNIJTax1ZWLEtCU8JejXOJqXFcqDUrBJPy7WVtZWRjMsiZBjIlrQ== - /@vue/compiler-dom/3.0.0-rc.12: - dependencies: - '@vue/compiler-core': 3.0.0-rc.12 - '@vue/shared': 3.0.0-rc.12 - dev: false - resolution: - integrity: sha512-bCbXtJRYDaQL0e8i54rzUhmlB991ad08TAHiXyRK6ngTj9pO6lpJNcaHIeeOEv9gaZ6iUC7pEYtmC0708KkqDg== - /@vue/compiler-sfc/3.0.0-rc.12: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - '@vue/compiler-core': 3.0.0-rc.12 - '@vue/compiler-dom': 3.0.0-rc.12 - '@vue/compiler-ssr': 3.0.0-rc.12 - '@vue/shared': 3.0.0-rc.12 - consolidate: 0.16.0 - estree-walker: 2.0.1 - hash-sum: 2.0.0 - lru-cache: 5.1.1 - magic-string: 0.25.7 - merge-source-map: 1.1.0 - postcss: 7.0.34 - postcss-modules: 3.2.2 - postcss-selector-parser: 6.0.2 - source-map: 0.6.1 - dev: false - peerDependencies: - vue: 3.0.0-rc.12 - resolution: - integrity: sha512-lHy0LK33KjVBeu6aCX0oLUSZtatOIY/1w927Fh5nFrN1SNnqA31q2wg/IDmvNU6+Y6F3s0MZyN5H6dyZgO5r/g== - /@vue/compiler-ssr/3.0.0-rc.12: - dependencies: - '@vue/compiler-dom': 3.0.0-rc.12 - '@vue/shared': 3.0.0-rc.12 - dev: false - resolution: - integrity: sha512-mJkTLS91Ji7ahZT8tuYnXJ+C0dzpwq6uIILVx2e82jHzPQ2Yl0owK5wVGJR1Kuy5ZT+9AczyyBgvxGiZjsFzdw== - /@vue/shared/3.0.0-rc.12: - dev: false - resolution: - integrity: sha512-UwkiTl7XVQ3vu22t7JgUGLNXSxvsr500W43V2I1N4B3vxBRGB1OLzCjGPtXMIXtWhZlaaZzivEU1zmr5sqmgaw== - /@webassemblyjs/ast/1.9.0: - dependencies: - '@webassemblyjs/helper-module-context': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/wast-parser': 1.9.0 - dev: false - resolution: - integrity: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA== - /@webassemblyjs/floating-point-hex-parser/1.9.0: - dev: false - resolution: - integrity: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== - /@webassemblyjs/helper-api-error/1.9.0: - dev: false - resolution: - integrity: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== - /@webassemblyjs/helper-buffer/1.9.0: - dev: false - resolution: - integrity: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA== - /@webassemblyjs/helper-code-frame/1.9.0: - dependencies: - '@webassemblyjs/wast-printer': 1.9.0 - dev: false - resolution: - integrity: sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA== - /@webassemblyjs/helper-fsm/1.9.0: - dev: false - resolution: - integrity: sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw== - /@webassemblyjs/helper-module-context/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - dev: false - resolution: - integrity: sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g== - /@webassemblyjs/helper-wasm-bytecode/1.9.0: - dev: false - resolution: - integrity: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== - /@webassemblyjs/helper-wasm-section/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - dev: false - resolution: - integrity: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw== - /@webassemblyjs/ieee754/1.9.0: - dependencies: - '@xtuc/ieee754': 1.2.0 - dev: false - resolution: - integrity: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg== - /@webassemblyjs/leb128/1.9.0: - dependencies: - '@xtuc/long': 4.2.2 - dev: false - resolution: - integrity: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw== - /@webassemblyjs/utf8/1.9.0: - dev: false - resolution: - integrity: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== - /@webassemblyjs/wasm-edit/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/helper-wasm-section': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - '@webassemblyjs/wasm-opt': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - '@webassemblyjs/wast-printer': 1.9.0 - dev: false - resolution: - integrity: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw== - /@webassemblyjs/wasm-gen/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/ieee754': 1.9.0 - '@webassemblyjs/leb128': 1.9.0 - '@webassemblyjs/utf8': 1.9.0 - dev: false - resolution: - integrity: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA== - /@webassemblyjs/wasm-opt/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - dev: false - resolution: - integrity: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A== - /@webassemblyjs/wasm-parser/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-api-error': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/ieee754': 1.9.0 - '@webassemblyjs/leb128': 1.9.0 - '@webassemblyjs/utf8': 1.9.0 - dev: false - resolution: - integrity: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA== - /@webassemblyjs/wast-parser/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/floating-point-hex-parser': 1.9.0 - '@webassemblyjs/helper-api-error': 1.9.0 - '@webassemblyjs/helper-code-frame': 1.9.0 - '@webassemblyjs/helper-fsm': 1.9.0 - '@xtuc/long': 4.2.2 - dev: false - resolution: - integrity: sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw== - /@webassemblyjs/wast-printer/1.9.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/wast-parser': 1.9.0 - '@xtuc/long': 4.2.2 - dev: false - resolution: - integrity: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA== - /@xtuc/ieee754/1.2.0: - dev: false - resolution: - integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== - /@xtuc/long/4.2.2: - dev: false - resolution: - integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== - /CSSselect/0.4.1: - dependencies: - CSSwhat: 0.4.7 - domutils: 1.4.3 - deprecated: the module is now available as 'css-select' - dev: false - resolution: - integrity: sha1-+Kt+H4QYzmPNput713ioXX7EkrI= - /CSSwhat/0.4.7: - deprecated: the module is now available as 'css-what' - dev: false - resolution: - integrity: sha1-hn2g/zn3eGEyQsRM/qg/CqTr35s= - /abab/2.0.5: - dev: false - resolution: - integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q== - /accepts/1.1.4: - dependencies: - mime-types: 2.0.14 - negotiator: 0.4.9 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-1xyW99QdD+2iw4zRToonwEFY30o= - /accepts/1.3.7: - dependencies: - mime-types: 2.1.27 - negotiator: 0.6.2 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== - /accord/0.28.0: - dependencies: - convert-source-map: 1.7.0 - glob: 7.1.6 - indx: 0.2.3 - lodash.clone: 4.5.0 - lodash.defaults: 4.2.0 - lodash.flatten: 4.4.0 - lodash.merge: 4.6.2 - lodash.partialright: 4.2.1 - lodash.pick: 4.4.0 - lodash.uniq: 4.5.0 - resolve: 1.17.0 - semver: 5.7.1 - uglify-js: 2.8.29 - when: 3.7.8 - dev: false - resolution: - integrity: sha512-sPF34gqHegaCSryKf5wHJ8wREK1dTZnHmC9hsB7D8xjntRdd30DXDPKf0YVIcSvnXJmcYu5SCvZRz28H++kFhQ== - /acorn-dynamic-import/2.0.2: - dependencies: - acorn: 4.0.13 - dev: false - resolution: - integrity: sha1-x1K9IQvvZ5UBtsbLf8hPj0cVjMQ= - /acorn-dynamic-import/4.0.0_acorn@6.4.1: - dependencies: - acorn: 6.4.1 - dev: false - peerDependencies: - acorn: ^6.0.0 - resolution: - integrity: sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw== - /acorn-globals/4.3.4: - dependencies: - acorn: 6.4.1 - acorn-walk: 6.2.0 - dev: false - resolution: - integrity: sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A== - /acorn-globals/6.0.0: - dependencies: - acorn: 7.4.0 - acorn-walk: 7.2.0 - dev: false - resolution: - integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg== - /acorn-jsx/3.0.1: - dependencies: - acorn: 3.3.0 - dev: false - resolution: - integrity: sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s= - /acorn-jsx/5.3.1_acorn@6.4.1: - dependencies: - acorn: 6.4.1 - dev: false - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - resolution: - integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== - /acorn-jsx/5.3.1_acorn@7.4.0: - dependencies: - acorn: 7.4.0 - dev: false - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - resolution: - integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== - /acorn-walk/6.2.0: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA== - /acorn-walk/7.2.0: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== - /acorn/3.3.0: - dev: false - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha1-ReN/s56No/JbruP/U2niu18iAXo= - /acorn/4.0.13: - dev: false - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c= - /acorn/5.7.4: - dev: false - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg== - /acorn/6.4.1: - dev: false - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== - /acorn/7.4.0: - dev: false - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w== - /add-dom-event-listener/1.1.0: - dependencies: - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha512-WCxx1ixHT0GQU9hb0KI/mhgRQhnU+U3GvwY6ZvVjYq8rsihIGoaIOUbY0yMPBxLH5MDtr0kz3fisWGNcbWW7Jw== - /add-px-to-style/1.0.0: - dev: false - resolution: - integrity: sha1-0ME1RB+oAUqBN5BFMQlvZ/KPJjo= - /address/1.1.2: - dev: false - engines: - node: '>= 0.12.0' - resolution: - integrity: sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA== - /adjust-sourcemap-loader/2.0.0: - dependencies: - assert: 1.4.1 - camelcase: 5.0.0 - loader-utils: 1.2.3 - object-path: 0.11.4 - regex-parser: 2.2.10 - dev: false - resolution: - integrity: sha512-4hFsTsn58+YjrU9qKzML2JSSDqKvN8mUGQ0nNIrfPi8hmIONT4L3uUaT6MKdMsZ9AjsU6D2xDkZxCkbQPxChrA== - /aggregate-error/3.1.0: - dependencies: - clean-stack: 2.2.0 - indent-string: 4.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== - /airbnb-js-shims/2.2.1: - dependencies: - array-includes: 3.1.1 - array.prototype.flat: 1.2.3 - array.prototype.flatmap: 1.2.3 - es5-shim: 4.5.14 - es6-shim: 0.35.5 - function.prototype.name: 1.1.2 - globalthis: 1.0.1 - object.entries: 1.1.2 - object.fromentries: 2.0.2 - object.getownpropertydescriptors: 2.1.0 - object.values: 1.1.1 - promise.allsettled: 1.0.2 - promise.prototype.finally: 3.1.2 - string.prototype.matchall: 4.0.2 - string.prototype.padend: 3.1.0 - string.prototype.padstart: 3.1.0 - symbol.prototype.description: 1.0.2 - dev: false - resolution: - integrity: sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ== - /airbnb-prop-types/2.16.0: - dependencies: - array.prototype.find: 2.1.1 - function.prototype.name: 1.1.2 - is-regex: 1.1.1 - object-is: 1.1.2 - object.assign: 4.1.1 - object.entries: 1.1.2 - prop-types: 15.7.2 - prop-types-exact: 1.2.0 - react-is: 16.13.1 - dev: false - peerDependencies: - react: ^0.14 || ^15.0.0 || ^16.0.0-alpha - resolution: - integrity: sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg== - /airbnb-prop-types/2.16.0_react@16.13.1: - dependencies: - array.prototype.find: 2.1.1 - function.prototype.name: 1.1.2 - is-regex: 1.1.1 - object-is: 1.1.2 - object.assign: 4.1.1 - object.entries: 1.1.2 - prop-types: 15.7.2 - prop-types-exact: 1.2.0 - react: 16.13.1 - react-is: 16.13.1 - dev: false - peerDependencies: - react: ^0.14 || ^15.0.0 || ^16.0.0-alpha - resolution: - integrity: sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg== - /ajv-errors/1.0.1_ajv@6.12.5: - dependencies: - ajv: 6.12.5 - dev: false - peerDependencies: - ajv: '>=5.0.0' - resolution: - integrity: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== - /ajv-keywords/2.1.1_ajv@5.5.2: - dependencies: - ajv: 5.5.2 - dev: false - peerDependencies: - ajv: ^5.0.0 - resolution: - integrity: sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I= - /ajv-keywords/3.5.2_ajv@6.12.5: - dependencies: - ajv: 6.12.5 - dev: false - peerDependencies: - ajv: ^6.9.1 - resolution: - integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== - /ajv/4.11.8: - dependencies: - co: 4.6.0 - json-stable-stringify: 1.0.1 - dev: false - optional: true - resolution: - integrity: sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY= - /ajv/5.5.2: - dependencies: - co: 4.6.0 - fast-deep-equal: 1.1.0 - fast-json-stable-stringify: 2.1.0 - json-schema-traverse: 0.3.1 - dev: false - resolution: - integrity: sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU= - /ajv/6.12.5: - dependencies: - fast-deep-equal: 3.1.3 - fast-json-stable-stringify: 2.1.0 - json-schema-traverse: 0.4.1 - uri-js: 4.4.0 - dev: false - resolution: - integrity: sha512-lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag== - /align-text/0.1.4: - dependencies: - kind-of: 3.2.2 - longest: 1.0.1 - repeat-string: 1.6.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-DNkKVhCT810KmSVsIrcGlDP60Rc= - /ally.js/1.4.1: - dependencies: - css.escape: 1.5.1 - platform: 1.3.3 - dev: false - resolution: - integrity: sha1-n7fmuljvrE7pExyymqnuO1QLzx4= - /alphanum-sort/1.0.2: - dev: false - resolution: - integrity: sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= - /amdefine/1.0.1: - dev: false - engines: - node: '>=0.4.2' - resolution: - integrity: sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= - /anser/1.4.9: - dev: false - resolution: - integrity: sha512-AI+BjTeGt2+WFk4eWcqbQ7snZpDBt8SaLlj0RT2h5xfdWaiy51OjYvqwMrNzJLGy8iOAL6nKDITWO+rd4MkYEA== - /ansi-align/2.0.0: - dependencies: - string-width: 2.1.1 - dev: false - resolution: - integrity: sha1-w2rsy6VjuJzrVW82kPCx2eNUf38= - /ansi-align/3.0.0: - dependencies: - string-width: 3.1.0 - dev: false - resolution: - integrity: sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw== - /ansi-colors/1.1.0: - dependencies: - ansi-wrap: 0.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA== - /ansi-colors/3.2.4: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== - /ansi-colors/4.1.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== - /ansi-cyan/0.1.1: - dependencies: - ansi-wrap: 0.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM= - /ansi-escapes/3.2.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== - /ansi-escapes/4.3.1: - dependencies: - type-fest: 0.11.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== - /ansi-gray/0.1.1: - dependencies: - ansi-wrap: 0.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-KWLPVOyXksSFEKPetSRDaGHvclE= - /ansi-html/0.0.7: - dev: false - engines: - '0': node >= 0.8.0 - hasBin: true - resolution: - integrity: sha1-gTWEAhliqenm/QOflA0S9WynhZ4= - /ansi-red/0.1.1: - dependencies: - ansi-wrap: 0.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw= - /ansi-regex/2.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - /ansi-regex/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= - /ansi-regex/4.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== - /ansi-regex/5.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== - /ansi-styles/2.2.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= - /ansi-styles/3.2.1: - dependencies: - color-convert: 1.9.3 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /ansi-styles/4.2.1: - dependencies: - '@types/color-name': 1.1.1 - color-convert: 2.0.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== - /ansi-to-html/0.6.14: - dependencies: - entities: 1.1.2 - dev: false - hasBin: true - resolution: - integrity: sha512-7ZslfB1+EnFSDO5Ju+ue5Y6It19DRnZXWv8jrGHgIlPna5Mh4jz7BV5jCbQneXNFurQcKoolaaAjHtgSBfOIuA== - /ansi-wrap/0.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-qCJQ3bABXponyoLoLqYDu/pF768= - /any-observable/0.3.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog== - /any-promise/1.3.0: - dev: false - resolution: - integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8= - /anymatch/1.3.2: - dependencies: - micromatch: 2.3.11 - normalize-path: 2.1.1 - dev: false - resolution: - integrity: sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA== - /anymatch/2.0.0: - dependencies: - micromatch: 3.1.10 - normalize-path: 2.1.1 - dev: false - resolution: - integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - /anymatch/3.1.1: - dependencies: - normalize-path: 3.0.0 - picomatch: 2.2.2 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== - /app-root-dir/1.0.2: - dev: false - resolution: - integrity: sha1-OBh+wt6nV3//Az/8sSFyaS/24Rg= - /aproba/1.2.0: - dev: false - resolution: - integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== - /archy/1.0.0: - dev: false - resolution: - integrity: sha1-+cjBN1fMHde8N5rHeyxipcKGjEA= - /are-we-there-yet/1.1.5: - dependencies: - delegates: 1.0.0 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== - /argparse/1.0.10: - dependencies: - sprintf-js: 1.0.3 - dev: false - resolution: - integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - /aria-query/4.2.2: - dependencies: - '@babel/runtime': 7.11.2 - '@babel/runtime-corejs3': 7.11.2 - dev: false - engines: - node: '>=6.0' - resolution: - integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA== - /arity-n/1.0.4: - dev: false - resolution: - integrity: sha1-2edrEXM+CFacCEeuezmyhgswt0U= - /arr-diff/1.1.0: - dependencies: - arr-flatten: 1.1.0 - array-slice: 0.2.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-aHwydYFjWI/vfeezb6vklesaOZo= - /arr-diff/2.0.0: - dependencies: - arr-flatten: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8= - /arr-diff/4.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - /arr-flatten/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - /arr-union/2.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0= - /arr-union/3.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - /array-differ/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-7/UuN1gknTO+QCuLuOVkuytdQDE= - /array-each/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-p5SvDAWrF1KEbudTofIRoFugxE8= - /array-equal/1.0.0: - dev: false - resolution: - integrity: sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM= - /array-filter/1.0.0: - dev: false - resolution: - integrity: sha1-uveeYubvTCpMC4MSMtr/7CUfnYM= - /array-find-index/1.0.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= - /array-flatten/1.1.1: - dev: false - resolution: - integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= - /array-includes/3.1.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - is-string: 1.0.5 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ== - /array-slice/0.2.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-3Tz7gO15c6dRF82sabC5nshhhvU= - /array-slice/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w== - /array-union/1.0.2: - dependencies: - array-uniq: 1.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk= - /array-union/2.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== - /array-uniq/1.0.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= - /array-unique/0.2.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-odl8yvy8JiXMcPrc6zalDFiwGlM= - /array-unique/0.3.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - /array.prototype.find/2.1.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - resolution: - integrity: sha512-mi+MYNJYLTx2eNYy+Yh6raoQacCsNeeMUaspFPh9Y141lFSsWxxB8V9mM2ye+eqiRs917J6/pJ4M9ZPzenWckA== - /array.prototype.flat/1.2.3: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ== - /array.prototype.flatmap/1.2.3: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg== - /array.prototype.map/1.0.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - es-array-method-boxes-properly: 1.0.0 - is-string: 1.0.5 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-Az3OYxgsa1g7xDYp86l0nnN4bcmuEITGe1rbdEBVkrqkzMgDcbdQ2R7r41pNzti+4NMces3H8gMmuioZUilLgw== - /arrify/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= - /asap/2.0.6: - dev: false - resolution: - integrity: sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= - /asn1.js/5.4.1: - dependencies: - bn.js: 4.11.9 - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - safer-buffer: 2.1.2 - dev: false - resolution: - integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== - /asn1/0.2.4: - dependencies: - safer-buffer: 2.1.2 - dev: false - resolution: - integrity: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - /assert-never/1.2.1: - dev: false - resolution: - integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw== - /assert-plus/0.2.0: - dev: false - engines: - node: '>=0.8' - optional: true - resolution: - integrity: sha1-104bh+ev/A24qttwIfP+SBAasjQ= - /assert-plus/1.0.0: - dev: false - engines: - node: '>=0.8' - resolution: - integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - /assert/1.4.1: - dependencies: - util: 0.10.3 - dev: false - resolution: - integrity: sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE= - /assert/1.5.0: - dependencies: - object-assign: 4.1.1 - util: 0.10.3 - dev: false - resolution: - integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== - /assign-symbols/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - /ast-types-flow/0.0.7: - dev: false - resolution: - integrity: sha1-9wtzXGvKGlycItmCw+Oef+ujva0= - /ast-types/0.11.3: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-XA5o5dsNw8MhyW0Q7MWXJWc4oOzZKbdsEJq45h7c8q/d9DwWZ5F2ugUc1PuMLPGsUnphCt/cNDHu8JeBbxf1qA== - /ast-types/0.13.3: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA== - /ast-types/0.13.4: - dependencies: - tslib: 2.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w== - /astral-regex/1.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== - /async-each/1.0.3: - dev: false - resolution: - integrity: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== - /async-retry/1.3.1: - dependencies: - retry: 0.12.0 - dev: false - resolution: - integrity: sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA== - /async/0.2.9: - dev: false - resolution: - integrity: sha1-32MGD789Myhqdqr21Vophtn/hhk= - /async/2.6.3: - dependencies: - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== - /asynckit/0.4.0: - dev: false - resolution: - integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k= - /at-least-node/1.0.0: - dev: false - engines: - node: '>= 4.0.0' - resolution: - integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - /atob/2.1.2: - dev: false - engines: - node: '>= 4.5.0' - hasBin: true - resolution: - integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - /autoprefixer/6.7.7: - dependencies: - browserslist: 1.7.7 - caniuse-db: 1.0.30001131 - normalize-range: 0.1.2 - num2fraction: 1.2.2 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ= - /autoprefixer/9.8.6: - dependencies: - browserslist: 4.14.3 - caniuse-lite: 1.0.30001131 - colorette: 1.2.1 - normalize-range: 0.1.2 - num2fraction: 1.2.2 - postcss: 7.0.34 - postcss-value-parser: 4.1.0 - dev: false - hasBin: true - resolution: - integrity: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg== - /aws-sign2/0.6.0: - dev: false - optional: true - resolution: - integrity: sha1-FDQt0428yU0OW4fXY81jYSwOeU8= - /aws-sign2/0.7.0: - dev: false - resolution: - integrity: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - /aws4/1.10.1: - dev: false - resolution: - integrity: sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA== - /axe-core/3.5.5: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q== - /axios/0.19.0: - dependencies: - follow-redirects: 1.5.10 - is-buffer: 2.0.4 - dev: false - resolution: - integrity: sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ== - /axobject-query/2.2.0: - dev: false - resolution: - integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA== - /babel-code-frame/6.26.0: - dependencies: - chalk: 1.1.3 - esutils: 2.0.3 - js-tokens: 3.0.2 - dev: false - resolution: - integrity: sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= - /babel-core/6.26.3: - dependencies: - babel-code-frame: 6.26.0 - babel-generator: 6.26.1 - babel-helpers: 6.24.1 - babel-messages: 6.23.0 - babel-register: 6.26.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - convert-source-map: 1.7.0 - debug: 2.6.9 - json5: 0.5.1 - lodash: 4.17.20 - minimatch: 3.0.4 - path-is-absolute: 1.0.1 - private: 0.1.8 - slash: 1.0.0 - source-map: 0.5.7 - dev: false - resolution: - integrity: sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA== - /babel-core/7.0.0-bridge.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== - /babel-eslint/10.1.0_eslint@7.9.0: - dependencies: - '@babel/code-frame': 7.10.4 - '@babel/parser': 7.11.5 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - eslint: 7.9.0 - eslint-visitor-keys: 1.3.0 - resolve: 1.17.0 - dev: false - engines: - node: '>=6' - peerDependencies: - eslint: '>= 4.12.1' - resolution: - integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== - /babel-eslint/8.2.6: - dependencies: - '@babel/code-frame': 7.0.0-beta.44 - '@babel/traverse': 7.0.0-beta.44 - '@babel/types': 7.0.0-beta.44 - babylon: 7.0.0-beta.44 - eslint-scope: 3.7.1 - eslint-visitor-keys: 1.3.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA== - /babel-generator/6.26.1: - dependencies: - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - detect-indent: 4.0.0 - jsesc: 1.3.0 - lodash: 4.17.20 - source-map: 0.5.7 - trim-right: 1.0.1 - dev: false - resolution: - integrity: sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA== - /babel-helper-bindify-decorators/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-FMGeXxQte0fxmlJDHlKxzLxAozA= - /babel-helper-builder-binary-assignment-operator-visitor/6.24.1: - dependencies: - babel-helper-explode-assignable-expression: 6.24.1 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-zORReto1b0IgvK6KAsKzRvmlZmQ= - /babel-helper-builder-react-jsx/6.26.0: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - esutils: 2.0.3 - dev: false - resolution: - integrity: sha1-Of+DE7dci2Xc7/HzHTg+D/KkCKA= - /babel-helper-call-delegate/6.24.1: - dependencies: - babel-helper-hoist-variables: 6.24.1 - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340= - /babel-helper-define-map/6.26.0: - dependencies: - babel-helper-function-name: 6.24.1 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8= - /babel-helper-evaluate-path/0.2.0: - dev: false - resolution: - integrity: sha512-0EK9TUKMxHL549hWDPkQoS7R0Ozg1CDLheVBHYds2B2qoAvmr9ejY3zOXFsrICK73TN7bPhU14PBeKc8jcBTwg== - /babel-helper-evaluate-path/0.5.0: - dev: false - resolution: - integrity: sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA== - /babel-helper-explode-assignable-expression/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-8luCz33BBDPFX3BZLVdGQArCLKo= - /babel-helper-explode-class/6.24.1: - dependencies: - babel-helper-bindify-decorators: 6.24.1 - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-fcKjkQ3uAHBW4eMdZAztPVTqqes= - /babel-helper-flip-expressions/0.2.0: - dev: false - resolution: - integrity: sha512-rAsPA1pWBc7e2E6HepkP2e1sXugT+Oq/VCqhyuHJ8aJ2d/ifwnJfd4Qxjm21qlW43AN8tqaeByagKK6wECFMSw== - /babel-helper-flip-expressions/0.4.3: - dev: false - resolution: - integrity: sha1-NpZzahKKwYvCUlS19AoizrPB0/0= - /babel-helper-function-name/6.24.1: - dependencies: - babel-helper-get-function-arity: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-00dbjAPtmCQqJbSDUasYOZ01gKk= - /babel-helper-get-function-arity/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0= - /babel-helper-hoist-variables/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-HssnaJydJVE+rbyZFKc/VAi+enY= - /babel-helper-is-nodes-equiv/0.0.1: - dev: false - resolution: - integrity: sha1-NOmzALFHnd2Y7HfqC76TQt/jloQ= - /babel-helper-is-void-0/0.2.0: - dev: false - resolution: - integrity: sha512-Axj1AYuD0E3Dl7nT3KxROP7VekEofz3XtEljzURf3fABalLpr8PamtgLFt+zuxtaCxRf9iuZmbAMMYWri5Bazw== - /babel-helper-is-void-0/0.4.3: - dev: false - resolution: - integrity: sha1-fZwBtFYee5Xb2g9u7kj1tg5nMT4= - /babel-helper-mark-eval-scopes/0.2.0: - dev: false - resolution: - integrity: sha512-KJuwrOUcHbvbh6he4xRXZFLaivK9DF9o3CrvpWnK1Wp0B+1ANYABXBMgwrnNFIDK/AvicxQ9CNr8wsgivlp4Aw== - /babel-helper-mark-eval-scopes/0.4.3: - dev: false - resolution: - integrity: sha1-0kSjvvmESHJgP/tG4izorN9VFWI= - /babel-helper-optimise-call-expression/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc= - /babel-helper-regex/6.26.0: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI= - /babel-helper-remap-async-to-generator/6.24.1: - dependencies: - babel-helper-function-name: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-XsWBgnrXI/7N04HxySg5BnbkVRs= - /babel-helper-remove-or-void/0.2.0: - dev: false - resolution: - integrity: sha512-1Z41upf/XR+PwY7Nd+F15Jo5BiQi5205ZXUuKed3yoyQgDkMyoM7vAdjEJS/T+M6jy32sXjskMUgms4zeiVtRA== - /babel-helper-remove-or-void/0.4.3: - dev: false - resolution: - integrity: sha1-pPA7QAd6D/6I5F0HAQ3uJB/1rmA= - /babel-helper-replace-supers/6.24.1: - dependencies: - babel-helper-optimise-call-expression: 6.24.1 - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-v22/5Dk40XNpohPKiov3S2qQqxo= - /babel-helper-to-multiple-sequence-expressions/0.2.0: - dev: false - resolution: - integrity: sha512-ij9lpfdP3+Zc/7kNwa+NXbTrUlsYEWPwt/ugmQO0qflzLrveTIkbfOqQztvitk81aG5NblYDQXDlRohzu3oa8Q== - /babel-helper-to-multiple-sequence-expressions/0.5.0: - dev: false - resolution: - integrity: sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA== - /babel-helpers/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI= - /babel-jest/25.5.1_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - '@types/babel__core': 7.1.9 - babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 25.5.0_@babel+core@7.11.6 - chalk: 3.0.0 - graceful-fs: 4.2.4 - slash: 3.0.0 - dev: false - engines: - node: '>= 8.3' - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ== - /babel-jest/26.3.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@jest/transform': 26.3.0 - '@jest/types': 26.3.0 - '@types/babel__core': 7.1.9 - babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 26.3.0_@babel+core@7.11.6 - chalk: 4.1.0 - graceful-fs: 4.2.4 - slash: 3.0.0 - dev: false - engines: - node: '>= 10.14.2' - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-sxPnQGEyHAOPF8NcUsD0g7hDCnvLL2XyblRBcgrzTWBB/mAIpWow3n1bEL+VghnnZfreLhFSBsFluRoK2tRK4g== - /babel-loader/7.1.5_babel-core@6.26.3+webpack@3.12.0: - dependencies: - babel-core: 6.26.3 - find-cache-dir: 1.0.0 - loader-utils: 1.4.0 - mkdirp: 0.5.5 - webpack: 3.12.0_webpack@3.12.0 - dev: false - engines: - node: '>=4' - peerDependencies: - babel-core: '6' - webpack: 2 || 3 || 4 - resolution: - integrity: sha512-iCHfbieL5d1LfOQeeVJEUyD9rTwBcP/fcEbRCfempxTDuqrKpu0AZjLAQHEQa3Yqyj9ORKe2iHfoj4rHLf7xpw== - /babel-loader/8.1.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - find-cache-dir: 2.1.0 - loader-utils: 1.4.0 - mkdirp: 0.5.5 - pify: 4.0.1 - schema-utils: 2.7.1 - dev: false - engines: - node: '>= 6.9' - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' - resolution: - integrity: sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw== - /babel-messages/6.23.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-8830cDhYA1sqKVHG7F7fbGLyYw4= - /babel-plugin-add-module-exports/0.1.4: - dependencies: - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-Glttdh7h9mPYRbTqaHhxLeMcEHo= - /babel-plugin-add-react-displayname/0.0.5: - dev: false - resolution: - integrity: sha1-M51M3be2X9YtHfnbn+BN4TQSK9U= - /babel-plugin-apply-mdx-type-prop/1.6.18_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@mdx-js/util': 1.6.18 - dev: false - peerDependencies: - '@babel/core': ^7.11.6 - resolution: - integrity: sha512-lcpbj/GatKQp48jsJ8Os/ZXv381ZYFNKA27EPllcpFMpqiS696XkoK+xie/2GjzQSe5IIbo3srsXpd6/ik8PsQ== - /babel-plugin-check-es2015-constants/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o= - /babel-plugin-date-fns/2.0.0: - dev: false - resolution: - integrity: sha512-MbsQzEgglAIBZLQbKQDgMUgFDwf7sSHXgaWRXowiEVs1B+eiBge4JnhBQtIaHIVLE9QmXfDQbb18oggvP7KSFQ== - /babel-plugin-dynamic-import-node/2.3.3: - dependencies: - object.assign: 4.1.1 - dev: false - resolution: - integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== - /babel-plugin-emotion/10.0.33: - dependencies: - '@babel/helper-module-imports': 7.10.4 - '@emotion/hash': 0.8.0 - '@emotion/memoize': 0.7.4 - '@emotion/serialize': 0.11.16 - babel-plugin-macros: 2.8.0 - babel-plugin-syntax-jsx: 6.18.0 - convert-source-map: 1.7.0 - escape-string-regexp: 1.0.5 - find-root: 1.1.0 - source-map: 0.5.7 - dev: false - resolution: - integrity: sha512-bxZbTTGz0AJQDHm8k6Rf3RQJ8tX2scsfsRyKVgAbiUPUNIRtlK+7JxP+TAd1kRLABFxe0CFm2VdK4ePkoA9FxQ== - /babel-plugin-extract-import-names/1.6.18: - dependencies: - '@babel/helper-plugin-utils': 7.10.4 - dev: false - resolution: - integrity: sha512-2EyZia3Ezl3UdhBcgDl6KZTNkYa2VhmAHHbJdhCroa1pZD/E56BulVsSKIhm/kza9agnabDR2VEHO+ZnqpfxbQ== - /babel-plugin-istanbul/5.2.0: - dependencies: - '@babel/helper-plugin-utils': 7.10.4 - find-up: 3.0.0 - istanbul-lib-instrument: 3.3.0 - test-exclude: 5.2.3 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw== - /babel-plugin-istanbul/6.0.0: - dependencies: - '@babel/helper-plugin-utils': 7.10.4 - '@istanbuljs/load-nyc-config': 1.1.0 - '@istanbuljs/schema': 0.1.2 - istanbul-lib-instrument: 4.0.3 - test-exclude: 6.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ== - /babel-plugin-jest-hoist/25.5.0: - dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - '@types/babel__traverse': 7.0.14 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-u+/W+WAjMlvoocYGTwthAiQSxDcJAyHpQ6oWlHdFZaaN+Rlk8Q7iiwDPg2lN/FyJtAYnKjFxbn7xus4HCFkg5g== - /babel-plugin-jest-hoist/26.2.0: - dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.5 - '@types/babel__core': 7.1.9 - '@types/babel__traverse': 7.0.14 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-B/hVMRv8Nh1sQ1a3EY8I0n4Y1Wty3NrR5ebOyVT302op+DOAau+xNEImGMsUWOC3++ZlMooCytKz+NgN8aKGbA== - /babel-plugin-lodash/3.3.4: - dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/types': 7.11.5 - glob: 7.1.6 - lodash: 4.17.20 - require-package-name: 2.0.1 - dev: false - resolution: - integrity: sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg== - /babel-plugin-macros/2.8.0: - dependencies: - '@babel/runtime': 7.11.2 - cosmiconfig: 6.0.0 - resolve: 1.17.0 - dev: false - resolution: - integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== - /babel-plugin-minify-builtins/0.2.0: - dependencies: - babel-helper-evaluate-path: 0.2.0 - dev: false - resolution: - integrity: sha512-4i+8ntaS8gwVUcOz5y+zE+55OVOl2nTbmHV51D4wAIiKcRI8U5K//ip1GHfhsgk/NJrrHK7h97Oy5jpqt0Iixg== - /babel-plugin-minify-builtins/0.5.0: - dev: false - resolution: - integrity: sha512-wpqbN7Ov5hsNwGdzuzvFcjgRlzbIeVv1gMIlICbPj0xkexnfoIDe7q+AZHMkQmAE/F9R5jkrB6TLfTegImlXag== - /babel-plugin-minify-constant-folding/0.2.0: - dependencies: - babel-helper-evaluate-path: 0.2.0 - dev: false - resolution: - integrity: sha512-B3ffQBEUQ8ydlIkYv2MkZtTCbV7FAkWAV7NkyhcXlGpD10PaCxNGQ/B9oguXGowR1m16Q5nGhvNn8Pkn1MO6Hw== - /babel-plugin-minify-constant-folding/0.5.0: - dependencies: - babel-helper-evaluate-path: 0.5.0 - dev: false - resolution: - integrity: sha512-Vj97CTn/lE9hR1D+jKUeHfNy+m1baNiJ1wJvoGyOBUx7F7kJqDZxr9nCHjO/Ad+irbR3HzR6jABpSSA29QsrXQ== - /babel-plugin-minify-dead-code-elimination/0.2.0: - dependencies: - babel-helper-evaluate-path: 0.2.0 - babel-helper-mark-eval-scopes: 0.2.0 - babel-helper-remove-or-void: 0.2.0 - lodash.some: 4.6.0 - dev: false - resolution: - integrity: sha512-zE7y3pRyzA4zK5nBou0kTcwUTSQ/AiFrynt1cIEYN7vcO2gS9ZFZoI0aO9JYLUdct5fsC1vfB35408yrzTyVfg== - /babel-plugin-minify-dead-code-elimination/0.5.1: - dependencies: - babel-helper-evaluate-path: 0.5.0 - babel-helper-mark-eval-scopes: 0.4.3 - babel-helper-remove-or-void: 0.4.3 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-x8OJOZIrRmQBcSqxBcLbMIK8uPmTvNWPXH2bh5MDCW1latEqYiRMuUkPImKcfpo59pTUB2FT7HfcgtG8ZlR5Qg== - /babel-plugin-minify-flip-comparisons/0.2.0: - dependencies: - babel-helper-is-void-0: 0.2.0 - dev: false - resolution: - integrity: sha512-QOqXSEmD/LhT3LpM1WCyzAGcQZYYKJF7oOHvS6QbpomHenydrV53DMdPX2mK01icBExKZcJAHF209wvDBa+CSg== - /babel-plugin-minify-flip-comparisons/0.4.3: - dependencies: - babel-helper-is-void-0: 0.4.3 - dev: false - resolution: - integrity: sha1-AMqHDLjxO0XAOLPB68DyJyk8llo= - /babel-plugin-minify-guarded-expressions/0.2.0: - dependencies: - babel-helper-flip-expressions: 0.2.0 - dev: false - resolution: - integrity: sha512-5+NSPdRQ9mnrHaA+zFj+D5OzmSiv90EX5zGH6cWQgR/OUqmCHSDqgTRPFvOctgpo8MJyO7Rt7ajs2UfLnlAwYg== - /babel-plugin-minify-guarded-expressions/0.4.4: - dependencies: - babel-helper-evaluate-path: 0.5.0 - babel-helper-flip-expressions: 0.4.3 - dev: false - resolution: - integrity: sha512-RMv0tM72YuPPfLT9QLr3ix9nwUIq+sHT6z8Iu3sLbqldzC1Dls8DPCywzUIzkTx9Zh1hWX4q/m9BPoPed9GOfA== - /babel-plugin-minify-infinity/0.2.0: - dev: false - resolution: - integrity: sha512-U694vrla1lN6vDHWGrR832t3a/A2eh+kyl019LxEE2+sS4VTydyOPRsAOIYAdJegWRA4cMX1lm9azAN0cLIr8g== - /babel-plugin-minify-infinity/0.4.3: - dev: false - resolution: - integrity: sha1-37h2obCKBldjhO8/kuZTumB7Oco= - /babel-plugin-minify-mangle-names/0.2.0: - dependencies: - babel-helper-mark-eval-scopes: 0.2.0 - dev: false - resolution: - integrity: sha512-Gixuak1/CO7VCdjn15/8Bxe/QsAtDG4zPbnsNoe1mIJGCIH/kcmSjFhMlGJtXDQZd6EKzeMfA5WmX9+jvGRefw== - /babel-plugin-minify-mangle-names/0.5.0: - dependencies: - babel-helper-mark-eval-scopes: 0.4.3 - dev: false - resolution: - integrity: sha512-3jdNv6hCAw6fsX1p2wBGPfWuK69sfOjfd3zjUXkbq8McbohWy23tpXfy5RnToYWggvqzuMOwlId1PhyHOfgnGw== - /babel-plugin-minify-numeric-literals/0.2.0: - dev: false - resolution: - integrity: sha512-VcLpb+r1YS7+RIOXdRsFVLLqoh22177USpHf+JM/g1nZbzdqENmfd5v534MLAbRErhbz6SyK+NQViVzVtBxu8g== - /babel-plugin-minify-numeric-literals/0.4.3: - dev: false - resolution: - integrity: sha1-jk/VYcefeAEob/YOjF/Z3u6TwLw= - /babel-plugin-minify-replace/0.2.0: - dev: false - resolution: - integrity: sha512-SEW6zoSVxh3OH6E1LCgyhhTWMnCv+JIRu5h5IlJDA11tU4ZeSF7uPQcO4vN/o52+FssRB26dmzJ/8D+z0QPg5Q== - /babel-plugin-minify-replace/0.5.0: - dev: false - resolution: - integrity: sha512-aXZiaqWDNUbyNNNpWs/8NyST+oU7QTpK7J9zFEFSA0eOmtUNMU3fczlTTTlnCxHmq/jYNFEmkkSG3DDBtW3Y4Q== - /babel-plugin-minify-simplify/0.2.0: - dependencies: - babel-helper-flip-expressions: 0.2.0 - babel-helper-is-nodes-equiv: 0.0.1 - babel-helper-to-multiple-sequence-expressions: 0.2.0 - dev: false - resolution: - integrity: sha512-Mj3Mwy2zVosMfXDWXZrQH5/uMAyfJdmDQ1NVqit+ArbHC3LlXVzptuyC1JxTyai/wgFvjLaichm/7vSUshkWqw== - /babel-plugin-minify-simplify/0.5.1: - dependencies: - babel-helper-evaluate-path: 0.5.0 - babel-helper-flip-expressions: 0.4.3 - babel-helper-is-nodes-equiv: 0.0.1 - babel-helper-to-multiple-sequence-expressions: 0.5.0 - dev: false - resolution: - integrity: sha512-OSYDSnoCxP2cYDMk9gxNAed6uJDiDz65zgL6h8d3tm8qXIagWGMLWhqysT6DY3Vs7Fgq7YUDcjOomhVUb+xX6A== - /babel-plugin-minify-type-constructors/0.2.0: - dependencies: - babel-helper-is-void-0: 0.2.0 - dev: false - resolution: - integrity: sha512-NiOvvA9Pq6bki6nP4BayXwT5GZadw7DJFDDzHmkpnOQpENWe8RtHtKZM44MG1R6EQ5XxgbLdsdhswIzTkFlO5g== - /babel-plugin-minify-type-constructors/0.4.3: - dependencies: - babel-helper-is-void-0: 0.4.3 - dev: false - resolution: - integrity: sha1-G8bxW4f3qxCF1CszC3F2V6IVZQA= - /babel-plugin-named-asset-import/0.3.6_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.1.0 - resolution: - integrity: sha512-1aGDUfL1qOOIoqk9QKGIo2lANk+C7ko/fqH0uIyC71x3PEGz0uVP8ISgfEsFuG+FKmjHTvFK/nNM8dowpmUxLA== - /babel-plugin-react-docgen/4.1.0: - dependencies: - lodash: 4.17.20 - react-docgen: 5.3.0 - recast: 0.14.7 - dev: false - resolution: - integrity: sha512-vzpnBlfGv8XOhJM2zbPyyqw2OLEbelgZZsaaRRTpVwNKuYuc+pUg4+dy7i9gCRms0uOQn4osX571HRcCJMJCmA== - /babel-plugin-require-context-hook/1.0.0: - dev: false - resolution: - integrity: sha512-EMZD1563QUqLhzrqcThk759RhuNVX/ZJdrtGK6drwzgvnR+ARjWyXIHPbu+tUNaMGtPz/gQeAM2M6VUw2UiUeA== - /babel-plugin-styled-components/1.11.1_styled-components@3.4.10: - dependencies: - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-module-imports': 7.10.4 - babel-plugin-syntax-jsx: 6.18.0 - lodash: 4.17.20 - styled-components: 3.4.10_react@16.13.1 - dev: false - peerDependencies: - styled-components: '>= 2' - resolution: - integrity: sha512-YwrInHyKUk1PU3avIRdiLyCpM++18Rs1NgyMXEAQC33rIXs/vro0A+stf4sT0Gf22Got+xRWB8Cm0tw+qkRzBA== - /babel-plugin-styled-components/1.11.1_styled-components@5.2.0: - dependencies: - '@babel/helper-annotate-as-pure': 7.10.4 - '@babel/helper-module-imports': 7.10.4 - babel-plugin-syntax-jsx: 6.18.0 - lodash: 4.17.20 - styled-components: 5.2.0_styled-components@5.2.0 - dev: false - peerDependencies: - styled-components: '>= 2' - resolution: - integrity: sha512-YwrInHyKUk1PU3avIRdiLyCpM++18Rs1NgyMXEAQC33rIXs/vro0A+stf4sT0Gf22Got+xRWB8Cm0tw+qkRzBA== - /babel-plugin-syntax-async-functions/6.13.0: - dev: false - resolution: - integrity: sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU= - /babel-plugin-syntax-async-generators/6.13.0: - dev: false - resolution: - integrity: sha1-a8lj67FuzLrmuStZbrfzXDQqi5o= - /babel-plugin-syntax-class-constructor-call/6.18.0: - dev: false - resolution: - integrity: sha1-nLnTn+Q8hgC+yBRkVt3L1OGnZBY= - /babel-plugin-syntax-class-properties/6.13.0: - dev: false - resolution: - integrity: sha1-1+sjt5oxf4VDlixQW4J8fWysJ94= - /babel-plugin-syntax-decorators/6.13.0: - dev: false - resolution: - integrity: sha1-MSVjtNvePMgGzuPkFszurd0RrAs= - /babel-plugin-syntax-do-expressions/6.13.0: - dev: false - resolution: - integrity: sha1-V0d1YTmqJtOQ0JQQsDdEugfkeW0= - /babel-plugin-syntax-dynamic-import/6.18.0: - dev: false - resolution: - integrity: sha1-jWomIpyDdFqZgqRBBRVyyqF5sdo= - /babel-plugin-syntax-exponentiation-operator/6.13.0: - dev: false - resolution: - integrity: sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4= - /babel-plugin-syntax-export-extensions/6.13.0: - dev: false - resolution: - integrity: sha1-cKFITw+QiaToStRLrDU8lbmxJyE= - /babel-plugin-syntax-flow/6.18.0: - dev: false - resolution: - integrity: sha1-TDqyCiryaqIM0lmVw5jE63AxDI0= - /babel-plugin-syntax-function-bind/6.13.0: - dev: false - resolution: - integrity: sha1-SMSV8Xe98xqYHnMvVa3AvdJgH0Y= - /babel-plugin-syntax-jsx/6.18.0: - dev: false - resolution: - integrity: sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY= - /babel-plugin-syntax-object-rest-spread/6.13.0: - dev: false - resolution: - integrity: sha1-/WU28rzhODb/o6VFjEkDpZe7O/U= - /babel-plugin-syntax-trailing-function-commas/6.22.0: - dev: false - resolution: - integrity: sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM= - /babel-plugin-transform-async-generator-functions/6.24.1: - dependencies: - babel-helper-remap-async-to-generator: 6.24.1 - babel-plugin-syntax-async-generators: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-8FiQAUX9PpkHpt3yjaWfIVJYpds= - /babel-plugin-transform-async-to-generator/6.24.1: - dependencies: - babel-helper-remap-async-to-generator: 6.24.1 - babel-plugin-syntax-async-functions: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E= - /babel-plugin-transform-class-constructor-call/6.24.1: - dependencies: - babel-plugin-syntax-class-constructor-call: 6.18.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-gNwoVQWsBn3LjWxl4vbxGrd2Xvk= - /babel-plugin-transform-class-properties/6.24.1: - dependencies: - babel-helper-function-name: 6.24.1 - babel-plugin-syntax-class-properties: 6.13.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-anl2PqYdM9NvN7YRqp3vgagbRqw= - /babel-plugin-transform-decorators/6.24.1: - dependencies: - babel-helper-explode-class: 6.24.1 - babel-plugin-syntax-decorators: 6.13.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-eIAT2PjGtSIr33s0Q5Df13Vp4k0= - /babel-plugin-transform-define/2.0.0: - dependencies: - lodash: 4.17.20 - traverse: 0.6.6 - dev: false - engines: - node: '>= 8.x.x' - resolution: - integrity: sha512-0dv5RNRUlUKxGYIIErl01lpvi8b7W2R04Qcl1mCj70ahwZcgiklfXnFlh4FGnRh6aayCfSZKdhiMryVzcq5Dmg== - /babel-plugin-transform-do-expressions/6.22.0: - dependencies: - babel-plugin-syntax-do-expressions: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-KMyvkoEtlJws0SgfaQyP3EaK6bs= - /babel-plugin-transform-es2015-arrow-functions/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE= - /babel-plugin-transform-es2015-block-scoped-functions/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-u8UbSflk1wy42OC5ToICRs46YUE= - /babel-plugin-transform-es2015-block-scoping/6.26.0: - dependencies: - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8= - /babel-plugin-transform-es2015-classes/6.24.1: - dependencies: - babel-helper-define-map: 6.26.0 - babel-helper-function-name: 6.24.1 - babel-helper-optimise-call-expression: 6.24.1 - babel-helper-replace-supers: 6.24.1 - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-WkxYpQyclGHlZLSyo7+ryXolhNs= - /babel-plugin-transform-es2015-computed-properties/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM= - /babel-plugin-transform-es2015-destructuring/6.23.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-mXux8auWf2gtKwh2/jWNYOdlxW0= - /babel-plugin-transform-es2015-duplicate-keys/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-c+s9MQypaePvnskcU3QabxV2Qj4= - /babel-plugin-transform-es2015-for-of/6.23.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE= - /babel-plugin-transform-es2015-function-name/6.24.1: - dependencies: - babel-helper-function-name: 6.24.1 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-g0yJhTvDaxrw86TF26qU/Y6sqos= - /babel-plugin-transform-es2015-literals/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-T1SgLWzWbPkVKAAZox0xklN3yi4= - /babel-plugin-transform-es2015-modules-amd/6.24.1: - dependencies: - babel-plugin-transform-es2015-modules-commonjs: 6.26.2 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ= - /babel-plugin-transform-es2015-modules-commonjs/6.26.2: - dependencies: - babel-plugin-transform-strict-mode: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q== - /babel-plugin-transform-es2015-modules-systemjs/6.24.1: - dependencies: - babel-helper-hoist-variables: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM= - /babel-plugin-transform-es2015-modules-umd/6.24.1: - dependencies: - babel-plugin-transform-es2015-modules-amd: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - dev: false - resolution: - integrity: sha1-rJl+YoXNGO1hdq22B9YCNErThGg= - /babel-plugin-transform-es2015-object-super/6.24.1: - dependencies: - babel-helper-replace-supers: 6.24.1 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-JM72muIcuDp/hgPa0CH1cusnj40= - /babel-plugin-transform-es2015-parameters/6.24.1: - dependencies: - babel-helper-call-delegate: 6.24.1 - babel-helper-get-function-arity: 6.24.1 - babel-runtime: 6.26.0 - babel-template: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-V6w1GrScrxSpfNE7CfZv3wpiXys= - /babel-plugin-transform-es2015-shorthand-properties/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-JPh11nIch2YbvZmkYi5R8U3jiqA= - /babel-plugin-transform-es2015-spread/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-1taKmfia7cRTbIGlQujdnxdG+NE= - /babel-plugin-transform-es2015-sticky-regex/6.24.1: - dependencies: - babel-helper-regex: 6.26.0 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-AMHNsaynERLN8M9hJsLta0V8zbw= - /babel-plugin-transform-es2015-template-literals/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-qEs0UPfp+PH2g51taH2oS7EjbY0= - /babel-plugin-transform-es2015-typeof-symbol/6.23.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I= - /babel-plugin-transform-es2015-unicode-regex/6.24.1: - dependencies: - babel-helper-regex: 6.26.0 - babel-runtime: 6.26.0 - regexpu-core: 2.0.0 - dev: false - resolution: - integrity: sha1-04sS9C6nMj9yk4fxinxa4frrNek= - /babel-plugin-transform-es3-member-expression-literals/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-cz00RPPsxBvvjtGmpOCWV7iWnrs= - /babel-plugin-transform-es3-property-literals/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-sgeNWELiKr9A9z6M3pzTcRq9V1g= - /babel-plugin-transform-exponentiation-operator/6.24.1: - dependencies: - babel-helper-builder-binary-assignment-operator-visitor: 6.24.1 - babel-plugin-syntax-exponentiation-operator: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-KrDJx/MJj6SJB3cruBP+QejeOg4= - /babel-plugin-transform-export-extensions/6.22.0: - dependencies: - babel-plugin-syntax-export-extensions: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-U3OLR+deghhYnuqUbLvTkQm75lM= - /babel-plugin-transform-flow-strip-types/6.22.0: - dependencies: - babel-plugin-syntax-flow: 6.18.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-hMtnKTXUNxT9wyvOhFaNh0Qc988= - /babel-plugin-transform-function-bind/6.22.0: - dependencies: - babel-plugin-syntax-function-bind: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-xvuOlqwpajELjPjqQBRiQH3fapc= - /babel-plugin-transform-inline-consecutive-adds/0.2.0: - dev: false - resolution: - integrity: sha512-GlhOuLOQ28ua9prg0hT33HslCrEmz9xWXy9ZNZSACppCyRxxRW+haYtRgm7uYXCcd0q8ggCWD2pfWEJp5iiZfQ== - /babel-plugin-transform-inline-consecutive-adds/0.4.3: - dev: false - resolution: - integrity: sha1-Mj1Ho+pjqDp6w8gRro5pQfrysNE= - /babel-plugin-transform-member-expression-literals/6.9.4: - dev: false - resolution: - integrity: sha1-NwOcmgwzE6OUlfqsL/OmtbnQOL8= - /babel-plugin-transform-merge-sibling-variables/6.9.4: - dev: false - resolution: - integrity: sha1-hbQi/DN3tEnJ0c3kQIcgNTJAHa4= - /babel-plugin-transform-minify-booleans/6.9.4: - dev: false - resolution: - integrity: sha1-rLs+VqNVXdI5KOS1gtKFFi3SsZg= - /babel-plugin-transform-object-assign/6.22.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-+Z0vZvGgsNSY40bFNZaEdAyqILo= - /babel-plugin-transform-object-rest-spread/6.26.0: - dependencies: - babel-plugin-syntax-object-rest-spread: 6.13.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY= - /babel-plugin-transform-property-literals/6.9.4: - dependencies: - esutils: 2.0.3 - dev: false - resolution: - integrity: sha1-mMHSHiVXNlc/k+zlRFn2ziSYXTk= - /babel-plugin-transform-react-display-name/6.25.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-Z+K/Hx6ck6sI25Z5LgU5K/LMKNE= - /babel-plugin-transform-react-jsx-self/6.22.0: - dependencies: - babel-plugin-syntax-jsx: 6.18.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-322AqdomEqEh5t3XVYvL7PBuY24= - /babel-plugin-transform-react-jsx-source/6.22.0: - dependencies: - babel-plugin-syntax-jsx: 6.18.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-ZqwSFT9c0tF7PBkmj0vwGX9E7NY= - /babel-plugin-transform-react-jsx/6.24.1: - dependencies: - babel-helper-builder-react-jsx: 6.26.0 - babel-plugin-syntax-jsx: 6.18.0 - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-hAoCjn30YN/DotKfDA2R9jduZqM= - /babel-plugin-transform-react-remove-prop-types/0.4.24: - dev: false - resolution: - integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== - /babel-plugin-transform-regenerator/6.26.0: - dependencies: - regenerator-transform: 0.10.1 - dev: false - resolution: - integrity: sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8= - /babel-plugin-transform-regexp-constructors/0.2.0: - dev: false - resolution: - integrity: sha512-7IsQ6aQx6LAaOqy97/PthTf+5Nx9grZww3r6E62IdWe76Yr8KsuwVjxzqSPQvESJqTE3EMADQ9S0RtwWDGNG9Q== - /babel-plugin-transform-regexp-constructors/0.4.3: - dev: false - resolution: - integrity: sha1-WLd3W2OvzzMyj66aX4j71PsLSWU= - /babel-plugin-transform-remove-console/6.9.4: - dev: false - resolution: - integrity: sha1-uYA2DAZzhOJLNXpYjYB9PINSd4A= - /babel-plugin-transform-remove-debugger/6.9.4: - dev: false - resolution: - integrity: sha1-QrcnYxyXl44estGZp67IShgznvI= - /babel-plugin-transform-remove-undefined/0.2.0: - dependencies: - babel-helper-evaluate-path: 0.2.0 - dev: false - resolution: - integrity: sha512-O8v57tPMHkp89kA4ZfQEYds/pzgvz/QYerBJjIuL5/Jc7RnvMVRA5gJY9zFKP7WayW8WOSBV4vh8Y8FJRio+ow== - /babel-plugin-transform-remove-undefined/0.5.0: - dependencies: - babel-helper-evaluate-path: 0.5.0 - dev: false - resolution: - integrity: sha512-+M7fJYFaEE/M9CXa0/IRkDbiV3wRELzA1kKQFCJ4ifhrzLKn/9VCCgj9OFmYWwBd8IB48YdgPkHYtbYq+4vtHQ== - /babel-plugin-transform-runtime/6.23.0: - dependencies: - babel-runtime: 6.26.0 - dev: false - resolution: - integrity: sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4= - /babel-plugin-transform-simplify-comparison-operators/6.9.4: - dev: false - resolution: - integrity: sha1-9ir+CWyrDh9ootdT/fKDiIRxzrk= - /babel-plugin-transform-strict-mode/6.24.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - dev: false - resolution: - integrity: sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g= - /babel-plugin-transform-undefined-to-void/6.9.4: - dev: false - resolution: - integrity: sha1-viQcqBQEAwZ4t0hxcyK4nQyP4oA= - /babel-preset-current-node-syntax/0.1.3_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.11.6 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.11.6 - dev: false - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-uyexu1sVwcdFnyq9o8UQYsXwXflIh8LvrF5+cKrYam93ned1CStffB3+BEcsxGSgagoA3GEyjDqO4a/58hyPYQ== - /babel-preset-env/1.7.0: - dependencies: - babel-plugin-check-es2015-constants: 6.22.0 - babel-plugin-syntax-trailing-function-commas: 6.22.0 - babel-plugin-transform-async-to-generator: 6.24.1 - babel-plugin-transform-es2015-arrow-functions: 6.22.0 - babel-plugin-transform-es2015-block-scoped-functions: 6.22.0 - babel-plugin-transform-es2015-block-scoping: 6.26.0 - babel-plugin-transform-es2015-classes: 6.24.1 - babel-plugin-transform-es2015-computed-properties: 6.24.1 - babel-plugin-transform-es2015-destructuring: 6.23.0 - babel-plugin-transform-es2015-duplicate-keys: 6.24.1 - babel-plugin-transform-es2015-for-of: 6.23.0 - babel-plugin-transform-es2015-function-name: 6.24.1 - babel-plugin-transform-es2015-literals: 6.22.0 - babel-plugin-transform-es2015-modules-amd: 6.24.1 - babel-plugin-transform-es2015-modules-commonjs: 6.26.2 - babel-plugin-transform-es2015-modules-systemjs: 6.24.1 - babel-plugin-transform-es2015-modules-umd: 6.24.1 - babel-plugin-transform-es2015-object-super: 6.24.1 - babel-plugin-transform-es2015-parameters: 6.24.1 - babel-plugin-transform-es2015-shorthand-properties: 6.24.1 - babel-plugin-transform-es2015-spread: 6.22.0 - babel-plugin-transform-es2015-sticky-regex: 6.24.1 - babel-plugin-transform-es2015-template-literals: 6.22.0 - babel-plugin-transform-es2015-typeof-symbol: 6.23.0 - babel-plugin-transform-es2015-unicode-regex: 6.24.1 - babel-plugin-transform-exponentiation-operator: 6.24.1 - babel-plugin-transform-regenerator: 6.26.0 - browserslist: 3.2.8 - invariant: 2.2.4 - semver: 5.7.1 - dev: false - resolution: - integrity: sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg== - /babel-preset-flow/6.23.0: - dependencies: - babel-plugin-transform-flow-strip-types: 6.22.0 - dev: false - resolution: - integrity: sha1-5xIYiHCFrpoktb5Baa/7WZgWxJ0= - /babel-preset-jest/25.5.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - babel-plugin-jest-hoist: 25.5.0 - babel-preset-current-node-syntax: 0.1.3_@babel+core@7.11.6 - dev: false - engines: - node: '>= 8.3' - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw== - /babel-preset-jest/26.3.0_@babel+core@7.11.6: - dependencies: - '@babel/core': 7.11.6 - babel-plugin-jest-hoist: 26.2.0 - babel-preset-current-node-syntax: 0.1.3_@babel+core@7.11.6 - dev: false - engines: - node: '>= 10.14.2' - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-5WPdf7nyYi2/eRxCbVrE1kKCWxgWY4RsPEbdJWFm7QsesFGqjdkyLeu1zRkwM1cxK6EPIlNd6d2AxLk7J+t4pw== - /babel-preset-minify/0.2.0: - dependencies: - babel-plugin-minify-builtins: 0.2.0 - babel-plugin-minify-constant-folding: 0.2.0 - babel-plugin-minify-dead-code-elimination: 0.2.0 - babel-plugin-minify-flip-comparisons: 0.2.0 - babel-plugin-minify-guarded-expressions: 0.2.0 - babel-plugin-minify-infinity: 0.2.0 - babel-plugin-minify-mangle-names: 0.2.0 - babel-plugin-minify-numeric-literals: 0.2.0 - babel-plugin-minify-replace: 0.2.0 - babel-plugin-minify-simplify: 0.2.0 - babel-plugin-minify-type-constructors: 0.2.0 - babel-plugin-transform-inline-consecutive-adds: 0.2.0 - babel-plugin-transform-member-expression-literals: 6.9.4 - babel-plugin-transform-merge-sibling-variables: 6.9.4 - babel-plugin-transform-minify-booleans: 6.9.4 - babel-plugin-transform-property-literals: 6.9.4 - babel-plugin-transform-regexp-constructors: 0.2.0 - babel-plugin-transform-remove-console: 6.9.4 - babel-plugin-transform-remove-debugger: 6.9.4 - babel-plugin-transform-remove-undefined: 0.2.0 - babel-plugin-transform-simplify-comparison-operators: 6.9.4 - babel-plugin-transform-undefined-to-void: 6.9.4 - lodash.isplainobject: 4.0.6 - dev: false - resolution: - integrity: sha512-mR8Q44RmMzm18bM2Lqd9uiPopzk5GDCtVuquNbLFmX6lOKnqWoenaNBxnWW0UhBFC75lEHTIgNGCbnsRI0pJVw== - /babel-preset-minify/0.5.1: - dependencies: - babel-plugin-minify-builtins: 0.5.0 - babel-plugin-minify-constant-folding: 0.5.0 - babel-plugin-minify-dead-code-elimination: 0.5.1 - babel-plugin-minify-flip-comparisons: 0.4.3 - babel-plugin-minify-guarded-expressions: 0.4.4 - babel-plugin-minify-infinity: 0.4.3 - babel-plugin-minify-mangle-names: 0.5.0 - babel-plugin-minify-numeric-literals: 0.4.3 - babel-plugin-minify-replace: 0.5.0 - babel-plugin-minify-simplify: 0.5.1 - babel-plugin-minify-type-constructors: 0.4.3 - babel-plugin-transform-inline-consecutive-adds: 0.4.3 - babel-plugin-transform-member-expression-literals: 6.9.4 - babel-plugin-transform-merge-sibling-variables: 6.9.4 - babel-plugin-transform-minify-booleans: 6.9.4 - babel-plugin-transform-property-literals: 6.9.4 - babel-plugin-transform-regexp-constructors: 0.4.3 - babel-plugin-transform-remove-console: 6.9.4 - babel-plugin-transform-remove-debugger: 6.9.4 - babel-plugin-transform-remove-undefined: 0.5.0 - babel-plugin-transform-simplify-comparison-operators: 6.9.4 - babel-plugin-transform-undefined-to-void: 6.9.4 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-1IajDumYOAPYImkHbrKeiN5AKKP9iOmRoO2IPbIuVp0j2iuCcj0n7P260z38siKMZZ+85d3mJZdtW8IgOv+Tzg== - /babel-preset-react/6.24.1: - dependencies: - babel-plugin-syntax-jsx: 6.18.0 - babel-plugin-transform-react-display-name: 6.25.0 - babel-plugin-transform-react-jsx: 6.24.1 - babel-plugin-transform-react-jsx-self: 6.22.0 - babel-plugin-transform-react-jsx-source: 6.22.0 - babel-preset-flow: 6.23.0 - dev: false - resolution: - integrity: sha1-umnfrqRfw+xjm2pOzqbhdwLJE4A= - /babel-preset-stage-0/6.24.1: - dependencies: - babel-plugin-transform-do-expressions: 6.22.0 - babel-plugin-transform-function-bind: 6.22.0 - babel-preset-stage-1: 6.24.1 - dev: false - resolution: - integrity: sha1-VkLRUEL5E4TX5a+LyIsduVsDnmo= - /babel-preset-stage-1/6.24.1: - dependencies: - babel-plugin-transform-class-constructor-call: 6.24.1 - babel-plugin-transform-export-extensions: 6.22.0 - babel-preset-stage-2: 6.24.1 - dev: false - resolution: - integrity: sha1-dpLNfc1oSZB+auSgqFWJz7niv7A= - /babel-preset-stage-2/6.24.1: - dependencies: - babel-plugin-syntax-dynamic-import: 6.18.0 - babel-plugin-transform-class-properties: 6.24.1 - babel-plugin-transform-decorators: 6.24.1 - babel-preset-stage-3: 6.24.1 - dev: false - resolution: - integrity: sha1-2eKWD7PXEYfw5k7sYrwHdnIZvcE= - /babel-preset-stage-3/6.24.1: - dependencies: - babel-plugin-syntax-trailing-function-commas: 6.22.0 - babel-plugin-transform-async-generator-functions: 6.24.1 - babel-plugin-transform-async-to-generator: 6.24.1 - babel-plugin-transform-exponentiation-operator: 6.24.1 - babel-plugin-transform-object-rest-spread: 6.26.0 - dev: false - resolution: - integrity: sha1-g2raCp56f6N8sTj7kyb4eTSkg5U= - /babel-register/6.26.0: - dependencies: - babel-core: 6.26.3 - babel-runtime: 6.26.0 - core-js: 2.6.11 - home-or-tmp: 2.0.0 - lodash: 4.17.20 - mkdirp: 0.5.5 - source-map-support: 0.4.18 - dev: false - resolution: - integrity: sha1-btAhFz4vy0htestFxgCahW9kcHE= - /babel-runtime/6.26.0: - dependencies: - core-js: 2.6.11 - regenerator-runtime: 0.11.1 - dev: false - resolution: - integrity: sha1-llxwWGaOgrVde/4E/yM3vItWR/4= - /babel-template/6.26.0: - dependencies: - babel-runtime: 6.26.0 - babel-traverse: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI= - /babel-traverse/6.26.0: - dependencies: - babel-code-frame: 6.26.0 - babel-messages: 6.23.0 - babel-runtime: 6.26.0 - babel-types: 6.26.0 - babylon: 6.18.0 - debug: 2.6.9 - globals: 9.18.0 - invariant: 2.2.4 - lodash: 4.17.20 - dev: false - resolution: - integrity: sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4= - /babel-types/6.26.0: - dependencies: - babel-runtime: 6.26.0 - esutils: 2.0.3 - lodash: 4.17.20 - to-fast-properties: 1.0.3 - dev: false - resolution: - integrity: sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= - /babel-walk/3.0.0-canary-5: - dependencies: - '@babel/types': 7.11.5 - dev: false - engines: - node: '>= 10.0.0' - resolution: - integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw== - /babylon/6.18.0: - dev: false - hasBin: true - resolution: - integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== - /babylon/7.0.0-beta.44: - dev: false - engines: - node: '>=4.2.0' - hasBin: true - resolution: - integrity: sha512-5Hlm13BJVAioCHpImtFqNOF2H3ieTOHd0fmFGMxOJ9jgeFqeAwsv3u5P5cR7CSeFrkgHsT19DgFJkHV0/Mcd8g== - /bail/1.0.5: - dev: false - resolution: - integrity: sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ== - /balanced-match/0.4.2: - dev: false - resolution: - integrity: sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg= - /balanced-match/1.0.0: - dev: false - resolution: - integrity: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - /base/0.11.2: - dependencies: - cache-base: 1.0.1 - class-utils: 0.3.6 - component-emitter: 1.3.0 - define-property: 1.0.0 - isobject: 3.0.1 - mixin-deep: 1.3.2 - pascalcase: 0.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - /base64-js/1.3.1: - dev: false - resolution: - integrity: sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== - /batch-processor/1.0.0: - dev: false - resolution: - integrity: sha1-dclcMrdI4IUNEMKxaPa9vpiRrOg= - /batch/0.5.1: - dev: false - resolution: - integrity: sha1-NqS6tZTAUP17UHvKDbMMLZKvT/I= - /bcrypt-pbkdf/1.0.2: - dependencies: - tweetnacl: 0.14.5 - dev: false - resolution: - integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - /beeper/1.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak= - /big.js/5.2.2: - dev: false - resolution: - integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - /binary-extensions/1.13.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== - /binary-extensions/2.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== - /bindings/1.5.0: - dependencies: - file-uri-to-path: 1.0.0 - dev: false - optional: true - resolution: - integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== - /bl/1.2.3: - dependencies: - readable-stream: 2.3.7 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww== - /block-stream/0.0.9: - dependencies: - inherits: 2.0.4 - dev: false - engines: - node: 0.4 || >=0.5.8 - resolution: - integrity: sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo= - /bluebird/2.11.0: - dev: false - resolution: - integrity: sha1-U0uQM8AiyVecVro7Plpcqvu2UOE= - /bluebird/3.7.2: - dev: false - resolution: - integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== - /bn.js/4.11.9: - dev: false - resolution: - integrity: sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== - /bn.js/5.1.3: - dev: false - resolution: - integrity: sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ== - /body-parser/1.19.0: - dependencies: - bytes: 3.1.0 - content-type: 1.0.4 - debug: 2.6.9 - depd: 1.1.2 - http-errors: 1.7.2 - iconv-lite: 0.4.24 - on-finished: 2.3.0 - qs: 6.7.0 - raw-body: 2.4.0 - type-is: 1.6.18 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== - /boolbase/1.0.0: - dev: false - resolution: - integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24= - /boom/2.10.1: - dependencies: - hoek: 2.16.3 - deprecated: 'This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).' - dev: false - engines: - node: '>=0.10.40' - optional: true - resolution: - integrity: sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8= - /boxen/1.3.0: - dependencies: - ansi-align: 2.0.0 - camelcase: 4.1.0 - chalk: 2.4.2 - cli-boxes: 1.0.0 - string-width: 2.1.1 - term-size: 1.2.0 - widest-line: 2.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw== - /boxen/4.2.0: - dependencies: - ansi-align: 3.0.0 - camelcase: 5.3.1 - chalk: 3.0.0 - cli-boxes: 2.2.1 - string-width: 4.2.0 - term-size: 2.2.0 - type-fest: 0.8.1 - widest-line: 3.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ== - /brace-expansion/1.1.11: - dependencies: - balanced-match: 1.0.0 - concat-map: 0.0.1 - dev: false - resolution: - integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - /braces/1.8.5: - dependencies: - expand-range: 1.8.2 - preserve: 0.2.0 - repeat-element: 1.1.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-uneWLhLf+WnWt2cR6RS3N4V79qc= - /braces/2.3.2: - dependencies: - arr-flatten: 1.1.0 - array-unique: 0.3.2 - extend-shallow: 2.0.1 - fill-range: 4.0.0 - isobject: 3.0.1 - repeat-element: 1.1.3 - snapdragon: 0.8.2 - snapdragon-node: 2.1.1 - split-string: 3.1.0 - to-regex: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - /braces/3.0.2: - dependencies: - fill-range: 7.0.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - /brorand/1.1.0: - dev: false - resolution: - integrity: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= - /browser-process-hrtime/1.0.0: - dev: false - resolution: - integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== - /browser-resolve/1.11.3: - dependencies: - resolve: 1.1.7 - dev: false - resolution: - integrity: sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ== - /browserify-aes/1.2.0: - dependencies: - buffer-xor: 1.0.3 - cipher-base: 1.0.4 - create-hash: 1.2.0 - evp_bytestokey: 1.0.3 - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== - /browserify-cipher/1.0.1: - dependencies: - browserify-aes: 1.2.0 - browserify-des: 1.0.2 - evp_bytestokey: 1.0.3 - dev: false - resolution: - integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== - /browserify-des/1.0.2: - dependencies: - cipher-base: 1.0.4 - des.js: 1.0.1 - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== - /browserify-rsa/4.0.1: - dependencies: - bn.js: 4.11.9 - randombytes: 2.1.0 - dev: false - resolution: - integrity: sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ= - /browserify-sign/4.2.1: - dependencies: - bn.js: 5.1.3 - browserify-rsa: 4.0.1 - create-hash: 1.2.0 - create-hmac: 1.1.7 - elliptic: 6.5.3 - inherits: 2.0.4 - parse-asn1: 5.1.6 - readable-stream: 3.6.0 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg== - /browserify-zlib/0.1.4: - dependencies: - pako: 0.2.9 - dev: false - resolution: - integrity: sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0= - /browserify-zlib/0.2.0: - dependencies: - pako: 1.0.11 - dev: false - resolution: - integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== - /browserslist/1.7.7: - dependencies: - caniuse-db: 1.0.30001131 - electron-to-chromium: 1.3.570 - deprecated: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools. - dev: false - hasBin: true - resolution: - integrity: sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk= - /browserslist/3.2.8: - dependencies: - caniuse-lite: 1.0.30001131 - electron-to-chromium: 1.3.570 - dev: false - hasBin: true - resolution: - integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ== - /browserslist/4.12.0: - dependencies: - caniuse-lite: 1.0.30001131 - electron-to-chromium: 1.3.570 - node-releases: 1.1.61 - pkg-up: 2.0.0 - dev: false - hasBin: true - resolution: - integrity: sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg== - /browserslist/4.14.3: - dependencies: - caniuse-lite: 1.0.30001131 - electron-to-chromium: 1.3.570 - escalade: 3.1.0 - node-releases: 1.1.61 - dev: false - engines: - node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 - hasBin: true - resolution: - integrity: sha512-GcZPC5+YqyPO4SFnz48/B0YaCwS47Q9iPChRGi6t7HhflKBcINzFrJvRfC+jp30sRMKxF+d4EHGs27Z0XP1NaQ== - /browserslist/4.7.0: - dependencies: - caniuse-lite: 1.0.30001131 - electron-to-chromium: 1.3.570 - node-releases: 1.1.61 - dev: false - hasBin: true - resolution: - integrity: sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA== - /bser/2.1.1: - dependencies: - node-int64: 0.4.0 - dev: false - resolution: - integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== - /buble/0.19.8: - dependencies: - acorn: 6.4.1 - acorn-dynamic-import: 4.0.0_acorn@6.4.1 - acorn-jsx: 5.3.1_acorn@6.4.1 - chalk: 2.4.2 - magic-string: 0.25.7 - minimist: 1.2.5 - os-homedir: 2.0.0 - regexpu-core: 4.7.0 - dev: false - hasBin: true - resolution: - integrity: sha512-IoGZzrUTY5fKXVkgGHw3QeXFMUNBFv+9l8a4QJKG1JhG3nCMHTdEX1DCOg8568E2Q9qvAQIiSokv6Jsgx8p2cA== - /buffer-alloc-unsafe/1.1.0: - dev: false - resolution: - integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg== - /buffer-alloc/1.2.0: - dependencies: - buffer-alloc-unsafe: 1.1.0 - buffer-fill: 1.0.0 - dev: false - resolution: - integrity: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow== - /buffer-fill/1.0.0: - dev: false - resolution: - integrity: sha1-+PeLdniYiO858gXNY39o5wISKyw= - /buffer-from/1.1.1: - dev: false - resolution: - integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== - /buffer-xor/1.0.3: - dev: false - resolution: - integrity: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= - /buffer/4.9.2: - dependencies: - base64-js: 1.3.1 - ieee754: 1.1.13 - isarray: 1.0.0 - dev: false - resolution: - integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== - /buffer/5.6.0: - dependencies: - base64-js: 1.3.1 - ieee754: 1.1.13 - dev: false - resolution: - integrity: sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw== - /builtin-modules/1.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= - /builtin-status-codes/3.0.0: - dev: false - resolution: - integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= - /builtins/1.0.3: - dev: false - resolution: - integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og= - /bytes/1.0.0: - dev: false - resolution: - integrity: sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g= - /bytes/3.1.0: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== - /cacache/12.0.4: - dependencies: - bluebird: 3.7.2 - chownr: 1.1.4 - figgy-pudding: 3.5.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - infer-owner: 1.0.4 - lru-cache: 5.1.1 - mississippi: 3.0.0 - mkdirp: 0.5.5 - move-concurrently: 1.0.1 - promise-inflight: 1.0.1 - rimraf: 2.7.1 - ssri: 6.0.1 - unique-filename: 1.1.1 - y18n: 4.0.0 - dev: false - resolution: - integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== - /cacache/13.0.1: - dependencies: - chownr: 1.1.4 - figgy-pudding: 3.5.2 - fs-minipass: 2.1.0 - glob: 7.1.6 - graceful-fs: 4.2.4 - infer-owner: 1.0.4 - lru-cache: 5.1.1 - minipass: 3.1.3 - minipass-collect: 1.0.2 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - mkdirp: 0.5.3 - move-concurrently: 1.0.1 - p-map: 3.0.0 - promise-inflight: 1.0.1 - rimraf: 2.7.1 - ssri: 7.1.0 - unique-filename: 1.1.1 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-5ZvAxd05HDDU+y9BVvcqYu2LLXmPnQ0hW62h32g4xBTgL/MppR4/04NHfj/ycM2y6lmTnbw6HVi+1eN0Psba6w== - /cache-base/1.0.1: - dependencies: - collection-visit: 1.0.0 - component-emitter: 1.3.0 - get-value: 2.0.6 - has-value: 1.0.0 - isobject: 3.0.1 - set-value: 2.0.1 - to-object-path: 0.3.0 - union-value: 1.0.1 - unset-value: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - /cacheable-request/2.1.4: - dependencies: - clone-response: 1.0.2 - get-stream: 3.0.0 - http-cache-semantics: 3.8.1 - keyv: 3.0.0 - lowercase-keys: 1.0.0 - normalize-url: 2.0.1 - responselike: 1.0.2 - dev: false - resolution: - integrity: sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0= - /call-me-maybe/1.0.1: - dev: false - resolution: - integrity: sha1-JtII6onje1y95gJQoV8DHBak1ms= - /caller-callsite/2.0.0: - dependencies: - callsites: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - /caller-path/0.1.0: - dependencies: - callsites: 0.2.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8= - /caller-path/2.0.0: - dependencies: - caller-callsite: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - /callsites/0.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo= - /callsites/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= - /callsites/3.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - /camel-case/3.0.0: - dependencies: - no-case: 2.3.2 - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M= - /camel-case/4.1.1: - dependencies: - pascal-case: 3.1.1 - tslib: 1.13.0 - dev: false - resolution: - integrity: sha512-7fa2WcG4fYFkclIvEmxBbTvmibwF2/agfEBc6q3lOpVu0A13ltLsA+Hr/8Hp6kp5f+G7hKi6t8lys6XxP+1K6Q== - /camelcase-css/2.0.1: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== - /camelcase-keys/2.1.0: - dependencies: - camelcase: 2.1.1 - map-obj: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-MIvur/3ygRkFHvodkyITyRuPkuc= - /camelcase-keys/4.2.0: - dependencies: - camelcase: 4.1.0 - map-obj: 2.0.0 - quick-lru: 1.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-oqpfsa9oh1glnDLBQUJteJI7m3c= - /camelcase-keys/6.2.2: - dependencies: - camelcase: 5.3.1 - map-obj: 4.1.0 - quick-lru: 4.0.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== - /camelcase/1.2.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk= - /camelcase/2.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= - /camelcase/4.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= - /camelcase/5.0.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA== - /camelcase/5.3.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - /camelcase/6.0.0: - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w== - /camelize/1.0.0: - dev: false - resolution: - integrity: sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs= - /can-use-dom/0.1.0: - dev: false - resolution: - integrity: sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo= - /caniuse-api/1.6.1: - dependencies: - browserslist: 1.7.7 - caniuse-db: 1.0.30001131 - lodash.memoize: 4.1.2 - lodash.uniq: 4.5.0 - dev: false - resolution: - integrity: sha1-tTTnxzTE+B7F++isoq0kNUuWLGw= - /caniuse-api/3.0.0: - dependencies: - browserslist: 4.12.0 - caniuse-lite: 1.0.30001131 - lodash.memoize: 4.1.2 - lodash.uniq: 4.5.0 - dev: false - resolution: - integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== - /caniuse-db/1.0.30001131: - dev: false - resolution: - integrity: sha512-NhGJ+o2Dx6eNjuP4UQegDPrqSMxW/7FdVwQiwp48zMiB1EeEDOPh8hJZmSpbK06owDUBzJRUbACrzlBVECTglA== - /caniuse-lite/1.0.30001131: - dev: false - resolution: - integrity: sha512-4QYi6Mal4MMfQMSqGIRPGbKIbZygeN83QsWq1ixpUwvtfgAZot5BrCKzGygvZaV+CnELdTwD0S4cqUNozq7/Cw== - /capture-exit/2.0.0: - dependencies: - rsvp: 4.8.5 - dev: false - engines: - node: 6.* || 8.* || >= 10.* - resolution: - integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g== - /capture-stack-trace/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw== - /case-sensitive-paths-webpack-plugin/2.3.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ== - /caseless/0.12.0: - dev: false - resolution: - integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - /cat-names/2.0.0: - dependencies: - meow: 5.0.0 - unique-random-array: 1.0.1 - dev: false - engines: - node: '>=6' - hasBin: true - resolution: - integrity: sha512-yjcTHwA7tcro823P5yIfmTvXT8p5YxJd4eASWHAHvqaekuJoGu1qjWoldgfV2mH4tgLp+FNAf13uiDEo/O7LGg== - /ccount/1.0.5: - dev: false - resolution: - integrity: sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw== - /center-align/0.1.3: - dependencies: - align-text: 0.1.4 - lazy-cache: 1.0.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-qg0yYptu6XIgBBHL1EYckHvCt60= - /chalk/1.1.3: - dependencies: - ansi-styles: 2.2.1 - escape-string-regexp: 1.0.5 - has-ansi: 2.0.0 - strip-ansi: 3.0.1 - supports-color: 2.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= - /chalk/2.4.2: - dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 5.5.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - /chalk/3.0.0: - dependencies: - ansi-styles: 4.2.1 - supports-color: 7.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== - /chalk/4.0.0: - dependencies: - ansi-styles: 4.2.1 - supports-color: 7.2.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A== - /chalk/4.1.0: - dependencies: - ansi-styles: 4.2.1 - supports-color: 7.2.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - /change-case/3.1.0: - dependencies: - camel-case: 3.0.0 - constant-case: 2.0.0 - dot-case: 2.1.1 - header-case: 1.0.1 - is-lower-case: 1.1.3 - is-upper-case: 1.1.2 - lower-case: 1.1.4 - lower-case-first: 1.0.2 - no-case: 2.3.2 - param-case: 2.1.1 - pascal-case: 2.0.1 - path-case: 2.1.1 - sentence-case: 2.1.1 - snake-case: 2.1.0 - swap-case: 1.1.2 - title-case: 2.1.1 - upper-case: 1.1.3 - upper-case-first: 1.1.2 - dev: false - resolution: - integrity: sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw== - /char-regex/1.0.2: - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== - /character-entities-legacy/1.1.4: - dev: false - resolution: - integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA== - /character-entities/1.2.4: - dev: false - resolution: - integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw== - /character-parser/2.2.0: - dependencies: - is-regex: 1.1.1 - dev: false - resolution: - integrity: sha1-x84o821LzZdE5f/CxfzeHHMmH8A= - /character-reference-invalid/1.1.4: - dev: false - resolution: - integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg== - /chardet/0.4.2: - dev: false - resolution: - integrity: sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I= - /chardet/0.7.0: - dev: false - resolution: - integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== - /charm/1.0.2: - dependencies: - inherits: 2.0.4 - dev: false - resolution: - integrity: sha1-it02cVOm2aWBMxBSxAkJkdqZXjU= - /cheerio/0.18.0: - dependencies: - CSSselect: 0.4.1 - dom-serializer: 0.0.1 - entities: 1.1.2 - htmlparser2: 3.8.3 - lodash: 2.4.2 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-ThwGN35yW3QOmW4N/sNThj3md/o= - /cheerio/1.0.0-rc.3: - dependencies: - css-select: 1.2.0 - dom-serializer: 0.1.1 - entities: 1.1.2 - htmlparser2: 3.10.1 - lodash: 4.17.20 - parse5: 3.0.3 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA== - /chokidar/1.7.0: - dependencies: - anymatch: 1.3.2 - async-each: 1.0.3 - glob-parent: 2.0.0 - inherits: 2.0.4 - is-binary-path: 1.0.1 - is-glob: 2.0.1 - path-is-absolute: 1.0.1 - readdirp: 2.2.1 - deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. - dev: false - optionalDependencies: - fsevents: 1.2.13 - resolution: - integrity: sha1-eY5ol3gVHIB2tLNg5e3SjNortGg= - /chokidar/2.1.8: - dependencies: - anymatch: 2.0.0 - async-each: 1.0.3 - braces: 2.3.2 - glob-parent: 3.1.0 - inherits: 2.0.4 - is-binary-path: 1.0.1 - is-glob: 4.0.1 - normalize-path: 3.0.0 - path-is-absolute: 1.0.1 - readdirp: 2.2.1 - upath: 1.2.0 - deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. - dev: false - optionalDependencies: - fsevents: 1.2.13 - resolution: - integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== - /chokidar/3.4.2: - dependencies: - anymatch: 3.1.1 - braces: 3.0.2 - glob-parent: 5.1.1 - is-binary-path: 2.1.0 - is-glob: 4.0.1 - normalize-path: 3.0.0 - readdirp: 3.4.0 - dev: false - engines: - node: '>= 8.10.0' - optionalDependencies: - fsevents: 2.1.3 - resolution: - integrity: sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A== - /chownr/1.1.4: - dev: false - resolution: - integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== - /chroma-js/1.4.1: - dev: false - resolution: - integrity: sha512-jTwQiT859RTFN/vIf7s+Vl/Z2LcMrvMv3WUFmd/4u76AdlFC0NTNgqEEFPcRiHmAswPsMiQEDZLM8vX8qXpZNQ== - /chromatic/5.2.0_@babel+core@7.11.6: - dependencies: - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@babel/runtime': 7.11.2 - '@chromaui/localtunnel': 2.0.1 - async-retry: 1.3.1 - babel-plugin-require-context-hook: 1.0.0 - chalk: 4.1.0 - cross-spawn: 7.0.3 - debug: 4.1.1 - dotenv: 8.2.0 - env-ci: 5.0.2 - esm: 3.2.25 - execa: 4.0.3 - fake-tag: 2.0.0 - fs-extra: 9.0.1 - jest: 25.5.4 - jsonfile: 6.0.1 - junit-report-builder: 2.0.0 - listr: 0.14.3_listr@0.14.3 - meow: 6.1.1 - node-ask: 1.0.1 - node-fetch: 2.6.1 - node-loggly-bulk: 2.2.4 - p-limit: 2.3.0 - picomatch: 2.2.2 - pkg-up: 3.1.0 - pluralize: 8.0.0 - progress: 2.0.3 - progress-stream: 2.0.0 - semver: 7.3.2 - slash: 3.0.0 - strip-ansi: 6.0.0 - tmp: 0.1.0 - tmp-promise: 2.1.1 - tree-kill: 1.2.2 - ts-dedent: 1.1.1 - util-deprecate: 1.0.2 - uuid: 7.0.3 - yarn-or-npm: 3.0.1 - dev: false - hasBin: true - peerDependencies: - '@babel/core': '*' - resolution: - integrity: sha512-uUf0aFsUMiWCxy95vsufbtwQDlqi4B8FsXwnBWGvm0cf+fDHclzfB2ERgFTnW0ye/3Ben1DwH5UAvcGrq+qLIg== - /chrome-trace-event/1.0.2: - dependencies: - tslib: 1.13.0 - dev: false - engines: - node: '>=6.0' - resolution: - integrity: sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== - /ci-info/1.6.0: - dev: false - resolution: - integrity: sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== - /ci-info/2.0.0: - dev: false - resolution: - integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - /cipher-base/1.0.4: - dependencies: - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== - /circular-json/0.3.3: - deprecated: 'CircularJSON is in maintenance only, flatted is its successor.' - dev: false - resolution: - integrity: sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A== - /clap/1.2.3: - dependencies: - chalk: 1.1.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-4CoL/A3hf90V3VIEjeuhSvlGFEHKzOz+Wfc2IVZc+FaUgU0ZQafJTP49fvnULipOPcAfqhyI2duwQyns6xqjYA== - /class-utils/0.3.6: - dependencies: - arr-union: 3.1.0 - define-property: 0.2.5 - isobject: 3.0.1 - static-extend: 0.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - /classnames/2.2.6: - dev: false - resolution: - integrity: sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== - /clean-css/4.2.3: - dependencies: - source-map: 0.6.1 - dev: false - engines: - node: '>= 4.0' - resolution: - integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== - /clean-stack/2.2.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - /cli-boxes/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-T6kXw+WclKAEzWH47lCdplFocUM= - /cli-boxes/2.2.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== - /cli-cursor/2.1.0: - dependencies: - restore-cursor: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= - /cli-cursor/3.1.0: - dependencies: - restore-cursor: 3.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - /cli-table3/0.5.1: - dependencies: - object-assign: 4.1.1 - string-width: 2.1.1 - dev: false - engines: - node: '>=6' - optionalDependencies: - colors: 1.4.0 - resolution: - integrity: sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw== - /cli-truncate/0.2.1: - dependencies: - slice-ansi: 0.0.4 - string-width: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ= - /cli-width/2.2.1: - dev: false - resolution: - integrity: sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw== - /cli-width/3.0.0: - dev: false - engines: - node: '>= 10' - resolution: - integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== - /clipboard/1.7.1: - dependencies: - good-listener: 1.2.2 - select: 1.1.2 - tiny-emitter: 2.1.0 - dev: false - optional: true - resolution: - integrity: sha1-Ng1taUbpmnof7zleQrqStem1oWs= - /clipboard/2.0.6: - dependencies: - good-listener: 1.2.2 - select: 1.1.2 - tiny-emitter: 2.1.0 - dev: false - optional: true - resolution: - integrity: sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg== - /cliui/2.1.0: - dependencies: - center-align: 0.1.3 - right-align: 0.1.3 - wordwrap: 0.0.2 - dev: false - resolution: - integrity: sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE= - /cliui/3.2.0: - dependencies: - string-width: 1.0.2 - strip-ansi: 3.0.1 - wrap-ansi: 2.1.0 - dev: false - resolution: - integrity: sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0= - /cliui/5.0.0: - dependencies: - string-width: 3.1.0 - strip-ansi: 5.2.0 - wrap-ansi: 5.1.0 - dev: false - resolution: - integrity: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== - /cliui/6.0.0: - dependencies: - string-width: 4.2.0 - strip-ansi: 6.0.0 - wrap-ansi: 6.2.0 - dev: false - resolution: - integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - /clone-deep/0.2.4: - dependencies: - for-own: 0.1.5 - is-plain-object: 2.0.4 - kind-of: 3.2.2 - lazy-cache: 1.0.4 - shallow-clone: 0.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-TnPdCen7lxzDhnDF3O2cGJZIHMY= - /clone-deep/4.0.1: - dependencies: - is-plain-object: 2.0.4 - kind-of: 6.0.3 - shallow-clone: 3.0.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== - /clone-response/1.0.2: - dependencies: - mimic-response: 1.0.1 - dev: false - resolution: - integrity: sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws= - /clone-stats/0.0.1: - dev: false - resolution: - integrity: sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE= - /clone/0.2.0: - dev: false - resolution: - integrity: sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8= - /clone/1.0.4: - dev: false - engines: - node: '>=0.8' - resolution: - integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= - /clone/2.1.2: - dev: false - engines: - node: '>=0.8' - resolution: - integrity: sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18= - /co-body/5.2.0: - dependencies: - inflation: 2.0.0 - qs: 6.9.4 - raw-body: 2.4.1 - type-is: 1.6.18 - dev: false - resolution: - integrity: sha512-sX/LQ7LqUhgyaxzbe7IqwPeTr2yfpfUIQ/dgpKo6ZI4y4lpQA0YxAomWIY+7I7rHWcG02PG+OuPREzMW/5tszQ== - /co/4.6.0: - dev: false - engines: - iojs: '>= 1.0.0' - node: '>= 0.12.0' - resolution: - integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= - /coa/1.0.4: - dependencies: - q: 1.5.1 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0= - /coa/2.0.2: - dependencies: - '@types/q': 1.5.4 - chalk: 2.4.2 - q: 1.5.1 - dev: false - engines: - node: '>= 4.0' - resolution: - integrity: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== - /code-point-at/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - /collapse-white-space/1.0.6: - dev: false - resolution: - integrity: sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ== - /collect-v8-coverage/1.0.1: - dev: false - resolution: - integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg== - /collection-visit/1.0.0: - dependencies: - map-visit: 1.0.0 - object-visit: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - /collections/0.2.2: - dependencies: - weak-map: 1.0.0 - dev: false - resolution: - integrity: sha1-HyMCay7zb5J+7MkB6ZxfDUj6M04= - /color-convert/0.5.3: - dev: false - resolution: - integrity: sha1-vbbGnOZg+t/+CwAHzER+G59ygr0= - /color-convert/1.9.3: - dependencies: - color-name: 1.1.3 - dev: false - resolution: - integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - /color-convert/2.0.1: - dependencies: - color-name: 1.1.4 - dev: false - engines: - node: '>=7.0.0' - resolution: - integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - /color-name/1.0.1: - dev: false - resolution: - integrity: sha1-azSyspt3FgE5crC51b7c+7Zxjfg= - /color-name/1.1.3: - dev: false - resolution: - integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - /color-name/1.1.4: - dev: false - resolution: - integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - /color-string/0.2.4: - dependencies: - color-name: 1.0.1 - dev: false - resolution: - integrity: sha1-Ih/2QjT3Gqo+E7yMfoyV883Y+Bo= - /color-string/0.3.0: - dependencies: - color-name: 1.1.4 - dev: false - resolution: - integrity: sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE= - /color-string/1.5.3: - dependencies: - color-name: 1.1.4 - simple-swizzle: 0.2.2 - dev: false - resolution: - integrity: sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw== - /color-support/1.1.3: - dev: false - hasBin: true - resolution: - integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== - /color/0.11.4: - dependencies: - clone: 1.0.4 - color-convert: 1.9.3 - color-string: 0.3.0 - dev: false - resolution: - integrity: sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q= - /color/0.7.3: - dependencies: - color-convert: 0.5.3 - color-string: 0.2.4 - dev: false - resolution: - integrity: sha1-qzrkvGy4z62110nEDzSuoIgQT4k= - /color/3.1.2: - dependencies: - color-convert: 1.9.3 - color-string: 1.5.3 - dev: false - resolution: - integrity: sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg== - /colorable/1.0.5: - dependencies: - color: 0.7.3 - cssstats: 1.10.0 - get-css: 0.2.0 - lodash: 3.10.1 - dev: false - resolution: - integrity: sha1-eicmZcDUGhArH8qMphzPj6Y4tuM= - /colorette/1.2.1: - dev: false - resolution: - integrity: sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw== - /colorful/2.1.0: - dev: false - resolution: - integrity: sha1-aovcvC2kKlDbO0iC+iUmOqofLY4= - /colormin/1.1.2: - dependencies: - color: 0.11.4 - css-color-names: 0.0.4 - has: 1.0.3 - dev: false - resolution: - integrity: sha1-6i90IKcrlogaOKrlnsEkpvcpgTM= - /colors/1.1.2: - dev: false - engines: - node: '>=0.1.90' - resolution: - integrity: sha1-FopHAXVran9RoSzgyXv6KMCE7WM= - /colors/1.4.0: - dev: false - engines: - node: '>=0.1.90' - resolution: - integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== - /combined-stream/1.0.8: - dependencies: - delayed-stream: 1.0.0 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - /comma-separated-tokens/1.0.8: - dev: false - resolution: - integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw== - /command-exists/1.2.9: - dev: false - resolution: - integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w== - /commander/2.20.3: - dev: false - resolution: - integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - /commander/2.8.1: - dependencies: - graceful-readlink: 1.0.1 - dev: false - engines: - node: '>= 0.6.x' - resolution: - integrity: sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ= - /commander/4.1.1: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== - /commondir/1.0.1: - dev: false - resolution: - integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= - /component-classes/1.2.6: - dependencies: - component-indexof: 0.0.3 - dev: false - resolution: - integrity: sha1-xkI5TDYYpNiwuJGe/Mu9kw5c1pE= - /component-emitter/1.3.0: - dev: false - resolution: - integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - /component-indexof/0.0.3: - dev: false - resolution: - integrity: sha1-EdCRMSI5648yyPJa6csAL/6NPCQ= - /component-props/1.1.1: - dev: false - resolution: - integrity: sha1-+bffm5kntubZfJvScqqGdnDzSUQ= - /component-xor/0.0.4: - dev: false - resolution: - integrity: sha1-xV2DzMG5TNUImk6T+niRxyY+Wao= - /compose-function/3.0.3: - dependencies: - arity-n: 1.0.4 - dev: false - resolution: - integrity: sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8= - /composition/2.3.0: - dependencies: - any-promise: 1.3.0 - co: 4.6.0 - dev: false - resolution: - integrity: sha1-dCgFN0yrVQxSCjNmL1pzLgII1vI= - /compute-scroll-into-view/1.0.16: - dev: false - resolution: - integrity: sha512-a85LHKY81oQnikatZYA90pufpZ6sQx++BoCxOEMsjpZx+ZnaKGQnCyCehTRr/1p9GBIAHTjcU9k71kSYWloLiQ== - /concat-map/0.0.1: - dev: false - resolution: - integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - /concat-stream/1.6.2: - dependencies: - buffer-from: 1.1.1 - inherits: 2.0.4 - readable-stream: 2.3.7 - typedarray: 0.0.6 - dev: false - engines: - '0': node >= 0.8 - resolution: - integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== - /configstore/3.1.5: - dependencies: - dot-prop: 4.2.1 - graceful-fs: 4.2.4 - make-dir: 1.3.0 - unique-string: 1.0.0 - write-file-atomic: 2.4.3 - xdg-basedir: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-nlOhI4+fdzoK5xmJ+NY+1gZK56bwEaWZr8fYuXohZ9Vkc1o3a4T/R3M+yE/w7x/ZVJ1zF8c+oaOvF0dztdUgmA== - /console-browserify/1.2.0: - dev: false - resolution: - integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== - /console-control-strings/1.1.0: - dev: false - resolution: - integrity: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - /console-polyfill/0.2.3: - dev: false - resolution: - integrity: sha1-1FXT1XTbzcz4DhYx3yGkhv4F+Yk= - /consolidate/0.16.0: - dependencies: - bluebird: 3.7.2 - dev: false - engines: - node: '>= 0.10.0' - resolution: - integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ== - /constant-case/2.0.0: - dependencies: - snake-case: 2.1.0 - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-QXV2TTidP6nI7NKRhu1gBSQ7akY= - /constantinople/4.0.1: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - dev: false - resolution: - integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw== - /constants-browserify/1.0.0: - dev: false - resolution: - integrity: sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= - /contains-path/0.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= - /content-disposition/0.5.3: - dependencies: - safe-buffer: 5.1.2 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== - /content-type/1.0.4: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== - /convert-source-map/0.3.5: - dev: false - resolution: - integrity: sha1-8dgClQr33SYxof6+BZZVDIarMZA= - /convert-source-map/1.7.0: - dependencies: - safe-buffer: 5.1.2 - dev: false - resolution: - integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== - /cookie-signature/1.0.6: - dev: false - resolution: - integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw= - /cookie/0.4.0: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== - /cookies/0.8.0: - dependencies: - depd: 2.0.0 - keygrip: 1.1.0 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow== - /copy-concurrently/1.0.5: - dependencies: - aproba: 1.2.0 - fs-write-stream-atomic: 1.0.10 - iferr: 0.1.5 - mkdirp: 0.5.3 - rimraf: 2.7.1 - run-queue: 1.0.3 - dev: false - resolution: - integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== - /copy-descriptor/0.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - /copy-to-clipboard/3.3.1: - dependencies: - toggle-selection: 1.0.6 - dev: false - resolution: - integrity: sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw== - /core-js-compat/3.6.5: - dependencies: - browserslist: 4.14.3 - semver: 7.0.0 - dev: false - resolution: - integrity: sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== - /core-js-pure/3.6.5: - dev: false - requiresBuild: true - resolution: - integrity: sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA== - /core-js/1.2.7: - deprecated: 'core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.' - dev: false - resolution: - integrity: sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= - /core-js/2.6.11: - deprecated: 'core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.' - dev: false - requiresBuild: true - resolution: - integrity: sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== - /core-js/3.6.5: - dev: false - requiresBuild: true - resolution: - integrity: sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== - /core-util-is/1.0.2: - dev: false - resolution: - integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - /corejs-upgrade-webpack-plugin/2.2.0: - dependencies: - resolve-from: 5.0.0 - webpack: 4.44.2_webpack@4.44.2 - dev: false - resolution: - integrity: sha512-J0QMp9GNoiw91Kj/dkIQFZeiCXgXoja/Wlht1SPybxerBWh4NCmb0pOgCv61lrlQZETwvVVfAFAA3IqoEO9aqQ== - /cosmiconfig/2.2.2: - dependencies: - is-directory: 0.3.1 - js-yaml: 3.14.0 - minimist: 1.2.5 - object-assign: 4.1.1 - os-homedir: 1.0.2 - parse-json: 2.2.0 - require-from-string: 1.2.1 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha512-GiNXLwAFPYHy25XmTPpafYvn3CLAkJ8FLsscq78MQd1Kh0OU6Yzhn4eV2MVF4G9WEQZoWEGltatdR+ntGPMl5A== - /cosmiconfig/5.2.1: - dependencies: - import-fresh: 2.0.0 - is-directory: 0.3.1 - js-yaml: 3.14.0 - parse-json: 4.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== - /cosmiconfig/6.0.0: - dependencies: - '@types/parse-json': 4.0.0 - import-fresh: 3.2.1 - parse-json: 5.1.0 - path-type: 4.0.0 - yaml: 1.10.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== - /create-ecdh/4.0.4: - dependencies: - bn.js: 4.11.9 - elliptic: 6.5.3 - dev: false - resolution: - integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== - /create-error-class/3.0.2: - dependencies: - capture-stack-trace: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y= - /create-hash/1.2.0: - dependencies: - cipher-base: 1.0.4 - inherits: 2.0.4 - md5.js: 1.3.5 - ripemd160: 2.0.2 - sha.js: 2.4.11 - dev: false - resolution: - integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== - /create-hmac/1.1.7: - dependencies: - cipher-base: 1.0.4 - create-hash: 1.2.0 - inherits: 2.0.4 - ripemd160: 2.0.2 - safe-buffer: 5.2.1 - sha.js: 2.4.11 - dev: false - resolution: - integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== - /create-react-context/0.2.3_prop-types@15.7.2: - dependencies: - fbjs: 0.8.17 - gud: 1.0.0 - prop-types: 15.7.2 - dev: false - peerDependencies: - prop-types: ^15.0.0 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 - resolution: - integrity: sha512-CQBmD0+QGgTaxDL3OX1IDXYqjkp2It4RIbcb99jS6AEg27Ga+a9G3JtK6SIu0HBwPLZlmwt9F7UwWA4Bn92Rag== - /create-react-context/0.2.3_prop-types@15.7.2+react@16.13.1: - dependencies: - fbjs: 0.8.17 - gud: 1.0.0 - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - prop-types: ^15.0.0 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 - resolution: - integrity: sha512-CQBmD0+QGgTaxDL3OX1IDXYqjkp2It4RIbcb99jS6AEg27Ga+a9G3JtK6SIu0HBwPLZlmwt9F7UwWA4Bn92Rag== - /create-react-context/0.3.0_prop-types@15.7.2: - dependencies: - gud: 1.0.0 - prop-types: 15.7.2 - warning: 4.0.3 - dev: false - peerDependencies: - prop-types: ^15.0.0 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 - resolution: - integrity: sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw== - /create-react-context/0.3.0_prop-types@15.7.2+react@16.13.1: - dependencies: - gud: 1.0.0 - prop-types: 15.7.2 - react: 16.13.1 - warning: 4.0.3 - dev: false - peerDependencies: - prop-types: ^15.0.0 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 - resolution: - integrity: sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw== - /cross-env/7.0.2: - dependencies: - cross-spawn: 7.0.3 - dev: false - engines: - node: '>=10.14' - npm: '>=6' - yarn: '>=1' - hasBin: true - resolution: - integrity: sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw== - /cross-fetch/3.0.5: - dependencies: - node-fetch: 2.6.0 - dev: false - resolution: - integrity: sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew== - /cross-spawn/5.1.0: - dependencies: - lru-cache: 4.1.5 - shebang-command: 1.2.0 - which: 1.3.1 - dev: false - resolution: - integrity: sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= - /cross-spawn/6.0.5: - dependencies: - nice-try: 1.0.5 - path-key: 2.0.1 - semver: 5.7.1 - shebang-command: 1.2.0 - which: 1.3.1 - dev: false - engines: - node: '>=4.8' - resolution: - integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - /cross-spawn/7.0.3: - dependencies: - path-key: 3.1.1 - shebang-command: 2.0.0 - which: 2.0.2 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== - /cryptiles/2.0.5: - dependencies: - boom: 2.10.1 - deprecated: 'This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).' - dev: false - engines: - node: '>=0.10.40' - optional: true - resolution: - integrity: sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g= - /crypto-browserify/3.12.0: - dependencies: - browserify-cipher: 1.0.1 - browserify-sign: 4.2.1 - create-ecdh: 4.0.4 - create-hash: 1.2.0 - create-hmac: 1.1.7 - diffie-hellman: 5.0.3 - inherits: 2.0.4 - pbkdf2: 3.1.1 - public-encrypt: 4.0.3 - randombytes: 2.1.0 - randomfill: 1.0.4 - dev: false - resolution: - integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== - /crypto-random-string/1.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4= - /css-animation/1.6.1: - dependencies: - babel-runtime: 6.26.0 - component-classes: 1.2.6 - dev: false - resolution: - integrity: sha512-/48+/BaEaHRY6kNQ2OIPzKf9A6g8WjZYjhiNDNuIVbsm5tXCGIAsHDjB4Xu1C4vXJtUWZo26O68OQkDpNBaPog== - /css-color-keywords/1.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU= - /css-color-list/0.0.1: - dependencies: - css-color-names: 0.0.1 - dev: false - resolution: - integrity: sha1-hxjoaVrnosyHh76HFfHACKfyixU= - /css-color-names/0.0.1: - dev: false - resolution: - integrity: sha1-XQVI+iVkVu3kqaDCrHqxnT6xrYE= - /css-color-names/0.0.3: - dev: false - resolution: - integrity: sha1-3gzvFvTYqoIioyDVttfpu62nufY= - /css-color-names/0.0.4: - dev: false - resolution: - integrity: sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= - /css-declaration-sorter/4.0.1: - dependencies: - postcss: 7.0.34 - timsort: 0.3.0 - dev: false - engines: - node: '>4' - resolution: - integrity: sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== - /css-loader/0.26.4: - dependencies: - babel-code-frame: 6.26.0 - css-selector-tokenizer: 0.7.3 - cssnano: 3.10.0 - loader-utils: 1.4.0 - lodash.camelcase: 4.3.0 - object-assign: 4.1.1 - postcss: 5.2.18 - postcss-modules-extract-imports: 1.2.1 - postcss-modules-local-by-default: 1.2.0 - postcss-modules-scope: 1.1.0 - postcss-modules-values: 1.3.0 - source-list-map: 0.1.8 - dev: false - engines: - node: '>=0.12.0 || >=4.3.0 <5.0.0 || >=5.10' - resolution: - integrity: sha1-th6eMNuUMD5v/IkvEOzQmtAlof0= - /css-loader/3.5.3_webpack@4.43.0: - dependencies: - camelcase: 5.3.1 - cssesc: 3.0.0 - icss-utils: 4.1.1 - loader-utils: 1.4.0 - normalize-path: 3.0.0 - postcss: 7.0.29 - postcss-modules-extract-imports: 2.0.0 - postcss-modules-local-by-default: 3.0.3 - postcss-modules-scope: 2.2.0 - postcss-modules-values: 3.0.0 - postcss-value-parser: 4.1.0 - schema-utils: 2.6.6 - semver: 6.3.0 - webpack: 4.43.0_webpack@4.43.0 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - resolution: - integrity: sha512-UEr9NH5Lmi7+dguAm+/JSPovNjYbm2k3TK58EiwQHzOHH5Jfq1Y+XoP2bQO6TMn7PptMd0opxxedAWcaSTRKHw== - /css-loader/3.6.0_webpack@4.44.2: - dependencies: - camelcase: 5.3.1 - cssesc: 3.0.0 - icss-utils: 4.1.1 - loader-utils: 1.4.0 - normalize-path: 3.0.0 - postcss: 7.0.34 - postcss-modules-extract-imports: 2.0.0 - postcss-modules-local-by-default: 3.0.3 - postcss-modules-scope: 2.2.0 - postcss-modules-values: 3.0.0 - postcss-value-parser: 4.1.0 - schema-utils: 2.7.1 - semver: 6.3.0 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - resolution: - integrity: sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ== - /css-select-base-adapter/0.1.1: - dev: false - resolution: - integrity: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== - /css-select/1.2.0: - dependencies: - boolbase: 1.0.0 - css-what: 2.1.3 - domutils: 1.5.1 - nth-check: 1.0.2 - dev: false - resolution: - integrity: sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg= - /css-select/2.1.0: - dependencies: - boolbase: 1.0.0 - css-what: 3.3.0 - domutils: 1.7.0 - nth-check: 1.0.2 - dev: false - resolution: - integrity: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== - /css-selector-tokenizer/0.7.3: - dependencies: - cssesc: 3.0.0 - fastparse: 1.1.2 - dev: false - resolution: - integrity: sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg== - /css-to-react-native/2.3.2: - dependencies: - camelize: 1.0.0 - css-color-keywords: 1.0.0 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha512-VOFaeZA053BqvvvqIA8c9n0+9vFppVBAHCp6JgFTtTMU3Mzi+XnelJ9XC9ul3BqFzZyQ5N+H0SnwsWT2Ebchxw== - /css-to-react-native/3.0.0: - dependencies: - camelize: 1.0.0 - css-color-keywords: 1.0.0 - postcss-value-parser: 4.1.0 - dev: false - resolution: - integrity: sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ== - /css-tree/1.0.0-alpha.37: - dependencies: - mdn-data: 2.0.4 - source-map: 0.6.1 - dev: false - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - /css-tree/1.0.0-alpha.39: - dependencies: - mdn-data: 2.0.6 - source-map: 0.6.1 - dev: false - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA== - /css-url-regex/0.0.1: - dev: false - resolution: - integrity: sha1-4Fr4xsKQ1FHvFjK0VepcgbSxOVw= - /css-what/2.1.3: - dev: false - resolution: - integrity: sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg== - /css-what/3.3.0: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg== - /css.escape/1.5.1: - dev: false - resolution: - integrity: sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s= - /css/2.2.4: - dependencies: - inherits: 2.0.4 - source-map: 0.6.1 - source-map-resolve: 0.5.3 - urix: 0.1.0 - dev: false - resolution: - integrity: sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw== - /css/3.0.0: - dependencies: - inherits: 2.0.4 - source-map: 0.6.1 - source-map-resolve: 0.6.0 - dev: false - resolution: - integrity: sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ== - /cssesc/3.0.0: - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - /cssfontparser/1.2.1: - dev: false - resolution: - integrity: sha1-9AIvyPlwDGgCnVQghK+69CWj8+M= - /cssnano-preset-default/4.0.7: - dependencies: - css-declaration-sorter: 4.0.1 - cssnano-util-raw-cache: 4.0.1 - postcss: 7.0.34 - postcss-calc: 7.0.4 - postcss-colormin: 4.0.3 - postcss-convert-values: 4.0.1 - postcss-discard-comments: 4.0.2 - postcss-discard-duplicates: 4.0.2 - postcss-discard-empty: 4.0.1 - postcss-discard-overridden: 4.0.1 - postcss-merge-longhand: 4.0.11 - postcss-merge-rules: 4.0.3 - postcss-minify-font-values: 4.0.2 - postcss-minify-gradients: 4.0.2 - postcss-minify-params: 4.0.2 - postcss-minify-selectors: 4.0.2 - postcss-normalize-charset: 4.0.1 - postcss-normalize-display-values: 4.0.2 - postcss-normalize-positions: 4.0.2 - postcss-normalize-repeat-style: 4.0.2 - postcss-normalize-string: 4.0.2 - postcss-normalize-timing-functions: 4.0.2 - postcss-normalize-unicode: 4.0.1 - postcss-normalize-url: 4.0.1 - postcss-normalize-whitespace: 4.0.2 - postcss-ordered-values: 4.1.2 - postcss-reduce-initial: 4.0.3 - postcss-reduce-transforms: 4.0.2 - postcss-svgo: 4.0.2 - postcss-unique-selectors: 4.0.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA== - /cssnano-util-get-arguments/4.0.0: - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= - /cssnano-util-get-match/4.0.0: - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= - /cssnano-util-raw-cache/4.0.1: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== - /cssnano-util-same-parent/4.0.1: - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== - /cssnano/3.10.0: - dependencies: - autoprefixer: 6.7.7 - decamelize: 1.2.0 - defined: 1.0.0 - has: 1.0.3 - object-assign: 4.1.1 - postcss: 5.2.18 - postcss-calc: 5.3.1 - postcss-colormin: 2.2.2 - postcss-convert-values: 2.6.1 - postcss-discard-comments: 2.0.4 - postcss-discard-duplicates: 2.1.0 - postcss-discard-empty: 2.1.0 - postcss-discard-overridden: 0.1.1 - postcss-discard-unused: 2.2.3 - postcss-filter-plugins: 2.0.3 - postcss-merge-idents: 2.1.7 - postcss-merge-longhand: 2.0.2 - postcss-merge-rules: 2.1.2 - postcss-minify-font-values: 1.0.5 - postcss-minify-gradients: 1.0.5 - postcss-minify-params: 1.2.2 - postcss-minify-selectors: 2.1.1 - postcss-normalize-charset: 1.1.1 - postcss-normalize-url: 3.0.8 - postcss-ordered-values: 2.2.3 - postcss-reduce-idents: 2.4.0 - postcss-reduce-initial: 1.0.1 - postcss-reduce-transforms: 1.0.4 - postcss-svgo: 2.1.6 - postcss-unique-selectors: 2.0.2 - postcss-value-parser: 3.3.1 - postcss-zindex: 2.2.0 - dev: false - resolution: - integrity: sha1-Tzj2zqK5sX+gFJDyPx3GjqZcHDg= - /cssnano/4.1.10: - dependencies: - cosmiconfig: 5.2.1 - cssnano-preset-default: 4.0.7 - is-resolvable: 1.1.0 - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ== - /csso/2.3.2: - dependencies: - clap: 1.2.3 - source-map: 0.5.7 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-3dUsWHAz9J6Utx/FVWnyUuj/X4U= - /csso/4.0.3: - dependencies: - css-tree: 1.0.0-alpha.39 - dev: false - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ== - /cssom/0.3.8: - dev: false - resolution: - integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== - /cssom/0.4.4: - dev: false - resolution: - integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw== - /cssstats/1.10.0: - dependencies: - camelcase: 1.2.1 - commander: 2.20.3 - cssfontparser: 1.2.1 - gzip-size: 1.0.0 - has-class-selector: 0.0.1 - has-id-selector: 0.0.1 - has-pseudo-class: 0.0.1 - has-pseudo-element: 0.0.1 - is-vendor-prefixed: 0.0.1 - lodash: 3.10.1 - postcss: 4.1.16 - specificity: 0.1.6 - stdin: 0.0.1 - dev: false - hasBin: true - resolution: - integrity: sha1-astblkBviLqc3EKhPiNs3iG9Mu0= - /cssstyle/2.3.0: - dependencies: - cssom: 0.3.8 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== - /csstype/2.6.13: - dev: false - resolution: - integrity: sha512-ul26pfSQTZW8dcOnD2iiJssfXw0gdNVX9IJDH/X3K5DGPfj+fUYe3kB+swUY6BF3oZDxaID3AJt+9/ojSAE05A== - /csstype/3.0.3: - dev: false - resolution: - integrity: sha512-jPl+wbWPOWJ7SXsWyqGRk3lGecbar0Cb0OvZF/r/ZU011R4YqiRehgkQ9p4eQfo9DSDLqLL3wHwfxeJiuIsNag== - /currently-unhandled/0.4.1: - dependencies: - array-find-index: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-mI3zP+qxke95mmE2nddsF635V+o= - /cyclist/1.0.1: - dev: false - resolution: - integrity: sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= - /d/1.0.1: - dependencies: - es5-ext: 0.10.53 - type: 1.2.0 - dev: false - resolution: - integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA== - /damerau-levenshtein/1.0.6: - dev: false - resolution: - integrity: sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug== - /dashdash/1.14.1: - dependencies: - assert-plus: 1.0.0 - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - /dashify/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-hpA5C/YrPjucXypHPPc0oJ1l9Hf6wWbiOL7Ik42cxnsUOhWiCB/fylKbKqqJalW9FgkNQCw16YO8uW9Hs0Iy1A== - /data-uri-to-buffer/3.0.0: - dependencies: - buffer-from: 1.1.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-MJ6mFTZ+nPQO+39ua/ltwNePXrfdF3Ww0wP1Od7EePySXN1cP9XNqRQOG3FxTfipp8jx898LUCgBCEP11Qw/ZQ== - /data-urls/1.1.0: - dependencies: - abab: 2.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 7.1.0 - dev: false - resolution: - integrity: sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ== - /data-urls/2.0.0: - dependencies: - abab: 2.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 8.2.2 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ== - /date-fns/1.30.1: - dev: false - resolution: - integrity: sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw== - /date-format/0.0.2: - dev: false - resolution: - integrity: sha1-+v1Ej3IRXvHitzkVWukvK+bCjdE= - /dateformat/2.2.0: - dev: false - resolution: - integrity: sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI= - /debug/2.0.0: - dependencies: - ms: 0.6.2 - dev: false - resolution: - integrity: sha1-ib2d9nMrUSVrxnBTQrugLtEhMe8= - /debug/2.6.9: - dependencies: - ms: 2.0.0 - dev: false - resolution: - integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - /debug/3.1.0: - dependencies: - ms: 2.0.0 - dev: false - resolution: - integrity: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== - /debug/3.2.6: - dependencies: - ms: 2.1.2 - dev: false - resolution: - integrity: sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - /debug/4.1.1: - dependencies: - ms: 2.1.2 - dev: false - resolution: - integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== - /decamelize-keys/1.1.0: - dependencies: - decamelize: 1.2.0 - map-obj: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk= - /decamelize/1.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - /decimal.js/10.2.0: - dev: false - resolution: - integrity: sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw== - /decode-uri-component/0.2.0: - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= - /decompress-response/3.3.0: - dependencies: - mimic-response: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= - /deep-equal/1.0.1: - dev: false - resolution: - integrity: sha1-9dJgKStmDghO/0zbyfCK0yR0SLU= - /deep-equal/1.1.1: - dependencies: - is-arguments: 1.0.4 - is-date-object: 1.0.2 - is-regex: 1.1.1 - object-is: 1.1.2 - object-keys: 1.1.1 - regexp.prototype.flags: 1.3.0 - dev: false - resolution: - integrity: sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== - /deep-extend/0.6.0: - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== - /deep-is/0.1.3: - dev: false - resolution: - integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= - /deep-object-diff/1.1.0: - dev: false - resolution: - integrity: sha512-b+QLs5vHgS+IoSNcUE4n9HP2NwcHj7aqnJWsjPtuG75Rh5TOaGt0OjAYInh77d5T16V5cRDC+Pw/6ZZZiETBGw== - /deepmerge/1.3.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-FmNpFinU2/42T6EqKk8KqGqjoFA= - /deepmerge/4.2.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== - /defaults/1.0.3: - dependencies: - clone: 1.0.4 - dev: false - resolution: - integrity: sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= - /define-properties/1.1.3: - dependencies: - object-keys: 1.1.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - /define-property/0.2.5: - dependencies: - is-descriptor: 0.1.6 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - /define-property/1.0.0: - dependencies: - is-descriptor: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - /define-property/2.0.2: - dependencies: - is-descriptor: 1.0.2 - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - /defined/1.0.0: - dev: false - resolution: - integrity: sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM= - /delayed-stream/1.0.0: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - /delegate/3.2.0: - dev: false - optional: true - resolution: - integrity: sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw== - /delegates/1.0.0: - dev: false - resolution: - integrity: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= - /depd/1.1.2: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - /depd/2.0.0: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== - /deprecated/0.0.1: - dev: false - engines: - node: '>= 0.9' - resolution: - integrity: sha1-+cmvVGSvoeepcUWKi97yqpTVuxk= - /des.js/1.0.1: - dependencies: - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - dev: false - resolution: - integrity: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== - /destroy/1.0.4: - dev: false - resolution: - integrity: sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= - /detab/2.0.3: - dependencies: - repeat-string: 1.6.1 - dev: false - resolution: - integrity: sha512-Up8P0clUVwq0FnFjDclzZsy9PadzRn5FFxrr47tQQvMHqyiFYVbpH8oXDzWtF0Q7pYy3l+RPmtBl+BsFF6wH0A== - /detect-file/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= - /detect-indent/4.0.0: - dependencies: - repeating: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-920GQ1LN9Docts5hnE7jqUdd4gg= - /detect-newline/3.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== - /detect-node-es/1.0.0: - dev: false - resolution: - integrity: sha512-S4AHriUkTX9FoFvL4G8hXDcx6t3gp2HpfCza3Q0v6S78gul2hKWifLQbeW+ZF89+hSm2ZIc/uF3J97ZgytgTRg== - /detect-port-alt/1.1.6: - dependencies: - address: 1.1.2 - debug: 2.6.9 - dev: false - engines: - node: '>= 4.2.1' - hasBin: true - resolution: - integrity: sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q== - /detect-port/1.3.0: - dependencies: - address: 1.1.2 - debug: 2.6.9 - dev: false - engines: - node: '>= 4.2.1' - hasBin: true - resolution: - integrity: sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ== - /diff-sequences/25.2.6: - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg== - /diff-sequences/26.3.0: - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-5j5vdRcw3CNctePNYN0Wy2e/JbWT6cAYnXv5OuqPhDpyCGc0uLu2TK0zOCJWNB9kOIfYMSpIulRaDgIi4HJ6Ig== - /diff/3.5.0: - dev: false - engines: - node: '>=0.3.1' - resolution: - integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA== - /diffie-hellman/5.0.3: - dependencies: - bn.js: 4.11.9 - miller-rabin: 4.0.1 - randombytes: 2.1.0 - dev: false - resolution: - integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== - /dir-glob/2.0.0: - dependencies: - arrify: 1.0.1 - path-type: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag== - /dir-glob/3.0.1: - dependencies: - path-type: 4.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== - /discontinuous-range/1.0.0: - dev: false - resolution: - integrity: sha1-44Mx8IRLukm5qctxx3FYWqsbxlo= - /doctrine/1.5.0: - dependencies: - esutils: 2.0.3 - isarray: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-N53Ocw9hZvds76TmcHoVmwLFpvo= - /doctrine/2.1.0: - dependencies: - esutils: 2.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== - /doctrine/3.0.0: - dependencies: - esutils: 2.0.3 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== - /doctypes/1.1.0: - dev: false - resolution: - integrity: sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk= - /dom-accessibility-api/0.5.2: - dev: false - resolution: - integrity: sha512-k7hRNKAiPJXD2aBqfahSo4/01cTsKWXf+LqJgglnkN2Nz8TsxXKQBXHhKe0Ye9fEfHEZY49uSA5Sr3AqP/sWKA== - /dom-align/1.12.0: - dev: false - resolution: - integrity: sha512-YkoezQuhp3SLFGdOlr5xkqZ640iXrnHAwVYcDg8ZKRUtO7mSzSC2BA5V0VuyAwPSJA4CLIc6EDDJh4bEsD2+zA== - /dom-converter/0.2.0: - dependencies: - utila: 0.4.0 - dev: false - resolution: - integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== - /dom-helpers/3.4.0: - dependencies: - '@babel/runtime': 7.11.2 - dev: false - resolution: - integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA== - /dom-helpers/5.2.0: - dependencies: - '@babel/runtime': 7.11.2 - csstype: 3.0.3 - dev: false - resolution: - integrity: sha512-Ru5o9+V8CpunKnz5LGgWXkmrH/20cGKwcHwS4m73zIvs54CN9epEmT/HLqFJW3kXpakAFkEdzgy1hzlJe3E4OQ== - /dom-iterator/1.0.0: - dependencies: - component-props: 1.1.1 - component-xor: 0.0.4 - dev: false - resolution: - integrity: sha512-7dsMOQI07EMU98gQM8NSB3GsAiIeBYIPKpnxR3c9xOvdvBjChAcOM0iJ222I3p5xyiZO9e5oggkNaCusuTdYig== - /dom-serializer/0.0.1: - dependencies: - domelementtype: 1.1.3 - entities: 1.1.2 - dev: false - resolution: - integrity: sha1-lYmCfx4y0iw3yCmtq9WbMkevjq8= - /dom-serializer/0.1.1: - dependencies: - domelementtype: 1.3.1 - entities: 1.1.2 - dev: false - resolution: - integrity: sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA== - /dom-serializer/0.2.2: - dependencies: - domelementtype: 2.0.2 - entities: 2.0.3 - dev: false - resolution: - integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== - /dom-walk/0.1.2: - dev: false - resolution: - integrity: sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w== - /domain-browser/1.2.0: - dev: false - engines: - node: '>=0.4' - npm: '>=1.2' - resolution: - integrity: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== - /domelementtype/1.1.3: - dev: false - resolution: - integrity: sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs= - /domelementtype/1.3.1: - dev: false - resolution: - integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - /domelementtype/2.0.2: - dev: false - resolution: - integrity: sha512-wFwTwCVebUrMgGeAwRL/NhZtHAUyT9n9yg4IMDwf10+6iCMxSkVq9MGCVEH+QZWo1nNidy8kNvwmv4zWHDTqvA== - /domexception/1.0.1: - dependencies: - webidl-conversions: 4.0.2 - dev: false - resolution: - integrity: sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug== - /domexception/2.0.1: - dependencies: - webidl-conversions: 5.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg== - /domhandler/2.3.0: - dependencies: - domelementtype: 1.3.1 - dev: false - resolution: - integrity: sha1-LeWaCCLVAn+r/28DLCsloqir5zg= - /domhandler/2.4.2: - dependencies: - domelementtype: 1.3.1 - dev: false - resolution: - integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== - /domhandler/3.0.0: - dependencies: - domelementtype: 2.0.2 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw== - /domready/1.0.8: - dev: false - resolution: - integrity: sha1-kfJS5Ze2Wvd+dFriTdAYXV4m1Yw= - /domutils/1.4.3: - dependencies: - domelementtype: 1.3.1 - dev: false - resolution: - integrity: sha1-CGVRN5bGswYDGFDhdVFrr4C3Km8= - /domutils/1.5.1: - dependencies: - dom-serializer: 0.1.1 - domelementtype: 1.3.1 - dev: false - resolution: - integrity: sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8= - /domutils/1.7.0: - dependencies: - dom-serializer: 0.1.1 - domelementtype: 1.3.1 - dev: false - resolution: - integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - /domutils/2.1.0: - dependencies: - dom-serializer: 0.2.2 - domelementtype: 2.0.2 - domhandler: 3.0.0 - dev: false - resolution: - integrity: sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg== - /dot-case/2.1.1: - dependencies: - no-case: 2.3.2 - dev: false - resolution: - integrity: sha1-NNzzf1Co6TwrO8qLt/uRVcfaO+4= - /dot-case/3.0.3: - dependencies: - no-case: 3.0.3 - tslib: 1.13.0 - dev: false - resolution: - integrity: sha512-7hwEmg6RiSQfm/GwPL4AAWXKy3YNNZA3oFv2Pdiey0mwkRCPZ9x6SZbkLcn8Ma5PYeVokzoD4Twv2n7LKp5WeA== - /dot-prop/4.2.1: - dependencies: - is-obj: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ== - /dot-prop/5.3.0: - dependencies: - is-obj: 2.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== - /dotenv-defaults/1.1.1: - dependencies: - dotenv: 6.2.0 - dev: false - resolution: - integrity: sha512-6fPRo9o/3MxKvmRZBD3oNFdxODdhJtIy1zcJeUSCs6HCy4tarUpd+G67UTU9tF6OWXeSPqsm4fPAB+2eY9Rt9Q== - /dotenv-expand/5.1.0: - dev: false - resolution: - integrity: sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== - /dotenv-webpack/1.8.0_webpack@4.44.2: - dependencies: - dotenv-defaults: 1.1.1 - webpack: 4.44.2_webpack@4.44.2 - dev: false - peerDependencies: - webpack: ^1 || ^2 || ^3 || ^4 - resolution: - integrity: sha512-o8pq6NLBehtrqA8Jv8jFQNtG9nhRtVqmoD4yWbgUyoU3+9WBlPe+c2EAiaJok9RB28QvrWvdWLZGeTT5aATDMg== - /dotenv/5.0.1: - dev: false - engines: - node: '>=4.6.0' - resolution: - integrity: sha512-4As8uPrjfwb7VXC+WnLCbXK7y+Ueb2B3zgNCePYfhxS1PYeaO1YTeplffTEcbfLhvFNGLAz90VvJs9yomG7bow== - /dotenv/6.2.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w== - /dotenv/8.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== - /downshift/3.4.8: - dependencies: - '@babel/runtime': 7.11.2 - compute-scroll-into-view: 1.0.16 - prop-types: 15.7.2 - react-is: 16.13.1 - dev: false - peerDependencies: - react: '>=0.14.9' - resolution: - integrity: sha512-dZL3iNL/LbpHNzUQAaVq/eTD1ocnGKKjbAl/848Q0KEp6t81LJbS37w3f93oD6gqqAnjdgM7Use36qZSipHXBw== - /downshift/3.4.8_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - compute-scroll-into-view: 1.0.16 - prop-types: 15.7.2 - react: 16.13.1 - react-is: 16.13.1 - dev: false - peerDependencies: - react: '>=0.14.9' - resolution: - integrity: sha512-dZL3iNL/LbpHNzUQAaVq/eTD1ocnGKKjbAl/848Q0KEp6t81LJbS37w3f93oD6gqqAnjdgM7Use36qZSipHXBw== - /dts-critic/3.3.1: - dependencies: - '@definitelytyped/header-parser': 0.0.54 - command-exists: 1.2.9 - rimraf: 3.0.2 - semver: 6.3.0 - tmp: 0.2.1 - yargs: 15.4.1 - dev: false - engines: - node: '>=10.17.0' - peerDependencies: - typescript: '*' - resolution: - integrity: sha512-iADERsIjx9g9GxZMBjyzjRCkROcSY1ub1sAcEBo8215qBQisxqxyC+kIcvrdsEu2EAEsWhBTAhAfBvb3PIf5Tg== - /dtslint/4.0.2: - dependencies: - '@definitelytyped/header-parser': 0.0.54 - '@definitelytyped/typescript-versions': 0.0.54 - '@definitelytyped/utils': 0.0.54 - dts-critic: 3.3.1 - fs-extra: 6.0.1 - json-stable-stringify: 1.0.1 - strip-json-comments: 2.0.1 - tslint: 5.14.0 - yargs: 15.4.1 - dev: false - engines: - node: '>=10.0.0' - hasBin: true - peerDependencies: - typescript: '>= 3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev || >= 3.8.0-dev || >= 3.9.0-dev || >= 4.0.0-dev' - resolution: - integrity: sha512-vWGZI+QSQ4AQAvJ3T0dnHf+fWqrmx4C0SR0h3Jubi5iBDA6Nsu2Ds+AjqxfiRl6py0yvEZU3T+MqNpKV07CI0A== - /duplexer/0.1.2: - dev: false - resolution: - integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== - /duplexer2/0.0.2: - dependencies: - readable-stream: 1.1.14 - dev: false - resolution: - integrity: sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds= - /duplexer3/0.1.4: - dev: false - resolution: - integrity: sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= - /duplexify/3.7.1: - dependencies: - end-of-stream: 1.4.4 - inherits: 2.0.4 - readable-stream: 2.3.7 - stream-shift: 1.0.1 - dev: false - resolution: - integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== - /ecc-jsbn/0.1.2: - dependencies: - jsbn: 0.1.1 - safer-buffer: 2.1.2 - dev: false - resolution: - integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= - /ee-first/1.1.1: - dev: false - resolution: - integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - /ejs/2.7.4: - dev: false - engines: - node: '>=0.10.0' - requiresBuild: true - resolution: - integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== - /electron-to-chromium/1.3.570: - dev: false - resolution: - integrity: sha512-Y6OCoVQgFQBP5py6A/06+yWxUZHDlNr/gNDGatjH8AZqXl8X0tE4LfjLJsXGz/JmWJz8a6K7bR1k+QzZ+k//fg== - /elegant-spinner/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4= - /element-resize-detector/1.2.1: - dependencies: - batch-processor: 1.0.0 - dev: false - resolution: - integrity: sha512-BdFsPepnQr9fznNPF9nF4vQ457U/ZJXQDSNF1zBe7yaga8v9AdZf3/NElYxFdUh7SitSGt040QygiTo6dtatIw== - /elliptic/6.5.3: - dependencies: - bn.js: 4.11.9 - brorand: 1.1.0 - hash.js: 1.1.7 - hmac-drbg: 1.0.1 - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - minimalistic-crypto-utils: 1.0.1 - dev: false - resolution: - integrity: sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== - /emittery/0.7.1: - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-d34LN4L6h18Bzz9xpoku2nPwKxCPlPMr3EEKTkoEBi+1/+b0lcRkRJ1UVyyZaKNeqGR3swcGl6s390DNO4YVgQ== - /emoji-regex/6.1.1: - dev: false - resolution: - integrity: sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4= - /emoji-regex/7.0.3: - dev: false - resolution: - integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== - /emoji-regex/8.0.0: - dev: false - resolution: - integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - /emoji-regex/9.0.0: - dev: false - resolution: - integrity: sha512-6p1NII1Vm62wni/VR/cUMauVQoxmLVb9csqQlvLz+hO2gk8U2UYDfXHQSUYIBKmZwAKz867IDqG7B+u0mj+M6w== - /emojis-list/2.1.0: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-TapNnbAPmBmIDHn6RXrlsJof04k= - /emojis-list/3.0.0: - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== - /emoticon/3.2.0: - dev: false - resolution: - integrity: sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg== - /emotion-theming/10.0.27_4d699cf7e8a2bf97a506a18e2a399a54: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/weak-memoize': 0.2.5 - hoist-non-react-statics: 3.3.2 - react: 16.13.1 - dev: false - peerDependencies: - '@emotion/core': ^10.0.27 - react: '>=16.3.0' - resolution: - integrity: sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw== - /emotion-theming/10.0.27_@emotion+core@10.0.35: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/core': 10.0.35 - '@emotion/weak-memoize': 0.2.5 - hoist-non-react-statics: 3.3.2 - dev: false - peerDependencies: - '@emotion/core': ^10.0.27 - react: '>=16.3.0' - resolution: - integrity: sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw== - /encodeurl/1.0.2: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= - /encoding/0.1.13: - dependencies: - iconv-lite: 0.6.2 - dev: false - resolution: - integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== - /end-of-stream/0.1.5: - dependencies: - once: 1.3.3 - dev: false - resolution: - integrity: sha1-jhdyBsPICDfYVjLouTWd/osvbq8= - /end-of-stream/1.4.4: - dependencies: - once: 1.4.0 - dev: false - resolution: - integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - /enhanced-resolve/3.4.1: - dependencies: - graceful-fs: 4.2.4 - memory-fs: 0.4.1 - object-assign: 4.1.1 - tapable: 0.2.9 - dev: false - engines: - node: '>=4.3.0 <5.0.0 || >=5.10' - resolution: - integrity: sha1-BCHjOf1xQZs9oT0Smzl5BAIwR24= - /enhanced-resolve/4.3.0: - dependencies: - graceful-fs: 4.2.4 - memory-fs: 0.5.0 - tapable: 1.1.3 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ== - /enquirer/2.3.6: - dependencies: - ansi-colors: 4.1.1 - dev: false - engines: - node: '>=8.6' - resolution: - integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== - /entities/1.0.0: - dev: false - resolution: - integrity: sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY= - /entities/1.1.2: - dev: false - resolution: - integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== - /entities/2.0.3: - dev: false - resolution: - integrity: sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ== - /env-ci/5.0.2: - dependencies: - execa: 4.0.3 - java-properties: 1.0.2 - dev: false - engines: - node: '>=10.13' - resolution: - integrity: sha512-Xc41mKvjouTXD3Oy9AqySz1IeyvJvHZ20Twf5ZLYbNpPPIuCnL/qHCmNlD01LoNy0JTunw9HPYVptD19Ac7Mbw== - /enzyme-adapter-react-16/1.15.4_df2dc313d8031f8c2dbd009d86ca7fc7: - dependencies: - enzyme: 3.11.0 - enzyme-adapter-utils: 1.13.1_react@16.13.1 - enzyme-shallow-equal: 1.0.4 - has: 1.0.3 - object.assign: 4.1.1 - object.values: 1.1.1 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-is: 16.13.1 - react-test-renderer: 16.13.1_react@16.13.1 - semver: 5.7.1 - dev: false - peerDependencies: - enzyme: ^3.0.0 - react: ^16.0.0-0 - react-dom: ^16.0.0-0 - resolution: - integrity: sha512-wPzxs+JaGDK2TPYzl5a9YWGce6i2SQ3Cg51ScLeyj2WotUZ8Obcq1ke/U1Y2VGpYlb9rrX2yCjzSMgtKCeAt5w== - /enzyme-adapter-react-16/1.15.4_enzyme@3.11.0: - dependencies: - enzyme: 3.11.0 - enzyme-adapter-utils: 1.13.1 - enzyme-shallow-equal: 1.0.4 - has: 1.0.3 - object.assign: 4.1.1 - object.values: 1.1.1 - prop-types: 15.7.2 - react-is: 16.13.1 - react-test-renderer: 16.13.1 - semver: 5.7.1 - dev: false - peerDependencies: - enzyme: ^3.0.0 - react: ^16.0.0-0 - react-dom: ^16.0.0-0 - resolution: - integrity: sha512-wPzxs+JaGDK2TPYzl5a9YWGce6i2SQ3Cg51ScLeyj2WotUZ8Obcq1ke/U1Y2VGpYlb9rrX2yCjzSMgtKCeAt5w== - /enzyme-adapter-utils/1.13.1: - dependencies: - airbnb-prop-types: 2.16.0 - function.prototype.name: 1.1.2 - object.assign: 4.1.1 - object.fromentries: 2.0.2 - prop-types: 15.7.2 - semver: 5.7.1 - dev: false - peerDependencies: - react: 0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0 - resolution: - integrity: sha512-5A9MXXgmh/Tkvee3bL/9RCAAgleHqFnsurTYCbymecO4ohvtNO5zqIhHxV370t7nJAwaCfkgtffarKpC0GPt0g== - /enzyme-adapter-utils/1.13.1_react@16.13.1: - dependencies: - airbnb-prop-types: 2.16.0_react@16.13.1 - function.prototype.name: 1.1.2 - object.assign: 4.1.1 - object.fromentries: 2.0.2 - prop-types: 15.7.2 - react: 16.13.1 - semver: 5.7.1 - dev: false - peerDependencies: - react: 0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0 - resolution: - integrity: sha512-5A9MXXgmh/Tkvee3bL/9RCAAgleHqFnsurTYCbymecO4ohvtNO5zqIhHxV370t7nJAwaCfkgtffarKpC0GPt0g== - /enzyme-shallow-equal/1.0.4: - dependencies: - has: 1.0.3 - object-is: 1.1.2 - dev: false - resolution: - integrity: sha512-MttIwB8kKxypwHvRynuC3ahyNc+cFbR8mjVIltnmzQ0uKGqmsfO4bfBuLxb0beLNPhjblUEYvEbsg+VSygvF1Q== - /enzyme/3.11.0: - dependencies: - array.prototype.flat: 1.2.3 - cheerio: 1.0.0-rc.3 - enzyme-shallow-equal: 1.0.4 - function.prototype.name: 1.1.2 - has: 1.0.3 - html-element-map: 1.2.0 - is-boolean-object: 1.0.1 - is-callable: 1.2.1 - is-number-object: 1.0.4 - is-regex: 1.1.1 - is-string: 1.0.5 - is-subset: 0.1.1 - lodash.escape: 4.0.1 - lodash.isequal: 4.5.0 - object-inspect: 1.8.0 - object-is: 1.1.2 - object.assign: 4.1.1 - object.entries: 1.1.2 - object.values: 1.1.1 - raf: 3.4.1 - rst-selector-parser: 2.2.3 - string.prototype.trim: 1.2.2 - dev: false - resolution: - integrity: sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw== - /errno/0.1.7: - dependencies: - prr: 1.0.1 - dev: false - hasBin: true - resolution: - integrity: sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg== - /error-ex/1.3.2: - dependencies: - is-arrayish: 0.2.1 - dev: false - resolution: - integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - /error-inject/1.0.0: - dev: false - resolution: - integrity: sha1-4rPZG1Su1nLzCdlQ0VSFD6EdTzc= - /es-abstract/1.17.6: - dependencies: - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.1 - is-callable: 1.2.1 - is-regex: 1.1.1 - object-inspect: 1.8.0 - object-keys: 1.1.1 - object.assign: 4.1.1 - string.prototype.trimend: 1.0.1 - string.prototype.trimstart: 1.0.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw== - /es-abstract/1.18.0-next.0: - dependencies: - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.1 - is-callable: 1.2.1 - is-negative-zero: 2.0.0 - is-regex: 1.1.1 - object-inspect: 1.8.0 - object-keys: 1.1.1 - object.assign: 4.1.1 - string.prototype.trimend: 1.0.1 - string.prototype.trimstart: 1.0.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ== - /es-array-method-boxes-properly/1.0.0: - dev: false - resolution: - integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA== - /es-get-iterator/1.1.0: - dependencies: - es-abstract: 1.17.6 - has-symbols: 1.0.1 - is-arguments: 1.0.4 - is-map: 2.0.1 - is-set: 2.0.1 - is-string: 1.0.5 - isarray: 2.0.5 - dev: false - resolution: - integrity: sha512-UfrmHuWQlNMTs35e1ypnvikg6jCz3SK8v8ImvmDsh36fCVUR1MqoFDiyn0/k52C8NqO3YsO8Oe0azeesNuqSsQ== - /es-to-primitive/1.2.1: - dependencies: - is-callable: 1.2.1 - is-date-object: 1.0.2 - is-symbol: 1.0.3 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - /es5-ext/0.10.53: - dependencies: - es6-iterator: 2.0.3 - es6-symbol: 3.1.3 - next-tick: 1.0.0 - dev: false - resolution: - integrity: sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q== - /es5-shim/4.5.14: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-7SwlpL+2JpymWTt8sNLuC2zdhhc+wrfe5cMPI2j0o6WsPdfAiPwmFy2f0AocPB4RQVBOZ9kNTgi5YF7TdhkvEg== - /es6-iterator/2.0.3: - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - es6-symbol: 3.1.3 - dev: false - resolution: - integrity: sha1-p96IkUGgWpSwhUQDstCg+/qY87c= - /es6-map/0.1.5: - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - es6-iterator: 2.0.3 - es6-set: 0.1.5 - es6-symbol: 3.1.3 - event-emitter: 0.3.5 - dev: false - resolution: - integrity: sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA= - /es6-promise/2.3.0: - dev: false - resolution: - integrity: sha1-lu258v2wGZWCKyY92KratnSBgbw= - /es6-promise/3.2.1: - dev: false - resolution: - integrity: sha1-7FYjOGgDKQkgcXDDlEjiREndH8Q= - /es6-set/0.1.5: - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - es6-iterator: 2.0.3 - es6-symbol: 3.1.1 - event-emitter: 0.3.5 - dev: false - resolution: - integrity: sha1-0rPsXU2ADO2BjbU40ol02wpzzLE= - /es6-shim/0.35.5: - dev: false - resolution: - integrity: sha512-E9kK/bjtCQRpN1K28Xh4BlmP8egvZBGJJ+9GtnzOwt7mdqtrjHFuVGr7QJfdjBIKqrlU5duPf3pCBoDrkjVYFg== - /es6-symbol/3.1.1: - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - dev: false - resolution: - integrity: sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc= - /es6-symbol/3.1.3: - dependencies: - d: 1.0.1 - ext: 1.4.0 - dev: false - resolution: - integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA== - /es6-weak-map/2.0.3: - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - es6-iterator: 2.0.3 - es6-symbol: 3.1.3 - dev: false - resolution: - integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA== - /escalade/3.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-mAk+hPSO8fLDkhV7V0dXazH5pDc6MrjBTPyD3VeKzxnVFjH1MIxbCdqGZB9O8+EwWakZs3ZCbDS4IpRt79V1ig== - /escape-html/1.0.3: - dev: false - resolution: - integrity: sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= - /escape-string-regexp/1.0.5: - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /escape-string-regexp/2.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== - /escodegen/1.14.3: - dependencies: - esprima: 4.0.1 - estraverse: 4.3.0 - esutils: 2.0.3 - optionator: 0.8.3 - dev: false - engines: - node: '>=4.0' - hasBin: true - optionalDependencies: - source-map: 0.6.1 - resolution: - integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw== - /escope/3.6.0: - dependencies: - es6-map: 0.1.5 - es6-weak-map: 2.0.3 - esrecurse: 4.3.0 - estraverse: 4.3.0 - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-4Bl16BJ4GhY6ba392AOY3GTIicM= - /eslint-config-airbnb-base/12.1.0_a23e9cb88172ef6c39085fbe138ce99f: - dependencies: - eslint: 4.19.1 - eslint-plugin-import: 2.22.0_eslint@4.19.1 - eslint-restricted-globals: 0.1.1 - dev: false - engines: - node: '>= 4' - peerDependencies: - eslint: ^4.9.0 - eslint-plugin-import: ^2.7.0 - resolution: - integrity: sha512-/vjm0Px5ZCpmJqnjIzcFb9TKZrKWz0gnuG/7Gfkt0Db1ELJR51xkZth+t14rYdqWgX836XbuxtArbIHlVhbLBA== - /eslint-config-airbnb/16.1.0_c955b468eed6a6753f2db84f19f6a947: - dependencies: - eslint: 4.19.1 - eslint-config-airbnb-base: 12.1.0_a23e9cb88172ef6c39085fbe138ce99f - eslint-plugin-import: 2.22.0_eslint@4.19.1 - eslint-plugin-jsx-a11y: 6.3.1_eslint@4.19.1 - eslint-plugin-react: 7.20.6_eslint@4.19.1 - dev: false - engines: - node: '>= 4' - peerDependencies: - eslint: ^4.9.0 - eslint-plugin-import: ^2.7.0 - eslint-plugin-jsx-a11y: ^6.0.2 - eslint-plugin-react: ^7.4.0 - resolution: - integrity: sha512-zLyOhVWhzB/jwbz7IPSbkUuj7X2ox4PHXTcZkEmDqTvd0baJmJyuxlFPDlZOE/Y5bC+HQRaEkT3FoHo9wIdRiw== - /eslint-config-prettier/2.10.0_eslint@4.19.1: - dependencies: - eslint: 4.19.1 - get-stdin: 5.0.1 - dev: false - hasBin: true - peerDependencies: - eslint: '>=3.14.1' - resolution: - integrity: sha512-Mhl90VLucfBuhmcWBgbUNtgBiK955iCDK1+aHAz7QfDQF6wuzWZ6JjihZ3ejJoGlJWIuko7xLqNm8BA5uenKhA== - /eslint-config-prettier/6.11.0_eslint@7.9.0: - dependencies: - eslint: 7.9.0 - get-stdin: 6.0.0 - dev: false - hasBin: true - peerDependencies: - eslint: '>=3.14.1' - resolution: - integrity: sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA== - /eslint-import-resolver-node/0.3.4: - dependencies: - debug: 2.6.9 - resolve: 1.17.0 - dev: false - resolution: - integrity: sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA== - /eslint-import-resolver-typescript/2.3.0_abdf0c9d977be3d37bd469dd74184e57: - dependencies: - debug: 4.1.1 - eslint: 7.9.0 - eslint-plugin-import: 2.22.0_eslint@7.9.0 - glob: 7.1.6 - is-glob: 4.0.1 - resolve: 1.17.0 - tsconfig-paths: 3.9.0 - dev: false - engines: - node: '>=4' - peerDependencies: - eslint: '*' - eslint-plugin-import: '*' - resolution: - integrity: sha512-MHSXvmj5e0SGOOBhBbt7C+fWj1bJbtSYFAD85Xeg8nvUtuooTod2HQb8bfhE9f5QyyNxEfgzqOYFCvmdDIcCuw== - /eslint-module-utils/2.6.0: - dependencies: - debug: 2.6.9 - pkg-dir: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA== - /eslint-plugin-import/2.22.0_eslint@4.19.1: - dependencies: - array-includes: 3.1.1 - array.prototype.flat: 1.2.3 - contains-path: 0.1.0 - debug: 2.6.9 - doctrine: 1.5.0 - eslint: 4.19.1 - eslint-import-resolver-node: 0.3.4 - eslint-module-utils: 2.6.0 - has: 1.0.3 - minimatch: 3.0.4 - object.values: 1.1.1 - read-pkg-up: 2.0.0 - resolve: 1.17.0 - tsconfig-paths: 3.9.0 - dev: false - engines: - node: '>=4' - peerDependencies: - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 - resolution: - integrity: sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg== - /eslint-plugin-import/2.22.0_eslint@7.9.0: - dependencies: - array-includes: 3.1.1 - array.prototype.flat: 1.2.3 - contains-path: 0.1.0 - debug: 2.6.9 - doctrine: 1.5.0 - eslint: 7.9.0 - eslint-import-resolver-node: 0.3.4 - eslint-module-utils: 2.6.0 - has: 1.0.3 - minimatch: 3.0.4 - object.values: 1.1.1 - read-pkg-up: 2.0.0 - resolve: 1.17.0 - tsconfig-paths: 3.9.0 - dev: false - engines: - node: '>=4' - peerDependencies: - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 - resolution: - integrity: sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg== - /eslint-plugin-jest/24.0.1_eslint@7.9.0: - dependencies: - '@typescript-eslint/experimental-utils': 4.1.1_eslint@7.9.0 - eslint: 7.9.0 - dev: false - engines: - node: '>=10' - peerDependencies: - eslint: '>=5' - resolution: - integrity: sha512-8tYFDqOHGr7vVfdVYspmlV4sRBTylrM4gSLgkGKlO6F+djDOEJ+tEU7I50smUs7AIvFnNZutXUQAMgI9s9N6xQ== - /eslint-plugin-jest/24.0.1_eslint@7.9.0+typescript@4.0.2: - dependencies: - '@typescript-eslint/experimental-utils': 4.1.1_eslint@7.9.0+typescript@4.0.2 - eslint: 7.9.0 - dev: false - engines: - node: '>=10' - peerDependencies: - eslint: '>=5' - typescript: '*' - resolution: - integrity: sha512-8tYFDqOHGr7vVfdVYspmlV4sRBTylrM4gSLgkGKlO6F+djDOEJ+tEU7I50smUs7AIvFnNZutXUQAMgI9s9N6xQ== - /eslint-plugin-jsx-a11y/6.3.1_eslint@4.19.1: - dependencies: - '@babel/runtime': 7.11.2 - aria-query: 4.2.2 - array-includes: 3.1.1 - ast-types-flow: 0.0.7 - axe-core: 3.5.5 - axobject-query: 2.2.0 - damerau-levenshtein: 1.0.6 - emoji-regex: 9.0.0 - eslint: 4.19.1 - has: 1.0.3 - jsx-ast-utils: 2.4.1 - language-tags: 1.0.5 - dev: false - engines: - node: '>=4.0' - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 - resolution: - integrity: sha512-i1S+P+c3HOlBJzMFORRbC58tHa65Kbo8b52/TwCwSKLohwvpfT5rm2GjGWzOHTEuq4xxf2aRlHHTtmExDQOP+g== - /eslint-plugin-jsx-a11y/6.3.1_eslint@7.9.0: - dependencies: - '@babel/runtime': 7.11.2 - aria-query: 4.2.2 - array-includes: 3.1.1 - ast-types-flow: 0.0.7 - axe-core: 3.5.5 - axobject-query: 2.2.0 - damerau-levenshtein: 1.0.6 - emoji-regex: 9.0.0 - eslint: 7.9.0 - has: 1.0.3 - jsx-ast-utils: 2.4.1 - language-tags: 1.0.5 - dev: false - engines: - node: '>=4.0' - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 - resolution: - integrity: sha512-i1S+P+c3HOlBJzMFORRbC58tHa65Kbo8b52/TwCwSKLohwvpfT5rm2GjGWzOHTEuq4xxf2aRlHHTtmExDQOP+g== - /eslint-plugin-progress/0.0.1: - dev: false - resolution: - integrity: sha512-MAa+Nbw3uAHYKrt5ML2asiXCHdJ4ticANZC/KlfGO5Rck9oB+KhAXc+Zj4bLohci+EAE/3LbbcWyYm3kQuwJiQ== - /eslint-plugin-promise/4.2.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw== - /eslint-plugin-react-hooks/4.1.2_eslint@7.9.0: - dependencies: - eslint: 7.9.0 - dev: false - engines: - node: '>=10' - peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 - resolution: - integrity: sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg== - /eslint-plugin-react/7.20.6_eslint@4.19.1: - dependencies: - array-includes: 3.1.1 - array.prototype.flatmap: 1.2.3 - doctrine: 2.1.0 - eslint: 4.19.1 - has: 1.0.3 - jsx-ast-utils: 2.4.1 - object.entries: 1.1.2 - object.fromentries: 2.0.2 - object.values: 1.1.1 - prop-types: 15.7.2 - resolve: 1.17.0 - string.prototype.matchall: 4.0.2 - dev: false - engines: - node: '>=4' - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 - resolution: - integrity: sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== - /eslint-plugin-react/7.20.6_eslint@7.9.0: - dependencies: - array-includes: 3.1.1 - array.prototype.flatmap: 1.2.3 - doctrine: 2.1.0 - eslint: 7.9.0 - has: 1.0.3 - jsx-ast-utils: 2.4.1 - object.entries: 1.1.2 - object.fromentries: 2.0.2 - object.values: 1.1.1 - prop-types: 15.7.2 - resolve: 1.17.0 - string.prototype.matchall: 4.0.2 - dev: false - engines: - node: '>=4' - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 - resolution: - integrity: sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg== - /eslint-plugin-security/1.4.0: - dependencies: - safe-regex: 1.1.0 - dev: false - resolution: - integrity: sha512-xlS7P2PLMXeqfhyf3NpqbvbnW04kN8M9NtmhpR3XGyOvt/vNKS7XPXT5EDbwKW9vCjWH4PpfQvgD/+JgN0VJKA== - /eslint-plugin-sonarjs/0.5.0_eslint@7.9.0: - dependencies: - eslint: 7.9.0 - dev: false - engines: - node: '>=6' - peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 - resolution: - integrity: sha512-XW5MnzlRjhXpIdbULC/qAdJYHWw3rRLws/DyawdlPU/IdVr9AmRK1r2LaCvabwKOAW2XYYSo3kDX58E4MrB7PQ== - /eslint-plugin-tsdoc/0.2.7: - dependencies: - '@microsoft/tsdoc': 0.12.21 - '@microsoft/tsdoc-config': 0.13.6 - dev: false - resolution: - integrity: sha512-GAbNpwNfwnolagP6mCQT8wY4usifnAE/iuCz15L3BcEca0xAidctU61h7w40mOuNiSp78DYPUl5gwN89nJ8+8Q== - /eslint-restricted-globals/0.1.1: - dev: false - resolution: - integrity: sha1-NfDVy8ZMLj7WLpO0saevBbp+1Nc= - /eslint-scope/3.7.1: - dependencies: - esrecurse: 4.3.0 - estraverse: 4.3.0 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha1-PWPD7f2gLgbgGkUq2IyqzHzctug= - /eslint-scope/3.7.3: - dependencies: - esrecurse: 4.3.0 - estraverse: 4.3.0 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-W+B0SvF4gamyCTmUc+uITPY0989iXVfKvhwtmJocTaYoc/3khEHmEmvfY/Gn9HA9VV75jrQECsHizkNw1b68FA== - /eslint-scope/4.0.3: - dependencies: - esrecurse: 4.3.0 - estraverse: 4.3.0 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== - /eslint-scope/5.1.1: - dependencies: - esrecurse: 4.3.0 - estraverse: 4.3.0 - dev: false - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== - /eslint-utils/2.1.0: - dependencies: - eslint-visitor-keys: 1.3.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== - /eslint-visitor-keys/1.3.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== - /eslint-visitor-keys/2.0.0: - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== - /eslint/4.19.1: - dependencies: - ajv: 5.5.2 - babel-code-frame: 6.26.0 - chalk: 2.4.2 - concat-stream: 1.6.2 - cross-spawn: 5.1.0 - debug: 3.2.6 - doctrine: 2.1.0 - eslint-scope: 3.7.3 - eslint-visitor-keys: 1.3.0 - espree: 3.5.4 - esquery: 1.3.1 - esutils: 2.0.3 - file-entry-cache: 2.0.0 - functional-red-black-tree: 1.0.1 - glob: 7.1.6 - globals: 11.12.0 - ignore: 3.3.10 - imurmurhash: 0.1.4 - inquirer: 3.3.0 - is-resolvable: 1.1.0 - js-yaml: 3.14.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.3.0 - lodash: 4.17.20 - minimatch: 3.0.4 - mkdirp: 0.5.5 - natural-compare: 1.4.0 - optionator: 0.8.3 - path-is-inside: 1.0.2 - pluralize: 7.0.0 - progress: 2.0.3 - regexpp: 1.1.0 - require-uncached: 1.0.3 - semver: 5.7.1 - strip-ansi: 4.0.0 - strip-json-comments: 2.0.1 - table: 4.0.2 - text-table: 0.2.0 - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ== - /eslint/7.9.0: - dependencies: - '@babel/code-frame': 7.10.4 - '@eslint/eslintrc': 0.1.3 - ajv: 6.12.5 - chalk: 4.1.0 - cross-spawn: 7.0.3 - debug: 4.1.1 - doctrine: 3.0.0 - enquirer: 2.3.6 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - eslint-visitor-keys: 1.3.0 - espree: 7.3.0 - esquery: 1.3.1 - esutils: 2.0.3 - file-entry-cache: 5.0.1 - functional-red-black-tree: 1.0.1 - glob-parent: 5.1.1 - globals: 12.4.0 - ignore: 4.0.6 - import-fresh: 3.2.1 - imurmurhash: 0.1.4 - is-glob: 4.0.1 - js-yaml: 3.14.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash: 4.17.20 - minimatch: 3.0.4 - natural-compare: 1.4.0 - optionator: 0.9.1 - progress: 2.0.3 - regexpp: 3.1.0 - semver: 7.3.2 - strip-ansi: 6.0.0 - strip-json-comments: 3.1.1 - table: 5.4.6 - text-table: 0.2.0 - v8-compile-cache: 2.1.1 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - hasBin: true - resolution: - integrity: sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA== - /esm/3.2.25: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA== - /espree/3.5.4: - dependencies: - acorn: 5.7.4 - acorn-jsx: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A== - /espree/7.3.0: - dependencies: - acorn: 7.4.0 - acorn-jsx: 5.3.1_acorn@7.4.0 - eslint-visitor-keys: 1.3.0 - dev: false - engines: - node: ^10.12.0 || >=12.0.0 - resolution: - integrity: sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw== - /esprima/2.7.3: - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE= - /esprima/4.0.1: - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - /esquery/1.3.1: - dependencies: - estraverse: 5.2.0 - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ== - /esrecurse/4.3.0: - dependencies: - estraverse: 5.2.0 - dev: false - engines: - node: '>=4.0' - resolution: - integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== - /estraverse/4.3.0: - dev: false - engines: - node: '>=4.0' - resolution: - integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - /estraverse/5.2.0: - dev: false - engines: - node: '>=4.0' - resolution: - integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== - /estree-walker/2.0.1: - dev: false - resolution: - integrity: sha512-tF0hv+Yi2Ot1cwj9eYHtxC0jB9bmjacjQs6ZBTj82H8JwUywFuc+7E83NWfNMwHXZc11mjfFcVXPe9gEP4B8dg== - /esutils/2.0.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - /etag/1.8.1: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - /event-emitter/0.3.5: - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - dev: false - resolution: - integrity: sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk= - /eventemitter3/4.0.7: - dev: false - resolution: - integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== - /events/3.2.0: - dev: false - engines: - node: '>=0.8.x' - resolution: - integrity: sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg== - /eventsource/1.0.7: - dependencies: - original: 1.0.2 - dev: false - engines: - node: '>=0.12.0' - resolution: - integrity: sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ== - /evp_bytestokey/1.0.3: - dependencies: - md5.js: 1.3.5 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - /exec-sh/0.3.4: - dev: false - resolution: - integrity: sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A== - /execa/0.7.0: - dependencies: - cross-spawn: 5.1.0 - get-stream: 3.0.0 - is-stream: 1.1.0 - npm-run-path: 2.0.2 - p-finally: 1.0.0 - signal-exit: 3.0.3 - strip-eof: 1.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= - /execa/1.0.0: - dependencies: - cross-spawn: 6.0.5 - get-stream: 4.1.0 - is-stream: 1.1.0 - npm-run-path: 2.0.2 - p-finally: 1.0.0 - signal-exit: 3.0.3 - strip-eof: 1.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== - /execa/3.4.0: - dependencies: - cross-spawn: 7.0.3 - get-stream: 5.2.0 - human-signals: 1.1.1 - is-stream: 2.0.0 - merge-stream: 2.0.0 - npm-run-path: 4.0.1 - onetime: 5.1.2 - p-finally: 2.0.1 - signal-exit: 3.0.3 - strip-final-newline: 2.0.0 - dev: false - engines: - node: ^8.12.0 || >=9.7.0 - resolution: - integrity: sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g== - /execa/4.0.3: - dependencies: - cross-spawn: 7.0.3 - get-stream: 5.2.0 - human-signals: 1.1.1 - is-stream: 2.0.0 - merge-stream: 2.0.0 - npm-run-path: 4.0.1 - onetime: 5.1.2 - signal-exit: 3.0.3 - strip-final-newline: 2.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== - /exit/0.1.2: - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-BjJjj42HfMghB9MKD/8aF8uhzQw= - /expand-brackets/0.1.5: - dependencies: - is-posix-bracket: 0.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s= - /expand-brackets/2.1.4: - dependencies: - debug: 2.6.9 - define-property: 0.2.5 - extend-shallow: 2.0.1 - posix-character-classes: 0.1.1 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - /expand-range/1.8.2: - dependencies: - fill-range: 2.2.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc= - /expand-tilde/2.0.2: - dependencies: - homedir-polyfill: 1.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= - /expect/25.5.0: - dependencies: - '@jest/types': 25.5.0 - ansi-styles: 4.2.1 - jest-get-type: 25.2.6 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-regex-util: 25.2.6 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-w7KAXo0+6qqZZhovCaBVPSIqQp7/UTcx4M9uKt2m6pd2VB1voyC8JizLRqeEqud3AAVP02g+hbErDu5gu64tlA== - /expect/26.4.2: - dependencies: - '@jest/types': 26.3.0 - ansi-styles: 4.2.1 - jest-get-type: 26.3.0 - jest-matcher-utils: 26.4.2 - jest-message-util: 26.3.0 - jest-regex-util: 26.0.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-IlJ3X52Z0lDHm7gjEp+m76uX46ldH5VpqmU0006vqDju/285twh7zaWMRhs67VpQhBwjjMchk+p5aA0VkERCAA== - /express/4.17.1: - dependencies: - accepts: 1.3.7 - array-flatten: 1.1.1 - body-parser: 1.19.0 - content-disposition: 0.5.3 - content-type: 1.0.4 - cookie: 0.4.0 - cookie-signature: 1.0.6 - debug: 2.6.9 - depd: 1.1.2 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - finalhandler: 1.1.2 - fresh: 0.5.2 - merge-descriptors: 1.0.1 - methods: 1.1.2 - on-finished: 2.3.0 - parseurl: 1.3.3 - path-to-regexp: 0.1.7 - proxy-addr: 2.0.6 - qs: 6.7.0 - range-parser: 1.2.1 - safe-buffer: 5.1.2 - send: 0.17.1 - serve-static: 1.14.1 - setprototypeof: 1.1.1 - statuses: 1.5.0 - type-is: 1.6.18 - utils-merge: 1.0.1 - vary: 1.1.2 - dev: false - engines: - node: '>= 0.10.0' - resolution: - integrity: sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== - /ext/1.4.0: - dependencies: - type: 2.1.0 - dev: false - resolution: - integrity: sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A== - /extend-shallow/1.1.4: - dependencies: - kind-of: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE= - /extend-shallow/2.0.1: - dependencies: - is-extendable: 0.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - /extend-shallow/3.0.2: - dependencies: - assign-symbols: 1.0.0 - is-extendable: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - /extend/1.3.0: - dev: false - resolution: - integrity: sha1-0VFvsP9WJNLr+RI+odrFoZlABPg= - /extend/3.0.2: - dev: false - resolution: - integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - /external-editor/2.2.0: - dependencies: - chardet: 0.4.2 - iconv-lite: 0.4.24 - tmp: 0.0.33 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A== - /external-editor/3.1.0: - dependencies: - chardet: 0.7.0 - iconv-lite: 0.4.24 - tmp: 0.0.33 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== - /extglob/0.3.2: - dependencies: - is-extglob: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE= - /extglob/2.0.4: - dependencies: - array-unique: 0.3.2 - define-property: 1.0.0 - expand-brackets: 2.1.4 - extend-shallow: 2.0.1 - fragment-cache: 0.2.1 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - /extract-text-webpack-plugin/3.0.2_webpack@3.12.0: - dependencies: - async: 2.6.3 - loader-utils: 1.4.0 - schema-utils: 0.3.0 - webpack: 3.12.0_webpack@3.12.0 - webpack-sources: 1.4.3 - deprecated: 'Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin' - dev: false - engines: - node: '>= 4.8 < 5.0.0 || >= 5.10' - peerDependencies: - webpack: ^3.1.0 - resolution: - integrity: sha512-bt/LZ4m5Rqt/Crl2HiKuAl/oqg0psx1tsTLkvWbJen1CtD+fftkZhMaQ9HOtY2gWsl2Wq+sABmMVi9z3DhKWQQ== - /extsprintf/1.3.0: - dev: false - engines: - '0': node >=0.6.0 - resolution: - integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - /fake-tag/2.0.0: - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-QDz+8qiNQ9AfBZ31EXlID5JIbUkU3e1nXDWk4tidFzd2gy8XJaEUW1HCuDY6DUy6t2Y0nvhD6PsUc+2WYy5w0w== - /fancy-log/1.3.3: - dependencies: - ansi-gray: 0.1.1 - color-support: 1.1.3 - parse-node-version: 1.0.1 - time-stamp: 1.1.0 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw== - /fast-deep-equal/1.1.0: - dev: false - resolution: - integrity: sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ= - /fast-deep-equal/2.0.1: - dev: false - resolution: - integrity: sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= - /fast-deep-equal/3.1.3: - dev: false - resolution: - integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - /fast-equals/1.6.3: - dev: false - resolution: - integrity: sha512-4WKW0AL5+WEqO0zWavAfYGY1qwLsBgE//DN4TTcVEN2UlINgkv9b3vm2iHicoenWKSX9mKWmGOsU/iI5IST7pQ== - /fast-glob/2.2.7: - dependencies: - '@mrmlnc/readdir-enhanced': 2.2.1 - '@nodelib/fs.stat': 1.1.3 - glob-parent: 3.1.0 - is-glob: 4.0.1 - merge2: 1.4.1 - micromatch: 3.1.10 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw== - /fast-glob/3.2.4: - dependencies: - '@nodelib/fs.stat': 2.0.3 - '@nodelib/fs.walk': 1.2.4 - glob-parent: 5.1.1 - merge2: 1.4.1 - micromatch: 4.0.2 - picomatch: 2.2.2 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== - /fast-json-stable-stringify/2.1.0: - dev: false - resolution: - integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - /fast-levenshtein/2.0.6: - dev: false - resolution: - integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - /fast-stringify/1.1.2: - dev: false - resolution: - integrity: sha512-SfslXjiH8km0WnRiuPfpUKwlZjW5I878qsOm+2x8x3TgqmElOOLh1rgJFb+PolNdNRK3r8urEefqx0wt7vx1dA== - /fastclick/1.0.6: - dev: false - resolution: - integrity: sha1-FhYlsnsaWAZAWTa9qaLBkm0Gvmo= - /fastparse/1.1.2: - dev: false - resolution: - integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== - /fastq/1.8.0: - dependencies: - reusify: 1.0.4 - dev: false - resolution: - integrity: sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== - /fault/1.0.4: - dependencies: - format: 0.2.2 - dev: false - resolution: - integrity: sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA== - /faye-websocket/0.11.3: - dependencies: - websocket-driver: 0.7.4 - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== - /fb-watchman/2.0.1: - dependencies: - bser: 2.1.1 - dev: false - resolution: - integrity: sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg== - /fbjs/0.8.17: - dependencies: - core-js: 1.2.7 - isomorphic-fetch: 2.2.1 - loose-envify: 1.4.0 - object-assign: 4.1.1 - promise: 7.3.1 - setimmediate: 1.0.5 - ua-parser-js: 0.7.22 - dev: false - resolution: - integrity: sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90= - /figgy-pudding/3.5.2: - dev: false - resolution: - integrity: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== - /figures/1.7.0: - dependencies: - escape-string-regexp: 1.0.5 - object-assign: 4.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4= - /figures/2.0.0: - dependencies: - escape-string-regexp: 1.0.5 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI= - /figures/3.2.0: - dependencies: - escape-string-regexp: 1.0.5 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== - /file-entry-cache/2.0.0: - dependencies: - flat-cache: 1.3.4 - object-assign: 4.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E= - /file-entry-cache/5.0.1: - dependencies: - flat-cache: 2.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g== - /file-loader/0.10.1: - dependencies: - loader-utils: 1.4.0 - dev: false - resolution: - integrity: sha1-gVA0EZiR/GRB+1pkwRvJPCLd2EI= - /file-loader/4.3.0_webpack@4.44.2: - dependencies: - loader-utils: 1.4.0 - schema-utils: 2.7.1 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.0.0 - resolution: - integrity: sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA== - /file-system-cache/1.0.5: - dependencies: - bluebird: 3.7.2 - fs-extra: 0.30.0 - ramda: 0.21.0 - dev: false - resolution: - integrity: sha1-hCWbNqK7uNPW6xAh0xMv/mTP/08= - /file-uri-to-path/1.0.0: - dev: false - optional: true - resolution: - integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== - /filename-regex/2.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY= - /filesize/3.6.1: - dev: false - engines: - node: '>= 0.4.0' - resolution: - integrity: sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg== - /fill-range/2.2.4: - dependencies: - is-number: 2.1.0 - isobject: 2.1.0 - randomatic: 3.1.1 - repeat-element: 1.1.3 - repeat-string: 1.6.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q== - /fill-range/4.0.0: - dependencies: - extend-shallow: 2.0.1 - is-number: 3.0.0 - repeat-string: 1.6.1 - to-regex-range: 2.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - /fill-range/7.0.1: - dependencies: - to-regex-range: 5.0.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - /finalhandler/1.1.2: - dependencies: - debug: 2.6.9 - encodeurl: 1.0.2 - escape-html: 1.0.3 - on-finished: 2.3.0 - parseurl: 1.3.3 - statuses: 1.5.0 - unpipe: 1.0.0 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== - /find-cache-dir/1.0.0: - dependencies: - commondir: 1.0.1 - make-dir: 1.3.0 - pkg-dir: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-kojj6ePMN0hxfTnq3hfPcfww7m8= - /find-cache-dir/2.1.0: - dependencies: - commondir: 1.0.1 - make-dir: 2.1.0 - pkg-dir: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - /find-cache-dir/3.3.1: - dependencies: - commondir: 1.0.1 - make-dir: 3.1.0 - pkg-dir: 4.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ== - /find-index/0.1.1: - dev: false - resolution: - integrity: sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ= - /find-root/1.1.0: - dev: false - resolution: - integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== - /find-up/1.1.2: - dependencies: - path-exists: 2.1.0 - pinkie-promise: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= - /find-up/2.1.0: - dependencies: - locate-path: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c= - /find-up/3.0.0: - dependencies: - locate-path: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - /find-up/4.1.0: - dependencies: - locate-path: 5.0.0 - path-exists: 4.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - /findup-sync/0.3.0: - dependencies: - glob: 5.0.15 - dev: false - engines: - node: '>= 0.6.0' - resolution: - integrity: sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY= - /findup-sync/2.0.0: - dependencies: - detect-file: 1.0.0 - is-glob: 3.1.0 - micromatch: 3.1.10 - resolve-dir: 1.0.1 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw= - /fined/1.2.0: - dependencies: - expand-tilde: 2.0.2 - is-plain-object: 2.0.4 - object.defaults: 1.1.0 - object.pick: 1.3.0 - parse-filepath: 1.0.2 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng== - /first-chunk-stream/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Wb+1DNkF9g18OUzT2ayqtOatk04= - /first-chunk-stream/2.0.0: - dependencies: - readable-stream: 2.3.7 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-G97NuOCDwGZLkZRVgVd6Q6nzHXA= - /flagged-respawn/1.0.1: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q== - /flat-cache/1.3.4: - dependencies: - circular-json: 0.3.3 - graceful-fs: 4.2.4 - rimraf: 2.6.3 - write: 0.2.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg== - /flat-cache/2.0.1: - dependencies: - flatted: 2.0.2 - rimraf: 2.6.3 - write: 1.0.3 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA== - /flatted/2.0.2: - dev: false - resolution: - integrity: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== - /flatten/1.0.3: - dev: false - resolution: - integrity: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg== - /flow-parser/0.134.0: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-VmRba5YXKmVqIH3xNzUJ4pNobxXEOl6h36m+0f5dZ6/av9YlRpls/yBnPESQ4qBUbyyp7iqoc1Feo1lFw3u1YQ== - /flush-write-stream/1.1.1: - dependencies: - inherits: 2.0.4 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== - /focus-lock/0.7.0: - dev: false - resolution: - integrity: sha512-LI7v2mH02R55SekHYdv9pRHR9RajVNyIJ2N5IEkWbg7FT5ZmJ9Hw4mWxHeEUcd+dJo0QmzztHvDvWcc7prVFsw== - /follow-redirects/1.5.10: - dependencies: - debug: 3.1.0 - dev: false - engines: - node: '>=4.0' - resolution: - integrity: sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ== - /for-in/0.1.8: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE= - /for-in/1.0.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - /for-own/0.1.5: - dependencies: - for-in: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4= - /for-own/1.0.0: - dependencies: - for-in: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs= - /forever-agent/0.6.1: - dev: false - resolution: - integrity: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - /fork-ts-checker-webpack-plugin/1.5.0: - dependencies: - babel-code-frame: 6.26.0 - chalk: 2.4.2 - chokidar: 2.1.8 - micromatch: 3.1.10 - minimatch: 3.0.4 - semver: 5.7.1 - tapable: 1.1.3 - worker-rpc: 0.1.1 - dev: false - engines: - node: '>=6.11.5' - yarn: '>=1.0.0' - resolution: - integrity: sha512-zEhg7Hz+KhZlBhILYpXy+Beu96gwvkROWJiTXOCyOOMMrdBIRPvsBpBqgTI4jfJGrJXcqGwJR8zsBGDmzY0jsA== - /fork-ts-checker-webpack-plugin/3.1.1: - dependencies: - babel-code-frame: 6.26.0 - chalk: 2.4.2 - chokidar: 3.4.2 - micromatch: 3.1.10 - minimatch: 3.0.4 - semver: 5.7.1 - tapable: 1.1.3 - worker-rpc: 0.1.1 - dev: false - engines: - node: '>=6.11.5' - yarn: '>=1.0.0' - resolution: - integrity: sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ== - /form-data/2.1.4: - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.27 - dev: false - engines: - node: '>= 0.12' - optional: true - resolution: - integrity: sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE= - /form-data/2.3.3: - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.27 - dev: false - engines: - node: '>= 0.12' - resolution: - integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - /format/0.2.2: - dev: false - engines: - node: '>=0.4.x' - resolution: - integrity: sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs= - /formidable/1.0.17: - deprecated: Old versions of Formidable are not compatible with the current Node.js; Upgrade to 1.2.0 or later - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-71SRSQ+UM7cF+qdyScmQKa40hVk= - /forwarded/0.1.2: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= - /fragment-cache/0.2.1: - dependencies: - map-cache: 0.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - /fresh/0.5.2: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= - /from2/2.3.0: - dependencies: - inherits: 2.0.4 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= - /fs-constants/1.0.0: - dev: false - resolution: - integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== - /fs-extra/0.16.5: - dependencies: - graceful-fs: 3.0.12 - jsonfile: 2.4.0 - rimraf: 2.7.1 - dev: false - resolution: - integrity: sha1-GtZh+myGyWCM0bSe/G/Og0k5p1A= - /fs-extra/0.30.0: - dependencies: - graceful-fs: 4.2.4 - jsonfile: 2.4.0 - klaw: 1.3.1 - path-is-absolute: 1.0.1 - rimraf: 2.7.1 - dev: false - resolution: - integrity: sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A= - /fs-extra/6.0.1: - dependencies: - graceful-fs: 4.2.4 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - resolution: - integrity: sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA== - /fs-extra/8.1.0: - dependencies: - graceful-fs: 4.2.4 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - engines: - node: '>=6 <7 || >=8' - resolution: - integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== - /fs-extra/9.0.1: - dependencies: - at-least-node: 1.0.0 - graceful-fs: 4.2.4 - jsonfile: 6.0.1 - universalify: 1.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== - /fs-minipass/2.1.0: - dependencies: - minipass: 3.1.3 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== - /fs-readdir-recursive/1.1.0: - dev: false - resolution: - integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA== - /fs-write-stream-atomic/1.0.10: - dependencies: - graceful-fs: 4.2.4 - iferr: 0.1.5 - imurmurhash: 0.1.4 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= - /fs.realpath/1.0.0: - dev: false - resolution: - integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - /fsevents/1.2.13: - dependencies: - bindings: 1.5.0 - nan: 2.14.1 - deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. - dev: false - engines: - node: '>= 4.0' - optional: true - os: - - darwin - requiresBuild: true - resolution: - integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== - /fsevents/2.1.3: - dev: false - engines: - node: ^8.16.0 || ^10.6.0 || >=11.0.0 - optional: true - os: - - darwin - resolution: - integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== - /fstream/1.0.12: - dependencies: - graceful-fs: 4.2.4 - inherits: 2.0.4 - mkdirp: 0.5.5 - rimraf: 2.7.1 - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== - /function-bind/1.1.1: - dev: false - resolution: - integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - /function.prototype.name/1.1.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - functions-have-names: 1.2.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-C8A+LlHBJjB2AdcRPorc5JvJ5VUoWlXdEHLOJdCI7kjHEtGTpHQUiqMvCIKUwIsGwZX2jZJy761AXsn356bJQg== - /functional-red-black-tree/1.0.1: - dev: false - resolution: - integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= - /functions-have-names/1.2.1: - dev: false - resolution: - integrity: sha512-j48B/ZI7VKs3sgeI2cZp7WXWmZXu7Iq5pl5/vptV5N2mq+DGFuS/ulaDjtaoLpYzuD6u8UgrUKHfgo7fDTSiBA== - /fuse.js/3.6.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw== - /gauge/2.7.4: - 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.3 - string-width: 1.0.2 - strip-ansi: 3.0.1 - wide-align: 1.1.3 - dev: false - resolution: - integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= - /gaze/0.5.2: - dependencies: - globule: 0.1.0 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8= - /generic-names/2.0.1: - dependencies: - loader-utils: 1.4.0 - dev: false - resolution: - integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== - /gensync/1.0.0-beta.1: - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== - /get-caller-file/1.0.3: - dev: false - resolution: - integrity: sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== - /get-caller-file/2.0.5: - dev: false - engines: - node: 6.* || 8.* || >= 10.* - resolution: - integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - /get-contrast/2.0.0: - dependencies: - css-color-names: 0.0.3 - is-blank: 1.1.0 - is-named-css-color: 1.0.0 - rgb: 0.1.0 - wcag-contrast: 0.1.0 - dev: false - hasBin: true - resolution: - integrity: sha1-yWVJfSWNTCPQOgZZVIWsw9Ue1vs= - /get-css-urls/0.0.1: - dependencies: - css-url-regex: 0.0.1 - dev: false - resolution: - integrity: sha1-mjCleM5GVfg0GFKOf7evXlk1b4E= - /get-css/0.2.0: - dependencies: - cheerio: 0.18.0 - q: 1.5.1 - request: 2.88.2 - resolve-css-import-urls: 0.0.2 - dev: false - resolution: - integrity: sha1-1rAOubA5ajvEicslC/ZwcNtdv8c= - /get-imports/1.0.0: - dependencies: - array-uniq: 1.0.3 - import-regex: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-R8C07piTUWQsVJdxk79Pyqv1N48= - /get-nonce/1.0.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q== - /get-package-type/0.1.0: - dev: false - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== - /get-stdin/4.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= - /get-stdin/5.0.1: - dev: false - engines: - node: '>=0.12.0' - resolution: - integrity: sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g= - /get-stdin/6.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== - /get-stream/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= - /get-stream/4.1.0: - dependencies: - pump: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== - /get-stream/5.2.0: - dependencies: - pump: 3.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== - /get-value/2.0.6: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - /getpass/0.1.7: - dependencies: - assert-plus: 1.0.0 - dev: false - resolution: - integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - /gh-pages/0.3.1: - dependencies: - async: 0.2.9 - commander: 2.8.1 - glob: 4.0.6 - graceful-fs: 2.0.1 - lodash: 2.4.2 - q: 1.0.1 - q-io: 1.11.6 - wrench: 1.5.1 - dev: false - hasBin: true - resolution: - integrity: sha1-5Y9/jHxJbC+VuDNUpOPzMdwDJ6g= - /github-slugger/1.3.0: - dependencies: - emoji-regex: 6.1.1 - dev: false - resolution: - integrity: sha512-gwJScWVNhFYSRDvURk/8yhcFBee6aFjye2a7Lhb2bUyRulpIoek9p0I9Kt7PT67d/nUlZbFu8L9RLiA0woQN8Q== - /glob-base/0.3.0: - dependencies: - glob-parent: 2.0.0 - is-glob: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q= - /glob-parent/2.0.0: - dependencies: - is-glob: 2.0.1 - dev: false - resolution: - integrity: sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg= - /glob-parent/3.1.0: - dependencies: - is-glob: 3.1.0 - path-dirname: 1.0.2 - dev: false - resolution: - integrity: sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= - /glob-parent/5.1.1: - dependencies: - is-glob: 4.0.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== - /glob-stream/3.1.18: - dependencies: - glob: 4.5.3 - glob2base: 0.0.12 - minimatch: 2.0.10 - ordered-read-streams: 0.1.0 - through2: 0.6.5 - unique-stream: 1.0.0 - dev: false - engines: - node: '>= 0.9' - resolution: - integrity: sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs= - /glob-stream/5.3.5: - dependencies: - extend: 3.0.2 - glob: 5.0.15 - glob-parent: 3.1.0 - micromatch: 2.3.11 - ordered-read-streams: 0.3.0 - through2: 0.6.5 - to-absolute-glob: 0.1.1 - unique-stream: 2.3.1 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-pVZlqajM3EGRWofHAeMtTgFvrSI= - /glob-to-regexp/0.3.0: - dev: false - resolution: - integrity: sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= - /glob-to-regexp/0.4.1: - dev: false - resolution: - integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== - /glob-watcher/0.0.6: - dependencies: - gaze: 0.5.2 - dev: false - engines: - node: '>= 0.9' - resolution: - integrity: sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs= - /glob/3.1.21: - dependencies: - graceful-fs: 1.2.3 - inherits: 1.0.2 - minimatch: 0.2.14 - dev: false - resolution: - integrity: sha1-0p4KBV3qUTj00H7UDomC6DwgZs0= - /glob/4.0.6: - dependencies: - graceful-fs: 3.0.12 - inherits: 2.0.4 - minimatch: 1.0.0 - once: 1.4.0 - dev: false - resolution: - integrity: sha1-aVxQvdTi+1xdNwsJHziNNwfikac= - /glob/4.5.3: - dependencies: - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 2.0.10 - once: 1.4.0 - dev: false - resolution: - integrity: sha1-xstz0yJsHv7wTePFbQEvAzd+4V8= - /glob/5.0.15: - dependencies: - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: false - resolution: - integrity: sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E= - /glob/7.1.6: - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: false - resolution: - integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== - /glob2base/0.0.12: - dependencies: - find-index: 0.1.1 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY= - /global-dirs/0.1.1: - dependencies: - ini: 1.3.5 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= - /global-modules/1.0.0: - dependencies: - global-prefix: 1.0.2 - is-windows: 1.0.2 - resolve-dir: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== - /global-modules/2.0.0: - dependencies: - global-prefix: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== - /global-prefix/1.0.2: - dependencies: - expand-tilde: 2.0.2 - homedir-polyfill: 1.0.3 - ini: 1.3.5 - is-windows: 1.0.2 - which: 1.3.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= - /global-prefix/3.0.0: - dependencies: - ini: 1.3.5 - kind-of: 6.0.3 - which: 1.3.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg== - /global/4.4.0: - dependencies: - min-document: 2.19.0 - process: 0.11.10 - dev: false - resolution: - integrity: sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w== - /globals/11.12.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - /globals/12.4.0: - dependencies: - type-fest: 0.8.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== - /globals/9.18.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ== - /globalthis/1.0.1: - dependencies: - define-properties: 1.1.3 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-mJPRTc/P39NH/iNG4mXa9aIhNymaQikTrnspeCa2ZuJ+mH2QN/rXwtX3XwKrHqWgUQFbNZKtHM105aHzJalElw== - /globby/11.0.1: - dependencies: - array-union: 2.1.0 - dir-glob: 3.0.1 - fast-glob: 3.2.4 - ignore: 5.1.8 - merge2: 1.4.1 - slash: 3.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== - /globby/8.0.2: - dependencies: - array-union: 1.0.2 - dir-glob: 2.0.0 - fast-glob: 2.2.7 - glob: 7.1.6 - ignore: 3.3.10 - pify: 3.0.0 - slash: 1.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w== - /globule/0.1.0: - dependencies: - glob: 3.1.21 - lodash: 1.0.2 - minimatch: 0.2.14 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU= - /glogg/1.0.2: - dependencies: - sparkles: 1.0.1 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA== - /good-listener/1.2.2: - dependencies: - delegate: 3.2.0 - dev: false - optional: true - resolution: - integrity: sha1-1TswzfkxPf+33JoNR3CWqm0UXFA= - /got/6.7.1: - dependencies: - create-error-class: 3.0.2 - duplexer3: 0.1.4 - get-stream: 3.0.0 - is-redirect: 1.0.0 - is-retry-allowed: 1.2.0 - is-stream: 1.1.0 - lowercase-keys: 1.0.1 - safe-buffer: 5.2.1 - timed-out: 4.0.1 - unzip-response: 2.0.1 - url-parse-lax: 1.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA= - /got/8.3.2: - dependencies: - '@sindresorhus/is': 0.7.0 - cacheable-request: 2.1.4 - decompress-response: 3.3.0 - duplexer3: 0.1.4 - get-stream: 3.0.0 - into-stream: 3.1.0 - is-retry-allowed: 1.2.0 - isurl: 1.0.0 - lowercase-keys: 1.0.1 - mimic-response: 1.0.1 - p-cancelable: 0.4.1 - p-timeout: 2.0.1 - pify: 3.0.0 - safe-buffer: 5.2.1 - timed-out: 4.0.1 - url-parse-lax: 3.0.0 - url-to-options: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw== - /graceful-fs/1.2.3: - deprecated: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q= - /graceful-fs/2.0.1: - deprecated: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-f9bgpIN8NdDMFTMClNlYSjiYz4Q= - /graceful-fs/3.0.12: - dependencies: - natives: 1.1.6 - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-J55gaCS4iTTJfTXIxSVw3EMQckcqkpdRv3IR7gu6sq0+tbC363Zx6KH/SEwXASK9JRbhyZmVjJEVJIOxYsB3Qg== - /graceful-fs/4.2.4: - dev: false - resolution: - integrity: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== - /graceful-readlink/1.0.1: - dev: false - resolution: - integrity: sha1-TK+tdrxi8C+gObL5Tpo906ORpyU= - /gray-matter/4.0.2: - dependencies: - js-yaml: 3.14.0 - kind-of: 6.0.3 - section-matter: 1.0.0 - strip-bom-string: 1.0.0 - dev: false - engines: - node: '>=6.0' - resolution: - integrity: sha512-7hB/+LxrOjq/dd8APlK0r24uL/67w7SkYnfwhNFwg/VDIGWGmduTDYf3WNstLW2fbbmRwrDGCVSJ2isuf2+4Hw== - /growly/1.3.0: - dev: false - optional: true - resolution: - integrity: sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= - /gud/1.0.0: - dev: false - resolution: - integrity: sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw== - /gulp-babel-minify/0.2.0: - dependencies: - babel-core: 6.26.3 - babel-preset-minify: 0.2.0 - gulp-util: 3.0.8 - through2: 2.0.5 - vinyl-sourcemaps-apply: 0.2.1 - dev: false - resolution: - integrity: sha512-XYCY7AFOaVtZAWpoY1ldpzMB+c4s6M9g7aWGHjgzQHZg+TXzuyD0QznAok5JGpC+E8/5kaGYv57us+HDJXvquA== - /gulp-babel/6.1.3: - dependencies: - babel-core: 6.26.3 - object-assign: 4.1.1 - plugin-error: 1.0.1 - replace-ext: 0.0.1 - through2: 2.0.5 - vinyl-sourcemaps-apply: 0.2.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-tm15R3rt4gO59WXCuqrwf4QXJM9VIJC+0J2NPYSC6xZn+cZRD5y5RPGAiHaDxCJq7Rz5BDljlrk3cEjWADF+wQ== - /gulp-jsx2example/1.2.4: - dependencies: - gulp-util: 3.0.8 - highlight.js: 8.9.1 - lodash.merge: 3.3.2 - marked: 0.3.19 - through2: 2.0.5 - xtemplate: 4.7.2 - xtpl: 3.4.2 - dev: false - resolution: - integrity: sha1-zXfAuB0Qv84GsNFINBPJ+hZBrLQ= - /gulp-less/3.5.0: - dependencies: - accord: 0.28.0 - less: 2.7.3 - object-assign: 4.1.1 - plugin-error: 0.1.2 - replace-ext: 1.0.1 - through2: 2.0.5 - vinyl-sourcemaps-apply: 0.2.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-FQLY7unaHdTOXG0jlwxeBQcWoPPrTMQZRA7HfYwSNi9IPVx5l7GJEN72mG4ri2yigp/f/VNGUAJnFMJHBmH3iw== - /gulp-postcss/6.4.0: - dependencies: - gulp-util: 3.0.8 - postcss: 5.2.18 - postcss-load-config: 1.2.0 - vinyl-sourcemaps-apply: 0.2.1 - dev: false - resolution: - integrity: sha1-eKMuPIeqbNzsWuHJBeGW1HjoxdU= - /gulp-prettier/2.3.0: - dependencies: - plugin-error: 1.0.1 - prettier: 1.19.1 - safe-buffer: 5.2.1 - through2: 3.0.2 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-3byhZ6+tT3uqZUmIuhNs+upiUiwTtZXQ5vD/rrXq+ZypYyYlCIGGmSYq7wDc0uTJyGhHtYNTJ97ix2hI747zyg== - /gulp-sourcemaps/1.6.0: - dependencies: - convert-source-map: 1.7.0 - graceful-fs: 4.2.4 - strip-bom: 2.0.0 - through2: 2.0.5 - vinyl: 1.2.0 - dev: false - resolution: - integrity: sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw= - /gulp-typescript/3.0.2_typescript@2.9.2: - dependencies: - gulp-util: 3.0.8 - source-map: 0.5.7 - through2: 2.0.5 - typescript: 2.9.2 - vinyl-fs: 2.4.4 - dev: false - peerDependencies: - typescript: ~2.0.3 || >=2.0.0-dev || >=2.1.0-dev - resolution: - integrity: sha1-aEz9ddDfBkdRToZ51PnzSyjfHaU= - /gulp-util/3.0.8: - dependencies: - array-differ: 1.0.0 - array-uniq: 1.0.3 - beeper: 1.1.1 - chalk: 1.1.3 - dateformat: 2.2.0 - fancy-log: 1.3.3 - gulplog: 1.0.0 - has-gulplog: 0.1.0 - lodash._reescape: 3.0.0 - lodash._reevaluate: 3.0.0 - lodash._reinterpolate: 3.0.0 - lodash.template: 3.6.2 - minimist: 1.2.5 - multipipe: 0.1.2 - object-assign: 3.0.0 - replace-ext: 0.0.1 - through2: 2.0.5 - vinyl: 0.5.3 - deprecated: 'gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5' - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-AFTh50RQLifATBh8PsxQXdVLu08= - /gulp-watch/4.3.11: - dependencies: - anymatch: 1.3.2 - chokidar: 1.7.0 - glob-parent: 3.1.0 - gulp-util: 3.0.8 - object-assign: 4.1.1 - path-is-absolute: 1.0.1 - readable-stream: 2.3.7 - slash: 1.0.0 - vinyl: 1.2.0 - vinyl-file: 2.0.0 - dev: false - resolution: - integrity: sha1-Fi/FY96fx3DpH5p845VVE6mhGMA= - /gulp/3.9.1: - dependencies: - archy: 1.0.0 - chalk: 1.1.3 - deprecated: 0.0.1 - gulp-util: 3.0.8 - interpret: 1.4.0 - liftoff: 2.5.0 - minimist: 1.2.5 - orchestrator: 0.3.8 - pretty-hrtime: 1.0.3 - semver: 4.3.6 - tildify: 1.2.0 - v8flags: 2.1.1 - vinyl-fs: 0.3.14 - dev: false - engines: - node: '>= 0.9' - hasBin: true - resolution: - integrity: sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ= - /gulplog/1.0.0: - dependencies: - glogg: 1.0.2 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-4oxNRdBey77YGDY86PnFkmIp/+U= - /gzip-size/1.0.0: - dependencies: - browserify-zlib: 0.1.4 - concat-stream: 1.6.2 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-Zs+LEBBHInuVus5uodoMF37Vwi8= - /gzip-size/3.0.0: - dependencies: - duplexer: 0.1.2 - dev: false - engines: - node: '>=0.12.0' - resolution: - integrity: sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA= - /gzip-size/5.1.1: - dependencies: - duplexer: 0.1.2 - pify: 4.0.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA== - /har-schema/1.0.5: - dev: false - engines: - node: '>=4' - optional: true - resolution: - integrity: sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4= - /har-schema/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - /har-validator/4.2.1: - dependencies: - ajv: 4.11.8 - har-schema: 1.0.5 - deprecated: this library is no longer supported - dev: false - engines: - node: '>=4' - optional: true - resolution: - integrity: sha1-M0gdDxu/9gDdID11gSpqX7oALio= - /har-validator/5.1.5: - dependencies: - ajv: 6.12.5 - har-schema: 2.0.0 - deprecated: this library is no longer supported - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== - /hard-rejection/2.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== - /has-ansi/2.0.0: - dependencies: - ansi-regex: 2.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= - /has-class-selector/0.0.1: - dev: false - resolution: - integrity: sha1-amAYqK3yWMgyZmgLYp1XZCwvbUw= - /has-flag/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo= - /has-flag/2.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-6CB68cx7MNRGzHC3NLXovhj4jVE= - /has-flag/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - /has-flag/4.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - /has-gulplog/0.1.0: - dependencies: - sparkles: 1.0.1 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4= - /has-id-selector/0.0.1: - dev: false - resolution: - integrity: sha1-w2EisYJnmzeXc+I+sdCXMSYPkzU= - /has-pseudo-class/0.0.1: - dependencies: - pseudo-classes: 0.0.1 - dev: false - resolution: - integrity: sha1-W9InZqRhiG9cYh9o91AyXJ8Vp2w= - /has-pseudo-element/0.0.1: - dependencies: - pseudo-elements: 0.0.1 - dev: false - resolution: - integrity: sha1-qyLP8qVd9Cfs8MQOL29nXeyb3qM= - /has-symbol-support-x/1.4.2: - dev: false - resolution: - integrity: sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw== - /has-symbols/1.0.1: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== - /has-to-string-tag-x/1.4.1: - dependencies: - has-symbol-support-x: 1.4.2 - dev: false - resolution: - integrity: sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw== - /has-unicode/2.0.1: - dev: false - resolution: - integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - /has-value/0.3.1: - dependencies: - get-value: 2.0.6 - has-values: 0.1.4 - isobject: 2.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - /has-value/1.0.0: - dependencies: - get-value: 2.0.6 - has-values: 1.0.0 - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - /has-values/0.1.4: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-bWHeldkd/Km5oCCJrThL/49it3E= - /has-values/1.0.0: - dependencies: - is-number: 3.0.0 - kind-of: 4.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - /has/1.0.3: - dependencies: - function-bind: 1.1.1 - dev: false - engines: - node: '>= 0.4.0' - resolution: - integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - /hash-base/3.1.0: - dependencies: - inherits: 2.0.4 - readable-stream: 3.6.0 - safe-buffer: 5.2.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== - /hash-sum/1.0.2: - dev: false - resolution: - integrity: sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ= - /hash-sum/2.0.0: - dev: false - resolution: - integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg== - /hash.js/1.1.7: - dependencies: - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - dev: false - resolution: - integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== - /hast-to-hyperscript/9.0.0: - dependencies: - '@types/unist': 2.0.3 - comma-separated-tokens: 1.0.8 - property-information: 5.5.0 - space-separated-tokens: 1.1.5 - style-to-object: 0.3.0 - unist-util-is: 4.0.2 - web-namespaces: 1.1.4 - dev: false - resolution: - integrity: sha512-NJvMYU3GlMLs7hN3CRbsNlMzusVNkYBogVWDGybsuuVQ336gFLiD+q9qtFZT2meSHzln3pNISZWTASWothMSMg== - /hast-util-from-parse5/6.0.0: - dependencies: - '@types/parse5': 5.0.3 - ccount: 1.0.5 - hastscript: 5.1.2 - property-information: 5.5.0 - vfile: 4.2.0 - web-namespaces: 1.1.4 - dev: false - resolution: - integrity: sha512-3ZYnfKenbbkhhNdmOQqgH10vnvPivTdsOJCri+APn0Kty+nRkDHArnaX9Hiaf8H+Ig+vkNptL+SRY/6RwWJk1Q== - /hast-util-parse-selector/2.2.4: - dev: false - resolution: - integrity: sha512-gW3sxfynIvZApL4L07wryYF4+C9VvH3AUi7LAnVXV4MneGEgwOByXvFo18BgmTWnm7oHAe874jKbIB1YhHSIzA== - /hast-util-raw/6.0.1: - dependencies: - '@types/hast': 2.3.1 - hast-util-from-parse5: 6.0.0 - hast-util-to-parse5: 6.0.0 - html-void-elements: 1.0.5 - parse5: 6.0.1 - unist-util-position: 3.1.0 - vfile: 4.2.0 - web-namespaces: 1.1.4 - xtend: 4.0.2 - zwitch: 1.0.5 - dev: false - resolution: - integrity: sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig== - /hast-util-to-parse5/6.0.0: - dependencies: - hast-to-hyperscript: 9.0.0 - property-information: 5.5.0 - web-namespaces: 1.1.4 - xtend: 4.0.2 - zwitch: 1.0.5 - dev: false - resolution: - integrity: sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ== - /hastscript/5.1.2: - dependencies: - comma-separated-tokens: 1.0.8 - hast-util-parse-selector: 2.2.4 - property-information: 5.5.0 - space-separated-tokens: 1.1.5 - dev: false - resolution: - integrity: sha512-WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ== - /hawk/3.1.3: - dependencies: - boom: 2.10.1 - cryptiles: 2.0.5 - hoek: 2.16.3 - sntp: 1.0.9 - deprecated: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. - dev: false - engines: - node: '>=0.10.32' - optional: true - resolution: - integrity: sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ= - /he/1.2.0: - dev: false - hasBin: true - resolution: - integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== - /header-case/1.0.1: - dependencies: - no-case: 2.3.2 - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-lTWXMZfBRLCWE81l0xfvGZY70C0= - /hex-color-regex/1.1.0: - dev: false - resolution: - integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== - /hex-rgb/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-UyJ1aXy5gj4FJCmxhMZ4HUbP30k= - /highlight.js/8.9.1: - dev: false - resolution: - integrity: sha1-uKnFSTISqTkvAiK2SclhFJfr+4g= - /highlight.js/9.13.1: - dev: false - resolution: - integrity: sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A== - /history/4.10.1: - dependencies: - '@babel/runtime': 7.11.2 - loose-envify: 1.4.0 - resolve-pathname: 3.0.0 - tiny-invariant: 1.1.0 - tiny-warning: 1.0.3 - value-equal: 1.0.1 - dev: false - resolution: - integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew== - /hmac-drbg/1.0.1: - dependencies: - hash.js: 1.1.7 - minimalistic-assert: 1.0.1 - minimalistic-crypto-utils: 1.0.1 - dev: false - resolution: - integrity: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= - /hoek/2.16.3: - deprecated: 'This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).' - dev: false - engines: - node: '>=0.10.40' - optional: true - resolution: - integrity: sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0= - /hoist-non-react-statics/2.5.5: - dev: false - resolution: - integrity: sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw== - /hoist-non-react-statics/3.3.2: - dependencies: - react-is: 16.13.1 - dev: false - resolution: - integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== - /home-or-tmp/2.0.0: - dependencies: - os-homedir: 1.0.2 - os-tmpdir: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-42w/LSyufXRqhX440Y1fMqeILbg= - /homedir-polyfill/1.0.3: - dependencies: - parse-passwd: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== - /hosted-git-info/2.8.8: - dev: false - resolution: - integrity: sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== - /hsl-regex/1.0.0: - dev: false - resolution: - integrity: sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4= - /hsla-regex/1.0.0: - dev: false - resolution: - integrity: sha1-wc56MWjIxmFAM6S194d/OyJfnDg= - /html-comment-regex/1.1.2: - dev: false - resolution: - integrity: sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== - /html-element-map/1.2.0: - dependencies: - array-filter: 1.0.0 - dev: false - resolution: - integrity: sha512-0uXq8HsuG1v2TmQ8QkIhzbrqeskE4kn52Q18QJ9iAA/SnHoEKXWiUxHQtclRsCFWEUD2So34X+0+pZZu862nnw== - /html-encoding-sniffer/1.0.2: - dependencies: - whatwg-encoding: 1.0.5 - dev: false - resolution: - integrity: sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw== - /html-encoding-sniffer/2.0.1: - dependencies: - whatwg-encoding: 1.0.5 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ== - /html-entities/1.3.1: - dev: false - resolution: - integrity: sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA== - /html-escaper/2.0.2: - dev: false - resolution: - integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== - /html-minifier-terser/5.1.1: - dependencies: - camel-case: 4.1.1 - clean-css: 4.2.3 - commander: 4.1.1 - he: 1.2.0 - param-case: 3.0.3 - relateurl: 0.2.7 - terser: 4.8.0 - dev: false - engines: - node: '>=6' - hasBin: true - resolution: - integrity: sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg== - /html-tags/3.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== - /html-void-elements/1.0.5: - dev: false - resolution: - integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w== - /html-webpack-plugin/4.4.1_webpack@4.44.2: - dependencies: - '@types/html-minifier-terser': 5.1.0 - '@types/tapable': 1.0.6 - '@types/webpack': 4.41.22 - html-minifier-terser: 5.1.1 - loader-utils: 1.4.0 - lodash: 4.17.20 - pretty-error: 2.1.1 - tapable: 1.1.3 - util.promisify: 1.0.0 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>=6.9' - peerDependencies: - webpack: '>=4.0.0 < 6.0.0' - resolution: - integrity: sha512-nEtdEIsIGXdXGG7MjTTZlmhqhpHU9pJFc1OYxcP36c5/ZKP6b0BJMww2QTvJGQYA9aMxUnjDujpZdYcVOXiBCQ== - /html5shiv/3.7.3: - dev: false - resolution: - integrity: sha1-14qEo2e8uacQEA1XgCw4ewhGMdI= - /htmlparser2/3.10.1: - dependencies: - domelementtype: 1.3.1 - domhandler: 2.4.2 - domutils: 1.7.0 - entities: 1.1.2 - inherits: 2.0.4 - readable-stream: 3.6.0 - dev: false - resolution: - integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== - /htmlparser2/3.8.3: - dependencies: - domelementtype: 1.3.1 - domhandler: 2.3.0 - domutils: 1.5.1 - entities: 1.0.0 - readable-stream: 1.1.14 - dev: false - resolution: - integrity: sha1-mWwosZFRaovoZQGn15dX5ccMEGg= - /htmlparser2/4.1.0: - dependencies: - domelementtype: 2.0.2 - domhandler: 3.0.0 - domutils: 2.1.0 - entities: 2.0.3 - dev: false - resolution: - integrity: sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q== - /http-assert/1.4.1: - dependencies: - deep-equal: 1.0.1 - http-errors: 1.7.3 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-rdw7q6GTlibqVVbXr0CKelfV5iY8G2HqEUkhSk297BMbSpSL8crXC+9rjKoMcZZEsksX30le6f/4ul4E28gegw== - /http-cache-semantics/3.8.1: - dev: false - resolution: - integrity: sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w== - /http-errors/1.6.3: - dependencies: - depd: 1.1.2 - inherits: 2.0.3 - setprototypeof: 1.1.0 - statuses: 1.5.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= - /http-errors/1.7.2: - dependencies: - depd: 1.1.2 - inherits: 2.0.3 - setprototypeof: 1.1.1 - statuses: 1.5.0 - toidentifier: 1.0.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== - /http-errors/1.7.3: - dependencies: - depd: 1.1.2 - inherits: 2.0.4 - setprototypeof: 1.1.1 - statuses: 1.5.0 - toidentifier: 1.0.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== - /http-errors/1.8.0: - dependencies: - depd: 1.1.2 - inherits: 2.0.4 - setprototypeof: 1.2.0 - statuses: 1.5.0 - toidentifier: 1.0.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== - /http-parser-js/0.5.2: - dev: false - resolution: - integrity: sha512-opCO9ASqg5Wy2FNo7A0sxy71yGbbkJJXLdgMK04Tcypw9jr2MgWbyubb0+WdmDmGnFflO7fRbqbaihh/ENDlRQ== - /http-signature/1.1.1: - dependencies: - assert-plus: 0.2.0 - jsprim: 1.4.1 - sshpk: 1.16.1 - dev: false - engines: - node: '>=0.8' - npm: '>=1.3.7' - optional: true - resolution: - integrity: sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8= - /http-signature/1.2.0: - dependencies: - assert-plus: 1.0.0 - jsprim: 1.4.1 - sshpk: 1.16.1 - dev: false - engines: - node: '>=0.8' - npm: '>=1.3.7' - resolution: - integrity: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= - /https-browserify/1.0.0: - dev: false - resolution: - integrity: sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= - /human-signals/1.1.1: - dev: false - engines: - node: '>=8.12.0' - resolution: - integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== - /humanize-number/0.0.2: - dev: false - resolution: - integrity: sha1-EcCvakcWQ2M1iFiASPF5lUFInBg= - /iconv-lite/0.4.24: - dependencies: - safer-buffer: 2.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - /iconv-lite/0.6.2: - dependencies: - safer-buffer: 2.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ== - /icss-replace-symbols/1.1.0: - dev: false - resolution: - integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= - /icss-utils/4.1.1: - dependencies: - postcss: 7.0.29 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== - /ieee754/1.1.13: - dev: false - resolution: - integrity: sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg== - /iferr/0.1.5: - dev: false - resolution: - integrity: sha1-xg7taebY/bazEEofy8ocGS3FtQE= - /ignore/3.3.10: - dev: false - resolution: - integrity: sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug== - /ignore/4.0.6: - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== - /ignore/5.1.8: - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== - /image-size/0.5.5: - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w= - /immer/1.10.0: - dev: false - resolution: - integrity: sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg== - /import-cwd/2.1.0: - dependencies: - import-from: 2.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= - /import-fresh/2.0.0: - dependencies: - caller-path: 2.0.0 - resolve-from: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - /import-fresh/3.2.1: - dependencies: - parent-module: 1.0.1 - resolve-from: 4.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== - /import-from/2.1.0: - dependencies: - resolve-from: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-M1238qev/VOqpHHUuAId7ja387E= - /import-lazy/2.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= - /import-local/3.0.2: - dependencies: - pkg-dir: 4.2.0 - resolve-cwd: 3.0.0 - dev: false - engines: - node: '>=8' - hasBin: true - resolution: - integrity: sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA== - /import-regex/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-pVxS5McFx2XKIQ6SQqBrvMiqf2Y= - /imurmurhash/0.1.4: - dev: false - engines: - node: '>=0.8.19' - resolution: - integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o= - /indent-string/2.1.0: - dependencies: - repeating: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= - /indent-string/3.2.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok= - /indent-string/4.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== - /indexes-of/1.0.1: - dev: false - resolution: - integrity: sha1-8w9xbI4r00bHtn0985FVZqfAVgc= - /indx/0.2.3: - dev: false - resolution: - integrity: sha1-Fdz1bunPZcAjTFE8J/vVgOcPvFA= - /infer-owner/1.0.4: - dev: false - resolution: - integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - /inflation/2.0.0: - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-i0F+R8KPklpFEz2RTKH9OJEH8w8= - /inflight/1.0.6: - dependencies: - once: 1.4.0 - wrappy: 1.0.2 - dev: false - resolution: - integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - /inherits/1.0.2: - dev: false - resolution: - integrity: sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js= - /inherits/2.0.1: - dev: false - resolution: - integrity: sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= - /inherits/2.0.3: - dev: false - resolution: - integrity: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= - /inherits/2.0.4: - dev: false - resolution: - integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - /ini/1.3.5: - dev: false - resolution: - integrity: sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== - /inline-style-parser/0.1.1: - dev: false - resolution: - integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q== - /inquirer/3.3.0: - dependencies: - ansi-escapes: 3.2.0 - chalk: 2.4.2 - cli-cursor: 2.1.0 - cli-width: 2.2.1 - external-editor: 2.2.0 - figures: 2.0.0 - lodash: 4.17.20 - mute-stream: 0.0.7 - run-async: 2.4.1 - rx-lite: 4.0.8 - rx-lite-aggregates: 4.0.8 - string-width: 2.1.1 - strip-ansi: 4.0.0 - through: 2.3.8 - dev: false - resolution: - integrity: sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ== - /inquirer/6.5.0: - dependencies: - ansi-escapes: 3.2.0 - chalk: 2.4.2 - cli-cursor: 2.1.0 - cli-width: 2.2.1 - external-editor: 3.1.0 - figures: 2.0.0 - lodash: 4.17.20 - mute-stream: 0.0.7 - run-async: 2.4.1 - rxjs: 6.6.3 - string-width: 2.1.1 - strip-ansi: 5.2.0 - through: 2.3.8 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA== - /inquirer/7.3.3: - dependencies: - ansi-escapes: 4.3.1 - chalk: 4.1.0 - cli-cursor: 3.1.0 - cli-width: 3.0.0 - external-editor: 3.1.0 - figures: 3.2.0 - lodash: 4.17.20 - mute-stream: 0.0.8 - run-async: 2.4.1 - rxjs: 6.6.3 - string-width: 4.2.0 - strip-ansi: 6.0.0 - through: 2.3.8 - dev: false - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== - /internal-ip/1.2.0: - dependencies: - meow: 3.7.0 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-rp+/k7mEh4eF1QqN4bNWlWBYz1w= - /internal-slot/1.0.2: - dependencies: - es-abstract: 1.17.6 - has: 1.0.3 - side-channel: 1.0.3 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g== - /interpret/1.4.0: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== - /interpret/2.2.0: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== - /into-stream/3.1.0: - dependencies: - from2: 2.3.0 - p-is-promise: 1.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY= - /invariant/2.2.4: - dependencies: - loose-envify: 1.4.0 - dev: false - resolution: - integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - /invert-kv/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-EEqOSqym09jNFXqO+L+rLXo//bY= - /ip-regex/2.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= - /ip/1.1.5: - dev: false - resolution: - integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= - /ipaddr.js/1.9.1: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== - /is-absolute-url/2.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= - /is-absolute-url/3.0.3: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q== - /is-absolute/1.0.0: - dependencies: - is-relative: 1.0.0 - is-windows: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA== - /is-accessor-descriptor/0.1.6: - dependencies: - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - /is-accessor-descriptor/1.0.0: - dependencies: - kind-of: 6.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - /is-alphabetical/1.0.4: - dev: false - resolution: - integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg== - /is-alphanumerical/1.0.4: - dependencies: - is-alphabetical: 1.0.4 - is-decimal: 1.0.4 - dev: false - resolution: - integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A== - /is-arguments/1.0.4: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA== - /is-arrayish/0.2.1: - dev: false - resolution: - integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - /is-arrayish/0.3.2: - dev: false - resolution: - integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== - /is-binary-path/1.0.1: - dependencies: - binary-extensions: 1.13.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= - /is-binary-path/2.1.0: - dependencies: - binary-extensions: 2.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - /is-blank/1.1.0: - dependencies: - is-empty: 0.0.1 - is-whitespace: 0.3.0 - dev: false - resolution: - integrity: sha1-knTdvUY2PLdnB1w4XUq4jGpk3Bc= - /is-boolean-object/1.0.1: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-TqZuVwa/sppcrhUCAYkGBk7w0yxfQQnxq28fjkO53tnK9FQXmdwz2JS5+GjsWQ6RByES1K40nI+yDic5c9/aAQ== - /is-buffer/1.1.6: - dev: false - resolution: - integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - /is-buffer/2.0.4: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A== - /is-callable/1.2.1: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-wliAfSzx6V+6WfMOmus1xy0XvSgf/dlStkvTfq7F0g4bOIW0PSUbnyse3NhDwdyYS1ozfUtAAySqTws3z9Eqgg== - /is-ci/1.2.1: - dependencies: - ci-info: 1.6.0 - dev: false - hasBin: true - resolution: - integrity: sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== - /is-ci/2.0.0: - dependencies: - ci-info: 2.0.0 - dev: false - hasBin: true - resolution: - integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== - /is-color-stop/1.1.0: - dependencies: - css-color-names: 0.0.4 - hex-color-regex: 1.1.0 - hsl-regex: 1.0.0 - hsla-regex: 1.0.0 - rgb-regex: 1.0.1 - rgba-regex: 1.0.0 - dev: false - resolution: - integrity: sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= - /is-data-descriptor/0.1.4: - dependencies: - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - /is-data-descriptor/1.0.0: - dependencies: - kind-of: 6.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - /is-date-object/1.0.2: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g== - /is-decimal/1.0.4: - dev: false - resolution: - integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw== - /is-descriptor/0.1.6: - dependencies: - is-accessor-descriptor: 0.1.6 - is-data-descriptor: 0.1.4 - kind-of: 5.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - /is-descriptor/1.0.2: - dependencies: - is-accessor-descriptor: 1.0.0 - is-data-descriptor: 1.0.0 - kind-of: 6.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - /is-directory/0.3.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= - /is-docker/2.1.1: - dev: false - engines: - node: '>=8' - hasBin: true - resolution: - integrity: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== - /is-dom/1.1.0: - dependencies: - is-object: 1.0.1 - is-window: 1.0.2 - dev: false - resolution: - integrity: sha512-u82f6mvhYxRPKpw8V1N0W8ce1xXwOrQtgGcxl6UCL5zBmZu3is/18K0rR7uFCnMDuAsS/3W54mGL4vsaFUQlEQ== - /is-dotfile/1.0.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE= - /is-empty/0.0.1: - dev: false - resolution: - integrity: sha1-Cf3D1kndpZaRVsCFOpt2vXgcWjM= - /is-equal-shallow/0.1.3: - dependencies: - is-primitive: 2.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ= - /is-expression/4.0.0: - dependencies: - acorn: 7.4.0 - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A== - /is-extendable/0.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - /is-extendable/1.0.1: - dependencies: - is-plain-object: 2.0.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - /is-extglob/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA= - /is-extglob/2.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - /is-finite/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== - /is-fullwidth-code-point/1.0.0: - dependencies: - number-is-nan: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - /is-fullwidth-code-point/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - /is-fullwidth-code-point/3.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - /is-function/1.0.2: - dev: false - resolution: - integrity: sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ== - /is-generator-fn/2.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== - /is-glob/2.0.1: - dependencies: - is-extglob: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM= - /is-glob/3.1.0: - dependencies: - is-extglob: 2.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= - /is-glob/4.0.1: - dependencies: - is-extglob: 2.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - /is-hexadecimal/1.0.4: - dev: false - resolution: - integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw== - /is-installed-globally/0.1.0: - dependencies: - global-dirs: 0.1.1 - is-path-inside: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA= - /is-lower-case/1.1.3: - dependencies: - lower-case: 1.1.4 - dev: false - resolution: - integrity: sha1-fhR75HaNxGbbO/shzGCzHmrWk5M= - /is-map/2.0.1: - dev: false - resolution: - integrity: sha512-T/S49scO8plUiAOA2DBTBG3JHpn1yiw0kRp6dgiZ0v2/6twi5eiB0rHtHFH9ZIrvlWc6+4O+m4zg5+Z833aXgw== - /is-named-css-color/1.0.0: - dependencies: - css-color-list: 0.0.1 - dev: false - resolution: - integrity: sha1-O1+JvcSlFf9O0lcU/8ZBKaJVmbc= - /is-negative-zero/2.0.0: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE= - /is-npm/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-8vtjpl5JBbQGyGBydloaTceTufQ= - /is-number-object/1.0.4: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw== - /is-number/2.1.0: - dependencies: - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Afy7s5NGOlSPL0ZszhbezknbkI8= - /is-number/3.0.0: - dependencies: - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - /is-number/4.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ== - /is-number/7.0.0: - dev: false - engines: - node: '>=0.12.0' - resolution: - integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - /is-obj/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-PkcprB9f3gJc19g6iW2rn09n2w8= - /is-obj/2.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== - /is-object/1.0.1: - dev: false - resolution: - integrity: sha1-iVJojF7C/9awPsyF52ngKQMINHA= - /is-observable/1.1.0: - dependencies: - symbol-observable: 1.2.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA== - /is-path-inside/1.0.1: - dependencies: - path-is-inside: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-jvW33lBDej/cprToZe96pVy0gDY= - /is-plain-obj/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4= - /is-plain-obj/2.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA== - /is-plain-object/2.0.4: - dependencies: - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - /is-plain-object/3.0.0: - dependencies: - isobject: 4.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg== - /is-plain-object/3.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g== - /is-posix-bracket/0.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q= - /is-potential-custom-element-name/1.0.0: - dev: false - resolution: - integrity: sha1-DFLlS8yjkbssSUsh6GJtczbG45c= - /is-primitive/2.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-IHurkWOEmcB7Kt8kCkGochADRXU= - /is-promise/2.2.2: - dev: false - resolution: - integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ== - /is-redirect/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= - /is-regex/1.1.1: - dependencies: - has-symbols: 1.0.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg== - /is-relative/1.0.0: - dependencies: - is-unc-path: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA== - /is-resolvable/1.1.0: - dev: false - resolution: - integrity: sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== - /is-retry-allowed/1.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg== - /is-root/2.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg== - /is-set/2.0.1: - dev: false - resolution: - integrity: sha512-eJEzOtVyenDs1TMzSQ3kU3K+E0GUS9sno+F0OBT97xsgcJsF9nXMBtkT9/kut5JEpM7oL7X/0qxR17K3mcwIAA== - /is-stream/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ= - /is-stream/2.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== - /is-string/1.0.5: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== - /is-subset/0.1.1: - dev: false - resolution: - integrity: sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY= - /is-svg/2.1.0: - dependencies: - html-comment-regex: 1.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-z2EJDaDZ77yrhyLeum8DIgjbsOk= - /is-svg/3.0.0: - dependencies: - html-comment-regex: 1.1.2 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ== - /is-symbol/1.0.3: - dependencies: - has-symbols: 1.0.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== - /is-typedarray/1.0.0: - dev: false - resolution: - integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - /is-unc-path/1.0.0: - dependencies: - unc-path-regex: 0.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ== - /is-upper-case/1.1.2: - dependencies: - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-jQsfp+eTOh5YSDYA7H2WYcuvdW8= - /is-url/1.2.4: - dev: false - resolution: - integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww== - /is-utf8/0.2.1: - dev: false - resolution: - integrity: sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= - /is-valid-glob/0.3.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-1LVcafUYhvm2XHDWwmItN+KfSP4= - /is-vendor-prefixed/0.0.1: - dependencies: - vendor-prefixes: 0.0.1 - dev: false - resolution: - integrity: sha1-Bc8NhTxidNf7K/htU+EHgguca0Q= - /is-whitespace-character/1.0.4: - dev: false - resolution: - integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w== - /is-whitespace/0.3.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Fjnssb4DauxppUy7QBz77XEUq38= - /is-window/1.0.2: - dev: false - resolution: - integrity: sha1-LIlspT25feRdPDMTOmXYyfVjSA0= - /is-windows/1.0.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - /is-word-character/1.0.4: - dev: false - resolution: - integrity: sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA== - /is-wsl/1.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= - /is-wsl/2.2.0: - dependencies: - is-docker: 2.1.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== - /isarray/0.0.1: - dev: false - resolution: - integrity: sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= - /isarray/1.0.0: - dev: false - resolution: - integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - /isarray/2.0.5: - dev: false - resolution: - integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== - /isexe/2.0.0: - dev: false - resolution: - integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - /isobject/2.1.0: - dependencies: - isarray: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - /isobject/3.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - /isobject/4.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== - /isomorphic-fetch/2.2.1: - dependencies: - node-fetch: 1.7.3 - whatwg-fetch: 3.4.1 - dev: false - resolution: - integrity: sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk= - /isstream/0.1.2: - dev: false - resolution: - integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - /istanbul-lib-coverage/2.0.5: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA== - /istanbul-lib-coverage/3.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== - /istanbul-lib-instrument/3.3.0: - dependencies: - '@babel/generator': 7.11.6 - '@babel/parser': 7.11.5 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.5 - '@babel/types': 7.11.5 - istanbul-lib-coverage: 2.0.5 - semver: 6.3.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA== - /istanbul-lib-instrument/4.0.3: - dependencies: - '@babel/core': 7.11.6 - '@istanbuljs/schema': 0.1.2 - istanbul-lib-coverage: 3.0.0 - semver: 6.3.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ== - /istanbul-lib-report/3.0.0: - dependencies: - istanbul-lib-coverage: 3.0.0 - make-dir: 3.1.0 - supports-color: 7.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== - /istanbul-lib-source-maps/4.0.0: - dependencies: - debug: 4.1.1 - istanbul-lib-coverage: 3.0.0 - source-map: 0.6.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg== - /istanbul-reports/3.0.2: - dependencies: - html-escaper: 2.0.2 - istanbul-lib-report: 3.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw== - /isurl/1.0.0: - dependencies: - has-to-string-tag-x: 1.4.1 - is-object: 1.0.1 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w== - /iterate-iterator/1.0.1: - dev: false - resolution: - integrity: sha512-3Q6tudGN05kbkDQDI4CqjaBf4qf85w6W6GnuZDtUVYwKgtC1q8yxYX7CZed7N+tLzQqS6roujWvszf13T+n9aw== - /iterate-value/1.0.2: - dependencies: - es-get-iterator: 1.1.0 - iterate-iterator: 1.0.1 - dev: false - resolution: - integrity: sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ== - /java-properties/1.0.2: - dev: false - engines: - node: '>= 0.6.0' - resolution: - integrity: sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ== - /jest-changed-files/25.5.0: - dependencies: - '@jest/types': 25.5.0 - execa: 3.4.0 - throat: 5.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-EOw9QEqapsDT7mKF162m8HFzRPbmP8qJQny6ldVOdOVBz3ACgPm/1nAn5fPQ/NDaYhX/AHkrGwwkCncpAVSXcw== - /jest-changed-files/26.3.0: - dependencies: - '@jest/types': 26.3.0 - execa: 4.0.3 - throat: 5.0.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-1C4R4nijgPltX6fugKxM4oQ18zimS7LqQ+zTTY8lMCMFPrxqBFb7KJH0Z2fRQJvw2Slbaipsqq7s1mgX5Iot+g== - /jest-cli/25.5.4: - dependencies: - '@jest/core': 25.5.4 - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - chalk: 3.0.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - import-local: 3.0.2 - is-ci: 2.0.0 - jest-config: 25.5.4 - jest-util: 25.5.0 - jest-validate: 25.5.0 - prompts: 2.3.2 - realpath-native: 2.0.0 - yargs: 15.4.1 - dev: false - engines: - node: '>= 8.3' - hasBin: true - resolution: - integrity: sha512-rG8uJkIiOUpnREh1768/N3n27Cm+xPFkSNFO91tgg+8o2rXeVLStz+vkXkGr4UtzH6t1SNbjwoiswd7p4AhHTw== - /jest-cli/26.4.2: - dependencies: - '@jest/core': 26.4.2 - '@jest/test-result': 26.3.0 - '@jest/types': 26.3.0 - chalk: 4.1.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - import-local: 3.0.2 - is-ci: 2.0.0 - jest-config: 26.4.2 - jest-util: 26.3.0 - jest-validate: 26.4.2 - prompts: 2.3.2 - yargs: 15.4.1 - dev: false - engines: - node: '>= 10.14.2' - hasBin: true - resolution: - integrity: sha512-zb+lGd/SfrPvoRSC/0LWdaWCnscXc1mGYW//NP4/tmBvRPT3VntZ2jtKUONsRi59zc5JqmsSajA9ewJKFYp8Cw== - /jest-config/25.5.4: - dependencies: - '@babel/core': 7.11.6 - '@jest/test-sequencer': 25.5.4 - '@jest/types': 25.5.0 - babel-jest: 25.5.1_@babel+core@7.11.6 - chalk: 3.0.0 - deepmerge: 4.2.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - jest-environment-jsdom: 25.5.0 - jest-environment-node: 25.5.0 - jest-get-type: 25.2.6 - jest-jasmine2: 25.5.4 - jest-regex-util: 25.2.6 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-util: 25.5.0 - jest-validate: 25.5.0 - micromatch: 4.0.2 - pretty-format: 25.5.0 - realpath-native: 2.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-SZwR91SwcdK6bz7Gco8qL7YY2sx8tFJYzvg216DLihTWf+LKY/DoJXpM9nTzYakSyfblbqeU48p/p7Jzy05Atg== - /jest-config/26.4.2: - dependencies: - '@babel/core': 7.11.6 - '@jest/test-sequencer': 26.4.2 - '@jest/types': 26.3.0 - babel-jest: 26.3.0_@babel+core@7.11.6 - chalk: 4.1.0 - deepmerge: 4.2.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - jest-environment-jsdom: 26.3.0 - jest-environment-node: 26.3.0 - jest-get-type: 26.3.0 - jest-jasmine2: 26.4.2 - jest-regex-util: 26.0.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-util: 26.3.0 - jest-validate: 26.4.2 - micromatch: 4.0.2 - pretty-format: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-QBf7YGLuToiM8PmTnJEdRxyYy3mHWLh24LJZKVdXZ2PNdizSe1B/E8bVm+HYcjbEzGuVXDv/di+EzdO/6Gq80A== - /jest-diff/25.5.0: - dependencies: - chalk: 3.0.0 - diff-sequences: 25.2.6 - jest-get-type: 25.2.6 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A== - /jest-diff/26.4.2: - dependencies: - chalk: 4.1.0 - diff-sequences: 26.3.0 - jest-get-type: 26.3.0 - pretty-format: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-6T1XQY8U28WH0Z5rGpQ+VqZSZz8EN8rZcBtfvXaOkbwxIEeRre6qnuZQlbY1AJ4MKDxQF8EkrCvK+hL/VkyYLQ== - /jest-docblock/25.3.0: - dependencies: - detect-newline: 3.1.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-aktF0kCar8+zxRHxQZwxMy70stc9R1mOmrLsT5VO3pIT0uzGRSDAXxSlz4NqQWpuLjPpuMhPRl7H+5FRsvIQAg== - /jest-docblock/26.0.0: - dependencies: - detect-newline: 3.1.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w== - /jest-each/25.5.0: - dependencies: - '@jest/types': 25.5.0 - chalk: 3.0.0 - jest-get-type: 25.2.6 - jest-util: 25.5.0 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-QBogUxna3D8vtiItvn54xXde7+vuzqRrEeaw8r1s+1TG9eZLVJE5ZkKoSUlqFwRjnlaA4hyKGiu9OlkFIuKnjA== - /jest-each/26.4.2: - dependencies: - '@jest/types': 26.3.0 - chalk: 4.1.0 - jest-get-type: 26.3.0 - jest-util: 26.3.0 - pretty-format: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-p15rt8r8cUcRY0Mvo1fpkOGYm7iI8S6ySxgIdfh3oOIv+gHwrHTy5VWCGOecWUhDsit4Nz8avJWdT07WLpbwDA== - /jest-environment-jsdom/25.5.0: - dependencies: - '@jest/environment': 25.5.0 - '@jest/fake-timers': 25.5.0 - '@jest/types': 25.5.0 - jest-mock: 25.5.0 - jest-util: 25.5.0 - jsdom: 15.2.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-7Jr02ydaq4jaWMZLY+Skn8wL5nVIYpWvmeatOHL3tOcV3Zw8sjnPpx+ZdeBfc457p8jCR9J6YCc+Lga0oIy62A== - /jest-environment-jsdom/26.3.0: - dependencies: - '@jest/environment': 26.3.0 - '@jest/fake-timers': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - jest-mock: 26.3.0 - jest-util: 26.3.0 - jsdom: 16.4.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-zra8He2btIMJkAzvLaiZ9QwEPGEetbxqmjEBQwhH3CA+Hhhu0jSiEJxnJMbX28TGUvPLxBt/zyaTLrOPF4yMJA== - /jest-environment-node/25.5.0: - dependencies: - '@jest/environment': 25.5.0 - '@jest/fake-timers': 25.5.0 - '@jest/types': 25.5.0 - jest-mock: 25.5.0 - jest-util: 25.5.0 - semver: 6.3.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-iuxK6rQR2En9EID+2k+IBs5fCFd919gVVK5BeND82fYeLWPqvRcFNPKu9+gxTwfB5XwBGBvZ0HFQa+cHtIoslA== - /jest-environment-node/26.3.0: - dependencies: - '@jest/environment': 26.3.0 - '@jest/fake-timers': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - jest-mock: 26.3.0 - jest-util: 26.3.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-c9BvYoo+FGcMj5FunbBgtBnbR5qk3uky8PKyRVpSfe2/8+LrNQMiXX53z6q2kY+j15SkjQCOSL/6LHnCPLVHNw== - /jest-get-type/25.2.6: - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig== - /jest-get-type/26.3.0: - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig== - /jest-haste-map/24.9.0: - dependencies: - '@jest/types': 24.9.0 - anymatch: 2.0.0 - fb-watchman: 2.0.1 - graceful-fs: 4.2.4 - invariant: 2.2.4 - jest-serializer: 24.9.0 - jest-util: 24.9.0 - jest-worker: 24.9.0 - micromatch: 3.1.10 - sane: 4.1.0 - walker: 1.0.7 - dev: false - engines: - node: '>= 6' - optionalDependencies: - fsevents: 1.2.13 - resolution: - integrity: sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ== - /jest-haste-map/25.5.1: - dependencies: - '@jest/types': 25.5.0 - '@types/graceful-fs': 4.1.3 - anymatch: 3.1.1 - fb-watchman: 2.0.1 - graceful-fs: 4.2.4 - jest-serializer: 25.5.0 - jest-util: 25.5.0 - jest-worker: 25.5.0 - micromatch: 4.0.2 - sane: 4.1.0 - walker: 1.0.7 - which: 2.0.2 - dev: false - engines: - node: '>= 8.3' - optionalDependencies: - fsevents: 2.1.3 - resolution: - integrity: sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ== - /jest-haste-map/26.3.0: - dependencies: - '@jest/types': 26.3.0 - '@types/graceful-fs': 4.1.3 - '@types/node': 14.11.1 - anymatch: 3.1.1 - fb-watchman: 2.0.1 - graceful-fs: 4.2.4 - jest-regex-util: 26.0.0 - jest-serializer: 26.3.0 - jest-util: 26.3.0 - jest-worker: 26.3.0 - micromatch: 4.0.2 - sane: 4.1.0 - walker: 1.0.7 - dev: false - engines: - node: '>= 10.14.2' - optionalDependencies: - fsevents: 2.1.3 - resolution: - integrity: sha512-DHWBpTJgJhLLGwE5Z1ZaqLTYqeODQIZpby0zMBsCU9iRFHYyhklYqP4EiG73j5dkbaAdSZhgB938mL51Q5LeZA== - /jest-jasmine2/25.5.4: - dependencies: - '@babel/traverse': 7.11.5 - '@jest/environment': 25.5.0 - '@jest/source-map': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - chalk: 3.0.0 - co: 4.6.0 - expect: 25.5.0 - is-generator-fn: 2.1.0 - jest-each: 25.5.0 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-runtime: 25.5.4 - jest-snapshot: 25.5.1 - jest-util: 25.5.0 - pretty-format: 25.5.0 - throat: 5.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ== - /jest-jasmine2/26.4.2: - dependencies: - '@babel/traverse': 7.11.5 - '@jest/environment': 26.3.0 - '@jest/source-map': 26.3.0 - '@jest/test-result': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - chalk: 4.1.0 - co: 4.6.0 - expect: 26.4.2 - is-generator-fn: 2.1.0 - jest-each: 26.4.2 - jest-matcher-utils: 26.4.2 - jest-message-util: 26.3.0 - jest-runtime: 26.4.2 - jest-snapshot: 26.4.2 - jest-util: 26.3.0 - pretty-format: 26.4.2 - throat: 5.0.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-z7H4EpCldHN1J8fNgsja58QftxBSL+JcwZmaXIvV9WKIM+x49F4GLHu/+BQh2kzRKHAgaN/E82od+8rTOBPyPA== - /jest-leak-detector/25.5.0: - dependencies: - jest-get-type: 25.2.6 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-rV7JdLsanS8OkdDpZtgBf61L5xZ4NnYLBq72r6ldxahJWWczZjXawRsoHyXzibM5ed7C2QRjpp6ypgwGdKyoVA== - /jest-leak-detector/26.4.2: - dependencies: - jest-get-type: 26.3.0 - pretty-format: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-akzGcxwxtE+9ZJZRW+M2o+nTNnmQZxrHJxX/HjgDaU5+PLmY1qnQPnMjgADPGCRPhB+Yawe1iij0REe+k/aHoA== - /jest-matcher-utils/25.5.0: - dependencies: - chalk: 3.0.0 - jest-diff: 25.5.0 - jest-get-type: 25.2.6 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-VWI269+9JS5cpndnpCwm7dy7JtGQT30UHfrnM3mXl22gHGt/b7NkjBqXfbhZ8V4B7ANUsjK18PlSBmG0YH7gjw== - /jest-matcher-utils/26.4.2: - dependencies: - chalk: 4.1.0 - jest-diff: 26.4.2 - jest-get-type: 26.3.0 - pretty-format: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-KcbNqWfWUG24R7tu9WcAOKKdiXiXCbMvQYT6iodZ9k1f7065k0keUOW6XpJMMvah+hTfqkhJhRXmA3r3zMAg0Q== - /jest-message-util/24.9.0: - dependencies: - '@babel/code-frame': 7.10.4 - '@jest/test-result': 24.9.0 - '@jest/types': 24.9.0 - '@types/stack-utils': 1.0.1 - chalk: 2.4.2 - micromatch: 3.1.10 - slash: 2.0.0 - stack-utils: 1.0.2 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw== - /jest-message-util/25.5.0: - dependencies: - '@babel/code-frame': 7.10.4 - '@jest/types': 25.5.0 - '@types/stack-utils': 1.0.1 - chalk: 3.0.0 - graceful-fs: 4.2.4 - micromatch: 4.0.2 - slash: 3.0.0 - stack-utils: 1.0.2 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-ezddz3YCT/LT0SKAmylVyWWIGYoKHOFOFXx3/nA4m794lfVUskMcwhip6vTgdVrOtYdjeQeis2ypzes9mZb4EA== - /jest-message-util/26.3.0: - dependencies: - '@babel/code-frame': 7.10.4 - '@jest/types': 26.3.0 - '@types/stack-utils': 1.0.1 - chalk: 4.1.0 - graceful-fs: 4.2.4 - micromatch: 4.0.2 - slash: 3.0.0 - stack-utils: 2.0.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-xIavRYqr4/otGOiLxLZGj3ieMmjcNE73Ui+LdSW/Y790j5acqCsAdDiLIbzHCZMpN07JOENRWX5DcU+OQ+TjTA== - /jest-mock/24.9.0: - dependencies: - '@jest/types': 24.9.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w== - /jest-mock/25.5.0: - dependencies: - '@jest/types': 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-eXWuTV8mKzp/ovHc5+3USJMYsTBhyQ+5A1Mak35dey/RG8GlM4YWVylZuGgVXinaW6tpvk/RSecmF37FKUlpXA== - /jest-mock/26.3.0: - dependencies: - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-PeaRrg8Dc6mnS35gOo/CbZovoDPKAeB1FICZiuagAgGvbWdNNyjQjkOaGUa/3N3JtpQ/Mh9P4A2D4Fv51NnP8Q== - /jest-pnp-resolver/1.2.2_jest-resolve@25.5.1: - dependencies: - jest-resolve: 25.5.1_jest-resolve@25.5.1 - dev: false - engines: - node: '>=6' - peerDependencies: - jest-resolve: '*' - peerDependenciesMeta: - jest-resolve: - optional: true - resolution: - integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== - /jest-pnp-resolver/1.2.2_jest-resolve@26.4.0: - dependencies: - jest-resolve: 26.4.0_jest-resolve@26.4.0 - dev: false - engines: - node: '>=6' - peerDependencies: - jest-resolve: '*' - peerDependenciesMeta: - jest-resolve: - optional: true - resolution: - integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== - /jest-regex-util/24.9.0: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA== - /jest-regex-util/25.2.6: - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-KQqf7a0NrtCkYmZZzodPftn7fL1cq3GQAFVMn5Hg8uKx/fIenLEobNanUxb7abQ1sjADHBseG/2FGpsv/wr+Qw== - /jest-regex-util/26.0.0: - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== - /jest-resolve-dependencies/25.5.4: - dependencies: - '@jest/types': 25.5.0 - jest-regex-util: 25.2.6 - jest-snapshot: 25.5.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-yFmbPd+DAQjJQg88HveObcGBA32nqNZ02fjYmtL16t1xw9bAttSn5UGRRhzMHIQbsep7znWvAvnD4kDqOFM0Uw== - /jest-resolve-dependencies/26.4.2: - dependencies: - '@jest/types': 26.3.0 - jest-regex-util: 26.0.0 - jest-snapshot: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-ADHaOwqEcVc71uTfySzSowA/RdxUpCxhxa2FNLiin9vWLB1uLPad3we+JSSROq5+SrL9iYPdZZF8bdKM7XABTQ== - /jest-resolve/25.5.1_jest-resolve@25.5.1: - dependencies: - '@jest/types': 25.5.0 - browser-resolve: 1.11.3 - chalk: 3.0.0 - graceful-fs: 4.2.4 - jest-pnp-resolver: 1.2.2_jest-resolve@25.5.1 - read-pkg-up: 7.0.1 - realpath-native: 2.0.0 - resolve: 1.17.0 - slash: 3.0.0 - dev: false - engines: - node: '>= 8.3' - peerDependencies: - jest-resolve: '*' - resolution: - integrity: sha512-Hc09hYch5aWdtejsUZhA+vSzcotf7fajSlPA6EZPE1RmPBAD39XtJhvHWFStid58iit4IPDLI/Da4cwdDmAHiQ== - /jest-resolve/26.4.0_jest-resolve@26.4.0: - dependencies: - '@jest/types': 26.3.0 - chalk: 4.1.0 - graceful-fs: 4.2.4 - jest-pnp-resolver: 1.2.2_jest-resolve@26.4.0 - jest-util: 26.3.0 - read-pkg-up: 7.0.1 - resolve: 1.17.0 - slash: 3.0.0 - dev: false - engines: - node: '>= 10.14.2' - peerDependencies: - jest-resolve: '*' - resolution: - integrity: sha512-bn/JoZTEXRSlEx3+SfgZcJAVuTMOksYq9xe9O6s4Ekg84aKBObEaVXKOEilULRqviSLAYJldnoWV9c07kwtiCg== - /jest-runner/25.5.4: - dependencies: - '@jest/console': 25.5.0 - '@jest/environment': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - chalk: 3.0.0 - exit: 0.1.2 - graceful-fs: 4.2.4 - jest-config: 25.5.4 - jest-docblock: 25.3.0 - jest-haste-map: 25.5.1 - jest-jasmine2: 25.5.4 - jest-leak-detector: 25.5.0 - jest-message-util: 25.5.0 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-runtime: 25.5.4 - jest-util: 25.5.0 - jest-worker: 25.5.0 - source-map-support: 0.5.19 - throat: 5.0.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-V/2R7fKZo6blP8E9BL9vJ8aTU4TH2beuqGNxHbxi6t14XzTb+x90B3FRgdvuHm41GY8ch4xxvf0ATH4hdpjTqg== - /jest-runner/26.4.2: - dependencies: - '@jest/console': 26.3.0 - '@jest/environment': 26.3.0 - '@jest/test-result': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - chalk: 4.1.0 - emittery: 0.7.1 - exit: 0.1.2 - graceful-fs: 4.2.4 - jest-config: 26.4.2 - jest-docblock: 26.0.0 - jest-haste-map: 26.3.0 - jest-leak-detector: 26.4.2 - jest-message-util: 26.3.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-runtime: 26.4.2 - jest-util: 26.3.0 - jest-worker: 26.3.0 - source-map-support: 0.5.19 - throat: 5.0.0 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-FgjDHeVknDjw1gRAYaoUoShe1K3XUuFMkIaXbdhEys+1O4bEJS8Avmn4lBwoMfL8O5oFTdWYKcf3tEJyyYyk8g== - /jest-runtime/25.5.4: - dependencies: - '@jest/console': 25.5.0 - '@jest/environment': 25.5.0 - '@jest/globals': 25.5.2 - '@jest/source-map': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - '@types/yargs': 15.0.5 - chalk: 3.0.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - jest-config: 25.5.4 - jest-haste-map: 25.5.1 - jest-message-util: 25.5.0 - jest-mock: 25.5.0 - jest-regex-util: 25.2.6 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - jest-snapshot: 25.5.1 - jest-util: 25.5.0 - jest-validate: 25.5.0 - realpath-native: 2.0.0 - slash: 3.0.0 - strip-bom: 4.0.0 - yargs: 15.4.1 - dev: false - engines: - node: '>= 8.3' - hasBin: true - resolution: - integrity: sha512-RWTt8LeWh3GvjYtASH2eezkc8AehVoWKK20udV6n3/gC87wlTbE1kIA+opCvNWyyPeBs6ptYsc6nyHUb1GlUVQ== - /jest-runtime/26.4.2: - dependencies: - '@jest/console': 26.3.0 - '@jest/environment': 26.3.0 - '@jest/fake-timers': 26.3.0 - '@jest/globals': 26.4.2 - '@jest/source-map': 26.3.0 - '@jest/test-result': 26.3.0 - '@jest/transform': 26.3.0 - '@jest/types': 26.3.0 - '@types/yargs': 15.0.5 - chalk: 4.1.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.6 - graceful-fs: 4.2.4 - jest-config: 26.4.2 - jest-haste-map: 26.3.0 - jest-message-util: 26.3.0 - jest-mock: 26.3.0 - jest-regex-util: 26.0.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - jest-snapshot: 26.4.2 - jest-util: 26.3.0 - jest-validate: 26.4.2 - slash: 3.0.0 - strip-bom: 4.0.0 - yargs: 15.4.1 - dev: false - engines: - node: '>= 10.14.2' - hasBin: true - resolution: - integrity: sha512-4Pe7Uk5a80FnbHwSOk7ojNCJvz3Ks2CNQWT5Z7MJo4tX0jb3V/LThKvD9tKPNVNyeMH98J/nzGlcwc00R2dSHQ== - /jest-serializer/24.9.0: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ== - /jest-serializer/25.5.0: - dependencies: - graceful-fs: 4.2.4 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-LxD8fY1lByomEPflwur9o4e2a5twSQ7TaVNLlFUuToIdoJuBt8tzHfCsZ42Ok6LkKXWzFWf3AGmheuLAA7LcCA== - /jest-serializer/26.3.0: - dependencies: - '@types/node': 14.11.1 - graceful-fs: 4.2.4 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-IDRBQBLPlKa4flg77fqg0n/pH87tcRKwe8zxOVTWISxGpPHYkRZ1dXKyh04JOja7gppc60+soKVZ791mruVdow== - /jest-snapshot/25.5.1: - dependencies: - '@babel/types': 7.11.5 - '@jest/types': 25.5.0 - '@types/prettier': 1.19.1 - chalk: 3.0.0 - expect: 25.5.0 - graceful-fs: 4.2.4 - jest-diff: 25.5.0 - jest-get-type: 25.2.6 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-resolve: 25.5.1_jest-resolve@25.5.1 - make-dir: 3.1.0 - natural-compare: 1.4.0 - pretty-format: 25.5.0 - semver: 6.3.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-C02JE1TUe64p2v1auUJ2ze5vcuv32tkv9PyhEb318e8XOKF7MOyXdJ7kdjbvrp3ChPLU2usI7Rjxs97Dj5P0uQ== - /jest-snapshot/26.4.2: - dependencies: - '@babel/types': 7.11.5 - '@jest/types': 26.3.0 - '@types/prettier': 2.1.1 - chalk: 4.1.0 - expect: 26.4.2 - graceful-fs: 4.2.4 - jest-diff: 26.4.2 - jest-get-type: 26.3.0 - jest-haste-map: 26.3.0 - jest-matcher-utils: 26.4.2 - jest-message-util: 26.3.0 - jest-resolve: 26.4.0_jest-resolve@26.4.0 - natural-compare: 1.4.0 - pretty-format: 26.4.2 - semver: 7.3.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-N6Uub8FccKlf5SBFnL2Ri/xofbaA68Cc3MGjP/NuwgnsvWh+9hLIR/DhrxbSiKXMY9vUW5dI6EW1eHaDHqe9sg== - /jest-standard-reporter/1.1.1: - dependencies: - '@jest/console': 25.5.0 - chalk: 3.0.0 - jest-util: 25.5.0 - path: 0.12.7 - slash: 3.0.0 - string-length: 3.1.0 - dev: false - resolution: - integrity: sha512-pxhiIJzi9QhK2lOx/GjRcKoQ+RpXYPfNjnW1vuOXEKIxAZFp5jnJW2WAsdvg57zIhypOyVVATGYBIL2ZTuh8UA== - /jest-styled-components/6.3.4_styled-components@3.4.10: - dependencies: - css: 2.2.4 - styled-components: 3.4.10_react@16.13.1 - dev: false - peerDependencies: - styled-components: ^2 || ^3 || ^4 - resolution: - integrity: sha512-dc32l0/6n3FtsILODpvKNz6SLg50OmbJ/3r3oRh9jc2VIPPGZT5jWv7BKIcNCYH7E38ZK7uejNl3zJsCOIenng== - /jest-styled-components/6.3.4_styled-components@5.2.0: - dependencies: - css: 2.2.4 - styled-components: 5.2.0_styled-components@5.2.0 - dev: false - peerDependencies: - styled-components: ^2 || ^3 || ^4 - resolution: - integrity: sha512-dc32l0/6n3FtsILODpvKNz6SLg50OmbJ/3r3oRh9jc2VIPPGZT5jWv7BKIcNCYH7E38ZK7uejNl3zJsCOIenng== - /jest-util/24.9.0: - dependencies: - '@jest/console': 24.9.0 - '@jest/fake-timers': 24.9.0 - '@jest/source-map': 24.9.0 - '@jest/test-result': 24.9.0 - '@jest/types': 24.9.0 - callsites: 3.1.0 - chalk: 2.4.2 - graceful-fs: 4.2.4 - is-ci: 2.0.0 - mkdirp: 0.5.5 - slash: 2.0.0 - source-map: 0.6.1 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg== - /jest-util/25.5.0: - dependencies: - '@jest/types': 25.5.0 - chalk: 3.0.0 - graceful-fs: 4.2.4 - is-ci: 2.0.0 - make-dir: 3.1.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA== - /jest-util/26.3.0: - dependencies: - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - chalk: 4.1.0 - graceful-fs: 4.2.4 - is-ci: 2.0.0 - micromatch: 4.0.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw== - /jest-validate/25.5.0: - dependencies: - '@jest/types': 25.5.0 - camelcase: 5.3.1 - chalk: 3.0.0 - jest-get-type: 25.2.6 - leven: 3.1.0 - pretty-format: 25.5.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-okUFKqhZIpo3jDdtUXUZ2LxGUZJIlfdYBvZb1aczzxrlyMlqdnnws9MOxezoLGhSaFc2XYaHNReNQfj5zPIWyQ== - /jest-validate/26.4.2: - dependencies: - '@jest/types': 26.3.0 - camelcase: 6.0.0 - chalk: 4.1.0 - jest-get-type: 26.3.0 - leven: 3.1.0 - pretty-format: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-blft+xDX7XXghfhY0mrsBCYhX365n8K5wNDC4XAcNKqqjEzsRUSXP44m6PL0QJEW2crxQFLLztVnJ4j7oPlQrQ== - /jest-watcher/25.5.0: - dependencies: - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - ansi-escapes: 4.3.1 - chalk: 3.0.0 - jest-util: 25.5.0 - string-length: 3.1.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-XrSfJnVASEl+5+bb51V0Q7WQx65dTSk7NL4yDdVjPnRNpM0hG+ncFmDYJo9O8jaSRcAitVbuVawyXCRoxGrT5Q== - /jest-watcher/26.3.0: - dependencies: - '@jest/test-result': 26.3.0 - '@jest/types': 26.3.0 - '@types/node': 14.11.1 - ansi-escapes: 4.3.1 - chalk: 4.1.0 - jest-util: 26.3.0 - string-length: 4.0.1 - dev: false - engines: - node: '>= 10.14.2' - resolution: - integrity: sha512-XnLdKmyCGJ3VoF6G/p5ohbJ04q/vv5aH9ENI+i6BL0uu9WWB6Z7Z2lhQQk0d2AVZcRGp1yW+/TsoToMhBFPRdQ== - /jest-worker/24.9.0: - dependencies: - merge-stream: 2.0.0 - supports-color: 6.1.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== - /jest-worker/25.5.0: - dependencies: - merge-stream: 2.0.0 - supports-color: 7.2.0 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw== - /jest-worker/26.3.0: - dependencies: - '@types/node': 14.11.1 - merge-stream: 2.0.0 - supports-color: 7.2.0 - dev: false - engines: - node: '>= 10.13.0' - resolution: - integrity: sha512-Vmpn2F6IASefL+DVBhPzI2J9/GJUsqzomdeN+P+dK8/jKxbh8R3BtFnx3FIta7wYlPU62cpJMJQo4kuOowcMnw== - /jest/25.5.4: - dependencies: - '@jest/core': 25.5.4 - import-local: 3.0.2 - jest-cli: 25.5.4 - dev: false - engines: - node: '>= 8.3' - hasBin: true - resolution: - integrity: sha512-hHFJROBTqZahnO+X+PMtT6G2/ztqAZJveGqz//FnWWHurizkD05PQGzRZOhF3XP6z7SJmL+5tCfW8qV06JypwQ== - /jest/26.4.2: - dependencies: - '@jest/core': 26.4.2 - import-local: 3.0.2 - jest-cli: 26.4.2 - dev: false - engines: - node: '>= 10.14.2' - hasBin: true - resolution: - integrity: sha512-LLCjPrUh98Ik8CzW8LLVnSCfLaiY+wbK53U7VxnFSX7Q+kWC4noVeDvGWIFw0Amfq1lq2VfGm7YHWSLBV62MJw== - /jju/1.4.0: - dev: false - resolution: - integrity: sha1-o6vicYryQaKykE+EpiWXDzia4yo= - /js-base64/2.1.9: - dev: false - resolution: - integrity: sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4= - /js-base64/2.6.4: - dev: false - resolution: - integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== - /js-string-escape/1.0.1: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8= - /js-stringify/1.0.2: - dev: false - resolution: - integrity: sha1-Fzb939lyTyijaCrcYjCufk6Weds= - /js-tokens/3.0.2: - dev: false - resolution: - integrity: sha1-mGbfOVECEw449/mWvOtlRDIJwls= - /js-tokens/4.0.0: - dev: false - resolution: - integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - /js-yaml/3.14.0: - dependencies: - argparse: 1.0.10 - esprima: 4.0.1 - dev: false - hasBin: true - resolution: - integrity: sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== - /js-yaml/3.7.0: - dependencies: - argparse: 1.0.10 - esprima: 2.7.3 - dev: false - hasBin: true - resolution: - integrity: sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A= - /jsbn/0.1.1: - dev: false - resolution: - integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - /jscodeshift/0.7.1: - dependencies: - '@babel/core': 7.11.6 - '@babel/parser': 7.11.5 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@babel/preset-flow': 7.10.4_@babel+core@7.11.6 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.6 - '@babel/register': 7.11.5_@babel+core@7.11.6 - babel-core: 7.0.0-bridge.0_@babel+core@7.11.6 - colors: 1.4.0 - flow-parser: 0.134.0 - graceful-fs: 4.2.4 - micromatch: 3.1.10 - neo-async: 2.6.2 - node-dir: 0.1.17 - recast: 0.18.10 - temp: 0.8.4 - write-file-atomic: 2.4.3 - dev: false - hasBin: true - resolution: - integrity: sha512-YMkZSyoc8zg5woZL23cmWlnFLPH/mHilonGA7Qbzs7H6M4v4PH0Qsn4jeDyw+CHhVoAnm9UxQyB0Yw1OT+mktA== - /jsdom/15.2.1: - dependencies: - abab: 2.0.5 - acorn: 7.4.0 - acorn-globals: 4.3.4 - array-equal: 1.0.0 - cssom: 0.4.4 - cssstyle: 2.3.0 - data-urls: 1.1.0 - domexception: 1.0.1 - escodegen: 1.14.3 - html-encoding-sniffer: 1.0.2 - nwsapi: 2.2.0 - parse5: 5.1.0 - pn: 1.1.0 - request: 2.88.2 - request-promise-native: 1.0.9_request@2.88.2 - saxes: 3.1.11 - symbol-tree: 3.2.4 - tough-cookie: 3.0.1 - w3c-hr-time: 1.0.2 - w3c-xmlserializer: 1.1.2 - webidl-conversions: 4.0.2 - whatwg-encoding: 1.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 7.1.0 - ws: 7.3.1 - xml-name-validator: 3.0.0 - dev: false - engines: - node: '>=8' - peerDependencies: - canvas: ^2.5.0 - peerDependenciesMeta: - canvas: - optional: true - resolution: - integrity: sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g== - /jsdom/16.4.0: - dependencies: - abab: 2.0.5 - acorn: 7.4.0 - acorn-globals: 6.0.0 - cssom: 0.4.4 - cssstyle: 2.3.0 - data-urls: 2.0.0 - decimal.js: 10.2.0 - domexception: 2.0.1 - escodegen: 1.14.3 - html-encoding-sniffer: 2.0.1 - is-potential-custom-element-name: 1.0.0 - nwsapi: 2.2.0 - parse5: 5.1.1 - request: 2.88.2 - request-promise-native: 1.0.9_request@2.88.2 - saxes: 5.0.1 - symbol-tree: 3.2.4 - tough-cookie: 3.0.1 - 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.2.2 - ws: 7.3.1 - xml-name-validator: 3.0.0 - dev: false - engines: - node: '>=10' - peerDependencies: - canvas: ^2.5.0 - peerDependenciesMeta: - canvas: - optional: true - resolution: - integrity: sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w== - /jsesc/0.5.0: - dev: false - hasBin: true - resolution: - integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= - /jsesc/1.3.0: - dev: false - hasBin: true - resolution: - integrity: sha1-RsP+yMGJKxKwgz25vHYiF226s0s= - /jsesc/2.5.2: - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - /json-buffer/3.0.0: - dev: false - resolution: - integrity: sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= - /json-loader/0.5.7: - dev: false - resolution: - integrity: sha512-QLPs8Dj7lnf3e3QYS1zkCo+4ZwqOiF9d/nZnYozTISxXWCfNs9yuky5rJw4/W34s7POaNlbZmQGaB5NiXCbP4w== - /json-parse-better-errors/1.0.2: - dev: false - resolution: - integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - /json-parse-even-better-errors/2.3.1: - dev: false - resolution: - integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - /json-schema-traverse/0.3.1: - dev: false - resolution: - integrity: sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A= - /json-schema-traverse/0.4.1: - dev: false - resolution: - integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - /json-schema/0.2.3: - dev: false - resolution: - integrity: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= - /json-stable-stringify-without-jsonify/1.0.1: - dev: false - resolution: - integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= - /json-stable-stringify/1.0.1: - dependencies: - jsonify: 0.0.0 - dev: false - resolution: - integrity: sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8= - /json-stringify-safe/5.0.1: - dev: false - resolution: - integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - /json3/3.3.3: - dev: false - resolution: - integrity: sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== - /json5/0.5.1: - dev: false - hasBin: true - resolution: - integrity: sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= - /json5/1.0.1: - dependencies: - minimist: 1.2.5 - dev: false - hasBin: true - resolution: - integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== - /json5/2.1.3: - dependencies: - minimist: 1.2.5 - dev: false - engines: - node: '>=6' - hasBin: true - resolution: - integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== - /jsonfile/2.4.0: - dev: false - optionalDependencies: - graceful-fs: 4.2.4 - resolution: - integrity: sha1-NzaitCi4e72gzIO1P6PWM6NcKug= - /jsonfile/4.0.0: - dev: false - optionalDependencies: - graceful-fs: 4.2.4 - resolution: - integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - /jsonfile/6.0.1: - dependencies: - universalify: 1.0.0 - dev: false - optionalDependencies: - graceful-fs: 4.2.4 - resolution: - integrity: sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg== - /jsonify/0.0.0: - dev: false - resolution: - integrity: sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= - /jsprim/1.4.1: - dependencies: - assert-plus: 1.0.0 - extsprintf: 1.3.0 - json-schema: 0.2.3 - verror: 1.10.0 - dev: false - engines: - '0': node >=0.6.0 - resolution: - integrity: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - /jstransformer/1.0.0: - dependencies: - is-promise: 2.2.2 - promise: 7.3.1 - dev: false - resolution: - integrity: sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM= - /jsx-ast-utils/2.4.1: - dependencies: - array-includes: 3.1.1 - object.assign: 4.1.1 - dev: false - engines: - node: '>=4.0' - resolution: - integrity: sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w== - /junit-report-builder/2.0.0: - dependencies: - date-format: 0.0.2 - lodash: 4.17.20 - make-dir: 1.3.0 - xmlbuilder: 10.1.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-/CkUScz5G7U1Fehna9swd8YfA+o5tV07NZz+3pea27okD0+ZEgyXQ5E0etyxMaqzXOjBvN8HGmNpVO/79yj5TA== - /keygrip/1.1.0: - dependencies: - tsscmp: 1.0.6 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ== - /keyv/3.0.0: - dependencies: - json-buffer: 3.0.0 - dev: false - resolution: - integrity: sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA== - /kind-of/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ= - /kind-of/2.0.1: - dependencies: - is-buffer: 1.1.6 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-AY7HpM5+OobLkUG+UZ0kyPqpgbU= - /kind-of/3.2.2: - dependencies: - is-buffer: 1.1.6 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - /kind-of/4.0.0: - dependencies: - is-buffer: 1.1.6 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - /kind-of/5.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - /kind-of/6.0.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - /klaw/1.3.1: - dev: false - optionalDependencies: - graceful-fs: 4.2.4 - resolution: - integrity: sha1-QIhDO0azsbolnXh4XY6W9zugJDk= - /kleur/3.0.3: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== - /koa-body/1.7.0: - dependencies: - co-body: 5.2.0 - extend: 1.3.0 - formidable: 1.0.17 - dev: false - resolution: - integrity: sha512-4H2dutkiH9RjOoM1K61EUJ2q3uXSAcPPxm6RCfHyedi/G+v/swlVRJx+wGOMxI8MlISbwiVR5Jds8h7cb3bJJw== - /koa-compose/2.5.1: - dev: false - resolution: - integrity: sha1-cmz7F2lN5cufvwPArfFyMD+D8VY= - /koa-favicon/1.2.1: - dependencies: - mz: 2.7.0 - dev: false - resolution: - integrity: sha1-wAGm222m1xJyuT+1uSTDkhlIIdA= - /koa-is-json/1.0.0: - dev: false - resolution: - integrity: sha1-JzwH7c3Ljfaiwat9We52SRRR7BQ= - /koa-logger/1.3.1: - dependencies: - bytes: 1.0.0 - chalk: 1.1.3 - humanize-number: 0.0.2 - passthrough-counter: 1.0.0 - dev: false - resolution: - integrity: sha1-rT9fIZOzM0Mo8+uZphj0sEvui9U= - /koa-request/1.0.0: - dependencies: - request: 2.88.2 - dev: false - resolution: - integrity: sha1-GTQzUkedLLll16/wqAKxoG1AjhY= - /koa-router/3.8.0: - dependencies: - debug: 2.6.9 - koa-compose: 2.5.1 - methods: 1.1.2 - path-to-regexp: 1.8.0 - dev: false - engines: - node: '> 0.11.4' - resolution: - integrity: sha1-ZRQONj9/PWc4ozH/w4uMUGLFua8= - /koa-send/3.3.0: - dependencies: - co: 4.6.0 - debug: 2.6.9 - mz: 2.7.0 - resolve-path: 1.4.0 - dev: false - resolution: - integrity: sha1-WkriRVZGgMbs9geeknX6UXOoYdw= - /koa-serve-index/1.1.1: - dependencies: - accepts: 1.1.4 - batch: 0.5.1 - debug: 2.0.0 - parseurl: 1.3.3 - dev: false - engines: - node: '>= 0.11.0' - resolution: - integrity: sha1-zMbO4egVDzsn+pZA2RjR02+BUpI= - /koa-static/2.1.0: - dependencies: - debug: 2.6.9 - koa-send: 3.3.0 - dev: false - resolution: - integrity: sha1-z+KS6n2ryWqnI+SkiGFcxlrnQWk= - /koa-webpack-dev-middleware/1.4.6_webpack@3.12.0: - dependencies: - webpack-dev-middleware: 1.12.2_webpack@3.12.0 - dev: false - engines: - node: '>=6.0.0' - peerDependencies: - webpack: '*' - resolution: - integrity: sha1-bsINNkjDyAte2wtyGmg49mofxHo= - /koa/1.7.0: - dependencies: - accepts: 1.3.7 - co: 4.6.0 - composition: 2.3.0 - content-disposition: 0.5.3 - content-type: 1.0.4 - cookies: 0.8.0 - debug: 2.6.9 - delegates: 1.0.0 - destroy: 1.0.4 - error-inject: 1.0.0 - escape-html: 1.0.3 - fresh: 0.5.2 - http-assert: 1.4.1 - http-errors: 1.8.0 - koa-compose: 2.5.1 - koa-is-json: 1.0.0 - mime-types: 2.1.27 - on-finished: 2.3.0 - only: 0.0.2 - parseurl: 1.3.3 - statuses: 1.5.0 - type-is: 1.6.18 - vary: 1.1.2 - dev: false - engines: - iojs: '>= 1.0.0' - node: '>= 0.12.0' - resolution: - integrity: sha512-bgKsbYjJac0E8O6ya+m6KosXXUigJ15N4XFCnCA0P/kNViu9OnMLv5WcnEeQ5q1SeuKqlqcf0WiroZQBiPHp8Q== - /language-subtag-registry/0.3.20: - dev: false - resolution: - integrity: sha512-KPMwROklF4tEx283Xw0pNKtfTj1gZ4UByp4EsIFWLgBavJltF4TiYPc39k06zSTsLzxTVXXDSpbwaQXaFB4Qeg== - /language-tags/1.0.5: - dependencies: - language-subtag-registry: 0.3.20 - dev: false - resolution: - integrity: sha1-0yHbxNowuovzAk4ED6XBRmH5GTo= - /latest-version/3.1.0: - dependencies: - package-json: 4.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU= - /lazy-cache/0.2.7: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-f+3fLctu23fRHvHRF6tf/fCrG2U= - /lazy-cache/1.0.4: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-odePw6UEdMuAhF07O24dpJpEbo4= - /lazy-universal-dotenv/3.0.1: - dependencies: - '@babel/runtime': 7.11.2 - app-root-dir: 1.0.2 - core-js: 3.6.5 - dotenv: 8.2.0 - dotenv-expand: 5.1.0 - dev: false - engines: - node: '>=6.0.0' - npm: '>=6.0.0' - yarn: '>=1.0.0' - resolution: - integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ== - /lazystream/1.0.0: - dependencies: - readable-stream: 2.3.7 - dev: false - engines: - node: '>= 0.6.3' - resolution: - integrity: sha1-9plf4PggOS9hOWvolGJAe7dxaOQ= - /lcid/1.0.0: - dependencies: - invert-kv: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU= - /less-loader/4.1.0_less@2.7.3+webpack@3.12.0: - dependencies: - clone: 2.1.2 - less: 2.7.3 - loader-utils: 1.4.0 - pify: 3.0.0 - webpack: 3.12.0_webpack@3.12.0 - dev: false - engines: - node: '>= 4.8 < 5.0.0 || >= 5.10' - peerDependencies: - less: ^2.3.1 || ^3.0.0 - webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 - resolution: - integrity: sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg== - /less/2.7.3: - dev: false - engines: - node: '>=0.12' - hasBin: true - optionalDependencies: - errno: 0.1.7 - graceful-fs: 4.2.4 - image-size: 0.5.5 - mime: 1.6.0 - mkdirp: 0.5.5 - promise: 7.3.1 - request: 2.81.0 - source-map: 0.5.7 - resolution: - integrity: sha512-KPdIJKWcEAb02TuJtaLrhue0krtRLoRoo7x6BNJIBelO00t/CCdJQUnHW5V34OnHMWzIktSalJxRO+FvytQlCQ== - /leven/3.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== - /levenary/1.1.1: - dependencies: - leven: 3.1.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ== - /levn/0.3.0: - dependencies: - prelude-ls: 1.1.2 - type-check: 0.3.2 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= - /levn/0.4.1: - dependencies: - prelude-ls: 1.2.1 - type-check: 0.4.0 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== - /liftoff/2.5.0: - dependencies: - extend: 3.0.2 - findup-sync: 2.0.0 - fined: 1.2.0 - flagged-respawn: 1.0.1 - is-plain-object: 2.0.4 - object.map: 1.0.1 - rechoir: 0.6.2 - resolve: 1.17.0 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew= - /lines-and-columns/1.1.6: - dev: false - resolution: - integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= - /listr-silent-renderer/1.1.1: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4= - /listr-update-renderer/0.5.0_listr@0.14.3: - dependencies: - chalk: 1.1.3 - cli-truncate: 0.2.1 - elegant-spinner: 1.0.1 - figures: 1.7.0 - indent-string: 3.2.0 - listr: 0.14.3_listr@0.14.3 - log-symbols: 1.0.2 - log-update: 2.3.0 - strip-ansi: 3.0.1 - dev: false - engines: - node: '>=6' - peerDependencies: - listr: ^0.14.2 - resolution: - integrity: sha512-tKRsZpKz8GSGqoI/+caPmfrypiaq+OQCbd+CovEC24uk1h952lVj5sC7SqyFUm+OaJ5HN/a1YLt5cit2FMNsFA== - /listr-verbose-renderer/0.5.0: - dependencies: - chalk: 2.4.2 - cli-cursor: 2.1.0 - date-fns: 1.30.1 - figures: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw== - /listr/0.14.3_listr@0.14.3: - dependencies: - '@samverschueren/stream-to-observable': 0.3.1_rxjs@6.6.3 - is-observable: 1.1.0 - is-promise: 2.2.2 - is-stream: 1.1.0 - listr-silent-renderer: 1.1.1 - listr-update-renderer: 0.5.0_listr@0.14.3 - listr-verbose-renderer: 0.5.0 - p-map: 2.1.0 - rxjs: 6.6.3 - dev: false - engines: - node: '>=6' - peerDependencies: - listr: '*' - resolution: - integrity: sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA== - /load-json-file/1.1.0: - dependencies: - graceful-fs: 4.2.4 - parse-json: 2.2.0 - pify: 2.3.0 - pinkie-promise: 2.0.1 - strip-bom: 2.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= - /load-json-file/2.0.0: - dependencies: - graceful-fs: 4.2.4 - parse-json: 2.2.0 - pify: 2.3.0 - strip-bom: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg= - /load-json-file/4.0.0: - dependencies: - graceful-fs: 4.2.4 - parse-json: 4.0.0 - pify: 3.0.0 - strip-bom: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs= - /loader-runner/2.4.0: - dev: false - engines: - node: '>=4.3.0 <5.0.0 || >=5.10' - resolution: - integrity: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== - /loader-utils/1.2.3: - dependencies: - big.js: 5.2.2 - emojis-list: 2.1.0 - json5: 1.0.1 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA== - /loader-utils/1.4.0: - dependencies: - big.js: 5.2.2 - emojis-list: 3.0.0 - json5: 1.0.1 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== - /loader-utils/2.0.0: - dependencies: - big.js: 5.2.2 - emojis-list: 3.0.0 - json5: 2.1.3 - dev: false - engines: - node: '>=8.9.0' - resolution: - integrity: sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== - /locate-path/2.0.0: - dependencies: - p-locate: 2.0.0 - path-exists: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= - /locate-path/3.0.0: - dependencies: - p-locate: 3.0.0 - path-exists: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - /locate-path/5.0.0: - dependencies: - p-locate: 4.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== - /lodash._arraycopy/3.0.0: - dev: false - resolution: - integrity: sha1-due3wfH7klRzdIeKVi7Qaj5Q9uE= - /lodash._arrayeach/3.0.0: - dev: false - resolution: - integrity: sha1-urFWsqkNPxu9XGU0AzSeXlkz754= - /lodash._basecopy/3.0.1: - dev: false - resolution: - integrity: sha1-jaDmqHbPNEwK2KVIghEd08XHyjY= - /lodash._basefor/3.0.3: - dev: false - resolution: - integrity: sha1-dVC06SGO8J+tJDQ7YSAhx5tMIMI= - /lodash._basetostring/3.0.1: - dev: false - resolution: - integrity: sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U= - /lodash._basevalues/3.0.0: - dev: false - resolution: - integrity: sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc= - /lodash._bindcallback/3.0.1: - dev: false - resolution: - integrity: sha1-5THCdkTPi1epnhftlbNcdIeJOS4= - /lodash._createassigner/3.1.1: - dependencies: - lodash._bindcallback: 3.0.1 - lodash._isiterateecall: 3.0.9 - lodash.restparam: 3.6.1 - dev: false - resolution: - integrity: sha1-g4pbri/aymOsIt7o4Z+k5taXCxE= - /lodash._getnative/3.9.1: - dev: false - resolution: - integrity: sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U= - /lodash._isiterateecall/3.0.9: - dev: false - resolution: - integrity: sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw= - /lodash._reescape/3.0.0: - dev: false - resolution: - integrity: sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo= - /lodash._reevaluate/3.0.0: - dev: false - resolution: - integrity: sha1-WLx0xAZklTrgsSTYBpltrKQx4u0= - /lodash._reinterpolate/3.0.0: - dev: false - resolution: - integrity: sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0= - /lodash._root/3.0.1: - dev: false - resolution: - integrity: sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI= - /lodash.camelcase/4.3.0: - dev: false - resolution: - integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY= - /lodash.clone/4.5.0: - dev: false - resolution: - integrity: sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y= - /lodash.debounce/4.0.8: - dev: false - resolution: - integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168= - /lodash.defaults/4.2.0: - dev: false - resolution: - integrity: sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw= - /lodash.escape/3.2.0: - dependencies: - lodash._root: 3.0.1 - dev: false - resolution: - integrity: sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg= - /lodash.escape/4.0.1: - dev: false - resolution: - integrity: sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg= - /lodash.flatten/4.4.0: - dev: false - resolution: - integrity: sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= - /lodash.flattendeep/4.4.0: - dev: false - resolution: - integrity: sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI= - /lodash.get/4.4.2: - dev: false - resolution: - integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= - /lodash.isarguments/3.1.0: - dev: false - resolution: - integrity: sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo= - /lodash.isarray/3.0.4: - dev: false - resolution: - integrity: sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U= - /lodash.isequal/4.5.0: - dev: false - resolution: - integrity: sha1-QVxEePK8wwEgwizhDtMib30+GOA= - /lodash.isplainobject/3.2.0: - dependencies: - lodash._basefor: 3.0.3 - lodash.isarguments: 3.1.0 - lodash.keysin: 3.0.8 - dev: false - resolution: - integrity: sha1-moI4rhayAEMpYM1zRlEtASP79MU= - /lodash.isplainobject/4.0.6: - dev: false - resolution: - integrity: sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= - /lodash.istypedarray/3.0.6: - dev: false - resolution: - integrity: sha1-yaR3SYYHUB2OhJTSg7h8OSgc72I= - /lodash.keys/3.1.2: - dependencies: - lodash._getnative: 3.9.1 - lodash.isarguments: 3.1.0 - lodash.isarray: 3.0.4 - dev: false - resolution: - integrity: sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo= - /lodash.keysin/3.0.8: - dependencies: - lodash.isarguments: 3.1.0 - lodash.isarray: 3.0.4 - dev: false - resolution: - integrity: sha1-IsRJPrvtsUJ5YqVLRFssinZ/tH8= - /lodash.memoize/4.1.2: - dev: false - resolution: - integrity: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= - /lodash.merge/3.3.2: - dependencies: - lodash._arraycopy: 3.0.0 - lodash._arrayeach: 3.0.0 - lodash._createassigner: 3.1.1 - lodash._getnative: 3.9.1 - lodash.isarguments: 3.1.0 - lodash.isarray: 3.0.4 - lodash.isplainobject: 3.2.0 - lodash.istypedarray: 3.0.6 - lodash.keys: 3.1.2 - lodash.keysin: 3.0.8 - lodash.toplainobject: 3.0.0 - dev: false - resolution: - integrity: sha1-DZDZPtY3sYeEN7s+IWASYNev6ZQ= - /lodash.merge/4.6.2: - dev: false - resolution: - integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== - /lodash.partialright/4.2.1: - dev: false - resolution: - integrity: sha1-ATDYDoM2MmTUAHTzKbij56ihzEs= - /lodash.pick/4.4.0: - dev: false - resolution: - integrity: sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM= - /lodash.restparam/3.6.1: - dev: false - resolution: - integrity: sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU= - /lodash.some/4.6.0: - dev: false - resolution: - integrity: sha1-G7nzFO9ri63tE7VJFpsqlF62jk0= - /lodash.sortby/4.7.0: - dev: false - resolution: - integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= - /lodash.template/3.6.2: - dependencies: - lodash._basecopy: 3.0.1 - lodash._basetostring: 3.0.1 - lodash._basevalues: 3.0.0 - lodash._isiterateecall: 3.0.9 - lodash._reinterpolate: 3.0.0 - lodash.escape: 3.2.0 - lodash.keys: 3.1.2 - lodash.restparam: 3.6.1 - lodash.templatesettings: 3.1.1 - dev: false - resolution: - integrity: sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8= - /lodash.templatesettings/3.1.1: - dependencies: - lodash._reinterpolate: 3.0.0 - lodash.escape: 3.2.0 - dev: false - resolution: - integrity: sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU= - /lodash.throttle/4.1.1: - dev: false - resolution: - integrity: sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= - /lodash.toarray/4.4.0: - dev: false - resolution: - integrity: sha1-JMS/zWsvuji/0FlNsRedjptlZWE= - /lodash.toplainobject/3.0.0: - dependencies: - lodash._basecopy: 3.0.1 - lodash.keysin: 3.0.8 - dev: false - resolution: - integrity: sha1-KHkK2ULSk9eKpmOgfs9/UsoEGY0= - /lodash.uniq/4.5.0: - dev: false - resolution: - integrity: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= - /lodash.upperfirst/4.3.1: - dev: false - resolution: - integrity: sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984= - /lodash/1.0.2: - dev: false - engines: - '0': node - '1': rhino - resolution: - integrity: sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE= - /lodash/2.4.2: - dev: false - engines: - '0': node - '1': rhino - resolution: - integrity: sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4= - /lodash/3.10.1: - dev: false - resolution: - integrity: sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y= - /lodash/4.17.20: - dev: false - resolution: - integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== - /log-symbols/1.0.2: - dependencies: - chalk: 1.1.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg= - /log-update/2.3.0: - dependencies: - ansi-escapes: 3.2.0 - cli-cursor: 2.1.0 - wrap-ansi: 3.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-iDKP19HOeTiykoN0bwsbwSayRwg= - /lolex/5.1.2: - dependencies: - '@sinonjs/commons': 1.8.1 - dev: false - resolution: - integrity: sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A== - /longest/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc= - /loose-envify/1.4.0: - dependencies: - js-tokens: 4.0.0 - dev: false - hasBin: true - resolution: - integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - /loud-rejection/1.6.0: - dependencies: - currently-unhandled: 0.4.1 - signal-exit: 3.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= - /lower-case-first/1.0.2: - dependencies: - lower-case: 1.1.4 - dev: false - resolution: - integrity: sha1-5dp8JvKacHO+AtUrrJmA5ZIq36E= - /lower-case/1.1.4: - dev: false - resolution: - integrity: sha1-miyr0bno4K6ZOkv31YdcOcQujqw= - /lower-case/2.0.1: - dependencies: - tslib: 1.13.0 - dev: false - resolution: - integrity: sha512-LiWgfDLLb1dwbFQZsSglpRj+1ctGnayXz3Uv0/WO8n558JycT5fg6zkNcnW0G68Nn0aEldTFeEfmjCfmqry/rQ== - /lowercase-keys/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-TjNms55/VFfjXxMkvfb4jQv8cwY= - /lowercase-keys/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== - /lowlight/1.11.0: - dependencies: - fault: 1.0.4 - highlight.js: 9.13.1 - dev: false - resolution: - integrity: sha512-xrGGN6XLL7MbTMdPD6NfWPwY43SNkjf/d0mecSx/CW36fUZTjRHEq0/Cdug3TWKtRXLWi7iMl1eP0olYxj/a4A== - /lru-cache/2.7.3: - dev: false - resolution: - integrity: sha1-bUUk6LlV+V1PW1iFHOId1y+06VI= - /lru-cache/4.1.5: - dependencies: - pseudomap: 1.0.2 - yallist: 2.1.2 - dev: false - resolution: - integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== - /lru-cache/5.1.1: - dependencies: - yallist: 3.1.1 - dev: false - resolution: - integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - /lru-cache/6.0.0: - dependencies: - yallist: 4.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - /magic-string/0.25.7: - dependencies: - sourcemap-codec: 1.4.8 - dev: false - resolution: - integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA== - /make-dir/1.3.0: - dependencies: - pify: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== - /make-dir/2.1.0: - dependencies: - pify: 4.0.1 - semver: 5.7.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - /make-dir/3.1.0: - dependencies: - semver: 6.3.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== - /make-iterator/1.0.1: - dependencies: - kind-of: 6.0.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw== - /makeerror/1.0.11: - dependencies: - tmpl: 1.0.4 - dev: false - resolution: - integrity: sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw= - /map-cache/0.2.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - /map-obj/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - /map-obj/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-plzSkIepJZi4eRJXpSPgISIqwfk= - /map-obj/4.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-glc9y00wgtwcDmp7GaE/0b0OnxpNJsVf3ael/An6Fe2Q51LLwN1er6sdomLRzz5h0+yMpiYLhWYF5R7HeqVd4g== - /map-or-similar/1.5.0: - dev: false - resolution: - integrity: sha1-beJlMXSt+12e3DPGnT6Sobdvrwg= - /map-visit/1.0.0: - dependencies: - object-visit: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - /markdown-escapes/1.0.4: - dev: false - resolution: - integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== - /markdown-to-jsx/6.11.4_react@16.13.1: - dependencies: - prop-types: 15.7.2 - react: 16.13.1 - unquote: 1.1.1 - dev: false - engines: - node: '>= 4' - peerDependencies: - react: '>= 0.14.0' - resolution: - integrity: sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw== - /marked/0.3.19: - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg== - /marksy/8.0.0: - dependencies: - '@babel/standalone': 7.11.6 - he: 1.2.0 - marked: 0.3.19 - dev: false - resolution: - integrity: sha512-mmHcKZojCQAGuKTuu3153viXdCuxUmsSxomFaSOBTkOlfWFOZBmDhmJkOp0CsPMNRQ7m6oN2wflvAHLpBNZVPw== - /match-require/2.1.0: - dependencies: - uuid: 3.4.0 - dev: false - resolution: - integrity: sha1-9n1ixMsdcD9Aj7Y7Vbmug/sl4sw= - /material-colors/1.2.6: - dev: false - resolution: - integrity: sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg== - /math-expression-evaluator/1.2.22: - dev: false - resolution: - integrity: sha512-L0j0tFVZBQQLeEjmWOvDLoRciIY8gQGWahvkztXUal8jH8R5Rlqo9GCvgqvXcy9LQhEWdQCVvzqAbxgYNt4blQ== - /math-random/1.0.4: - dev: false - resolution: - integrity: sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A== - /md5.js/1.3.5: - dependencies: - hash-base: 3.1.0 - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== - /mdast-squeeze-paragraphs/3.0.5: - dependencies: - unist-util-remove: 1.0.3 - dev: false - resolution: - integrity: sha512-xX6Vbe348Y/rukQlG4W3xH+7v4ZlzUbSY4HUIQCuYrF2DrkcHx584mCaFxkWoDZKNUfyLZItHC9VAqX3kIP7XA== - /mdast-squeeze-paragraphs/4.0.0: - dependencies: - unist-util-remove: 2.0.0 - dev: false - resolution: - integrity: sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ== - /mdast-util-definitions/1.2.5: - dependencies: - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-CJXEdoLfiISCDc2JB6QLb79pYfI6+GcIH+W2ox9nMc7od0Pz+bovcHsiq29xAQY6ayqe/9CsK2VzkSJdg1pFYA== - /mdast-util-definitions/3.0.1: - dependencies: - unist-util-visit: 2.0.3 - dev: false - resolution: - integrity: sha512-BAv2iUm/e6IK/b2/t+Fx69EL/AGcq/IG2S+HxHjDJGfLJtd6i9SZUS76aC9cig+IEucsqxKTR0ot3m933R3iuA== - /mdast-util-to-hast/3.0.4: - dependencies: - collapse-white-space: 1.0.6 - detab: 2.0.3 - mdast-util-definitions: 1.2.5 - mdurl: 1.0.1 - trim: 0.0.1 - trim-lines: 1.1.3 - unist-builder: 1.0.4 - unist-util-generated: 1.1.5 - unist-util-position: 3.1.0 - unist-util-visit: 1.4.1 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-/eIbly2YmyVgpJNo+bFLLMCI1XgolO/Ffowhf+pHDq3X4/V6FntC9sGQCDLM147eTS+uSXv5dRzJyFn+o0tazA== - /mdast-util-to-hast/9.1.1: - dependencies: - '@types/mdast': 3.0.3 - '@types/unist': 2.0.3 - mdast-util-definitions: 3.0.1 - mdurl: 1.0.1 - unist-builder: 2.0.3 - unist-util-generated: 1.1.5 - unist-util-position: 3.1.0 - unist-util-visit: 2.0.3 - dev: false - resolution: - integrity: sha512-vpMWKFKM2mnle+YbNgDXxx95vv0CoLU0v/l3F5oFAG5DV7qwkZVWA206LsAdOnEVyf5vQcLnb3cWJywu7mUxsQ== - /mdast-util-to-string/1.1.0: - dev: false - resolution: - integrity: sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A== - /mdn-data/2.0.4: - dev: false - resolution: - integrity: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== - /mdn-data/2.0.6: - dev: false - resolution: - integrity: sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA== - /mdurl/1.0.1: - dev: false - resolution: - integrity: sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4= - /mdx-docs/1.0.0-9_3c39ecd7e821bbfa14933563d4df2e9e: - dependencies: - '@mdx-js/tag': 0.15.6 - is-absolute-url: 2.1.0 - lodash.get: 4.4.2 - next: 9.4.4 - prop-types: 15.7.2 - react-live: 1.12.0 - rmdi: 1.0.1_styled-components@5.2.0 - styled-components: 5.2.0_styled-components@5.2.0 - dev: false - peerDependencies: - '@mdx-js/tag': '>=0.15' - next: 6.x - styled-components: 3.x - resolution: - integrity: sha512-To+2+jU3agQ7nU647som44LwThW0IPG1LRdmDMIE4AxN2Zhg/GD5iaDdGsSMhHv2J/Rm3gRODtHae0dcachk3Q== - /mdx-docs/1.0.0-9_e74264c60016aaccc6b7cdd6f55c158f: - dependencies: - '@mdx-js/tag': 0.15.6_react@16.13.1 - is-absolute-url: 2.1.0 - lodash.get: 4.4.2 - next: 9.4.4_react-dom@16.13.1+react@16.13.1 - prop-types: 15.7.2 - react-live: 1.12.0 - rmdi: 1.0.1_styled-components@3.4.10 - styled-components: 3.4.10_react@16.13.1 - dev: false - peerDependencies: - '@mdx-js/tag': '>=0.15' - next: 6.x - styled-components: 3.x - resolution: - integrity: sha512-To+2+jU3agQ7nU647som44LwThW0IPG1LRdmDMIE4AxN2Zhg/GD5iaDdGsSMhHv2J/Rm3gRODtHae0dcachk3Q== - /media-typer/0.3.0: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= - /mem/1.1.0: - dependencies: - mimic-fn: 1.2.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y= - /memoize-one/5.1.1: - dev: false - resolution: - integrity: sha512-HKeeBpWvqiVJD57ZUAsJNm71eHTykffzcLZVYWiVfQeI1rJtuEaS7hQiEpWfVVk18donPwJEcFKIkCmPJNOhHA== - /memoizerific/1.11.3: - dependencies: - map-or-similar: 1.5.0 - dev: false - resolution: - integrity: sha1-fIekZGREwy11Q4VwkF8tvRsagFo= - /memory-fs/0.4.1: - dependencies: - errno: 0.1.7 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= - /memory-fs/0.5.0: - dependencies: - errno: 0.1.7 - readable-stream: 2.3.7 - dev: false - engines: - node: '>=4.3.0 <5.0.0 || >=5.10' - resolution: - integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== - /memorystream/0.3.1: - dev: false - engines: - node: '>= 0.10.0' - resolution: - integrity: sha1-htcJCzDORV1j+64S3aUaR93K+bI= - /meow/3.7.0: - dependencies: - camelcase-keys: 2.1.0 - decamelize: 1.2.0 - loud-rejection: 1.6.0 - map-obj: 1.0.1 - minimist: 1.2.5 - normalize-package-data: 2.5.0 - object-assign: 4.1.1 - read-pkg-up: 1.0.1 - redent: 1.0.0 - trim-newlines: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= - /meow/5.0.0: - dependencies: - camelcase-keys: 4.2.0 - decamelize-keys: 1.1.0 - loud-rejection: 1.6.0 - minimist-options: 3.0.2 - normalize-package-data: 2.5.0 - read-pkg-up: 3.0.0 - redent: 2.0.0 - trim-newlines: 2.0.0 - yargs-parser: 10.1.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig== - /meow/6.1.1: - dependencies: - '@types/minimist': 1.2.0 - camelcase-keys: 6.2.2 - decamelize-keys: 1.1.0 - hard-rejection: 2.1.0 - minimist-options: 4.1.0 - normalize-package-data: 2.5.0 - read-pkg-up: 7.0.1 - redent: 3.0.0 - trim-newlines: 3.0.0 - type-fest: 0.13.1 - yargs-parser: 18.1.3 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg== - /merge-deep/3.0.2: - dependencies: - arr-union: 3.1.0 - clone-deep: 0.2.4 - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-T7qC8kg4Zoti1cFd8Cr0M+qaZfOwjlPDEdZIIPPB2JZctjaPM4fX+i7HOId69tAti2fvO6X5ldfYUONDODsrkA== - /merge-descriptors/1.0.1: - dev: false - resolution: - integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= - /merge-options/1.0.1: - dependencies: - is-plain-obj: 1.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-iuPV41VWKWBIOpBsjoxjDZw8/GbSfZ2mk7N1453bwMrfzdrIk7EzBd+8UVR6rkw67th7xnk9Dytl3J+lHPdxvg== - /merge-source-map/1.1.0: - dependencies: - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw== - /merge-stream/1.0.1: - dependencies: - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE= - /merge-stream/2.0.0: - dev: false - resolution: - integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== - /merge2/1.0.3: - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-+kT4siYmFaty8ICKQB1HinDjlNs= - /merge2/1.4.1: - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== - /methods/1.1.2: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= - /micro-memoize/2.1.2: - dev: false - resolution: - integrity: sha512-COjNutiFgnDHXZEIM/jYuZPwq2h8zMUeScf6Sh6so98a+REqdlpaNS7Cb2ffGfK5I+xfgoA3Rx49NGuNJTJq3w== - /microevent.ts/0.1.1: - dev: false - resolution: - integrity: sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g== - /micromatch/2.3.11: - dependencies: - arr-diff: 2.0.0 - array-unique: 0.2.1 - braces: 1.8.5 - expand-brackets: 0.1.5 - extglob: 0.3.2 - filename-regex: 2.0.1 - is-extglob: 1.0.0 - is-glob: 2.0.1 - kind-of: 3.2.2 - normalize-path: 2.1.1 - object.omit: 2.0.1 - parse-glob: 3.0.4 - regex-cache: 0.4.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU= - /micromatch/3.1.0: - dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - braces: 2.3.2 - define-property: 1.0.0 - extend-shallow: 2.0.1 - extglob: 2.0.4 - fragment-cache: 0.2.1 - kind-of: 5.1.0 - nanomatch: 1.2.13 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-3StSelAE+hnRvMs8IdVW7Uhk8CVed5tp+kLLGlBP6WiRAXS21GPGu/Nat4WNPXj2Eoc24B02SaeoyozPMfj0/g== - /micromatch/3.1.10: - dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - braces: 2.3.2 - define-property: 2.0.2 - extend-shallow: 3.0.2 - extglob: 2.0.4 - fragment-cache: 0.2.1 - kind-of: 6.0.3 - nanomatch: 1.2.13 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - /micromatch/4.0.2: - dependencies: - braces: 3.0.2 - picomatch: 2.2.2 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== - /miller-rabin/4.0.1: - dependencies: - bn.js: 4.11.9 - brorand: 1.1.0 - dev: false - hasBin: true - resolution: - integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - /mime-db/1.12.0: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-PQxjGA9FjrENMlqqN9fFiuMS6dc= - /mime-db/1.44.0: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== - /mime-types/2.0.14: - dependencies: - mime-db: 1.12.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-MQ4VnbI+B3+Lsit0jav6SVcUCqY= - /mime-types/2.1.27: - dependencies: - mime-db: 1.44.0 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== - /mime/1.3.6: - dev: false - hasBin: true - resolution: - integrity: sha1-WR2E02U6awtKO5343lqoEI5y5eA= - /mime/1.6.0: - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - /mime/2.4.6: - dev: false - engines: - node: '>=4.0.0' - hasBin: true - resolution: - integrity: sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA== - /mimeparse/0.1.4: - dev: false - resolution: - integrity: sha1-2vsCdSNw/SJgk64xUsJxrwGsJUo= - /mimic-fn/1.2.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== - /mimic-fn/2.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - /mimic-response/1.0.1: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== - /min-document/2.19.0: - dependencies: - dom-walk: 0.1.2 - dev: false - resolution: - integrity: sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU= - /min-indent/1.0.1: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== - /mini-css-extract-plugin/0.7.0_webpack@4.44.2: - dependencies: - loader-utils: 1.4.0 - normalize-url: 1.9.1 - schema-utils: 1.0.0 - webpack: 4.44.2_webpack@4.44.2 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>= 6.9.0' - peerDependencies: - webpack: ^4.4.0 - resolution: - integrity: sha512-RQIw6+7utTYn8DBGsf/LpRgZCJMpZt+kuawJ/fju0KiOL6nAaTBNmCJwS7HtwSCXfS47gCkmtBFS7HdsquhdxQ== - /mini-css-extract-plugin/0.8.0_webpack@4.43.0: - dependencies: - loader-utils: 1.4.0 - normalize-url: 1.9.1 - schema-utils: 1.0.0 - webpack: 4.43.0_webpack@4.43.0 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>= 6.9.0' - peerDependencies: - webpack: ^4.4.0 - resolution: - integrity: sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw== - /minimalistic-assert/1.0.1: - dev: false - resolution: - integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== - /minimalistic-crypto-utils/1.0.1: - dev: false - resolution: - integrity: sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= - /minimatch/0.2.14: - dependencies: - lru-cache: 2.7.3 - sigmund: 1.0.1 - deprecated: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue - dev: false - resolution: - integrity: sha1-x054BXT2PG+aCQ6Q775u9TpqdWo= - /minimatch/1.0.0: - dependencies: - lru-cache: 2.7.3 - sigmund: 1.0.1 - deprecated: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue - dev: false - resolution: - integrity: sha1-4N0hILSeG3JM6NcUxSCCKpQ4V20= - /minimatch/2.0.10: - dependencies: - brace-expansion: 1.1.11 - deprecated: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue - dev: false - resolution: - integrity: sha1-jQh8OcazjAAbl/ynzm0OHoCvusc= - /minimatch/3.0.4: - dependencies: - brace-expansion: 1.1.11 - dev: false - resolution: - integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - /minimist-options/3.0.2: - dependencies: - arrify: 1.0.1 - is-plain-obj: 1.1.0 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ== - /minimist-options/4.1.0: - dependencies: - arrify: 1.0.1 - is-plain-obj: 1.1.0 - kind-of: 6.0.3 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== - /minimist/0.0.10: - dev: false - resolution: - integrity: sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8= - /minimist/1.2.5: - dev: false - resolution: - integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - /minipass-collect/1.0.2: - dependencies: - minipass: 3.1.3 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== - /minipass-flush/1.0.5: - dependencies: - minipass: 3.1.3 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== - /minipass-pipeline/1.2.4: - dependencies: - minipass: 3.1.3 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== - /minipass/3.1.3: - dependencies: - yallist: 4.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg== - /mississippi/3.0.0: - dependencies: - concat-stream: 1.6.2 - duplexify: 3.7.1 - end-of-stream: 1.4.4 - flush-write-stream: 1.1.1 - from2: 2.3.0 - parallel-transform: 1.2.0 - pump: 3.0.0 - pumpify: 1.5.1 - stream-each: 1.2.3 - through2: 2.0.5 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== - /mitt/1.1.2: - dev: false - resolution: - integrity: sha1-OA5hSA1qYVtmDwertg1R4KTkvtY= - /mixin-deep/1.3.2: - dependencies: - for-in: 1.0.2 - is-extendable: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - /mixin-object/2.0.1: - dependencies: - for-in: 0.1.8 - is-extendable: 0.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4= - /mkdirp/0.5.3: - dependencies: - minimist: 1.2.5 - deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) - dev: false - hasBin: true - resolution: - integrity: sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg== - /mkdirp/0.5.5: - dependencies: - minimist: 1.2.5 - dev: false - hasBin: true - resolution: - integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== - /modulex-util/1.1.10: - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-HsAiwwvgU1XVlSMBpKsUp5HYfRI= - /moize/5.4.7: - dependencies: - fast-equals: 1.6.3 - fast-stringify: 1.1.2 - micro-memoize: 2.1.2 - dev: false - resolution: - integrity: sha512-7PZH8QFJ51cIVtDv7wfUREBd3gL59JB0v/ARA3RI9zkSRa9LyGjS1Bdldii2J1/NQXRQ/3OOVOSdnZrCcVaZlw== - /moment/2.28.0: - dev: false - resolution: - integrity: sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw== - /moo/0.5.1: - dev: false - resolution: - integrity: sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w== - /mout/0.11.1: - dev: false - resolution: - integrity: sha1-ujYR318OWx/7/QEWa48C0fX6K5k= - /move-concurrently/1.0.1: - dependencies: - aproba: 1.2.0 - copy-concurrently: 1.0.5 - fs-write-stream-atomic: 1.0.10 - mkdirp: 0.5.3 - rimraf: 2.7.1 - run-queue: 1.0.3 - dev: false - resolution: - integrity: sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= - /ms/0.6.2: - dev: false - resolution: - integrity: sha1-2JwhJMb9wTU9Zai3e/GqxLGTcIw= - /ms/2.0.0: - dev: false - resolution: - integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - /ms/2.1.1: - dev: false - resolution: - integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== - /ms/2.1.2: - dev: false - resolution: - integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - /multipipe/0.1.2: - dependencies: - duplexer2: 0.0.2 - dev: false - resolution: - integrity: sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s= - /mute-stream/0.0.7: - dev: false - resolution: - integrity: sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= - /mute-stream/0.0.8: - dev: false - resolution: - integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== - /mz/2.7.0: - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - dev: false - resolution: - integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== - /nan/2.14.1: - dev: false - optional: true - resolution: - integrity: sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw== - /nano-style/1.0.0: - dependencies: - objss: 1.0.3 - prop-types: 15.7.2 - stylis: 3.5.4 - dev: false - resolution: - integrity: sha512-3qp938DVT1XbpJ538GMTcBD56V8Dmp0H56pGtF9UYAmUkVIF+JJRSKmDrk30zVE/84ocLrwH7Q6nb1lQya7hag== - /nanomatch/1.2.13: - dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - define-property: 2.0.2 - extend-shallow: 3.0.2 - fragment-cache: 0.2.1 - is-windows: 1.0.2 - kind-of: 6.0.3 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - /native-url/0.3.1: - dependencies: - querystring: 0.2.0 - dev: false - resolution: - integrity: sha512-VL0XRW8nNBdSpxqZCbLJKrLHmIMn82FZ8pJzriJgyBmErjdEtrUX6eZAJbtHjlkMooEWUV+EtJ0D5tOP3+1Piw== - /natives/1.1.6: - deprecated: 'This module relies on Node.js''s internals and will break at some point. Do not use it, and update to graceful-fs@4.x.' - dev: false - resolution: - integrity: sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA== - /natural-compare/1.4.0: - dev: false - resolution: - integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= - /nearley/2.19.6: - dependencies: - commander: 2.20.3 - moo: 0.5.1 - railroad-diagrams: 1.0.0 - randexp: 0.4.6 - semver: 5.7.1 - dev: false - hasBin: true - resolution: - integrity: sha512-OV3Lx+o5iIGWVY38zs+7aiSnBqaHTFAOQiz83VHJje/wOOaSgzE3H0S/xfISxJhFSoPcX611OEDV9sCT8F283g== - /negotiator/0.4.9: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-kuRrbbU8fkIe1koryU8IvnYw3z8= - /negotiator/0.6.2: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== - /neo-async/2.6.1: - dev: false - resolution: - integrity: sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== - /neo-async/2.6.2: - dev: false - resolution: - integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== - /nested-object-assign/1.0.3: - dev: false - resolution: - integrity: sha512-kgq1CuvLyUcbcIuTiCA93cQ2IJFSlRwXcN+hLcb2qLJwC2qrePHGZZa7IipyWqaWF6tQjdax2pQnVxdq19Zzwg== - /next-mdx-docs/0.0.1-0_@mdx-js+mdx@0.15.7: - dependencies: - '@mdx-js/loader': 0.15.7 - '@mdx-js/mdx': 0.15.7 - remark-autolink-headings: 5.2.2 - remark-emoji: 2.1.0 - remark-images: 0.8.1 - remark-slug: 5.1.2 - remark-unwrap-images: 0.0.2-0 - dev: false - peerDependencies: - '@mdx-js/mdx': '>=0.15.0' - resolution: - integrity: sha512-VxZ3br5h53YIIeaPEQ5n6BmwUKsAgEn9Utg2BferUN8xviD/9v3Eau8B2PsGf1oyWA6vH0YQHd8BHEm4DJ+tRg== - /next-tick/1.0.0: - dev: false - resolution: - integrity: sha1-yobR/ogoFpsBICCOPchCS524NCw= - /next/9.4.4: - dependencies: - '@ampproject/toolbox-optimizer': 2.4.0 - '@babel/code-frame': 7.8.3 - '@babel/core': 7.7.7 - '@babel/plugin-proposal-class-properties': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-object-rest-spread': 7.9.6_@babel+core@7.7.7 - '@babel/plugin-proposal-optional-chaining': 7.9.0_@babel+core@7.7.7 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-transform-modules-commonjs': 7.9.6_@babel+core@7.7.7 - '@babel/plugin-transform-runtime': 7.9.6_@babel+core@7.7.7 - '@babel/preset-env': 7.9.6_@babel+core@7.7.7 - '@babel/preset-modules': 0.1.3_@babel+core@7.7.7 - '@babel/preset-react': 7.9.4_@babel+core@7.7.7 - '@babel/preset-typescript': 7.9.0_@babel+core@7.7.7 - '@babel/runtime': 7.9.6 - '@babel/types': 7.9.6 - '@next/react-dev-overlay': 9.4.4 - '@next/react-refresh-utils': 9.4.4_fd8093f90ae2e7e229f846ec0d2fc400 - babel-plugin-syntax-jsx: 6.18.0 - babel-plugin-transform-define: 2.0.0 - babel-plugin-transform-react-remove-prop-types: 0.4.24 - browserslist: 4.12.0 - cacache: 13.0.1 - chokidar: 2.1.8 - css-loader: 3.5.3_webpack@4.43.0 - find-cache-dir: 3.3.1 - fork-ts-checker-webpack-plugin: 3.1.1 - jest-worker: 24.9.0 - loader-utils: 2.0.0 - mini-css-extract-plugin: 0.8.0_webpack@4.43.0 - mkdirp: 0.5.3 - native-url: 0.3.1 - neo-async: 2.6.1 - pnp-webpack-plugin: 1.6.4 - postcss: 7.0.29 - prop-types: 15.7.2 - prop-types-exact: 1.2.0 - react-is: 16.13.1 - react-refresh: 0.8.3 - resolve-url-loader: 3.1.1 - sass-loader: 8.0.2_webpack@4.43.0 - schema-utils: 2.6.6 - style-loader: 1.2.1_webpack@4.43.0 - styled-jsx: 3.3.0 - use-subscription: 1.4.1 - watchpack: 2.0.0-beta.13 - web-vitals: 0.2.1 - webpack: 4.43.0_webpack@4.43.0 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>=10.13.0' - hasBin: true - peerDependencies: - react: ^16.6.0 - react-dom: ^16.6.0 - resolution: - integrity: sha512-ZT8bU2SAv5jkFQ+y8py+Rl5RJRJ6DnZDS+VUnB1cIscmtmUhDi7LYED7pYm4MCKkYhPbEEM1Lbpo7fnoZJGWNQ== - /next/9.4.4_react-dom@16.13.1+react@16.13.1: - dependencies: - '@ampproject/toolbox-optimizer': 2.4.0 - '@babel/code-frame': 7.8.3 - '@babel/core': 7.7.7 - '@babel/plugin-proposal-class-properties': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-proposal-object-rest-spread': 7.9.6_@babel+core@7.7.7 - '@babel/plugin-proposal-optional-chaining': 7.9.0_@babel+core@7.7.7 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.7.7 - '@babel/plugin-transform-modules-commonjs': 7.9.6_@babel+core@7.7.7 - '@babel/plugin-transform-runtime': 7.9.6_@babel+core@7.7.7 - '@babel/preset-env': 7.9.6_@babel+core@7.7.7 - '@babel/preset-modules': 0.1.3_@babel+core@7.7.7 - '@babel/preset-react': 7.9.4_@babel+core@7.7.7 - '@babel/preset-typescript': 7.9.0_@babel+core@7.7.7 - '@babel/runtime': 7.9.6 - '@babel/types': 7.9.6 - '@next/react-dev-overlay': 9.4.4_react-dom@16.13.1+react@16.13.1 - '@next/react-refresh-utils': 9.4.4_fd8093f90ae2e7e229f846ec0d2fc400 - babel-plugin-syntax-jsx: 6.18.0 - babel-plugin-transform-define: 2.0.0 - babel-plugin-transform-react-remove-prop-types: 0.4.24 - browserslist: 4.12.0 - cacache: 13.0.1 - chokidar: 2.1.8 - css-loader: 3.5.3_webpack@4.43.0 - find-cache-dir: 3.3.1 - fork-ts-checker-webpack-plugin: 3.1.1 - jest-worker: 24.9.0 - loader-utils: 2.0.0 - mini-css-extract-plugin: 0.8.0_webpack@4.43.0 - mkdirp: 0.5.3 - native-url: 0.3.1 - neo-async: 2.6.1 - pnp-webpack-plugin: 1.6.4 - postcss: 7.0.29 - prop-types: 15.7.2 - prop-types-exact: 1.2.0 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-is: 16.13.1 - react-refresh: 0.8.3 - resolve-url-loader: 3.1.1 - sass-loader: 8.0.2_webpack@4.43.0 - schema-utils: 2.6.6 - style-loader: 1.2.1_webpack@4.43.0 - styled-jsx: 3.3.0_react@16.13.1 - use-subscription: 1.4.1_react@16.13.1 - watchpack: 2.0.0-beta.13 - web-vitals: 0.2.1 - webpack: 4.43.0_webpack@4.43.0 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>=10.13.0' - hasBin: true - peerDependencies: - react: ^16.6.0 - react-dom: ^16.6.0 - resolution: - integrity: sha512-ZT8bU2SAv5jkFQ+y8py+Rl5RJRJ6DnZDS+VUnB1cIscmtmUhDi7LYED7pYm4MCKkYhPbEEM1Lbpo7fnoZJGWNQ== - /nice-try/1.0.5: - dev: false - resolution: - integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - /no-case/2.3.2: - dependencies: - lower-case: 1.1.4 - dev: false - resolution: - integrity: sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ== - /no-case/3.0.3: - dependencies: - lower-case: 2.0.1 - tslib: 1.13.0 - dev: false - resolution: - integrity: sha512-ehY/mVQCf9BL0gKfsJBvFJen+1V//U+0HQMPrWct40ixE4jnv0bfvxDbWtAHL9EcaPEOJHVVYKoQn1TlZUB8Tw== - /node-ask/1.0.1: - dev: false - resolution: - integrity: sha1-yqoQdsxY4DZCZ6CQPj6t+sFYOWs= - /node-dir/0.1.17: - dependencies: - minimatch: 3.0.4 - dev: false - engines: - node: '>= 0.10.5' - resolution: - integrity: sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU= - /node-emoji/1.10.0: - dependencies: - lodash.toarray: 4.4.0 - dev: false - resolution: - integrity: sha512-Yt3384If5H6BYGVHiHwTL+99OzJKHhgp82S8/dktEK73T26BazdgZ4JZh92xSVtGNJvz9UbXdNAc5hcrXV42vw== - /node-fetch/1.7.3: - dependencies: - encoding: 0.1.13 - is-stream: 1.1.0 - dev: false - resolution: - integrity: sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ== - /node-fetch/2.6.0: - dev: false - engines: - node: 4.x || >=6.0.0 - resolution: - integrity: sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== - /node-fetch/2.6.1: - dev: false - engines: - node: 4.x || >=6.0.0 - resolution: - integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== - /node-int64/0.4.0: - dev: false - resolution: - integrity: sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= - /node-libs-browser/2.2.1: - dependencies: - assert: 1.5.0 - browserify-zlib: 0.2.0 - buffer: 4.9.2 - console-browserify: 1.2.0 - constants-browserify: 1.0.0 - crypto-browserify: 3.12.0 - domain-browser: 1.2.0 - events: 3.2.0 - https-browserify: 1.0.0 - os-browserify: 0.3.0 - path-browserify: 0.0.1 - process: 0.11.10 - punycode: 1.4.1 - querystring-es3: 0.2.1 - readable-stream: 2.3.7 - stream-browserify: 2.0.2 - stream-http: 2.8.3 - string_decoder: 1.3.0 - timers-browserify: 2.0.11 - tty-browserify: 0.0.0 - url: 0.11.0 - util: 0.11.1 - vm-browserify: 1.1.2 - dev: false - resolution: - integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== - /node-loggly-bulk/2.2.4: - dependencies: - json-stringify-safe: 5.0.1 - moment: 2.28.0 - request: 2.88.2 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-DfhtsDfkSBU6Dp1zvK+H1MgHRcA2yb4z07ctyA6uo+bNwKtv1exhohN910zcWNkdSYq1TImCq+O+3bOTuYHvmQ== - /node-modules-regexp/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= - /node-notifier/6.0.0: - dependencies: - growly: 1.3.0 - is-wsl: 2.2.0 - semver: 6.3.0 - shellwords: 0.1.1 - which: 1.3.1 - dev: false - optional: true - resolution: - integrity: sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw== - /node-notifier/8.0.0: - dependencies: - growly: 1.3.0 - is-wsl: 2.2.0 - semver: 7.3.2 - shellwords: 0.1.1 - uuid: 8.3.0 - which: 2.0.2 - dev: false - optional: true - resolution: - integrity: sha512-46z7DUmcjoYdaWyXouuFNNfUo6eFa94t23c53c+lG/9Cvauk4a98rAUp9672X5dxGdQmLpPzTxzu8f/OeEPaFA== - /node-releases/1.1.61: - dev: false - resolution: - integrity: sha512-DD5vebQLg8jLCOzwupn954fbIiZht05DAZs0k2u8NStSe6h9XdsuIQL8hSRKYiU8WUQRznmSDrKGbv3ObOmC7g== - /normalize-html-whitespace/1.0.0: - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-9ui7CGtOOlehQu0t/OhhlmDyc71mKVlv+4vF+me4iZLPrNtRL2xoquEdfZxasC/bdQi/Hr3iTrpyRKIG+ocabA== - /normalize-package-data/2.5.0: - dependencies: - hosted-git-info: 2.8.8 - resolve: 1.17.0 - semver: 5.7.1 - validate-npm-package-license: 3.0.4 - dev: false - resolution: - integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - /normalize-path/2.1.1: - dependencies: - remove-trailing-separator: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - /normalize-path/3.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - /normalize-range/0.1.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= - /normalize-url/1.9.1: - dependencies: - object-assign: 4.1.1 - prepend-http: 1.0.4 - query-string: 4.3.4 - sort-keys: 1.1.2 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-LMDWazHqIwNkWENuNiDYWVTGbDw= - /normalize-url/2.0.1: - dependencies: - prepend-http: 2.0.0 - query-string: 5.1.1 - sort-keys: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw== - /normalize-url/3.3.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== - /normalize.css/3.0.3: - dev: false - resolution: - integrity: sha1-rMACYuI1osqpE2Oi5eO/pPitBcY= - /npm-package-arg/6.1.1: - dependencies: - hosted-git-info: 2.8.8 - osenv: 0.1.5 - semver: 5.7.1 - validate-npm-package-name: 3.0.0 - dev: false - resolution: - integrity: sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg== - /npm-registry-client/8.6.0: - dependencies: - concat-stream: 1.6.2 - graceful-fs: 4.2.4 - normalize-package-data: 2.5.0 - npm-package-arg: 6.1.1 - once: 1.4.0 - request: 2.88.2 - retry: 0.10.1 - safe-buffer: 5.2.1 - semver: 5.7.1 - slide: 1.1.6 - ssri: 5.3.0 - dev: false - optionalDependencies: - npmlog: 4.1.2 - resolution: - integrity: sha512-Qs6P6nnopig+Y8gbzpeN/dkt+n7IyVd8f45NTMotGk6Qo7GfBmzwYx6jRLoOOgKiMnaQfYxsuyQlD8Mc3guBhg== - /npm-run-all/4.1.5: - dependencies: - ansi-styles: 3.2.1 - chalk: 2.4.2 - cross-spawn: 6.0.5 - memorystream: 0.3.1 - minimatch: 3.0.4 - pidtree: 0.3.1 - read-pkg: 3.0.0 - shell-quote: 1.7.2 - string.prototype.padend: 3.1.0 - dev: false - engines: - node: '>= 4' - hasBin: true - resolution: - integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ== - /npm-run-path/2.0.2: - dependencies: - path-key: 2.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= - /npm-run-path/4.0.1: - dependencies: - path-key: 3.1.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - /npmlog/4.1.2: - dependencies: - are-we-there-yet: 1.1.5 - console-control-strings: 1.1.0 - gauge: 2.7.4 - set-blocking: 2.0.0 - dev: false - resolution: - integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== - /nth-check/1.0.2: - dependencies: - boolbase: 1.0.0 - dev: false - resolution: - integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== - /num2fraction/1.2.2: - dev: false - resolution: - integrity: sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= - /number-is-nan/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - /nwsapi/2.2.0: - dev: false - resolution: - integrity: sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== - /oauth-sign/0.8.2: - dev: false - optional: true - resolution: - integrity: sha1-Rqarfwrq2N6unsBWV4C31O/rnUM= - /oauth-sign/0.9.0: - dev: false - resolution: - integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - /object-assign/3.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I= - /object-assign/4.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - /object-copy/0.1.0: - dependencies: - copy-descriptor: 0.1.1 - define-property: 0.2.5 - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - /object-inspect/1.8.0: - dev: false - resolution: - integrity: sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== - /object-is/1.1.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ== - /object-keys/1.1.1: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - /object-path/0.11.4: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-NwrnUvvzfePqcKhhwju6iRVpGUk= - /object-visit/1.0.1: - dependencies: - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - /object.assign/4.1.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.18.0-next.0 - has-symbols: 1.0.1 - object-keys: 1.1.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA== - /object.defaults/1.1.0: - dependencies: - array-each: 1.0.1 - array-slice: 1.1.0 - for-own: 1.0.0 - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8= - /object.entries/1.1.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - has: 1.0.3 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA== - /object.fromentries/2.0.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - has: 1.0.3 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ== - /object.getownpropertydescriptors/2.1.0: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg== - /object.map/1.0.1: - dependencies: - for-own: 1.0.0 - make-iterator: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-z4Plncj8wK1fQlDh94s7gb2AHTc= - /object.omit/2.0.1: - dependencies: - for-own: 0.1.5 - is-extendable: 0.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo= - /object.pick/1.3.0: - dependencies: - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - /object.values/1.1.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - has: 1.0.3 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA== - /objss/1.0.3: - dependencies: - add-px-to-style: 1.0.0 - dev: false - resolution: - integrity: sha1-2LfcCclJQqFSSctqCQVXNj/mG8M= - /on-finished/2.3.0: - dependencies: - ee-first: 1.1.1 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= - /once/1.3.3: - dependencies: - wrappy: 1.0.2 - dev: false - resolution: - integrity: sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA= - /once/1.4.0: - dependencies: - wrappy: 1.0.2 - dev: false - resolution: - integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - /onetime/2.0.1: - dependencies: - mimic-fn: 1.2.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= - /onetime/5.1.2: - dependencies: - mimic-fn: 2.1.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== - /only/0.0.2: - dev: false - resolution: - integrity: sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q= - /open/6.4.0: - dependencies: - is-wsl: 1.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg== - /open/7.2.1: - dependencies: - is-docker: 2.1.1 - is-wsl: 2.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-xbYCJib4spUdmcs0g/2mK1nKo/jO2T7INClWd/beL7PFkXRWgr8B23ssDHX/USPn2M2IjDR5UdpYs6I67SnTSA== - /openurl/1.1.1: - dev: false - resolution: - integrity: sha1-OHW0sO96UsFW8NtB1GCduw+Us4c= - /optimist/0.6.1: - dependencies: - minimist: 0.0.10 - wordwrap: 0.0.3 - dev: false - resolution: - integrity: sha1-2j6nRob6IaGaERwybpDrFaAZZoY= - /optionator/0.8.3: - dependencies: - deep-is: 0.1.3 - 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 - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== - /optionator/0.9.1: - dependencies: - deep-is: 0.1.3 - fast-levenshtein: 2.0.6 - levn: 0.4.1 - prelude-ls: 1.2.1 - type-check: 0.4.0 - word-wrap: 1.2.3 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== - /orchestrator/0.3.8: - dependencies: - end-of-stream: 0.1.5 - sequencify: 0.0.7 - stream-consume: 0.1.1 - dev: false - resolution: - integrity: sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4= - /ordered-read-streams/0.1.0: - dev: false - resolution: - integrity: sha1-/VZamvjrRHO6abbtijQ1LLVS8SY= - /ordered-read-streams/0.3.0: - dependencies: - is-stream: 1.1.0 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha1-cTfmmzKYuzQiR6G77jiByA4v14s= - /original/1.0.2: - dependencies: - url-parse: 1.4.7 - dev: false - resolution: - integrity: sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg== - /os-browserify/0.3.0: - dev: false - resolution: - integrity: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= - /os-homedir/1.0.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - /os-homedir/2.0.0: - deprecated: This is not needed anymore. Use `require('os').homedir()` instead. - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-saRNz0DSC5C/I++gFIaJTXoFJMRwiP5zHar5vV3xQ2TkgEw6hDCcU5F272JjUylpiVgBrZNQHnfjkLabTfb92Q== - /os-locale/2.1.0: - dependencies: - execa: 0.7.0 - lcid: 1.0.0 - mem: 1.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA== - /os-tmpdir/1.0.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - /osenv/0.1.5: - dependencies: - os-homedir: 1.0.2 - os-tmpdir: 1.0.2 - dev: false - resolution: - integrity: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - /output-file-sync/2.0.1: - dependencies: - graceful-fs: 4.2.4 - is-plain-obj: 1.1.0 - mkdirp: 0.5.5 - dev: false - resolution: - integrity: sha512-mDho4qm7WgIXIGf4eYU1RHN2UU5tPfVYVSRwDJw0uTmj35DQUt/eNp19N7v6T3SrR0ESTEf2up2CGO73qI35zQ== - /p-cancelable/0.4.1: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ== - /p-each-series/2.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ== - /p-finally/1.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= - /p-finally/2.0.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw== - /p-is-promise/1.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4= - /p-limit/1.3.0: - dependencies: - p-try: 1.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== - /p-limit/2.3.0: - dependencies: - p-try: 2.2.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - /p-locate/2.0.0: - dependencies: - p-limit: 1.3.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= - /p-locate/3.0.0: - dependencies: - p-limit: 2.3.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - /p-locate/4.1.0: - dependencies: - p-limit: 2.3.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== - /p-map/2.1.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== - /p-map/3.0.0: - dependencies: - aggregate-error: 3.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ== - /p-timeout/2.0.1: - dependencies: - p-finally: 1.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA== - /p-try/1.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= - /p-try/2.2.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - /package-json/4.0.1: - dependencies: - got: 6.7.1 - registry-auth-token: 3.4.0 - registry-url: 3.1.0 - semver: 5.7.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0= - /pako/0.2.9: - dev: false - resolution: - integrity: sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU= - /pako/1.0.11: - dev: false - resolution: - integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== - /parallel-transform/1.2.0: - dependencies: - cyclist: 1.0.1 - inherits: 2.0.4 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== - /param-case/2.1.1: - dependencies: - no-case: 2.3.2 - dev: false - resolution: - integrity: sha1-35T9jPZTHs915r75oIWPvHK+Ikc= - /param-case/3.0.3: - dependencies: - dot-case: 3.0.3 - tslib: 1.13.0 - dev: false - resolution: - integrity: sha512-VWBVyimc1+QrzappRs7waeN2YmoZFCGXWASRYX1/rGHtXqEcrGEIDm+jqIwFa2fRXNgQEwrxaYuIrX0WcAguTA== - /parent-module/1.0.1: - dependencies: - callsites: 3.1.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - /parse-asn1/5.1.6: - dependencies: - asn1.js: 5.4.1 - browserify-aes: 1.2.0 - evp_bytestokey: 1.0.3 - pbkdf2: 3.1.1 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw== - /parse-entities/1.2.2: - dependencies: - character-entities: 1.2.4 - character-entities-legacy: 1.1.4 - character-reference-invalid: 1.1.4 - is-alphanumerical: 1.0.4 - is-decimal: 1.0.4 - is-hexadecimal: 1.0.4 - dev: false - resolution: - integrity: sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg== - /parse-entities/2.0.0: - dependencies: - character-entities: 1.2.4 - character-entities-legacy: 1.1.4 - character-reference-invalid: 1.1.4 - is-alphanumerical: 1.0.4 - is-decimal: 1.0.4 - is-hexadecimal: 1.0.4 - dev: false - resolution: - integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ== - /parse-filepath/1.0.2: - dependencies: - is-absolute: 1.0.0 - map-cache: 0.2.2 - path-root: 0.1.1 - dev: false - engines: - node: '>=0.8' - resolution: - integrity: sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE= - /parse-glob/3.0.4: - dependencies: - glob-base: 0.3.0 - is-dotfile: 1.0.3 - is-extglob: 1.0.0 - is-glob: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ssN2z7EfNVE7rdFz7wu246OIORw= - /parse-json/2.2.0: - dependencies: - error-ex: 1.3.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= - /parse-json/4.0.0: - dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - /parse-json/5.1.0: - dependencies: - '@babel/code-frame': 7.10.4 - error-ex: 1.3.2 - json-parse-even-better-errors: 2.3.1 - lines-and-columns: 1.1.6 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ== - /parse-node-version/1.0.1: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA== - /parse-passwd/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= - /parse5/3.0.3: - dependencies: - '@types/node': 14.11.1 - dev: false - resolution: - integrity: sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA== - /parse5/5.1.0: - dev: false - resolution: - integrity: sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ== - /parse5/5.1.1: - dev: false - resolution: - integrity: sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug== - /parse5/6.0.1: - dev: false - resolution: - integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== - /parseurl/1.3.3: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - /parsimmon/1.16.0: - dev: false - resolution: - integrity: sha512-tekGDz2Lny27SQ/5DzJdIK0lqsWwZ667SCLFIDCxaZM7VNgQjyKLbaL7FYPKpbjdxNAXFV/mSxkq5D2fnkW4pA== - /pascal-case/2.0.1: - dependencies: - camel-case: 3.0.0 - upper-case-first: 1.1.2 - dev: false - resolution: - integrity: sha1-LVeNNFX2YNpl7KGO+VtODekSdh4= - /pascal-case/3.1.1: - dependencies: - no-case: 3.0.3 - tslib: 1.13.0 - dev: false - resolution: - integrity: sha512-XIeHKqIrsquVTQL2crjq3NfJUxmdLasn3TYOU0VBM+UX2a6ztAWBlJQBePLGY7VHW8+2dRadeIPK5+KImwTxQA== - /pascalcase/0.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - /passthrough-counter/1.0.0: - dev: false - resolution: - integrity: sha1-GWfZ5m2lcrXAI8eH2xEqOHqxZvo= - /path-browserify/0.0.1: - dev: false - resolution: - integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== - /path-case/2.1.1: - dependencies: - no-case: 2.3.2 - dev: false - resolution: - integrity: sha1-lLgDfDctP+KQbkZbtF4l0ibo7qU= - /path-dirname/1.0.2: - dev: false - resolution: - integrity: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= - /path-exists/2.1.0: - dependencies: - pinkie-promise: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= - /path-exists/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - /path-exists/4.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - /path-is-absolute/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - /path-is-inside/1.0.2: - dev: false - resolution: - integrity: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= - /path-key/2.0.1: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - /path-key/3.1.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - /path-parse/1.0.6: - dev: false - resolution: - integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - /path-root-regex/0.1.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0= - /path-root/0.1.1: - dependencies: - path-root-regex: 0.1.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc= - /path-to-regexp/0.1.7: - dev: false - resolution: - integrity: sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= - /path-to-regexp/1.8.0: - dependencies: - isarray: 0.0.1 - dev: false - resolution: - integrity: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== - /path-type/1.1.0: - dependencies: - graceful-fs: 4.2.4 - pify: 2.3.0 - pinkie-promise: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= - /path-type/2.0.0: - dependencies: - pify: 2.3.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM= - /path-type/3.0.0: - dependencies: - pify: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== - /path-type/4.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - /path/0.12.7: - dependencies: - process: 0.11.10 - util: 0.10.4 - dev: false - resolution: - integrity: sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8= - /pbkdf2/3.1.1: - dependencies: - create-hash: 1.2.0 - create-hmac: 1.1.7 - ripemd160: 2.0.2 - safe-buffer: 5.2.1 - sha.js: 2.4.11 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg== - /pcln-design-system/3.6.1_87057663cfb81d1ab42a7e878d93e1fd: - dependencies: - '@types/styled-system': 4.2.2 - deepmerge: 4.2.2 - hoist-non-react-statics: 3.3.2 - moize: 5.4.7 - pcln-icons: 3.2.0_87057663cfb81d1ab42a7e878d93e1fd - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - dev: false - engines: - node: '>=8.0.0 <9.0.0 || >=10.0.0' - npm: '>=5.10.0 || >=6.0.0' - peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' - styled-components: '>=3' - resolution: - integrity: sha512-jlpAbdTA+aHubWzLgokWcbbu2guhfpfPPVU5kgIV6oayNrqszlRHgQXw6XcFFZPrBa/E9nmq3vD5Ln+izotm8g== - /pcln-design-system/3.6.1_styled-components@5.2.0: - dependencies: - '@types/styled-system': 4.2.2 - deepmerge: 4.2.2 - hoist-non-react-statics: 3.3.2 - moize: 5.4.7 - pcln-icons: 3.2.0_styled-components@5.2.0 - prop-types: 15.7.2 - styled-components: 5.2.0_styled-components@5.2.0 - styled-system: 4.2.4 - dev: false - engines: - node: '>=8.0.0 <9.0.0 || >=10.0.0' - npm: '>=5.10.0 || >=6.0.0' - peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' - styled-components: '>=3' - resolution: - integrity: sha512-jlpAbdTA+aHubWzLgokWcbbu2guhfpfPPVU5kgIV6oayNrqszlRHgQXw6XcFFZPrBa/E9nmq3vD5Ln+izotm8g== - /pcln-icons/3.2.0_87057663cfb81d1ab42a7e878d93e1fd: - dependencies: - lodash.upperfirst: 4.3.1 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - dev: false - engines: - node: '>=8.0.0 <9.0.0 || >=10.0.0' - npm: '>=5.10.0 || >=6.0.0' - peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' - styled-components: '>=3' - resolution: - integrity: sha512-CBWjkNAyMZhSlQuoZt1quXfMhZ05tdMkAecksMlTf/Humg5BPdQ77SoIxub9vBRThb1GKdY4pDg+XsQiQy7pJQ== - /pcln-icons/3.2.0_styled-components@5.2.0: - dependencies: - lodash.upperfirst: 4.3.1 - prop-types: 15.7.2 - styled-components: 5.2.0_styled-components@5.2.0 - styled-system: 4.2.4 - dev: false - engines: - node: '>=8.0.0 <9.0.0 || >=10.0.0' - npm: '>=5.10.0 || >=6.0.0' - peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' - styled-components: '>=3' - resolution: - integrity: sha512-CBWjkNAyMZhSlQuoZt1quXfMhZ05tdMkAecksMlTf/Humg5BPdQ77SoIxub9vBRThb1GKdY4pDg+XsQiQy7pJQ== - /performance-now/0.2.0: - dev: false - optional: true - resolution: - integrity: sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU= - /performance-now/2.1.0: - dev: false - resolution: - integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= - /picomatch/2.2.2: - dev: false - engines: - node: '>=8.6' - resolution: - integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== - /pidtree/0.3.1: - dev: false - engines: - node: '>=0.10' - hasBin: true - resolution: - integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA== - /pify/2.3.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= - /pify/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= - /pify/4.0.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== - /pinkie-promise/2.0.1: - dependencies: - pinkie: 2.0.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ITXW36ejWMBprJsXh3YogihFD/o= - /pinkie/2.0.4: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-clVrgM+g1IqXToDnckjoDtT3+HA= - /pirates/4.0.1: - dependencies: - node-modules-regexp: 1.0.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== - /pkg-dir/2.0.0: - dependencies: - find-up: 2.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s= - /pkg-dir/3.0.0: - dependencies: - find-up: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== - /pkg-dir/4.2.0: - dependencies: - find-up: 4.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== - /pkg-up/2.0.0: - dependencies: - find-up: 2.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-yBmscoBZpGHKscOImivjxJoATX8= - /pkg-up/3.1.0: - dependencies: - find-up: 3.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== - /platform/1.3.3: - dev: false - resolution: - integrity: sha1-ZGx3ARiZhwtqCQPnXpl+jlHadGE= - /plugin-error/0.1.2: - dependencies: - ansi-cyan: 0.1.1 - ansi-red: 0.1.1 - arr-diff: 1.1.0 - arr-union: 2.1.0 - extend-shallow: 1.1.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4= - /plugin-error/1.0.1: - dependencies: - ansi-colors: 1.1.0 - arr-diff: 4.0.0 - arr-union: 3.1.0 - extend-shallow: 3.0.2 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA== - /pluralize/7.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow== - /pluralize/8.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA== - /pn/1.1.0: - dev: false - resolution: - integrity: sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA== - /pnp-webpack-plugin/1.5.0: - dependencies: - ts-pnp: 1.2.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-jd9olUr9D7do+RN8Wspzhpxhgp1n6Vd0NtQ4SFkmIACZoEL1nkyAdW9Ygrinjec0vgDcWjscFQQ1gDW8rsfKTg== - /pnp-webpack-plugin/1.6.4: - dependencies: - ts-pnp: 1.2.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg== - /polished/3.6.6: - dependencies: - '@babel/runtime': 7.11.2 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-yiB2ims2DZPem0kCD6V0wnhcVGFEhNh0Iw0axNpKU+oSAgFt6yx6HxIT23Qg0WWvgS379cS35zT4AOyZZRzpQQ== - /popper.js/1.16.1: - deprecated: 'You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1' - dev: false - resolution: - integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ== - /posix-character-classes/0.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - /postcss-calc/5.3.1: - dependencies: - postcss: 5.2.18 - postcss-message-helpers: 2.0.0 - reduce-css-calc: 1.3.0 - dev: false - resolution: - integrity: sha1-d7rnypKK2FcW4v2kLyYb98HWW14= - /postcss-calc/7.0.4: - dependencies: - postcss: 7.0.34 - postcss-selector-parser: 6.0.2 - postcss-value-parser: 4.1.0 - dev: false - resolution: - integrity: sha512-0I79VRAd1UTkaHzY9w83P39YGO/M3bG7/tNLrHGEunBolfoGM0hSjrGvjoeaj0JE/zIw5GsI2KZ0UwDJqv5hjw== - /postcss-colormin/2.2.2: - dependencies: - colormin: 1.1.2 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-ZjFBfV8OkJo9fsJrJMio0eT5bks= - /postcss-colormin/4.0.3: - dependencies: - browserslist: 4.12.0 - color: 3.1.2 - has: 1.0.3 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== - /postcss-convert-values/2.6.1: - dependencies: - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-u9hZPFwf0uPRwyK7kl3K6Nrk1i0= - /postcss-convert-values/4.0.1: - dependencies: - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== - /postcss-discard-comments/2.0.4: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0= - /postcss-discard-comments/4.0.2: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== - /postcss-discard-duplicates/2.1.0: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-uavye4isGIFYpesSq8riAmO5GTI= - /postcss-discard-duplicates/4.0.2: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== - /postcss-discard-empty/2.1.0: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-0rS9nVztXr2Nyt52QMfXzX9PkrU= - /postcss-discard-empty/4.0.1: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== - /postcss-discard-overridden/0.1.1: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg= - /postcss-discard-overridden/4.0.1: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== - /postcss-discard-unused/2.2.3: - dependencies: - postcss: 5.2.18 - uniqs: 2.0.0 - dev: false - resolution: - integrity: sha1-vOMLLMWR/8Y0Mitfs0ZLbZNPRDM= - /postcss-filter-plugins/2.0.3: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha512-T53GVFsdinJhgwm7rg1BzbeBRomOg9y5MBVhGcsV0CxurUdVj1UlPdKtn7aqYA/c/QVkzKMjq2bSV5dKG5+AwQ== - /postcss-flexbugs-fixes/4.2.1: - dependencies: - postcss: 7.0.34 - dev: false - resolution: - integrity: sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ== - /postcss-load-config/1.2.0: - dependencies: - cosmiconfig: 2.2.2 - object-assign: 4.1.1 - postcss-load-options: 1.2.0 - postcss-load-plugins: 2.3.0 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha1-U56a/J3chiASHr+djDZz4M5Q0oo= - /postcss-load-config/2.1.1: - dependencies: - cosmiconfig: 5.2.1 - import-cwd: 2.1.0 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-D2ENobdoZsW0+BHy4x1CAkXtbXtYWYRIxL/JbtRBqrRGOPtJ2zoga/bEZWhV/ShWB5saVxJMzbMdSyA/vv4tXw== - /postcss-load-options/1.2.0: - dependencies: - cosmiconfig: 2.2.2 - object-assign: 4.1.1 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha1-sJixVZ3awt8EvAuzdfmaXP4rbYw= - /postcss-load-plugins/2.3.0: - dependencies: - cosmiconfig: 2.2.2 - object-assign: 4.1.1 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha1-dFdoEWWZrKLwCfrUJrABdQSdjZI= - /postcss-loader/1.3.3: - dependencies: - loader-utils: 1.4.0 - object-assign: 4.1.1 - postcss: 5.2.18 - postcss-load-config: 1.2.0 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha1-piHqH6KQYqg5cqRvVEhncTAZFus= - /postcss-loader/3.0.0: - dependencies: - loader-utils: 1.4.0 - postcss: 7.0.34 - postcss-load-config: 2.1.1 - schema-utils: 1.0.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA== - /postcss-merge-idents/2.1.7: - dependencies: - has: 1.0.3 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-TFUwMTwI4dWzu/PSu8dH4njuonA= - /postcss-merge-longhand/2.0.2: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-I9kM0Sewp3mUkVMyc5A0oaTz1lg= - /postcss-merge-longhand/4.0.11: - dependencies: - css-color-names: 0.0.4 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - stylehacks: 4.0.3 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== - /postcss-merge-rules/2.1.2: - dependencies: - browserslist: 1.7.7 - caniuse-api: 1.6.1 - postcss: 5.2.18 - postcss-selector-parser: 2.2.3 - vendors: 1.0.4 - dev: false - resolution: - integrity: sha1-0d9d+qexrMO+VT8OnhDofGG19yE= - /postcss-merge-rules/4.0.3: - dependencies: - browserslist: 4.12.0 - caniuse-api: 3.0.0 - cssnano-util-same-parent: 4.0.1 - postcss: 7.0.34 - postcss-selector-parser: 3.1.2 - vendors: 1.0.4 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== - /postcss-message-helpers/2.0.0: - dev: false - resolution: - integrity: sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4= - /postcss-minify-font-values/1.0.5: - dependencies: - object-assign: 4.1.1 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-S1jttWZB66fIR0qzUmyv17vey2k= - /postcss-minify-font-values/4.0.2: - dependencies: - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== - /postcss-minify-gradients/1.0.5: - dependencies: - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-Xb2hE3NwP4PPtKPqOIHY11/15uE= - /postcss-minify-gradients/4.0.2: - dependencies: - cssnano-util-get-arguments: 4.0.0 - is-color-stop: 1.1.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== - /postcss-minify-params/1.2.2: - dependencies: - alphanum-sort: 1.0.2 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - uniqs: 2.0.0 - dev: false - resolution: - integrity: sha1-rSzgcTc7lDs9kwo/pZo1jCjW8fM= - /postcss-minify-params/4.0.2: - dependencies: - alphanum-sort: 1.0.2 - browserslist: 4.12.0 - cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - uniqs: 2.0.0 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== - /postcss-minify-selectors/2.1.1: - dependencies: - alphanum-sort: 1.0.2 - has: 1.0.3 - postcss: 5.2.18 - postcss-selector-parser: 2.2.3 - dev: false - resolution: - integrity: sha1-ssapjAByz5G5MtGkllCBFDEXNb8= - /postcss-minify-selectors/4.0.2: - dependencies: - alphanum-sort: 1.0.2 - has: 1.0.3 - postcss: 7.0.34 - postcss-selector-parser: 3.1.2 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== - /postcss-modules-extract-imports/1.2.1: - dependencies: - postcss: 6.0.23 - dev: false - resolution: - integrity: sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw== - /postcss-modules-extract-imports/2.0.0: - dependencies: - postcss: 7.0.29 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== - /postcss-modules-local-by-default/1.2.0: - dependencies: - css-selector-tokenizer: 0.7.3 - postcss: 6.0.23 - dev: false - resolution: - integrity: sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk= - /postcss-modules-local-by-default/3.0.3: - dependencies: - icss-utils: 4.1.1 - postcss: 7.0.34 - postcss-selector-parser: 6.0.2 - postcss-value-parser: 4.1.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== - /postcss-modules-scope/1.1.0: - dependencies: - css-selector-tokenizer: 0.7.3 - postcss: 6.0.23 - dev: false - resolution: - integrity: sha1-1upkmUx5+XtipytCb75gVqGUu5A= - /postcss-modules-scope/2.2.0: - dependencies: - postcss: 7.0.29 - postcss-selector-parser: 6.0.2 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== - /postcss-modules-values/1.3.0: - dependencies: - icss-replace-symbols: 1.1.0 - postcss: 6.0.23 - dev: false - resolution: - integrity: sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA= - /postcss-modules-values/3.0.0: - dependencies: - icss-utils: 4.1.1 - postcss: 7.0.29 - dev: false - resolution: - integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== - /postcss-modules/3.2.2: - dependencies: - generic-names: 2.0.1 - icss-replace-symbols: 1.1.0 - lodash.camelcase: 4.3.0 - postcss: 7.0.34 - postcss-modules-extract-imports: 2.0.0 - postcss-modules-local-by-default: 3.0.3 - postcss-modules-scope: 2.2.0 - postcss-modules-values: 3.0.0 - string-hash: 1.1.3 - dev: false - resolution: - integrity: sha512-JQ8IAqHELxC0N6tyCg2UF40pACY5oiL6UpiqqcIFRWqgDYO8B0jnxzoQ0EOpPrWXvcpu6BSbQU/3vSiq7w8Nhw== - /postcss-normalize-charset/1.1.1: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-757nEhLX/nWceO0WL2HtYrXLk/E= - /postcss-normalize-charset/4.0.1: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== - /postcss-normalize-display-values/4.0.2: - dependencies: - cssnano-util-get-match: 4.0.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== - /postcss-normalize-positions/4.0.2: - dependencies: - cssnano-util-get-arguments: 4.0.0 - has: 1.0.3 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== - /postcss-normalize-repeat-style/4.0.2: - dependencies: - cssnano-util-get-arguments: 4.0.0 - cssnano-util-get-match: 4.0.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== - /postcss-normalize-string/4.0.2: - dependencies: - has: 1.0.3 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== - /postcss-normalize-timing-functions/4.0.2: - dependencies: - cssnano-util-get-match: 4.0.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== - /postcss-normalize-unicode/4.0.1: - dependencies: - browserslist: 4.12.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== - /postcss-normalize-url/3.0.8: - dependencies: - is-absolute-url: 2.1.0 - normalize-url: 1.9.1 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-EI90s/L82viRov+j6kWSJ5/HgiI= - /postcss-normalize-url/4.0.1: - dependencies: - is-absolute-url: 2.1.0 - normalize-url: 3.3.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== - /postcss-normalize-whitespace/4.0.2: - dependencies: - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== - /postcss-ordered-values/2.2.3: - dependencies: - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-7sbCpntsQSqNsgQud/6NpD+VwR0= - /postcss-ordered-values/4.1.2: - dependencies: - cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== - /postcss-prefix-selector/1.7.2: - dependencies: - postcss: 7.0.34 - dev: false - resolution: - integrity: sha512-ddmzjWNmGs7E/nyolJ021/Gk6oBLRQLyyXKGV4Mu+Y0gquo+XlXSDP0/Y2J8C/cad/GLyftf2H0XtuDFQZxN3w== - /postcss-reduce-idents/2.4.0: - dependencies: - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-wsbSDMlYKE9qv75j92Cb9AkFmtM= - /postcss-reduce-initial/1.0.1: - dependencies: - postcss: 5.2.18 - dev: false - resolution: - integrity: sha1-aPgGlfBF0IJjqHmtJA343WT2ROo= - /postcss-reduce-initial/4.0.3: - dependencies: - browserslist: 4.12.0 - caniuse-api: 3.0.0 - has: 1.0.3 - postcss: 7.0.34 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== - /postcss-reduce-transforms/1.0.4: - dependencies: - has: 1.0.3 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - dev: false - resolution: - integrity: sha1-/3b02CEkN7McKYpC0uFEQCV3GuE= - /postcss-reduce-transforms/4.0.2: - dependencies: - cssnano-util-get-match: 4.0.0 - has: 1.0.3 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== - /postcss-safe-parser/4.0.2: - dependencies: - postcss: 7.0.34 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g== - /postcss-selector-parser/2.2.3: - dependencies: - flatten: 1.0.3 - indexes-of: 1.0.1 - uniq: 1.0.1 - dev: false - resolution: - integrity: sha1-+UN3iGBsPJrO4W/+jYsWKX8nu5A= - /postcss-selector-parser/3.1.2: - dependencies: - dot-prop: 5.3.0 - indexes-of: 1.0.1 - uniq: 1.0.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== - /postcss-selector-parser/6.0.2: - dependencies: - cssesc: 3.0.0 - indexes-of: 1.0.1 - uniq: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== - /postcss-svgo/2.1.6: - dependencies: - is-svg: 2.1.0 - postcss: 5.2.18 - postcss-value-parser: 3.3.1 - svgo: 0.7.2 - dev: false - resolution: - integrity: sha1-tt8YqmE7Zm4TPwittSGcJoSsEI0= - /postcss-svgo/4.0.2: - dependencies: - is-svg: 3.0.0 - postcss: 7.0.34 - postcss-value-parser: 3.3.1 - svgo: 1.3.2 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw== - /postcss-unique-selectors/2.0.2: - dependencies: - alphanum-sort: 1.0.2 - postcss: 5.2.18 - uniqs: 2.0.0 - dev: false - resolution: - integrity: sha1-mB1X0p3csz57Hf4f1DuGSfkzyh0= - /postcss-unique-selectors/4.0.1: - dependencies: - alphanum-sort: 1.0.2 - postcss: 7.0.34 - uniqs: 2.0.0 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== - /postcss-value-parser/3.3.1: - dev: false - resolution: - integrity: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== - /postcss-value-parser/4.1.0: - dev: false - resolution: - integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== - /postcss-zindex/2.2.0: - dependencies: - has: 1.0.3 - postcss: 5.2.18 - uniqs: 2.0.0 - dev: false - resolution: - integrity: sha1-0hCd3AVbka9n/EyzsCWUZjnSryI= - /postcss/4.1.16: - dependencies: - es6-promise: 2.3.0 - js-base64: 2.1.9 - source-map: 0.4.4 - dev: false - resolution: - integrity: sha1-TESbTIr53zyvbTf44eV10DYXWNw= - /postcss/5.2.18: - dependencies: - chalk: 1.1.3 - js-base64: 2.6.4 - source-map: 0.5.7 - supports-color: 3.2.3 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg== - /postcss/6.0.23: - dependencies: - chalk: 2.4.2 - source-map: 0.6.1 - supports-color: 5.5.0 - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== - /postcss/7.0.21: - dependencies: - chalk: 2.4.2 - source-map: 0.6.1 - supports-color: 6.1.0 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ== - /postcss/7.0.29: - dependencies: - chalk: 2.4.2 - source-map: 0.6.1 - supports-color: 6.1.0 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-ba0ApvR3LxGvRMMiUa9n0WR4HjzcYm7tS+ht4/2Nd0NLtHpPIH77fuB9Xh1/yJVz9O/E/95Y/dn8ygWsyffXtw== - /postcss/7.0.34: - dependencies: - chalk: 2.4.2 - source-map: 0.6.1 - supports-color: 6.1.0 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-H/7V2VeNScX9KE83GDrDZNiGT1m2H+UTnlinIzhjlLX9hfMUn1mHNnGeX81a1c8JSBdBvqk7c2ZOG6ZPn5itGw== - /posthtml-parser/0.2.1: - dependencies: - htmlparser2: 3.10.1 - isobject: 2.1.0 - dev: false - resolution: - integrity: sha1-NdUw3jhnQMK6JP8usvrznM3ycd0= - /posthtml-rename-id/1.0.12: - dependencies: - escape-string-regexp: 1.0.5 - dev: false - resolution: - integrity: sha512-UKXf9OF/no8WZo9edRzvuMenb6AD5hDLzIepJW+a4oJT+T/Lx7vfMYWT4aWlGNQh0WMhnUx1ipN9OkZ9q+ddEw== - /posthtml-render/1.2.3: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-rGGayND//VwTlsYKNqdILsA7U/XP0WJa6SMcdAEoqc2WRM5QExplGg/h9qbTuHz7mc2PvaXU+6iNxItvr5aHMg== - /posthtml-svg-mode/1.0.3: - dependencies: - merge-options: 1.0.1 - posthtml: 0.9.2 - posthtml-parser: 0.2.1 - posthtml-render: 1.2.3 - dev: false - resolution: - integrity: sha512-hEqw9NHZ9YgJ2/0G7CECOeuLQKZi8HjWLkBaSVtOWjygQ9ZD8P7tqeowYs7WrFdKsWEKG7o+IlsPY8jrr0CJpQ== - /posthtml/0.9.2: - dependencies: - posthtml-parser: 0.2.1 - posthtml-render: 1.2.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-9MBtufZ7Yf0XxOJW5+PZUVv3Jv0= - /prelude-ls/1.1.2: - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= - /prelude-ls/1.2.1: - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== - /prepend-http/1.0.4: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= - /prepend-http/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= - /preserve/0.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= - /prettier/1.19.1: - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== - /prettier/2.1.2: - dev: false - engines: - node: '>=10.13.0' - hasBin: true - resolution: - integrity: sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg== - /pretty-error/2.1.1: - dependencies: - renderkid: 2.0.3 - utila: 0.4.0 - dev: false - resolution: - integrity: sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM= - /pretty-format/25.5.0: - dependencies: - '@jest/types': 25.5.0 - ansi-regex: 5.0.0 - ansi-styles: 4.2.1 - react-is: 16.13.1 - dev: false - engines: - node: '>= 8.3' - resolution: - integrity: sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ== - /pretty-format/26.4.2: - dependencies: - '@jest/types': 26.3.0 - ansi-regex: 5.0.0 - ansi-styles: 4.2.1 - react-is: 16.13.1 - dev: false - engines: - node: '>= 10' - resolution: - integrity: sha512-zK6Gd8zDsEiVydOCGLkoBoZuqv8VTiHyAbKznXe/gaph/DAeZOmit9yMfgIz5adIgAMMs5XfoYSwAX3jcCO1tA== - /pretty-hrtime/1.0.3: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= - /prismjs/1.17.1: - dev: false - optionalDependencies: - clipboard: 2.0.6 - resolution: - integrity: sha512-PrEDJAFdUGbOP6xK/UsfkC5ghJsPJviKgnQOoxaDbBjwc8op68Quupwt1DeAFoG8GImPhiKXAvvsH7wDSLsu1Q== - /prismjs/1.21.0: - dev: false - optionalDependencies: - clipboard: 2.0.6 - resolution: - integrity: sha512-uGdSIu1nk3kej2iZsLyDoJ7e9bnPzIgY0naW/HdknGj61zScaprVEVGHrPoXqI+M9sP0NDnTK2jpkvmldpuqDw== - /prismjs/1.6.0: - dev: false - optionalDependencies: - clipboard: 1.7.1 - resolution: - integrity: sha1-EY2V+3pm26InLjQ7NF9SNmWds2U= - /private/0.1.8: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== - /process-nextick-args/2.0.1: - dev: false - resolution: - integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - /process/0.11.10: - dev: false - engines: - node: '>= 0.6.0' - resolution: - integrity: sha1-czIwDoQBYb2j5podHZGn1LwW8YI= - /progress-bar-webpack-plugin/1.12.1_webpack@3.12.0: - dependencies: - chalk: 1.1.3 - object.assign: 4.1.1 - progress: 1.1.8 - webpack: 3.12.0_webpack@3.12.0 - dev: false - peerDependencies: - webpack: ^1.3.0 || ^2 || ^3 || ^4 - resolution: - integrity: sha512-tVbPB5xBbqNwdH3mwcxzjL1r1Vrm/xGu93OsqVSAbCaXGoKFvfWIh0gpMDpn2kYsPVRSAIK0pBkP9Vfs+JJibQ== - /progress-stream/2.0.0: - dependencies: - speedometer: 1.0.0 - through2: 2.0.5 - dev: false - resolution: - integrity: sha1-+sY6Cz0R3qy7CWmrzJOyFLzhntU= - /progress/1.1.8: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74= - /progress/2.0.3: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== - /promise-inflight/1.0.1: - dev: false - resolution: - integrity: sha1-mEcocL8igTL8vdhoEputEsPAKeM= - /promise.allsettled/1.0.2: - dependencies: - array.prototype.map: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - iterate-value: 1.0.2 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-UpcYW5S1RaNKT6pd+s9jp9K9rlQge1UXKskec0j6Mmuq7UJCvlS2J2/s/yuPN8ehftf9HXMxWlKiPbGGUzpoRg== - /promise.prototype.finally/3.1.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - function-bind: 1.1.1 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-A2HuJWl2opDH0EafgdjwEw7HysI8ff/n4lW4QEVBCUXFk9QeGecBWv0Deph0UmLe3tTNYegz8MOjsVuE6SMoJA== - /promise/7.3.1: - dependencies: - asap: 2.0.6 - dev: false - resolution: - integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== - /prompts/2.3.2: - dependencies: - kleur: 3.0.3 - sisteransi: 1.0.5 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA== - /prop-types-exact/1.2.0: - dependencies: - has: 1.0.3 - object.assign: 4.1.1 - reflect.ownkeys: 0.2.0 - dev: false - resolution: - integrity: sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA== - /prop-types/15.7.2: - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - react-is: 16.13.1 - dev: false - resolution: - integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== - /property-information/5.5.0: - dependencies: - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-RgEbCx2HLa1chNgvChcx+rrCWD0ctBmGSE0M7lVm1yyv4UbvbrWoXp/BkVLZefzjrRBGW8/Js6uh/BnlHXFyjA== - /proxy-addr/2.0.6: - dependencies: - forwarded: 0.1.2 - ipaddr.js: 1.9.1 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw== - /prr/1.0.1: - dev: false - resolution: - integrity: sha1-0/wRS6BplaRexok/SEzrHXj19HY= - /pseudo-classes/0.0.1: - dev: false - resolution: - integrity: sha1-3smD2Upo0D3f3vPwfESvn2wiOls= - /pseudo-elements/0.0.1: - dev: false - resolution: - integrity: sha1-7PRBfD4z4RXt7JamvN+3blXN2fg= - /pseudomap/1.0.2: - dev: false - resolution: - integrity: sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - /psl/1.8.0: - dev: false - resolution: - integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== - /public-encrypt/4.0.3: - dependencies: - bn.js: 4.11.9 - browserify-rsa: 4.0.1 - create-hash: 1.2.0 - parse-asn1: 5.1.6 - randombytes: 2.1.0 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== - /pug-attrs/3.0.0: - dependencies: - constantinople: 4.0.1 - js-stringify: 1.0.2 - pug-runtime: 3.0.0 - dev: false - resolution: - integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA== - /pug-code-gen/3.0.1: - dependencies: - constantinople: 4.0.1 - doctypes: 1.1.0 - js-stringify: 1.0.2 - pug-attrs: 3.0.0 - pug-error: 2.0.0 - pug-runtime: 3.0.0 - void-elements: 3.1.0 - with: 7.0.2 - dev: false - resolution: - integrity: sha512-xJIGvmXTQlkJllq6hqxxjRWcay2F9CU69TuAuiVZgHK0afOhG5txrQOcZyaPHBvSWCU/QQOqEp5XCH94rRZpBQ== - /pug-error/2.0.0: - dev: false - resolution: - integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ== - /pug-filters/4.0.0: - dependencies: - constantinople: 4.0.1 - jstransformer: 1.0.0 - pug-error: 2.0.0 - pug-walk: 2.0.0 - resolve: 1.17.0 - dev: false - resolution: - integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A== - /pug-lexer/5.0.0: - dependencies: - character-parser: 2.2.0 - is-expression: 4.0.0 - pug-error: 2.0.0 - dev: false - resolution: - integrity: sha512-52xMk8nNpuyQ/M2wjZBN5gXQLIylaGkAoTk5Y1pBhVqaopaoj8Z0iVzpbFZAqitL4RHNVDZRnJDsqEYe99Ti0A== - /pug-linker/4.0.0: - dependencies: - pug-error: 2.0.0 - pug-walk: 2.0.0 - dev: false - resolution: - integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw== - /pug-load/3.0.0: - dependencies: - object-assign: 4.1.1 - pug-walk: 2.0.0 - dev: false - resolution: - integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ== - /pug-parser/6.0.0: - dependencies: - pug-error: 2.0.0 - token-stream: 1.0.0 - dev: false - resolution: - integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw== - /pug-runtime/3.0.0: - dev: false - resolution: - integrity: sha512-GoEPcmQNnaTsePEdVA05bDpY+Op5VLHKayg08AQiqJBWU/yIaywEYv7TetC5dEQS3fzBBoyb2InDcZEg3mPTIA== - /pug-strip-comments/2.0.0: - dependencies: - pug-error: 2.0.0 - dev: false - resolution: - integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ== - /pug-walk/2.0.0: - dev: false - resolution: - integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ== - /pug/3.0.0: - dependencies: - pug-code-gen: 3.0.1 - pug-filters: 4.0.0 - pug-lexer: 5.0.0 - pug-linker: 4.0.0 - pug-load: 3.0.0 - pug-parser: 6.0.0 - pug-runtime: 3.0.0 - pug-strip-comments: 2.0.0 - dev: false - resolution: - integrity: sha512-inmsJyFBSHZaiGLaguoFgJGViX0If6AcfcElimvwj9perqjDpUpw79UIEDZbWFmoGVidh08aoE+e8tVkjVJPCw== - /pump/2.0.1: - dependencies: - end-of-stream: 1.4.4 - once: 1.4.0 - dev: false - resolution: - integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== - /pump/3.0.0: - dependencies: - end-of-stream: 1.4.4 - once: 1.4.0 - dev: false - resolution: - integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - /pumpify/1.5.1: - dependencies: - duplexify: 3.7.1 - inherits: 2.0.4 - pump: 2.0.1 - dev: false - resolution: - integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== - /punycode/1.3.2: - dev: false - resolution: - integrity: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= - /punycode/1.4.1: - dev: false - resolution: - integrity: sha1-wNWmOycYgArY4esPpSachN1BhF4= - /punycode/2.1.1: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - /q-io/1.11.6: - dependencies: - collections: 0.2.2 - mime: 1.6.0 - mimeparse: 0.1.4 - q: 1.0.1 - qs: 1.2.2 - url2: 0.0.0 - dev: false - engines: - node: '>=0.6.0' - resolution: - integrity: sha1-poUJduHo98W9D6Plg19eudlPoXM= - /q/1.0.1: - dev: false - engines: - node: '>=0.6.0' - teleport: '>=0.2.0' - resolution: - integrity: sha1-EYcq7t7okmgRCxCnGESP+xARKhQ= - /q/1.5.1: - dev: false - engines: - node: '>=0.6.0' - teleport: '>=0.2.0' - resolution: - integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= - /qs/1.2.2: - dev: false - resolution: - integrity: sha1-GbV/8k3CqZzh+L32r82ln472H4g= - /qs/6.4.0: - dev: false - engines: - node: '>=0.6' - optional: true - resolution: - integrity: sha1-E+JtKK1rD/qpExLNO/cI7TUecjM= - /qs/6.5.2: - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== - /qs/6.7.0: - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== - /qs/6.9.4: - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ== - /query-string/4.3.4: - dependencies: - object-assign: 4.1.1 - strict-uri-encode: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-u7aTucqRXCMlFbIosaArYJBD2+s= - /query-string/5.1.1: - dependencies: - decode-uri-component: 0.2.0 - object-assign: 4.1.1 - strict-uri-encode: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw== - /querystring-es3/0.2.1: - dev: false - engines: - node: '>=0.4.x' - resolution: - integrity: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= - /querystring/0.2.0: - dev: false - engines: - node: '>=0.4.x' - resolution: - integrity: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= - /querystringify/2.2.0: - dev: false - resolution: - integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== - /quick-lru/1.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g= - /quick-lru/4.0.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== - /raf/3.4.1: - dependencies: - performance-now: 2.1.0 - dev: false - resolution: - integrity: sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA== - /railroad-diagrams/1.0.0: - dev: false - resolution: - integrity: sha1-635iZ1SN3t+4mcG5Dlc3RVnN234= - /ramda/0.21.0: - dev: false - resolution: - integrity: sha1-oAGr7bP/YQd9T/HVd9RN536NCjU= - /ramda/0.25.0: - dev: false - resolution: - integrity: sha512-GXpfrYVPwx3K7RQ6aYT8KPS8XViSXUVJT1ONhoKPE9VAleW42YE+U+8VEyGWt41EnEQW7gwecYJriTI0pKoecQ== - /randexp/0.4.6: - dependencies: - discontinuous-range: 1.0.0 - ret: 0.1.15 - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ== - /randomatic/3.1.1: - dependencies: - is-number: 4.0.0 - kind-of: 6.0.3 - math-random: 1.0.4 - dev: false - engines: - node: '>= 0.10.0' - resolution: - integrity: sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw== - /randombytes/2.1.0: - dependencies: - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - /randomfill/1.0.4: - dependencies: - randombytes: 2.1.0 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== - /range-parser/1.2.1: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - /raw-body/2.4.0: - dependencies: - bytes: 3.1.0 - http-errors: 1.7.2 - iconv-lite: 0.4.24 - unpipe: 1.0.0 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== - /raw-body/2.4.1: - dependencies: - bytes: 3.1.0 - http-errors: 1.7.3 - iconv-lite: 0.4.24 - unpipe: 1.0.0 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA== - /raw-loader/3.1.0_webpack@4.44.2: - dependencies: - loader-utils: 1.4.0 - schema-utils: 2.7.1 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.3.0 - resolution: - integrity: sha512-lzUVMuJ06HF4rYveaz9Tv0WRlUMxJ0Y1hgSkkgg+50iEdaI0TthyEDe08KIHb0XsF6rn8WYTqPCaGTZg3sX+qA== - /rc-align/2.4.5: - dependencies: - babel-runtime: 6.26.0 - dom-align: 1.12.0 - prop-types: 15.7.2 - rc-util: 4.21.1 - dev: false - resolution: - integrity: sha512-nv9wYUYdfyfK+qskThf4BQUSIadeI/dCsfaMZfNEoxm9HwOIioQ+LyqmMK6jWHAZQgOzMLaqawhuBXlF63vgjw== - /rc-animate/2.11.1: - dependencies: - babel-runtime: 6.26.0 - classnames: 2.2.6 - css-animation: 1.6.1 - prop-types: 15.7.2 - raf: 3.4.1 - rc-util: 4.21.1 - react-lifecycles-compat: 3.0.4 - dev: false - resolution: - integrity: sha512-1NyuCGFJG/0Y+9RKh5y/i/AalUCA51opyyS/jO2seELpgymZm2u9QV3xwODwEuzkmeQ1BDPxMLmYLcTJedPlkQ== - /rc-tools/8.4.5: - dependencies: - autoprefixer: 6.7.7 - babel-core: 6.26.3 - babel-eslint: 8.2.6 - babel-loader: 7.1.5_babel-core@6.26.3+webpack@3.12.0 - babel-plugin-add-module-exports: 0.1.4 - babel-plugin-transform-es3-member-expression-literals: 6.22.0 - babel-plugin-transform-es3-property-literals: 6.22.0 - babel-plugin-transform-object-assign: 6.22.0 - babel-plugin-transform-runtime: 6.23.0 - babel-preset-env: 1.7.0 - babel-preset-react: 6.24.1 - babel-preset-stage-0: 6.24.1 - chalk: 2.4.2 - colorful: 2.1.0 - commander: 2.8.1 - console-polyfill: 0.2.3 - css-loader: 0.26.4 - es5-shim: 4.5.14 - es6-promise: 3.2.1 - es6-shim: 0.35.5 - eslint: 4.19.1 - eslint-config-airbnb: 16.1.0_c955b468eed6a6753f2db84f19f6a947 - eslint-config-prettier: 2.10.0_eslint@4.19.1 - eslint-plugin-import: 2.22.0_eslint@4.19.1 - eslint-plugin-jsx-a11y: 6.3.1_eslint@4.19.1 - eslint-plugin-react: 7.20.6_eslint@4.19.1 - extract-text-webpack-plugin: 3.0.2_webpack@3.12.0 - fastclick: 1.0.6 - file-loader: 0.10.1 - filesize: 3.6.1 - fs-extra: 0.16.5 - gh-pages: 0.3.1 - glob: 5.0.15 - gulp: 3.9.1 - gulp-babel: 6.1.3 - gulp-babel-minify: 0.2.0 - gulp-jsx2example: 1.2.4 - gulp-less: 3.5.0 - gulp-postcss: 6.4.0 - gulp-prettier: 2.3.0 - gulp-typescript: 3.0.2_typescript@2.9.2 - gulp-watch: 4.3.11 - gzip-size: 3.0.0 - highlight.js: 8.9.1 - html5shiv: 3.7.3 - internal-ip: 1.2.0 - koa: 1.7.0 - koa-body: 1.7.0 - koa-favicon: 1.2.1 - koa-logger: 1.3.1 - koa-request: 1.0.0 - koa-router: 3.8.0 - koa-serve-index: 1.1.1 - koa-static: 2.1.0 - koa-webpack-dev-middleware: 1.4.6_webpack@3.12.0 - less: 2.7.3 - less-loader: 4.1.0_less@2.7.3+webpack@3.12.0 - match-require: 2.1.0 - merge2: 1.0.3 - minimist: 1.2.5 - modulex-util: 1.1.10 - normalize.css: 3.0.3 - object-assign: 4.1.1 - postcss-loader: 1.3.3 - prettier: 1.19.1 - progress-bar-webpack-plugin: 1.12.1_webpack@3.12.0 - recursive-readdir: 2.2.2 - request: 2.88.2 - shelljs: 0.3.0 - strip-ansi: 4.0.0 - style-loader: 0.18.2 - svg-sprite-loader: 3.9.2 - tar.gz: 1.0.7 - through2: 0.6.5 - ts-loader: 3.5.0 - tslint: 4.5.1_typescript@2.9.2 - tslint-config-prettier: 1.18.0 - tslint-react: 3.6.0_tslint@4.5.1+typescript@2.9.2 - typescript: 2.9.2 - url-loader: 0.5.9_file-loader@0.10.1 - webpack: 3.12.0_webpack@3.12.0 - xtemplate: 4.7.2 - xtpl: 3.4.2 - dev: false - hasBin: true - requiresBuild: true - resolution: - integrity: sha512-ssXMgnNRn5TY6kbLD3LL4NaU5njrSlcFPaVHILVYypxKA2z5dDm74znvE/edbO29ncOOl4C9WhFt/m9GN1MbdA== - /rc-tooltip/3.7.3: - dependencies: - babel-runtime: 6.26.0 - prop-types: 15.7.2 - rc-trigger: 2.6.5 - dev: false - resolution: - integrity: sha512-dE2ibukxxkrde7wH9W8ozHKUO4aQnPZ6qBHtrTH9LoO836PjDdiaWO73fgPB05VfJs9FbZdmGPVEbXCeOP99Ww== - /rc-trigger/2.6.5: - dependencies: - babel-runtime: 6.26.0 - classnames: 2.2.6 - prop-types: 15.7.2 - rc-align: 2.4.5 - rc-animate: 2.11.1 - rc-util: 4.21.1 - react-lifecycles-compat: 3.0.4 - dev: false - resolution: - integrity: sha512-m6Cts9hLeZWsTvWnuMm7oElhf+03GOjOLfTuU0QmdB9ZrW7jR2IpI5rpNM7i9MvAAlMAmTx5Zr7g3uu/aMvZAw== - /rc-util/4.21.1: - dependencies: - add-dom-event-listener: 1.1.0 - prop-types: 15.7.2 - react-is: 16.13.1 - react-lifecycles-compat: 3.0.4 - shallowequal: 1.1.0 - dev: false - resolution: - integrity: sha512-Z+vlkSQVc1l8O2UjR3WQ+XdWlhj5q9BMQNLk2iOBch75CqPfrJyGtcWMcnhRlNuDu0Ndtt4kLVO8JI8BrABobg== - /rc/1.2.8: - dependencies: - deep-extend: 0.6.0 - ini: 1.3.5 - minimist: 1.2.5 - strip-json-comments: 2.0.1 - dev: false - hasBin: true - resolution: - integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== - /react-addons-create-fragment/15.6.2: - dependencies: - fbjs: 0.8.17 - loose-envify: 1.4.0 - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha1-o5TefCx77Na1R1uhuXrEcs58dPg= - /react-clientside-effect/1.2.2: - dependencies: - '@babel/runtime': 7.11.2 - dev: false - peerDependencies: - react: ^15.3.0 || ^16.0.0 - resolution: - integrity: sha512-nRmoyxeok5PBO6ytPvSjKp9xwXg9xagoTK1mMjwnQxqM9Hd7MNPl+LS1bOSOe+CV2+4fnEquc7H/S8QD3q697A== - /react-clientside-effect/1.2.2_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - react: 16.13.1 - dev: false - peerDependencies: - react: ^15.3.0 || ^16.0.0 - resolution: - integrity: sha512-nRmoyxeok5PBO6ytPvSjKp9xwXg9xagoTK1mMjwnQxqM9Hd7MNPl+LS1bOSOe+CV2+4fnEquc7H/S8QD3q697A== - /react-color/2.18.1: - dependencies: - '@icons/material': 0.2.4 - lodash: 4.17.20 - material-colors: 1.2.6 - prop-types: 15.7.2 - reactcss: 1.2.3 - tinycolor2: 1.4.1 - dev: false - resolution: - integrity: sha512-X5XpyJS6ncplZs74ak0JJoqPi+33Nzpv5RYWWxn17bslih+X7OlgmfpmGC1fNvdkK7/SGWYf1JJdn7D2n5gSuQ== - /react-color/2.18.1_react@16.13.1: - dependencies: - '@icons/material': 0.2.4_react@16.13.1 - lodash: 4.17.20 - material-colors: 1.2.6 - prop-types: 15.7.2 - reactcss: 1.2.3 - tinycolor2: 1.4.1 - dev: false - peerDependencies: - react: '*' - resolution: - integrity: sha512-X5XpyJS6ncplZs74ak0JJoqPi+33Nzpv5RYWWxn17bslih+X7OlgmfpmGC1fNvdkK7/SGWYf1JJdn7D2n5gSuQ== - /react-dev-utils/9.1.0: - dependencies: - '@babel/code-frame': 7.5.5 - address: 1.1.2 - browserslist: 4.7.0 - chalk: 2.4.2 - cross-spawn: 6.0.5 - detect-port-alt: 1.1.6 - escape-string-regexp: 1.0.5 - filesize: 3.6.1 - find-up: 3.0.0 - fork-ts-checker-webpack-plugin: 1.5.0 - global-modules: 2.0.0 - globby: 8.0.2 - gzip-size: 5.1.1 - immer: 1.10.0 - inquirer: 6.5.0 - is-root: 2.1.0 - loader-utils: 1.2.3 - open: 6.4.0 - pkg-up: 2.0.0 - react-error-overlay: 6.0.7 - recursive-readdir: 2.2.2 - shell-quote: 1.7.2 - sockjs-client: 1.4.0 - strip-ansi: 5.2.0 - text-table: 0.2.0 - dev: false - engines: - node: '>=8.10' - resolution: - integrity: sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg== - /react-docgen/5.3.0: - dependencies: - '@babel/core': 7.11.6 - '@babel/runtime': 7.11.2 - ast-types: 0.13.4 - commander: 2.20.3 - doctrine: 3.0.0 - neo-async: 2.6.2 - node-dir: 0.1.17 - strip-indent: 3.0.0 - dev: false - engines: - node: '>=8.10.0' - hasBin: true - resolution: - integrity: sha512-hUrv69k6nxazOuOmdGeOpC/ldiKy7Qj/UFpxaQi0eDMrUFUTIPGtY5HJu7BggSmiyAMfREaESbtBL9UzdQ+hyg== - /react-dom/16.13.1: - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - prop-types: 15.7.2 - scheduler: 0.19.1 - dev: false - peerDependencies: - react: ^16.13.1 - resolution: - integrity: sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag== - /react-dom/16.13.1_react@16.13.1: - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - prop-types: 15.7.2 - react: 16.13.1 - scheduler: 0.19.1 - dev: false - peerDependencies: - react: ^16.13.1 - resolution: - integrity: sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag== - /react-draggable-playground/1.0.0: - dependencies: - prop-types: 15.7.2 - react-draggable: 3.3.2 - dev: false - resolution: - integrity: sha512-+i90Uzlq4ezpP5D599Ef4m3BN7Ck1bVq4Py7HvgIebkP3IQmRSZnKKqD68Jmn2KK+lT+c8SjDoFgj05fziGoXg== - /react-draggable/3.3.2: - dependencies: - classnames: 2.2.6 - prop-types: 15.7.2 - dev: false - resolution: - integrity: sha512-oaz8a6enjbPtx5qb0oDWxtDNuybOylvto1QLydsXgKmwT7e3GXC2eMVDwEMIUYJIFqVG72XpOv673UuuAq6LhA== - /react-draggable/4.4.3: - dependencies: - classnames: 2.2.6 - prop-types: 15.7.2 - dev: false - resolution: - integrity: sha512-jV4TE59MBuWm7gb6Ns3Q1mxX8Azffb7oTtDtBgFkxRvhDp38YAARmRplrj0+XGkhOJB5XziArX+4HUUABtyZ0w== - /react-element-to-jsx-string/14.3.1: - dependencies: - '@base2/pretty-print-object': 1.0.0 - is-plain-object: 3.0.0 - dev: false - peerDependencies: - react: ^0.14.8 || ^15.0.1 || ^16.0.0 - react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 - resolution: - integrity: sha512-LRdQWRB+xcVPOL4PU4RYuTg6dUJ/FNmaQ8ls6w38YbzkbV6Yr5tFNESroub9GiSghtnMq8dQg2LcNN5aMIDzVg== - /react-element-to-jsx-string/14.3.1_react-dom@16.13.1+react@16.13.1: - dependencies: - '@base2/pretty-print-object': 1.0.0 - is-plain-object: 3.0.0 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - dev: false - peerDependencies: - react: ^0.14.8 || ^15.0.1 || ^16.0.0 - react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 - resolution: - integrity: sha512-LRdQWRB+xcVPOL4PU4RYuTg6dUJ/FNmaQ8ls6w38YbzkbV6Yr5tFNESroub9GiSghtnMq8dQg2LcNN5aMIDzVg== - /react-element-to-jsx-string/14.3.1_react@16.13.1: - dependencies: - '@base2/pretty-print-object': 1.0.0 - is-plain-object: 3.0.0 - react: 16.13.1 - dev: false - peerDependencies: - react: ^0.14.8 || ^15.0.1 || ^16.0.0 - react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 - resolution: - integrity: sha512-LRdQWRB+xcVPOL4PU4RYuTg6dUJ/FNmaQ8ls6w38YbzkbV6Yr5tFNESroub9GiSghtnMq8dQg2LcNN5aMIDzVg== - /react-error-overlay/6.0.7: - dev: false - resolution: - integrity: sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA== - /react-fast-compare/3.2.0: - dev: false - resolution: - integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== - /react-focus-lock/2.4.1_5ce8f66b58dc92cd3f67a918e0e72f70: - dependencies: - '@babel/runtime': 7.11.2 - focus-lock: 0.7.0 - prop-types: 15.7.2 - react: 16.13.1 - react-clientside-effect: 1.2.2_react@16.13.1 - use-callback-ref: 1.2.4_5ce8f66b58dc92cd3f67a918e0e72f70 - use-sidecar: 1.0.3_react@16.13.1 - dev: false - peerDependencies: - '@types/react': '*' - react: ^16.8.0 - resolution: - integrity: sha512-c5ZP56KSpj9EAxzScTqQO7bQQNPltf/W1ZEBDqNDOV1XOIwvAyHX0O7db9ekiAtxyKgnqZjQlLppVg94fUeL9w== - /react-focus-lock/2.4.1_@types+react@16.9.49: - dependencies: - '@babel/runtime': 7.11.2 - focus-lock: 0.7.0 - prop-types: 15.7.2 - react-clientside-effect: 1.2.2 - use-callback-ref: 1.2.4_@types+react@16.9.49 - use-sidecar: 1.0.3 - dev: false - peerDependencies: - '@types/react': '*' - react: ^16.8.0 - resolution: - integrity: sha512-c5ZP56KSpj9EAxzScTqQO7bQQNPltf/W1ZEBDqNDOV1XOIwvAyHX0O7db9ekiAtxyKgnqZjQlLppVg94fUeL9w== - /react-helmet-async/1.0.7_react-dom@16.13.1+react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - invariant: 2.2.4 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-fast-compare: 3.2.0 - shallowequal: 1.1.0 - dev: false - peerDependencies: - react: ^16.6.0 - react-dom: ^16.6.0 - resolution: - integrity: sha512-By90p5uxAriGukbyejq2poK41DwTxpNWOpOjN8mIyX/BKrCd3+sXZ5pHUZXjHyjR5OYS7PGsOD9dbM61YxfFmA== - /react-hotkeys/2.0.0_react@16.13.1: - dependencies: - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - react: '>= 0.14.0' - resolution: - integrity: sha512-3n3OU8vLX/pfcJrR3xJ1zlww6KS1kEJt0Whxc4FiGV+MJrQ1mYSYI3qS/11d2MJDFm8IhOXMTFQirfu6AVOF6Q== - /react-input-autosize/2.2.2: - dependencies: - prop-types: 15.7.2 - dev: false - peerDependencies: - react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 - resolution: - integrity: sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== - /react-input-autosize/2.2.2_react@16.13.1: - dependencies: - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 - resolution: - integrity: sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== - /react-inspector/4.0.1_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - is-dom: 1.1.0 - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - react: ^16.8.4 - resolution: - integrity: sha512-xSiM6CE79JBqSj8Fzd9dWBHv57tLTH7OM57GP3VrE5crzVF3D5Khce9w1Xcw75OAbvrA0Mi2vBneR1OajKmXFg== - /react-is/16.13.1: - dev: false - resolution: - integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - /react-lifecycles-compat/3.0.4: - dev: false - resolution: - integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== - /react-live/1.12.0: - dependencies: - buble: 0.19.8 - core-js: 2.6.11 - create-react-context: 0.2.3_prop-types@15.7.2 - dom-iterator: 1.0.0 - prismjs: 1.6.0 - prop-types: 15.7.2 - unescape: 0.2.0 - dev: false - engines: - node: '>= 0.12.0' - npm: '>= 2.0.0' - resolution: - integrity: sha512-zFEpY01fJORF0IiyONqvjwPLBBDp155Ive6tU8ZmetmT2p4XWUKHstnlu4Cayia+n7iu58Owytztu43yvSin8g== - /react-popper-tooltip/2.11.1_react-dom@16.13.1+react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-popper: 1.3.7_react@16.13.1 - dev: false - peerDependencies: - react: ^16.6.0 - react-dom: ^16.6.0 - resolution: - integrity: sha512-04A2f24GhyyMicKvg/koIOQ5BzlrRbKiAgP6L+Pdj1MVX3yJ1NeZ8+EidndQsbejFT55oW1b++wg2Z8KlAyhfQ== - /react-popper/1.3.7: - dependencies: - '@babel/runtime': 7.11.2 - create-react-context: 0.3.0_prop-types@15.7.2 - deep-equal: 1.1.1 - popper.js: 1.16.1 - prop-types: 15.7.2 - typed-styles: 0.0.7 - warning: 4.0.3 - dev: false - peerDependencies: - react: 0.14.x || ^15.0.0 || ^16.0.0 - resolution: - integrity: sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww== - /react-popper/1.3.7_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - create-react-context: 0.3.0_prop-types@15.7.2+react@16.13.1 - deep-equal: 1.1.1 - popper.js: 1.16.1 - prop-types: 15.7.2 - react: 16.13.1 - typed-styles: 0.0.7 - warning: 4.0.3 - dev: false - peerDependencies: - react: 0.14.x || ^15.0.0 || ^16.0.0 - resolution: - integrity: sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww== - /react-redux/7.2.1_49f644e2f7de4182503f8b93abece808: - dependencies: - '@babel/runtime': 7.11.2 - hoist-non-react-statics: 3.3.2 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-is: 16.13.1 - redux: 4.0.5 - dev: false - peerDependencies: - react: ^16.8.3 - react-dom: '*' - react-native: '*' - redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 - peerDependenciesMeta: - react-dom: - optional: true - react-native: - optional: true - resolution: - integrity: sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg== - /react-redux/7.2.1_react@16.13.1+redux@4.0.5: - dependencies: - '@babel/runtime': 7.11.2 - hoist-non-react-statics: 3.3.2 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react: 16.13.1 - react-is: 16.13.1 - redux: 4.0.5 - dev: false - peerDependencies: - react: ^16.8.3 - react-dom: '*' - react-native: '*' - redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 - peerDependenciesMeta: - react-dom: - optional: true - react-native: - optional: true - resolution: - integrity: sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg== - /react-refresh/0.8.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== - /react-remove-scroll-bar/2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70: - dependencies: - '@types/react': 16.9.49 - react: 16.13.1 - react-style-singleton: 2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70 - tslib: 1.13.0 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-5X5Y5YIPjIPrAoMJxf6Pfa7RLNGCgwZ95TdnVPgPuMftRfO8DaC7F4KP1b5eiO8hHbe7u+wZNDbYN5WUTpv7+g== - /react-remove-scroll-bar/2.1.0_@types+react@16.9.49: - dependencies: - '@types/react': 16.9.49 - react-style-singleton: 2.1.0_@types+react@16.9.49 - tslib: 1.13.0 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-5X5Y5YIPjIPrAoMJxf6Pfa7RLNGCgwZ95TdnVPgPuMftRfO8DaC7F4KP1b5eiO8hHbe7u+wZNDbYN5WUTpv7+g== - /react-remove-scroll/2.4.0_5ce8f66b58dc92cd3f67a918e0e72f70: - dependencies: - '@types/react': 16.9.49 - react: 16.13.1 - react-remove-scroll-bar: 2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70 - react-style-singleton: 2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70 - tslib: 1.13.0 - use-callback-ref: 1.2.4_5ce8f66b58dc92cd3f67a918e0e72f70 - use-sidecar: 1.0.3_react@16.13.1 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-BZIO3GaEs0Or1OhA5C//n1ibUP1HdjJmqUVUsOCMxwoIpaCocbB9TFKwHOkBa/nyYy3slirqXeiPYGwdSDiseA== - /react-remove-scroll/2.4.0_@types+react@16.9.49: - dependencies: - '@types/react': 16.9.49 - react-remove-scroll-bar: 2.1.0_@types+react@16.9.49 - react-style-singleton: 2.1.0_@types+react@16.9.49 - tslib: 1.13.0 - use-callback-ref: 1.2.4_@types+react@16.9.49 - use-sidecar: 1.0.3 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-BZIO3GaEs0Or1OhA5C//n1ibUP1HdjJmqUVUsOCMxwoIpaCocbB9TFKwHOkBa/nyYy3slirqXeiPYGwdSDiseA== - /react-router-dom/4.3.1: - dependencies: - history: 4.10.1 - invariant: 2.2.4 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react-router: 4.3.1 - warning: 4.0.3 - dev: false - peerDependencies: - react: '>=15' - resolution: - integrity: sha512-c/MlywfxDdCp7EnB7YfPMOfMD3tOtIjrQlj/CKfNMBxdmpJP8xcz5P/UAFn3JbnQCNUxsHyVVqllF9LhgVyFCA== - /react-router-dom/4.3.1_react@16.13.1: - dependencies: - history: 4.10.1 - invariant: 2.2.4 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react: 16.13.1 - react-router: 4.3.1_react@16.13.1 - warning: 4.0.3 - dev: false - peerDependencies: - react: '>=15' - resolution: - integrity: sha512-c/MlywfxDdCp7EnB7YfPMOfMD3tOtIjrQlj/CKfNMBxdmpJP8xcz5P/UAFn3JbnQCNUxsHyVVqllF9LhgVyFCA== - /react-router/4.3.1: - dependencies: - history: 4.10.1 - hoist-non-react-statics: 2.5.5 - invariant: 2.2.4 - loose-envify: 1.4.0 - path-to-regexp: 1.8.0 - prop-types: 15.7.2 - warning: 4.0.3 - dev: false - peerDependencies: - react: '>=15' - resolution: - integrity: sha512-yrvL8AogDh2X42Dt9iknk4wF4V8bWREPirFfS9gLU1huk6qK41sg7Z/1S81jjTrGHxa3B8R3J6xIkDAA6CVarg== - /react-router/4.3.1_react@16.13.1: - dependencies: - history: 4.10.1 - hoist-non-react-statics: 2.5.5 - invariant: 2.2.4 - loose-envify: 1.4.0 - path-to-regexp: 1.8.0 - prop-types: 15.7.2 - react: 16.13.1 - warning: 4.0.3 - dev: false - peerDependencies: - react: '>=15' - resolution: - integrity: sha512-yrvL8AogDh2X42Dt9iknk4wF4V8bWREPirFfS9gLU1huk6qK41sg7Z/1S81jjTrGHxa3B8R3J6xIkDAA6CVarg== - /react-select/3.1.0: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/cache': 10.0.29 - '@emotion/core': 10.0.35 - '@emotion/css': 10.0.27 - memoize-one: 5.1.1 - prop-types: 15.7.2 - react-input-autosize: 2.2.2 - react-transition-group: 4.4.1 - dev: false - peerDependencies: - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g== - /react-select/3.1.0_react-dom@16.13.1+react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - '@emotion/cache': 10.0.29 - '@emotion/core': 10.0.35_react@16.13.1 - '@emotion/css': 10.0.27 - memoize-one: 5.1.1 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-input-autosize: 2.2.2_react@16.13.1 - react-transition-group: 4.4.1_react-dom@16.13.1+react@16.13.1 - dev: false - peerDependencies: - react: ^16.8.0 - react-dom: ^16.8.0 - resolution: - integrity: sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g== - /react-sizeme/2.6.12_react-dom@16.13.1+react@16.13.1: - dependencies: - element-resize-detector: 1.2.1 - invariant: 2.2.4 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - shallowequal: 1.1.0 - throttle-debounce: 2.3.0 - dev: false - peerDependencies: - react: ^0.14.0 || ^15.0.0-0 || ^16.0.0 - react-dom: ^0.14.0 || ^15.0.0-0 || ^16.0.0 - resolution: - integrity: sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw== - /react-sizeme/2.6.12_react@16.13.1: - dependencies: - element-resize-detector: 1.2.1 - invariant: 2.2.4 - react: 16.13.1 - shallowequal: 1.1.0 - throttle-debounce: 2.3.0 - dev: false - peerDependencies: - react: ^0.14.0 || ^15.0.0-0 || ^16.0.0 - react-dom: ^0.14.0 || ^15.0.0-0 || ^16.0.0 - resolution: - integrity: sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw== - /react-style-singleton/2.1.0_5ce8f66b58dc92cd3f67a918e0e72f70: - dependencies: - '@types/react': 16.9.49 - get-nonce: 1.0.1 - invariant: 2.2.4 - react: 16.13.1 - tslib: 1.13.0 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-DH4ED+YABC1dhvSDYGGreAHmfuTXj6+ezT3CmHoqIEfxNgEYfIMoOtmbRp42JsUst3IPqBTDL+8r4TF7EWhIHw== - /react-style-singleton/2.1.0_@types+react@16.9.49: - dependencies: - '@types/react': 16.9.49 - get-nonce: 1.0.1 - invariant: 2.2.4 - tslib: 1.13.0 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-DH4ED+YABC1dhvSDYGGreAHmfuTXj6+ezT3CmHoqIEfxNgEYfIMoOtmbRp42JsUst3IPqBTDL+8r4TF7EWhIHw== - /react-syntax-highlighter/11.0.2_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - highlight.js: 9.13.1 - lowlight: 1.11.0 - prismjs: 1.21.0 - react: 16.13.1 - refractor: 2.10.1 - dev: false - peerDependencies: - react: '>= 0.14.0' - resolution: - integrity: sha512-kqmpM2OH5OodInbEADKARwccwSQWBfZi0970l5Jhp4h39q9Q65C4frNcnd6uHE5pR00W8pOWj9HDRntj2G4Rww== - /react-test-renderer/16.13.1: - dependencies: - object-assign: 4.1.1 - prop-types: 15.7.2 - react-is: 16.13.1 - scheduler: 0.19.1 - dev: false - peerDependencies: - react: ^16.13.1 - resolution: - integrity: sha512-Sn2VRyOK2YJJldOqoh8Tn/lWQ+ZiKhyZTPtaO0Q6yNj+QDbmRkVFap6pZPy3YQk8DScRDfyqm/KxKYP9gCMRiQ== - /react-test-renderer/16.13.1_react@16.13.1: - dependencies: - object-assign: 4.1.1 - prop-types: 15.7.2 - react: 16.13.1 - react-is: 16.13.1 - scheduler: 0.19.1 - dev: false - peerDependencies: - react: ^16.13.1 - resolution: - integrity: sha512-Sn2VRyOK2YJJldOqoh8Tn/lWQ+ZiKhyZTPtaO0Q6yNj+QDbmRkVFap6pZPy3YQk8DScRDfyqm/KxKYP9gCMRiQ== - /react-textarea-autosize/7.1.2_react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - prop-types: 15.7.2 - react: 16.13.1 - dev: false - peerDependencies: - react: '>=0.14.0 <17.0.0' - resolution: - integrity: sha512-uH3ORCsCa3C6LHxExExhF4jHoXYCQwE5oECmrRsunlspaDAbS4mGKNlWZqjLfInWtFQcf0o1n1jC/NGXFdUBCg== - /react-transition-group/2.9.0: - dependencies: - dom-helpers: 3.4.0 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react-lifecycles-compat: 3.0.4 - dev: false - peerDependencies: - react: '>=15.0.0' - react-dom: '>=15.0.0' - resolution: - integrity: sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg== - /react-transition-group/2.9.0_react-dom@16.13.1+react@16.13.1: - dependencies: - dom-helpers: 3.4.0 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-lifecycles-compat: 3.0.4 - dev: false - peerDependencies: - react: '>=15.0.0' - react-dom: '>=15.0.0' - resolution: - integrity: sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg== - /react-transition-group/4.4.1: - dependencies: - '@babel/runtime': 7.11.2 - dom-helpers: 5.2.0 - loose-envify: 1.4.0 - prop-types: 15.7.2 - dev: false - peerDependencies: - react: '>=16.6.0' - react-dom: '>=16.6.0' - resolution: - integrity: sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw== - /react-transition-group/4.4.1_react-dom@16.13.1+react@16.13.1: - dependencies: - '@babel/runtime': 7.11.2 - dom-helpers: 5.2.0 - loose-envify: 1.4.0 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - dev: false - peerDependencies: - react: '>=16.6.0' - react-dom: '>=16.6.0' - resolution: - integrity: sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw== - /react/16.13.1: - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - prop-types: 15.7.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w== - /reactcss/1.2.3: - dependencies: - lodash: 4.17.20 - dev: false - resolution: - integrity: sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A== - /read-pkg-up/1.0.1: - dependencies: - find-up: 1.1.2 - read-pkg: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= - /read-pkg-up/2.0.0: - dependencies: - find-up: 2.1.0 - read-pkg: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4= - /read-pkg-up/3.0.0: - dependencies: - find-up: 2.1.0 - read-pkg: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc= - /read-pkg-up/4.0.0: - dependencies: - find-up: 3.0.0 - read-pkg: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA== - /read-pkg-up/7.0.1: - dependencies: - find-up: 4.1.0 - read-pkg: 5.2.0 - type-fest: 0.8.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== - /read-pkg/1.1.0: - dependencies: - load-json-file: 1.1.0 - normalize-package-data: 2.5.0 - path-type: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= - /read-pkg/2.0.0: - dependencies: - load-json-file: 2.0.0 - normalize-package-data: 2.5.0 - path-type: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg= - /read-pkg/3.0.0: - dependencies: - load-json-file: 4.0.0 - normalize-package-data: 2.5.0 - path-type: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= - /read-pkg/5.2.0: - dependencies: - '@types/normalize-package-data': 2.4.0 - normalize-package-data: 2.5.0 - parse-json: 5.1.0 - type-fest: 0.6.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== - /readable-stream/1.0.34: - dependencies: - core-util-is: 1.0.2 - inherits: 2.0.4 - isarray: 0.0.1 - string_decoder: 0.10.31 - dev: false - resolution: - integrity: sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw= - /readable-stream/1.1.14: - dependencies: - core-util-is: 1.0.2 - inherits: 2.0.4 - isarray: 0.0.1 - string_decoder: 0.10.31 - dev: false - resolution: - integrity: sha1-fPTFTvZI44EwhMY23SB54WbAgdk= - /readable-stream/2.3.7: - dependencies: - core-util-is: 1.0.2 - inherits: 2.0.4 - isarray: 1.0.0 - process-nextick-args: 2.0.1 - safe-buffer: 5.1.2 - string_decoder: 1.1.1 - util-deprecate: 1.0.2 - dev: false - resolution: - integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== - /readable-stream/3.6.0: - dependencies: - inherits: 2.0.4 - string_decoder: 1.3.0 - util-deprecate: 1.0.2 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - /readdirp/2.2.1: - dependencies: - graceful-fs: 4.2.4 - micromatch: 3.1.10 - readable-stream: 2.3.7 - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - /readdirp/3.4.0: - dependencies: - picomatch: 2.2.2 - dev: false - engines: - node: '>=8.10.0' - resolution: - integrity: sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== - /realpath-native/1.1.0: - dependencies: - util.promisify: 1.0.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA== - /realpath-native/2.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q== - /recast/0.14.7: - dependencies: - ast-types: 0.11.3 - esprima: 4.0.1 - private: 0.1.8 - source-map: 0.6.1 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-/nwm9pkrcWagN40JeJhkPaRxiHXBRkXyRh/hgU088Z/v+qCy+zIHHY6bC6o7NaKAxPqtE6nD8zBH1LfU0/Wx6A== - /recast/0.18.10: - dependencies: - ast-types: 0.13.3 - esprima: 4.0.1 - private: 0.1.8 - source-map: 0.6.1 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-XNvYvkfdAN9QewbrxeTOjgINkdY/odTgTS56ZNEWL9Ml0weT4T3sFtvnTuF+Gxyu46ANcRm1ntrF6F5LAJPAaQ== - /recast/0.19.1: - dependencies: - ast-types: 0.13.3 - esprima: 4.0.1 - private: 0.1.8 - source-map: 0.6.1 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-8FCjrBxjeEU2O6I+2hyHyBFH1siJbMBLwIRvVr1T3FD2cL754sOaJDsJ/8h3xYltasbJ8jqWRIhMuDGBSiSbjw== - /rechoir/0.6.2: - dependencies: - resolve: 1.17.0 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q= - /recursive-readdir/2.2.2: - dependencies: - minimatch: 3.0.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg== - /redent/1.0.0: - dependencies: - indent-string: 2.1.0 - strip-indent: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= - /redent/2.0.0: - dependencies: - indent-string: 3.2.0 - strip-indent: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo= - /redent/3.0.0: - dependencies: - indent-string: 4.0.0 - strip-indent: 3.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== - /reduce-css-calc/1.3.0: - dependencies: - balanced-match: 0.4.2 - math-expression-evaluator: 1.2.22 - reduce-function-call: 1.0.3 - dev: false - resolution: - integrity: sha1-dHyRTgSWFKTJz7umKYca0dKSdxY= - /reduce-function-call/1.0.3: - dependencies: - balanced-match: 1.0.0 - dev: false - resolution: - integrity: sha512-Hl/tuV2VDgWgCSEeWMLwxLZqX7OK59eU1guxXsRKTAyeYimivsKdtcV4fu3r710tpG5GmDKDhQ0HSZLExnNmyQ== - /redux/4.0.5: - dependencies: - loose-envify: 1.4.0 - symbol-observable: 1.2.0 - dev: false - resolution: - integrity: sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w== - /reflect.ownkeys/0.2.0: - dev: false - resolution: - integrity: sha1-dJrO7H8/34tj+SegSAnpDFwLNGA= - /refractor/2.10.1: - dependencies: - hastscript: 5.1.2 - parse-entities: 1.2.2 - prismjs: 1.17.1 - dev: false - resolution: - integrity: sha512-Xh9o7hQiQlDbxo5/XkOX6H+x/q8rmlmZKr97Ie1Q8ZM32IRRd3B/UxuA/yXDW79DBSXGWxm2yRTbcTVmAciJRw== - /regenerate-unicode-properties/8.2.0: - dependencies: - regenerate: 1.4.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA== - /regenerate/1.4.1: - dev: false - resolution: - integrity: sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A== - /regenerator-runtime/0.11.1: - dev: false - resolution: - integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== - /regenerator-runtime/0.13.7: - dev: false - resolution: - integrity: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== - /regenerator-transform/0.10.1: - dependencies: - babel-runtime: 6.26.0 - babel-types: 6.26.0 - private: 0.1.8 - dev: false - resolution: - integrity: sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q== - /regenerator-transform/0.14.5: - dependencies: - '@babel/runtime': 7.11.2 - dev: false - resolution: - integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== - /regex-cache/0.4.4: - dependencies: - is-equal-shallow: 0.1.3 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ== - /regex-not/1.0.2: - dependencies: - extend-shallow: 3.0.2 - safe-regex: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - /regex-parser/2.2.10: - dev: false - resolution: - integrity: sha512-8t6074A68gHfU8Neftl0Le6KTDwfGAj7IyjPIMSfikI2wJUTHDMaIq42bUsfVnj8mhx0R+45rdUXHGpN164avA== - /regexp.prototype.flags/1.3.0: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ== - /regexpp/1.1.0: - dev: false - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw== - /regexpp/3.1.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== - /regexpu-core/2.0.0: - dependencies: - regenerate: 1.4.1 - regjsgen: 0.2.0 - regjsparser: 0.1.5 - dev: false - resolution: - integrity: sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA= - /regexpu-core/4.7.0: - dependencies: - regenerate: 1.4.1 - regenerate-unicode-properties: 8.2.0 - regjsgen: 0.5.2 - regjsparser: 0.6.4 - unicode-match-property-ecmascript: 1.0.4 - unicode-match-property-value-ecmascript: 1.2.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ== - /registry-auth-token/3.4.0: - dependencies: - rc: 1.2.8 - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A== - /registry-url/3.1.0: - dependencies: - rc: 1.2.8 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-PU74cPc93h138M+aOBQyRE4XSUI= - /regjsgen/0.2.0: - dev: false - resolution: - integrity: sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc= - /regjsgen/0.5.2: - dev: false - resolution: - integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== - /regjsparser/0.1.5: - dependencies: - jsesc: 0.5.0 - dev: false - hasBin: true - resolution: - integrity: sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw= - /regjsparser/0.6.4: - dependencies: - jsesc: 0.5.0 - dev: false - hasBin: true - resolution: - integrity: sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw== - /relateurl/0.2.7: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= - /relative-luminance/0.0.0: - dev: false - resolution: - integrity: sha1-XFb3VofqciAj/k2W6kRoPM3x+/4= - /remark-autolink-headings/5.2.2: - dependencies: - extend: 3.0.2 - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-rEbbStDy8BAd020/fhLCRRY9hPQE1HxffH2ou6s0S4nsk1lQMVQF/CJmbWIrwX4R3p7kpc1gvHAswJ0+WrzuXw== - /remark-emoji/2.1.0: - dependencies: - emoticon: 3.2.0 - node-emoji: 1.10.0 - unist-util-visit: 2.0.3 - dev: false - resolution: - integrity: sha512-lDddGsxXURV01WS9WAiS9rO/cedO1pvr9tahtLhr6qCGFhHG4yZSJW3Ha4Nw9Uk1hLNmUBtPC0+m45Ms+xEitg== - /remark-external-links/5.0.0: - dependencies: - extend: 3.0.2 - is-absolute-url: 3.0.3 - mdast-util-definitions: 1.2.5 - space-separated-tokens: 1.1.5 - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-lYnZGNN10N3YGMvO95Zup4hZ+VHI82JgcrGJfuxOLQExoho/iNhlrPVSkmdapYQl928pkOn4YOgJf/0pdZkteA== - /remark-footnotes/2.0.0: - dev: false - resolution: - integrity: sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ== - /remark-images/0.8.1: - dependencies: - is-url: 1.2.4 - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-1NpiFnIQ7WQIeL+1ofFdrP7NYW+jOShXbjqwertfZMDzFrTrWqY6PmMSWl3imGqPF2AWyMOPkxObe6botEb5Cg== - /remark-mdx/1.6.18: - dependencies: - '@babel/core': 7.11.6 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-object-rest-spread': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - '@mdx-js/util': 1.6.18 - is-alphabetical: 1.0.4 - remark-parse: 8.0.3 - unified: 9.2.0 - dev: false - resolution: - integrity: sha512-xNhjv4kJZ8L6RV68yK8fQ6XWlvSIFOE5VPmM7wMKSwkvwBu6tlUJy0gRF2WiZ4fPPOj6jpqlVB9QakipvZuEqg== - /remark-parse/5.0.0: - dependencies: - collapse-white-space: 1.0.6 - is-alphabetical: 1.0.4 - is-decimal: 1.0.4 - is-whitespace-character: 1.0.4 - is-word-character: 1.0.4 - markdown-escapes: 1.0.4 - parse-entities: 1.2.2 - repeat-string: 1.6.1 - state-toggle: 1.0.3 - trim: 0.0.1 - trim-trailing-lines: 1.1.3 - unherit: 1.1.3 - unist-util-remove-position: 1.1.4 - vfile-location: 2.0.6 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA== - /remark-parse/8.0.3: - dependencies: - ccount: 1.0.5 - collapse-white-space: 1.0.6 - is-alphabetical: 1.0.4 - is-decimal: 1.0.4 - is-whitespace-character: 1.0.4 - is-word-character: 1.0.4 - markdown-escapes: 1.0.4 - parse-entities: 2.0.0 - repeat-string: 1.6.1 - state-toggle: 1.0.3 - trim: 0.0.1 - trim-trailing-lines: 1.1.3 - unherit: 1.1.3 - unist-util-remove-position: 2.0.1 - vfile-location: 3.1.0 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q== - /remark-slug/5.1.2: - dependencies: - github-slugger: 1.3.0 - mdast-util-to-string: 1.1.0 - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-DWX+Kd9iKycqyD+/B+gEFO3jjnt7Yg1O05lygYSNTe5i5PIxxxPjp5qPBDxPIzp5wreF7+1ROCwRgjEcqmzr3A== - /remark-squeeze-paragraphs/3.0.4: - dependencies: - mdast-squeeze-paragraphs: 3.0.5 - dev: false - resolution: - integrity: sha512-Wmz5Yj9q+W1oryo8BV17JrOXZgUKVcpJ2ApE2pwnoHwhFKSk4Wp2PmFNbmJMgYSqAdFwfkoe+TSYop5Fy8wMgA== - /remark-squeeze-paragraphs/4.0.0: - dependencies: - mdast-squeeze-paragraphs: 4.0.0 - dev: false - resolution: - integrity: sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw== - /remark-unwrap-images/0.0.2-0: - dependencies: - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-6MSgeb6mFM5Hrc/ZvHz9SDAYF8cl6sU45PTgWye/XDgr+AIUT5CTprJrbJH3LNnZSvmU7j3wOVAJlerWv/sNag== - /remove-trailing-separator/1.1.0: - dev: false - resolution: - integrity: sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - /renderkid/2.0.3: - dependencies: - css-select: 1.2.0 - dom-converter: 0.2.0 - htmlparser2: 3.10.1 - strip-ansi: 3.0.1 - utila: 0.4.0 - dev: false - resolution: - integrity: sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA== - /repeat-element/1.1.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== - /repeat-string/1.6.1: - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-jcrkcOHIirwtYA//Sndihtp15jc= - /repeating/2.0.1: - dependencies: - is-finite: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= - /replace-ext/0.0.1: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ= - /replace-ext/1.0.0: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs= - /replace-ext/1.0.1: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw== - /request-promise-core/1.1.4_request@2.88.2: - dependencies: - lodash: 4.17.20 - request: 2.88.2 - dev: false - engines: - node: '>=0.10.0' - peerDependencies: - request: ^2.34 - resolution: - integrity: sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw== - /request-promise-native/1.0.9_request@2.88.2: - dependencies: - request: 2.88.2 - request-promise-core: 1.1.4_request@2.88.2 - stealthy-require: 1.1.1 - tough-cookie: 2.5.0 - deprecated: 'request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142' - dev: false - engines: - node: '>=0.12.0' - peerDependencies: - request: ^2.34 - resolution: - integrity: sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g== - /request/2.81.0: - dependencies: - aws-sign2: 0.6.0 - aws4: 1.10.1 - caseless: 0.12.0 - combined-stream: 1.0.8 - extend: 3.0.2 - forever-agent: 0.6.1 - form-data: 2.1.4 - har-validator: 4.2.1 - hawk: 3.1.3 - http-signature: 1.1.1 - is-typedarray: 1.0.0 - isstream: 0.1.2 - json-stringify-safe: 5.0.1 - mime-types: 2.1.27 - oauth-sign: 0.8.2 - performance-now: 0.2.0 - qs: 6.4.0 - safe-buffer: 5.2.1 - stringstream: 0.0.6 - tough-cookie: 2.3.4 - tunnel-agent: 0.6.0 - uuid: 3.4.0 - deprecated: 'request has been deprecated, see https://github.com/request/request/issues/3142' - dev: false - engines: - node: '>= 4' - optional: true - resolution: - integrity: sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA= - /request/2.88.2: - dependencies: - aws-sign2: 0.7.0 - aws4: 1.10.1 - caseless: 0.12.0 - combined-stream: 1.0.8 - extend: 3.0.2 - forever-agent: 0.6.1 - form-data: 2.3.3 - har-validator: 5.1.5 - http-signature: 1.2.0 - is-typedarray: 1.0.0 - isstream: 0.1.2 - json-stringify-safe: 5.0.1 - mime-types: 2.1.27 - oauth-sign: 0.9.0 - performance-now: 2.1.0 - qs: 6.5.2 - safe-buffer: 5.2.1 - tough-cookie: 2.5.0 - tunnel-agent: 0.6.0 - uuid: 3.4.0 - deprecated: 'request has been deprecated, see https://github.com/request/request/issues/3142' - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== - /require-directory/2.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - /require-from-string/1.2.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-UpyczvJzgK3+yaL5ZbZJu+5jZBg= - /require-main-filename/1.0.1: - dev: false - resolution: - integrity: sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE= - /require-main-filename/2.0.0: - dev: false - resolution: - integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - /require-package-name/2.0.1: - dev: false - resolution: - integrity: sha1-wR6XJ2tluOKSP3Xav1+y7ww4Qbk= - /require-uncached/1.0.3: - dependencies: - caller-path: 0.1.0 - resolve-from: 1.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM= - /requires-port/1.0.0: - dev: false - resolution: - integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - /resize-observer-polyfill/1.5.1: - dev: false - resolution: - integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg== - /resolve-css-import-urls/0.0.2: - dependencies: - get-css-urls: 0.0.1 - get-imports: 1.0.0 - is-url: 1.2.4 - dev: false - resolution: - integrity: sha1-diVibBaqDy8fvcaDdhERgVEajm8= - /resolve-cwd/3.0.0: - dependencies: - resolve-from: 5.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== - /resolve-dir/1.0.1: - dependencies: - expand-tilde: 2.0.2 - global-modules: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= - /resolve-from/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY= - /resolve-from/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-six699nWiBvItuZTM17rywoYh0g= - /resolve-from/4.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - /resolve-from/5.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== - /resolve-path/1.4.0: - dependencies: - http-errors: 1.6.3 - path-is-absolute: 1.0.1 - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc= - /resolve-pathname/3.0.0: - dev: false - resolution: - integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng== - /resolve-url-loader/3.1.1: - dependencies: - adjust-sourcemap-loader: 2.0.0 - camelcase: 5.3.1 - compose-function: 3.0.3 - convert-source-map: 1.7.0 - es6-iterator: 2.0.3 - loader-utils: 1.2.3 - postcss: 7.0.21 - rework: 1.0.1 - rework-visit: 1.0.0 - source-map: 0.6.1 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-K1N5xUjj7v0l2j/3Sgs5b8CjrrgtC70SmdCuZiJ8tSyb5J+uk3FoeZ4b7yTnH6j7ngI+Bc5bldHJIa8hYdu2gQ== - /resolve-url/0.2.1: - deprecated: 'https://github.com/lydell/resolve-url#deprecated' - dev: false - resolution: - integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - /resolve/1.1.7: - dev: false - resolution: - integrity: sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= - /resolve/1.12.3: - dependencies: - path-parse: 1.0.6 - dev: false - resolution: - integrity: sha512-hF6+hAPlxjqHWrw4p1rF3Wztbgxd4AjA5VlUzY5zcTb4J8D3JK4/1RjU48pHz2PJWzGVsLB1VWZkvJzhK2CCOA== - /resolve/1.17.0: - dependencies: - path-parse: 1.0.6 - dev: false - resolution: - integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== - /responselike/1.0.2: - dependencies: - lowercase-keys: 1.0.1 - dev: false - resolution: - integrity: sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= - /restore-cursor/2.0.0: - dependencies: - onetime: 2.0.1 - signal-exit: 3.0.3 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-n37ih/gv0ybU/RYpI9YhKe7g368= - /restore-cursor/3.1.0: - dependencies: - onetime: 5.1.2 - signal-exit: 3.0.3 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== - /ret/0.1.15: - dev: false - engines: - node: '>=0.12' - resolution: - integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - /retry/0.10.1: - dev: false - resolution: - integrity: sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q= - /retry/0.12.0: - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= - /reusify/1.0.4: - dev: false - engines: - iojs: '>=1.0.0' - node: '>=0.10.0' - resolution: - integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - /rework-visit/1.0.0: - dev: false - resolution: - integrity: sha1-mUWygD8hni96ygCtuLyfZA+ELJo= - /rework/1.0.1: - dependencies: - convert-source-map: 0.3.5 - css: 2.2.4 - dev: false - resolution: - integrity: sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc= - /rgb-regex/1.0.1: - dev: false - resolution: - integrity: sha1-wODWiC3w4jviVKR16O3UGRX+rrE= - /rgb/0.1.0: - dev: false - hasBin: true - resolution: - integrity: sha1-vieykej+/+rBvZlylyG/pA/AN7U= - /rgba-regex/1.0.0: - dev: false - resolution: - integrity: sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= - /right-align/0.1.3: - dependencies: - align-text: 0.1.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YTObci/mo1FWiSENJOFMlhSGE+8= - /rimraf/2.6.3: - dependencies: - glob: 7.1.6 - dev: false - hasBin: true - resolution: - integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== - /rimraf/2.7.1: - dependencies: - glob: 7.1.6 - dev: false - hasBin: true - resolution: - integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - /rimraf/3.0.2: - dependencies: - glob: 7.1.6 - dev: false - hasBin: true - resolution: - integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - /ripemd160/2.0.2: - dependencies: - hash-base: 3.1.0 - inherits: 2.0.4 - dev: false - resolution: - integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== - /rmdi/1.0.1_styled-components@3.4.10: - dependencies: - styled-components: 3.4.10_react@16.13.1 - styled-system: 2.3.6 - dev: false - peerDependencies: - styled-components: '>=2.0 || >=3.0' - resolution: - integrity: sha512-1oxFIH6/mZrw6HN6M0PCogMf783FUKOD2tZW5HyX+Ok6nUodd4kob2UvzzFtaEx7GuD8KzaQPid/pbFjO5D7uw== - /rmdi/1.0.1_styled-components@5.2.0: - dependencies: - styled-components: 5.2.0_styled-components@5.2.0 - styled-system: 2.3.6 - dev: false - peerDependencies: - styled-components: '>=2.0 || >=3.0' - resolution: - integrity: sha512-1oxFIH6/mZrw6HN6M0PCogMf783FUKOD2tZW5HyX+Ok6nUodd4kob2UvzzFtaEx7GuD8KzaQPid/pbFjO5D7uw== - /rst-selector-parser/2.2.3: - dependencies: - lodash.flattendeep: 4.4.0 - nearley: 2.19.6 - dev: false - resolution: - integrity: sha1-gbIw6i/MYGbInjRy3nlChdmwPZE= - /rsvp/4.8.5: - dev: false - engines: - node: 6.* || >= 7.* - resolution: - integrity: sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== - /run-async/2.4.1: - dev: false - engines: - node: '>=0.12.0' - resolution: - integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== - /run-parallel/1.1.9: - dev: false - resolution: - integrity: sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== - /run-queue/1.0.3: - dependencies: - aproba: 1.2.0 - dev: false - resolution: - integrity: sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= - /rx-lite-aggregates/4.0.8: - dependencies: - rx-lite: 4.0.8 - dev: false - resolution: - integrity: sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74= - /rx-lite/4.0.8: - dev: false - resolution: - integrity: sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ= - /rxjs/6.6.3: - dependencies: - tslib: 1.13.0 - dev: false - engines: - npm: '>=2.0.0' - resolution: - integrity: sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ== - /safe-buffer/5.1.1: - dev: false - resolution: - integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg== - /safe-buffer/5.1.2: - dev: false - resolution: - integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - /safe-buffer/5.2.1: - dev: false - resolution: - integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - /safe-regex/1.1.0: - dependencies: - ret: 0.1.15 - dev: false - resolution: - integrity: sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - /safer-buffer/2.1.2: - dev: false - resolution: - integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - /sane/4.1.0: - dependencies: - '@cnakazawa/watch': 1.0.4 - anymatch: 2.0.0 - capture-exit: 2.0.0 - exec-sh: 0.3.4 - execa: 1.0.0 - fb-watchman: 2.0.1 - micromatch: 3.1.10 - minimist: 1.2.5 - walker: 1.0.7 - dev: false - engines: - node: 6.* || 8.* || >= 10.* - hasBin: true - resolution: - integrity: sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA== - /sass-loader/8.0.2_webpack@4.43.0: - dependencies: - clone-deep: 4.0.1 - loader-utils: 1.4.0 - neo-async: 2.6.1 - schema-utils: 2.6.6 - semver: 6.3.0 - webpack: 4.43.0_webpack@4.43.0 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - fibers: '>= 3.1.0' - node-sass: ^4.0.0 - sass: ^1.3.0 - webpack: ^4.36.0 || ^5.0.0 - peerDependenciesMeta: - fibers: - optional: true - node-sass: - optional: true - sass: - optional: true - resolution: - integrity: sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ== - /sax/1.2.4: - dev: false - resolution: - integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - /saxes/3.1.11: - dependencies: - xmlchars: 2.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g== - /saxes/5.0.1: - dependencies: - xmlchars: 2.2.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw== - /scheduler/0.19.1: - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA== - /schema-utils/0.3.0: - dependencies: - ajv: 5.5.2 - dev: false - engines: - node: '>= 4.3 < 5.0.0 || >= 5.10' - resolution: - integrity: sha1-9YdyIs4+kx7a4DnxfrNxbnE3+M8= - /schema-utils/1.0.0: - dependencies: - ajv: 6.12.5 - ajv-errors: 1.0.1_ajv@6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== - /schema-utils/2.6.6: - dependencies: - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 - dev: false - engines: - node: '>= 8.9.0' - resolution: - integrity: sha512-wHutF/WPSbIi9x6ctjGGk2Hvl0VOz5l3EKEuKbjPlB30mKZUzb9A5k9yEXRX3pwyqVLPvpfZZEllaFq/M718hA== - /schema-utils/2.7.1: - dependencies: - '@types/json-schema': 7.0.6 - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 - dev: false - engines: - node: '>= 8.9.0' - resolution: - integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== - /section-matter/1.0.0: - dependencies: - extend-shallow: 2.0.1 - kind-of: 6.0.3 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA== - /select/1.1.2: - dev: false - optional: true - resolution: - integrity: sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0= - /semver-diff/2.1.0: - dependencies: - semver: 5.7.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY= - /semver/4.3.6: - dev: false - hasBin: true - resolution: - integrity: sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto= - /semver/5.7.1: - dev: false - hasBin: true - resolution: - integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - /semver/6.3.0: - dev: false - hasBin: true - resolution: - integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - /semver/7.0.0: - dev: false - hasBin: true - resolution: - integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== - /semver/7.3.2: - dev: false - engines: - node: '>=10' - hasBin: true - resolution: - integrity: sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== - /send/0.17.1: - dependencies: - debug: 2.6.9 - depd: 1.1.2 - destroy: 1.0.4 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - fresh: 0.5.2 - http-errors: 1.7.3 - mime: 1.6.0 - ms: 2.1.1 - on-finished: 2.3.0 - range-parser: 1.2.1 - statuses: 1.5.0 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== - /sentence-case/2.1.1: - dependencies: - no-case: 2.3.2 - upper-case-first: 1.1.2 - dev: false - resolution: - integrity: sha1-H24t2jnBaL+S0T+G1KkYkz9mftQ= - /sequencify/0.0.7: - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha1-kM/xnQLgcCf9dn9erT57ldHnOAw= - /serialize-javascript/4.0.0: - dependencies: - randombytes: 2.1.0 - dev: false - resolution: - integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== - /serve-favicon/2.5.0: - dependencies: - etag: 1.8.1 - fresh: 0.5.2 - ms: 2.1.1 - parseurl: 1.3.3 - safe-buffer: 5.1.1 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-k10kDN/g9YBTB/3+ln2IlCosvPA= - /serve-static/1.14.1: - dependencies: - encodeurl: 1.0.2 - escape-html: 1.0.3 - parseurl: 1.3.3 - send: 0.17.1 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== - /set-blocking/2.0.0: - dev: false - resolution: - integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - /set-value/2.0.1: - dependencies: - extend-shallow: 2.0.1 - is-extendable: 0.1.1 - is-plain-object: 2.0.4 - split-string: 3.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== - /setimmediate/1.0.5: - dev: false - resolution: - integrity: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= - /setprototypeof/1.1.0: - dev: false - resolution: - integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== - /setprototypeof/1.1.1: - dev: false - resolution: - integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== - /setprototypeof/1.2.0: - dev: false - resolution: - integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== - /sha.js/2.4.11: - dependencies: - inherits: 2.0.4 - safe-buffer: 5.2.1 - dev: false - hasBin: true - resolution: - integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== - /shallow-clone/0.1.2: - dependencies: - is-extendable: 0.1.1 - kind-of: 2.0.1 - lazy-cache: 0.2.7 - mixin-object: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-WQnodLp3EG1zrEFM/sH/yofZcGA= - /shallow-clone/3.0.1: - dependencies: - kind-of: 6.0.3 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== - /shallow-equal/1.2.1: - dev: false - resolution: - integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA== - /shallowequal/1.1.0: - dev: false - resolution: - integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== - /shebang-command/1.2.0: - dependencies: - shebang-regex: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - /shebang-command/2.0.0: - dependencies: - shebang-regex: 3.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - /shebang-regex/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - /shebang-regex/3.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - /shell-quote/1.7.2: - dev: false - resolution: - integrity: sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== - /shelljs/0.3.0: - dev: false - engines: - node: '>=0.8.0' - hasBin: true - resolution: - integrity: sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E= - /shelljs/0.8.4: - dependencies: - glob: 7.1.6 - interpret: 1.4.0 - rechoir: 0.6.2 - dev: false - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ== - /shellwords/0.1.1: - dev: false - optional: true - resolution: - integrity: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== - /side-channel/1.0.3: - dependencies: - es-abstract: 1.18.0-next.0 - object-inspect: 1.8.0 - dev: false - resolution: - integrity: sha512-A6+ByhlLkksFoUepsGxfj5x1gTSrs+OydsRptUxeNCabQpCFUvcwIczgOigI8vhY/OJCnPnyE9rGiwgvr9cS1g== - /sigmund/1.0.1: - dev: false - resolution: - integrity: sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA= - /signal-exit/3.0.3: - dev: false - resolution: - integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== - /simple-swizzle/0.2.2: - dependencies: - is-arrayish: 0.3.2 - dev: false - resolution: - integrity: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= - /simplebar-react/1.2.3_react-dom@16.13.1+react@16.13.1: - dependencies: - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - simplebar: 4.2.3 - dev: false - peerDependencies: - react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 - react-dom: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 - resolution: - integrity: sha512-1EOWJzFC7eqHUp1igD1/tb8GBv5aPQA5ZMvpeDnVkpNJ3jAuvmrL2kir3HuijlxhG7njvw9ssxjjBa89E5DrJg== - /simplebar/4.2.3: - dependencies: - can-use-dom: 0.1.0 - core-js: 3.6.5 - lodash.debounce: 4.0.8 - lodash.memoize: 4.1.2 - lodash.throttle: 4.1.1 - resize-observer-polyfill: 1.5.1 - dev: false - resolution: - integrity: sha512-9no0pK7/1y+8/oTF3sy/+kx0PjQ3uk4cYwld5F1CJGk2gx+prRyUq8GRfvcVLq5niYWSozZdX73a2wIr1o9l/g== - /sisteransi/1.0.5: - dev: false - resolution: - integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== - /slash/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= - /slash/2.0.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== - /slash/3.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - /slice-ansi/0.0.4: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU= - /slice-ansi/1.0.0: - dependencies: - is-fullwidth-code-point: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg== - /slice-ansi/2.1.0: - dependencies: - ansi-styles: 3.2.1 - astral-regex: 1.0.0 - is-fullwidth-code-point: 2.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== - /slide/1.1.6: - dev: false - resolution: - integrity: sha1-VusCfWW00tzmyy4tMsTUr8nh1wc= - /snake-case/2.1.0: - dependencies: - no-case: 2.3.2 - dev: false - resolution: - integrity: sha1-Qb2xtz8w7GagTU4srRt2OH1NbZ8= - /snapdragon-node/2.1.1: - dependencies: - define-property: 1.0.0 - isobject: 3.0.1 - snapdragon-util: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - /snapdragon-util/3.0.1: - dependencies: - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - /snapdragon/0.8.2: - dependencies: - base: 0.11.2 - debug: 2.6.9 - define-property: 0.2.5 - extend-shallow: 2.0.1 - map-cache: 0.2.2 - source-map: 0.5.7 - source-map-resolve: 0.5.3 - use: 3.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - /sntp/1.0.9: - dependencies: - hoek: 2.16.3 - deprecated: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. - dev: false - engines: - node: '>=0.8.0' - optional: true - resolution: - integrity: sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg= - /sockjs-client/1.4.0: - dependencies: - debug: 3.2.6 - eventsource: 1.0.7 - faye-websocket: 0.11.3 - inherits: 2.0.4 - json3: 3.3.3 - url-parse: 1.4.7 - dev: false - resolution: - integrity: sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g== - /sort-keys/1.1.2: - dependencies: - is-plain-obj: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-RBttTTRnmPG05J6JIK37oOVD+a0= - /sort-keys/2.0.0: - dependencies: - is-plain-obj: 1.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg= - /source-list-map/0.1.8: - dev: false - resolution: - integrity: sha1-xVCyq1Qn9rPyH1r+rYjE9Vh7IQY= - /source-list-map/2.0.1: - dev: false - resolution: - integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== - /source-map-resolve/0.5.3: - dependencies: - atob: 2.1.2 - decode-uri-component: 0.2.0 - resolve-url: 0.2.1 - source-map-url: 0.4.0 - urix: 0.1.0 - dev: false - resolution: - integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== - /source-map-resolve/0.6.0: - dependencies: - atob: 2.1.2 - decode-uri-component: 0.2.0 - dev: false - resolution: - integrity: sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w== - /source-map-support/0.4.18: - dependencies: - source-map: 0.5.7 - dev: false - resolution: - integrity: sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA== - /source-map-support/0.5.19: - dependencies: - buffer-from: 1.1.1 - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== - /source-map-url/0.4.0: - dev: false - resolution: - integrity: sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= - /source-map/0.4.4: - dependencies: - amdefine: 1.0.1 - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-66T12pwNyZneaAMti092FzZSA2s= - /source-map/0.5.7: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - /source-map/0.6.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - /source-map/0.7.3: - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== - /source-map/0.8.0-beta.0: - dependencies: - whatwg-url: 7.1.0 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA== - /sourcemap-codec/1.4.8: - dev: false - resolution: - integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== - /space-separated-tokens/1.1.5: - dev: false - resolution: - integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA== - /sparkles/1.0.1: - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw== - /spdx-correct/3.1.1: - dependencies: - spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.6 - dev: false - resolution: - integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== - /spdx-exceptions/2.3.0: - dev: false - resolution: - integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - /spdx-expression-parse/3.0.1: - dependencies: - spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.6 - dev: false - resolution: - integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - /spdx-license-ids/3.0.6: - dev: false - resolution: - integrity: sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw== - /specificity/0.1.6: - dev: false - resolution: - integrity: sha1-qlAQSPluaUhd3JXvn3pbd/ASMqo= - /speedometer/1.0.0: - dev: false - resolution: - integrity: sha1-zWccsGdSwivKM3Di8zREC+T8YuI= - /split-string/3.1.0: - dependencies: - extend-shallow: 3.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - /sprintf-js/1.0.3: - dev: false - resolution: - integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - /sshpk/1.16.1: - dependencies: - asn1: 0.2.4 - assert-plus: 1.0.0 - bcrypt-pbkdf: 1.0.2 - dashdash: 1.14.1 - ecc-jsbn: 0.1.2 - getpass: 0.1.7 - jsbn: 0.1.1 - safer-buffer: 2.1.2 - tweetnacl: 0.14.5 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - /ssri/5.3.0: - dependencies: - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-XRSIPqLij52MtgoQavH/x/dU1qVKtWUAAZeOHsR9c2Ddi4XerFy3mc1alf+dLJKl9EUIm/Ht+EowFkTUOA6GAQ== - /ssri/6.0.1: - dependencies: - figgy-pudding: 3.5.2 - dev: false - resolution: - integrity: sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== - /ssri/7.1.0: - dependencies: - figgy-pudding: 3.5.2 - minipass: 3.1.3 - dev: false - engines: - node: '>= 8' - resolution: - integrity: sha512-77/WrDZUWocK0mvA5NTRQyveUf+wsrIc6vyrxpS8tVvYBcX215QbafrJR3KtkpskIzoFLqqNuuYQvxaMjXJ/0g== - /stable/0.1.8: - dev: false - resolution: - integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== - /stack-utils/1.0.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA== - /stack-utils/2.0.2: - dependencies: - escape-string-regexp: 2.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg== - /stacktrace-parser/0.1.10: - dependencies: - type-fest: 0.7.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg== - /state-toggle/1.0.3: - dev: false - resolution: - integrity: sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ== - /static-extend/0.1.2: - dependencies: - define-property: 0.2.5 - object-copy: 0.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - /statuses/1.5.0: - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - /stdin/0.0.1: - dev: false - resolution: - integrity: sha1-0wQZgarsPf28d6GzjWNy449ftx4= - /stealthy-require/1.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks= - /store2/2.12.0: - dev: false - resolution: - integrity: sha512-7t+/wpKLanLzSnQPX8WAcuLCCeuSHoWdQuh9SB3xD0kNOM38DNf+0Oa+wmvxmYueRzkmh6IcdKFtvTa+ecgPDw== - /stream-browserify/2.0.2: - dependencies: - inherits: 2.0.4 - readable-stream: 2.3.7 - dev: false - resolution: - integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== - /stream-consume/0.1.1: - dev: false - resolution: - integrity: sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg== - /stream-each/1.2.3: - dependencies: - end-of-stream: 1.4.4 - stream-shift: 1.0.1 - dev: false - resolution: - integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== - /stream-http/2.8.3: - dependencies: - builtin-status-codes: 3.0.0 - inherits: 2.0.4 - readable-stream: 2.3.7 - to-arraybuffer: 1.0.1 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== - /stream-shift/1.0.1: - dev: false - resolution: - integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== - /strict-uri-encode/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= - /string-hash/1.1.3: - dev: false - resolution: - integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs= - /string-length/3.1.0: - dependencies: - astral-regex: 1.0.0 - strip-ansi: 5.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA== - /string-length/4.0.1: - dependencies: - char-regex: 1.0.2 - strip-ansi: 6.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw== - /string-width/1.0.2: - dependencies: - code-point-at: 1.1.0 - is-fullwidth-code-point: 1.0.0 - strip-ansi: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - /string-width/2.1.1: - dependencies: - is-fullwidth-code-point: 2.0.0 - strip-ansi: 4.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== - /string-width/3.1.0: - dependencies: - emoji-regex: 7.0.3 - is-fullwidth-code-point: 2.0.0 - strip-ansi: 5.2.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== - /string-width/4.2.0: - dependencies: - emoji-regex: 8.0.0 - is-fullwidth-code-point: 3.0.0 - strip-ansi: 6.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== - /string.prototype.matchall/4.0.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - has-symbols: 1.0.1 - internal-slot: 1.0.2 - regexp.prototype.flags: 1.3.0 - side-channel: 1.0.3 - dev: false - resolution: - integrity: sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg== - /string.prototype.padend/3.1.0: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-3aIv8Ffdp8EZj8iLwREGpQaUZiPyrWrpzMBHvkiSW/bK/EGve9np07Vwy7IJ5waydpGXzQZu/F8Oze2/IWkBaA== - /string.prototype.padstart/3.1.0: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-envqZvUp2JItI+OeQ5UAh1ihbAV5G/2bixTojvlIa090GGqF+NQRxbWb2nv9fTGrZABv6+pE6jXoAZhhS2k4Hw== - /string.prototype.trim/1.2.2: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.18.0-next.0 - dev: false - engines: - node: '>= 0.4' - resolution: - integrity: sha512-b5yrbl3BXIjHau9Prk7U0RRYcUYdN4wGSVaqoBQS50CCE3KBuYU0TYRNPFCP7aVoNMX87HKThdMRVIP3giclKg== - /string.prototype.trimend/1.0.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - resolution: - integrity: sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== - /string.prototype.trimstart/1.0.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - dev: false - resolution: - integrity: sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== - /string_decoder/0.10.31: - dev: false - resolution: - integrity: sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ= - /string_decoder/1.1.1: - dependencies: - safe-buffer: 5.1.2 - dev: false - resolution: - integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - /string_decoder/1.3.0: - dependencies: - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - /stringstream/0.0.6: - dev: false - optional: true - resolution: - integrity: sha512-87GEBAkegbBcweToUrdzf3eLhWNg06FJTebl4BVJz/JgWy8CvEr9dRtX5qWphiynMSQlxxi+QqN0z5T32SLlhA== - /strip-ansi/3.0.1: - dependencies: - ansi-regex: 2.1.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - /strip-ansi/4.0.0: - dependencies: - ansi-regex: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-qEeQIusaw2iocTibY1JixQXuNo8= - /strip-ansi/5.2.0: - dependencies: - ansi-regex: 4.1.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - /strip-ansi/6.0.0: - dependencies: - ansi-regex: 5.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== - /strip-bom-stream/1.0.0: - dependencies: - first-chunk-stream: 1.0.0 - strip-bom: 2.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-5xRDmFd9Uaa+0PoZlPoF9D/ZiO4= - /strip-bom-stream/2.0.0: - dependencies: - first-chunk-stream: 2.0.0 - strip-bom: 2.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-+H217yYT9paKpUWr/h7HKLaoKco= - /strip-bom-string/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI= - /strip-bom/1.0.0: - dependencies: - first-chunk-stream: 1.0.0 - is-utf8: 0.2.1 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-hbiGLzhEtabV7IRnqTWYFzo295Q= - /strip-bom/2.0.0: - dependencies: - is-utf8: 0.2.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= - /strip-bom/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= - /strip-bom/4.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== - /strip-eof/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= - /strip-final-newline/2.0.0: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== - /strip-indent/1.0.1: - dependencies: - get-stdin: 4.0.1 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= - /strip-indent/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= - /strip-indent/3.0.0: - dependencies: - min-indent: 1.0.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== - /strip-json-comments/2.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo= - /strip-json-comments/3.1.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== - /style-loader/0.18.2: - dependencies: - loader-utils: 1.4.0 - schema-utils: 0.3.0 - dev: false - engines: - node: '>= 0.12.0' - resolution: - integrity: sha512-WPpJPZGUxWYHWIUMNNOYqql7zh85zGmr84FdTVWq52WTIkqlW9xSxD3QYWi/T31cqn9UNSsietVEgGn2aaSCzw== - /style-loader/1.2.1_webpack@4.43.0: - dependencies: - loader-utils: 2.0.0 - schema-utils: 2.6.6 - webpack: 4.43.0_webpack@4.43.0 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - resolution: - integrity: sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg== - /style-loader/1.2.1_webpack@4.44.2: - dependencies: - loader-utils: 2.0.0 - schema-utils: 2.6.6 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - resolution: - integrity: sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg== - /style-to-object/0.3.0: - dependencies: - inline-style-parser: 0.1.1 - dev: false - resolution: - integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA== - /styled-components/3.4.10_react@16.13.1: - dependencies: - buffer: 5.6.0 - css-to-react-native: 2.3.2 - fbjs: 0.8.17 - hoist-non-react-statics: 2.5.5 - prop-types: 15.7.2 - react: 16.13.1 - react-is: 16.13.1 - stylis: 3.5.4 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 - supports-color: 3.2.3 - dev: false - peerDependencies: - react: '>= 0.14.0 < 17.0.0-0' - requiresBuild: true - resolution: - integrity: sha512-TA8ip8LoILgmSAFd3r326pKtXytUUGu5YWuqZcOQVwVVwB6XqUMn4MHW2IuYJ/HAD81jLrdQed8YWfLSG1LX4Q== - /styled-components/5.2.0_975908421a0f349b287d23c767f90c42: - dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/traverse': 7.11.5 - '@emotion/is-prop-valid': 0.8.8 - '@emotion/stylis': 0.8.5 - '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 1.11.1_styled-components@5.2.0 - css-to-react-native: 3.0.0 - hoist-non-react-statics: 3.3.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - shallowequal: 1.1.0 - supports-color: 5.5.0 - dev: false - engines: - node: '>=10' - peerDependencies: - react: '>= 16.8.0' - react-dom: '>= 16.8.0' - react-is: '>= 16.8.0' - styled-components: '*' - resolution: - integrity: sha512-9qE8Vgp8C5cpGAIdFaQVAl89Zgx1TDM4Yf4tlHbO9cPijtpSXTMLHy9lmP0lb+yImhgPFb1AmZ1qMUubmg3HLg== - /styled-components/5.2.0_styled-components@5.2.0: - dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/traverse': 7.11.5 - '@emotion/is-prop-valid': 0.8.8 - '@emotion/stylis': 0.8.5 - '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 1.11.1_styled-components@5.2.0 - css-to-react-native: 3.0.0 - hoist-non-react-statics: 3.3.2 - shallowequal: 1.1.0 - supports-color: 5.5.0 - dev: false - engines: - node: '>=10' - peerDependencies: - react: '>= 16.8.0' - react-dom: '>= 16.8.0' - react-is: '>= 16.8.0' - styled-components: '*' - resolution: - integrity: sha512-9qE8Vgp8C5cpGAIdFaQVAl89Zgx1TDM4Yf4tlHbO9cPijtpSXTMLHy9lmP0lb+yImhgPFb1AmZ1qMUubmg3HLg== - /styled-jsx/3.3.0: - dependencies: - '@babel/types': 7.8.3 - babel-plugin-syntax-jsx: 6.18.0 - convert-source-map: 1.7.0 - loader-utils: 1.2.3 - source-map: 0.7.3 - string-hash: 1.1.3 - stylis: 3.5.4 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 - dev: false - peerDependencies: - react: 15.x.x || 16.x.x - resolution: - integrity: sha512-sh8BI5eGKyJlwL4kNXHjb27/a/GJV8wP4ElRIkRXrGW3sHKOsY9Pa1VZRNxyvf3+lisdPwizD9JDkzVO9uGwZw== - /styled-jsx/3.3.0_react@16.13.1: - dependencies: - '@babel/types': 7.8.3 - babel-plugin-syntax-jsx: 6.18.0 - convert-source-map: 1.7.0 - loader-utils: 1.2.3 - react: 16.13.1 - source-map: 0.7.3 - string-hash: 1.1.3 - stylis: 3.5.4 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 - dev: false - peerDependencies: - react: 15.x.x || 16.x.x - resolution: - integrity: sha512-sh8BI5eGKyJlwL4kNXHjb27/a/GJV8wP4ElRIkRXrGW3sHKOsY9Pa1VZRNxyvf3+lisdPwizD9JDkzVO9uGwZw== - /styled-system/2.3.6: - dependencies: - prop-types: 15.7.2 - dev: false - resolution: - integrity: sha512-lGAh/8tC70f5hBUD7w0UOWCKyOBK2AzzWKu9BGzqla/Yjx8PzrvaciA7uATbm493hXTfRrecSdLdrIUET5IYnA== - /styled-system/4.2.4: - dependencies: - '@babel/runtime': 7.11.2 - prop-types: 15.7.2 - dev: false - resolution: - integrity: sha512-44X7n09gDvwx7yjquEXsjiNALK0dxGgAJdpO5cb/PdL+D4mhSLKWig4/EhH4vHJLbwu/kumURHyvKxygaBfg0A== - /styled-system/5.1.5: - dependencies: - '@styled-system/background': 5.1.2 - '@styled-system/border': 5.1.5 - '@styled-system/color': 5.1.2 - '@styled-system/core': 5.1.2 - '@styled-system/flexbox': 5.1.2 - '@styled-system/grid': 5.1.2 - '@styled-system/layout': 5.1.2 - '@styled-system/position': 5.1.2 - '@styled-system/shadow': 5.1.2 - '@styled-system/space': 5.1.2 - '@styled-system/typography': 5.1.2 - '@styled-system/variant': 5.1.5 - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha512-7VoD0o2R3RKzOzPK0jYrVnS8iJdfkKsQJNiLRDjikOpQVqQHns/DXWaPZOH4tIKkhAT7I6wIsy9FWTWh2X3q+A== - /stylehacks/4.0.3: - dependencies: - browserslist: 4.12.0 - postcss: 7.0.34 - postcss-selector-parser: 3.1.2 - dev: false - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== - /stylis-rule-sheet/0.0.10_stylis@3.5.4: - dependencies: - stylis: 3.5.4 - dev: false - peerDependencies: - stylis: ^3.5.0 - resolution: - integrity: sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw== - /stylis/3.5.4: - dev: false - resolution: - integrity: sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q== - /supports-color/2.0.0: - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= - /supports-color/3.2.3: - dependencies: - has-flag: 1.0.0 - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-ZawFBLOVQXHYpklGsq48u4pfVPY= - /supports-color/4.5.0: - dependencies: - has-flag: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-vnoN5ITexcXN34s9WRJQRJEvY1s= - /supports-color/5.5.0: - dependencies: - has-flag: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - /supports-color/6.1.0: - dependencies: - has-flag: 3.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - /supports-color/7.2.0: - dependencies: - has-flag: 4.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - /supports-hyperlinks/2.1.0: - dependencies: - has-flag: 4.0.0 - supports-color: 7.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA== - /svg-baker-runtime/1.4.7: - dependencies: - deepmerge: 1.3.2 - mitt: 1.1.2 - svg-baker: 1.7.0 - dev: false - resolution: - integrity: sha512-Zorfwwj5+lWjk/oxwSMsRdS2sPQQdTmmsvaSpzU+i9ZWi3zugHLt6VckWfnswphQP0LmOel3nggpF5nETbt6xw== - /svg-baker/1.7.0: - dependencies: - bluebird: 3.7.2 - clone: 2.1.2 - he: 1.2.0 - image-size: 0.5.5 - loader-utils: 1.4.0 - merge-options: 1.0.1 - micromatch: 3.1.0 - postcss: 5.2.18 - postcss-prefix-selector: 1.7.2 - posthtml-rename-id: 1.0.12 - posthtml-svg-mode: 1.0.3 - query-string: 4.3.4 - traverse: 0.6.6 - dev: false - resolution: - integrity: sha512-nibslMbkXOIkqKVrfcncwha45f97fGuAOn1G99YwnwTj8kF9YiM6XexPcUso97NxOm6GsP0SIvYVIosBis1xLg== - /svg-parser/2.0.4: - dev: false - resolution: - integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ== - /svg-sprite-loader/3.9.2: - dependencies: - bluebird: 3.7.2 - deepmerge: 1.3.2 - domready: 1.0.8 - escape-string-regexp: 1.0.5 - loader-utils: 1.4.0 - svg-baker: 1.7.0 - svg-baker-runtime: 1.4.7 - url-slug: 2.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-tnL7qj5ArgSYjXePzx+pZpDDzz2rMhjYdzaTjiuBz6nbPPgf2uOvO8mWj8wf/0Iv6Szd406fUYMDIyT3XnwEww== - /svgo/0.7.2: - dependencies: - coa: 1.0.4 - colors: 1.1.2 - csso: 2.3.2 - js-yaml: 3.7.0 - mkdirp: 0.5.5 - sax: 1.2.4 - whet.extend: 0.9.9 - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U= - /svgo/1.3.2: - dependencies: - chalk: 2.4.2 - coa: 2.0.2 - css-select: 2.1.0 - css-select-base-adapter: 0.1.1 - css-tree: 1.0.0-alpha.37 - csso: 4.0.3 - js-yaml: 3.14.0 - mkdirp: 0.5.5 - object.values: 1.1.1 - sax: 1.2.4 - stable: 0.1.8 - unquote: 1.1.1 - util.promisify: 1.0.1 - dev: false - engines: - node: '>=4.0.0' - hasBin: true - resolution: - integrity: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== - /swap-case/1.1.2: - dependencies: - lower-case: 1.1.4 - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-w5IDpFhzhfrTyFCgvRvK+ggZdOM= - /symbol-observable/1.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== - /symbol-tree/3.2.4: - dev: false - resolution: - integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== - /symbol.prototype.description/1.0.2: - dependencies: - es-abstract: 1.17.6 - has-symbols: 1.0.1 - dev: false - engines: - node: '>= 0.12' - resolution: - integrity: sha512-2CW5SU4/Ki1cYOOHcL2cXK4rxSg5hCU1TwZ7X4euKhV9VnfqKslh7T6/UyKkubA8cq2tOmsOv7m3ZUmQslBRuw== - /table/4.0.2: - dependencies: - ajv: 5.5.2 - ajv-keywords: 2.1.1_ajv@5.5.2 - chalk: 2.4.2 - lodash: 4.17.20 - slice-ansi: 1.0.0 - string-width: 2.1.1 - dev: false - resolution: - integrity: sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA== - /table/5.4.6: - dependencies: - ajv: 6.12.5 - lodash: 4.17.20 - slice-ansi: 2.1.0 - string-width: 3.1.0 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== - /tapable/0.2.9: - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-2wsvQ+4GwBvLPLWsNfLCDYGsW6xb7aeC6utq2Qh0PFwgEy7K7dsma9Jsmb2zSQj7GvYAyUGSntLtsv++GmgL1A== - /tapable/1.1.3: - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== - /tar-stream/1.6.2: - dependencies: - bl: 1.2.3 - buffer-alloc: 1.2.0 - end-of-stream: 1.4.4 - fs-constants: 1.0.0 - readable-stream: 2.3.7 - to-buffer: 1.1.1 - xtend: 4.0.2 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A== - /tar.gz/1.0.7: - dependencies: - bluebird: 2.11.0 - commander: 2.8.1 - fstream: 1.0.12 - mout: 0.11.1 - tar: 2.2.2 - deprecated: '⚠️ WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar' - dev: false - hasBin: true - resolution: - integrity: sha512-uhGatJvds/3diZrETqMj4RxBR779LKlIE74SsMcn5JProZsfs9j0QBwWO1RW+IWNJxS2x8Zzra1+AW6OQHWphg== - /tar/2.2.2: - dependencies: - block-stream: 0.0.9 - fstream: 1.0.12 - inherits: 2.0.4 - dev: false - resolution: - integrity: sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA== - /telejson/3.3.0: - dependencies: - '@types/is-function': 1.0.0 - global: 4.4.0 - is-function: 1.0.2 - is-regex: 1.1.1 - is-symbol: 1.0.3 - isobject: 4.0.0 - lodash: 4.17.20 - memoizerific: 1.11.3 - dev: false - resolution: - integrity: sha512-er08AylQ+LEbDLp1GRezORZu5wKOHaBczF6oYJtgC3Idv10qZ8A3p6ffT+J5BzDKkV9MqBvu8HAKiIIOp6KJ2w== - /temp/0.8.4: - dependencies: - rimraf: 2.6.3 - dev: false - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg== - /term-size/1.2.0: - dependencies: - execa: 0.7.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= - /term-size/2.2.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw== - /terminal-link/2.1.1: - dependencies: - ansi-escapes: 4.3.1 - supports-hyperlinks: 2.1.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== - /terser-webpack-plugin/1.4.5_webpack@4.43.0: - dependencies: - cacache: 12.0.4 - find-cache-dir: 2.1.0 - is-wsl: 1.1.0 - schema-utils: 1.0.0 - serialize-javascript: 4.0.0 - source-map: 0.6.1 - terser: 4.8.0 - webpack: 4.43.0_webpack@4.43.0 - webpack-sources: 1.4.3 - worker-farm: 1.7.0 - dev: false - engines: - node: '>= 6.9.0' - peerDependencies: - webpack: ^4.0.0 - resolution: - integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== - /terser-webpack-plugin/1.4.5_webpack@4.44.2: - dependencies: - cacache: 12.0.4 - find-cache-dir: 2.1.0 - is-wsl: 1.1.0 - schema-utils: 1.0.0 - serialize-javascript: 4.0.0 - source-map: 0.6.1 - terser: 4.8.0 - webpack: 4.44.2_webpack@4.44.2 - webpack-sources: 1.4.3 - worker-farm: 1.7.0 - dev: false - engines: - node: '>= 6.9.0' - peerDependencies: - webpack: ^4.0.0 - resolution: - integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw== - /terser-webpack-plugin/2.3.8_webpack@4.44.2: - dependencies: - cacache: 13.0.1 - find-cache-dir: 3.3.1 - jest-worker: 25.5.0 - p-limit: 2.3.0 - schema-utils: 2.7.1 - serialize-javascript: 4.0.0 - source-map: 0.6.1 - terser: 4.8.0 - webpack: 4.44.2_webpack@4.44.2 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - resolution: - integrity: sha512-/fKw3R+hWyHfYx7Bv6oPqmk4HGQcrWLtV3X6ggvPuwPNHSnzvVV51z6OaaCOus4YLjutYGOz3pEpbhe6Up2s1w== - /terser/4.6.13: - dependencies: - commander: 2.20.3 - source-map: 0.6.1 - source-map-support: 0.5.19 - dev: false - engines: - node: '>=6.0.0' - hasBin: true - resolution: - integrity: sha512-wMvqukYgVpQlymbnNbabVZbtM6PN63AzqexpwJL8tbh/mRT9LE5o+ruVduAGL7D6Fpjl+Q+06U5I9Ul82odAhw== - /terser/4.8.0: - dependencies: - commander: 2.20.3 - source-map: 0.6.1 - source-map-support: 0.5.19 - dev: false - engines: - node: '>=6.0.0' - hasBin: true - resolution: - integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - /test-exclude/5.2.3: - dependencies: - glob: 7.1.6 - minimatch: 3.0.4 - read-pkg-up: 4.0.0 - require-main-filename: 2.0.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g== - /test-exclude/6.0.0: - dependencies: - '@istanbuljs/schema': 0.1.2 - glob: 7.1.6 - minimatch: 3.0.4 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== - /text-table/0.2.0: - dev: false - resolution: - integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= - /thenify-all/1.6.0: - dependencies: - thenify: 3.3.1 - dev: false - engines: - node: '>=0.8' - resolution: - integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= - /thenify/3.3.1: - dependencies: - any-promise: 1.3.0 - dev: false - resolution: - integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== - /throat/5.0.0: - dev: false - resolution: - integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== - /throttle-debounce/2.3.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ== - /through/2.3.8: - dev: false - resolution: - integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= - /through2-filter/2.0.0: - dependencies: - through2: 2.0.5 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw= - /through2-filter/3.0.0: - dependencies: - through2: 2.0.5 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA== - /through2/0.6.5: - dependencies: - readable-stream: 1.0.34 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg= - /through2/2.0.5: - dependencies: - readable-stream: 2.3.7 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - /through2/3.0.2: - dependencies: - inherits: 2.0.4 - readable-stream: 3.6.0 - dev: false - resolution: - integrity: sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ== - /tildify/1.2.0: - dependencies: - os-homedir: 1.0.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo= - /time-stamp/1.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-dkpaEa9QVhkhsTPztE5hhofg9cM= - /time-stamp/2.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-zxke8goJQpBeEgD82CXABeMh0LSJcj7CXEd0OHOg45HgcofF7pxNwZm9+RknpxpDhwN4gFpySkApKfFYfRQnUA== - /timed-out/4.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= - /timers-browserify/2.0.11: - dependencies: - setimmediate: 1.0.5 - dev: false - engines: - node: '>=0.6.0' - resolution: - integrity: sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ== - /timsort/0.3.0: - dev: false - resolution: - integrity: sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= - /tiny-emitter/2.1.0: - dev: false - optional: true - resolution: - integrity: sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q== - /tiny-invariant/1.1.0: - dev: false - resolution: - integrity: sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw== - /tiny-warning/1.0.3: - dev: false - resolution: - integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== - /tinycolor2/1.4.1: - dev: false - resolution: - integrity: sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g= - /title-case/2.1.1: - dependencies: - no-case: 2.3.2 - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-PhJyFtpY0rxb7PE3q5Ha46fNj6o= - /tmp-promise/2.1.1: - dependencies: - tmp: 0.1.0 - dev: false - resolution: - integrity: sha512-Z048AOz/w9b6lCbJUpevIJpRpUztENl8zdv1bmAKVHimfqRFl92ROkmT9rp7TVBnrEw2gtMTol/2Cp2S2kJa4Q== - /tmp/0.0.33: - dependencies: - os-tmpdir: 1.0.2 - dev: false - engines: - node: '>=0.6.0' - resolution: - integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== - /tmp/0.1.0: - dependencies: - rimraf: 2.7.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw== - /tmp/0.2.1: - dependencies: - rimraf: 3.0.2 - dev: false - engines: - node: '>=8.17.0' - resolution: - integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== - /tmpl/1.0.4: - dev: false - resolution: - integrity: sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE= - /to-absolute-glob/0.1.1: - dependencies: - extend-shallow: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-HN+kcqnvUMI57maZm2YsoOs5k38= - /to-arraybuffer/1.0.1: - dev: false - resolution: - integrity: sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= - /to-buffer/1.1.1: - dev: false - resolution: - integrity: sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg== - /to-fast-properties/1.0.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-uDVx+k2MJbguIxsG46MFXeTKGkc= - /to-fast-properties/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - /to-object-path/0.3.0: - dependencies: - kind-of: 3.2.2 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - /to-regex-range/2.1.1: - dependencies: - is-number: 3.0.0 - repeat-string: 1.6.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - /to-regex-range/5.0.1: - dependencies: - is-number: 7.0.0 - dev: false - engines: - node: '>=8.0' - resolution: - integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - /to-regex/3.0.2: - dependencies: - define-property: 2.0.2 - extend-shallow: 3.0.2 - regex-not: 1.0.2 - safe-regex: 1.1.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - /to-style/1.3.3: - dev: false - resolution: - integrity: sha1-Y6K3Cm9KfU/cLtV6C+TnI1y2aZw= - /toggle-selection/1.0.6: - dev: false - resolution: - integrity: sha1-bkWxJj8gF/oKzH2J14sVuL932jI= - /toidentifier/1.0.0: - dev: false - engines: - node: '>=0.6' - resolution: - integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== - /token-stream/1.0.0: - dev: false - resolution: - integrity: sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ= - /tough-cookie/2.3.4: - dependencies: - punycode: 1.4.1 - dev: false - engines: - node: '>=0.8' - optional: true - resolution: - integrity: sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA== - /tough-cookie/2.5.0: - dependencies: - psl: 1.8.0 - punycode: 2.1.1 - dev: false - engines: - node: '>=0.8' - resolution: - integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - /tough-cookie/3.0.1: - dependencies: - ip-regex: 2.1.0 - psl: 1.8.0 - punycode: 2.1.1 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg== - /tr46/1.0.1: - dependencies: - punycode: 2.1.1 - dev: false - resolution: - integrity: sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk= - /tr46/2.0.2: - dependencies: - punycode: 2.1.1 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg== - /traverse/0.6.6: - dev: false - resolution: - integrity: sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc= - /tree-kill/1.2.2: - dev: false - hasBin: true - resolution: - integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A== - /trim-lines/1.1.3: - dev: false - resolution: - integrity: sha512-E0ZosSWYK2mkSu+KEtQ9/KqarVjA9HztOSX+9FDdNacRAq29RRV6ZQNgob3iuW8Htar9vAfEa6yyt5qBAHZDBA== - /trim-newlines/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM= - /trim-newlines/2.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA= - /trim-newlines/3.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA== - /trim-right/1.0.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= - /trim-trailing-lines/1.1.3: - dev: false - resolution: - integrity: sha512-4ku0mmjXifQcTVfYDfR5lpgV7zVqPg6zV9rdZmwOPqq0+Zq19xDqEgagqVbc4pOOShbncuAOIs59R3+3gcF3ZA== - /trim/0.0.1: - dev: false - resolution: - integrity: sha1-WFhUf2spB1fulczMZm+1AITEYN0= - /trough/1.0.5: - dev: false - resolution: - integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== - /ts-dedent/1.1.1: - dev: false - engines: - node: '>=6.10' - resolution: - integrity: sha512-UGTRZu1evMw4uTPyYF66/KFd22XiU+jMaIuHrkIHQ2GivAXVlLV0v/vHrpOuTRf9BmpNHi/SO7Vd0rLu0y57jg== - /ts-loader/3.5.0: - dependencies: - chalk: 2.4.2 - enhanced-resolve: 3.4.1 - loader-utils: 1.4.0 - micromatch: 3.1.10 - semver: 5.7.1 - dev: false - engines: - node: '>=4.3.0 <5.0.0 || >=5.10' - resolution: - integrity: sha512-JTia3kObhTk36wPFgy0RnkZReiusYx7Le9IhcUWRrCTcFcr6Dy1zGsFd3x8DG4gevlbN65knI8W50FfoykXcng== - /ts-map/1.0.3: - dev: false - resolution: - integrity: sha512-vDWbsl26LIcPGmDpoVzjEP6+hvHZkBkLW7JpvwbCv/5IYPJlsbzCVXY3wsCeAxAUeTclNOUZxnLdGh3VBD/J6w== - /ts-pnp/1.2.0: - dev: false - engines: - node: '>=6' - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw== - /tsconfig-paths/3.9.0: - dependencies: - '@types/json5': 0.0.29 - json5: 1.0.1 - minimist: 1.2.5 - strip-bom: 3.0.0 - dev: false - resolution: - integrity: sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw== - /tslib/1.13.0: - dev: false - resolution: - integrity: sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== - /tslib/2.0.1: - dev: false - resolution: - integrity: sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ== - /tslint-config-prettier/1.18.0: - dev: false - engines: - node: '>=4.0.0' - hasBin: true - resolution: - integrity: sha512-xPw9PgNPLG3iKRxmK7DWr+Ea/SzrvfHtjFt5LBl61gk2UBG/DB9kCXRjv+xyIU1rUtnayLeMUVJBcMX8Z17nDg== - /tslint-react/3.6.0_tslint@4.5.1+typescript@2.9.2: - dependencies: - tslint: 4.5.1_typescript@2.9.2 - tsutils: 2.29.0_typescript@2.9.2 - typescript: 2.9.2 - dev: false - peerDependencies: - tslint: ^5.1.0 - typescript: '>=2.1.0 || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev' - resolution: - integrity: sha512-AIv1QcsSnj7e9pFir6cJ6vIncTqxfqeFF3Lzh8SuuBljueYzEAtByuB6zMaD27BL0xhMEqsZ9s5eHuCONydjBw== - /tslint/4.5.1_typescript@2.9.2: - dependencies: - babel-code-frame: 6.26.0 - colors: 1.4.0 - diff: 3.5.0 - findup-sync: 0.3.0 - glob: 7.1.6 - optimist: 0.6.1 - resolve: 1.17.0 - tsutils: 1.9.1_typescript@2.9.2 - typescript: 2.9.2 - update-notifier: 2.5.0 - dev: false - engines: - node: '>=4.1.2' - hasBin: true - peerDependencies: - typescript: '>=2.0.0' - resolution: - integrity: sha1-BTVocb7yOkNJBnNABvwYgza6gks= - /tslint/5.14.0: - dependencies: - babel-code-frame: 6.26.0 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 3.5.0 - glob: 7.1.6 - js-yaml: 3.14.0 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.13.0 - tsutils: 2.29.0 - dev: false - engines: - node: '>=4.8.0' - hasBin: true - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' - resolution: - integrity: sha512-IUla/ieHVnB8Le7LdQFRGlVJid2T/gaJe5VkjzRVSRR6pA2ODYrnfR1hmxi+5+au9l50jBwpbBL34txgv4NnTQ== - /tsscmp/1.0.6: - dev: false - engines: - node: '>=0.6.x' - resolution: - integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== - /tsutils/1.9.1_typescript@2.9.2: - dependencies: - typescript: 2.9.2 - dev: false - peerDependencies: - typescript: '>=2.0.0 || >=2.0.0-dev || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >= 2.4.0-dev' - resolution: - integrity: sha1-ufmrROVa+WgYMdXyjQrur1x1DLA= - /tsutils/2.29.0: - dependencies: - tslib: 1.13.0 - dev: false - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - resolution: - integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA== - /tsutils/2.29.0_typescript@2.9.2: - dependencies: - tslib: 1.13.0 - typescript: 2.9.2 - dev: false - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - resolution: - integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA== - /tsutils/3.17.1: - dependencies: - tslib: 1.13.0 - dev: false - engines: - node: '>= 6' - peerDependencies: - typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' - resolution: - integrity: sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g== - /tsutils/3.17.1_typescript@4.0.2: - dependencies: - tslib: 1.13.0 - typescript: 4.0.2 - dev: false - engines: - node: '>= 6' - peerDependencies: - typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' - resolution: - integrity: sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g== - /tty-browserify/0.0.0: - dev: false - resolution: - integrity: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= - /tunnel-agent/0.6.0: - dependencies: - safe-buffer: 5.2.1 - dev: false - resolution: - integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - /tweetnacl/0.14.5: - dev: false - resolution: - integrity: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - /type-check/0.3.2: - dependencies: - prelude-ls: 1.1.2 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= - /type-check/0.4.0: - dependencies: - prelude-ls: 1.2.1 - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== - /type-detect/4.0.8: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== - /type-fest/0.11.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== - /type-fest/0.13.1: - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== - /type-fest/0.6.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== - /type-fest/0.7.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg== - /type-fest/0.8.1: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - /type-is/1.6.18: - dependencies: - media-typer: 0.3.0 - mime-types: 2.1.27 - dev: false - engines: - node: '>= 0.6' - resolution: - integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== - /type/1.2.0: - dev: false - resolution: - integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== - /type/2.1.0: - dev: false - resolution: - integrity: sha512-G9absDWvhAWCV2gmF1zKud3OyC61nZDwWvBL2DApaVFogI07CprggiQAOOjvp2NRjYWFzPyu7vwtDrQFq8jeSA== - /typed-styles/0.0.7: - dev: false - resolution: - integrity: sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q== - /typedarray-to-buffer/3.1.5: - dependencies: - is-typedarray: 1.0.0 - dev: false - resolution: - integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== - /typedarray/0.0.6: - dev: false - resolution: - integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= - /typescript/2.9.2: - dev: false - engines: - node: '>=4.2.0' - hasBin: true - resolution: - integrity: sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w== - /typescript/4.0.2: - dev: false - engines: - node: '>=4.2.0' - hasBin: true - resolution: - integrity: sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ== - /ua-parser-js/0.7.22: - dev: false - resolution: - integrity: sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q== - /uglify-js/2.8.29: - dependencies: - source-map: 0.5.7 - yargs: 3.10.0 - dev: false - engines: - node: '>=0.8.0' - hasBin: true - optionalDependencies: - uglify-to-browserify: 1.0.2 - resolution: - integrity: sha1-KcVzMUgFe7Th913zW3qcty5qWd0= - /uglify-to-browserify/1.0.2: - dev: false - optional: true - resolution: - integrity: sha1-bgkk1r2mta/jSeOabWMoUKD4grc= - /uglifyjs-webpack-plugin/0.4.6_webpack@3.12.0: - dependencies: - source-map: 0.5.7 - uglify-js: 2.8.29 - webpack: 3.12.0_webpack@3.12.0 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>=4.3.0 <5.0.0 || >=5.10' - peerDependencies: - webpack: ^1.9 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3.0.0 - requiresBuild: true - resolution: - integrity: sha1-uVH0q7a9YX5m9j64kUmOORdj4wk= - /unc-path-regex/0.1.2: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-5z3T17DXxe2G+6xrCufYxqadUPo= - /unescape/0.2.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-t4ubYMhvFinfGBv1Pu47yNY2fd8= - /unfetch/4.1.0: - dev: false - resolution: - integrity: sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg== - /unherit/1.1.3: - dependencies: - inherits: 2.0.4 - xtend: 4.0.2 - dev: false - resolution: - integrity: sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ== - /unicode-canonical-property-names-ecmascript/1.0.4: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== - /unicode-match-property-ecmascript/1.0.4: - dependencies: - unicode-canonical-property-names-ecmascript: 1.0.4 - unicode-property-aliases-ecmascript: 1.1.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== - /unicode-match-property-value-ecmascript/1.2.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ== - /unicode-property-aliases-ecmascript/1.1.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== - /unidecode/0.1.8: - dev: false - engines: - node: '>= 0.4.12' - resolution: - integrity: sha1-77swFTi8RSRqmsjFWdcvAVMFBT4= - /unified/6.2.0: - dependencies: - bail: 1.0.5 - extend: 3.0.2 - is-plain-obj: 1.1.0 - trough: 1.0.5 - vfile: 2.3.0 - x-is-string: 0.1.0 - dev: false - resolution: - integrity: sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA== - /unified/9.2.0: - dependencies: - bail: 1.0.5 - extend: 3.0.2 - is-buffer: 2.0.4 - is-plain-obj: 2.1.0 - trough: 1.0.5 - vfile: 4.2.0 - dev: false - resolution: - integrity: sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg== - /union-value/1.0.1: - dependencies: - arr-union: 3.1.0 - get-value: 2.0.6 - is-extendable: 0.1.1 - set-value: 2.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== - /uniq/1.0.1: - dev: false - resolution: - integrity: sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= - /uniqs/2.0.0: - dev: false - resolution: - integrity: sha1-/+3ks2slKQaW5uFl1KWe25mOawI= - /unique-filename/1.1.1: - dependencies: - unique-slug: 2.0.2 - dev: false - resolution: - integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== - /unique-random-array/1.0.1: - dependencies: - unique-random: 1.0.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-z9J/SV8CUIhIRROcHe9YUoAT6XthUJt0oUyLGgobiXJprDP9O9dsErNevvSaAv5BkhwFEVPn6nIEOKeNE6Ck1Q== - /unique-random/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-zj4iTIJCzTOg53sNcYDXfmti0MQ= - /unique-slug/2.0.2: - dependencies: - imurmurhash: 0.1.4 - dev: false - resolution: - integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== - /unique-stream/1.0.0: - dev: false - resolution: - integrity: sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs= - /unique-stream/2.3.1: - dependencies: - json-stable-stringify-without-jsonify: 1.0.1 - through2-filter: 3.0.0 - dev: false - resolution: - integrity: sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A== - /unique-string/1.0.0: - dependencies: - crypto-random-string: 1.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo= - /unist-builder/1.0.4: - dependencies: - object-assign: 4.1.1 - dev: false - resolution: - integrity: sha512-v6xbUPP7ILrT15fHGrNyHc1Xda8H3xVhP7/HAIotHOhVPjH5dCXA097C3Rry1Q2O+HbOLCao4hfPB+EYEjHgVg== - /unist-builder/2.0.3: - dev: false - resolution: - integrity: sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw== - /unist-util-generated/1.1.5: - dev: false - resolution: - integrity: sha512-1TC+NxQa4N9pNdayCYA1EGUOCAO0Le3fVp7Jzns6lnua/mYgwHo0tz5WUAfrdpNch1RZLHc61VZ1SDgrtNXLSw== - /unist-util-is/3.0.0: - dev: false - resolution: - integrity: sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A== - /unist-util-is/4.0.2: - dev: false - resolution: - integrity: sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ== - /unist-util-position/3.1.0: - dev: false - resolution: - integrity: sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA== - /unist-util-remove-position/1.1.4: - dependencies: - unist-util-visit: 1.4.1 - dev: false - resolution: - integrity: sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A== - /unist-util-remove-position/2.0.1: - dependencies: - unist-util-visit: 2.0.3 - dev: false - resolution: - integrity: sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA== - /unist-util-remove/1.0.3: - dependencies: - unist-util-is: 3.0.0 - dev: false - resolution: - integrity: sha512-mB6nCHCQK0pQffUAcCVmKgIWzG/AXs/V8qpS8K72tMPtOSCMSjDeMc5yN+Ye8rB0FhcE+JvW++o1xRNc0R+++g== - /unist-util-remove/2.0.0: - dependencies: - unist-util-is: 4.0.2 - dev: false - resolution: - integrity: sha512-HwwWyNHKkeg/eXRnE11IpzY8JT55JNM1YCwwU9YNCnfzk6s8GhPXrVBBZWiwLeATJbI7euvoGSzcy9M29UeW3g== - /unist-util-stringify-position/1.1.2: - dev: false - resolution: - integrity: sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ== - /unist-util-stringify-position/2.0.3: - dependencies: - '@types/unist': 2.0.3 - dev: false - resolution: - integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g== - /unist-util-visit-parents/2.1.2: - dependencies: - unist-util-is: 3.0.0 - dev: false - resolution: - integrity: sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g== - /unist-util-visit-parents/3.1.0: - dependencies: - '@types/unist': 2.0.3 - unist-util-is: 4.0.2 - dev: false - resolution: - integrity: sha512-0g4wbluTF93npyPrp/ymd3tCDTMnP0yo2akFD2FIBAYXq/Sga3lwaU1D8OYKbtpioaI6CkDcQ6fsMnmtzt7htw== - /unist-util-visit/1.4.1: - dependencies: - unist-util-visit-parents: 2.1.2 - dev: false - resolution: - integrity: sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw== - /unist-util-visit/2.0.3: - dependencies: - '@types/unist': 2.0.3 - unist-util-is: 4.0.2 - unist-util-visit-parents: 3.1.0 - dev: false - resolution: - integrity: sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q== - /universalify/0.1.2: - dev: false - engines: - node: '>= 4.0.0' - resolution: - integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - /universalify/1.0.0: - dev: false - engines: - node: '>= 10.0.0' - resolution: - integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== - /unpipe/1.0.0: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= - /unquote/1.1.1: - dev: false - resolution: - integrity: sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= - /unset-value/1.0.0: - dependencies: - has-value: 0.3.1 - isobject: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - /unzip-response/2.0.1: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c= - /upath/1.2.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== - /update-notifier/2.5.0: - dependencies: - boxen: 1.3.0 - chalk: 2.4.2 - configstore: 3.1.5 - import-lazy: 2.1.0 - is-ci: 1.2.1 - is-installed-globally: 0.1.0 - is-npm: 1.0.0 - latest-version: 3.1.0 - semver-diff: 2.1.0 - xdg-basedir: 3.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw== - /upper-case-first/1.1.2: - dependencies: - upper-case: 1.1.3 - dev: false - resolution: - integrity: sha1-XXm+3P8UQZUY/S7bCgUHybaFkRU= - /upper-case/1.1.3: - dev: false - resolution: - integrity: sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg= - /uri-js/4.4.0: - dependencies: - punycode: 2.1.1 - dev: false - resolution: - integrity: sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g== - /urix/0.1.0: - deprecated: 'Please see https://github.com/lydell/urix#deprecated' - dev: false - resolution: - integrity: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - /url-loader/0.5.9_file-loader@0.10.1: - dependencies: - file-loader: 0.10.1 - loader-utils: 1.4.0 - mime: 1.3.6 - dev: false - peerDependencies: - file-loader: '*' - resolution: - integrity: sha512-B7QYFyvv+fOBqBVeefsxv6koWWtjmHaMFT6KZWti4KRw8YUD/hOU+3AECvXuzyVawIBx3z7zQRejXCDSO5kk1Q== - /url-loader/2.3.0_file-loader@4.3.0+webpack@4.44.2: - dependencies: - file-loader: 4.3.0_webpack@4.44.2 - loader-utils: 1.4.0 - mime: 2.4.6 - schema-utils: 2.7.1 - webpack: 4.44.2_webpack@4.44.2 - dev: false - engines: - node: '>= 8.9.0' - peerDependencies: - file-loader: '*' - webpack: ^4.0.0 - peerDependenciesMeta: - file-loader: - optional: true - resolution: - integrity: sha512-goSdg8VY+7nPZKUEChZSEtW5gjbS66USIGCeSJ1OVOJ7Yfuh/36YxCwMi5HVEJh6mqUYOoy3NJ0vlOMrWsSHog== - /url-parse-lax/1.0.0: - dependencies: - prepend-http: 1.0.4 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-evjzA2Rem9eaJy56FKxovAYJ2nM= - /url-parse-lax/3.0.0: - dependencies: - prepend-http: 2.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= - /url-parse/1.4.7: - dependencies: - querystringify: 2.2.0 - requires-port: 1.0.0 - dev: false - resolution: - integrity: sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== - /url-slug/2.0.0: - dependencies: - unidecode: 0.1.8 - dev: false - resolution: - integrity: sha1-p4nVrtSZXA2VrzM3etHVxo1NcCc= - /url-to-options/1.0.1: - dev: false - engines: - node: '>= 4' - resolution: - integrity: sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k= - /url/0.11.0: - dependencies: - punycode: 1.3.2 - querystring: 0.2.0 - dev: false - resolution: - integrity: sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= - /url2/0.0.0: - dev: false - resolution: - integrity: sha1-Tqq9HVw6yQ1iq0SFyZhCKGWgSxo= - /us/2.0.0: - dev: false - engines: - node: '>= 0.4.1' - resolution: - integrity: sha1-6NDB4UwuBbZTSgKCVqyiECXEXd4= - /use-callback-ref/1.2.4_5ce8f66b58dc92cd3f67a918e0e72f70: - dependencies: - '@types/react': 16.9.49 - react: 16.13.1 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-rXpsyvOnqdScyied4Uglsp14qzag1JIemLeTWGKbwpotWht57hbP78aNT+Q4wdFKQfQibbUX4fb6Qb4y11aVOQ== - /use-callback-ref/1.2.4_@types+react@16.9.49: - dependencies: - '@types/react': 16.9.49 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - '@types/react': ^16.8.0 - react: ^16.8.0 - peerDependenciesMeta: - '@types/react': - optional: true - resolution: - integrity: sha512-rXpsyvOnqdScyied4Uglsp14qzag1JIemLeTWGKbwpotWht57hbP78aNT+Q4wdFKQfQibbUX4fb6Qb4y11aVOQ== - /use-sidecar/1.0.3: - dependencies: - detect-node-es: 1.0.0 - tslib: 1.13.0 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - react: ^16.8.0 - resolution: - integrity: sha512-ygJwGUBeQfWgDls7uTrlEDzJUUR67L8Rm14v/KfFtYCdHhtjHZx1Krb3DIQl3/Q5dJGfXLEQ02RY8BdNBv87SQ== - /use-sidecar/1.0.3_react@16.13.1: - dependencies: - detect-node-es: 1.0.0 - react: 16.13.1 - tslib: 1.13.0 - dev: false - engines: - node: '>=8.5.0' - peerDependencies: - react: ^16.8.0 - resolution: - integrity: sha512-ygJwGUBeQfWgDls7uTrlEDzJUUR67L8Rm14v/KfFtYCdHhtjHZx1Krb3DIQl3/Q5dJGfXLEQ02RY8BdNBv87SQ== - /use-subscription/1.4.1: - dependencies: - object-assign: 4.1.1 - dev: false - peerDependencies: - react: ^16.8.0 - resolution: - integrity: sha512-7+IIwDG/4JICrWHL/Q/ZPK5yozEnvRm6vHImu0LKwQlmWGKeiF7mbAenLlK/cTNXrTtXHU/SFASQHzB6+oSJMQ== - /use-subscription/1.4.1_react@16.13.1: - dependencies: - object-assign: 4.1.1 - react: 16.13.1 - dev: false - peerDependencies: - react: ^16.8.0 - resolution: - integrity: sha512-7+IIwDG/4JICrWHL/Q/ZPK5yozEnvRm6vHImu0LKwQlmWGKeiF7mbAenLlK/cTNXrTtXHU/SFASQHzB6+oSJMQ== - /use/3.1.1: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - /user-home/1.1.1: - dev: false - engines: - node: '>=0.10.0' - hasBin: true - resolution: - integrity: sha1-K1viOjK2Onyd640PKNSFcko98ZA= - /util-deprecate/1.0.2: - dev: false - resolution: - integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - /util.promisify/1.0.0: - dependencies: - define-properties: 1.1.3 - object.getownpropertydescriptors: 2.1.0 - dev: false - resolution: - integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== - /util.promisify/1.0.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.17.6 - has-symbols: 1.0.1 - object.getownpropertydescriptors: 2.1.0 - dev: false - resolution: - integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== - /util/0.10.3: - dependencies: - inherits: 2.0.1 - dev: false - resolution: - integrity: sha1-evsa/lCAUkZInj23/g7TeTNqwPk= - /util/0.10.4: - dependencies: - inherits: 2.0.3 - dev: false - resolution: - integrity: sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A== - /util/0.11.1: - dependencies: - inherits: 2.0.3 - dev: false - resolution: - integrity: sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== - /utila/0.4.0: - dev: false - resolution: - integrity: sha1-ihagXURWV6Oupe7MWxKk+lN5dyw= - /utils-merge/1.0.1: - dev: false - engines: - node: '>= 0.4.0' - resolution: - integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= - /uuid/3.4.0: - dev: false - hasBin: true - resolution: - integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - /uuid/7.0.3: - dev: false - hasBin: true - resolution: - integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== - /uuid/8.3.0: - dev: false - hasBin: true - optional: true - resolution: - integrity: sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ== - /v8-compile-cache/2.1.1: - dev: false - resolution: - integrity: sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ== - /v8-to-istanbul/4.1.4: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - convert-source-map: 1.7.0 - source-map: 0.7.3 - dev: false - engines: - node: 8.x.x || >=10.10.0 - resolution: - integrity: sha512-Rw6vJHj1mbdK8edjR7+zuJrpDtKIgNdAvTSAcpYfgMIw+u2dPDntD3dgN4XQFLU2/fvFQdzj+EeSGfd/jnY5fQ== - /v8-to-istanbul/5.0.1: - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - convert-source-map: 1.7.0 - source-map: 0.7.3 - dev: false - engines: - node: '>=10.10.0' - resolution: - integrity: sha512-mbDNjuDajqYe3TXFk5qxcQy8L1msXNE37WTlLoqqpBfRsimbNcrlhQlDPntmECEcUvdC+AQ8CyMMf6EUx1r74Q== - /v8flags/2.1.1: - dependencies: - user-home: 1.1.1 - dev: false - engines: - node: '>= 0.10.0' - resolution: - integrity: sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ= - /vali-date/1.0.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-G5BKWWCfsyjvB4E4Qgk09rhnCaY= - /validate-npm-package-license/3.0.4: - dependencies: - spdx-correct: 3.1.1 - spdx-expression-parse: 3.0.1 - dev: false - resolution: - integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - /validate-npm-package-name/3.0.0: - dependencies: - builtins: 1.0.3 - dev: false - resolution: - integrity: sha1-X6kS2B630MdK/BQN5zF/DKffQ34= - /value-equal/1.0.1: - dev: false - resolution: - integrity: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw== - /vary/1.1.2: - dev: false - engines: - node: '>= 0.8' - resolution: - integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - /vendor-prefixes/0.0.1: - dev: false - resolution: - integrity: sha1-mLQ2f4y3CZIw78IOBA9UrtAY0G0= - /vendors/1.0.4: - dev: false - resolution: - integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== - /verror/1.10.0: - dependencies: - assert-plus: 1.0.0 - core-util-is: 1.0.2 - extsprintf: 1.3.0 - dev: false - engines: - '0': node >=0.6.0 - resolution: - integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - /vfile-location/2.0.6: - dev: false - resolution: - integrity: sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA== - /vfile-location/3.1.0: - dev: false - resolution: - integrity: sha512-FCZ4AN9xMcjFIG1oGmZKo61PjwJHRVA+0/tPUP2ul4uIwjGGndIxavEMRpWn5p4xwm/ZsdXp9YNygf1ZyE4x8g== - /vfile-message/1.1.1: - dependencies: - unist-util-stringify-position: 1.1.2 - dev: false - resolution: - integrity: sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA== - /vfile-message/2.0.4: - dependencies: - '@types/unist': 2.0.3 - unist-util-stringify-position: 2.0.3 - dev: false - resolution: - integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ== - /vfile/2.3.0: - dependencies: - is-buffer: 1.1.6 - replace-ext: 1.0.0 - unist-util-stringify-position: 1.1.2 - vfile-message: 1.1.1 - dev: false - resolution: - integrity: sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w== - /vfile/4.2.0: - dependencies: - '@types/unist': 2.0.3 - is-buffer: 2.0.4 - replace-ext: 1.0.0 - unist-util-stringify-position: 2.0.3 - vfile-message: 2.0.4 - dev: false - resolution: - integrity: sha512-a/alcwCvtuc8OX92rqqo7PflxiCgXRFjdyoGVuYV+qbgCb0GgZJRvIgCD4+U/Kl1yhaRsaTwksF88xbPyGsgpw== - /vinyl-file/2.0.0: - dependencies: - graceful-fs: 4.2.4 - pify: 2.3.0 - pinkie-promise: 2.0.1 - strip-bom: 2.0.0 - strip-bom-stream: 2.0.0 - vinyl: 1.2.0 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-p+v1/779obfRjRQPyweyI++2dRo= - /vinyl-fs/0.3.14: - dependencies: - defaults: 1.0.3 - glob-stream: 3.1.18 - glob-watcher: 0.0.6 - graceful-fs: 3.0.12 - mkdirp: 0.5.5 - strip-bom: 1.0.0 - through2: 0.6.5 - vinyl: 0.4.6 - dev: false - engines: - node: '>= 0.10' - resolution: - integrity: sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY= - /vinyl-fs/2.4.4: - dependencies: - duplexify: 3.7.1 - glob-stream: 5.3.5 - graceful-fs: 4.2.4 - gulp-sourcemaps: 1.6.0 - is-valid-glob: 0.3.0 - lazystream: 1.0.0 - lodash.isequal: 4.5.0 - merge-stream: 1.0.1 - mkdirp: 0.5.5 - object-assign: 4.1.1 - readable-stream: 2.3.7 - strip-bom: 2.0.0 - strip-bom-stream: 1.0.0 - through2: 2.0.5 - through2-filter: 2.0.0 - vali-date: 1.0.0 - vinyl: 1.2.0 - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-vm/zJwy1Xf19MGNkDegfJddTIjk= - /vinyl-sourcemaps-apply/0.2.1: - dependencies: - source-map: 0.5.7 - dev: false - resolution: - integrity: sha1-q2VJ1h0XLCsbh75cUI0jnI74dwU= - /vinyl/0.4.6: - dependencies: - clone: 0.2.0 - clone-stats: 0.0.1 - dev: false - engines: - node: '>= 0.9' - resolution: - integrity: sha1-LzVsh6VQolVGHza76ypbqL94SEc= - /vinyl/0.5.3: - dependencies: - clone: 1.0.4 - clone-stats: 0.0.1 - replace-ext: 0.0.1 - dev: false - engines: - node: '>= 0.9' - resolution: - integrity: sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4= - /vinyl/1.2.0: - dependencies: - clone: 1.0.4 - clone-stats: 0.0.1 - replace-ext: 0.0.1 - dev: false - engines: - node: '>= 0.9' - resolution: - integrity: sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ= - /vm-browserify/1.1.2: - dev: false - resolution: - integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== - /void-elements/3.1.0: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YU9/v42AHwu18GYfWy9XhXUOTwk= - /vue-docgen-api/4.32.1: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - '@vue/compiler-dom': 3.0.0-rc.12 - '@vue/compiler-sfc': 3.0.0-rc.12 - ast-types: 0.13.3 - hash-sum: 1.0.2 - lru-cache: 4.1.5 - pug: 3.0.0 - recast: 0.19.1 - ts-map: 1.0.3 - vue-inbrowser-compiler-utils: 4.32.1 - dev: false - resolution: - integrity: sha512-N9xI2OZ+0aZgJrHzTEkNCOu2EBGUWkofJIVMZCQ9Z/IrMsEoezWGQ17qkcqlLpxepgl4NCjPBNZqqb6TZCCMlA== - /vue-docgen-loader/1.5.0_vue-docgen-api@4.32.1: - dependencies: - clone: 2.1.2 - jscodeshift: 0.7.1 - loader-utils: 1.4.0 - querystring: 0.2.0 - vue-docgen-api: 4.32.1 - dev: false - engines: - node: '>= 8.16' - peerDependencies: - vue-docgen-api: '>=3' - webpack: '>=4' - resolution: - integrity: sha512-LKZ8mxeIQ44uSUMTplnwOXbC4bO4E2vyZDTbn7/1QlVwJPEIjk3ahL0DA1m27IEw6YTlHOwtWS0PrHmDkFgyAg== - /vue-inbrowser-compiler-utils/4.32.1: - dependencies: - camelcase: 5.3.1 - dev: false - resolution: - integrity: sha512-IL8rBV3lCyHErqD8sBdQhWz3zJ/wLzG6JfoSzZ3K6HShS5QqIQfJN0GESvzIos6EGvmtByEf4TTJnjm12b51VQ== - /w3c-hr-time/1.0.2: - dependencies: - browser-process-hrtime: 1.0.0 - dev: false - resolution: - integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ== - /w3c-xmlserializer/1.1.2: - dependencies: - domexception: 1.0.1 - webidl-conversions: 4.0.2 - xml-name-validator: 3.0.0 - dev: false - resolution: - integrity: sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg== - /w3c-xmlserializer/2.0.0: - dependencies: - xml-name-validator: 3.0.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA== - /walker/1.0.7: - dependencies: - makeerror: 1.0.11 - dev: false - resolution: - integrity: sha1-L3+bj9ENZ3JisYqITijRlhjgKPs= - /warning/4.0.3: - dependencies: - loose-envify: 1.4.0 - dev: false - resolution: - integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w== - /watchpack-chokidar2/2.0.0: - dependencies: - chokidar: 2.1.8 - dev: false - engines: - node: <8.10.0 - optional: true - resolution: - integrity: sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA== - /watchpack/1.7.4: - dependencies: - graceful-fs: 4.2.4 - neo-async: 2.6.2 - dev: false - optionalDependencies: - chokidar: 3.4.2 - watchpack-chokidar2: 2.0.0 - resolution: - integrity: sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg== - /watchpack/2.0.0-beta.13: - dependencies: - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.4 - dev: false - engines: - node: '>=10.13.0' - resolution: - integrity: sha512-ZEFq2mx/k5qgQwgi6NOm+2ImICb8ngAkA/rZ6oyXZ7SgPn3pncf+nfhYTCrs3lmHwOxnPtGLTOuFLfpSMh1VMA== - /wcag-contrast/0.1.0: - dependencies: - hex-rgb: 1.0.0 - relative-luminance: 0.0.0 - dev: false - resolution: - integrity: sha1-auN5VOQElBcY7aGh2OJw2bVnGTQ= - /weak-map/1.0.0: - dev: false - resolution: - integrity: sha1-tm5Wqd8L0lp2u/G1FNsSkIBhSjc= - /web-namespaces/1.1.4: - dev: false - resolution: - integrity: sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw== - /web-vitals/0.2.1: - dev: false - resolution: - integrity: sha512-2pdRlp6gJpOCg0oMMqwFF0axjk5D9WInc09RSYtqFgPXQ15+YKNQ7YnBBEqAL5jvmfH9WvoXDMb8DHwux7pIew== - /webidl-conversions/4.0.2: - dev: false - resolution: - integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== - /webidl-conversions/5.0.0: - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA== - /webidl-conversions/6.1.0: - dev: false - engines: - node: '>=10.4' - resolution: - integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== - /webpack-dev-middleware/1.12.2_webpack@3.12.0: - dependencies: - memory-fs: 0.4.1 - mime: 1.6.0 - path-is-absolute: 1.0.1 - range-parser: 1.2.1 - time-stamp: 2.2.0 - webpack: 3.12.0_webpack@3.12.0 - dev: false - engines: - node: '>=0.6' - peerDependencies: - webpack: ^1.0.0 || ^2.0.0 || ^3.0.0 - resolution: - integrity: sha512-FCrqPy1yy/sN6U/SaEZcHKRXGlqU0DUaEBL45jkUYoB8foVb6wCnbIJ1HKIx+qUFTW+3JpVcCJCxZ8VATL4e+A== - /webpack-dev-middleware/3.7.2_webpack@4.44.2: - dependencies: - memory-fs: 0.4.1 - mime: 2.4.6 - mkdirp: 0.5.5 - range-parser: 1.2.1 - webpack: 4.44.2_webpack@4.44.2 - webpack-log: 2.0.0 - dev: false - engines: - node: '>= 6' - peerDependencies: - webpack: ^4.0.0 - resolution: - integrity: sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw== - /webpack-hot-middleware/2.25.0: - dependencies: - ansi-html: 0.0.7 - html-entities: 1.3.1 - querystring: 0.2.0 - strip-ansi: 3.0.1 - dev: false - resolution: - integrity: sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA== - /webpack-log/2.0.0: - dependencies: - ansi-colors: 3.2.4 - uuid: 3.4.0 - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg== - /webpack-sources/1.4.3: - dependencies: - source-list-map: 2.0.1 - source-map: 0.6.1 - dev: false - resolution: - integrity: sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== - /webpack-virtual-modules/0.2.2: - dependencies: - debug: 3.2.6 - dev: false - resolution: - integrity: sha512-kDUmfm3BZrei0y+1NTHJInejzxfhtU8eDj2M7OKb2IWrPFAeO1SOH2KuQ68MSZu9IGEHcxbkKKR1v18FrUSOmA== - /webpack/3.12.0_webpack@3.12.0: - dependencies: - acorn: 5.7.4 - acorn-dynamic-import: 2.0.2 - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 - async: 2.6.3 - enhanced-resolve: 3.4.1 - escope: 3.6.0 - interpret: 1.4.0 - json-loader: 0.5.7 - json5: 0.5.1 - loader-runner: 2.4.0 - loader-utils: 1.4.0 - memory-fs: 0.4.1 - mkdirp: 0.5.5 - node-libs-browser: 2.2.1 - source-map: 0.5.7 - supports-color: 4.5.0 - tapable: 0.2.9 - uglifyjs-webpack-plugin: 0.4.6_webpack@3.12.0 - watchpack: 1.7.4 - webpack-sources: 1.4.3 - yargs: 8.0.2 - dev: false - engines: - node: '>=4.3.0 <5.0.0 || >=5.10' - hasBin: true - peerDependencies: - webpack: '*' - resolution: - integrity: sha512-Sw7MdIIOv/nkzPzee4o0EdvCuPmxT98+vVpIvwtcwcF1Q4SDSNp92vwcKc4REe7NItH9f1S4ra9FuQ7yuYZ8bQ== - /webpack/4.43.0_webpack@4.43.0: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-module-context': 1.9.0 - '@webassemblyjs/wasm-edit': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - acorn: 6.4.1 - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 - chrome-trace-event: 1.0.2 - enhanced-resolve: 4.3.0 - eslint-scope: 4.0.3 - json-parse-better-errors: 1.0.2 - loader-runner: 2.4.0 - loader-utils: 1.4.0 - memory-fs: 0.4.1 - micromatch: 3.1.10 - mkdirp: 0.5.3 - neo-async: 2.6.1 - node-libs-browser: 2.2.1 - schema-utils: 1.0.0 - tapable: 1.1.3 - terser-webpack-plugin: 1.4.5_webpack@4.43.0 - watchpack: 1.7.4 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>=6.11.5' - hasBin: true - peerDependencies: - webpack: '*' - resolution: - integrity: sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g== - /webpack/4.44.2_webpack@4.44.2: - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-module-context': 1.9.0 - '@webassemblyjs/wasm-edit': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - acorn: 6.4.1 - ajv: 6.12.5 - ajv-keywords: 3.5.2_ajv@6.12.5 - chrome-trace-event: 1.0.2 - enhanced-resolve: 4.3.0 - eslint-scope: 4.0.3 - json-parse-better-errors: 1.0.2 - loader-runner: 2.4.0 - loader-utils: 1.4.0 - memory-fs: 0.4.1 - micromatch: 3.1.10 - mkdirp: 0.5.5 - neo-async: 2.6.2 - node-libs-browser: 2.2.1 - schema-utils: 1.0.0 - tapable: 1.1.3 - terser-webpack-plugin: 1.4.5_webpack@4.44.2 - watchpack: 1.7.4 - webpack-sources: 1.4.3 - dev: false - engines: - node: '>=6.11.5' - hasBin: true - peerDependencies: - webpack: '*' - webpack-cli: '*' - webpack-command: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - webpack-command: - optional: true - resolution: - integrity: sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q== - /websocket-driver/0.7.4: - dependencies: - http-parser-js: 0.5.2 - safe-buffer: 5.2.1 - websocket-extensions: 0.1.4 - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== - /websocket-extensions/0.1.4: - dev: false - engines: - node: '>=0.8.0' - resolution: - integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== - /whatwg-encoding/1.0.5: - dependencies: - iconv-lite: 0.4.24 - dev: false - resolution: - integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== - /whatwg-fetch/3.4.1: - dev: false - resolution: - integrity: sha512-sofZVzE1wKwO+EYPbWfiwzaKovWiZXf4coEzjGP9b2GBVgQRLQUZ2QcuPpQExGDAW5GItpEm6Tl4OU5mywnAoQ== - /whatwg-mimetype/2.3.0: - dev: false - resolution: - integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== - /whatwg-url/7.1.0: - dependencies: - lodash.sortby: 4.7.0 - tr46: 1.0.1 - webidl-conversions: 4.0.2 - dev: false - resolution: - integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== - /whatwg-url/8.2.2: - dependencies: - lodash.sortby: 4.7.0 - tr46: 2.0.2 - webidl-conversions: 6.1.0 - dev: false - engines: - node: '>=10' - resolution: - integrity: sha512-PcVnO6NiewhkmzV0qn7A+UZ9Xx4maNTI+O+TShmfE4pqjoCMwUMjkvoNhNHPTvgR7QH9Xt3R13iHuWy2sToFxQ== - /when/3.7.8: - dev: false - resolution: - integrity: sha1-xxMLan6gRpPoQs3J56Hyqjmjn4I= - /whet.extend/0.9.9: - dev: false - engines: - node: '>=0.6.0' - resolution: - integrity: sha1-+HfVv2SMl+WqVC+twW1qJZucEaE= - /which-module/2.0.0: - dev: false - resolution: - integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - /which/1.3.1: - dependencies: - isexe: 2.0.0 - dev: false - hasBin: true - resolution: - integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - /which/2.0.2: - dependencies: - isexe: 2.0.0 - dev: false - engines: - node: '>= 8' - hasBin: true - resolution: - integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - /wide-align/1.1.3: - dependencies: - string-width: 1.0.2 - dev: false - resolution: - integrity: sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== - /widest-line/2.0.1: - dependencies: - string-width: 2.1.1 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA== - /widest-line/3.1.0: - dependencies: - string-width: 4.2.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg== - /window-size/0.1.0: - dev: false - engines: - node: '>= 0.8.0' - resolution: - integrity: sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0= - /with/7.0.2: - dependencies: - '@babel/parser': 7.11.5 - '@babel/types': 7.11.5 - assert-never: 1.2.1 - babel-walk: 3.0.0-canary-5 - dev: false - engines: - node: '>= 10.0.0' - resolution: - integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w== - /word-wrap/1.2.3: - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - /wordwrap/0.0.2: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8= - /wordwrap/0.0.3: - dev: false - engines: - node: '>=0.4.0' - resolution: - integrity: sha1-o9XabNXAvAAI03I0u68b7WMFkQc= - /worker-farm/1.7.0: - dependencies: - errno: 0.1.7 - dev: false - resolution: - integrity: sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== - /worker-rpc/0.1.1: - dependencies: - microevent.ts: 0.1.1 - dev: false - resolution: - integrity: sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg== - /wrap-ansi/2.1.0: - dependencies: - string-width: 1.0.2 - strip-ansi: 3.0.1 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU= - /wrap-ansi/3.0.1: - dependencies: - string-width: 2.1.1 - strip-ansi: 4.0.0 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo= - /wrap-ansi/5.1.0: - dependencies: - ansi-styles: 3.2.1 - string-width: 3.1.0 - strip-ansi: 5.2.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== - /wrap-ansi/6.2.0: - dependencies: - ansi-styles: 4.2.1 - string-width: 4.2.0 - strip-ansi: 6.0.0 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== - /wrappy/1.0.2: - dev: false - resolution: - integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - /wrench/1.5.1: - deprecated: 'wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.' - dev: false - engines: - node: '>=0.1.97' - resolution: - integrity: sha1-P3pRmw5AkzhyO7A5sgmlQRdrqkI= - /write-file-atomic/2.4.1: - dependencies: - graceful-fs: 4.2.4 - imurmurhash: 0.1.4 - signal-exit: 3.0.3 - dev: false - resolution: - integrity: sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg== - /write-file-atomic/2.4.3: - dependencies: - graceful-fs: 4.2.4 - imurmurhash: 0.1.4 - signal-exit: 3.0.3 - dev: false - resolution: - integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== - /write-file-atomic/3.0.3: - dependencies: - imurmurhash: 0.1.4 - is-typedarray: 1.0.0 - signal-exit: 3.0.3 - typedarray-to-buffer: 3.1.5 - dev: false - resolution: - integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== - /write/0.2.1: - dependencies: - mkdirp: 0.5.5 - dev: false - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c= - /write/1.0.3: - dependencies: - mkdirp: 0.5.5 - dev: false - engines: - node: '>=4' - resolution: - integrity: sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== - /ws/7.3.1: - dev: false - 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 - resolution: - integrity: sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA== - /x-is-string/0.1.0: - dev: false - resolution: - integrity: sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI= - /xdg-basedir/3.0.0: - dev: false - engines: - node: '>=4' - resolution: - integrity: sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= - /xml-name-validator/3.0.0: - dev: false - resolution: - integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== - /xmlbuilder/10.1.1: - dev: false - engines: - node: '>=4.0' - resolution: - integrity: sha512-OyzrcFLL/nb6fMGHbiRDuPup9ljBycsdCypwuyg5AAHvyWzGfChJpCXMG88AGTIMFhGZ9RccFN1e6lhg3hkwKg== - /xmlchars/2.2.0: - dev: false - resolution: - integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== - /xtemplate/4.7.2: - dependencies: - escape-html: 1.0.3 - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha1-kNBRQORb8+hB07UpUCF0qs/k6GI= - /xtend/4.0.2: - dev: false - engines: - node: '>=0.4' - resolution: - integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - /xtpl/3.4.2: - dev: false - engines: - node: '>=0.10' - resolution: - integrity: sha512-LiZWnxWsEMUEbuziixcL9DrvCdruObsob/uqhc73oou3j/g3+egBmBREFKbSV8fhkWrkzeJgCVYOQSqFWBgK+w== - /y18n/3.2.1: - dev: false - resolution: - integrity: sha1-bRX7qITAhnnA136I53WegR4H+kE= - /y18n/4.0.0: - dev: false - resolution: - integrity: sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== - /yallist/2.1.2: - dev: false - resolution: - integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= - /yallist/3.1.1: - dev: false - resolution: - integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== - /yallist/4.0.0: - dev: false - resolution: - integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - /yaml/1.10.0: - dev: false - engines: - node: '>= 6' - resolution: - integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== - /yargs-parser/10.1.0: - dependencies: - camelcase: 4.1.0 - dev: false - resolution: - integrity: sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ== - /yargs-parser/13.1.2: - dependencies: - camelcase: 5.3.1 - decamelize: 1.2.0 - dev: false - resolution: - integrity: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== - /yargs-parser/18.1.3: - dependencies: - camelcase: 5.3.1 - decamelize: 1.2.0 - dev: false - engines: - node: '>=6' - resolution: - integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - /yargs-parser/7.0.0: - dependencies: - camelcase: 4.1.0 - dev: false - resolution: - integrity: sha1-jQrELxbqVd69MyyvTEA4s+P139k= - /yargs/13.3.2: - dependencies: - cliui: 5.0.0 - find-up: 3.0.0 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - require-main-filename: 2.0.0 - set-blocking: 2.0.0 - string-width: 3.1.0 - which-module: 2.0.0 - y18n: 4.0.0 - yargs-parser: 13.1.2 - dev: false - resolution: - integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== - /yargs/15.4.1: - dependencies: - cliui: 6.0.0 - decamelize: 1.2.0 - find-up: 4.1.0 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - require-main-filename: 2.0.0 - set-blocking: 2.0.0 - string-width: 4.2.0 - which-module: 2.0.0 - y18n: 4.0.0 - yargs-parser: 18.1.3 - dev: false - engines: - node: '>=8' - resolution: - integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== - /yargs/3.10.0: - dependencies: - camelcase: 1.2.1 - cliui: 2.1.0 - decamelize: 1.2.0 - window-size: 0.1.0 - dev: false - resolution: - integrity: sha1-9+572FfdfB0tOMDnTvvWgdFDH9E= - /yargs/8.0.2: - dependencies: - camelcase: 4.1.0 - cliui: 3.2.0 - decamelize: 1.2.0 - get-caller-file: 1.0.3 - os-locale: 2.1.0 - read-pkg-up: 2.0.0 - require-directory: 2.1.1 - require-main-filename: 1.0.1 - set-blocking: 2.0.0 - string-width: 2.1.1 - which-module: 2.0.0 - y18n: 3.2.1 - yargs-parser: 7.0.0 - dev: false - resolution: - integrity: sha1-YpmpBVsc78lp/355wdkY3Osiw2A= - /yarn-or-npm/3.0.1: - dependencies: - cross-spawn: 6.0.5 - pkg-dir: 4.2.0 - dev: false - engines: - node: '>=8.6.0' - hasBin: true - resolution: - integrity: sha512-fTiQP6WbDAh5QZAVdbMQkecZoahnbOjClTQhzv74WX5h2Uaidj1isf9FDes11TKtsZ0/ZVfZsqZ+O3x6aLERHQ== - /zwitch/1.0.5: - dev: false - resolution: - integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw== - 'file:projects/babel-preset.tgz': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/core': 7.11.6 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-export-default-from': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.11.6 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.11.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.6 - '@babel/plugin-transform-modules-commonjs': 7.10.4_@babel+core@7.11.6 - '@babel/preset-env': 7.11.5_@babel+core@7.11.6 - '@babel/preset-react': 7.10.4_@babel+core@7.11.6 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.6 - babel-plugin-date-fns: 2.0.0 - babel-plugin-dynamic-import-node: 2.3.3 - babel-plugin-lodash: 3.3.4 - babel-plugin-styled-components: 1.11.1_styled-components@5.2.0 - babel-plugin-transform-react-remove-prop-types: 0.4.24 - core-js: 3.6.5 - cross-env: 7.0.2 - eslint: 7.9.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - minimist: 1.2.5 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - styled-components: 5.2.0_975908421a0f349b287d23c767f90c42 - dev: false - name: '@rush-temp/babel-preset' - resolution: - integrity: sha512-m94VKwcY2ENEJDbU/qM8KAPcliloimfi/vOZH6VLA384TNNPMHTO5U9DMJ5TJZtiB5tw0uDKwc4mwyk9dUQQIA== - tarball: 'file:projects/babel-preset.tgz' - version: 0.0.0 - 'file:projects/docs.tgz_@babel+core@7.11.6': - dependencies: - '@mdx-js/loader': 0.15.7 - '@mdx-js/mdx': 0.15.7 - '@mdx-js/tag': 0.15.6_react@16.13.1 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-styled-components: 1.11.1_styled-components@3.4.10 - eslint: 7.9.0 - is-absolute-url: 2.1.0 - mdx-docs: 1.0.0-9_e74264c60016aaccc6b7cdd6f55c158f - next: 9.4.4_react-dom@16.13.1+react@16.13.1 - next-mdx-docs: 0.0.1-0_@mdx-js+mdx@0.15.7 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - remark-autolink-headings: 5.2.2 - remark-emoji: 2.1.0 - remark-images: 0.8.1 - remark-slug: 5.1.2 - styled-components: 3.4.10_react@16.13.1 - dev: false - id: 'file:projects/docs.tgz' - name: '@rush-temp/docs' - peerDependencies: - '@babel/core': '*' - resolution: - integrity: sha512-weTD4eh6JREra02hvMEZCa1H0TB0O3tzhdm7pfiIOAYk9jUL9KgtBkCzbtCIM24K/KLOOf9oLrT7Wz7/KPOEEg== - tarball: 'file:projects/docs.tgz' - version: 0.0.0 - 'file:projects/eslint-config.tgz': - dependencies: - '@rushstack/eslint-config': 1.3.0_eslint@7.9.0+typescript@4.0.2 - '@typescript-eslint/eslint-plugin': 4.1.1_f56e3c8176f99a28c3d29ed46b5a0108 - '@typescript-eslint/parser': 4.1.1_eslint@7.9.0+typescript@4.0.2 - babel-eslint: 10.1.0_eslint@7.9.0 - eslint: 7.9.0 - eslint-config-prettier: 6.11.0_eslint@7.9.0 - eslint-import-resolver-typescript: 2.3.0_abdf0c9d977be3d37bd469dd74184e57 - eslint-plugin-import: 2.22.0_eslint@7.9.0 - eslint-plugin-jest: 24.0.1_eslint@7.9.0+typescript@4.0.2 - eslint-plugin-jsx-a11y: 6.3.1_eslint@7.9.0 - eslint-plugin-progress: 0.0.1 - eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6_eslint@7.9.0 - eslint-plugin-react-hooks: 4.1.2_eslint@7.9.0 - eslint-plugin-sonarjs: 0.5.0_eslint@7.9.0 - prettier: 2.1.2 - typescript: 4.0.2 - dev: false - name: '@rush-temp/eslint-config' - resolution: - integrity: sha512-ZuRbE+3Gm3J4ux3sv+uKXZywrhwrbwwDyMHNyt0sJK1C8SMOaw+HfuU6wnJcXMJhRzxdo/eMvNxynsdIIQQETA== - tarball: 'file:projects/eslint-config.tgz' - version: 0.0.0 - 'file:projects/pcln-autocomplete.tgz': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/core': 7.11.6 - '@reach/component-component': 0.7.4_react-dom@16.13.1+react@16.13.1 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - cat-names: 2.0.0 - cross-env: 7.0.2 - downshift: 3.4.8_react@16.13.1 - eslint: 7.9.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@3.4.10 - npm-run-all: 4.1.5 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - rimraf: 3.0.2 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - us: 2.0.0 - dev: false - name: '@rush-temp/pcln-autocomplete' - resolution: - integrity: sha512-m0vlIevcef4CzEeClNcROsgQo315zuQ5/TFlIbzKGhEXyMwoxvGbqZ5nwAeecPVLC4fT3T610N2+js02wdrgww== - tarball: 'file:projects/pcln-autocomplete.tgz' - version: 0.0.0 - 'file:projects/pcln-design-system.tgz_5f4e75485d05063debccc2e0651ceb55': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@compositor/kit': 1.0.47_96183bafb194bd1831759ec16b732ca5 - '@storybook/addon-actions': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/addon-info': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/react': 5.3.21_859c605ca6661ee792e8f02338da5f92 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - '@types/styled-system': 4.2.2 - camelcase: 6.0.0 - cross-env: 7.0.2 - deepmerge: 4.2.2 - eslint: 7.9.0 - hoist-non-react-statics: 3.3.2 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@3.4.10 - moize: 5.4.7 - npm-run-all: 4.1.5 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-test-renderer: 16.13.1_react@16.13.1 - rimraf: 3.0.2 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - stylis: 3.5.4 - dev: false - id: 'file:projects/pcln-design-system.tgz' - name: '@rush-temp/pcln-design-system' - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - babel-loader: '*' - resolution: - integrity: sha512-vSlxRiMmyvth7Jcf6vbeINx2n6HTmk+aqPKZvtru49LJU+AkgPY2fuV9eBUm6fzgyDBRMeZpMfzcvAkCcTT44Q== - tarball: 'file:projects/pcln-design-system.tgz' - version: 0.0.0 - 'file:projects/pcln-icons.tgz_@babel+core@7.11.6': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.6 - '@svgr/cli': 4.3.3 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - cross-env: 7.0.2 - eslint: 7.9.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@3.4.10 - lodash.upperfirst: 4.3.1 - npm-run-all: 4.1.5 - pcln-design-system: 3.6.1_87057663cfb81d1ab42a7e878d93e1fd - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-test-renderer: 16.13.1_react@16.13.1 - rimraf: 3.0.2 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - dev: false - id: 'file:projects/pcln-icons.tgz' - name: '@rush-temp/pcln-icons' - peerDependencies: - '@babel/core': '*' - resolution: - integrity: sha512-nk9SP4oHv9WAbAWlJkNyXzlHCvanbIiai21OiGMNdDffym37+deuUfM9xc+yMf8DHGc4aTfWCDKmAaobH0kxvw== - tarball: 'file:projects/pcln-icons.tgz' - version: 0.0.0 - 'file:projects/pcln-modal.tgz_df3cdb8411b91d06031563a68743d278': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@reach/dialog': 0.7.4_9dda0080177cf6c707a911d3fb3b859b - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - cross-env: 7.0.2 - eslint: 7.9.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@3.4.10 - npm-run-all: 4.1.5 - prop-types: 15.7.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-transition-group: 2.9.0_react-dom@16.13.1+react@16.13.1 - rimraf: 3.0.2 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - dev: false - id: 'file:projects/pcln-modal.tgz' - name: '@rush-temp/pcln-modal' - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - resolution: - integrity: sha512-bCLmb/2Oj7C4KkPBXkD6MoBvcAm27QVH1kFh9ZGa90HFyNi/jlJ4CMZQhHLtuYYcNo7RQ/6TcvFmR9wsV6uK0A== - tarball: 'file:projects/pcln-modal.tgz' - version: 0.0.0 - 'file:projects/pcln-popover.tgz_df3cdb8411b91d06031563a68743d278': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@reach/component-component': 0.7.4_react-dom@16.13.1+react@16.13.1 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - cross-env: 7.0.2 - eslint: 7.9.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@3.4.10 - npm-run-all: 4.1.5 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-focus-lock: 2.4.1_5ce8f66b58dc92cd3f67a918e0e72f70 - react-popper: 1.3.7_react@16.13.1 - rimraf: 3.0.2 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - dev: false - id: 'file:projects/pcln-popover.tgz' - name: '@rush-temp/pcln-popover' - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - resolution: - integrity: sha512-Qo5AqJ+7tVKH7ogekDKgcWY2/qKFxgQzHfV2mgnK+F0FjkoagkTWoG74fFb3+EeaNX+6YjhV2i0jCL6bp+Yekg== - tarball: 'file:projects/pcln-popover.tgz' - version: 0.0.0 - 'file:projects/pcln-slider.tgz': - dependencies: - '@babel/cli': 7.11.6_@babel+core@7.11.6 - '@babel/core': 7.11.6 - '@reach/component-component': 0.7.4_react-dom@16.13.1+react@16.13.1 - '@testing-library/jest-dom': 5.11.4 - '@testing-library/react': 11.0.4_react-dom@16.13.1+react@16.13.1 - classnames: 2.2.6 - cross-env: 7.0.2 - enzyme: 3.11.0 - enzyme-adapter-react-16: 1.15.4_df2dc313d8031f8c2dbd009d86ca7fc7 - eslint: 7.9.0 - jest: 26.4.2 - jest-standard-reporter: 1.1.1 - jest-styled-components: 6.3.4_styled-components@3.4.10 - npm-run-all: 4.1.5 - prop-types: 15.7.2 - rc-tools: 8.4.5 - rc-tooltip: 3.7.3 - rc-trigger: 2.6.5 - rc-util: 4.21.1 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - rimraf: 3.0.2 - shallowequal: 1.1.0 - styled-components: 3.4.10_react@16.13.1 - styled-system: 4.2.4 - warning: 4.0.3 - dev: false - name: '@rush-temp/pcln-slider' - resolution: - integrity: sha512-m2s93K/D2IwQdGDHgW/xzmL5HKPeWtg5c2DaAjORgwrH/FtPiDxxSSVnWH8jLglhleQ9sOqoWWbS7H3dnhhqug== - tarball: 'file:projects/pcln-slider.tgz' - version: 0.0.0 - 'file:projects/pcln-types.tgz': - dependencies: - '@types/react': 16.9.49 - '@types/styled-system': 4.2.2 - csstype: 2.6.13 - dtslint: 4.0.2 - eslint: 7.9.0 - prettier: 2.1.2 - dev: false - name: '@rush-temp/pcln-types' - resolution: - integrity: sha512-ZFKBo+up+1XW8pgtB+T/SMVHY/e4cXxdodpGNxtUVwXSEX7R9ute9cQoLzugJQKKNTzJ8O4PWJg1hdlTuEVnLQ== - tarball: 'file:projects/pcln-types.tgz' - version: 0.0.0 - 'file:projects/storybook.tgz_df3cdb8411b91d06031563a68743d278': - dependencies: - '@compositor/kit': 1.0.47_96183bafb194bd1831759ec16b732ca5 - '@storybook/addon-a11y': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/addon-actions': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/addon-docs': 5.3.21_859c605ca6661ee792e8f02338da5f92 - '@storybook/addon-info': 5.3.21_b8c733f7abe50cdc700f864902351693 - '@storybook/addon-knobs': 5.3.21_9dda0080177cf6c707a911d3fb3b859b - '@storybook/addon-viewport': 5.3.21_9dda0080177cf6c707a911d3fb3b859b - '@storybook/react': 5.3.21_859c605ca6661ee792e8f02338da5f92 - babel-loader: 8.1.0_@babel+core@7.11.6 - babel-plugin-react-docgen: 4.1.0 - chromatic: 5.2.0_@babel+core@7.11.6 - eslint: 7.9.0 - npm-run-all: 4.1.5 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - react-draggable-playground: 1.0.0 - styled-components: 3.4.10_react@16.13.1 - dev: false - id: 'file:projects/storybook.tgz' - name: '@rush-temp/storybook' - peerDependencies: - '@babel/core': '*' - '@types/react': '*' - resolution: - integrity: sha512-OJ6lMUr86PHWGCvkPDQjwBw6/VaEov4oax7l1qDHjcN1n1KRzW2Za8cB4jjChbdWlZ9EoXBcYhJuCWqA3xvjjg== - tarball: 'file:projects/storybook.tgz' - version: 0.0.0 -specifiers: - '@babel/cli': ^7.11.6 - '@babel/core': ^7.11.6 - '@babel/plugin-proposal-class-properties': ^7.10.4 - '@babel/plugin-proposal-export-default-from': ^7.10.4 - '@babel/plugin-proposal-nullish-coalescing-operator': ^7.10.4 - '@babel/plugin-proposal-optional-chaining': ^7.11.0 - '@babel/plugin-syntax-dynamic-import': ^7.8.3 - '@babel/plugin-syntax-jsx': ^7.10.4 - '@babel/plugin-transform-modules-commonjs': ^7.10.4 - '@babel/preset-env': ^7.11.5 - '@babel/preset-react': ^7.10.4 - '@babel/preset-typescript': ^7.10.4 - '@compositor/kit': ^1.0.47 - '@mdx-js/loader': ^0.15.5 - '@mdx-js/mdx': ^0.15.5 - '@mdx-js/tag': ^0.15.0 - '@reach/component-component': ^0.7.0 - '@reach/dialog': ^0.7.0 - '@rush-temp/babel-preset': 'file:./projects/babel-preset.tgz' - '@rush-temp/docs': 'file:./projects/docs.tgz' - '@rush-temp/eslint-config': 'file:./projects/eslint-config.tgz' - '@rush-temp/pcln-autocomplete': 'file:./projects/pcln-autocomplete.tgz' - '@rush-temp/pcln-design-system': 'file:./projects/pcln-design-system.tgz' - '@rush-temp/pcln-icons': 'file:./projects/pcln-icons.tgz' - '@rush-temp/pcln-modal': 'file:./projects/pcln-modal.tgz' - '@rush-temp/pcln-popover': 'file:./projects/pcln-popover.tgz' - '@rush-temp/pcln-slider': 'file:./projects/pcln-slider.tgz' - '@rush-temp/pcln-types': 'file:./projects/pcln-types.tgz' - '@rush-temp/storybook': 'file:./projects/storybook.tgz' - '@rushstack/eslint-config': ^1.3.0 - '@storybook/addon-a11y': ^5.3.21 - '@storybook/addon-actions': ^5.3.21 - '@storybook/addon-docs': ^5.3.21 - '@storybook/addon-info': ^5.3.21 - '@storybook/addon-knobs': ^5.3.21 - '@storybook/addon-viewport': ^5.3.21 - '@storybook/react': ^5.3.21 - '@svgr/cli': ^4.3.3 - '@testing-library/jest-dom': ^5.11.4 - '@testing-library/react': ^11.0.4 - '@types/react': ^16.9.49 - '@types/styled-system': ^4.2.2 - '@typescript-eslint/eslint-plugin': ^4.1.1 - '@typescript-eslint/parser': ^4.1.1 - babel-eslint: ^10.1.0 - babel-loader: ^8.1.0 - babel-plugin-date-fns: ^2.0.0 - babel-plugin-dynamic-import-node: ^2.3.3 - babel-plugin-lodash: ^3.3.4 - babel-plugin-react-docgen: 4.1.0 - babel-plugin-styled-components: ^1.11.1 - babel-plugin-transform-react-remove-prop-types: ^0.4.24 - camelcase: ^6.0.0 - cat-names: ^2.0.0 - chromatic: ^5.2.0 - classnames: ^2.2.5 - core-js: ^3.6.5 - cross-env: ^7.0.2 - csstype: ^2.6.7 - deepmerge: ^4.2.2 - downshift: ^3.2.6 - dtslint: ^4.0.0 - enzyme: ^3.11.0 - enzyme-adapter-react-16: ^1.15.4 - eslint: ^7.9.0 - eslint-config-prettier: ^6.11.0 - eslint-import-resolver-typescript: ^2.3.0 - eslint-plugin-import: ^2.22.0 - eslint-plugin-jest: ^24.0.1 - eslint-plugin-jsx-a11y: ^6.3.1 - eslint-plugin-progress: ^0.0.1 - eslint-plugin-promise: ^4.2.1 - eslint-plugin-react: ^7.20.6 - eslint-plugin-react-hooks: ^4.1.2 - eslint-plugin-sonarjs: ^0.5.0 - hoist-non-react-statics: ^3.3.2 - is-absolute-url: ^2.1.0 - jest: ^26.4.2 - jest-standard-reporter: ^1.1.1 - jest-styled-components: ^6.3.4 - lodash.upperfirst: ^4.3.1 - mdx-docs: ^1.0.0-9 - minimist: ^1.2.5 - moize: ^5.4.7 - next: ~9.4.4 - next-mdx-docs: 0.0.1-0 - npm-run-all: ^4.1.5 - pcln-design-system: ^3.6.1 - prettier: ^2.1.1 - prop-types: ^15.7.2 - rc-tools: ^8.4.5 - rc-tooltip: ^3.7.0 - rc-trigger: ^2.6.5 - rc-util: ^4.0.4 - react-draggable-playground: ^1.0.0 - react-focus-lock: ^2.2.1 - react-popper: ^1.3.3 - react-test-renderer: ^16.13.1 - react-transition-group: ^2.5.3 - remark-autolink-headings: ^5.0.0 - remark-emoji: ^2.0.2 - remark-images: ^0.8.1 - remark-slug: ^5.1.0 - rimraf: ^3.0.2 - shallowequal: ^1.0.1 - styled-components: ^5.2.0 - styled-system: ^5.1.5 - stylis: ^3.5.4 - us: ^2.0.0 - warning: ^4.0.3 diff --git a/packages/autocomplete/package.json b/packages/autocomplete/package.json index d1cbf326e7..dd7579695a 100644 --- a/packages/autocomplete/package.json +++ b/packages/autocomplete/package.json @@ -36,8 +36,8 @@ "@priceline/babel-preset": "^0.0.1", "@priceline/eslint-config": "^0.0.1", "@reach/component-component": "^0.7.0", - "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^11.0.4", + "@testing-library/jest-dom": "^5.11.6", + "@testing-library/react": "^11.2.2", "cat-names": "^2.0.0", "cross-env": "^7.0.2", "eslint": "^7.16.0", diff --git a/packages/core/jest.config.js b/packages/core/jest.config.js index 763bc78c32..50b26a92ea 100644 --- a/packages/core/jest.config.js +++ b/packages/core/jest.config.js @@ -5,6 +5,6 @@ module.exports = { ], moduleDirectories: ['node_modules', 'test'], reporters: ['jest-standard-reporter'], - setupFilesAfterEnv: ['./test/jest.setup.js'], + setupFilesAfterEnv: ['./test/jest.setup.ts'], testMatch: ['/src/**/*.spec.js'], } diff --git a/packages/core/package.json b/packages/core/package.json index 8a8af9be2f..bb4e4d154a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -23,11 +23,11 @@ "scripts": { "prepare": "run-s clean build", "build": "run-s build:js build:types", - "build:babel:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/cjs", - "build:babel:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/esm", - "build:babel:es": "cross-env NODE_ENV=production BABEL_ENV=es babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/es", + "build:babel:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/cjs --extensions='.js,.ts,.tsx'", + "build:babel:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/esm --extensions='.js,.ts,.tsx'", + "build:babel:es": "cross-env NODE_ENV=production BABEL_ENV=es babel ./src --ignore '**/*.stories.js,**/*.spec.js' --out-dir ./dist/es --extensions='.js,.ts,.tsx'", + "build:types": "tsc --emitDeclarationOnly", "build:js": "run-p build:babel:*", - "build:types": "mkdir -p ./dist/types && cp ../../tools/types/types/index.d.ts dist/types", "clean": "rimraf dist", "lint": "eslint .", "lint:fix": "eslint . --fix", @@ -73,7 +73,7 @@ "deepmerge": "^4.2.2", "hoist-non-react-statics": "^3.3.2", "moize": "^5.4.7", - "pcln-icons": "4.0.1-holiday-2020.1", + "pcln-icons": "^4.0.1-holiday-2020.1", "prop-types": "^15.7.2", "styled-system": "^4.2.4" }, @@ -82,11 +82,10 @@ "@compositor/kit": "^1.0.47", "@priceline/babel-preset": "^0.0.1", "@priceline/eslint-config": "^0.0.1", - "@storybook/addon-actions": "^5.3.21", - "@storybook/addon-info": "^5.3.21", - "@storybook/react": "^5.3.21", - "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^11.0.4", + "@storybook/addon-actions": "^6.1.8", + "@storybook/react": "^6.1.8", + "@testing-library/jest-dom": "^5.11.6", + "@testing-library/react": "^11.2.2", "@testing-library/react-hooks": "^3.4.2", "camelcase": "^6.0.0", "cross-env": "^7.0.2", @@ -100,10 +99,13 @@ "react-test-renderer": "^16.13.1", "rimraf": "^3.0.2", "stylis": "^3.5.4", - "styled-components": "^4.4.1" + "styled-components": "^4.4.1", + "@types/jest": "^26.0.15", + "@types/react-test-renderer": "^16.9.4", + "typescript": "^4.1.3" }, "peerDependencies": { - "react": "^16.10.0", + "react": "^16.10.0 || ^17.0.0", "react-dom": "^16.10.0", "styled-components": ">=4.4.1" } diff --git a/packages/core/src/Box/Box.spec.js b/packages/core/src/Box/Box.spec.tsx similarity index 97% rename from packages/core/src/Box/Box.spec.js rename to packages/core/src/Box/Box.spec.tsx index 3831e80d0e..cd0f279656 100644 --- a/packages/core/src/Box/Box.spec.js +++ b/packages/core/src/Box/Box.spec.tsx @@ -1,5 +1,6 @@ import React from 'react' +import { rendererCreateWithTheme } from '../../test/rendererCreateWithTheme' import { theme, Box } from '..' describe('Box', () => { diff --git a/packages/core/src/Box/Box.stories.js b/packages/core/src/Box/Box.stories.tsx similarity index 87% rename from packages/core/src/Box/Box.stories.js rename to packages/core/src/Box/Box.stories.tsx index e53c3447c2..e85103bf9c 100644 --- a/packages/core/src/Box/Box.stories.js +++ b/packages/core/src/Box/Box.stories.tsx @@ -1,6 +1,5 @@ /* eslint-disable react/no-unescaped-entities */ import React from 'react' -import { withInfo } from '@storybook/addon-info' import { Box, Text } from '..' @@ -9,28 +8,24 @@ const description = export default { title: 'Box', -} - -export const LayoutComponent = withInfo({ - text: description, - inline: true, -})(() => Hello) - -LayoutComponent.story = { - name: 'Layout component', component: Box, + parameters: { + docs: { + description: { + component: description, + }, + }, + }, } +export const LayoutComponent = () => Hello + export const DisplayAndSize = () => ( Hello ) -DisplayAndSize.story = { - name: 'Display and size', -} - export const Padding = () => Hello export const Height = () => ( @@ -40,7 +35,6 @@ export const Height = () => ( width={[150, 250, 350, 450]} /> ) - export const MaxAndMinValues = () => ( ( minWidth={[300, null, 200, null, 100]} /> ) - -MaxAndMinValues.story = { - name: 'Max and min values', -} - export const Margin = () => Hello - export const Color = () => ( Hello ) - export const BoxShadow = () => (
{['sm', 'md', 'lg', 'xl'].map((boxShadow) => ( @@ -78,11 +65,6 @@ export const BoxShadow = () => ( ))}
) - -BoxShadow.story = { - name: 'Box shadow', -} - export const BackgroundColor = () => ( @@ -99,31 +81,24 @@ export const BackgroundColor = () => ( ) - export const Size = () => - export const Width = () => ( Half Width ) - export const PixelWidth = () => ( 256px width ) -export const VwWidth = () => ( +export const VWWidth = () => ( 50vw width ) -VwWidth.story = { - name: 'VW Width', -} - export const DirectionalPadding = () => ( @@ -192,7 +167,4 @@ export const ThemeUserCaseColorText = () => ( ) - -ThemeUserCaseColorText.story = { - name: 'Theme user case: color=text', -} +ThemeUserCaseColorText.storyName = "Theme user case: color='text'" diff --git a/packages/core/src/Box/Box.js b/packages/core/src/Box/Box.tsx similarity index 86% rename from packages/core/src/Box/Box.js rename to packages/core/src/Box/Box.tsx index 548510dc5f..570a6c71dd 100644 --- a/packages/core/src/Box/Box.js +++ b/packages/core/src/Box/Box.tsx @@ -21,19 +21,7 @@ import { boxShadow, } from '../utils' -const Box = styled.div` - ${display} ${height} ${maxHeight} ${maxWidth} - ${minHeight} ${minWidth} ${size} ${space} - ${textAlign} ${width} - - ${applyVariations('Box')} - ${boxShadow} - ${color} -` - -Box.displayName = 'Box' - -Box.propTypes = { +const boxPropTypes = { ...display.propTypes, ...maxHeight.propTypes, ...maxWidth.propTypes, @@ -48,4 +36,20 @@ Box.propTypes = { color: deprecatedColorValue(), } +type BoxProps = PropTypes.InferProps + +const Box = styled.div` + ${display} ${height} ${maxHeight} ${maxWidth} + ${minHeight} ${minWidth} ${size} ${space} + ${textAlign} ${width} + + ${applyVariations('Box')} + ${boxShadow} + ${color} +` + +Box.displayName = 'Box' + +Box.propTypes = boxPropTypes + export default Box diff --git a/packages/core/src/Box/__snapshots__/Box.spec.js.snap b/packages/core/src/Box/__snapshots__/Box.spec.js.snap deleted file mode 100644 index 86a31ed9e8..0000000000 --- a/packages/core/src/Box/__snapshots__/Box.spec.js.snap +++ /dev/null @@ -1,74 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Box boxShadowSize prop sets box-shadow 1`] = ` -.c0 { - box-shadow: 0 0 2px 0 rgba(0,0,0,.08),0 1px 4px 0 rgba(0,0,0,.16); -} - -
-`; - -exports[`Box color prop sets color 1`] = ` -.c0 { - color: #007aff; -} - -
-`; - -exports[`Box m prop sets margin 1`] = ` -.c0 { - margin: 8px; -} - -
-`; - -exports[`Box maxHeight, maxWidth, minHeight, minWidth 1`] = ` -.c0 { - max-height: 250px; - max-width: 250px; - min-height: 55px; - min-width: 55px; -} - -
-`; - -exports[`Box p prop sets padding 1`] = ` -.c0 { - padding: 8px; -} - -
-`; - -exports[`Box renders 1`] = ` -
-`; - -exports[`Box width and height props set width/height 1`] = ` -.c0 { - height: 50%; - width: 50%; -} - -
-`; diff --git a/packages/core/src/Box/index.js b/packages/core/src/Box/index.ts similarity index 100% rename from packages/core/src/Box/index.js rename to packages/core/src/Box/index.ts diff --git a/packages/core/src/index.js b/packages/core/src/index.ts similarity index 100% rename from packages/core/src/index.js rename to packages/core/src/index.ts diff --git a/packages/core/test/jest.setup.js b/packages/core/test/jest.setup.js deleted file mode 100644 index f3e3793143..0000000000 --- a/packages/core/test/jest.setup.js +++ /dev/null @@ -1,17 +0,0 @@ -import React from 'react' -import { ThemeProvider } from 'styled-components' - -import '@testing-library/jest-dom/extend-expect' -import 'jest-styled-components' -import renderer from 'react-test-renderer' - -import { createTheme } from '../src' - -global.rendererCreateWithTheme = (Tree) => - renderer.create({Tree}) - -global.requestAnimationFrame = - global.requestAnimationFrame || - function _raf(cb) { - return setTimeout(cb, 0) - } diff --git a/packages/core/test/jest.setup.ts b/packages/core/test/jest.setup.ts new file mode 100644 index 0000000000..8ca658e3a3 --- /dev/null +++ b/packages/core/test/jest.setup.ts @@ -0,0 +1,16 @@ +/* eslint-disable @typescript-eslint/ban-ts-comment */ +import '@testing-library/jest-dom/extend-expect' +import 'jest-styled-components' + +import { rendererCreateWithTheme } from './rendererCreateWithTheme' + +// @ts-ignore +global.rendererCreateWithTheme = rendererCreateWithTheme + +// @ts-ignore +global.requestAnimationFrame = + // @ts-ignore + global.requestAnimationFrame || + function _raf(cb) { + return setTimeout(cb, 0) + } diff --git a/packages/core/test/rendererCreateWithTheme.tsx b/packages/core/test/rendererCreateWithTheme.tsx new file mode 100644 index 0000000000..7974018cb5 --- /dev/null +++ b/packages/core/test/rendererCreateWithTheme.tsx @@ -0,0 +1,7 @@ +import React from 'react' +import renderer, { ReactTestRenderer } from 'react-test-renderer' +import { ThemeProvider } from 'styled-components' +import { createTheme } from '../src' + +export const rendererCreateWithTheme = (Tree: React.Node): ReactTestRenderer => + renderer.create({Tree}) diff --git a/packages/core/test/testing-library.js b/packages/core/test/testing-library.tsx similarity index 67% rename from packages/core/test/testing-library.js rename to packages/core/test/testing-library.tsx index a60ae84bab..52404785df 100644 --- a/packages/core/test/testing-library.js +++ b/packages/core/test/testing-library.tsx @@ -1,6 +1,6 @@ import React from 'react' import PropTypes from 'prop-types' -import { render } from '@testing-library/react' +import { render, RenderResult } from '@testing-library/react' import { ThemeProvider } from '../src' const WithThemeProvider = ({ children }) => ( @@ -10,7 +10,9 @@ WithThemeProvider.propTypes = { children: PropTypes.node, } -const customRender = (ui, options) => +// eslint-disable-next-line @typescript-eslint/ban-ts-comment +// @ts-ignore +const customRender = (ui: React.Node, options: any): RenderResult => render(ui, { wrapper: WithThemeProvider, ...options }) // re-export everything diff --git a/packages/core/tsconfig.json b/packages/core/tsconfig.json new file mode 100644 index 0000000000..0cc25ac270 --- /dev/null +++ b/packages/core/tsconfig.json @@ -0,0 +1,14 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "es5", + "lib": ["esnext", "DOM"], + "sourceMap": true, + "jsx": "react", + "declaration": true, + "declarationDir": "dist/types", + "allowSyntheticDefaultImports": true + }, + "include": ["src", "test"], + "exclude": ["node_modules", "src/**/*.spec.tsx"] +} diff --git a/packages/icons/jest.config.js b/packages/icons/jest.config.js index 78d6c7c548..de592c201e 100644 --- a/packages/icons/jest.config.js +++ b/packages/icons/jest.config.js @@ -4,6 +4,9 @@ module.exports = { '/plugins/**/*.js', '!**/*.stories.js', ], + "moduleNameMapper": { + "^styled-components$": "/node_modules/styled-components" + }, moduleDirectories: ['node_modules', 'test'], reporters: ['jest-standard-reporter'], setupFilesAfterEnv: ['./test/jest.setup.js'], diff --git a/packages/icons/package.json b/packages/icons/package.json index dde0e8d279..91db3dd2a7 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -38,12 +38,13 @@ }, "devDependencies": { "@babel/cli": "^7.11.6", + "@babel/core": "^7.11.6", "@babel/plugin-syntax-jsx": "^7.10.4", "@priceline/babel-preset": "^0.0.1", "@priceline/eslint-config": "^0.0.1", "@svgr/cli": "^4.3.3", - "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^11.0.4", + "@testing-library/jest-dom": "^5.11.6", + "@testing-library/react": "^11.2.2", "cross-env": "^7.0.2", "eslint": "^7.16.0", "jest": "^26.4.2", @@ -59,8 +60,8 @@ }, "peerDependencies": { "pcln-design-system": "^3.6.1", - "react": "^16.10.0", - "react-dom": "^16.10.0", + "react": "^16.10.0 || ^17.0.0", + "react-dom": "^16.10.0 || ^17.0.0", "styled-components": ">=4.4.1" } } diff --git a/packages/icons/src/__snapshots__/index.spec.js.snap b/packages/icons/src/__snapshots__/index.spec.js.snap index e695bb058d..29d0801ab3 100644 --- a/packages/icons/src/__snapshots__/index.spec.js.snap +++ b/packages/icons/src/__snapshots__/index.spec.js.snap @@ -2,7 +2,19 @@ exports[`renders Ac 1`] = ` - .c0 { + .c1 { + -webkit-flex: none; + -ms-flex: none; + flex: none; + line-height: 1; + width: 24px; +} + +.c2 { + outline: none; +} + +.c0 { font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif; line-height: 1.4; font-weight: 500; @@ -17,7 +29,7 @@ exports[`renders Ac 1`] = ` >