commerce/package-lock.json
2022-01-18 17:17:24 -05:00

16598 lines
391 KiB
JSON

{
"name": "commerce",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "commerce",
"license": "MIT",
"workspaces": [
"site",
"packages/*"
],
"devDependencies": {
"husky": "^7.0.4",
"prettier": "^2.5.1",
"turbo": "^1.0.28"
}
},
"node_modules/@babel/code-frame": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/highlight": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/compat-data": {
"version": "7.16.4",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/core": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.16.7",
"@babel/generator": "^7.16.7",
"@babel/helper-compilation-targets": "^7.16.7",
"@babel/helper-module-transforms": "^7.16.7",
"@babel/helpers": "^7.16.7",
"@babel/parser": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.16.7",
"@babel/types": "^7.16.7",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
"json5": "^2.1.2",
"semver": "^6.3.0",
"source-map": "^0.5.0"
},
"engines": {
"node": ">=6.9.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/babel"
}
},
"node_modules/@babel/core/node_modules/semver": {
"version": "6.3.0",
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
}
},
"node_modules/@babel/generator": {
"version": "7.16.8",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.16.8",
"jsesc": "^2.5.1",
"source-map": "^0.5.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-annotate-as-pure": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-compilation-targets": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/compat-data": "^7.16.4",
"@babel/helper-validator-option": "^7.16.7",
"browserslist": "^4.17.5",
"semver": "^6.3.0"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
"node_modules/@babel/helper-compilation-targets/node_modules/semver": {
"version": "6.3.0",
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
}
},
"node_modules/@babel/helper-create-class-features-plugin": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-function-name": "^7.16.7",
"@babel/helper-member-expression-to-functions": "^7.16.7",
"@babel/helper-optimise-call-expression": "^7.16.7",
"@babel/helper-replace-supers": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
"node_modules/@babel/helper-environment-visitor": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-function-name": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/helper-get-function-arity": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-get-function-arity": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-hoist-variables": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-member-expression-to-functions": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-imports": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-transforms": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-simple-access": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7",
"@babel/helper-validator-identifier": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.16.7",
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-optimise-call-expression": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-plugin-utils": {
"version": "7.16.7",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-replace-supers": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-member-expression-to-functions": "^7.16.7",
"@babel/helper-optimise-call-expression": "^7.16.7",
"@babel/traverse": "^7.16.7",
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-simple-access": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
"version": "7.16.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/types": "^7.16.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-split-export-declaration": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-identifier": {
"version": "7.16.7",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-option": {
"version": "7.16.7",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helpers": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.16.7",
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/highlight": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/helper-validator-identifier": "^7.16.7",
"chalk": "^2.0.0",
"js-tokens": "^4.0.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/highlight/node_modules/ansi-styles": {
"version": "3.2.1",
"license": "MIT",
"dependencies": {
"color-convert": "^1.9.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/highlight/node_modules/chalk": {
"version": "2.4.2",
"license": "MIT",
"dependencies": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/highlight/node_modules/color-convert": {
"version": "1.9.3",
"license": "MIT",
"dependencies": {
"color-name": "1.1.3"
}
},
"node_modules/@babel/highlight/node_modules/color-name": {
"version": "1.1.3",
"license": "MIT"
},
"node_modules/@babel/highlight/node_modules/escape-string-regexp": {
"version": "1.0.5",
"license": "MIT",
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/@babel/highlight/node_modules/has-flag": {
"version": "3.0.0",
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/highlight/node_modules/supports-color": {
"version": "5.5.0",
"license": "MIT",
"dependencies": {
"has-flag": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/parser": {
"version": "7.16.8",
"license": "MIT",
"bin": {
"parser": "bin/babel-parser.js"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@babel/plugin-proposal-class-properties": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-object-rest-spread": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/compat-data": "^7.16.4",
"@babel/helper-compilation-targets": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-parameters": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-class-properties": {
"version": "7.12.13",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.12.13"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-flow": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-jsx": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-object-rest-spread": {
"version": "7.8.3",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-arrow-functions": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-block-scoped-functions": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-block-scoping": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-classes": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-function-name": "^7.16.7",
"@babel/helper-optimise-call-expression": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-replace-supers": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7",
"globals": "^11.1.0"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-computed-properties": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-destructuring": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-flow-strip-types": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/plugin-syntax-flow": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-for-of": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-function-name": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-compilation-targets": "^7.16.7",
"@babel/helper-function-name": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-literals": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-member-expression-literals": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-modules-commonjs": {
"version": "7.16.8",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-module-transforms": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-simple-access": "^7.16.7",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-object-super": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-replace-supers": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-parameters": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-property-literals": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-react-display-name": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-react-jsx": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-shorthand-properties": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-spread": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-template-literals": {
"version": "7.16.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/runtime": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"regenerator-runtime": "^0.13.4"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/runtime-corejs3": {
"version": "7.16.8",
"dev": true,
"license": "MIT",
"dependencies": {
"core-js-pure": "^3.20.2",
"regenerator-runtime": "^0.13.4"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/template": {
"version": "7.16.7",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.16.7",
"@babel/parser": "^7.16.7",
"@babel/types": "^7.16.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/traverse": {
"version": "7.16.8",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.16.7",
"@babel/generator": "^7.16.8",
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-function-name": "^7.16.7",
"@babel/helper-hoist-variables": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7",
"@babel/parser": "^7.16.8",
"@babel/types": "^7.16.8",
"debug": "^4.1.0",
"globals": "^11.1.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/types": {
"version": "7.16.8",
"license": "MIT",
"dependencies": {
"@babel/helper-validator-identifier": "^7.16.7",
"to-fast-properties": "^2.0.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@chec/commerce.js": {
"version": "2.8.0",
"license": "BSD-3-Clause",
"dependencies": {
"@babel/runtime": "^7.7.4",
"axios": "^0.21.1"
}
},
"node_modules/@endemolshinegroup/cosmiconfig-typescript-loader": {
"version": "3.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"lodash.get": "^4",
"make-error": "^1",
"ts-node": "^9",
"tslib": "^2"
},
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"cosmiconfig": ">=6"
}
},
"node_modules/@endemolshinegroup/cosmiconfig-typescript-loader/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@eslint/eslintrc": {
"version": "1.0.5",
"dev": true,
"license": "MIT",
"dependencies": {
"ajv": "^6.12.4",
"debug": "^4.3.2",
"espree": "^9.2.0",
"globals": "^13.9.0",
"ignore": "^4.0.6",
"import-fresh": "^3.2.1",
"js-yaml": "^4.1.0",
"minimatch": "^3.0.4",
"strip-json-comments": "^3.1.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/@eslint/eslintrc/node_modules/globals": {
"version": "13.12.0",
"dev": true,
"license": "MIT",
"dependencies": {
"type-fest": "^0.20.2"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@graphql-codegen/cli": {
"version": "2.3.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/core": "2.4.0",
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-tools/apollo-engine-loader": "^7.0.5",
"@graphql-tools/code-file-loader": "^7.0.6",
"@graphql-tools/git-loader": "^7.0.5",
"@graphql-tools/github-loader": "^7.0.5",
"@graphql-tools/graphql-file-loader": "^7.0.5",
"@graphql-tools/json-file-loader": "^7.1.2",
"@graphql-tools/load": "^7.3.0",
"@graphql-tools/prisma-loader": "^7.0.6",
"@graphql-tools/url-loader": "^7.0.11",
"@graphql-tools/utils": "^8.1.1",
"ansi-escapes": "^4.3.1",
"chalk": "^4.1.0",
"change-case-all": "1.0.14",
"chokidar": "^3.5.2",
"common-tags": "^1.8.0",
"cosmiconfig": "^7.0.0",
"debounce": "^1.2.0",
"dependency-graph": "^0.11.0",
"detect-indent": "^6.0.0",
"glob": "^7.1.6",
"globby": "^11.0.4",
"graphql-config": "^4.1.0",
"inquirer": "^8.0.0",
"is-glob": "^4.0.1",
"json-to-pretty-yaml": "^1.2.2",
"latest-version": "5.1.0",
"listr": "^0.14.3",
"listr-update-renderer": "^0.5.0",
"log-symbols": "^4.0.0",
"minimatch": "^3.0.4",
"mkdirp": "^1.0.4",
"string-env-interpolation": "^1.0.1",
"ts-log": "^2.2.3",
"tslib": "~2.3.0",
"valid-url": "^1.0.9",
"wrap-ansi": "^7.0.0",
"yaml": "^1.10.0",
"yargs": "^17.0.0"
},
"bin": {
"gql-gen": "bin.js",
"graphql-code-generator": "bin.js",
"graphql-codegen": "bin.js"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-codegen/cli/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-codegen/core": {
"version": "2.4.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-codegen/core/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-codegen/plugin-helpers": {
"version": "2.3.2",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/utils": "^8.5.2",
"change-case-all": "1.0.14",
"common-tags": "1.8.2",
"import-from": "4.0.0",
"lodash": "~4.17.0",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-codegen/plugin-helpers/node_modules/import-from": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12.2"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-codegen/schema-ast": {
"version": "2.4.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-codegen/schema-ast/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-codegen/typescript": {
"version": "2.4.2",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/visitor-plugin-common": "2.5.2",
"auto-bind": "~4.0.0",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-codegen/typescript-operations": {
"version": "2.2.2",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/visitor-plugin-common": "2.5.2",
"auto-bind": "~4.0.0",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-codegen/typescript-operations/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-codegen/typescript/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-codegen/visitor-plugin-common": {
"version": "2.5.2",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-tools/optimize": "^1.0.1",
"@graphql-tools/relay-operation-optimizer": "^6.3.7",
"@graphql-tools/utils": "^8.3.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"dependency-graph": "^0.11.0",
"graphql-tag": "^2.11.0",
"parse-filepath": "^1.0.2",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-codegen/visitor-plugin-common/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/apollo-engine-loader": {
"version": "7.2.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/utils": "^8.5.1",
"cross-undici-fetch": "^0.0.20",
"sync-fetch": "0.3.1",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/apollo-engine-loader/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/batch-execute": {
"version": "8.3.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/utils": "^8.5.1",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.11"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/batch-execute/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/code-file-loader": {
"version": "7.2.3",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/graphql-tag-pluck": "^7.1.3",
"@graphql-tools/utils": "^8.5.1",
"globby": "^11.0.3",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/code-file-loader/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/delegate": {
"version": "8.4.3",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/batch-execute": "^8.3.1",
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/utils": "^8.5.4",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.11"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/delegate/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/git-loader": {
"version": "7.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/graphql-tag-pluck": "^7.1.3",
"@graphql-tools/utils": "^8.5.1",
"is-glob": "4.0.3",
"micromatch": "^4.0.4",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/git-loader/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/github-loader": {
"version": "7.2.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/graphql-tag-pluck": "^7.1.3",
"@graphql-tools/utils": "^8.5.1",
"cross-undici-fetch": "^0.0.20",
"sync-fetch": "0.3.1",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/github-loader/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/graphql-file-loader": {
"version": "7.3.3",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/import": "^6.5.7",
"@graphql-tools/utils": "^8.5.1",
"globby": "^11.0.3",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/graphql-file-loader/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/graphql-tag-pluck": {
"version": "7.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.16.8",
"@babel/traverse": "^7.16.8",
"@babel/types": "^7.16.8",
"@graphql-tools/utils": "^8.5.1",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/graphql-tag-pluck/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/import": {
"version": "6.6.5",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/utils": "8.6.1",
"resolve-from": "5.0.0",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/import/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/json-file-loader": {
"version": "7.3.3",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/utils": "^8.5.1",
"globby": "^11.0.3",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/json-file-loader/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/load": {
"version": "7.5.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/schema": "8.3.1",
"@graphql-tools/utils": "^8.6.0",
"p-limit": "3.1.0",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/load/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/merge": {
"version": "8.2.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/utils": "^8.5.1",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/merge/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/optimize": {
"version": "1.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/optimize/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/prisma-loader": {
"version": "7.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/url-loader": "^7.4.2",
"@graphql-tools/utils": "^8.5.1",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
"@types/jsonwebtoken": "^8.5.0",
"chalk": "^4.1.0",
"debug": "^4.3.1",
"dotenv": "^10.0.0",
"graphql-request": "^3.3.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"isomorphic-fetch": "^3.0.0",
"js-yaml": "^4.0.0",
"json-stable-stringify": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"replaceall": "^0.1.6",
"scuid": "^1.1.0",
"tslib": "~2.3.0",
"yaml-ast-parser": "^0.0.43"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/prisma-loader/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/relay-operation-optimizer": {
"version": "6.4.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/utils": "^8.5.1",
"relay-compiler": "12.0.0",
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/relay-operation-optimizer/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/schema": {
"version": "8.3.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/merge": "^8.2.1",
"@graphql-tools/utils": "^8.5.1",
"tslib": "~2.3.0",
"value-or-promise": "1.0.11"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/schema/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/url-loader": {
"version": "7.7.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/delegate": "^8.4.1",
"@graphql-tools/utils": "^8.5.1",
"@graphql-tools/wrap": "^8.3.1",
"@n1ru4l/graphql-live-query": "^0.9.0",
"@types/websocket": "^1.0.4",
"@types/ws": "^8.0.0",
"cross-undici-fetch": "^0.1.4",
"dset": "^3.1.0",
"extract-files": "^11.0.0",
"graphql-sse": "^1.0.1",
"graphql-ws": "^5.4.1",
"isomorphic-ws": "^4.0.1",
"meros": "^1.1.4",
"subscriptions-transport-ws": "^0.11.0",
"sync-fetch": "^0.3.1",
"tslib": "^2.3.0",
"valid-url": "^1.0.9",
"value-or-promise": "^1.0.11",
"ws": "^8.3.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/url-loader/node_modules/cross-undici-fetch": {
"version": "0.1.15",
"dev": true,
"license": "MIT",
"dependencies": {
"abort-controller": "^3.0.0",
"form-data-encoder": "^1.7.1",
"formdata-node": "^4.3.1",
"node-fetch": "^2.6.5",
"undici": "^4.9.3",
"web-streams-polyfill": "^3.2.0"
}
},
"node_modules/@graphql-tools/url-loader/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/url-loader/node_modules/ws": {
"version": "8.4.2",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/@graphql-tools/utils": {
"version": "8.6.1",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/utils/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-tools/wrap": {
"version": "8.3.3",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-tools/delegate": "^8.4.2",
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/utils": "^8.5.3",
"tslib": "~2.3.0",
"value-or-promise": "1.0.11"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/@graphql-tools/wrap/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.9.2",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@humanwhocodes/object-schema": "^1.2.1",
"debug": "^4.1.1",
"minimatch": "^3.0.4"
},
"engines": {
"node": ">=10.10.0"
}
},
"node_modules/@humanwhocodes/object-schema": {
"version": "1.2.1",
"dev": true,
"license": "BSD-3-Clause"
},
"node_modules/@iarna/toml": {
"version": "2.2.5",
"dev": true,
"license": "ISC"
},
"node_modules/@n1ru4l/graphql-live-query": {
"version": "0.9.0",
"dev": true,
"license": "MIT",
"peerDependencies": {
"graphql": "^15.4.0 || ^16.0.0"
}
},
"node_modules/@next/bundle-analyzer": {
"version": "12.0.8",
"dev": true,
"license": "MIT",
"dependencies": {
"webpack-bundle-analyzer": "4.3.0"
}
},
"node_modules/@next/env": {
"version": "12.0.8",
"license": "MIT"
},
"node_modules/@next/eslint-plugin-next": {
"version": "12.0.8",
"dev": true,
"license": "MIT",
"dependencies": {
"glob": "7.1.7"
}
},
"node_modules/@next/eslint-plugin-next/node_modules/glob": {
"version": "7.1.7",
"dev": true,
"license": "ISC",
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"engines": {
"node": "*"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/@next/react-refresh-utils": {
"version": "12.0.8",
"license": "MIT",
"peerDependencies": {
"react-refresh": "0.8.3",
"webpack": "^4 || ^5"
},
"peerDependenciesMeta": {
"webpack": {
"optional": true
}
}
},
"node_modules/@next/swc-darwin-x64": {
"version": "12.0.8",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"license": "MIT",
"dependencies": {
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.stat": {
"version": "2.0.5",
"license": "MIT",
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.8",
"license": "MIT",
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@polka/url": {
"version": "1.0.0-next.21",
"dev": true,
"license": "MIT"
},
"node_modules/@react-spring/animated": {
"version": "9.4.1",
"license": "MIT",
"dependencies": {
"@react-spring/shared": "~9.4.0",
"@react-spring/types": "~9.4.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
}
},
"node_modules/@react-spring/core": {
"version": "9.4.1",
"license": "MIT",
"dependencies": {
"@react-spring/animated": "~9.4.0",
"@react-spring/rafz": "~9.4.0",
"@react-spring/shared": "~9.4.0",
"@react-spring/types": "~9.4.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-spring/donate"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
}
},
"node_modules/@react-spring/rafz": {
"version": "9.4.1",
"license": "MIT"
},
"node_modules/@react-spring/shared": {
"version": "9.4.1",
"license": "MIT",
"dependencies": {
"@react-spring/rafz": "~9.4.0",
"@react-spring/types": "~9.4.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
}
},
"node_modules/@react-spring/types": {
"version": "9.4.1",
"license": "MIT"
},
"node_modules/@react-spring/web": {
"version": "9.4.1",
"license": "MIT",
"dependencies": {
"@react-spring/animated": "~9.4.0",
"@react-spring/core": "~9.4.0",
"@react-spring/shared": "~9.4.0",
"@react-spring/types": "~9.4.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
}
},
"node_modules/@rushstack/eslint-patch": {
"version": "1.1.0",
"dev": true,
"license": "MIT"
},
"node_modules/@samverschueren/stream-to-observable": {
"version": "0.3.1",
"dev": true,
"license": "MIT",
"dependencies": {
"any-observable": "^0.3.0"
},
"engines": {
"node": ">=6"
},
"peerDependenciesMeta": {
"rxjs": {
"optional": true
},
"zen-observable": {
"optional": true
}
}
},
"node_modules/@sindresorhus/is": {
"version": "0.14.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/@szmarczak/http-timer": {
"version": "1.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
"defer-to-connect": "^1.0.1"
},
"engines": {
"node": ">=6"
}
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 10"
}
},
"node_modules/@types/async-retry": {
"version": "1.2.1",
"license": "MIT"
},
"node_modules/@types/body-scroll-lock": {
"version": "3.1.0",
"dev": true,
"license": "MIT"
},
"node_modules/@types/chec__commerce.js": {
"version": "2.8.4",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/chec__commerce.js": "*"
}
},
"node_modules/@types/cookie": {
"version": "0.4.1",
"dev": true,
"license": "MIT"
},
"node_modules/@types/js-cookie": {
"version": "3.0.1",
"dev": true,
"license": "MIT"
},
"node_modules/@types/js-yaml": {
"version": "4.0.5",
"dev": true,
"license": "MIT"
},
"node_modules/@types/json-stable-stringify": {
"version": "1.0.33",
"dev": true,
"license": "MIT"
},
"node_modules/@types/json5": {
"version": "0.0.29",
"dev": true,
"license": "MIT"
},
"node_modules/@types/jsonwebtoken": {
"version": "8.5.7",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/lodash": {
"version": "4.14.178",
"dev": true,
"license": "MIT"
},
"node_modules/@types/lodash.debounce": {
"version": "4.0.6",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/lodash": "*"
}
},
"node_modules/@types/lodash.random": {
"version": "3.2.6",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/lodash": "*"
}
},
"node_modules/@types/lodash.throttle": {
"version": "4.1.6",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/lodash": "*"
}
},
"node_modules/@types/lru-cache": {
"version": "4.1.1",
"license": "MIT"
},
"node_modules/@types/node": {
"version": "17.0.8",
"license": "MIT"
},
"node_modules/@types/node-fetch": {
"version": "2.5.12",
"license": "MIT",
"peer": true,
"dependencies": {
"@types/node": "*",
"form-data": "^3.0.0"
}
},
"node_modules/@types/node-fetch/node_modules/form-data": {
"version": "3.0.1",
"license": "MIT",
"peer": true,
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/@types/parse-json": {
"version": "4.0.0",
"license": "MIT"
},
"node_modules/@types/prop-types": {
"version": "15.7.4",
"dev": true,
"license": "MIT"
},
"node_modules/@types/react": {
"version": "17.0.38",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
"csstype": "^3.0.2"
}
},
"node_modules/@types/scheduler": {
"version": "0.16.2",
"dev": true,
"license": "MIT"
},
"node_modules/@types/uuid": {
"version": "8.3.1",
"license": "MIT"
},
"node_modules/@types/websocket": {
"version": "1.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/ws": {
"version": "8.2.2",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@typescript-eslint/parser": {
"version": "5.9.1",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"@typescript-eslint/scope-manager": "5.9.1",
"@typescript-eslint/types": "5.9.1",
"@typescript-eslint/typescript-estree": "5.9.1",
"debug": "^4.3.2"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/scope-manager": {
"version": "5.9.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@typescript-eslint/types": "5.9.1",
"@typescript-eslint/visitor-keys": "5.9.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/types": {
"version": "5.9.1",
"dev": true,
"license": "MIT",
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/typescript-estree": {
"version": "5.9.1",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"@typescript-eslint/types": "5.9.1",
"@typescript-eslint/visitor-keys": "5.9.1",
"debug": "^4.3.2",
"globby": "^11.0.4",
"is-glob": "^4.0.3",
"semver": "^7.3.5",
"tsutils": "^3.21.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/visitor-keys": {
"version": "5.9.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@typescript-eslint/types": "5.9.1",
"eslint-visitor-keys": "^3.0.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@vercel/commerce": {
"resolved": "packages/commerce",
"link": true
},
"node_modules/@vercel/commerce-bigcommerce": {
"resolved": "packages/bigcommerce",
"link": true
},
"node_modules/@vercel/commerce-commercejs": {
"resolved": "packages/commercejs",
"link": true
},
"node_modules/@vercel/commerce-kibocommerce": {
"resolved": "packages/kibocommerce",
"link": true
},
"node_modules/@vercel/commerce-local": {
"resolved": "packages/local",
"link": true
},
"node_modules/@vercel/commerce-ordercloud": {
"resolved": "packages/ordercloud",
"link": true
},
"node_modules/@vercel/commerce-saleor": {
"resolved": "packages/saleor",
"link": true
},
"node_modules/@vercel/commerce-shopify": {
"resolved": "packages/shopify",
"link": true
},
"node_modules/@vercel/commerce-spree": {
"resolved": "packages/spree",
"link": true
},
"node_modules/@vercel/commerce-swell": {
"resolved": "packages/swell",
"link": true
},
"node_modules/@vercel/commerce-vendure": {
"resolved": "packages/vendure",
"link": true
},
"node_modules/@vercel/fetch": {
"version": "6.1.1",
"license": "MIT",
"dependencies": {
"@types/async-retry": "1.2.1",
"@vercel/fetch-cached-dns": "^2.0.2",
"@vercel/fetch-retry": "^5.0.2",
"agentkeepalive": "3.4.1",
"debug": "3.1.0"
},
"peerDependencies": {
"@types/node-fetch": "2",
"node-fetch": "2"
}
},
"node_modules/@vercel/fetch-cached-dns": {
"version": "2.0.2",
"license": "MIT",
"dependencies": {
"@types/node-fetch": "2.3.2",
"@zeit/dns-cached-resolve": "2.1.2"
},
"peerDependencies": {
"node-fetch": "*"
}
},
"node_modules/@vercel/fetch-cached-dns/node_modules/@types/node-fetch": {
"version": "2.3.2",
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@vercel/fetch-retry": {
"version": "5.0.3",
"license": "MIT",
"dependencies": {
"async-retry": "^1.3.1",
"debug": "^3.1.0"
},
"peerDependencies": {
"node-fetch": "*"
}
},
"node_modules/@vercel/fetch-retry/node_modules/debug": {
"version": "3.2.7",
"license": "MIT",
"dependencies": {
"ms": "^2.1.1"
}
},
"node_modules/@vercel/fetch/node_modules/debug": {
"version": "3.1.0",
"license": "MIT",
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/@vercel/fetch/node_modules/ms": {
"version": "2.0.0",
"license": "MIT"
},
"node_modules/@zeit/dns-cached-resolve": {
"version": "2.1.2",
"license": "Apache-2.0",
"dependencies": {
"@types/async-retry": "1.2.1",
"@types/lru-cache": "4.1.1",
"@types/node": "10.12.18",
"async-retry": "1.2.3",
"lru-cache": "5.1.1"
}
},
"node_modules/@zeit/dns-cached-resolve/node_modules/@types/node": {
"version": "10.12.18",
"license": "MIT"
},
"node_modules/@zeit/dns-cached-resolve/node_modules/async-retry": {
"version": "1.2.3",
"license": "MIT",
"dependencies": {
"retry": "0.12.0"
}
},
"node_modules/@zeit/dns-cached-resolve/node_modules/retry": {
"version": "0.12.0",
"license": "MIT",
"engines": {
"node": ">= 4"
}
},
"node_modules/abort-controller": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"event-target-shim": "^5.0.0"
},
"engines": {
"node": ">=6.5"
}
},
"node_modules/acorn": {
"version": "7.4.1",
"license": "MIT",
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/acorn-jsx": {
"version": "5.3.2",
"dev": true,
"license": "MIT",
"peerDependencies": {
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/acorn-node": {
"version": "1.8.2",
"license": "Apache-2.0",
"dependencies": {
"acorn": "^7.0.0",
"acorn-walk": "^7.0.0",
"xtend": "^4.0.2"
}
},
"node_modules/acorn-walk": {
"version": "7.2.0",
"license": "MIT",
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/agent-base": {
"version": "6.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "4"
},
"engines": {
"node": ">= 6.0.0"
}
},
"node_modules/agentkeepalive": {
"version": "3.4.1",
"license": "MIT",
"dependencies": {
"humanize-ms": "^1.2.1"
},
"engines": {
"node": ">= 4.0.0"
}
},
"node_modules/aggregate-error": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"clean-stack": "^2.0.0",
"indent-string": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/ajv": {
"version": "6.12.6",
"dev": true,
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/ansi-colors": {
"version": "4.1.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/ansi-escapes": {
"version": "4.3.2",
"dev": true,
"license": "MIT",
"dependencies": {
"type-fest": "^0.21.3"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/ansi-escapes/node_modules/type-fest": {
"version": "0.21.3",
"dev": true,
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/ansi-regex": {
"version": "5.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/ansi-styles": {
"version": "4.3.0",
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/any-observable": {
"version": "0.3.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/anymatch": {
"version": "3.1.2",
"license": "ISC",
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/arg": {
"version": "5.0.1",
"license": "MIT"
},
"node_modules/argparse": {
"version": "2.0.1",
"dev": true,
"license": "Python-2.0"
},
"node_modules/aria-query": {
"version": "4.2.2",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime-corejs3": "^7.10.2"
},
"engines": {
"node": ">=6.0"
}
},
"node_modules/array-includes": {
"version": "3.1.4",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1",
"get-intrinsic": "^1.1.1",
"is-string": "^1.0.7"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/array-includes-with-glob": {
"version": "3.1.0",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.14.0",
"matcher": "^4.0.0"
}
},
"node_modules/array-union": {
"version": "2.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/array.prototype.flat": {
"version": "1.2.5",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/array.prototype.flatmap": {
"version": "1.2.5",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.0",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/asap": {
"version": "2.0.6",
"dev": true,
"license": "MIT"
},
"node_modules/ast-types-flow": {
"version": "0.0.7",
"dev": true,
"license": "ISC"
},
"node_modules/astral-regex": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/async-retry": {
"version": "1.3.3",
"license": "MIT",
"dependencies": {
"retry": "0.13.1"
}
},
"node_modules/asynckit": {
"version": "0.4.0",
"license": "MIT"
},
"node_modules/auto-bind": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/autoprefixer": {
"version": "10.4.2",
"license": "MIT",
"dependencies": {
"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001297",
"fraction.js": "^4.1.2",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
"postcss-value-parser": "^4.2.0"
},
"bin": {
"autoprefixer": "bin/autoprefixer"
},
"engines": {
"node": "^10 || ^12 || >=14"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"node_modules/axe-core": {
"version": "4.3.5",
"dev": true,
"license": "MPL-2.0",
"engines": {
"node": ">=4"
}
},
"node_modules/axios": {
"version": "0.21.4",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.14.0"
}
},
"node_modules/axobject-query": {
"version": "2.2.0",
"dev": true,
"license": "Apache-2.0"
},
"node_modules/babel-plugin-dynamic-import-node": {
"version": "2.3.3",
"dev": true,
"license": "MIT",
"dependencies": {
"object.assign": "^4.1.0"
}
},
"node_modules/babel-plugin-syntax-trailing-function-commas": {
"version": "7.0.0-beta.0",
"dev": true,
"license": "MIT"
},
"node_modules/babel-preset-fbjs": {
"version": "3.4.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-class-properties": "^7.0.0",
"@babel/plugin-syntax-flow": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-arrow-functions": "^7.0.0",
"@babel/plugin-transform-block-scoped-functions": "^7.0.0",
"@babel/plugin-transform-block-scoping": "^7.0.0",
"@babel/plugin-transform-classes": "^7.0.0",
"@babel/plugin-transform-computed-properties": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/plugin-transform-for-of": "^7.0.0",
"@babel/plugin-transform-function-name": "^7.0.0",
"@babel/plugin-transform-literals": "^7.0.0",
"@babel/plugin-transform-member-expression-literals": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-object-super": "^7.0.0",
"@babel/plugin-transform-parameters": "^7.0.0",
"@babel/plugin-transform-property-literals": "^7.0.0",
"@babel/plugin-transform-react-display-name": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/plugin-transform-shorthand-properties": "^7.0.0",
"@babel/plugin-transform-spread": "^7.0.0",
"@babel/plugin-transform-template-literals": "^7.0.0",
"babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
"node_modules/backo2": {
"version": "1.0.2",
"dev": true,
"license": "MIT"
},
"node_modules/balanced-match": {
"version": "1.0.2",
"dev": true,
"license": "MIT"
},
"node_modules/base64-js": {
"version": "1.5.1",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
},
"node_modules/big.js": {
"version": "5.2.2",
"license": "MIT",
"engines": {
"node": "*"
}
},
"node_modules/binary-extensions": {
"version": "2.2.0",
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/bl": {
"version": "4.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"buffer": "^5.5.0",
"inherits": "^2.0.4",
"readable-stream": "^3.4.0"
}
},
"node_modules/body-scroll-lock": {
"version": "4.0.0-beta.0",
"license": "MIT"
},
"node_modules/brace-expansion": {
"version": "1.1.11",
"dev": true,
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/braces": {
"version": "3.0.2",
"license": "MIT",
"dependencies": {
"fill-range": "^7.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/browserslist": {
"version": "4.19.1",
"license": "MIT",
"dependencies": {
"caniuse-lite": "^1.0.30001286",
"electron-to-chromium": "^1.4.17",
"escalade": "^3.1.1",
"node-releases": "^2.0.1",
"picocolors": "^1.0.0"
},
"bin": {
"browserslist": "cli.js"
},
"engines": {
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
}
},
"node_modules/bser": {
"version": "2.1.1",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"node-int64": "^0.4.0"
}
},
"node_modules/buffer": {
"version": "5.6.0",
"dev": true,
"license": "MIT",
"dependencies": {
"base64-js": "^1.0.2",
"ieee754": "^1.1.4"
}
},
"node_modules/buffer-equal-constant-time": {
"version": "1.0.1",
"license": "BSD-3-Clause"
},
"node_modules/buffer-from": {
"version": "1.1.2",
"devOptional": true,
"license": "MIT"
},
"node_modules/cacheable-request": {
"version": "6.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"clone-response": "^1.0.2",
"get-stream": "^5.1.0",
"http-cache-semantics": "^4.0.0",
"keyv": "^3.0.0",
"lowercase-keys": "^2.0.0",
"normalize-url": "^4.1.0",
"responselike": "^1.0.2"
},
"engines": {
"node": ">=8"
}
},
"node_modules/cacheable-request/node_modules/get-stream": {
"version": "5.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
"pump": "^3.0.0"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/cacheable-request/node_modules/lowercase-keys": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/call-bind": {
"version": "1.0.2",
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.1",
"get-intrinsic": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/callsites": {
"version": "3.1.0",
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/camel-case": {
"version": "4.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
"pascal-case": "^3.1.2",
"tslib": "^2.0.3"
}
},
"node_modules/camel-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/camelcase": {
"version": "5.3.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/camelcase-css": {
"version": "2.0.1",
"license": "MIT",
"engines": {
"node": ">= 6"
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001299",
"license": "CC-BY-4.0",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
}
},
"node_modules/capital-case": {
"version": "1.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"no-case": "^3.0.4",
"tslib": "^2.0.3",
"upper-case-first": "^2.0.2"
}
},
"node_modules/capital-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/chalk": {
"version": "4.1.2",
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/change-case": {
"version": "4.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
"camel-case": "^4.1.2",
"capital-case": "^1.0.4",
"constant-case": "^3.0.4",
"dot-case": "^3.0.4",
"header-case": "^2.0.4",
"no-case": "^3.0.4",
"param-case": "^3.0.4",
"pascal-case": "^3.1.2",
"path-case": "^3.0.4",
"sentence-case": "^3.0.4",
"snake-case": "^3.0.4",
"tslib": "^2.0.3"
}
},
"node_modules/change-case-all": {
"version": "1.0.14",
"dev": true,
"license": "MIT",
"dependencies": {
"change-case": "^4.1.2",
"is-lower-case": "^2.0.2",
"is-upper-case": "^2.0.2",
"lower-case": "^2.0.2",
"lower-case-first": "^2.0.2",
"sponge-case": "^1.0.1",
"swap-case": "^2.0.2",
"title-case": "^3.0.3",
"upper-case": "^2.0.2",
"upper-case-first": "^2.0.2"
}
},
"node_modules/change-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/chardet": {
"version": "0.7.0",
"dev": true,
"license": "MIT"
},
"node_modules/chokidar": {
"version": "3.5.2",
"license": "MIT",
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
},
"engines": {
"node": ">= 8.10.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
},
"node_modules/classnames": {
"version": "2.3.1",
"license": "MIT"
},
"node_modules/clean-stack": {
"version": "2.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/cli-cursor": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"restore-cursor": "^3.1.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/cli-spinners": {
"version": "2.6.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/cli-truncate": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"slice-ansi": "^5.0.0",
"string-width": "^5.0.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/cli-width": {
"version": "3.0.0",
"dev": true,
"license": "ISC",
"engines": {
"node": ">= 10"
}
},
"node_modules/cliui": {
"version": "7.0.4",
"dev": true,
"license": "ISC",
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"wrap-ansi": "^7.0.0"
}
},
"node_modules/cliui/node_modules/emoji-regex": {
"version": "8.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/cliui/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/cliui/node_modules/string-width": {
"version": "4.2.3",
"dev": true,
"license": "MIT",
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/clone": {
"version": "1.0.4",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.8"
}
},
"node_modules/clone-response": {
"version": "1.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"mimic-response": "^1.0.0"
}
},
"node_modules/code-point-at": {
"version": "1.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/color-convert": {
"version": "2.0.1",
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
}
},
"node_modules/color-name": {
"version": "1.1.4",
"license": "MIT"
},
"node_modules/colorette": {
"version": "1.4.0",
"license": "MIT"
},
"node_modules/combined-stream": {
"version": "1.0.8",
"license": "MIT",
"dependencies": {
"delayed-stream": "~1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/commander": {
"version": "8.3.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 12"
}
},
"node_modules/common-tags": {
"version": "1.8.2",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/concat-map": {
"version": "0.0.1",
"dev": true,
"license": "MIT"
},
"node_modules/constant-case": {
"version": "3.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"no-case": "^3.0.4",
"tslib": "^2.0.3",
"upper-case": "^2.0.2"
}
},
"node_modules/constant-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/convert-source-map": {
"version": "1.8.0",
"license": "MIT",
"dependencies": {
"safe-buffer": "~5.1.1"
}
},
"node_modules/convert-source-map/node_modules/safe-buffer": {
"version": "5.1.2",
"license": "MIT"
},
"node_modules/cookie": {
"version": "0.4.1",
"license": "MIT",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/core-js-pure": {
"version": "3.20.2",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
}
},
"node_modules/cosmiconfig": {
"version": "7.0.1",
"license": "MIT",
"dependencies": {
"@types/parse-json": "^4.0.0",
"import-fresh": "^3.2.1",
"parse-json": "^5.0.0",
"path-type": "^4.0.0",
"yaml": "^1.10.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/cosmiconfig-toml-loader": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5"
}
},
"node_modules/create-require": {
"version": "1.1.1",
"devOptional": true,
"license": "MIT"
},
"node_modules/cross-fetch": {
"version": "3.1.4",
"dev": true,
"license": "MIT",
"dependencies": {
"node-fetch": "2.6.1"
}
},
"node_modules/cross-fetch/node_modules/node-fetch": {
"version": "2.6.1",
"dev": true,
"license": "MIT",
"engines": {
"node": "4.x || >=6.0.0"
}
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"dev": true,
"license": "MIT",
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/cross-undici-fetch": {
"version": "0.0.20",
"dev": true,
"license": "MIT",
"dependencies": {
"abort-controller": "^3.0.0",
"form-data": "^4.0.0",
"node-fetch": "^2.6.5",
"undici": "^4.9.3"
}
},
"node_modules/css-blank-pseudo": {
"version": "3.0.2",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-selector-parser": "^6.0.8"
},
"bin": {
"css-blank-pseudo": "dist/cli.cjs"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/css-has-pseudo": {
"version": "3.0.3",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-selector-parser": "^6.0.8"
},
"bin": {
"css-has-pseudo": "dist/cli.cjs"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/css-prefers-color-scheme": {
"version": "6.0.2",
"dev": true,
"license": "CC0-1.0",
"bin": {
"css-prefers-color-scheme": "dist/cli.cjs"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/cssdb": {
"version": "5.1.0",
"dev": true,
"license": "CC0-1.0"
},
"node_modules/cssesc": {
"version": "3.0.0",
"license": "MIT",
"bin": {
"cssesc": "bin/cssesc"
},
"engines": {
"node": ">=4"
}
},
"node_modules/csstype": {
"version": "3.0.10",
"dev": true,
"license": "MIT"
},
"node_modules/damerau-levenshtein": {
"version": "1.0.8",
"dev": true,
"license": "BSD-2-Clause"
},
"node_modules/dataloader": {
"version": "2.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/date-fns": {
"version": "1.30.1",
"dev": true,
"license": "MIT"
},
"node_modules/debounce": {
"version": "1.2.1",
"license": "MIT"
},
"node_modules/debug": {
"version": "4.3.3",
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/decamelize": {
"version": "1.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/decompress-response": {
"version": "3.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
"mimic-response": "^1.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/deep-extend": {
"version": "0.6.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/deep-is": {
"version": "0.1.4",
"dev": true,
"license": "MIT"
},
"node_modules/deepmerge": {
"version": "4.2.2",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/defaults": {
"version": "1.0.3",
"dev": true,
"license": "MIT",
"dependencies": {
"clone": "^1.0.2"
}
},
"node_modules/defer-to-connect": {
"version": "1.1.3",
"dev": true,
"license": "MIT"
},
"node_modules/define-properties": {
"version": "1.1.3",
"dev": true,
"license": "MIT",
"dependencies": {
"object-keys": "^1.0.12"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/defined": {
"version": "1.0.0",
"license": "MIT"
},
"node_modules/delayed-stream": {
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/dependency-graph": {
"version": "0.11.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.6.0"
}
},
"node_modules/detect-indent": {
"version": "6.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/detective": {
"version": "5.2.0",
"license": "MIT",
"dependencies": {
"acorn-node": "^1.6.1",
"defined": "^1.0.0",
"minimist": "^1.1.1"
},
"bin": {
"detective": "bin/detective.js"
},
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/didyoumean": {
"version": "1.2.2",
"license": "Apache-2.0"
},
"node_modules/diff": {
"version": "4.0.2",
"devOptional": true,
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.3.1"
}
},
"node_modules/dir-glob": {
"version": "3.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"path-type": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/dlv": {
"version": "1.1.3",
"license": "MIT"
},
"node_modules/doctrine": {
"version": "3.0.0",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"esutils": "^2.0.2"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/dot-case": {
"version": "3.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"no-case": "^3.0.4",
"tslib": "^2.0.3"
}
},
"node_modules/dot-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/dotenv": {
"version": "10.0.0",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=10"
}
},
"node_modules/dset": {
"version": "3.1.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/duplexer": {
"version": "0.1.2",
"dev": true,
"license": "MIT"
},
"node_modules/duplexer3": {
"version": "0.1.4",
"dev": true,
"license": "BSD-3-Clause"
},
"node_modules/eastasianwidth": {
"version": "0.2.0",
"dev": true,
"license": "MIT"
},
"node_modules/ecdsa-sig-formatter": {
"version": "1.0.11",
"license": "Apache-2.0",
"dependencies": {
"safe-buffer": "^5.0.1"
}
},
"node_modules/electron-to-chromium": {
"version": "1.4.37",
"license": "ISC"
},
"node_modules/elegant-spinner": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/email-validator": {
"version": "2.0.4",
"engines": {
"node": ">4.0"
}
},
"node_modules/emoji-regex": {
"version": "9.2.2",
"dev": true,
"license": "MIT"
},
"node_modules/emojis-list": {
"version": "2.1.0",
"license": "MIT",
"engines": {
"node": ">= 0.10"
}
},
"node_modules/end-of-stream": {
"version": "1.4.4",
"dev": true,
"license": "MIT",
"dependencies": {
"once": "^1.4.0"
}
},
"node_modules/enquirer": {
"version": "2.3.6",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-colors": "^4.1.1"
},
"engines": {
"node": ">=8.6"
}
},
"node_modules/error-ex": {
"version": "1.3.2",
"license": "MIT",
"dependencies": {
"is-arrayish": "^0.2.1"
}
},
"node_modules/es-abstract": {
"version": "1.19.1",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"es-to-primitive": "^1.2.1",
"function-bind": "^1.1.1",
"get-intrinsic": "^1.1.1",
"get-symbol-description": "^1.0.0",
"has": "^1.0.3",
"has-symbols": "^1.0.2",
"internal-slot": "^1.0.3",
"is-callable": "^1.2.4",
"is-negative-zero": "^2.0.1",
"is-regex": "^1.1.4",
"is-shared-array-buffer": "^1.0.1",
"is-string": "^1.0.7",
"is-weakref": "^1.0.1",
"object-inspect": "^1.11.0",
"object-keys": "^1.1.1",
"object.assign": "^4.1.2",
"string.prototype.trimend": "^1.0.4",
"string.prototype.trimstart": "^1.0.4",
"unbox-primitive": "^1.0.1"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/es-to-primitive": {
"version": "1.2.1",
"dev": true,
"license": "MIT",
"dependencies": {
"is-callable": "^1.1.4",
"is-date-object": "^1.0.1",
"is-symbol": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/escalade": {
"version": "3.1.1",
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/escape-string-regexp": {
"version": "4.0.0",
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint": {
"version": "8.6.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint/eslintrc": "^1.0.5",
"@humanwhocodes/config-array": "^0.9.2",
"ajv": "^6.10.0",
"chalk": "^4.0.0",
"cross-spawn": "^7.0.2",
"debug": "^4.3.2",
"doctrine": "^3.0.0",
"enquirer": "^2.3.5",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^7.1.0",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.1.0",
"espree": "^9.3.0",
"esquery": "^1.4.0",
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"file-entry-cache": "^6.0.1",
"functional-red-black-tree": "^1.0.1",
"glob-parent": "^6.0.1",
"globals": "^13.6.0",
"ignore": "^4.0.6",
"import-fresh": "^3.0.0",
"imurmurhash": "^0.1.4",
"is-glob": "^4.0.0",
"js-yaml": "^4.1.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1",
"lodash.merge": "^4.6.2",
"minimatch": "^3.0.4",
"natural-compare": "^1.4.0",
"optionator": "^0.9.1",
"progress": "^2.0.0",
"regexpp": "^3.2.0",
"semver": "^7.2.1",
"strip-ansi": "^6.0.1",
"strip-json-comments": "^3.1.0",
"text-table": "^0.2.0",
"v8-compile-cache": "^2.0.3"
},
"bin": {
"eslint": "bin/eslint.js"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint-config-next": {
"version": "12.0.8",
"dev": true,
"license": "MIT",
"dependencies": {
"@next/eslint-plugin-next": "12.0.8",
"@rushstack/eslint-patch": "^1.0.8",
"@typescript-eslint/parser": "^5.0.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0"
},
"peerDependencies": {
"eslint": "^7.23.0 || ^8.0.0",
"next": ">=10.2.0",
"typescript": ">=3.3.1"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/eslint-config-prettier": {
"version": "8.3.0",
"dev": true,
"license": "MIT",
"bin": {
"eslint-config-prettier": "bin/cli.js"
},
"peerDependencies": {
"eslint": ">=7.0.0"
}
},
"node_modules/eslint-import-resolver-node": {
"version": "0.3.6",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^3.2.7",
"resolve": "^1.20.0"
}
},
"node_modules/eslint-import-resolver-node/node_modules/debug": {
"version": "3.2.7",
"dev": true,
"license": "MIT",
"dependencies": {
"ms": "^2.1.1"
}
},
"node_modules/eslint-import-resolver-typescript": {
"version": "2.5.0",
"dev": true,
"license": "ISC",
"dependencies": {
"debug": "^4.3.1",
"glob": "^7.1.7",
"is-glob": "^4.0.1",
"resolve": "^1.20.0",
"tsconfig-paths": "^3.9.0"
},
"engines": {
"node": ">=4"
},
"peerDependencies": {
"eslint": "*",
"eslint-plugin-import": "*"
}
},
"node_modules/eslint-module-utils": {
"version": "2.7.2",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^3.2.7",
"find-up": "^2.1.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/eslint-module-utils/node_modules/debug": {
"version": "3.2.7",
"dev": true,
"license": "MIT",
"dependencies": {
"ms": "^2.1.1"
}
},
"node_modules/eslint-plugin-import": {
"version": "2.25.4",
"dev": true,
"license": "MIT",
"dependencies": {
"array-includes": "^3.1.4",
"array.prototype.flat": "^1.2.5",
"debug": "^2.6.9",
"doctrine": "^2.1.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-module-utils": "^2.7.2",
"has": "^1.0.3",
"is-core-module": "^2.8.0",
"is-glob": "^4.0.3",
"minimatch": "^3.0.4",
"object.values": "^1.1.5",
"resolve": "^1.20.0",
"tsconfig-paths": "^3.12.0"
},
"engines": {
"node": ">=4"
},
"peerDependencies": {
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
}
},
"node_modules/eslint-plugin-import/node_modules/debug": {
"version": "2.6.9",
"dev": true,
"license": "MIT",
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/eslint-plugin-import/node_modules/doctrine": {
"version": "2.1.0",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"esutils": "^2.0.2"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/eslint-plugin-import/node_modules/ms": {
"version": "2.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/eslint-plugin-jsx-a11y": {
"version": "6.5.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.16.3",
"aria-query": "^4.2.2",
"array-includes": "^3.1.4",
"ast-types-flow": "^0.0.7",
"axe-core": "^4.3.5",
"axobject-query": "^2.2.0",
"damerau-levenshtein": "^1.0.7",
"emoji-regex": "^9.2.2",
"has": "^1.0.3",
"jsx-ast-utils": "^3.2.1",
"language-tags": "^1.0.5",
"minimatch": "^3.0.4"
},
"engines": {
"node": ">=4.0"
},
"peerDependencies": {
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
}
},
"node_modules/eslint-plugin-react": {
"version": "7.28.0",
"dev": true,
"license": "MIT",
"dependencies": {
"array-includes": "^3.1.4",
"array.prototype.flatmap": "^1.2.5",
"doctrine": "^2.1.0",
"estraverse": "^5.3.0",
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
"minimatch": "^3.0.4",
"object.entries": "^1.1.5",
"object.fromentries": "^2.0.5",
"object.hasown": "^1.1.0",
"object.values": "^1.1.5",
"prop-types": "^15.7.2",
"resolve": "^2.0.0-next.3",
"semver": "^6.3.0",
"string.prototype.matchall": "^4.0.6"
},
"engines": {
"node": ">=4"
},
"peerDependencies": {
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
}
},
"node_modules/eslint-plugin-react-hooks": {
"version": "4.3.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
},
"peerDependencies": {
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
}
},
"node_modules/eslint-plugin-react/node_modules/doctrine": {
"version": "2.1.0",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"esutils": "^2.0.2"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/eslint-plugin-react/node_modules/resolve": {
"version": "2.0.0-next.3",
"dev": true,
"license": "MIT",
"dependencies": {
"is-core-module": "^2.2.0",
"path-parse": "^1.0.6"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/eslint-plugin-react/node_modules/semver": {
"version": "6.3.0",
"dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
}
},
"node_modules/eslint-scope": {
"version": "7.1.0",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/eslint-utils": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"eslint-visitor-keys": "^2.0.0"
},
"engines": {
"node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
},
"funding": {
"url": "https://github.com/sponsors/mysticatea"
},
"peerDependencies": {
"eslint": ">=5"
}
},
"node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
"version": "2.1.0",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=10"
}
},
"node_modules/eslint-visitor-keys": {
"version": "3.1.0",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/eslint/node_modules/glob-parent": {
"version": "6.0.2",
"dev": true,
"license": "ISC",
"dependencies": {
"is-glob": "^4.0.3"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/eslint/node_modules/globals": {
"version": "13.12.0",
"dev": true,
"license": "MIT",
"dependencies": {
"type-fest": "^0.20.2"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/espree": {
"version": "9.3.0",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"acorn": "^8.7.0",
"acorn-jsx": "^5.3.1",
"eslint-visitor-keys": "^3.1.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/espree/node_modules/acorn": {
"version": "8.7.0",
"dev": true,
"license": "MIT",
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/esquery": {
"version": "1.4.0",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"estraverse": "^5.1.0"
},
"engines": {
"node": ">=0.10"
}
},
"node_modules/esrecurse": {
"version": "4.3.0",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"estraverse": "^5.2.0"
},
"engines": {
"node": ">=4.0"
}
},
"node_modules/estraverse": {
"version": "5.3.0",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=4.0"
}
},
"node_modules/esutils": {
"version": "2.0.3",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/event-target-shim": {
"version": "5.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/eventemitter3": {
"version": "3.1.2",
"dev": true,
"license": "MIT"
},
"node_modules/execa": {
"version": "5.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.3",
"get-stream": "^6.0.0",
"human-signals": "^2.1.0",
"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"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
"node_modules/external-editor": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"chardet": "^0.7.0",
"iconv-lite": "^0.4.24",
"tmp": "^0.0.33"
},
"engines": {
"node": ">=4"
}
},
"node_modules/extract-files": {
"version": "11.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": "^12.20 || >= 14.13"
},
"funding": {
"url": "https://github.com/sponsors/jaydenseric"
}
},
"node_modules/fast-deep-equal": {
"version": "3.1.3",
"dev": true,
"license": "MIT"
},
"node_modules/fast-glob": {
"version": "3.2.10",
"license": "MIT",
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.2",
"merge2": "^1.3.0",
"micromatch": "^4.0.4"
},
"engines": {
"node": ">=8.6.0"
}
},
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
"dev": true,
"license": "MIT"
},
"node_modules/fast-levenshtein": {
"version": "2.0.6",
"dev": true,
"license": "MIT"
},
"node_modules/fastq": {
"version": "1.13.0",
"license": "ISC",
"dependencies": {
"reusify": "^1.0.4"
}
},
"node_modules/fb-watchman": {
"version": "2.0.1",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"bser": "2.1.1"
}
},
"node_modules/fbjs": {
"version": "3.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"cross-fetch": "^3.0.4",
"fbjs-css-vars": "^1.0.0",
"loose-envify": "^1.0.0",
"object-assign": "^4.1.0",
"promise": "^7.1.1",
"setimmediate": "^1.0.5",
"ua-parser-js": "^0.7.30"
}
},
"node_modules/fbjs-css-vars": {
"version": "1.0.2",
"dev": true,
"license": "MIT"
},
"node_modules/figures": {
"version": "3.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
"escape-string-regexp": "^1.0.5"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/figures/node_modules/escape-string-regexp": {
"version": "1.0.5",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/file-entry-cache": {
"version": "6.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"flat-cache": "^3.0.4"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
},
"node_modules/fill-range": {
"version": "7.0.1",
"license": "MIT",
"dependencies": {
"to-regex-range": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/find-up": {
"version": "2.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"locate-path": "^2.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/flat-cache": {
"version": "3.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"flatted": "^3.1.0",
"rimraf": "^3.0.2"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
},
"node_modules/flatted": {
"version": "3.2.4",
"dev": true,
"license": "ISC"
},
"node_modules/follow-redirects": {
"version": "1.14.7",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
"license": "MIT",
"engines": {
"node": ">=4.0"
},
"peerDependenciesMeta": {
"debug": {
"optional": true
}
}
},
"node_modules/form-data": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/form-data-encoder": {
"version": "1.7.1",
"dev": true,
"license": "MIT"
},
"node_modules/formdata-node": {
"version": "4.3.2",
"dev": true,
"license": "MIT",
"dependencies": {
"node-domexception": "1.0.0",
"web-streams-polyfill": "4.0.0-beta.1"
},
"engines": {
"node": ">= 12.20"
}
},
"node_modules/formdata-node/node_modules/web-streams-polyfill": {
"version": "4.0.0-beta.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 12"
}
},
"node_modules/fraction.js": {
"version": "4.1.2",
"license": "MIT",
"engines": {
"node": "*"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/infusion"
}
},
"node_modules/fs.realpath": {
"version": "1.0.0",
"dev": true,
"license": "ISC"
},
"node_modules/fsevents": {
"version": "2.3.2",
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.1",
"license": "MIT"
},
"node_modules/functional-red-black-tree": {
"version": "1.0.1",
"dev": true,
"license": "MIT"
},
"node_modules/gensync": {
"version": "1.0.0-beta.2",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/get-caller-file": {
"version": "2.0.5",
"dev": true,
"license": "ISC",
"engines": {
"node": "6.* || 8.* || >= 10.*"
}
},
"node_modules/get-intrinsic": {
"version": "1.1.1",
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.1"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/get-stream": {
"version": "6.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/get-symbol-description": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"get-intrinsic": "^1.1.1"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/glob": {
"version": "7.2.0",
"dev": true,
"license": "ISC",
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"engines": {
"node": "*"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/glob-parent": {
"version": "5.1.2",
"license": "ISC",
"dependencies": {
"is-glob": "^4.0.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/globals": {
"version": "11.12.0",
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/globby": {
"version": "11.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.2.9",
"ignore": "^5.2.0",
"merge2": "^1.4.1",
"slash": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/globby/node_modules/ignore": {
"version": "5.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 4"
}
},
"node_modules/got": {
"version": "9.6.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@sindresorhus/is": "^0.14.0",
"@szmarczak/http-timer": "^1.1.2",
"cacheable-request": "^6.0.0",
"decompress-response": "^3.3.0",
"duplexer3": "^0.1.4",
"get-stream": "^4.1.0",
"lowercase-keys": "^1.0.1",
"mimic-response": "^1.0.1",
"p-cancelable": "^1.0.0",
"to-readable-stream": "^1.0.0",
"url-parse-lax": "^3.0.0"
},
"engines": {
"node": ">=8.6"
}
},
"node_modules/got/node_modules/get-stream": {
"version": "4.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"pump": "^3.0.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/graphql": {
"version": "15.8.0",
"dev": true,
"license": "MIT",
"peer": true,
"engines": {
"node": ">= 10.x"
}
},
"node_modules/graphql-config": {
"version": "4.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@endemolshinegroup/cosmiconfig-typescript-loader": "3.0.2",
"@graphql-tools/graphql-file-loader": "^7.3.2",
"@graphql-tools/json-file-loader": "^7.3.2",
"@graphql-tools/load": "^7.4.1",
"@graphql-tools/merge": "^8.2.1",
"@graphql-tools/url-loader": "^7.4.2",
"@graphql-tools/utils": "^8.5.1",
"cosmiconfig": "7.0.1",
"cosmiconfig-toml-loader": "1.0.0",
"minimatch": "3.0.4",
"string-env-interpolation": "1.0.1"
},
"engines": {
"node": ">= 10.0.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/graphql-request": {
"version": "3.7.0",
"dev": true,
"license": "MIT",
"dependencies": {
"cross-fetch": "^3.0.6",
"extract-files": "^9.0.0",
"form-data": "^3.0.0"
},
"peerDependencies": {
"graphql": "14 - 16"
}
},
"node_modules/graphql-request/node_modules/extract-files": {
"version": "9.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": "^10.17.0 || ^12.0.0 || >= 13.7.0"
},
"funding": {
"url": "https://github.com/sponsors/jaydenseric"
}
},
"node_modules/graphql-request/node_modules/form-data": {
"version": "3.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/graphql-sse": {
"version": "1.0.6",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"peerDependencies": {
"graphql": ">=0.11 <=16"
}
},
"node_modules/graphql-tag": {
"version": "2.12.6",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^2.1.0"
},
"engines": {
"node": ">=10"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/graphql-tag/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/graphql-ws": {
"version": "5.5.5",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
},
"peerDependencies": {
"graphql": ">=0.11 <=16"
}
},
"node_modules/gzip-size": {
"version": "6.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"duplexer": "^0.1.2"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/has": {
"version": "1.0.3",
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.1"
},
"engines": {
"node": ">= 0.4.0"
}
},
"node_modules/has-ansi": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-regex": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/has-ansi/node_modules/ansi-regex": {
"version": "2.1.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/has-bigints": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-flag": {
"version": "4.0.0",
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/has-symbols": {
"version": "1.0.2",
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-tostringtag": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"has-symbols": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/header-case": {
"version": "2.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"capital-case": "^1.0.4",
"tslib": "^2.0.3"
}
},
"node_modules/header-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/http-cache-semantics": {
"version": "4.1.0",
"dev": true,
"license": "BSD-2-Clause"
},
"node_modules/http-proxy-agent": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@tootallnate/once": "2",
"agent-base": "6",
"debug": "4"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/https-proxy-agent": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"agent-base": "6",
"debug": "4"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/human-signals": {
"version": "2.1.0",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=10.17.0"
}
},
"node_modules/humanize-ms": {
"version": "1.2.1",
"license": "MIT",
"dependencies": {
"ms": "^2.0.0"
}
},
"node_modules/husky": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
"integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
"dev": true,
"bin": {
"husky": "lib/bin.js"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/iconv-lite": {
"version": "0.4.24",
"dev": true,
"license": "MIT",
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/ieee754": {
"version": "1.2.1",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "BSD-3-Clause"
},
"node_modules/ignore": {
"version": "4.0.6",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 4"
}
},
"node_modules/immutability-helper": {
"version": "3.1.1",
"license": "MIT"
},
"node_modules/immutable": {
"version": "3.7.6",
"dev": true,
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/import-cwd": {
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"import-from": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/import-fresh": {
"version": "3.3.0",
"license": "MIT",
"dependencies": {
"parent-module": "^1.0.0",
"resolve-from": "^4.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/import-fresh/node_modules/resolve-from": {
"version": "4.0.0",
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/import-from": {
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"resolve-from": "^5.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/imurmurhash": {
"version": "0.1.4",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.8.19"
}
},
"node_modules/indent-string": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/inflight": {
"version": "1.0.6",
"dev": true,
"license": "ISC",
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
}
},
"node_modules/inherits": {
"version": "2.0.4",
"license": "ISC"
},
"node_modules/ini": {
"version": "1.3.8",
"dev": true,
"license": "ISC"
},
"node_modules/inquirer": {
"version": "8.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-escapes": "^4.2.1",
"chalk": "^4.1.1",
"cli-cursor": "^3.1.0",
"cli-width": "^3.0.0",
"external-editor": "^3.0.3",
"figures": "^3.0.0",
"lodash": "^4.17.21",
"mute-stream": "0.0.8",
"ora": "^5.4.1",
"run-async": "^2.4.0",
"rxjs": "^7.2.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0",
"through": "^2.3.6"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/inquirer/node_modules/emoji-regex": {
"version": "8.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/inquirer/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/inquirer/node_modules/string-width": {
"version": "4.2.3",
"dev": true,
"license": "MIT",
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/internal-slot": {
"version": "1.0.3",
"dev": true,
"license": "MIT",
"dependencies": {
"get-intrinsic": "^1.1.0",
"has": "^1.0.3",
"side-channel": "^1.0.4"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/invariant": {
"version": "2.2.4",
"dev": true,
"license": "MIT",
"dependencies": {
"loose-envify": "^1.0.0"
}
},
"node_modules/is-absolute": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"is-relative": "^1.0.0",
"is-windows": "^1.0.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-arrayish": {
"version": "0.2.1",
"license": "MIT"
},
"node_modules/is-bigint": {
"version": "1.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"has-bigints": "^1.0.1"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-binary-path": {
"version": "2.1.0",
"license": "MIT",
"dependencies": {
"binary-extensions": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/is-boolean-object": {
"version": "1.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-callable": {
"version": "1.2.4",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-core-module": {
"version": "2.8.1",
"license": "MIT",
"dependencies": {
"has": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-date-object": {
"version": "1.0.5",
"dev": true,
"license": "MIT",
"dependencies": {
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-extglob": {
"version": "2.1.1",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-fullwidth-code-point": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-glob": {
"version": "4.0.3",
"license": "MIT",
"dependencies": {
"is-extglob": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-interactive": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/is-lower-case": {
"version": "2.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^2.0.3"
}
},
"node_modules/is-lower-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/is-negative-zero": {
"version": "2.0.2",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-number": {
"version": "7.0.0",
"license": "MIT",
"engines": {
"node": ">=0.12.0"
}
},
"node_modules/is-number-object": {
"version": "1.0.6",
"dev": true,
"license": "MIT",
"dependencies": {
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-observable": {
"version": "1.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"symbol-observable": "^1.1.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/is-promise": {
"version": "2.2.2",
"dev": true,
"license": "MIT"
},
"node_modules/is-regex": {
"version": "1.1.4",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-relative": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"is-unc-path": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-shared-array-buffer": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-stream": {
"version": "2.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-string": {
"version": "1.0.7",
"dev": true,
"license": "MIT",
"dependencies": {
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-symbol": {
"version": "1.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"has-symbols": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-unc-path": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"unc-path-regex": "^0.1.2"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-unicode-supported": {
"version": "0.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-upper-case": {
"version": "2.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^2.0.3"
}
},
"node_modules/is-upper-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/is-weakref": {
"version": "1.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-windows": {
"version": "1.0.2",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/isexe": {
"version": "2.0.0",
"dev": true,
"license": "ISC"
},
"node_modules/isomorphic-fetch": {
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1",
"whatwg-fetch": "^3.4.1"
}
},
"node_modules/isomorphic-ws": {
"version": "4.0.1",
"dev": true,
"license": "MIT",
"peerDependencies": {
"ws": "*"
}
},
"node_modules/iterall": {
"version": "1.3.0",
"dev": true,
"license": "MIT"
},
"node_modules/jest-worker": {
"version": "27.0.0-next.5",
"license": "MIT",
"dependencies": {
"@types/node": "*",
"merge-stream": "^2.0.0",
"supports-color": "^8.0.0"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
}
},
"node_modules/jest-worker/node_modules/supports-color": {
"version": "8.1.1",
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
"node_modules/js-cookie": {
"version": "3.0.1",
"license": "MIT",
"engines": {
"node": ">=12"
}
},
"node_modules/js-tokens": {
"version": "4.0.0",
"license": "MIT"
},
"node_modules/js-yaml": {
"version": "4.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
},
"node_modules/jsesc": {
"version": "2.5.2",
"license": "MIT",
"bin": {
"jsesc": "bin/jsesc"
},
"engines": {
"node": ">=4"
}
},
"node_modules/json-buffer": {
"version": "3.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/json-parse-even-better-errors": {
"version": "2.3.1",
"license": "MIT"
},
"node_modules/json-schema-traverse": {
"version": "0.4.1",
"dev": true,
"license": "MIT"
},
"node_modules/json-stable-stringify": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"jsonify": "~0.0.0"
}
},
"node_modules/json-stable-stringify-without-jsonify": {
"version": "1.0.1",
"dev": true,
"license": "MIT"
},
"node_modules/json-to-pretty-yaml": {
"version": "1.2.2",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"remedial": "^1.0.7",
"remove-trailing-spaces": "^1.0.6"
},
"engines": {
"node": ">= 0.2.0"
}
},
"node_modules/json5": {
"version": "2.2.0",
"license": "MIT",
"dependencies": {
"minimist": "^1.2.5"
},
"bin": {
"json5": "lib/cli.js"
},
"engines": {
"node": ">=6"
}
},
"node_modules/jsonify": {
"version": "0.0.0",
"dev": true,
"license": "Public Domain"
},
"node_modules/jsonwebtoken": {
"version": "8.5.1",
"license": "MIT",
"dependencies": {
"jws": "^3.2.2",
"lodash.includes": "^4.3.0",
"lodash.isboolean": "^3.0.3",
"lodash.isinteger": "^4.0.4",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.once": "^4.0.0",
"ms": "^2.1.1",
"semver": "^5.6.0"
},
"engines": {
"node": ">=4",
"npm": ">=1.4.28"
}
},
"node_modules/jsonwebtoken/node_modules/semver": {
"version": "5.7.1",
"license": "ISC",
"bin": {
"semver": "bin/semver"
}
},
"node_modules/jsx-ast-utils": {
"version": "3.2.1",
"dev": true,
"license": "MIT",
"dependencies": {
"array-includes": "^3.1.3",
"object.assign": "^4.1.2"
},
"engines": {
"node": ">=4.0"
}
},
"node_modules/jwa": {
"version": "1.4.1",
"license": "MIT",
"dependencies": {
"buffer-equal-constant-time": "1.0.1",
"ecdsa-sig-formatter": "1.0.11",
"safe-buffer": "^5.0.1"
}
},
"node_modules/jws": {
"version": "3.2.2",
"license": "MIT",
"dependencies": {
"jwa": "^1.4.1",
"safe-buffer": "^5.0.1"
}
},
"node_modules/keen-slider": {
"version": "6.6.3",
"license": "MIT"
},
"node_modules/keyv": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"json-buffer": "3.0.0"
}
},
"node_modules/language-subtag-registry": {
"version": "0.3.21",
"dev": true,
"license": "ODC-By-1.0"
},
"node_modules/language-tags": {
"version": "1.0.5",
"dev": true,
"license": "MIT",
"dependencies": {
"language-subtag-registry": "~0.3.2"
}
},
"node_modules/latest-version": {
"version": "5.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"package-json": "^6.3.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/levn": {
"version": "0.4.1",
"dev": true,
"license": "MIT",
"dependencies": {
"prelude-ls": "^1.2.1",
"type-check": "~0.4.0"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/lilconfig": {
"version": "2.0.4",
"license": "MIT",
"engines": {
"node": ">=10"
}
},
"node_modules/lines-and-columns": {
"version": "1.2.4",
"license": "MIT"
},
"node_modules/lint-staged": {
"version": "12.1.7",
"dev": true,
"license": "MIT",
"dependencies": {
"cli-truncate": "^3.1.0",
"colorette": "^2.0.16",
"commander": "^8.3.0",
"debug": "^4.3.3",
"execa": "^5.1.1",
"lilconfig": "2.0.4",
"listr2": "^3.13.5",
"micromatch": "^4.0.4",
"normalize-path": "^3.0.0",
"object-inspect": "^1.11.1",
"string-argv": "^0.3.1",
"supports-color": "^9.2.1",
"yaml": "^1.10.2"
},
"bin": {
"lint-staged": "bin/lint-staged.js"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/lint-staged"
}
},
"node_modules/lint-staged/node_modules/colorette": {
"version": "2.0.16",
"dev": true,
"license": "MIT"
},
"node_modules/lint-staged/node_modules/supports-color": {
"version": "9.2.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
"node_modules/listr": {
"version": "0.14.3",
"dev": true,
"license": "MIT",
"dependencies": {
"@samverschueren/stream-to-observable": "^0.3.0",
"is-observable": "^1.1.0",
"is-promise": "^2.1.0",
"is-stream": "^1.1.0",
"listr-silent-renderer": "^1.1.1",
"listr-update-renderer": "^0.5.0",
"listr-verbose-renderer": "^0.5.0",
"p-map": "^2.0.0",
"rxjs": "^6.3.3"
},
"engines": {
"node": ">=6"
}
},
"node_modules/listr-silent-renderer": {
"version": "1.1.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer": {
"version": "0.5.0",
"dev": true,
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"cli-truncate": "^0.2.1",
"elegant-spinner": "^1.0.1",
"figures": "^1.7.0",
"indent-string": "^3.0.0",
"log-symbols": "^1.0.2",
"log-update": "^2.3.0",
"strip-ansi": "^3.0.1"
},
"engines": {
"node": ">=6"
},
"peerDependencies": {
"listr": "^0.14.2"
}
},
"node_modules/listr-update-renderer/node_modules/ansi-escapes": {
"version": "3.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer/node_modules/ansi-regex": {
"version": "2.1.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/ansi-styles": {
"version": "2.2.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/chalk": {
"version": "1.1.3",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^2.2.1",
"escape-string-regexp": "^1.0.2",
"has-ansi": "^2.0.0",
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/cli-cursor": {
"version": "2.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"restore-cursor": "^2.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer/node_modules/cli-truncate": {
"version": "0.2.1",
"dev": true,
"license": "MIT",
"dependencies": {
"slice-ansi": "0.0.4",
"string-width": "^1.0.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/escape-string-regexp": {
"version": "1.0.5",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/listr-update-renderer/node_modules/figures": {
"version": "1.7.0",
"dev": true,
"license": "MIT",
"dependencies": {
"escape-string-regexp": "^1.0.5",
"object-assign": "^4.1.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/indent-string": {
"version": "3.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer/node_modules/is-fullwidth-code-point": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"number-is-nan": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/log-symbols": {
"version": "1.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"chalk": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/log-update": {
"version": "2.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-escapes": "^3.0.0",
"cli-cursor": "^2.0.0",
"wrap-ansi": "^3.0.1"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer/node_modules/mimic-fn": {
"version": "1.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer/node_modules/onetime": {
"version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"mimic-fn": "^1.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer/node_modules/restore-cursor": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"onetime": "^2.0.0",
"signal-exit": "^3.0.2"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer/node_modules/slice-ansi": {
"version": "0.0.4",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/string-width": {
"version": "1.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
"strip-ansi": "^3.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/strip-ansi": {
"version": "3.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-regex": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr-update-renderer/node_modules/supports-color": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/listr-update-renderer/node_modules/wrap-ansi": {
"version": "3.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"string-width": "^2.1.1",
"strip-ansi": "^4.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer/node_modules/wrap-ansi/node_modules/ansi-regex": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer/node_modules/wrap-ansi/node_modules/string-width": {
"version": "2.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
"is-fullwidth-code-point": "^2.0.0",
"strip-ansi": "^4.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-update-renderer/node_modules/wrap-ansi/node_modules/strip-ansi": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-regex": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-verbose-renderer": {
"version": "0.5.0",
"dev": true,
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"cli-cursor": "^2.1.0",
"date-fns": "^1.27.2",
"figures": "^2.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-verbose-renderer/node_modules/ansi-styles": {
"version": "3.2.1",
"dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^1.9.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-verbose-renderer/node_modules/chalk": {
"version": "2.4.2",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-verbose-renderer/node_modules/cli-cursor": {
"version": "2.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"restore-cursor": "^2.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-verbose-renderer/node_modules/color-convert": {
"version": "1.9.3",
"dev": true,
"license": "MIT",
"dependencies": {
"color-name": "1.1.3"
}
},
"node_modules/listr-verbose-renderer/node_modules/color-name": {
"version": "1.1.3",
"dev": true,
"license": "MIT"
},
"node_modules/listr-verbose-renderer/node_modules/escape-string-regexp": {
"version": "1.0.5",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/listr-verbose-renderer/node_modules/figures": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"escape-string-regexp": "^1.0.5"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-verbose-renderer/node_modules/has-flag": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/listr-verbose-renderer/node_modules/mimic-fn": {
"version": "1.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/listr-verbose-renderer/node_modules/onetime": {
"version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"mimic-fn": "^1.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-verbose-renderer/node_modules/restore-cursor": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"onetime": "^2.0.0",
"signal-exit": "^3.0.2"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr-verbose-renderer/node_modules/supports-color": {
"version": "5.5.0",
"dev": true,
"license": "MIT",
"dependencies": {
"has-flag": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/listr/node_modules/is-stream": {
"version": "1.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/listr/node_modules/p-map": {
"version": "2.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/listr/node_modules/rxjs": {
"version": "6.6.7",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"tslib": "^1.9.0"
},
"engines": {
"npm": ">=2.0.0"
}
},
"node_modules/listr2": {
"version": "3.14.0",
"dev": true,
"license": "MIT",
"dependencies": {
"cli-truncate": "^2.1.0",
"colorette": "^2.0.16",
"log-update": "^4.0.0",
"p-map": "^4.0.0",
"rfdc": "^1.3.0",
"rxjs": "^7.5.1",
"through": "^2.3.8",
"wrap-ansi": "^7.0.0"
},
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"enquirer": ">= 2.3.0 < 3"
},
"peerDependenciesMeta": {
"enquirer": {
"optional": true
}
}
},
"node_modules/listr2/node_modules/cli-truncate": {
"version": "2.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"slice-ansi": "^3.0.0",
"string-width": "^4.2.0"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/listr2/node_modules/colorette": {
"version": "2.0.16",
"dev": true,
"license": "MIT"
},
"node_modules/listr2/node_modules/emoji-regex": {
"version": "8.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/listr2/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/listr2/node_modules/slice-ansi": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"astral-regex": "^2.0.0",
"is-fullwidth-code-point": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/listr2/node_modules/string-width": {
"version": "4.2.3",
"dev": true,
"license": "MIT",
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/loader-utils": {
"version": "1.2.3",
"license": "MIT",
"dependencies": {
"big.js": "^5.2.2",
"emojis-list": "^2.0.0",
"json5": "^1.0.1"
},
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/loader-utils/node_modules/json5": {
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"minimist": "^1.2.0"
},
"bin": {
"json5": "lib/cli.js"
}
},
"node_modules/locate-path": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"p-locate": "^2.0.0",
"path-exists": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"license": "MIT"
},
"node_modules/lodash.camelcase": {
"version": "4.3.0",
"license": "MIT"
},
"node_modules/lodash.clonedeep": {
"version": "4.5.0",
"license": "MIT"
},
"node_modules/lodash.debounce": {
"version": "4.0.8",
"license": "MIT"
},
"node_modules/lodash.get": {
"version": "4.4.2",
"dev": true,
"license": "MIT"
},
"node_modules/lodash.includes": {
"version": "4.3.0",
"license": "MIT"
},
"node_modules/lodash.isboolean": {
"version": "3.0.3",
"license": "MIT"
},
"node_modules/lodash.isdate": {
"version": "4.0.1",
"license": "MIT"
},
"node_modules/lodash.isinteger": {
"version": "4.0.4",
"license": "MIT"
},
"node_modules/lodash.isnumber": {
"version": "3.0.3",
"license": "MIT"
},
"node_modules/lodash.isplainobject": {
"version": "4.0.6",
"license": "MIT"
},
"node_modules/lodash.isstring": {
"version": "4.0.1",
"license": "MIT"
},
"node_modules/lodash.merge": {
"version": "4.6.2",
"dev": true,
"license": "MIT"
},
"node_modules/lodash.once": {
"version": "4.1.1",
"license": "MIT"
},
"node_modules/lodash.random": {
"version": "3.2.0",
"license": "MIT"
},
"node_modules/lodash.snakecase": {
"version": "4.1.1",
"license": "MIT"
},
"node_modules/lodash.throttle": {
"version": "4.1.1",
"license": "MIT"
},
"node_modules/lodash.uniq": {
"version": "4.5.0",
"license": "MIT"
},
"node_modules/log-symbols": {
"version": "4.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"is-unicode-supported": "^0.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/log-update": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-escapes": "^4.3.0",
"cli-cursor": "^3.1.0",
"slice-ansi": "^4.0.0",
"wrap-ansi": "^6.2.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/log-update/node_modules/emoji-regex": {
"version": "8.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/log-update/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/log-update/node_modules/slice-ansi": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"astral-regex": "^2.0.0",
"is-fullwidth-code-point": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
}
},
"node_modules/log-update/node_modules/string-width": {
"version": "4.2.3",
"dev": true,
"license": "MIT",
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/log-update/node_modules/wrap-ansi": {
"version": "6.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/loose-envify": {
"version": "1.4.0",
"license": "MIT",
"dependencies": {
"js-tokens": "^3.0.0 || ^4.0.0"
},
"bin": {
"loose-envify": "cli.js"
}
},
"node_modules/lower-case": {
"version": "2.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^2.0.3"
}
},
"node_modules/lower-case-first": {
"version": "2.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^2.0.3"
}
},
"node_modules/lower-case-first/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/lower-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/lowercase-keys": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/lru-cache": {
"version": "5.1.1",
"license": "ISC",
"dependencies": {
"yallist": "^3.0.2"
}
},
"node_modules/make-error": {
"version": "1.3.6",
"devOptional": true,
"license": "ISC"
},
"node_modules/map-cache": {
"version": "0.2.2",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/matcher": {
"version": "4.0.0",
"license": "MIT",
"dependencies": {
"escape-string-regexp": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/merge-stream": {
"version": "2.0.0",
"license": "MIT"
},
"node_modules/merge2": {
"version": "1.4.1",
"license": "MIT",
"engines": {
"node": ">= 8"
}
},
"node_modules/meros": {
"version": "1.1.4",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"peerDependencies": {
"@types/node": ">=12"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
}
},
"node_modules/micromatch": {
"version": "4.0.4",
"license": "MIT",
"dependencies": {
"braces": "^3.0.1",
"picomatch": "^2.2.3"
},
"engines": {
"node": ">=8.6"
}
},
"node_modules/mime-db": {
"version": "1.51.0",
"license": "MIT",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mime-types": {
"version": "2.1.34",
"license": "MIT",
"dependencies": {
"mime-db": "1.51.0"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mimic-fn": {
"version": "2.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/mimic-response": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/minimatch": {
"version": "3.0.4",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/minimist": {
"version": "1.2.5",
"license": "MIT"
},
"node_modules/mkdirp": {
"version": "1.0.4",
"dev": true,
"license": "MIT",
"bin": {
"mkdirp": "bin/cmd.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/mrmime": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
}
},
"node_modules/ms": {
"version": "2.1.2",
"license": "MIT"
},
"node_modules/mute-stream": {
"version": "0.0.8",
"dev": true,
"license": "ISC"
},
"node_modules/nanoid": {
"version": "3.1.30",
"license": "MIT",
"bin": {
"nanoid": "bin/nanoid.cjs"
},
"engines": {
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
"node_modules/natural-compare": {
"version": "1.4.0",
"dev": true,
"license": "MIT"
},
"node_modules/next": {
"version": "12.0.8",
"license": "MIT",
"dependencies": {
"@next/env": "12.0.8",
"@next/react-refresh-utils": "12.0.8",
"caniuse-lite": "^1.0.30001283",
"jest-worker": "27.0.0-next.5",
"node-fetch": "2.6.1",
"postcss": "8.2.15",
"react-is": "17.0.2",
"react-refresh": "0.8.3",
"stream-browserify": "3.0.0",
"styled-jsx": "5.0.0-beta.6",
"use-subscription": "1.5.1"
},
"bin": {
"next": "dist/bin/next"
},
"engines": {
"node": ">=12.22.0"
},
"optionalDependencies": {
"@next/swc-android-arm64": "12.0.8",
"@next/swc-darwin-arm64": "12.0.8",
"@next/swc-darwin-x64": "12.0.8",
"@next/swc-linux-arm-gnueabihf": "12.0.8",
"@next/swc-linux-arm64-gnu": "12.0.8",
"@next/swc-linux-arm64-musl": "12.0.8",
"@next/swc-linux-x64-gnu": "12.0.8",
"@next/swc-linux-x64-musl": "12.0.8",
"@next/swc-win32-arm64-msvc": "12.0.8",
"@next/swc-win32-ia32-msvc": "12.0.8",
"@next/swc-win32-x64-msvc": "12.0.8"
},
"peerDependencies": {
"fibers": ">= 3.1.0",
"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0",
"react": "^17.0.2 || ^18.0.0-0",
"react-dom": "^17.0.2 || ^18.0.0-0",
"sass": "^1.3.0"
},
"peerDependenciesMeta": {
"fibers": {
"optional": true
},
"node-sass": {
"optional": true
},
"sass": {
"optional": true
}
}
},
"node_modules/next-commerce": {
"resolved": "site",
"link": true
},
"node_modules/next-seo": {
"version": "4.28.1",
"license": "MIT",
"peerDependencies": {
"next": "^8.1.1-canary.54 || >=9.0.0",
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
}
},
"node_modules/next-themes": {
"version": "0.0.15",
"license": "MIT",
"peerDependencies": {
"next": "*",
"react": "*",
"react-dom": "*"
}
},
"node_modules/next/node_modules/node-fetch": {
"version": "2.6.1",
"license": "MIT",
"engines": {
"node": "4.x || >=6.0.0"
}
},
"node_modules/next/node_modules/postcss": {
"version": "8.2.15",
"license": "MIT",
"dependencies": {
"colorette": "^1.2.2",
"nanoid": "^3.1.23",
"source-map": "^0.6.1"
},
"engines": {
"node": "^10 || ^12 || >=14"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
}
},
"node_modules/next/node_modules/source-map": {
"version": "0.6.1",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/no-case": {
"version": "3.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"lower-case": "^2.0.2",
"tslib": "^2.0.3"
}
},
"node_modules/no-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/node-domexception": {
"version": "1.0.0",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/jimmywarting"
},
{
"type": "github",
"url": "https://paypal.me/jimmywarting"
}
],
"license": "MIT",
"engines": {
"node": ">=10.5.0"
}
},
"node_modules/node-fetch": {
"version": "2.6.6",
"license": "MIT",
"dependencies": {
"whatwg-url": "^5.0.0"
},
"engines": {
"node": "4.x || >=6.0.0"
}
},
"node_modules/node-int64": {
"version": "0.4.0",
"dev": true,
"license": "MIT"
},
"node_modules/node-releases": {
"version": "2.0.1",
"license": "MIT"
},
"node_modules/normalize-path": {
"version": "3.0.0",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/normalize-range": {
"version": "0.1.2",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/normalize-url": {
"version": "4.5.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/npm-run-path": {
"version": "4.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"path-key": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/nullthrows": {
"version": "1.1.1",
"dev": true,
"license": "MIT"
},
"node_modules/number-is-nan": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/object-assign": {
"version": "4.1.1",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/object-hash": {
"version": "2.2.0",
"license": "MIT",
"engines": {
"node": ">= 6"
}
},
"node_modules/object-inspect": {
"version": "1.12.0",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/object-keys": {
"version": "1.1.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.4"
}
},
"node_modules/object-keys-normalizer": {
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"lodash.camelcase": "^4.3.0",
"lodash.snakecase": "^4.1.1"
}
},
"node_modules/object-merge-advanced": {
"version": "12.0.3",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.13",
"array-includes-with-glob": "^3.0.6",
"lodash.clonedeep": "^4.5.0",
"lodash.includes": "^4.3.0",
"lodash.isdate": "^4.0.1",
"lodash.isplainobject": "^4.0.6",
"lodash.uniq": "^4.5.0",
"util-nonempty": "^3.0.6"
}
},
"node_modules/object.assign": {
"version": "4.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.0",
"define-properties": "^1.1.3",
"has-symbols": "^1.0.1",
"object-keys": "^1.1.1"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/object.entries": {
"version": "1.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/object.fromentries": {
"version": "2.0.5",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/object.hasown": {
"version": "1.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/object.values": {
"version": "1.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/once": {
"version": "1.4.0",
"dev": true,
"license": "ISC",
"dependencies": {
"wrappy": "1"
}
},
"node_modules/onetime": {
"version": "5.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
"mimic-fn": "^2.1.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/opener": {
"version": "1.5.2",
"dev": true,
"license": "(WTFPL OR MIT)",
"bin": {
"opener": "bin/opener-bin.js"
}
},
"node_modules/optionator": {
"version": "0.9.1",
"dev": true,
"license": "MIT",
"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"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/ora": {
"version": "5.4.1",
"dev": true,
"license": "MIT",
"dependencies": {
"bl": "^4.1.0",
"chalk": "^4.1.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.5.0",
"is-interactive": "^1.0.0",
"is-unicode-supported": "^0.1.0",
"log-symbols": "^4.1.0",
"strip-ansi": "^6.0.0",
"wcwidth": "^1.0.1"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/os-tmpdir": {
"version": "1.0.2",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/p-cancelable": {
"version": "1.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/p-limit": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"yocto-queue": "^0.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-locate": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"p-limit": "^1.1.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/p-locate/node_modules/p-limit": {
"version": "1.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
"p-try": "^1.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/p-map": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"aggregate-error": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-try": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/package-json": {
"version": "6.5.0",
"dev": true,
"license": "MIT",
"dependencies": {
"got": "^9.6.0",
"registry-auth-token": "^4.0.0",
"registry-url": "^5.0.0",
"semver": "^6.2.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/package-json/node_modules/semver": {
"version": "6.3.0",
"dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
}
},
"node_modules/param-case": {
"version": "3.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"dot-case": "^3.0.4",
"tslib": "^2.0.3"
}
},
"node_modules/param-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/parent-module": {
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"callsites": "^3.0.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/parse-filepath": {
"version": "1.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"is-absolute": "^1.0.0",
"map-cache": "^0.2.0",
"path-root": "^0.1.1"
},
"engines": {
"node": ">=0.8"
}
},
"node_modules/parse-json": {
"version": "5.2.0",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.0.0",
"error-ex": "^1.3.1",
"json-parse-even-better-errors": "^2.3.0",
"lines-and-columns": "^1.1.6"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/pascal-case": {
"version": "3.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
"no-case": "^3.0.4",
"tslib": "^2.0.3"
}
},
"node_modules/pascal-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/path-case": {
"version": "3.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"dot-case": "^3.0.4",
"tslib": "^2.0.3"
}
},
"node_modules/path-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/path-exists": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/path-is-absolute": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/path-key": {
"version": "3.1.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/path-parse": {
"version": "1.0.7",
"license": "MIT"
},
"node_modules/path-root": {
"version": "0.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
"path-root-regex": "^0.1.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/path-root-regex": {
"version": "0.1.2",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/path-type": {
"version": "4.0.0",
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/picocolors": {
"version": "1.0.0",
"license": "ISC"
},
"node_modules/picomatch": {
"version": "2.3.1",
"license": "MIT",
"engines": {
"node": ">=8.6"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/postcss": {
"version": "8.4.5",
"license": "MIT",
"dependencies": {
"nanoid": "^3.1.30",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.1"
},
"engines": {
"node": "^10 || ^12 || >=14"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
}
},
"node_modules/postcss-attribute-case-insensitive": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"postcss-selector-parser": "^6.0.2"
},
"peerDependencies": {
"postcss": "^8.0.2"
}
},
"node_modules/postcss-color-functional-notation": {
"version": "4.2.1",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-color-hex-alpha": {
"version": "8.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-color-rebeccapurple": {
"version": "7.0.2",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-custom-media": {
"version": "8.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"node_modules/postcss-custom-properties": {
"version": "12.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-custom-selectors": {
"version": "6.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"postcss-selector-parser": "^6.0.4"
},
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"postcss": "^8.1.2"
}
},
"node_modules/postcss-dir-pseudo-class": {
"version": "6.0.3",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-selector-parser": "^6.0.8"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-double-position-gradients": {
"version": "3.0.4",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-env-function": {
"version": "4.0.4",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-flexbugs-fixes": {
"version": "5.0.2",
"dev": true,
"license": "MIT",
"peerDependencies": {
"postcss": "^8.1.4"
}
},
"node_modules/postcss-focus-visible": {
"version": "6.0.3",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-selector-parser": "^6.0.8"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-focus-within": {
"version": "5.0.3",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-selector-parser": "^6.0.8"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-font-variant": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"node_modules/postcss-gap-properties": {
"version": "3.0.2",
"dev": true,
"license": "CC0-1.0",
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-image-set-function": {
"version": "4.0.4",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-initial": {
"version": "4.0.1",
"dev": true,
"license": "MIT",
"peerDependencies": {
"postcss": "^8.0.0"
}
},
"node_modules/postcss-js": {
"version": "4.0.0",
"license": "MIT",
"dependencies": {
"camelcase-css": "^2.0.1"
},
"engines": {
"node": "^12 || ^14 || >= 16"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"postcss": "^8.3.3"
}
},
"node_modules/postcss-lab-function": {
"version": "4.0.3",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-load-config": {
"version": "3.1.1",
"license": "MIT",
"dependencies": {
"lilconfig": "^2.0.4",
"yaml": "^1.10.2"
},
"engines": {
"node": ">= 10"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"ts-node": ">=9.0.0"
},
"peerDependenciesMeta": {
"ts-node": {
"optional": true
}
}
},
"node_modules/postcss-logical": {
"version": "5.0.3",
"dev": true,
"license": "CC0-1.0",
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-media-minmax": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"node_modules/postcss-nested": {
"version": "5.0.6",
"license": "MIT",
"dependencies": {
"postcss-selector-parser": "^6.0.6"
},
"engines": {
"node": ">=12.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"postcss": "^8.2.14"
}
},
"node_modules/postcss-nesting": {
"version": "8.0.1",
"license": "CC0-1.0",
"engines": {
"node": "12 - 16"
},
"peerDependencies": {
"postcss": "^8"
}
},
"node_modules/postcss-overflow-shorthand": {
"version": "3.0.2",
"dev": true,
"license": "CC0-1.0",
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-page-break": {
"version": "3.0.4",
"dev": true,
"license": "MIT",
"peerDependencies": {
"postcss": "^8"
}
},
"node_modules/postcss-place": {
"version": "7.0.3",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-preset-env": {
"version": "7.2.3",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"autoprefixer": "^10.4.2",
"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001299",
"css-blank-pseudo": "^3.0.2",
"css-has-pseudo": "^3.0.3",
"css-prefers-color-scheme": "^6.0.2",
"cssdb": "^5.0.0",
"postcss-attribute-case-insensitive": "^5.0.0",
"postcss-color-functional-notation": "^4.2.1",
"postcss-color-hex-alpha": "^8.0.2",
"postcss-color-rebeccapurple": "^7.0.2",
"postcss-custom-media": "^8.0.0",
"postcss-custom-properties": "^12.1.2",
"postcss-custom-selectors": "^6.0.0",
"postcss-dir-pseudo-class": "^6.0.3",
"postcss-double-position-gradients": "^3.0.4",
"postcss-env-function": "^4.0.4",
"postcss-focus-visible": "^6.0.3",
"postcss-focus-within": "^5.0.3",
"postcss-font-variant": "^5.0.0",
"postcss-gap-properties": "^3.0.2",
"postcss-image-set-function": "^4.0.4",
"postcss-initial": "^4.0.1",
"postcss-lab-function": "^4.0.3",
"postcss-logical": "^5.0.3",
"postcss-media-minmax": "^5.0.0",
"postcss-nesting": "^10.1.2",
"postcss-overflow-shorthand": "^3.0.2",
"postcss-page-break": "^3.0.4",
"postcss-place": "^7.0.3",
"postcss-pseudo-class-any-link": "^7.0.2",
"postcss-replace-overflow-wrap": "^4.0.0",
"postcss-selector-not": "^5.0.0"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.4"
}
},
"node_modules/postcss-preset-env/node_modules/postcss-nesting": {
"version": "10.1.2",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-selector-parser": "^6.0.8"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-pseudo-class-any-link": {
"version": "7.0.2",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
"postcss-selector-parser": "^6.0.8"
},
"engines": {
"node": "^12 || ^14 || >=16"
},
"peerDependencies": {
"postcss": "^8.3"
}
},
"node_modules/postcss-replace-overflow-wrap": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"peerDependencies": {
"postcss": "^8.0.3"
}
},
"node_modules/postcss-selector-not": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0"
},
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"node_modules/postcss-selector-parser": {
"version": "6.0.8",
"license": "MIT",
"dependencies": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
},
"engines": {
"node": ">=4"
}
},
"node_modules/postcss-value-parser": {
"version": "4.2.0",
"license": "MIT"
},
"node_modules/prelude-ls": {
"version": "1.2.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/prepend-http": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/prettier": {
"version": "2.5.1",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/progress": {
"version": "2.0.3",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/promise": {
"version": "7.3.1",
"dev": true,
"license": "MIT",
"dependencies": {
"asap": "~2.0.3"
}
},
"node_modules/prop-types": {
"version": "15.8.1",
"dev": true,
"license": "MIT",
"dependencies": {
"loose-envify": "^1.4.0",
"object-assign": "^4.1.1",
"react-is": "^16.13.1"
}
},
"node_modules/prop-types/node_modules/react-is": {
"version": "16.13.1",
"dev": true,
"license": "MIT"
},
"node_modules/pump": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
}
},
"node_modules/punycode": {
"version": "2.1.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/qs": {
"version": "6.10.3",
"license": "BSD-3-Clause",
"dependencies": {
"side-channel": "^1.0.4"
},
"engines": {
"node": ">=0.6"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/queue-microtask": {
"version": "1.2.3",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
},
"node_modules/quick-lru": {
"version": "5.1.1",
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/rc": {
"version": "1.2.8",
"dev": true,
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
"dependencies": {
"deep-extend": "^0.6.0",
"ini": "~1.3.0",
"minimist": "^1.2.0",
"strip-json-comments": "~2.0.1"
},
"bin": {
"rc": "cli.js"
}
},
"node_modules/rc/node_modules/strip-json-comments": {
"version": "2.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/react": {
"version": "17.0.2",
"license": "MIT",
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/react-dom": {
"version": "17.0.2",
"license": "MIT",
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"scheduler": "^0.20.2"
},
"peerDependencies": {
"react": "17.0.2"
}
},
"node_modules/react-fast-marquee": {
"version": "1.3.1",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
}
},
"node_modules/react-is": {
"version": "17.0.2",
"license": "MIT"
},
"node_modules/react-merge-refs": {
"version": "1.1.0",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/gregberge"
}
},
"node_modules/react-refresh": {
"version": "0.8.3",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/react-use-measure": {
"version": "2.1.1",
"license": "MIT",
"dependencies": {
"debounce": "^1.2.1"
},
"peerDependencies": {
"react": ">=16.13",
"react-dom": ">=16.13"
}
},
"node_modules/readable-stream": {
"version": "3.6.0",
"license": "MIT",
"dependencies": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/readdirp": {
"version": "3.6.0",
"license": "MIT",
"dependencies": {
"picomatch": "^2.2.1"
},
"engines": {
"node": ">=8.10.0"
}
},
"node_modules/regenerator-runtime": {
"version": "0.13.9",
"license": "MIT"
},
"node_modules/regexp.prototype.flags": {
"version": "1.3.1",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/regexpp": {
"version": "3.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/mysticatea"
}
},
"node_modules/registry-auth-token": {
"version": "4.2.1",
"dev": true,
"license": "MIT",
"dependencies": {
"rc": "^1.2.8"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/registry-url": {
"version": "5.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"rc": "^1.2.8"
},
"engines": {
"node": ">=8"
}
},
"node_modules/relay-compiler": {
"version": "12.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/generator": "^7.14.0",
"@babel/parser": "^7.14.0",
"@babel/runtime": "^7.0.0",
"@babel/traverse": "^7.14.0",
"@babel/types": "^7.0.0",
"babel-preset-fbjs": "^3.4.0",
"chalk": "^4.0.0",
"fb-watchman": "^2.0.0",
"fbjs": "^3.0.0",
"glob": "^7.1.1",
"immutable": "~3.7.6",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1",
"relay-runtime": "12.0.0",
"signedsource": "^1.0.0",
"yargs": "^15.3.1"
},
"bin": {
"relay-compiler": "bin/relay-compiler"
},
"peerDependencies": {
"graphql": "^15.0.0"
}
},
"node_modules/relay-compiler/node_modules/cliui": {
"version": "6.0.0",
"dev": true,
"license": "ISC",
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"wrap-ansi": "^6.2.0"
}
},
"node_modules/relay-compiler/node_modules/emoji-regex": {
"version": "8.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/relay-compiler/node_modules/find-up": {
"version": "4.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/relay-compiler/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/relay-compiler/node_modules/locate-path": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"p-locate": "^4.1.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/relay-compiler/node_modules/p-limit": {
"version": "2.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
"p-try": "^2.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/relay-compiler/node_modules/p-locate": {
"version": "4.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"p-limit": "^2.2.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/relay-compiler/node_modules/p-try": {
"version": "2.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/relay-compiler/node_modules/path-exists": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/relay-compiler/node_modules/string-width": {
"version": "4.2.3",
"dev": true,
"license": "MIT",
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/relay-compiler/node_modules/wrap-ansi": {
"version": "6.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/relay-compiler/node_modules/y18n": {
"version": "4.0.3",
"dev": true,
"license": "ISC"
},
"node_modules/relay-compiler/node_modules/yargs": {
"version": "15.4.1",
"dev": true,
"license": "MIT",
"dependencies": {
"cliui": "^6.0.0",
"decamelize": "^1.2.0",
"find-up": "^4.1.0",
"get-caller-file": "^2.0.1",
"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.2"
},
"engines": {
"node": ">=8"
}
},
"node_modules/relay-compiler/node_modules/yargs-parser": {
"version": "18.1.3",
"dev": true,
"license": "ISC",
"dependencies": {
"camelcase": "^5.0.0",
"decamelize": "^1.2.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/relay-runtime": {
"version": "12.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.0.0",
"fbjs": "^3.0.0",
"invariant": "^2.2.4"
}
},
"node_modules/remedial": {
"version": "1.0.8",
"dev": true,
"license": "(MIT OR Apache-2.0)",
"engines": {
"node": "*"
}
},
"node_modules/remove-trailing-separator": {
"version": "1.1.0",
"dev": true,
"license": "ISC"
},
"node_modules/remove-trailing-spaces": {
"version": "1.0.8",
"dev": true,
"license": "MIT"
},
"node_modules/replaceall": {
"version": "0.1.6",
"dev": true,
"engines": {
"node": ">= 0.8.x"
}
},
"node_modules/require-directory": {
"version": "2.1.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/require-main-filename": {
"version": "2.0.0",
"dev": true,
"license": "ISC"
},
"node_modules/resolve": {
"version": "1.21.0",
"license": "MIT",
"dependencies": {
"is-core-module": "^2.8.0",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
},
"bin": {
"resolve": "bin/resolve"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/resolve-from": {
"version": "5.0.0",
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/responselike": {
"version": "1.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"lowercase-keys": "^1.0.0"
}
},
"node_modules/restore-cursor": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"onetime": "^5.1.0",
"signal-exit": "^3.0.2"
},
"engines": {
"node": ">=8"
}
},
"node_modules/retry": {
"version": "0.13.1",
"license": "MIT",
"engines": {
"node": ">= 4"
}
},
"node_modules/reusify": {
"version": "1.0.4",
"license": "MIT",
"engines": {
"iojs": ">=1.0.0",
"node": ">=0.10.0"
}
},
"node_modules/rfdc": {
"version": "1.3.0",
"dev": true,
"license": "MIT"
},
"node_modules/rimraf": {
"version": "3.0.2",
"dev": true,
"license": "ISC",
"dependencies": {
"glob": "^7.1.3"
},
"bin": {
"rimraf": "bin.js"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/run-async": {
"version": "2.4.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.12.0"
}
},
"node_modules/run-parallel": {
"version": "1.2.0",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT",
"dependencies": {
"queue-microtask": "^1.2.2"
}
},
"node_modules/rxjs": {
"version": "7.5.2",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"tslib": "^2.1.0"
}
},
"node_modules/rxjs/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/safe-buffer": {
"version": "5.2.1",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
},
"node_modules/safer-buffer": {
"version": "2.1.2",
"dev": true,
"license": "MIT"
},
"node_modules/scheduler": {
"version": "0.20.2",
"license": "MIT",
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"
}
},
"node_modules/scuid": {
"version": "1.1.0",
"dev": true,
"license": "MIT"
},
"node_modules/semver": {
"version": "7.3.5",
"dev": true,
"license": "ISC",
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/semver/node_modules/lru-cache": {
"version": "6.0.0",
"dev": true,
"license": "ISC",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/semver/node_modules/yallist": {
"version": "4.0.0",
"dev": true,
"license": "ISC"
},
"node_modules/sentence-case": {
"version": "3.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"no-case": "^3.0.4",
"tslib": "^2.0.3",
"upper-case-first": "^2.0.2"
}
},
"node_modules/sentence-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/set-blocking": {
"version": "2.0.0",
"dev": true,
"license": "ISC"
},
"node_modules/setimmediate": {
"version": "1.0.5",
"dev": true,
"license": "MIT"
},
"node_modules/shebang-command": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/shebang-regex": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/side-channel": {
"version": "1.0.4",
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.0",
"get-intrinsic": "^1.0.2",
"object-inspect": "^1.9.0"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/signal-exit": {
"version": "3.0.6",
"dev": true,
"license": "ISC"
},
"node_modules/signedsource": {
"version": "1.0.0",
"dev": true,
"license": "BSD-3-Clause"
},
"node_modules/sirv": {
"version": "1.0.19",
"dev": true,
"license": "MIT",
"dependencies": {
"@polka/url": "^1.0.0-next.20",
"mrmime": "^1.0.0",
"totalist": "^1.0.0"
},
"engines": {
"node": ">= 10"
}
},
"node_modules/slash": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/slice-ansi": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^6.0.0",
"is-fullwidth-code-point": "^4.0.0"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
}
},
"node_modules/slice-ansi/node_modules/ansi-styles": {
"version": "6.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/snake-case": {
"version": "3.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"dot-case": "^3.0.4",
"tslib": "^2.0.3"
}
},
"node_modules/snake-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/source-map": {
"version": "0.5.7",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/source-map-js": {
"version": "1.0.1",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/source-map-support": {
"version": "0.5.21",
"devOptional": true,
"license": "MIT",
"dependencies": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
}
},
"node_modules/source-map-support/node_modules/source-map": {
"version": "0.6.1",
"devOptional": true,
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/sponge-case": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^2.0.3"
}
},
"node_modules/sponge-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/stream-browserify": {
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"inherits": "~2.0.4",
"readable-stream": "^3.5.0"
}
},
"node_modules/string_decoder": {
"version": "1.3.0",
"license": "MIT",
"dependencies": {
"safe-buffer": "~5.2.0"
}
},
"node_modules/string-argv": {
"version": "0.3.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.6.19"
}
},
"node_modules/string-env-interpolation": {
"version": "1.0.1",
"dev": true,
"license": "MIT"
},
"node_modules/string-hash": {
"version": "1.1.3",
"license": "CC0-1.0"
},
"node_modules/string-width": {
"version": "5.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"eastasianwidth": "^0.2.0",
"emoji-regex": "^9.2.2",
"strip-ansi": "^7.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/string-width/node_modules/ansi-regex": {
"version": "6.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
"node_modules/string-width/node_modules/strip-ansi": {
"version": "7.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-regex": "^6.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
}
},
"node_modules/string.prototype.matchall": {
"version": "4.0.6",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1",
"get-intrinsic": "^1.1.1",
"has-symbols": "^1.0.2",
"internal-slot": "^1.0.3",
"regexp.prototype.flags": "^1.3.1",
"side-channel": "^1.0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/string.prototype.trimend": {
"version": "1.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/string.prototype.trimstart": {
"version": "1.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/strip-ansi": {
"version": "6.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-regex": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/strip-bom": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/strip-final-newline": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/strip-json-comments": {
"version": "3.1.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/stripe": {
"version": "8.197.0",
"license": "MIT",
"dependencies": {
"@types/node": ">=8.1.0",
"qs": "^6.6.0"
},
"engines": {
"node": "^8.1 || >=10.*"
}
},
"node_modules/styled-jsx": {
"version": "5.0.0-beta.6",
"license": "MIT",
"dependencies": {
"@babel/plugin-syntax-jsx": "7.14.5",
"@babel/types": "7.15.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"
},
"engines": {
"node": ">= 12.0.0"
},
"peerDependencies": {
"react": ">= 16.8.0 || 17.x.x || 18.x.x"
},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
}
}
},
"node_modules/styled-jsx/node_modules/@babel/plugin-syntax-jsx": {
"version": "7.14.5",
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/styled-jsx/node_modules/@babel/types": {
"version": "7.15.0",
"license": "MIT",
"dependencies": {
"@babel/helper-validator-identifier": "^7.14.9",
"to-fast-properties": "^2.0.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/styled-jsx/node_modules/convert-source-map": {
"version": "1.7.0",
"license": "MIT",
"dependencies": {
"safe-buffer": "~5.1.1"
}
},
"node_modules/styled-jsx/node_modules/safe-buffer": {
"version": "5.1.2",
"license": "MIT"
},
"node_modules/styled-jsx/node_modules/source-map": {
"version": "0.7.3",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 8"
}
},
"node_modules/stylis": {
"version": "3.5.4",
"license": "MIT"
},
"node_modules/stylis-rule-sheet": {
"version": "0.0.10",
"license": "MIT",
"peerDependencies": {
"stylis": "^3.5.0"
}
},
"node_modules/subscriptions-transport-ws": {
"version": "0.11.0",
"dev": true,
"license": "MIT",
"dependencies": {
"backo2": "^1.0.2",
"eventemitter3": "^3.1.0",
"iterall": "^1.2.1",
"symbol-observable": "^1.0.4",
"ws": "^5.2.0 || ^6.0.0 || ^7.0.0"
},
"peerDependencies": {
"graphql": "^15.7.2 || ^16.0.0"
}
},
"node_modules/supports-color": {
"version": "7.2.0",
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/supports-preserve-symlinks-flag": {
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/swap-case": {
"version": "2.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^2.0.3"
}
},
"node_modules/swap-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/swell-js": {
"version": "4.0.0-next.0",
"dependencies": {
"@babel/runtime": "7.4.5",
"deepmerge": "4.2.2",
"isomorphic-fetch": "3.0.0",
"lodash": "4.17.21",
"object-keys-normalizer": "1.0.1",
"object-merge-advanced": "12.0.3",
"qs": "6.7.0"
}
},
"node_modules/swell-js/node_modules/@babel/runtime": {
"version": "7.4.5",
"license": "MIT",
"dependencies": {
"regenerator-runtime": "^0.13.2"
}
},
"node_modules/swell-js/node_modules/qs": {
"version": "6.7.0",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.6"
}
},
"node_modules/swr": {
"version": "1.1.2",
"license": "MIT",
"peerDependencies": {
"react": "^16.11.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/symbol-observable": {
"version": "1.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/sync-fetch": {
"version": "0.3.1",
"dev": true,
"license": "MIT",
"dependencies": {
"buffer": "^5.7.0",
"node-fetch": "^2.6.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/sync-fetch/node_modules/buffer": {
"version": "5.7.1",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT",
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.1.13"
}
},
"node_modules/tabbable": {
"version": "5.2.1",
"license": "MIT"
},
"node_modules/tailwindcss": {
"version": "3.0.15",
"license": "MIT",
"dependencies": {
"arg": "^5.0.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"color-name": "^1.1.4",
"cosmiconfig": "^7.0.1",
"detective": "^5.2.0",
"didyoumean": "^1.2.2",
"dlv": "^1.1.3",
"fast-glob": "^3.2.7",
"glob-parent": "^6.0.2",
"is-glob": "^4.0.3",
"normalize-path": "^3.0.0",
"object-hash": "^2.2.0",
"postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.0",
"postcss-nested": "5.0.6",
"postcss-selector-parser": "^6.0.8",
"postcss-value-parser": "^4.2.0",
"quick-lru": "^5.1.1",
"resolve": "^1.21.0"
},
"bin": {
"tailwind": "lib/cli.js",
"tailwindcss": "lib/cli.js"
},
"engines": {
"node": ">=12.13.0"
},
"peerDependencies": {
"autoprefixer": "^10.0.2",
"postcss": "^8.0.9"
}
},
"node_modules/tailwindcss/node_modules/glob-parent": {
"version": "6.0.2",
"license": "ISC",
"dependencies": {
"is-glob": "^4.0.3"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/text-table": {
"version": "0.2.0",
"dev": true,
"license": "MIT"
},
"node_modules/through": {
"version": "2.3.8",
"dev": true,
"license": "MIT"
},
"node_modules/title-case": {
"version": "3.0.3",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^2.0.3"
}
},
"node_modules/title-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/tmp": {
"version": "0.0.33",
"dev": true,
"license": "MIT",
"dependencies": {
"os-tmpdir": "~1.0.2"
},
"engines": {
"node": ">=0.6.0"
}
},
"node_modules/to-fast-properties": {
"version": "2.0.0",
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/to-readable-stream": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/to-regex-range": {
"version": "5.0.1",
"license": "MIT",
"dependencies": {
"is-number": "^7.0.0"
},
"engines": {
"node": ">=8.0"
}
},
"node_modules/totalist": {
"version": "1.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/tr46": {
"version": "0.0.3",
"license": "MIT"
},
"node_modules/ts-log": {
"version": "2.2.4",
"dev": true,
"license": "MIT"
},
"node_modules/ts-node": {
"version": "9.1.1",
"devOptional": true,
"license": "MIT",
"dependencies": {
"arg": "^4.1.0",
"create-require": "^1.1.0",
"diff": "^4.0.1",
"make-error": "^1.1.1",
"source-map-support": "^0.5.17",
"yn": "3.1.1"
},
"bin": {
"ts-node": "dist/bin.js",
"ts-node-script": "dist/bin-script.js",
"ts-node-transpile-only": "dist/bin-transpile.js",
"ts-script": "dist/bin-script-deprecated.js"
},
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"typescript": ">=2.7"
}
},
"node_modules/ts-node/node_modules/arg": {
"version": "4.1.3",
"devOptional": true,
"license": "MIT"
},
"node_modules/tsconfig-paths": {
"version": "3.12.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/json5": "^0.0.29",
"json5": "^1.0.1",
"minimist": "^1.2.0",
"strip-bom": "^3.0.0"
}
},
"node_modules/tsconfig-paths/node_modules/json5": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"minimist": "^1.2.0"
},
"bin": {
"json5": "lib/cli.js"
}
},
"node_modules/tslib": {
"version": "1.14.1",
"dev": true,
"license": "0BSD"
},
"node_modules/tsutils": {
"version": "3.21.0",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^1.8.1"
},
"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"
}
},
"node_modules/turbo": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo/-/turbo-1.0.28.tgz",
"integrity": "sha512-5xmyVabNYqA0sCAU4VLdUS2A6GwIyy8FTszB/Fx4eNHwHudQwo00F2qORcDFwBHE4MqtnRoBFhL3ZJzo8c9A2w==",
"dev": true,
"hasInstallScript": true,
"bin": {
"turbo": "bin/turbo"
},
"optionalDependencies": {
"turbo-darwin-64": "1.0.28",
"turbo-darwin-arm64": "1.0.28",
"turbo-freebsd-64": "1.0.28",
"turbo-freebsd-arm64": "1.0.28",
"turbo-linux-32": "1.0.28",
"turbo-linux-64": "1.0.28",
"turbo-linux-arm": "1.0.28",
"turbo-linux-arm64": "1.0.28",
"turbo-linux-mips64le": "1.0.28",
"turbo-linux-ppc64le": "1.0.28",
"turbo-windows-32": "1.0.28",
"turbo-windows-64": "1.0.28"
}
},
"node_modules/turbo-darwin-64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-darwin-64/-/turbo-darwin-64-1.0.28.tgz",
"integrity": "sha512-uvARrncW6HNTFi7PFe4sq4JqSOKs1vPgWjJjOEyVhsCFwBgYkXxYsJSdDfO8OhvJa3wv+eYFAK5RaUCk80Z8eg==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"darwin"
]
},
"node_modules/turbo-darwin-arm64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-darwin-arm64/-/turbo-darwin-arm64-1.0.28.tgz",
"integrity": "sha512-d/ANU+RIq4Fx/MphkqFThvwOpb+NYDuR+07aV5w8cwI7ljw7hPAe3EW3CSlkPJhvjs6P/oh+F86jhh1Q581mVA==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"darwin"
]
},
"node_modules/turbo-freebsd-64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-freebsd-64/-/turbo-freebsd-64-1.0.28.tgz",
"integrity": "sha512-JMJWftuWhJan+Momc39vbbwaLYEcMpYyBxIrumyIrIkQVaiSKs/6oEFzh1YA+KE16kAgzTPJPXFDkmsY3idAQg==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"freebsd"
]
},
"node_modules/turbo-freebsd-arm64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-freebsd-arm64/-/turbo-freebsd-arm64-1.0.28.tgz",
"integrity": "sha512-fGJNE8qJUhosaIK5sGBheeve9y074FLWv8KfYuXMyV/6+dxpNV60HoAFvw8tL3q8TNp47pU6x8e8h+u1/rn1wQ==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"freebsd"
]
},
"node_modules/turbo-linux-32": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-linux-32/-/turbo-linux-32-1.0.28.tgz",
"integrity": "sha512-fE0qIExxYuVFo5WlVWY0DJ1YZ/w+EC9RheT9nc1tU2EK83XPE1CZFW4lFIsWsXnIy9337zUeNDFVoVxOxCBSUQ==",
"cpu": [
"ia32"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/turbo-linux-64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-linux-64/-/turbo-linux-64-1.0.28.tgz",
"integrity": "sha512-e+f/O1MlcKCMhJf10q1x+1KSImHwuFUW2+A6DbLk+ekBUW5RELC2qF7hGypCzcpm8xIqtj5A0kP3blFy60AMxw==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/turbo-linux-arm": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-linux-arm/-/turbo-linux-arm-1.0.28.tgz",
"integrity": "sha512-PbB/RzN4W9M6sNZTvcjmc3PZ2S4CeFyQv/53tSs82pIlwM7NKVJzxVC0j3xCtoqoDDgXoJBhCpPV7MUEjCARQg==",
"cpu": [
"arm"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/turbo-linux-arm64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-linux-arm64/-/turbo-linux-arm64-1.0.28.tgz",
"integrity": "sha512-zN0nQClxp4nP4edinbdTd/9CpPjgNPsULc8LgunuJD+B9A0NRcRP5NCDo8/6ctTWs456sE3UhUF3t2b+uEgDzw==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/turbo-linux-mips64le": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-linux-mips64le/-/turbo-linux-mips64le-1.0.28.tgz",
"integrity": "sha512-7LKmFS9M+AKW5slTHLz00Y4ovZh2CpjgMUkNNC6qtJB8YyWwXwoU0U7Yz28q3+rNVkcEiqWWx4l1Tj1AotTlaA==",
"cpu": [
"mips64el"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/turbo-linux-ppc64le": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-linux-ppc64le/-/turbo-linux-ppc64le-1.0.28.tgz",
"integrity": "sha512-R382Op75XxcIiY1pWPnVnefxOeVbrVAeABIHLL1hKetbu9UPNzKAnQKqJYGzKIdTRKtPh5CQuErEFzs/Ky2ZgA==",
"cpu": [
"ppc64"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/turbo-windows-32": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-windows-32/-/turbo-windows-32-1.0.28.tgz",
"integrity": "sha512-SjDgimlD5TMvkrFRtsJb4uVP7T44gwr0HqiIpAuWj1m5d8Pz/OisOoUkM/ISPKqVycIU5JF8wx0+CTnxC7YNhQ==",
"cpu": [
"ia32"
],
"dev": true,
"optional": true,
"os": [
"win32"
]
},
"node_modules/turbo-windows-64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-windows-64/-/turbo-windows-64-1.0.28.tgz",
"integrity": "sha512-nT7bgcdl/9QNGBiwCYwTQ2VszcsqJ4NqT4YkE954KFZYxgSwMjjVTdoXcsnXMHpWiMiYfFF7HZLecUNnDm1uUA==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"win32"
]
},
"node_modules/type-check": {
"version": "0.4.0",
"dev": true,
"license": "MIT",
"dependencies": {
"prelude-ls": "^1.2.1"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/type-fest": {
"version": "0.20.2",
"dev": true,
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/typescript": {
"version": "4.3.4",
"devOptional": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"node_modules/ua-parser-js": {
"version": "0.7.31",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/ua-parser-js"
},
{
"type": "paypal",
"url": "https://paypal.me/faisalman"
}
],
"license": "MIT",
"engines": {
"node": "*"
}
},
"node_modules/unbox-primitive": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.1",
"has-bigints": "^1.0.1",
"has-symbols": "^1.0.2",
"which-boxed-primitive": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/unc-path-regex": {
"version": "0.1.2",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/undici": {
"version": "4.12.2",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12.18"
}
},
"node_modules/unixify": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"normalize-path": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/unixify/node_modules/normalize-path": {
"version": "2.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
"remove-trailing-separator": "^1.0.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/upper-case": {
"version": "2.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^2.0.3"
}
},
"node_modules/upper-case-first": {
"version": "2.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^2.0.3"
}
},
"node_modules/upper-case-first/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/upper-case/node_modules/tslib": {
"version": "2.3.1",
"dev": true,
"license": "0BSD"
},
"node_modules/uri-js": {
"version": "4.4.1",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"punycode": "^2.1.0"
}
},
"node_modules/url-parse-lax": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"prepend-http": "^2.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/use-subscription": {
"version": "1.5.1",
"license": "MIT",
"dependencies": {
"object-assign": "^4.1.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
}
},
"node_modules/util-deprecate": {
"version": "1.0.2",
"license": "MIT"
},
"node_modules/util-nonempty": {
"version": "3.1.0",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.14.0",
"lodash.isplainobject": "^4.0.6"
}
},
"node_modules/uuid": {
"version": "8.3.2",
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/uuidv4": {
"version": "6.2.12",
"license": "MIT",
"dependencies": {
"@types/uuid": "8.3.1",
"uuid": "8.3.2"
}
},
"node_modules/v8-compile-cache": {
"version": "2.3.0",
"dev": true,
"license": "MIT"
},
"node_modules/valid-url": {
"version": "1.0.9",
"dev": true
},
"node_modules/value-or-promise": {
"version": "1.0.11",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
}
},
"node_modules/wcwidth": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"defaults": "^1.0.3"
}
},
"node_modules/web-streams-polyfill": {
"version": "3.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 8"
}
},
"node_modules/webidl-conversions": {
"version": "3.0.1",
"license": "BSD-2-Clause"
},
"node_modules/webpack-bundle-analyzer": {
"version": "4.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
"acorn": "^8.0.4",
"acorn-walk": "^8.0.0",
"chalk": "^4.1.0",
"commander": "^6.2.0",
"gzip-size": "^6.0.0",
"lodash": "^4.17.20",
"opener": "^1.5.2",
"sirv": "^1.0.7",
"ws": "^7.3.1"
},
"bin": {
"webpack-bundle-analyzer": "lib/bin/analyzer.js"
},
"engines": {
"node": ">= 10.13.0"
}
},
"node_modules/webpack-bundle-analyzer/node_modules/acorn": {
"version": "8.7.0",
"dev": true,
"license": "MIT",
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/webpack-bundle-analyzer/node_modules/acorn-walk": {
"version": "8.2.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/webpack-bundle-analyzer/node_modules/commander": {
"version": "6.2.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 6"
}
},
"node_modules/whatwg-fetch": {
"version": "3.6.2",
"license": "MIT"
},
"node_modules/whatwg-url": {
"version": "5.0.0",
"license": "MIT",
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
},
"node_modules/which": {
"version": "2.0.2",
"dev": true,
"license": "ISC",
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/node-which"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/which-boxed-primitive": {
"version": "1.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
"is-bigint": "^1.0.1",
"is-boolean-object": "^1.1.0",
"is-number-object": "^1.0.4",
"is-string": "^1.0.5",
"is-symbol": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/which-module": {
"version": "2.0.0",
"dev": true,
"license": "ISC"
},
"node_modules/word-wrap": {
"version": "1.2.3",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/wrap-ansi": {
"version": "7.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
"node_modules/wrap-ansi/node_modules/emoji-regex": {
"version": "8.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/wrap-ansi/node_modules/string-width": {
"version": "4.2.3",
"dev": true,
"license": "MIT",
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/wrappy": {
"version": "1.0.2",
"dev": true,
"license": "ISC"
},
"node_modules/ws": {
"version": "7.4.5",
"dev": true,
"license": "MIT",
"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
}
}
},
"node_modules/xtend": {
"version": "4.0.2",
"license": "MIT",
"engines": {
"node": ">=0.4"
}
},
"node_modules/y18n": {
"version": "5.0.8",
"dev": true,
"license": "ISC",
"engines": {
"node": ">=10"
}
},
"node_modules/yallist": {
"version": "3.1.1",
"license": "ISC"
},
"node_modules/yaml": {
"version": "1.10.2",
"license": "ISC",
"engines": {
"node": ">= 6"
}
},
"node_modules/yaml-ast-parser": {
"version": "0.0.43",
"dev": true,
"license": "Apache-2.0"
},
"node_modules/yargs": {
"version": "17.3.1",
"dev": true,
"license": "MIT",
"dependencies": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.3",
"y18n": "^5.0.5",
"yargs-parser": "^21.0.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/yargs-parser": {
"version": "21.0.0",
"dev": true,
"license": "ISC",
"engines": {
"node": ">=12"
}
},
"node_modules/yargs/node_modules/emoji-regex": {
"version": "8.0.0",
"dev": true,
"license": "MIT"
},
"node_modules/yargs/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/yargs/node_modules/string-width": {
"version": "4.2.3",
"dev": true,
"license": "MIT",
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/yn": {
"version": "3.1.1",
"devOptional": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/yocto-queue": {
"version": "0.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"packages/bigcommerce": {
"name": "@vercel/commerce-bigcommerce",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@vercel/fetch": "^6.1.1",
"cookie": "^0.4.1",
"immutability-helper": "^3.1.1",
"jsonwebtoken": "^8.5.1",
"lodash.debounce": "^4.0.8",
"uuidv4": "^6.2.12"
},
"devDependencies": {
"@types/cookie": "^0.4.1",
"@types/jsonwebtoken": "^8.5.7",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"next": "^12",
"react": "^17",
"react-dom": "^17"
}
},
"packages/bigcommerce/node_modules/typescript": {
"version": "4.5.4",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"packages/commerce": {
"name": "@vercel/commerce",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@vercel/fetch": "^6.1.1",
"deepmerge": "^4.2.2",
"import-cwd": "^3.0.0",
"js-cookie": "^3.0.1",
"swr": "^1.1.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.1",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"next": "^12",
"react": "^17",
"react-dom": "^17"
}
},
"packages/commerce/node_modules/typescript": {
"version": "4.5.4",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"packages/commercejs": {
"name": "@vercel/commerce-commercejs",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@chec/commerce.js": "^2.8.0",
"@vercel/commerce": "^0.0.1"
},
"devDependencies": {
"@types/chec__commerce.js": "^2.8.4",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"next": "^12",
"react": "^17",
"react-dom": "^17"
}
},
"packages/commercejs/node_modules/typescript": {
"version": "4.5.4",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"packages/kibocommerce": {
"name": "@vercel/commerce-kibocommerce",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.3.1",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/typescript-operations": "^2.2.2",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"next": "^12",
"react": "^17",
"react-dom": "^17"
}
},
"packages/kibocommerce/node_modules/typescript": {
"version": "4.5.4",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"packages/local": {
"name": "@vercel/commerce-local",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1",
"swr": "^1.1.2"
},
"devDependencies": {
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"next": "^12",
"react": "^17",
"react-dom": "^17"
}
},
"packages/local/node_modules/typescript": {
"version": "4.5.4",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"packages/ordercloud": {
"name": "@vercel/commerce-ordercloud",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1",
"stripe": "^8.197.0"
},
"devDependencies": {
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"next": "^12",
"react": "^17",
"react-dom": "^17"
}
},
"packages/ordercloud/node_modules/typescript": {
"version": "4.5.4",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"packages/saleor": {
"name": "@vercel/commerce-saleor",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.3.1",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/typescript-operations": "^2.2.2",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"next": "^12",
"react": "^17",
"react-dom": "^17"
}
},
"packages/saleor/node_modules/typescript": {
"version": "4.5.4",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"packages/shopify": {
"name": "@vercel/commerce-shopify",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.3.1",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/typescript-operations": "^2.2.2",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"dotenv": "^12.0.3",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"next": "^12",
"react": "^17",
"react-dom": "^17"
}
},
"packages/shopify/node_modules/dotenv": {
"version": "12.0.3",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
}
},
"packages/shopify/node_modules/typescript": {
"version": "4.5.4",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"packages/spree": {
"name": "@vercel/commerce-spree",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@spree/storefront-api-v2-sdk": "^5.1.1",
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1"
},
"devDependencies": {
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"next": "^12",
"react": "^17",
"react-dom": "^17"
}
},
"packages/spree/node_modules/@spree/storefront-api-v2-sdk": {
"version": "5.1.1",
"license": "MIT",
"engines": {
"node": ">=14.17.0"
},
"peerDependencies": {
"axios": "^0.24.0",
"node-fetch": "^2.6.6"
},
"peerDependenciesMeta": {
"axios": {
"optional": true
},
"node-fetch": {
"optional": true
}
}
},
"packages/spree/node_modules/axios": {
"version": "0.24.0",
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"follow-redirects": "^1.14.4"
}
},
"packages/spree/node_modules/typescript": {
"version": "4.5.4",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"packages/swell": {
"name": "@vercel/commerce-swell",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1",
"swell-js": "^4.0.0-next.0"
},
"devDependencies": {
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"next": "^12",
"react": "^17",
"react-dom": "^17"
}
},
"packages/swell/node_modules/typescript": {
"version": "4.5.4",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"packages/vendure": {
"name": "@vercel/commerce-vendure",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.3.1",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/typescript-operations": "^2.2.2",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"next": "^12",
"react": "^17",
"react-dom": "^17"
}
},
"packages/vendure/node_modules/typescript": {
"version": "4.5.4",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"site": {
"name": "next-commerce",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@react-spring/web": "^9.4.1",
"@vercel/commerce": "^0.0.1",
"@vercel/commerce-bigcommerce": "^0.0.1",
"@vercel/commerce-commercejs": "^0.0.1",
"@vercel/commerce-kibocommerce": "^0.0.1",
"@vercel/commerce-local": "^0.0.1",
"@vercel/commerce-ordercloud": "^0.0.1",
"@vercel/commerce-saleor": "^0.0.1",
"@vercel/commerce-shopify": "^0.0.1",
"@vercel/commerce-spree": "^0.0.1",
"@vercel/commerce-swell": "^0.0.1",
"@vercel/commerce-vendure": "^0.0.1",
"autoprefixer": "^10.4.2",
"body-scroll-lock": "^4.0.0-beta.0",
"classnames": "^2.3.1",
"email-validator": "^2.0.4",
"js-cookie": "^3.0.1",
"keen-slider": "^6.6.3",
"lodash.random": "^3.2.0",
"lodash.throttle": "^4.1.1",
"next": "^12.0.8",
"next-seo": "^4.28.1",
"next-themes": "^0.0.15",
"postcss": "^8.3.5",
"postcss-nesting": "^8.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fast-marquee": "^1.3.1",
"react-merge-refs": "^1.1.0",
"react-use-measure": "^2.1.1",
"tabbable": "^5.2.1",
"tailwindcss": "^3.0.13"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.0.8",
"@types/body-scroll-lock": "^3.1.0",
"@types/js-cookie": "^3.0.1",
"@types/lodash.random": "^3.2.6",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"eslint": "^8.6.0",
"eslint-config-next": "^12.0.8",
"eslint-config-prettier": "^8.3.0",
"lint-staged": "^12.1.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.2.3",
"prettier": "^2.5.1",
"typescript": "4.3.4"
}
}
},
"dependencies": {
"@babel/code-frame": {
"version": "7.16.7",
"requires": {
"@babel/highlight": "^7.16.7"
}
},
"@babel/compat-data": {
"version": "7.16.4"
},
"@babel/core": {
"version": "7.16.7",
"requires": {
"@babel/code-frame": "^7.16.7",
"@babel/generator": "^7.16.7",
"@babel/helper-compilation-targets": "^7.16.7",
"@babel/helper-module-transforms": "^7.16.7",
"@babel/helpers": "^7.16.7",
"@babel/parser": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.16.7",
"@babel/types": "^7.16.7",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
"json5": "^2.1.2",
"semver": "^6.3.0",
"source-map": "^0.5.0"
},
"dependencies": {
"semver": {
"version": "6.3.0"
}
}
},
"@babel/generator": {
"version": "7.16.8",
"requires": {
"@babel/types": "^7.16.8",
"jsesc": "^2.5.1",
"source-map": "^0.5.0"
}
},
"@babel/helper-annotate-as-pure": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-compilation-targets": {
"version": "7.16.7",
"requires": {
"@babel/compat-data": "^7.16.4",
"@babel/helper-validator-option": "^7.16.7",
"browserslist": "^4.17.5",
"semver": "^6.3.0"
},
"dependencies": {
"semver": {
"version": "6.3.0"
}
}
},
"@babel/helper-create-class-features-plugin": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-function-name": "^7.16.7",
"@babel/helper-member-expression-to-functions": "^7.16.7",
"@babel/helper-optimise-call-expression": "^7.16.7",
"@babel/helper-replace-supers": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7"
}
},
"@babel/helper-environment-visitor": {
"version": "7.16.7",
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-function-name": {
"version": "7.16.7",
"requires": {
"@babel/helper-get-function-arity": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/types": "^7.16.7"
}
},
"@babel/helper-get-function-arity": {
"version": "7.16.7",
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-hoist-variables": {
"version": "7.16.7",
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-member-expression-to-functions": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-module-imports": {
"version": "7.16.7",
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-module-transforms": {
"version": "7.16.7",
"requires": {
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-simple-access": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7",
"@babel/helper-validator-identifier": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.16.7",
"@babel/types": "^7.16.7"
}
},
"@babel/helper-optimise-call-expression": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-plugin-utils": {
"version": "7.16.7"
},
"@babel/helper-replace-supers": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-member-expression-to-functions": "^7.16.7",
"@babel/helper-optimise-call-expression": "^7.16.7",
"@babel/traverse": "^7.16.7",
"@babel/types": "^7.16.7"
}
},
"@babel/helper-simple-access": {
"version": "7.16.7",
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-skip-transparent-expression-wrappers": {
"version": "7.16.0",
"dev": true,
"requires": {
"@babel/types": "^7.16.0"
}
},
"@babel/helper-split-export-declaration": {
"version": "7.16.7",
"requires": {
"@babel/types": "^7.16.7"
}
},
"@babel/helper-validator-identifier": {
"version": "7.16.7"
},
"@babel/helper-validator-option": {
"version": "7.16.7"
},
"@babel/helpers": {
"version": "7.16.7",
"requires": {
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.16.7",
"@babel/types": "^7.16.7"
}
},
"@babel/highlight": {
"version": "7.16.7",
"requires": {
"@babel/helper-validator-identifier": "^7.16.7",
"chalk": "^2.0.0",
"js-tokens": "^4.0.0"
},
"dependencies": {
"ansi-styles": {
"version": "3.2.1",
"requires": {
"color-convert": "^1.9.0"
}
},
"chalk": {
"version": "2.4.2",
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
}
},
"color-convert": {
"version": "1.9.3",
"requires": {
"color-name": "1.1.3"
}
},
"color-name": {
"version": "1.1.3"
},
"escape-string-regexp": {
"version": "1.0.5"
},
"has-flag": {
"version": "3.0.0"
},
"supports-color": {
"version": "5.5.0",
"requires": {
"has-flag": "^3.0.0"
}
}
}
},
"@babel/parser": {
"version": "7.16.8"
},
"@babel/plugin-proposal-class-properties": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-create-class-features-plugin": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-proposal-object-rest-spread": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/compat-data": "^7.16.4",
"@babel/helper-compilation-targets": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-parameters": "^7.16.7"
}
},
"@babel/plugin-syntax-class-properties": {
"version": "7.12.13",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.12.13"
}
},
"@babel/plugin-syntax-flow": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-syntax-jsx": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-syntax-object-rest-spread": {
"version": "7.8.3",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-transform-arrow-functions": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-block-scoped-functions": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-block-scoping": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-classes": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-function-name": "^7.16.7",
"@babel/helper-optimise-call-expression": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-replace-supers": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7",
"globals": "^11.1.0"
}
},
"@babel/plugin-transform-computed-properties": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-destructuring": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-flow-strip-types": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/plugin-syntax-flow": "^7.16.7"
}
},
"@babel/plugin-transform-for-of": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-function-name": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-compilation-targets": "^7.16.7",
"@babel/helper-function-name": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-literals": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-member-expression-literals": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-modules-commonjs": {
"version": "7.16.8",
"dev": true,
"requires": {
"@babel/helper-module-transforms": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-simple-access": "^7.16.7",
"babel-plugin-dynamic-import-node": "^2.3.3"
}
},
"@babel/plugin-transform-object-super": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-replace-supers": "^7.16.7"
}
},
"@babel/plugin-transform-parameters": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-property-literals": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-react-display-name": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-react-jsx": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@babel/types": "^7.16.7"
}
},
"@babel/plugin-transform-shorthand-properties": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/plugin-transform-spread": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
}
},
"@babel/plugin-transform-template-literals": {
"version": "7.16.7",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.16.7"
}
},
"@babel/runtime": {
"version": "7.16.7",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"@babel/runtime-corejs3": {
"version": "7.16.8",
"dev": true,
"requires": {
"core-js-pure": "^3.20.2",
"regenerator-runtime": "^0.13.4"
}
},
"@babel/template": {
"version": "7.16.7",
"requires": {
"@babel/code-frame": "^7.16.7",
"@babel/parser": "^7.16.7",
"@babel/types": "^7.16.7"
}
},
"@babel/traverse": {
"version": "7.16.8",
"requires": {
"@babel/code-frame": "^7.16.7",
"@babel/generator": "^7.16.8",
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-function-name": "^7.16.7",
"@babel/helper-hoist-variables": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7",
"@babel/parser": "^7.16.8",
"@babel/types": "^7.16.8",
"debug": "^4.1.0",
"globals": "^11.1.0"
}
},
"@babel/types": {
"version": "7.16.8",
"requires": {
"@babel/helper-validator-identifier": "^7.16.7",
"to-fast-properties": "^2.0.0"
}
},
"@chec/commerce.js": {
"version": "2.8.0",
"requires": {
"@babel/runtime": "^7.7.4",
"axios": "^0.21.1"
}
},
"@endemolshinegroup/cosmiconfig-typescript-loader": {
"version": "3.0.2",
"dev": true,
"requires": {
"lodash.get": "^4",
"make-error": "^1",
"ts-node": "^9",
"tslib": "^2"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@eslint/eslintrc": {
"version": "1.0.5",
"dev": true,
"requires": {
"ajv": "^6.12.4",
"debug": "^4.3.2",
"espree": "^9.2.0",
"globals": "^13.9.0",
"ignore": "^4.0.6",
"import-fresh": "^3.2.1",
"js-yaml": "^4.1.0",
"minimatch": "^3.0.4",
"strip-json-comments": "^3.1.1"
},
"dependencies": {
"globals": {
"version": "13.12.0",
"dev": true,
"requires": {
"type-fest": "^0.20.2"
}
}
}
},
"@graphql-codegen/cli": {
"version": "2.3.1",
"dev": true,
"requires": {
"@graphql-codegen/core": "2.4.0",
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-tools/apollo-engine-loader": "^7.0.5",
"@graphql-tools/code-file-loader": "^7.0.6",
"@graphql-tools/git-loader": "^7.0.5",
"@graphql-tools/github-loader": "^7.0.5",
"@graphql-tools/graphql-file-loader": "^7.0.5",
"@graphql-tools/json-file-loader": "^7.1.2",
"@graphql-tools/load": "^7.3.0",
"@graphql-tools/prisma-loader": "^7.0.6",
"@graphql-tools/url-loader": "^7.0.11",
"@graphql-tools/utils": "^8.1.1",
"ansi-escapes": "^4.3.1",
"chalk": "^4.1.0",
"change-case-all": "1.0.14",
"chokidar": "^3.5.2",
"common-tags": "^1.8.0",
"cosmiconfig": "^7.0.0",
"debounce": "^1.2.0",
"dependency-graph": "^0.11.0",
"detect-indent": "^6.0.0",
"glob": "^7.1.6",
"globby": "^11.0.4",
"graphql-config": "^4.1.0",
"inquirer": "^8.0.0",
"is-glob": "^4.0.1",
"json-to-pretty-yaml": "^1.2.2",
"latest-version": "5.1.0",
"listr": "^0.14.3",
"listr-update-renderer": "^0.5.0",
"log-symbols": "^4.0.0",
"minimatch": "^3.0.4",
"mkdirp": "^1.0.4",
"string-env-interpolation": "^1.0.1",
"ts-log": "^2.2.3",
"tslib": "~2.3.0",
"valid-url": "^1.0.9",
"wrap-ansi": "^7.0.0",
"yaml": "^1.10.0",
"yargs": "^17.0.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-codegen/core": {
"version": "2.4.0",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-codegen/plugin-helpers": {
"version": "2.3.2",
"dev": true,
"requires": {
"@graphql-tools/utils": "^8.5.2",
"change-case-all": "1.0.14",
"common-tags": "1.8.2",
"import-from": "4.0.0",
"lodash": "~4.17.0",
"tslib": "~2.3.0"
},
"dependencies": {
"import-from": {
"version": "4.0.0",
"dev": true
},
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-codegen/schema-ast": {
"version": "2.4.1",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-codegen/typescript": {
"version": "2.4.2",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/visitor-plugin-common": "2.5.2",
"auto-bind": "~4.0.0",
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-codegen/typescript-operations": {
"version": "2.2.2",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/visitor-plugin-common": "2.5.2",
"auto-bind": "~4.0.0",
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-codegen/visitor-plugin-common": {
"version": "2.5.2",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "^2.3.2",
"@graphql-tools/optimize": "^1.0.1",
"@graphql-tools/relay-operation-optimizer": "^6.3.7",
"@graphql-tools/utils": "^8.3.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"dependency-graph": "^0.11.0",
"graphql-tag": "^2.11.0",
"parse-filepath": "^1.0.2",
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/apollo-engine-loader": {
"version": "7.2.1",
"dev": true,
"requires": {
"@graphql-tools/utils": "^8.5.1",
"cross-undici-fetch": "^0.0.20",
"sync-fetch": "0.3.1",
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/batch-execute": {
"version": "8.3.1",
"dev": true,
"requires": {
"@graphql-tools/utils": "^8.5.1",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.11"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/code-file-loader": {
"version": "7.2.3",
"dev": true,
"requires": {
"@graphql-tools/graphql-tag-pluck": "^7.1.3",
"@graphql-tools/utils": "^8.5.1",
"globby": "^11.0.3",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/delegate": {
"version": "8.4.3",
"dev": true,
"requires": {
"@graphql-tools/batch-execute": "^8.3.1",
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/utils": "^8.5.4",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.11"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/git-loader": {
"version": "7.1.2",
"dev": true,
"requires": {
"@graphql-tools/graphql-tag-pluck": "^7.1.3",
"@graphql-tools/utils": "^8.5.1",
"is-glob": "4.0.3",
"micromatch": "^4.0.4",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/github-loader": {
"version": "7.2.1",
"dev": true,
"requires": {
"@graphql-tools/graphql-tag-pluck": "^7.1.3",
"@graphql-tools/utils": "^8.5.1",
"cross-undici-fetch": "^0.0.20",
"sync-fetch": "0.3.1",
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/graphql-file-loader": {
"version": "7.3.3",
"dev": true,
"requires": {
"@graphql-tools/import": "^6.5.7",
"@graphql-tools/utils": "^8.5.1",
"globby": "^11.0.3",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/graphql-tag-pluck": {
"version": "7.1.5",
"dev": true,
"requires": {
"@babel/parser": "^7.16.8",
"@babel/traverse": "^7.16.8",
"@babel/types": "^7.16.8",
"@graphql-tools/utils": "^8.5.1",
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/import": {
"version": "6.6.5",
"dev": true,
"requires": {
"@graphql-tools/utils": "8.6.1",
"resolve-from": "5.0.0",
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/json-file-loader": {
"version": "7.3.3",
"dev": true,
"requires": {
"@graphql-tools/utils": "^8.5.1",
"globby": "^11.0.3",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/load": {
"version": "7.5.1",
"dev": true,
"requires": {
"@graphql-tools/schema": "8.3.1",
"@graphql-tools/utils": "^8.6.0",
"p-limit": "3.1.0",
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/merge": {
"version": "8.2.1",
"dev": true,
"requires": {
"@graphql-tools/utils": "^8.5.1",
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/optimize": {
"version": "1.1.1",
"dev": true,
"requires": {
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/prisma-loader": {
"version": "7.1.1",
"dev": true,
"requires": {
"@graphql-tools/url-loader": "^7.4.2",
"@graphql-tools/utils": "^8.5.1",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
"@types/jsonwebtoken": "^8.5.0",
"chalk": "^4.1.0",
"debug": "^4.3.1",
"dotenv": "^10.0.0",
"graphql-request": "^3.3.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"isomorphic-fetch": "^3.0.0",
"js-yaml": "^4.0.0",
"json-stable-stringify": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"replaceall": "^0.1.6",
"scuid": "^1.1.0",
"tslib": "~2.3.0",
"yaml-ast-parser": "^0.0.43"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/relay-operation-optimizer": {
"version": "6.4.1",
"dev": true,
"requires": {
"@graphql-tools/utils": "^8.5.1",
"relay-compiler": "12.0.0",
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/schema": {
"version": "8.3.1",
"dev": true,
"requires": {
"@graphql-tools/merge": "^8.2.1",
"@graphql-tools/utils": "^8.5.1",
"tslib": "~2.3.0",
"value-or-promise": "1.0.11"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/url-loader": {
"version": "7.7.0",
"dev": true,
"requires": {
"@graphql-tools/delegate": "^8.4.1",
"@graphql-tools/utils": "^8.5.1",
"@graphql-tools/wrap": "^8.3.1",
"@n1ru4l/graphql-live-query": "^0.9.0",
"@types/websocket": "^1.0.4",
"@types/ws": "^8.0.0",
"cross-undici-fetch": "^0.1.4",
"dset": "^3.1.0",
"extract-files": "^11.0.0",
"graphql-sse": "^1.0.1",
"graphql-ws": "^5.4.1",
"isomorphic-ws": "^4.0.1",
"meros": "^1.1.4",
"subscriptions-transport-ws": "^0.11.0",
"sync-fetch": "^0.3.1",
"tslib": "^2.3.0",
"valid-url": "^1.0.9",
"value-or-promise": "^1.0.11",
"ws": "^8.3.0"
},
"dependencies": {
"cross-undici-fetch": {
"version": "0.1.15",
"dev": true,
"requires": {
"abort-controller": "^3.0.0",
"form-data-encoder": "^1.7.1",
"formdata-node": "^4.3.1",
"node-fetch": "^2.6.5",
"undici": "^4.9.3",
"web-streams-polyfill": "^3.2.0"
}
},
"tslib": {
"version": "2.3.1",
"dev": true
},
"ws": {
"version": "8.4.2",
"dev": true,
"requires": {}
}
}
},
"@graphql-tools/utils": {
"version": "8.6.1",
"dev": true,
"requires": {
"tslib": "~2.3.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@graphql-tools/wrap": {
"version": "8.3.3",
"dev": true,
"requires": {
"@graphql-tools/delegate": "^8.4.2",
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/utils": "^8.5.3",
"tslib": "~2.3.0",
"value-or-promise": "1.0.11"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"@humanwhocodes/config-array": {
"version": "0.9.2",
"dev": true,
"requires": {
"@humanwhocodes/object-schema": "^1.2.1",
"debug": "^4.1.1",
"minimatch": "^3.0.4"
}
},
"@humanwhocodes/object-schema": {
"version": "1.2.1",
"dev": true
},
"@iarna/toml": {
"version": "2.2.5",
"dev": true
},
"@n1ru4l/graphql-live-query": {
"version": "0.9.0",
"dev": true,
"requires": {}
},
"@next/bundle-analyzer": {
"version": "12.0.8",
"dev": true,
"requires": {
"webpack-bundle-analyzer": "4.3.0"
}
},
"@next/env": {
"version": "12.0.8"
},
"@next/eslint-plugin-next": {
"version": "12.0.8",
"dev": true,
"requires": {
"glob": "7.1.7"
},
"dependencies": {
"glob": {
"version": "7.1.7",
"dev": true,
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
}
}
},
"@next/react-refresh-utils": {
"version": "12.0.8",
"requires": {}
},
"@next/swc-darwin-x64": {
"version": "12.0.8",
"optional": true
},
"@nodelib/fs.scandir": {
"version": "2.1.5",
"requires": {
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
}
},
"@nodelib/fs.stat": {
"version": "2.0.5"
},
"@nodelib/fs.walk": {
"version": "1.2.8",
"requires": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
}
},
"@polka/url": {
"version": "1.0.0-next.21",
"dev": true
},
"@react-spring/animated": {
"version": "9.4.1",
"requires": {
"@react-spring/shared": "~9.4.0",
"@react-spring/types": "~9.4.0"
}
},
"@react-spring/core": {
"version": "9.4.1",
"requires": {
"@react-spring/animated": "~9.4.0",
"@react-spring/rafz": "~9.4.0",
"@react-spring/shared": "~9.4.0",
"@react-spring/types": "~9.4.0"
}
},
"@react-spring/rafz": {
"version": "9.4.1"
},
"@react-spring/shared": {
"version": "9.4.1",
"requires": {
"@react-spring/rafz": "~9.4.0",
"@react-spring/types": "~9.4.0"
}
},
"@react-spring/types": {
"version": "9.4.1"
},
"@react-spring/web": {
"version": "9.4.1",
"requires": {
"@react-spring/animated": "~9.4.0",
"@react-spring/core": "~9.4.0",
"@react-spring/shared": "~9.4.0",
"@react-spring/types": "~9.4.0"
}
},
"@rushstack/eslint-patch": {
"version": "1.1.0",
"dev": true
},
"@samverschueren/stream-to-observable": {
"version": "0.3.1",
"dev": true,
"requires": {
"any-observable": "^0.3.0"
}
},
"@sindresorhus/is": {
"version": "0.14.0",
"dev": true
},
"@szmarczak/http-timer": {
"version": "1.1.2",
"dev": true,
"requires": {
"defer-to-connect": "^1.0.1"
}
},
"@tootallnate/once": {
"version": "2.0.0",
"dev": true
},
"@types/async-retry": {
"version": "1.2.1"
},
"@types/body-scroll-lock": {
"version": "3.1.0",
"dev": true
},
"@types/chec__commerce.js": {
"version": "2.8.4",
"dev": true,
"requires": {
"@types/chec__commerce.js": "*"
}
},
"@types/cookie": {
"version": "0.4.1",
"dev": true
},
"@types/js-cookie": {
"version": "3.0.1",
"dev": true
},
"@types/js-yaml": {
"version": "4.0.5",
"dev": true
},
"@types/json-stable-stringify": {
"version": "1.0.33",
"dev": true
},
"@types/json5": {
"version": "0.0.29",
"dev": true
},
"@types/jsonwebtoken": {
"version": "8.5.7",
"dev": true,
"requires": {
"@types/node": "*"
}
},
"@types/lodash": {
"version": "4.14.178",
"dev": true
},
"@types/lodash.debounce": {
"version": "4.0.6",
"dev": true,
"requires": {
"@types/lodash": "*"
}
},
"@types/lodash.random": {
"version": "3.2.6",
"dev": true,
"requires": {
"@types/lodash": "*"
}
},
"@types/lodash.throttle": {
"version": "4.1.6",
"dev": true,
"requires": {
"@types/lodash": "*"
}
},
"@types/lru-cache": {
"version": "4.1.1"
},
"@types/node": {
"version": "17.0.8"
},
"@types/node-fetch": {
"version": "2.5.12",
"peer": true,
"requires": {
"@types/node": "*",
"form-data": "^3.0.0"
},
"dependencies": {
"form-data": {
"version": "3.0.1",
"peer": true,
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
}
}
},
"@types/parse-json": {
"version": "4.0.0"
},
"@types/prop-types": {
"version": "15.7.4",
"dev": true
},
"@types/react": {
"version": "17.0.38",
"dev": true,
"requires": {
"@types/prop-types": "*",
"@types/scheduler": "*",
"csstype": "^3.0.2"
}
},
"@types/scheduler": {
"version": "0.16.2",
"dev": true
},
"@types/uuid": {
"version": "8.3.1"
},
"@types/websocket": {
"version": "1.0.4",
"dev": true,
"requires": {
"@types/node": "*"
}
},
"@types/ws": {
"version": "8.2.2",
"dev": true,
"requires": {
"@types/node": "*"
}
},
"@typescript-eslint/parser": {
"version": "5.9.1",
"dev": true,
"requires": {
"@typescript-eslint/scope-manager": "5.9.1",
"@typescript-eslint/types": "5.9.1",
"@typescript-eslint/typescript-estree": "5.9.1",
"debug": "^4.3.2"
}
},
"@typescript-eslint/scope-manager": {
"version": "5.9.1",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.9.1",
"@typescript-eslint/visitor-keys": "5.9.1"
}
},
"@typescript-eslint/types": {
"version": "5.9.1",
"dev": true
},
"@typescript-eslint/typescript-estree": {
"version": "5.9.1",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.9.1",
"@typescript-eslint/visitor-keys": "5.9.1",
"debug": "^4.3.2",
"globby": "^11.0.4",
"is-glob": "^4.0.3",
"semver": "^7.3.5",
"tsutils": "^3.21.0"
}
},
"@typescript-eslint/visitor-keys": {
"version": "5.9.1",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.9.1",
"eslint-visitor-keys": "^3.0.0"
}
},
"@vercel/commerce": {
"version": "file:packages/commerce",
"requires": {
"@types/js-cookie": "^3.0.1",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@vercel/fetch": "^6.1.1",
"deepmerge": "^4.2.2",
"import-cwd": "^3.0.0",
"js-cookie": "^3.0.1",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^1.1.2",
"typescript": "^4.5.4"
},
"dependencies": {
"typescript": {
"version": "4.5.4",
"dev": true
}
}
},
"@vercel/commerce-bigcommerce": {
"version": "file:packages/bigcommerce",
"requires": {
"@types/cookie": "^0.4.1",
"@types/jsonwebtoken": "^8.5.7",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@vercel/fetch": "^6.1.1",
"cookie": "^0.4.1",
"immutability-helper": "^3.1.1",
"jsonwebtoken": "^8.5.1",
"lint-staged": "^12.1.7",
"lodash.debounce": "^4.0.8",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4",
"uuidv4": "^6.2.12"
},
"dependencies": {
"typescript": {
"version": "4.5.4",
"dev": true
}
}
},
"@vercel/commerce-commercejs": {
"version": "file:packages/commercejs",
"requires": {
"@chec/commerce.js": "^2.8.0",
"@types/chec__commerce.js": "^2.8.4",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@vercel/commerce": "^0.0.1",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"dependencies": {
"typescript": {
"version": "4.5.4",
"dev": true
}
}
},
"@vercel/commerce-kibocommerce": {
"version": "file:packages/kibocommerce",
"requires": {
"@graphql-codegen/cli": "^2.3.1",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/typescript-operations": "^2.2.2",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"dependencies": {
"typescript": {
"version": "4.5.4",
"dev": true
}
}
},
"@vercel/commerce-local": {
"version": "file:packages/local",
"requires": {
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^1.1.2",
"typescript": "^4.5.4"
},
"dependencies": {
"typescript": {
"version": "4.5.4",
"dev": true
}
}
},
"@vercel/commerce-ordercloud": {
"version": "file:packages/ordercloud",
"requires": {
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"stripe": "^8.197.0",
"typescript": "^4.5.4"
},
"dependencies": {
"typescript": {
"version": "4.5.4",
"dev": true
}
}
},
"@vercel/commerce-saleor": {
"version": "file:packages/saleor",
"requires": {
"@graphql-codegen/cli": "^2.3.1",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/typescript-operations": "^2.2.2",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"dependencies": {
"typescript": {
"version": "4.5.4",
"dev": true
}
}
},
"@vercel/commerce-shopify": {
"version": "file:packages/shopify",
"requires": {
"@graphql-codegen/cli": "^2.3.1",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/typescript-operations": "^2.2.2",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1",
"dotenv": "^12.0.3",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"dependencies": {
"dotenv": {
"version": "12.0.3",
"dev": true
},
"typescript": {
"version": "4.5.4",
"dev": true
}
}
},
"@vercel/commerce-spree": {
"version": "file:packages/spree",
"requires": {
"@spree/storefront-api-v2-sdk": "^5.1.1",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"dependencies": {
"@spree/storefront-api-v2-sdk": {
"version": "5.1.1",
"requires": {}
},
"axios": {
"version": "0.24.0",
"optional": true,
"peer": true,
"requires": {
"follow-redirects": "^1.14.4"
}
},
"typescript": {
"version": "4.5.4",
"dev": true
}
}
},
"@vercel/commerce-swell": {
"version": "file:packages/swell",
"requires": {
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swell-js": "^4.0.0-next.0",
"typescript": "^4.5.4"
},
"dependencies": {
"typescript": {
"version": "4.5.4",
"dev": true
}
}
},
"@vercel/commerce-vendure": {
"version": "file:packages/vendure",
"requires": {
"@graphql-codegen/cli": "^2.3.1",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/typescript-operations": "^2.2.2",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1",
"lint-staged": "^12.1.7",
"next": "^12.0.8",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4"
},
"dependencies": {
"typescript": {
"version": "4.5.4",
"dev": true
}
}
},
"@vercel/fetch": {
"version": "6.1.1",
"requires": {
"@types/async-retry": "1.2.1",
"@vercel/fetch-cached-dns": "^2.0.2",
"@vercel/fetch-retry": "^5.0.2",
"agentkeepalive": "3.4.1",
"debug": "3.1.0"
},
"dependencies": {
"debug": {
"version": "3.1.0",
"requires": {
"ms": "2.0.0"
}
},
"ms": {
"version": "2.0.0"
}
}
},
"@vercel/fetch-cached-dns": {
"version": "2.0.2",
"requires": {
"@types/node-fetch": "2.3.2",
"@zeit/dns-cached-resolve": "2.1.2"
},
"dependencies": {
"@types/node-fetch": {
"version": "2.3.2",
"requires": {
"@types/node": "*"
}
}
}
},
"@vercel/fetch-retry": {
"version": "5.0.3",
"requires": {
"async-retry": "^1.3.1",
"debug": "^3.1.0"
},
"dependencies": {
"debug": {
"version": "3.2.7",
"requires": {
"ms": "^2.1.1"
}
}
}
},
"@zeit/dns-cached-resolve": {
"version": "2.1.2",
"requires": {
"@types/async-retry": "1.2.1",
"@types/lru-cache": "4.1.1",
"@types/node": "10.12.18",
"async-retry": "1.2.3",
"lru-cache": "5.1.1"
},
"dependencies": {
"@types/node": {
"version": "10.12.18"
},
"async-retry": {
"version": "1.2.3",
"requires": {
"retry": "0.12.0"
}
},
"retry": {
"version": "0.12.0"
}
}
},
"abort-controller": {
"version": "3.0.0",
"dev": true,
"requires": {
"event-target-shim": "^5.0.0"
}
},
"acorn": {
"version": "7.4.1"
},
"acorn-jsx": {
"version": "5.3.2",
"dev": true,
"requires": {}
},
"acorn-node": {
"version": "1.8.2",
"requires": {
"acorn": "^7.0.0",
"acorn-walk": "^7.0.0",
"xtend": "^4.0.2"
}
},
"acorn-walk": {
"version": "7.2.0"
},
"agent-base": {
"version": "6.0.2",
"dev": true,
"requires": {
"debug": "4"
}
},
"agentkeepalive": {
"version": "3.4.1",
"requires": {
"humanize-ms": "^1.2.1"
}
},
"aggregate-error": {
"version": "3.1.0",
"dev": true,
"requires": {
"clean-stack": "^2.0.0",
"indent-string": "^4.0.0"
}
},
"ajv": {
"version": "6.12.6",
"dev": true,
"requires": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
}
},
"ansi-colors": {
"version": "4.1.1",
"dev": true
},
"ansi-escapes": {
"version": "4.3.2",
"dev": true,
"requires": {
"type-fest": "^0.21.3"
},
"dependencies": {
"type-fest": {
"version": "0.21.3",
"dev": true
}
}
},
"ansi-regex": {
"version": "5.0.1",
"dev": true
},
"ansi-styles": {
"version": "4.3.0",
"requires": {
"color-convert": "^2.0.1"
}
},
"any-observable": {
"version": "0.3.0",
"dev": true
},
"anymatch": {
"version": "3.1.2",
"requires": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
}
},
"arg": {
"version": "5.0.1"
},
"argparse": {
"version": "2.0.1",
"dev": true
},
"aria-query": {
"version": "4.2.2",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.2",
"@babel/runtime-corejs3": "^7.10.2"
}
},
"array-includes": {
"version": "3.1.4",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1",
"get-intrinsic": "^1.1.1",
"is-string": "^1.0.7"
}
},
"array-includes-with-glob": {
"version": "3.1.0",
"requires": {
"@babel/runtime": "^7.14.0",
"matcher": "^4.0.0"
}
},
"array-union": {
"version": "2.1.0",
"dev": true
},
"array.prototype.flat": {
"version": "1.2.5",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.0"
}
},
"array.prototype.flatmap": {
"version": "1.2.5",
"dev": true,
"requires": {
"call-bind": "^1.0.0",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.0"
}
},
"asap": {
"version": "2.0.6",
"dev": true
},
"ast-types-flow": {
"version": "0.0.7",
"dev": true
},
"astral-regex": {
"version": "2.0.0",
"dev": true
},
"async-retry": {
"version": "1.3.3",
"requires": {
"retry": "0.13.1"
}
},
"asynckit": {
"version": "0.4.0"
},
"auto-bind": {
"version": "4.0.0",
"dev": true
},
"autoprefixer": {
"version": "10.4.2",
"requires": {
"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001297",
"fraction.js": "^4.1.2",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
"postcss-value-parser": "^4.2.0"
}
},
"axe-core": {
"version": "4.3.5",
"dev": true
},
"axios": {
"version": "0.21.4",
"requires": {
"follow-redirects": "^1.14.0"
}
},
"axobject-query": {
"version": "2.2.0",
"dev": true
},
"babel-plugin-dynamic-import-node": {
"version": "2.3.3",
"dev": true,
"requires": {
"object.assign": "^4.1.0"
}
},
"babel-plugin-syntax-trailing-function-commas": {
"version": "7.0.0-beta.0",
"dev": true
},
"babel-preset-fbjs": {
"version": "3.4.0",
"dev": true,
"requires": {
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-class-properties": "^7.0.0",
"@babel/plugin-syntax-flow": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-arrow-functions": "^7.0.0",
"@babel/plugin-transform-block-scoped-functions": "^7.0.0",
"@babel/plugin-transform-block-scoping": "^7.0.0",
"@babel/plugin-transform-classes": "^7.0.0",
"@babel/plugin-transform-computed-properties": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/plugin-transform-for-of": "^7.0.0",
"@babel/plugin-transform-function-name": "^7.0.0",
"@babel/plugin-transform-literals": "^7.0.0",
"@babel/plugin-transform-member-expression-literals": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-object-super": "^7.0.0",
"@babel/plugin-transform-parameters": "^7.0.0",
"@babel/plugin-transform-property-literals": "^7.0.0",
"@babel/plugin-transform-react-display-name": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/plugin-transform-shorthand-properties": "^7.0.0",
"@babel/plugin-transform-spread": "^7.0.0",
"@babel/plugin-transform-template-literals": "^7.0.0",
"babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0"
}
},
"backo2": {
"version": "1.0.2",
"dev": true
},
"balanced-match": {
"version": "1.0.2",
"dev": true
},
"base64-js": {
"version": "1.5.1",
"dev": true
},
"big.js": {
"version": "5.2.2"
},
"binary-extensions": {
"version": "2.2.0"
},
"bl": {
"version": "4.1.0",
"dev": true,
"requires": {
"buffer": "^5.5.0",
"inherits": "^2.0.4",
"readable-stream": "^3.4.0"
}
},
"body-scroll-lock": {
"version": "4.0.0-beta.0"
},
"brace-expansion": {
"version": "1.1.11",
"dev": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"braces": {
"version": "3.0.2",
"requires": {
"fill-range": "^7.0.1"
}
},
"browserslist": {
"version": "4.19.1",
"requires": {
"caniuse-lite": "^1.0.30001286",
"electron-to-chromium": "^1.4.17",
"escalade": "^3.1.1",
"node-releases": "^2.0.1",
"picocolors": "^1.0.0"
}
},
"bser": {
"version": "2.1.1",
"dev": true,
"requires": {
"node-int64": "^0.4.0"
}
},
"buffer": {
"version": "5.6.0",
"dev": true,
"requires": {
"base64-js": "^1.0.2",
"ieee754": "^1.1.4"
}
},
"buffer-equal-constant-time": {
"version": "1.0.1"
},
"buffer-from": {
"version": "1.1.2",
"devOptional": true
},
"cacheable-request": {
"version": "6.1.0",
"dev": true,
"requires": {
"clone-response": "^1.0.2",
"get-stream": "^5.1.0",
"http-cache-semantics": "^4.0.0",
"keyv": "^3.0.0",
"lowercase-keys": "^2.0.0",
"normalize-url": "^4.1.0",
"responselike": "^1.0.2"
},
"dependencies": {
"get-stream": {
"version": "5.2.0",
"dev": true,
"requires": {
"pump": "^3.0.0"
}
},
"lowercase-keys": {
"version": "2.0.0",
"dev": true
}
}
},
"call-bind": {
"version": "1.0.2",
"requires": {
"function-bind": "^1.1.1",
"get-intrinsic": "^1.0.2"
}
},
"callsites": {
"version": "3.1.0"
},
"camel-case": {
"version": "4.1.2",
"dev": true,
"requires": {
"pascal-case": "^3.1.2",
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"camelcase": {
"version": "5.3.1",
"dev": true
},
"camelcase-css": {
"version": "2.0.1"
},
"caniuse-lite": {
"version": "1.0.30001299"
},
"capital-case": {
"version": "1.0.4",
"dev": true,
"requires": {
"no-case": "^3.0.4",
"tslib": "^2.0.3",
"upper-case-first": "^2.0.2"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"chalk": {
"version": "4.1.2",
"requires": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
}
},
"change-case": {
"version": "4.1.2",
"dev": true,
"requires": {
"camel-case": "^4.1.2",
"capital-case": "^1.0.4",
"constant-case": "^3.0.4",
"dot-case": "^3.0.4",
"header-case": "^2.0.4",
"no-case": "^3.0.4",
"param-case": "^3.0.4",
"pascal-case": "^3.1.2",
"path-case": "^3.0.4",
"sentence-case": "^3.0.4",
"snake-case": "^3.0.4",
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"change-case-all": {
"version": "1.0.14",
"dev": true,
"requires": {
"change-case": "^4.1.2",
"is-lower-case": "^2.0.2",
"is-upper-case": "^2.0.2",
"lower-case": "^2.0.2",
"lower-case-first": "^2.0.2",
"sponge-case": "^1.0.1",
"swap-case": "^2.0.2",
"title-case": "^3.0.3",
"upper-case": "^2.0.2",
"upper-case-first": "^2.0.2"
}
},
"chardet": {
"version": "0.7.0",
"dev": true
},
"chokidar": {
"version": "3.5.2",
"requires": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"fsevents": "~2.3.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
}
},
"classnames": {
"version": "2.3.1"
},
"clean-stack": {
"version": "2.2.0",
"dev": true
},
"cli-cursor": {
"version": "3.1.0",
"dev": true,
"requires": {
"restore-cursor": "^3.1.0"
}
},
"cli-spinners": {
"version": "2.6.1",
"dev": true
},
"cli-truncate": {
"version": "3.1.0",
"dev": true,
"requires": {
"slice-ansi": "^5.0.0",
"string-width": "^5.0.0"
}
},
"cli-width": {
"version": "3.0.0",
"dev": true
},
"cliui": {
"version": "7.0.4",
"dev": true,
"requires": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"wrap-ansi": "^7.0.0"
},
"dependencies": {
"emoji-regex": {
"version": "8.0.0",
"dev": true
},
"is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true
},
"string-width": {
"version": "4.2.3",
"dev": true,
"requires": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
}
}
}
},
"clone": {
"version": "1.0.4",
"dev": true
},
"clone-response": {
"version": "1.0.2",
"dev": true,
"requires": {
"mimic-response": "^1.0.0"
}
},
"code-point-at": {
"version": "1.1.0",
"dev": true
},
"color-convert": {
"version": "2.0.1",
"requires": {
"color-name": "~1.1.4"
}
},
"color-name": {
"version": "1.1.4"
},
"colorette": {
"version": "1.4.0"
},
"combined-stream": {
"version": "1.0.8",
"requires": {
"delayed-stream": "~1.0.0"
}
},
"commander": {
"version": "8.3.0",
"dev": true
},
"common-tags": {
"version": "1.8.2",
"dev": true
},
"concat-map": {
"version": "0.0.1",
"dev": true
},
"constant-case": {
"version": "3.0.4",
"dev": true,
"requires": {
"no-case": "^3.0.4",
"tslib": "^2.0.3",
"upper-case": "^2.0.2"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"convert-source-map": {
"version": "1.8.0",
"requires": {
"safe-buffer": "~5.1.1"
},
"dependencies": {
"safe-buffer": {
"version": "5.1.2"
}
}
},
"cookie": {
"version": "0.4.1"
},
"core-js-pure": {
"version": "3.20.2",
"dev": true
},
"cosmiconfig": {
"version": "7.0.1",
"requires": {
"@types/parse-json": "^4.0.0",
"import-fresh": "^3.2.1",
"parse-json": "^5.0.0",
"path-type": "^4.0.0",
"yaml": "^1.10.0"
}
},
"cosmiconfig-toml-loader": {
"version": "1.0.0",
"dev": true,
"requires": {
"@iarna/toml": "^2.2.5"
}
},
"create-require": {
"version": "1.1.1",
"devOptional": true
},
"cross-fetch": {
"version": "3.1.4",
"dev": true,
"requires": {
"node-fetch": "2.6.1"
},
"dependencies": {
"node-fetch": {
"version": "2.6.1",
"dev": true
}
}
},
"cross-spawn": {
"version": "7.0.3",
"dev": true,
"requires": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
}
},
"cross-undici-fetch": {
"version": "0.0.20",
"dev": true,
"requires": {
"abort-controller": "^3.0.0",
"form-data": "^4.0.0",
"node-fetch": "^2.6.5",
"undici": "^4.9.3"
}
},
"css-blank-pseudo": {
"version": "3.0.2",
"dev": true,
"requires": {
"postcss-selector-parser": "^6.0.8"
}
},
"css-has-pseudo": {
"version": "3.0.3",
"dev": true,
"requires": {
"postcss-selector-parser": "^6.0.8"
}
},
"css-prefers-color-scheme": {
"version": "6.0.2",
"dev": true,
"requires": {}
},
"cssdb": {
"version": "5.1.0",
"dev": true
},
"cssesc": {
"version": "3.0.0"
},
"csstype": {
"version": "3.0.10",
"dev": true
},
"damerau-levenshtein": {
"version": "1.0.8",
"dev": true
},
"dataloader": {
"version": "2.0.0",
"dev": true
},
"date-fns": {
"version": "1.30.1",
"dev": true
},
"debounce": {
"version": "1.2.1"
},
"debug": {
"version": "4.3.3",
"requires": {
"ms": "2.1.2"
}
},
"decamelize": {
"version": "1.2.0",
"dev": true
},
"decompress-response": {
"version": "3.3.0",
"dev": true,
"requires": {
"mimic-response": "^1.0.0"
}
},
"deep-extend": {
"version": "0.6.0",
"dev": true
},
"deep-is": {
"version": "0.1.4",
"dev": true
},
"deepmerge": {
"version": "4.2.2"
},
"defaults": {
"version": "1.0.3",
"dev": true,
"requires": {
"clone": "^1.0.2"
}
},
"defer-to-connect": {
"version": "1.1.3",
"dev": true
},
"define-properties": {
"version": "1.1.3",
"dev": true,
"requires": {
"object-keys": "^1.0.12"
}
},
"defined": {
"version": "1.0.0"
},
"delayed-stream": {
"version": "1.0.0"
},
"dependency-graph": {
"version": "0.11.0",
"dev": true
},
"detect-indent": {
"version": "6.1.0",
"dev": true
},
"detective": {
"version": "5.2.0",
"requires": {
"acorn-node": "^1.6.1",
"defined": "^1.0.0",
"minimist": "^1.1.1"
}
},
"didyoumean": {
"version": "1.2.2"
},
"diff": {
"version": "4.0.2",
"devOptional": true
},
"dir-glob": {
"version": "3.0.1",
"dev": true,
"requires": {
"path-type": "^4.0.0"
}
},
"dlv": {
"version": "1.1.3"
},
"doctrine": {
"version": "3.0.0",
"dev": true,
"requires": {
"esutils": "^2.0.2"
}
},
"dot-case": {
"version": "3.0.4",
"dev": true,
"requires": {
"no-case": "^3.0.4",
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"dotenv": {
"version": "10.0.0",
"dev": true
},
"dset": {
"version": "3.1.1",
"dev": true
},
"duplexer": {
"version": "0.1.2",
"dev": true
},
"duplexer3": {
"version": "0.1.4",
"dev": true
},
"eastasianwidth": {
"version": "0.2.0",
"dev": true
},
"ecdsa-sig-formatter": {
"version": "1.0.11",
"requires": {
"safe-buffer": "^5.0.1"
}
},
"electron-to-chromium": {
"version": "1.4.37"
},
"elegant-spinner": {
"version": "1.0.1",
"dev": true
},
"email-validator": {
"version": "2.0.4"
},
"emoji-regex": {
"version": "9.2.2",
"dev": true
},
"emojis-list": {
"version": "2.1.0"
},
"end-of-stream": {
"version": "1.4.4",
"dev": true,
"requires": {
"once": "^1.4.0"
}
},
"enquirer": {
"version": "2.3.6",
"dev": true,
"requires": {
"ansi-colors": "^4.1.1"
}
},
"error-ex": {
"version": "1.3.2",
"requires": {
"is-arrayish": "^0.2.1"
}
},
"es-abstract": {
"version": "1.19.1",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"es-to-primitive": "^1.2.1",
"function-bind": "^1.1.1",
"get-intrinsic": "^1.1.1",
"get-symbol-description": "^1.0.0",
"has": "^1.0.3",
"has-symbols": "^1.0.2",
"internal-slot": "^1.0.3",
"is-callable": "^1.2.4",
"is-negative-zero": "^2.0.1",
"is-regex": "^1.1.4",
"is-shared-array-buffer": "^1.0.1",
"is-string": "^1.0.7",
"is-weakref": "^1.0.1",
"object-inspect": "^1.11.0",
"object-keys": "^1.1.1",
"object.assign": "^4.1.2",
"string.prototype.trimend": "^1.0.4",
"string.prototype.trimstart": "^1.0.4",
"unbox-primitive": "^1.0.1"
}
},
"es-to-primitive": {
"version": "1.2.1",
"dev": true,
"requires": {
"is-callable": "^1.1.4",
"is-date-object": "^1.0.1",
"is-symbol": "^1.0.2"
}
},
"escalade": {
"version": "3.1.1"
},
"escape-string-regexp": {
"version": "4.0.0"
},
"eslint": {
"version": "8.6.0",
"dev": true,
"requires": {
"@eslint/eslintrc": "^1.0.5",
"@humanwhocodes/config-array": "^0.9.2",
"ajv": "^6.10.0",
"chalk": "^4.0.0",
"cross-spawn": "^7.0.2",
"debug": "^4.3.2",
"doctrine": "^3.0.0",
"enquirer": "^2.3.5",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^7.1.0",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.1.0",
"espree": "^9.3.0",
"esquery": "^1.4.0",
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"file-entry-cache": "^6.0.1",
"functional-red-black-tree": "^1.0.1",
"glob-parent": "^6.0.1",
"globals": "^13.6.0",
"ignore": "^4.0.6",
"import-fresh": "^3.0.0",
"imurmurhash": "^0.1.4",
"is-glob": "^4.0.0",
"js-yaml": "^4.1.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1",
"lodash.merge": "^4.6.2",
"minimatch": "^3.0.4",
"natural-compare": "^1.4.0",
"optionator": "^0.9.1",
"progress": "^2.0.0",
"regexpp": "^3.2.0",
"semver": "^7.2.1",
"strip-ansi": "^6.0.1",
"strip-json-comments": "^3.1.0",
"text-table": "^0.2.0",
"v8-compile-cache": "^2.0.3"
},
"dependencies": {
"glob-parent": {
"version": "6.0.2",
"dev": true,
"requires": {
"is-glob": "^4.0.3"
}
},
"globals": {
"version": "13.12.0",
"dev": true,
"requires": {
"type-fest": "^0.20.2"
}
}
}
},
"eslint-config-next": {
"version": "12.0.8",
"dev": true,
"requires": {
"@next/eslint-plugin-next": "12.0.8",
"@rushstack/eslint-patch": "^1.0.8",
"@typescript-eslint/parser": "^5.0.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0"
}
},
"eslint-config-prettier": {
"version": "8.3.0",
"dev": true,
"requires": {}
},
"eslint-import-resolver-node": {
"version": "0.3.6",
"dev": true,
"requires": {
"debug": "^3.2.7",
"resolve": "^1.20.0"
},
"dependencies": {
"debug": {
"version": "3.2.7",
"dev": true,
"requires": {
"ms": "^2.1.1"
}
}
}
},
"eslint-import-resolver-typescript": {
"version": "2.5.0",
"dev": true,
"requires": {
"debug": "^4.3.1",
"glob": "^7.1.7",
"is-glob": "^4.0.1",
"resolve": "^1.20.0",
"tsconfig-paths": "^3.9.0"
}
},
"eslint-module-utils": {
"version": "2.7.2",
"dev": true,
"requires": {
"debug": "^3.2.7",
"find-up": "^2.1.0"
},
"dependencies": {
"debug": {
"version": "3.2.7",
"dev": true,
"requires": {
"ms": "^2.1.1"
}
}
}
},
"eslint-plugin-import": {
"version": "2.25.4",
"dev": true,
"requires": {
"array-includes": "^3.1.4",
"array.prototype.flat": "^1.2.5",
"debug": "^2.6.9",
"doctrine": "^2.1.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-module-utils": "^2.7.2",
"has": "^1.0.3",
"is-core-module": "^2.8.0",
"is-glob": "^4.0.3",
"minimatch": "^3.0.4",
"object.values": "^1.1.5",
"resolve": "^1.20.0",
"tsconfig-paths": "^3.12.0"
},
"dependencies": {
"debug": {
"version": "2.6.9",
"dev": true,
"requires": {
"ms": "2.0.0"
}
},
"doctrine": {
"version": "2.1.0",
"dev": true,
"requires": {
"esutils": "^2.0.2"
}
},
"ms": {
"version": "2.0.0",
"dev": true
}
}
},
"eslint-plugin-jsx-a11y": {
"version": "6.5.1",
"dev": true,
"requires": {
"@babel/runtime": "^7.16.3",
"aria-query": "^4.2.2",
"array-includes": "^3.1.4",
"ast-types-flow": "^0.0.7",
"axe-core": "^4.3.5",
"axobject-query": "^2.2.0",
"damerau-levenshtein": "^1.0.7",
"emoji-regex": "^9.2.2",
"has": "^1.0.3",
"jsx-ast-utils": "^3.2.1",
"language-tags": "^1.0.5",
"minimatch": "^3.0.4"
}
},
"eslint-plugin-react": {
"version": "7.28.0",
"dev": true,
"requires": {
"array-includes": "^3.1.4",
"array.prototype.flatmap": "^1.2.5",
"doctrine": "^2.1.0",
"estraverse": "^5.3.0",
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
"minimatch": "^3.0.4",
"object.entries": "^1.1.5",
"object.fromentries": "^2.0.5",
"object.hasown": "^1.1.0",
"object.values": "^1.1.5",
"prop-types": "^15.7.2",
"resolve": "^2.0.0-next.3",
"semver": "^6.3.0",
"string.prototype.matchall": "^4.0.6"
},
"dependencies": {
"doctrine": {
"version": "2.1.0",
"dev": true,
"requires": {
"esutils": "^2.0.2"
}
},
"resolve": {
"version": "2.0.0-next.3",
"dev": true,
"requires": {
"is-core-module": "^2.2.0",
"path-parse": "^1.0.6"
}
},
"semver": {
"version": "6.3.0",
"dev": true
}
}
},
"eslint-plugin-react-hooks": {
"version": "4.3.0",
"dev": true,
"requires": {}
},
"eslint-scope": {
"version": "7.1.0",
"dev": true,
"requires": {
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
}
},
"eslint-utils": {
"version": "3.0.0",
"dev": true,
"requires": {
"eslint-visitor-keys": "^2.0.0"
},
"dependencies": {
"eslint-visitor-keys": {
"version": "2.1.0",
"dev": true
}
}
},
"eslint-visitor-keys": {
"version": "3.1.0",
"dev": true
},
"espree": {
"version": "9.3.0",
"dev": true,
"requires": {
"acorn": "^8.7.0",
"acorn-jsx": "^5.3.1",
"eslint-visitor-keys": "^3.1.0"
},
"dependencies": {
"acorn": {
"version": "8.7.0",
"dev": true
}
}
},
"esquery": {
"version": "1.4.0",
"dev": true,
"requires": {
"estraverse": "^5.1.0"
}
},
"esrecurse": {
"version": "4.3.0",
"dev": true,
"requires": {
"estraverse": "^5.2.0"
}
},
"estraverse": {
"version": "5.3.0",
"dev": true
},
"esutils": {
"version": "2.0.3",
"dev": true
},
"event-target-shim": {
"version": "5.0.1",
"dev": true
},
"eventemitter3": {
"version": "3.1.2",
"dev": true
},
"execa": {
"version": "5.1.1",
"dev": true,
"requires": {
"cross-spawn": "^7.0.3",
"get-stream": "^6.0.0",
"human-signals": "^2.1.0",
"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"
}
},
"external-editor": {
"version": "3.1.0",
"dev": true,
"requires": {
"chardet": "^0.7.0",
"iconv-lite": "^0.4.24",
"tmp": "^0.0.33"
}
},
"extract-files": {
"version": "11.0.0",
"dev": true
},
"fast-deep-equal": {
"version": "3.1.3",
"dev": true
},
"fast-glob": {
"version": "3.2.10",
"requires": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.2",
"merge2": "^1.3.0",
"micromatch": "^4.0.4"
}
},
"fast-json-stable-stringify": {
"version": "2.1.0",
"dev": true
},
"fast-levenshtein": {
"version": "2.0.6",
"dev": true
},
"fastq": {
"version": "1.13.0",
"requires": {
"reusify": "^1.0.4"
}
},
"fb-watchman": {
"version": "2.0.1",
"dev": true,
"requires": {
"bser": "2.1.1"
}
},
"fbjs": {
"version": "3.0.2",
"dev": true,
"requires": {
"cross-fetch": "^3.0.4",
"fbjs-css-vars": "^1.0.0",
"loose-envify": "^1.0.0",
"object-assign": "^4.1.0",
"promise": "^7.1.1",
"setimmediate": "^1.0.5",
"ua-parser-js": "^0.7.30"
}
},
"fbjs-css-vars": {
"version": "1.0.2",
"dev": true
},
"figures": {
"version": "3.2.0",
"dev": true,
"requires": {
"escape-string-regexp": "^1.0.5"
},
"dependencies": {
"escape-string-regexp": {
"version": "1.0.5",
"dev": true
}
}
},
"file-entry-cache": {
"version": "6.0.1",
"dev": true,
"requires": {
"flat-cache": "^3.0.4"
}
},
"fill-range": {
"version": "7.0.1",
"requires": {
"to-regex-range": "^5.0.1"
}
},
"find-up": {
"version": "2.1.0",
"dev": true,
"requires": {
"locate-path": "^2.0.0"
}
},
"flat-cache": {
"version": "3.0.4",
"dev": true,
"requires": {
"flatted": "^3.1.0",
"rimraf": "^3.0.2"
}
},
"flatted": {
"version": "3.2.4",
"dev": true
},
"follow-redirects": {
"version": "1.14.7"
},
"form-data": {
"version": "4.0.0",
"dev": true,
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
},
"form-data-encoder": {
"version": "1.7.1",
"dev": true
},
"formdata-node": {
"version": "4.3.2",
"dev": true,
"requires": {
"node-domexception": "1.0.0",
"web-streams-polyfill": "4.0.0-beta.1"
},
"dependencies": {
"web-streams-polyfill": {
"version": "4.0.0-beta.1",
"dev": true
}
}
},
"fraction.js": {
"version": "4.1.2"
},
"fs.realpath": {
"version": "1.0.0",
"dev": true
},
"fsevents": {
"version": "2.3.2",
"optional": true
},
"function-bind": {
"version": "1.1.1"
},
"functional-red-black-tree": {
"version": "1.0.1",
"dev": true
},
"gensync": {
"version": "1.0.0-beta.2"
},
"get-caller-file": {
"version": "2.0.5",
"dev": true
},
"get-intrinsic": {
"version": "1.1.1",
"requires": {
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.1"
}
},
"get-stream": {
"version": "6.0.1",
"dev": true
},
"get-symbol-description": {
"version": "1.0.0",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"get-intrinsic": "^1.1.1"
}
},
"glob": {
"version": "7.2.0",
"dev": true,
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
"glob-parent": {
"version": "5.1.2",
"requires": {
"is-glob": "^4.0.1"
}
},
"globals": {
"version": "11.12.0"
},
"globby": {
"version": "11.1.0",
"dev": true,
"requires": {
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.2.9",
"ignore": "^5.2.0",
"merge2": "^1.4.1",
"slash": "^3.0.0"
},
"dependencies": {
"ignore": {
"version": "5.2.0",
"dev": true
}
}
},
"got": {
"version": "9.6.0",
"dev": true,
"requires": {
"@sindresorhus/is": "^0.14.0",
"@szmarczak/http-timer": "^1.1.2",
"cacheable-request": "^6.0.0",
"decompress-response": "^3.3.0",
"duplexer3": "^0.1.4",
"get-stream": "^4.1.0",
"lowercase-keys": "^1.0.1",
"mimic-response": "^1.0.1",
"p-cancelable": "^1.0.0",
"to-readable-stream": "^1.0.0",
"url-parse-lax": "^3.0.0"
},
"dependencies": {
"get-stream": {
"version": "4.1.0",
"dev": true,
"requires": {
"pump": "^3.0.0"
}
}
}
},
"graphql": {
"version": "15.8.0",
"dev": true,
"peer": true
},
"graphql-config": {
"version": "4.1.0",
"dev": true,
"requires": {
"@endemolshinegroup/cosmiconfig-typescript-loader": "3.0.2",
"@graphql-tools/graphql-file-loader": "^7.3.2",
"@graphql-tools/json-file-loader": "^7.3.2",
"@graphql-tools/load": "^7.4.1",
"@graphql-tools/merge": "^8.2.1",
"@graphql-tools/url-loader": "^7.4.2",
"@graphql-tools/utils": "^8.5.1",
"cosmiconfig": "7.0.1",
"cosmiconfig-toml-loader": "1.0.0",
"minimatch": "3.0.4",
"string-env-interpolation": "1.0.1"
}
},
"graphql-request": {
"version": "3.7.0",
"dev": true,
"requires": {
"cross-fetch": "^3.0.6",
"extract-files": "^9.0.0",
"form-data": "^3.0.0"
},
"dependencies": {
"extract-files": {
"version": "9.0.0",
"dev": true
},
"form-data": {
"version": "3.0.1",
"dev": true,
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
}
}
},
"graphql-sse": {
"version": "1.0.6",
"dev": true,
"requires": {}
},
"graphql-tag": {
"version": "2.12.6",
"dev": true,
"requires": {
"tslib": "^2.1.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"graphql-ws": {
"version": "5.5.5",
"dev": true,
"requires": {}
},
"gzip-size": {
"version": "6.0.0",
"dev": true,
"requires": {
"duplexer": "^0.1.2"
}
},
"has": {
"version": "1.0.3",
"requires": {
"function-bind": "^1.1.1"
}
},
"has-ansi": {
"version": "2.0.0",
"dev": true,
"requires": {
"ansi-regex": "^2.0.0"
},
"dependencies": {
"ansi-regex": {
"version": "2.1.1",
"dev": true
}
}
},
"has-bigints": {
"version": "1.0.1",
"dev": true
},
"has-flag": {
"version": "4.0.0"
},
"has-symbols": {
"version": "1.0.2"
},
"has-tostringtag": {
"version": "1.0.0",
"dev": true,
"requires": {
"has-symbols": "^1.0.2"
}
},
"header-case": {
"version": "2.0.4",
"dev": true,
"requires": {
"capital-case": "^1.0.4",
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"http-cache-semantics": {
"version": "4.1.0",
"dev": true
},
"http-proxy-agent": {
"version": "5.0.0",
"dev": true,
"requires": {
"@tootallnate/once": "2",
"agent-base": "6",
"debug": "4"
}
},
"https-proxy-agent": {
"version": "5.0.0",
"dev": true,
"requires": {
"agent-base": "6",
"debug": "4"
}
},
"human-signals": {
"version": "2.1.0",
"dev": true
},
"humanize-ms": {
"version": "1.2.1",
"requires": {
"ms": "^2.0.0"
}
},
"husky": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
"integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
"dev": true
},
"iconv-lite": {
"version": "0.4.24",
"dev": true,
"requires": {
"safer-buffer": ">= 2.1.2 < 3"
}
},
"ieee754": {
"version": "1.2.1",
"dev": true
},
"ignore": {
"version": "4.0.6",
"dev": true
},
"immutability-helper": {
"version": "3.1.1"
},
"immutable": {
"version": "3.7.6",
"dev": true
},
"import-cwd": {
"version": "3.0.0",
"requires": {
"import-from": "^3.0.0"
}
},
"import-fresh": {
"version": "3.3.0",
"requires": {
"parent-module": "^1.0.0",
"resolve-from": "^4.0.0"
},
"dependencies": {
"resolve-from": {
"version": "4.0.0"
}
}
},
"import-from": {
"version": "3.0.0",
"requires": {
"resolve-from": "^5.0.0"
}
},
"imurmurhash": {
"version": "0.1.4",
"dev": true
},
"indent-string": {
"version": "4.0.0",
"dev": true
},
"inflight": {
"version": "1.0.6",
"dev": true,
"requires": {
"once": "^1.3.0",
"wrappy": "1"
}
},
"inherits": {
"version": "2.0.4"
},
"ini": {
"version": "1.3.8",
"dev": true
},
"inquirer": {
"version": "8.2.0",
"dev": true,
"requires": {
"ansi-escapes": "^4.2.1",
"chalk": "^4.1.1",
"cli-cursor": "^3.1.0",
"cli-width": "^3.0.0",
"external-editor": "^3.0.3",
"figures": "^3.0.0",
"lodash": "^4.17.21",
"mute-stream": "0.0.8",
"ora": "^5.4.1",
"run-async": "^2.4.0",
"rxjs": "^7.2.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0",
"through": "^2.3.6"
},
"dependencies": {
"emoji-regex": {
"version": "8.0.0",
"dev": true
},
"is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true
},
"string-width": {
"version": "4.2.3",
"dev": true,
"requires": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
}
}
}
},
"internal-slot": {
"version": "1.0.3",
"dev": true,
"requires": {
"get-intrinsic": "^1.1.0",
"has": "^1.0.3",
"side-channel": "^1.0.4"
}
},
"invariant": {
"version": "2.2.4",
"dev": true,
"requires": {
"loose-envify": "^1.0.0"
}
},
"is-absolute": {
"version": "1.0.0",
"dev": true,
"requires": {
"is-relative": "^1.0.0",
"is-windows": "^1.0.1"
}
},
"is-arrayish": {
"version": "0.2.1"
},
"is-bigint": {
"version": "1.0.4",
"dev": true,
"requires": {
"has-bigints": "^1.0.1"
}
},
"is-binary-path": {
"version": "2.1.0",
"requires": {
"binary-extensions": "^2.0.0"
}
},
"is-boolean-object": {
"version": "1.1.2",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"has-tostringtag": "^1.0.0"
}
},
"is-callable": {
"version": "1.2.4",
"dev": true
},
"is-core-module": {
"version": "2.8.1",
"requires": {
"has": "^1.0.3"
}
},
"is-date-object": {
"version": "1.0.5",
"dev": true,
"requires": {
"has-tostringtag": "^1.0.0"
}
},
"is-extglob": {
"version": "2.1.1"
},
"is-fullwidth-code-point": {
"version": "4.0.0",
"dev": true
},
"is-glob": {
"version": "4.0.3",
"requires": {
"is-extglob": "^2.1.1"
}
},
"is-interactive": {
"version": "1.0.0",
"dev": true
},
"is-lower-case": {
"version": "2.0.2",
"dev": true,
"requires": {
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"is-negative-zero": {
"version": "2.0.2",
"dev": true
},
"is-number": {
"version": "7.0.0"
},
"is-number-object": {
"version": "1.0.6",
"dev": true,
"requires": {
"has-tostringtag": "^1.0.0"
}
},
"is-observable": {
"version": "1.1.0",
"dev": true,
"requires": {
"symbol-observable": "^1.1.0"
}
},
"is-promise": {
"version": "2.2.2",
"dev": true
},
"is-regex": {
"version": "1.1.4",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"has-tostringtag": "^1.0.0"
}
},
"is-relative": {
"version": "1.0.0",
"dev": true,
"requires": {
"is-unc-path": "^1.0.0"
}
},
"is-shared-array-buffer": {
"version": "1.0.1",
"dev": true
},
"is-stream": {
"version": "2.0.1",
"dev": true
},
"is-string": {
"version": "1.0.7",
"dev": true,
"requires": {
"has-tostringtag": "^1.0.0"
}
},
"is-symbol": {
"version": "1.0.4",
"dev": true,
"requires": {
"has-symbols": "^1.0.2"
}
},
"is-unc-path": {
"version": "1.0.0",
"dev": true,
"requires": {
"unc-path-regex": "^0.1.2"
}
},
"is-unicode-supported": {
"version": "0.1.0",
"dev": true
},
"is-upper-case": {
"version": "2.0.2",
"dev": true,
"requires": {
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"is-weakref": {
"version": "1.0.2",
"dev": true,
"requires": {
"call-bind": "^1.0.2"
}
},
"is-windows": {
"version": "1.0.2",
"dev": true
},
"isexe": {
"version": "2.0.0",
"dev": true
},
"isomorphic-fetch": {
"version": "3.0.0",
"requires": {
"node-fetch": "^2.6.1",
"whatwg-fetch": "^3.4.1"
}
},
"isomorphic-ws": {
"version": "4.0.1",
"dev": true,
"requires": {}
},
"iterall": {
"version": "1.3.0",
"dev": true
},
"jest-worker": {
"version": "27.0.0-next.5",
"requires": {
"@types/node": "*",
"merge-stream": "^2.0.0",
"supports-color": "^8.0.0"
},
"dependencies": {
"supports-color": {
"version": "8.1.1",
"requires": {
"has-flag": "^4.0.0"
}
}
}
},
"js-cookie": {
"version": "3.0.1"
},
"js-tokens": {
"version": "4.0.0"
},
"js-yaml": {
"version": "4.1.0",
"dev": true,
"requires": {
"argparse": "^2.0.1"
}
},
"jsesc": {
"version": "2.5.2"
},
"json-buffer": {
"version": "3.0.0",
"dev": true
},
"json-parse-even-better-errors": {
"version": "2.3.1"
},
"json-schema-traverse": {
"version": "0.4.1",
"dev": true
},
"json-stable-stringify": {
"version": "1.0.1",
"dev": true,
"requires": {
"jsonify": "~0.0.0"
}
},
"json-stable-stringify-without-jsonify": {
"version": "1.0.1",
"dev": true
},
"json-to-pretty-yaml": {
"version": "1.2.2",
"dev": true,
"requires": {
"remedial": "^1.0.7",
"remove-trailing-spaces": "^1.0.6"
}
},
"json5": {
"version": "2.2.0",
"requires": {
"minimist": "^1.2.5"
}
},
"jsonify": {
"version": "0.0.0",
"dev": true
},
"jsonwebtoken": {
"version": "8.5.1",
"requires": {
"jws": "^3.2.2",
"lodash.includes": "^4.3.0",
"lodash.isboolean": "^3.0.3",
"lodash.isinteger": "^4.0.4",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.once": "^4.0.0",
"ms": "^2.1.1",
"semver": "^5.6.0"
},
"dependencies": {
"semver": {
"version": "5.7.1"
}
}
},
"jsx-ast-utils": {
"version": "3.2.1",
"dev": true,
"requires": {
"array-includes": "^3.1.3",
"object.assign": "^4.1.2"
}
},
"jwa": {
"version": "1.4.1",
"requires": {
"buffer-equal-constant-time": "1.0.1",
"ecdsa-sig-formatter": "1.0.11",
"safe-buffer": "^5.0.1"
}
},
"jws": {
"version": "3.2.2",
"requires": {
"jwa": "^1.4.1",
"safe-buffer": "^5.0.1"
}
},
"keen-slider": {
"version": "6.6.3"
},
"keyv": {
"version": "3.1.0",
"dev": true,
"requires": {
"json-buffer": "3.0.0"
}
},
"language-subtag-registry": {
"version": "0.3.21",
"dev": true
},
"language-tags": {
"version": "1.0.5",
"dev": true,
"requires": {
"language-subtag-registry": "~0.3.2"
}
},
"latest-version": {
"version": "5.1.0",
"dev": true,
"requires": {
"package-json": "^6.3.0"
}
},
"levn": {
"version": "0.4.1",
"dev": true,
"requires": {
"prelude-ls": "^1.2.1",
"type-check": "~0.4.0"
}
},
"lilconfig": {
"version": "2.0.4"
},
"lines-and-columns": {
"version": "1.2.4"
},
"lint-staged": {
"version": "12.1.7",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",
"colorette": "^2.0.16",
"commander": "^8.3.0",
"debug": "^4.3.3",
"execa": "^5.1.1",
"lilconfig": "2.0.4",
"listr2": "^3.13.5",
"micromatch": "^4.0.4",
"normalize-path": "^3.0.0",
"object-inspect": "^1.11.1",
"string-argv": "^0.3.1",
"supports-color": "^9.2.1",
"yaml": "^1.10.2"
},
"dependencies": {
"colorette": {
"version": "2.0.16",
"dev": true
},
"supports-color": {
"version": "9.2.1",
"dev": true
}
}
},
"listr": {
"version": "0.14.3",
"dev": true,
"requires": {
"@samverschueren/stream-to-observable": "^0.3.0",
"is-observable": "^1.1.0",
"is-promise": "^2.1.0",
"is-stream": "^1.1.0",
"listr-silent-renderer": "^1.1.1",
"listr-update-renderer": "^0.5.0",
"listr-verbose-renderer": "^0.5.0",
"p-map": "^2.0.0",
"rxjs": "^6.3.3"
},
"dependencies": {
"is-stream": {
"version": "1.1.0",
"dev": true
},
"p-map": {
"version": "2.1.0",
"dev": true
},
"rxjs": {
"version": "6.6.7",
"dev": true,
"requires": {
"tslib": "^1.9.0"
}
}
}
},
"listr-silent-renderer": {
"version": "1.1.1",
"dev": true
},
"listr-update-renderer": {
"version": "0.5.0",
"dev": true,
"requires": {
"chalk": "^1.1.3",
"cli-truncate": "^0.2.1",
"elegant-spinner": "^1.0.1",
"figures": "^1.7.0",
"indent-string": "^3.0.0",
"log-symbols": "^1.0.2",
"log-update": "^2.3.0",
"strip-ansi": "^3.0.1"
},
"dependencies": {
"ansi-escapes": {
"version": "3.2.0",
"dev": true
},
"ansi-regex": {
"version": "2.1.1",
"dev": true
},
"ansi-styles": {
"version": "2.2.1",
"dev": true
},
"chalk": {
"version": "1.1.3",
"dev": true,
"requires": {
"ansi-styles": "^2.2.1",
"escape-string-regexp": "^1.0.2",
"has-ansi": "^2.0.0",
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
}
},
"cli-cursor": {
"version": "2.1.0",
"dev": true,
"requires": {
"restore-cursor": "^2.0.0"
}
},
"cli-truncate": {
"version": "0.2.1",
"dev": true,
"requires": {
"slice-ansi": "0.0.4",
"string-width": "^1.0.1"
}
},
"escape-string-regexp": {
"version": "1.0.5",
"dev": true
},
"figures": {
"version": "1.7.0",
"dev": true,
"requires": {
"escape-string-regexp": "^1.0.5",
"object-assign": "^4.1.0"
}
},
"indent-string": {
"version": "3.2.0",
"dev": true
},
"is-fullwidth-code-point": {
"version": "1.0.0",
"dev": true,
"requires": {
"number-is-nan": "^1.0.0"
}
},
"log-symbols": {
"version": "1.0.2",
"dev": true,
"requires": {
"chalk": "^1.0.0"
}
},
"log-update": {
"version": "2.3.0",
"dev": true,
"requires": {
"ansi-escapes": "^3.0.0",
"cli-cursor": "^2.0.0",
"wrap-ansi": "^3.0.1"
}
},
"mimic-fn": {
"version": "1.2.0",
"dev": true
},
"onetime": {
"version": "2.0.1",
"dev": true,
"requires": {
"mimic-fn": "^1.0.0"
}
},
"restore-cursor": {
"version": "2.0.0",
"dev": true,
"requires": {
"onetime": "^2.0.0",
"signal-exit": "^3.0.2"
}
},
"slice-ansi": {
"version": "0.0.4",
"dev": true
},
"string-width": {
"version": "1.0.2",
"dev": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
"strip-ansi": "^3.0.0"
}
},
"strip-ansi": {
"version": "3.0.1",
"dev": true,
"requires": {
"ansi-regex": "^2.0.0"
}
},
"supports-color": {
"version": "2.0.0",
"dev": true
},
"wrap-ansi": {
"version": "3.0.1",
"dev": true,
"requires": {
"string-width": "^2.1.1",
"strip-ansi": "^4.0.0"
},
"dependencies": {
"ansi-regex": {
"version": "3.0.0",
"dev": true
},
"is-fullwidth-code-point": {
"version": "2.0.0",
"dev": true
},
"string-width": {
"version": "2.1.1",
"dev": true,
"requires": {
"is-fullwidth-code-point": "^2.0.0",
"strip-ansi": "^4.0.0"
}
},
"strip-ansi": {
"version": "4.0.0",
"dev": true,
"requires": {
"ansi-regex": "^3.0.0"
}
}
}
}
}
},
"listr-verbose-renderer": {
"version": "0.5.0",
"dev": true,
"requires": {
"chalk": "^2.4.1",
"cli-cursor": "^2.1.0",
"date-fns": "^1.27.2",
"figures": "^2.0.0"
},
"dependencies": {
"ansi-styles": {
"version": "3.2.1",
"dev": true,
"requires": {
"color-convert": "^1.9.0"
}
},
"chalk": {
"version": "2.4.2",
"dev": true,
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
}
},
"cli-cursor": {
"version": "2.1.0",
"dev": true,
"requires": {
"restore-cursor": "^2.0.0"
}
},
"color-convert": {
"version": "1.9.3",
"dev": true,
"requires": {
"color-name": "1.1.3"
}
},
"color-name": {
"version": "1.1.3",
"dev": true
},
"escape-string-regexp": {
"version": "1.0.5",
"dev": true
},
"figures": {
"version": "2.0.0",
"dev": true,
"requires": {
"escape-string-regexp": "^1.0.5"
}
},
"has-flag": {
"version": "3.0.0",
"dev": true
},
"mimic-fn": {
"version": "1.2.0",
"dev": true
},
"onetime": {
"version": "2.0.1",
"dev": true,
"requires": {
"mimic-fn": "^1.0.0"
}
},
"restore-cursor": {
"version": "2.0.0",
"dev": true,
"requires": {
"onetime": "^2.0.0",
"signal-exit": "^3.0.2"
}
},
"supports-color": {
"version": "5.5.0",
"dev": true,
"requires": {
"has-flag": "^3.0.0"
}
}
}
},
"listr2": {
"version": "3.14.0",
"dev": true,
"requires": {
"cli-truncate": "^2.1.0",
"colorette": "^2.0.16",
"log-update": "^4.0.0",
"p-map": "^4.0.0",
"rfdc": "^1.3.0",
"rxjs": "^7.5.1",
"through": "^2.3.8",
"wrap-ansi": "^7.0.0"
},
"dependencies": {
"cli-truncate": {
"version": "2.1.0",
"dev": true,
"requires": {
"slice-ansi": "^3.0.0",
"string-width": "^4.2.0"
}
},
"colorette": {
"version": "2.0.16",
"dev": true
},
"emoji-regex": {
"version": "8.0.0",
"dev": true
},
"is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true
},
"slice-ansi": {
"version": "3.0.0",
"dev": true,
"requires": {
"ansi-styles": "^4.0.0",
"astral-regex": "^2.0.0",
"is-fullwidth-code-point": "^3.0.0"
}
},
"string-width": {
"version": "4.2.3",
"dev": true,
"requires": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
}
}
}
},
"loader-utils": {
"version": "1.2.3",
"requires": {
"big.js": "^5.2.2",
"emojis-list": "^2.0.0",
"json5": "^1.0.1"
},
"dependencies": {
"json5": {
"version": "1.0.1",
"requires": {
"minimist": "^1.2.0"
}
}
}
},
"locate-path": {
"version": "2.0.0",
"dev": true,
"requires": {
"p-locate": "^2.0.0",
"path-exists": "^3.0.0"
}
},
"lodash": {
"version": "4.17.21"
},
"lodash.camelcase": {
"version": "4.3.0"
},
"lodash.clonedeep": {
"version": "4.5.0"
},
"lodash.debounce": {
"version": "4.0.8"
},
"lodash.get": {
"version": "4.4.2",
"dev": true
},
"lodash.includes": {
"version": "4.3.0"
},
"lodash.isboolean": {
"version": "3.0.3"
},
"lodash.isdate": {
"version": "4.0.1"
},
"lodash.isinteger": {
"version": "4.0.4"
},
"lodash.isnumber": {
"version": "3.0.3"
},
"lodash.isplainobject": {
"version": "4.0.6"
},
"lodash.isstring": {
"version": "4.0.1"
},
"lodash.merge": {
"version": "4.6.2",
"dev": true
},
"lodash.once": {
"version": "4.1.1"
},
"lodash.random": {
"version": "3.2.0"
},
"lodash.snakecase": {
"version": "4.1.1"
},
"lodash.throttle": {
"version": "4.1.1"
},
"lodash.uniq": {
"version": "4.5.0"
},
"log-symbols": {
"version": "4.1.0",
"dev": true,
"requires": {
"chalk": "^4.1.0",
"is-unicode-supported": "^0.1.0"
}
},
"log-update": {
"version": "4.0.0",
"dev": true,
"requires": {
"ansi-escapes": "^4.3.0",
"cli-cursor": "^3.1.0",
"slice-ansi": "^4.0.0",
"wrap-ansi": "^6.2.0"
},
"dependencies": {
"emoji-regex": {
"version": "8.0.0",
"dev": true
},
"is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true
},
"slice-ansi": {
"version": "4.0.0",
"dev": true,
"requires": {
"ansi-styles": "^4.0.0",
"astral-regex": "^2.0.0",
"is-fullwidth-code-point": "^3.0.0"
}
},
"string-width": {
"version": "4.2.3",
"dev": true,
"requires": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
}
},
"wrap-ansi": {
"version": "6.2.0",
"dev": true,
"requires": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
}
}
}
},
"loose-envify": {
"version": "1.4.0",
"requires": {
"js-tokens": "^3.0.0 || ^4.0.0"
}
},
"lower-case": {
"version": "2.0.2",
"dev": true,
"requires": {
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"lower-case-first": {
"version": "2.0.2",
"dev": true,
"requires": {
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"lowercase-keys": {
"version": "1.0.1",
"dev": true
},
"lru-cache": {
"version": "5.1.1",
"requires": {
"yallist": "^3.0.2"
}
},
"make-error": {
"version": "1.3.6",
"devOptional": true
},
"map-cache": {
"version": "0.2.2",
"dev": true
},
"matcher": {
"version": "4.0.0",
"requires": {
"escape-string-regexp": "^4.0.0"
}
},
"merge-stream": {
"version": "2.0.0"
},
"merge2": {
"version": "1.4.1"
},
"meros": {
"version": "1.1.4",
"dev": true,
"requires": {}
},
"micromatch": {
"version": "4.0.4",
"requires": {
"braces": "^3.0.1",
"picomatch": "^2.2.3"
}
},
"mime-db": {
"version": "1.51.0"
},
"mime-types": {
"version": "2.1.34",
"requires": {
"mime-db": "1.51.0"
}
},
"mimic-fn": {
"version": "2.1.0",
"dev": true
},
"mimic-response": {
"version": "1.0.1",
"dev": true
},
"minimatch": {
"version": "3.0.4",
"dev": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "1.2.5"
},
"mkdirp": {
"version": "1.0.4",
"dev": true
},
"mrmime": {
"version": "1.0.0",
"dev": true
},
"ms": {
"version": "2.1.2"
},
"mute-stream": {
"version": "0.0.8",
"dev": true
},
"nanoid": {
"version": "3.1.30"
},
"natural-compare": {
"version": "1.4.0",
"dev": true
},
"next": {
"version": "12.0.8",
"requires": {
"@next/env": "12.0.8",
"@next/react-refresh-utils": "12.0.8",
"@next/swc-android-arm64": "12.0.8",
"@next/swc-darwin-arm64": "12.0.8",
"@next/swc-darwin-x64": "12.0.8",
"@next/swc-linux-arm-gnueabihf": "12.0.8",
"@next/swc-linux-arm64-gnu": "12.0.8",
"@next/swc-linux-arm64-musl": "12.0.8",
"@next/swc-linux-x64-gnu": "12.0.8",
"@next/swc-linux-x64-musl": "12.0.8",
"@next/swc-win32-arm64-msvc": "12.0.8",
"@next/swc-win32-ia32-msvc": "12.0.8",
"@next/swc-win32-x64-msvc": "12.0.8",
"caniuse-lite": "^1.0.30001283",
"jest-worker": "27.0.0-next.5",
"node-fetch": "2.6.1",
"postcss": "8.2.15",
"react-is": "17.0.2",
"react-refresh": "0.8.3",
"stream-browserify": "3.0.0",
"styled-jsx": "5.0.0-beta.6",
"use-subscription": "1.5.1"
},
"dependencies": {
"node-fetch": {
"version": "2.6.1"
},
"postcss": {
"version": "8.2.15",
"requires": {
"colorette": "^1.2.2",
"nanoid": "^3.1.23",
"source-map": "^0.6.1"
}
},
"source-map": {
"version": "0.6.1"
}
}
},
"next-commerce": {
"version": "file:site",
"requires": {
"@next/bundle-analyzer": "^12.0.8",
"@react-spring/web": "^9.4.1",
"@types/body-scroll-lock": "^3.1.0",
"@types/js-cookie": "^3.0.1",
"@types/lodash.random": "^3.2.6",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@vercel/commerce": "^0.0.1",
"@vercel/commerce-bigcommerce": "^0.0.1",
"@vercel/commerce-commercejs": "^0.0.1",
"@vercel/commerce-kibocommerce": "^0.0.1",
"@vercel/commerce-local": "^0.0.1",
"@vercel/commerce-ordercloud": "^0.0.1",
"@vercel/commerce-saleor": "^0.0.1",
"@vercel/commerce-shopify": "^0.0.1",
"@vercel/commerce-spree": "^0.0.1",
"@vercel/commerce-swell": "^0.0.1",
"@vercel/commerce-vendure": "^0.0.1",
"autoprefixer": "^10.4.2",
"body-scroll-lock": "^4.0.0-beta.0",
"classnames": "^2.3.1",
"email-validator": "^2.0.4",
"eslint": "^8.6.0",
"eslint-config-next": "^12.0.8",
"eslint-config-prettier": "^8.3.0",
"js-cookie": "^3.0.1",
"keen-slider": "^6.6.3",
"lint-staged": "^12.1.7",
"lodash.random": "^3.2.0",
"lodash.throttle": "^4.1.1",
"next": "^12.0.8",
"next-seo": "^4.28.1",
"next-themes": "^0.0.15",
"postcss": "^8.3.5",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-nesting": "^8.0.1",
"postcss-preset-env": "^7.2.3",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fast-marquee": "^1.3.1",
"react-merge-refs": "^1.1.0",
"react-use-measure": "^2.1.1",
"tabbable": "^5.2.1",
"tailwindcss": "^3.0.13",
"typescript": "4.3.4"
}
},
"next-seo": {
"version": "4.28.1",
"requires": {}
},
"next-themes": {
"version": "0.0.15",
"requires": {}
},
"no-case": {
"version": "3.0.4",
"dev": true,
"requires": {
"lower-case": "^2.0.2",
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"node-domexception": {
"version": "1.0.0",
"dev": true
},
"node-fetch": {
"version": "2.6.6",
"requires": {
"whatwg-url": "^5.0.0"
}
},
"node-int64": {
"version": "0.4.0",
"dev": true
},
"node-releases": {
"version": "2.0.1"
},
"normalize-path": {
"version": "3.0.0"
},
"normalize-range": {
"version": "0.1.2"
},
"normalize-url": {
"version": "4.5.1",
"dev": true
},
"npm-run-path": {
"version": "4.0.1",
"dev": true,
"requires": {
"path-key": "^3.0.0"
}
},
"nullthrows": {
"version": "1.1.1",
"dev": true
},
"number-is-nan": {
"version": "1.0.1",
"dev": true
},
"object-assign": {
"version": "4.1.1"
},
"object-hash": {
"version": "2.2.0"
},
"object-inspect": {
"version": "1.12.0"
},
"object-keys": {
"version": "1.1.1",
"dev": true
},
"object-keys-normalizer": {
"version": "1.0.1",
"requires": {
"lodash.camelcase": "^4.3.0",
"lodash.snakecase": "^4.1.1"
}
},
"object-merge-advanced": {
"version": "12.0.3",
"requires": {
"@babel/runtime": "^7.12.13",
"array-includes-with-glob": "^3.0.6",
"lodash.clonedeep": "^4.5.0",
"lodash.includes": "^4.3.0",
"lodash.isdate": "^4.0.1",
"lodash.isplainobject": "^4.0.6",
"lodash.uniq": "^4.5.0",
"util-nonempty": "^3.0.6"
}
},
"object.assign": {
"version": "4.1.2",
"dev": true,
"requires": {
"call-bind": "^1.0.0",
"define-properties": "^1.1.3",
"has-symbols": "^1.0.1",
"object-keys": "^1.1.1"
}
},
"object.entries": {
"version": "1.1.5",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1"
}
},
"object.fromentries": {
"version": "2.0.5",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1"
}
},
"object.hasown": {
"version": "1.1.0",
"dev": true,
"requires": {
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1"
}
},
"object.values": {
"version": "1.1.5",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1"
}
},
"once": {
"version": "1.4.0",
"dev": true,
"requires": {
"wrappy": "1"
}
},
"onetime": {
"version": "5.1.2",
"dev": true,
"requires": {
"mimic-fn": "^2.1.0"
}
},
"opener": {
"version": "1.5.2",
"dev": true
},
"optionator": {
"version": "0.9.1",
"dev": true,
"requires": {
"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"
}
},
"ora": {
"version": "5.4.1",
"dev": true,
"requires": {
"bl": "^4.1.0",
"chalk": "^4.1.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.5.0",
"is-interactive": "^1.0.0",
"is-unicode-supported": "^0.1.0",
"log-symbols": "^4.1.0",
"strip-ansi": "^6.0.0",
"wcwidth": "^1.0.1"
}
},
"os-tmpdir": {
"version": "1.0.2",
"dev": true
},
"p-cancelable": {
"version": "1.1.0",
"dev": true
},
"p-limit": {
"version": "3.1.0",
"dev": true,
"requires": {
"yocto-queue": "^0.1.0"
}
},
"p-locate": {
"version": "2.0.0",
"dev": true,
"requires": {
"p-limit": "^1.1.0"
},
"dependencies": {
"p-limit": {
"version": "1.3.0",
"dev": true,
"requires": {
"p-try": "^1.0.0"
}
}
}
},
"p-map": {
"version": "4.0.0",
"dev": true,
"requires": {
"aggregate-error": "^3.0.0"
}
},
"p-try": {
"version": "1.0.0",
"dev": true
},
"package-json": {
"version": "6.5.0",
"dev": true,
"requires": {
"got": "^9.6.0",
"registry-auth-token": "^4.0.0",
"registry-url": "^5.0.0",
"semver": "^6.2.0"
},
"dependencies": {
"semver": {
"version": "6.3.0",
"dev": true
}
}
},
"param-case": {
"version": "3.0.4",
"dev": true,
"requires": {
"dot-case": "^3.0.4",
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"parent-module": {
"version": "1.0.1",
"requires": {
"callsites": "^3.0.0"
}
},
"parse-filepath": {
"version": "1.0.2",
"dev": true,
"requires": {
"is-absolute": "^1.0.0",
"map-cache": "^0.2.0",
"path-root": "^0.1.1"
}
},
"parse-json": {
"version": "5.2.0",
"requires": {
"@babel/code-frame": "^7.0.0",
"error-ex": "^1.3.1",
"json-parse-even-better-errors": "^2.3.0",
"lines-and-columns": "^1.1.6"
}
},
"pascal-case": {
"version": "3.1.2",
"dev": true,
"requires": {
"no-case": "^3.0.4",
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"path-case": {
"version": "3.0.4",
"dev": true,
"requires": {
"dot-case": "^3.0.4",
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"path-exists": {
"version": "3.0.0",
"dev": true
},
"path-is-absolute": {
"version": "1.0.1",
"dev": true
},
"path-key": {
"version": "3.1.1",
"dev": true
},
"path-parse": {
"version": "1.0.7"
},
"path-root": {
"version": "0.1.1",
"dev": true,
"requires": {
"path-root-regex": "^0.1.0"
}
},
"path-root-regex": {
"version": "0.1.2",
"dev": true
},
"path-type": {
"version": "4.0.0"
},
"picocolors": {
"version": "1.0.0"
},
"picomatch": {
"version": "2.3.1"
},
"postcss": {
"version": "8.4.5",
"requires": {
"nanoid": "^3.1.30",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.1"
}
},
"postcss-attribute-case-insensitive": {
"version": "5.0.0",
"dev": true,
"requires": {
"postcss-selector-parser": "^6.0.2"
}
},
"postcss-color-functional-notation": {
"version": "4.2.1",
"dev": true,
"requires": {
"postcss-value-parser": "^4.2.0"
}
},
"postcss-color-hex-alpha": {
"version": "8.0.2",
"dev": true,
"requires": {
"postcss-value-parser": "^4.2.0"
}
},
"postcss-color-rebeccapurple": {
"version": "7.0.2",
"dev": true,
"requires": {
"postcss-value-parser": "^4.2.0"
}
},
"postcss-custom-media": {
"version": "8.0.0",
"dev": true,
"requires": {}
},
"postcss-custom-properties": {
"version": "12.1.2",
"dev": true,
"requires": {
"postcss-value-parser": "^4.2.0"
}
},
"postcss-custom-selectors": {
"version": "6.0.0",
"dev": true,
"requires": {
"postcss-selector-parser": "^6.0.4"
}
},
"postcss-dir-pseudo-class": {
"version": "6.0.3",
"dev": true,
"requires": {
"postcss-selector-parser": "^6.0.8"
}
},
"postcss-double-position-gradients": {
"version": "3.0.4",
"dev": true,
"requires": {
"postcss-value-parser": "^4.2.0"
}
},
"postcss-env-function": {
"version": "4.0.4",
"dev": true,
"requires": {
"postcss-value-parser": "^4.2.0"
}
},
"postcss-flexbugs-fixes": {
"version": "5.0.2",
"dev": true,
"requires": {}
},
"postcss-focus-visible": {
"version": "6.0.3",
"dev": true,
"requires": {
"postcss-selector-parser": "^6.0.8"
}
},
"postcss-focus-within": {
"version": "5.0.3",
"dev": true,
"requires": {
"postcss-selector-parser": "^6.0.8"
}
},
"postcss-font-variant": {
"version": "5.0.0",
"dev": true,
"requires": {}
},
"postcss-gap-properties": {
"version": "3.0.2",
"dev": true,
"requires": {}
},
"postcss-image-set-function": {
"version": "4.0.4",
"dev": true,
"requires": {
"postcss-value-parser": "^4.2.0"
}
},
"postcss-initial": {
"version": "4.0.1",
"dev": true,
"requires": {}
},
"postcss-js": {
"version": "4.0.0",
"requires": {
"camelcase-css": "^2.0.1"
}
},
"postcss-lab-function": {
"version": "4.0.3",
"dev": true,
"requires": {
"postcss-value-parser": "^4.2.0"
}
},
"postcss-load-config": {
"version": "3.1.1",
"requires": {
"lilconfig": "^2.0.4",
"yaml": "^1.10.2"
}
},
"postcss-logical": {
"version": "5.0.3",
"dev": true,
"requires": {}
},
"postcss-media-minmax": {
"version": "5.0.0",
"dev": true,
"requires": {}
},
"postcss-nested": {
"version": "5.0.6",
"requires": {
"postcss-selector-parser": "^6.0.6"
}
},
"postcss-nesting": {
"version": "8.0.1",
"requires": {}
},
"postcss-overflow-shorthand": {
"version": "3.0.2",
"dev": true,
"requires": {}
},
"postcss-page-break": {
"version": "3.0.4",
"dev": true,
"requires": {}
},
"postcss-place": {
"version": "7.0.3",
"dev": true,
"requires": {
"postcss-value-parser": "^4.2.0"
}
},
"postcss-preset-env": {
"version": "7.2.3",
"dev": true,
"requires": {
"autoprefixer": "^10.4.2",
"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001299",
"css-blank-pseudo": "^3.0.2",
"css-has-pseudo": "^3.0.3",
"css-prefers-color-scheme": "^6.0.2",
"cssdb": "^5.0.0",
"postcss-attribute-case-insensitive": "^5.0.0",
"postcss-color-functional-notation": "^4.2.1",
"postcss-color-hex-alpha": "^8.0.2",
"postcss-color-rebeccapurple": "^7.0.2",
"postcss-custom-media": "^8.0.0",
"postcss-custom-properties": "^12.1.2",
"postcss-custom-selectors": "^6.0.0",
"postcss-dir-pseudo-class": "^6.0.3",
"postcss-double-position-gradients": "^3.0.4",
"postcss-env-function": "^4.0.4",
"postcss-focus-visible": "^6.0.3",
"postcss-focus-within": "^5.0.3",
"postcss-font-variant": "^5.0.0",
"postcss-gap-properties": "^3.0.2",
"postcss-image-set-function": "^4.0.4",
"postcss-initial": "^4.0.1",
"postcss-lab-function": "^4.0.3",
"postcss-logical": "^5.0.3",
"postcss-media-minmax": "^5.0.0",
"postcss-nesting": "^10.1.2",
"postcss-overflow-shorthand": "^3.0.2",
"postcss-page-break": "^3.0.4",
"postcss-place": "^7.0.3",
"postcss-pseudo-class-any-link": "^7.0.2",
"postcss-replace-overflow-wrap": "^4.0.0",
"postcss-selector-not": "^5.0.0"
},
"dependencies": {
"postcss-nesting": {
"version": "10.1.2",
"dev": true,
"requires": {
"postcss-selector-parser": "^6.0.8"
}
}
}
},
"postcss-pseudo-class-any-link": {
"version": "7.0.2",
"dev": true,
"requires": {
"postcss-selector-parser": "^6.0.8"
}
},
"postcss-replace-overflow-wrap": {
"version": "4.0.0",
"dev": true,
"requires": {}
},
"postcss-selector-not": {
"version": "5.0.0",
"dev": true,
"requires": {
"balanced-match": "^1.0.0"
}
},
"postcss-selector-parser": {
"version": "6.0.8",
"requires": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
}
},
"postcss-value-parser": {
"version": "4.2.0"
},
"prelude-ls": {
"version": "1.2.1",
"dev": true
},
"prepend-http": {
"version": "2.0.0",
"dev": true
},
"prettier": {
"version": "2.5.1",
"dev": true
},
"progress": {
"version": "2.0.3",
"dev": true
},
"promise": {
"version": "7.3.1",
"dev": true,
"requires": {
"asap": "~2.0.3"
}
},
"prop-types": {
"version": "15.8.1",
"dev": true,
"requires": {
"loose-envify": "^1.4.0",
"object-assign": "^4.1.1",
"react-is": "^16.13.1"
},
"dependencies": {
"react-is": {
"version": "16.13.1",
"dev": true
}
}
},
"pump": {
"version": "3.0.0",
"dev": true,
"requires": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
}
},
"punycode": {
"version": "2.1.1",
"dev": true
},
"qs": {
"version": "6.10.3",
"requires": {
"side-channel": "^1.0.4"
}
},
"queue-microtask": {
"version": "1.2.3"
},
"quick-lru": {
"version": "5.1.1"
},
"rc": {
"version": "1.2.8",
"dev": true,
"requires": {
"deep-extend": "^0.6.0",
"ini": "~1.3.0",
"minimist": "^1.2.0",
"strip-json-comments": "~2.0.1"
},
"dependencies": {
"strip-json-comments": {
"version": "2.0.1",
"dev": true
}
}
},
"react": {
"version": "17.0.2",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"
}
},
"react-dom": {
"version": "17.0.2",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"scheduler": "^0.20.2"
}
},
"react-fast-marquee": {
"version": "1.3.1",
"requires": {}
},
"react-is": {
"version": "17.0.2"
},
"react-merge-refs": {
"version": "1.1.0"
},
"react-refresh": {
"version": "0.8.3"
},
"react-use-measure": {
"version": "2.1.1",
"requires": {
"debounce": "^1.2.1"
}
},
"readable-stream": {
"version": "3.6.0",
"requires": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
}
},
"readdirp": {
"version": "3.6.0",
"requires": {
"picomatch": "^2.2.1"
}
},
"regenerator-runtime": {
"version": "0.13.9"
},
"regexp.prototype.flags": {
"version": "1.3.1",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
}
},
"regexpp": {
"version": "3.2.0",
"dev": true
},
"registry-auth-token": {
"version": "4.2.1",
"dev": true,
"requires": {
"rc": "^1.2.8"
}
},
"registry-url": {
"version": "5.1.0",
"dev": true,
"requires": {
"rc": "^1.2.8"
}
},
"relay-compiler": {
"version": "12.0.0",
"dev": true,
"requires": {
"@babel/core": "^7.14.0",
"@babel/generator": "^7.14.0",
"@babel/parser": "^7.14.0",
"@babel/runtime": "^7.0.0",
"@babel/traverse": "^7.14.0",
"@babel/types": "^7.0.0",
"babel-preset-fbjs": "^3.4.0",
"chalk": "^4.0.0",
"fb-watchman": "^2.0.0",
"fbjs": "^3.0.0",
"glob": "^7.1.1",
"immutable": "~3.7.6",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1",
"relay-runtime": "12.0.0",
"signedsource": "^1.0.0",
"yargs": "^15.3.1"
},
"dependencies": {
"cliui": {
"version": "6.0.0",
"dev": true,
"requires": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"wrap-ansi": "^6.2.0"
}
},
"emoji-regex": {
"version": "8.0.0",
"dev": true
},
"find-up": {
"version": "4.1.0",
"dev": true,
"requires": {
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
}
},
"is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true
},
"locate-path": {
"version": "5.0.0",
"dev": true,
"requires": {
"p-locate": "^4.1.0"
}
},
"p-limit": {
"version": "2.3.0",
"dev": true,
"requires": {
"p-try": "^2.0.0"
}
},
"p-locate": {
"version": "4.1.0",
"dev": true,
"requires": {
"p-limit": "^2.2.0"
}
},
"p-try": {
"version": "2.2.0",
"dev": true
},
"path-exists": {
"version": "4.0.0",
"dev": true
},
"string-width": {
"version": "4.2.3",
"dev": true,
"requires": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
}
},
"wrap-ansi": {
"version": "6.2.0",
"dev": true,
"requires": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
}
},
"y18n": {
"version": "4.0.3",
"dev": true
},
"yargs": {
"version": "15.4.1",
"dev": true,
"requires": {
"cliui": "^6.0.0",
"decamelize": "^1.2.0",
"find-up": "^4.1.0",
"get-caller-file": "^2.0.1",
"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.2"
}
},
"yargs-parser": {
"version": "18.1.3",
"dev": true,
"requires": {
"camelcase": "^5.0.0",
"decamelize": "^1.2.0"
}
}
}
},
"relay-runtime": {
"version": "12.0.0",
"dev": true,
"requires": {
"@babel/runtime": "^7.0.0",
"fbjs": "^3.0.0",
"invariant": "^2.2.4"
}
},
"remedial": {
"version": "1.0.8",
"dev": true
},
"remove-trailing-separator": {
"version": "1.1.0",
"dev": true
},
"remove-trailing-spaces": {
"version": "1.0.8",
"dev": true
},
"replaceall": {
"version": "0.1.6",
"dev": true
},
"require-directory": {
"version": "2.1.1",
"dev": true
},
"require-main-filename": {
"version": "2.0.0",
"dev": true
},
"resolve": {
"version": "1.21.0",
"requires": {
"is-core-module": "^2.8.0",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
}
},
"resolve-from": {
"version": "5.0.0"
},
"responselike": {
"version": "1.0.2",
"dev": true,
"requires": {
"lowercase-keys": "^1.0.0"
}
},
"restore-cursor": {
"version": "3.1.0",
"dev": true,
"requires": {
"onetime": "^5.1.0",
"signal-exit": "^3.0.2"
}
},
"retry": {
"version": "0.13.1"
},
"reusify": {
"version": "1.0.4"
},
"rfdc": {
"version": "1.3.0",
"dev": true
},
"rimraf": {
"version": "3.0.2",
"dev": true,
"requires": {
"glob": "^7.1.3"
}
},
"run-async": {
"version": "2.4.1",
"dev": true
},
"run-parallel": {
"version": "1.2.0",
"requires": {
"queue-microtask": "^1.2.2"
}
},
"rxjs": {
"version": "7.5.2",
"dev": true,
"requires": {
"tslib": "^2.1.0"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"safe-buffer": {
"version": "5.2.1"
},
"safer-buffer": {
"version": "2.1.2",
"dev": true
},
"scheduler": {
"version": "0.20.2",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"
}
},
"scuid": {
"version": "1.1.0",
"dev": true
},
"semver": {
"version": "7.3.5",
"dev": true,
"requires": {
"lru-cache": "^6.0.0"
},
"dependencies": {
"lru-cache": {
"version": "6.0.0",
"dev": true,
"requires": {
"yallist": "^4.0.0"
}
},
"yallist": {
"version": "4.0.0",
"dev": true
}
}
},
"sentence-case": {
"version": "3.0.4",
"dev": true,
"requires": {
"no-case": "^3.0.4",
"tslib": "^2.0.3",
"upper-case-first": "^2.0.2"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"set-blocking": {
"version": "2.0.0",
"dev": true
},
"setimmediate": {
"version": "1.0.5",
"dev": true
},
"shebang-command": {
"version": "2.0.0",
"dev": true,
"requires": {
"shebang-regex": "^3.0.0"
}
},
"shebang-regex": {
"version": "3.0.0",
"dev": true
},
"side-channel": {
"version": "1.0.4",
"requires": {
"call-bind": "^1.0.0",
"get-intrinsic": "^1.0.2",
"object-inspect": "^1.9.0"
}
},
"signal-exit": {
"version": "3.0.6",
"dev": true
},
"signedsource": {
"version": "1.0.0",
"dev": true
},
"sirv": {
"version": "1.0.19",
"dev": true,
"requires": {
"@polka/url": "^1.0.0-next.20",
"mrmime": "^1.0.0",
"totalist": "^1.0.0"
}
},
"slash": {
"version": "3.0.0",
"dev": true
},
"slice-ansi": {
"version": "5.0.0",
"dev": true,
"requires": {
"ansi-styles": "^6.0.0",
"is-fullwidth-code-point": "^4.0.0"
},
"dependencies": {
"ansi-styles": {
"version": "6.1.0",
"dev": true
}
}
},
"snake-case": {
"version": "3.0.4",
"dev": true,
"requires": {
"dot-case": "^3.0.4",
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"source-map": {
"version": "0.5.7"
},
"source-map-js": {
"version": "1.0.1"
},
"source-map-support": {
"version": "0.5.21",
"devOptional": true,
"requires": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
},
"dependencies": {
"source-map": {
"version": "0.6.1",
"devOptional": true
}
}
},
"sponge-case": {
"version": "1.0.1",
"dev": true,
"requires": {
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"stream-browserify": {
"version": "3.0.0",
"requires": {
"inherits": "~2.0.4",
"readable-stream": "^3.5.0"
}
},
"string_decoder": {
"version": "1.3.0",
"requires": {
"safe-buffer": "~5.2.0"
}
},
"string-argv": {
"version": "0.3.1",
"dev": true
},
"string-env-interpolation": {
"version": "1.0.1",
"dev": true
},
"string-hash": {
"version": "1.1.3"
},
"string-width": {
"version": "5.1.0",
"dev": true,
"requires": {
"eastasianwidth": "^0.2.0",
"emoji-regex": "^9.2.2",
"strip-ansi": "^7.0.1"
},
"dependencies": {
"ansi-regex": {
"version": "6.0.1",
"dev": true
},
"strip-ansi": {
"version": "7.0.1",
"dev": true,
"requires": {
"ansi-regex": "^6.0.1"
}
}
}
},
"string.prototype.matchall": {
"version": "4.0.6",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.1",
"get-intrinsic": "^1.1.1",
"has-symbols": "^1.0.2",
"internal-slot": "^1.0.3",
"regexp.prototype.flags": "^1.3.1",
"side-channel": "^1.0.4"
}
},
"string.prototype.trimend": {
"version": "1.0.4",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
}
},
"string.prototype.trimstart": {
"version": "1.0.4",
"dev": true,
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
}
},
"strip-ansi": {
"version": "6.0.1",
"dev": true,
"requires": {
"ansi-regex": "^5.0.1"
}
},
"strip-bom": {
"version": "3.0.0",
"dev": true
},
"strip-final-newline": {
"version": "2.0.0",
"dev": true
},
"strip-json-comments": {
"version": "3.1.1",
"dev": true
},
"stripe": {
"version": "8.197.0",
"requires": {
"@types/node": ">=8.1.0",
"qs": "^6.6.0"
}
},
"styled-jsx": {
"version": "5.0.0-beta.6",
"requires": {
"@babel/plugin-syntax-jsx": "7.14.5",
"@babel/types": "7.15.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"
},
"dependencies": {
"@babel/plugin-syntax-jsx": {
"version": "7.14.5",
"requires": {
"@babel/helper-plugin-utils": "^7.14.5"
}
},
"@babel/types": {
"version": "7.15.0",
"requires": {
"@babel/helper-validator-identifier": "^7.14.9",
"to-fast-properties": "^2.0.0"
}
},
"convert-source-map": {
"version": "1.7.0",
"requires": {
"safe-buffer": "~5.1.1"
}
},
"safe-buffer": {
"version": "5.1.2"
},
"source-map": {
"version": "0.7.3"
}
}
},
"stylis": {
"version": "3.5.4"
},
"stylis-rule-sheet": {
"version": "0.0.10",
"requires": {}
},
"subscriptions-transport-ws": {
"version": "0.11.0",
"dev": true,
"requires": {
"backo2": "^1.0.2",
"eventemitter3": "^3.1.0",
"iterall": "^1.2.1",
"symbol-observable": "^1.0.4",
"ws": "^5.2.0 || ^6.0.0 || ^7.0.0"
}
},
"supports-color": {
"version": "7.2.0",
"requires": {
"has-flag": "^4.0.0"
}
},
"supports-preserve-symlinks-flag": {
"version": "1.0.0"
},
"swap-case": {
"version": "2.0.2",
"dev": true,
"requires": {
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"swell-js": {
"version": "4.0.0-next.0",
"requires": {
"@babel/runtime": "7.4.5",
"deepmerge": "4.2.2",
"isomorphic-fetch": "3.0.0",
"lodash": "4.17.21",
"object-keys-normalizer": "1.0.1",
"object-merge-advanced": "12.0.3",
"qs": "6.7.0"
},
"dependencies": {
"@babel/runtime": {
"version": "7.4.5",
"requires": {
"regenerator-runtime": "^0.13.2"
}
},
"qs": {
"version": "6.7.0"
}
}
},
"swr": {
"version": "1.1.2",
"requires": {}
},
"symbol-observable": {
"version": "1.2.0",
"dev": true
},
"sync-fetch": {
"version": "0.3.1",
"dev": true,
"requires": {
"buffer": "^5.7.0",
"node-fetch": "^2.6.1"
},
"dependencies": {
"buffer": {
"version": "5.7.1",
"dev": true,
"requires": {
"base64-js": "^1.3.1",
"ieee754": "^1.1.13"
}
}
}
},
"tabbable": {
"version": "5.2.1"
},
"tailwindcss": {
"version": "3.0.15",
"requires": {
"arg": "^5.0.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"color-name": "^1.1.4",
"cosmiconfig": "^7.0.1",
"detective": "^5.2.0",
"didyoumean": "^1.2.2",
"dlv": "^1.1.3",
"fast-glob": "^3.2.7",
"glob-parent": "^6.0.2",
"is-glob": "^4.0.3",
"normalize-path": "^3.0.0",
"object-hash": "^2.2.0",
"postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.0",
"postcss-nested": "5.0.6",
"postcss-selector-parser": "^6.0.8",
"postcss-value-parser": "^4.2.0",
"quick-lru": "^5.1.1",
"resolve": "^1.21.0"
},
"dependencies": {
"glob-parent": {
"version": "6.0.2",
"requires": {
"is-glob": "^4.0.3"
}
}
}
},
"text-table": {
"version": "0.2.0",
"dev": true
},
"through": {
"version": "2.3.8",
"dev": true
},
"title-case": {
"version": "3.0.3",
"dev": true,
"requires": {
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"tmp": {
"version": "0.0.33",
"dev": true,
"requires": {
"os-tmpdir": "~1.0.2"
}
},
"to-fast-properties": {
"version": "2.0.0"
},
"to-readable-stream": {
"version": "1.0.0",
"dev": true
},
"to-regex-range": {
"version": "5.0.1",
"requires": {
"is-number": "^7.0.0"
}
},
"totalist": {
"version": "1.1.0",
"dev": true
},
"tr46": {
"version": "0.0.3"
},
"ts-log": {
"version": "2.2.4",
"dev": true
},
"ts-node": {
"version": "9.1.1",
"devOptional": true,
"requires": {
"arg": "^4.1.0",
"create-require": "^1.1.0",
"diff": "^4.0.1",
"make-error": "^1.1.1",
"source-map-support": "^0.5.17",
"yn": "3.1.1"
},
"dependencies": {
"arg": {
"version": "4.1.3",
"devOptional": true
}
}
},
"tsconfig-paths": {
"version": "3.12.0",
"dev": true,
"requires": {
"@types/json5": "^0.0.29",
"json5": "^1.0.1",
"minimist": "^1.2.0",
"strip-bom": "^3.0.0"
},
"dependencies": {
"json5": {
"version": "1.0.1",
"dev": true,
"requires": {
"minimist": "^1.2.0"
}
}
}
},
"tslib": {
"version": "1.14.1",
"dev": true
},
"tsutils": {
"version": "3.21.0",
"dev": true,
"requires": {
"tslib": "^1.8.1"
}
},
"turbo": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo/-/turbo-1.0.28.tgz",
"integrity": "sha512-5xmyVabNYqA0sCAU4VLdUS2A6GwIyy8FTszB/Fx4eNHwHudQwo00F2qORcDFwBHE4MqtnRoBFhL3ZJzo8c9A2w==",
"dev": true,
"requires": {
"turbo-darwin-64": "1.0.28",
"turbo-darwin-arm64": "1.0.28",
"turbo-freebsd-64": "1.0.28",
"turbo-freebsd-arm64": "1.0.28",
"turbo-linux-32": "1.0.28",
"turbo-linux-64": "1.0.28",
"turbo-linux-arm": "1.0.28",
"turbo-linux-arm64": "1.0.28",
"turbo-linux-mips64le": "1.0.28",
"turbo-linux-ppc64le": "1.0.28",
"turbo-windows-32": "1.0.28",
"turbo-windows-64": "1.0.28"
}
},
"turbo-darwin-64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-darwin-64/-/turbo-darwin-64-1.0.28.tgz",
"integrity": "sha512-uvARrncW6HNTFi7PFe4sq4JqSOKs1vPgWjJjOEyVhsCFwBgYkXxYsJSdDfO8OhvJa3wv+eYFAK5RaUCk80Z8eg==",
"dev": true,
"optional": true
},
"turbo-darwin-arm64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-darwin-arm64/-/turbo-darwin-arm64-1.0.28.tgz",
"integrity": "sha512-d/ANU+RIq4Fx/MphkqFThvwOpb+NYDuR+07aV5w8cwI7ljw7hPAe3EW3CSlkPJhvjs6P/oh+F86jhh1Q581mVA==",
"dev": true,
"optional": true
},
"turbo-freebsd-64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-freebsd-64/-/turbo-freebsd-64-1.0.28.tgz",
"integrity": "sha512-JMJWftuWhJan+Momc39vbbwaLYEcMpYyBxIrumyIrIkQVaiSKs/6oEFzh1YA+KE16kAgzTPJPXFDkmsY3idAQg==",
"dev": true,
"optional": true
},
"turbo-freebsd-arm64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-freebsd-arm64/-/turbo-freebsd-arm64-1.0.28.tgz",
"integrity": "sha512-fGJNE8qJUhosaIK5sGBheeve9y074FLWv8KfYuXMyV/6+dxpNV60HoAFvw8tL3q8TNp47pU6x8e8h+u1/rn1wQ==",
"dev": true,
"optional": true
},
"turbo-linux-32": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-linux-32/-/turbo-linux-32-1.0.28.tgz",
"integrity": "sha512-fE0qIExxYuVFo5WlVWY0DJ1YZ/w+EC9RheT9nc1tU2EK83XPE1CZFW4lFIsWsXnIy9337zUeNDFVoVxOxCBSUQ==",
"dev": true,
"optional": true
},
"turbo-linux-64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-linux-64/-/turbo-linux-64-1.0.28.tgz",
"integrity": "sha512-e+f/O1MlcKCMhJf10q1x+1KSImHwuFUW2+A6DbLk+ekBUW5RELC2qF7hGypCzcpm8xIqtj5A0kP3blFy60AMxw==",
"dev": true,
"optional": true
},
"turbo-linux-arm": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-linux-arm/-/turbo-linux-arm-1.0.28.tgz",
"integrity": "sha512-PbB/RzN4W9M6sNZTvcjmc3PZ2S4CeFyQv/53tSs82pIlwM7NKVJzxVC0j3xCtoqoDDgXoJBhCpPV7MUEjCARQg==",
"dev": true,
"optional": true
},
"turbo-linux-arm64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-linux-arm64/-/turbo-linux-arm64-1.0.28.tgz",
"integrity": "sha512-zN0nQClxp4nP4edinbdTd/9CpPjgNPsULc8LgunuJD+B9A0NRcRP5NCDo8/6ctTWs456sE3UhUF3t2b+uEgDzw==",
"dev": true,
"optional": true
},
"turbo-linux-mips64le": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-linux-mips64le/-/turbo-linux-mips64le-1.0.28.tgz",
"integrity": "sha512-7LKmFS9M+AKW5slTHLz00Y4ovZh2CpjgMUkNNC6qtJB8YyWwXwoU0U7Yz28q3+rNVkcEiqWWx4l1Tj1AotTlaA==",
"dev": true,
"optional": true
},
"turbo-linux-ppc64le": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-linux-ppc64le/-/turbo-linux-ppc64le-1.0.28.tgz",
"integrity": "sha512-R382Op75XxcIiY1pWPnVnefxOeVbrVAeABIHLL1hKetbu9UPNzKAnQKqJYGzKIdTRKtPh5CQuErEFzs/Ky2ZgA==",
"dev": true,
"optional": true
},
"turbo-windows-32": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-windows-32/-/turbo-windows-32-1.0.28.tgz",
"integrity": "sha512-SjDgimlD5TMvkrFRtsJb4uVP7T44gwr0HqiIpAuWj1m5d8Pz/OisOoUkM/ISPKqVycIU5JF8wx0+CTnxC7YNhQ==",
"dev": true,
"optional": true
},
"turbo-windows-64": {
"version": "1.0.28",
"resolved": "https://registry.npmjs.org/turbo-windows-64/-/turbo-windows-64-1.0.28.tgz",
"integrity": "sha512-nT7bgcdl/9QNGBiwCYwTQ2VszcsqJ4NqT4YkE954KFZYxgSwMjjVTdoXcsnXMHpWiMiYfFF7HZLecUNnDm1uUA==",
"dev": true,
"optional": true
},
"type-check": {
"version": "0.4.0",
"dev": true,
"requires": {
"prelude-ls": "^1.2.1"
}
},
"type-fest": {
"version": "0.20.2",
"dev": true
},
"typescript": {
"version": "4.3.4",
"devOptional": true
},
"ua-parser-js": {
"version": "0.7.31",
"dev": true
},
"unbox-primitive": {
"version": "1.0.1",
"dev": true,
"requires": {
"function-bind": "^1.1.1",
"has-bigints": "^1.0.1",
"has-symbols": "^1.0.2",
"which-boxed-primitive": "^1.0.2"
}
},
"unc-path-regex": {
"version": "0.1.2",
"dev": true
},
"undici": {
"version": "4.12.2",
"dev": true
},
"unixify": {
"version": "1.0.0",
"dev": true,
"requires": {
"normalize-path": "^2.1.1"
},
"dependencies": {
"normalize-path": {
"version": "2.1.1",
"dev": true,
"requires": {
"remove-trailing-separator": "^1.0.1"
}
}
}
},
"upper-case": {
"version": "2.0.2",
"dev": true,
"requires": {
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"upper-case-first": {
"version": "2.0.2",
"dev": true,
"requires": {
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"dev": true
}
}
},
"uri-js": {
"version": "4.4.1",
"dev": true,
"requires": {
"punycode": "^2.1.0"
}
},
"url-parse-lax": {
"version": "3.0.0",
"dev": true,
"requires": {
"prepend-http": "^2.0.0"
}
},
"use-subscription": {
"version": "1.5.1",
"requires": {
"object-assign": "^4.1.1"
}
},
"util-deprecate": {
"version": "1.0.2"
},
"util-nonempty": {
"version": "3.1.0",
"requires": {
"@babel/runtime": "^7.14.0",
"lodash.isplainobject": "^4.0.6"
}
},
"uuid": {
"version": "8.3.2"
},
"uuidv4": {
"version": "6.2.12",
"requires": {
"@types/uuid": "8.3.1",
"uuid": "8.3.2"
}
},
"v8-compile-cache": {
"version": "2.3.0",
"dev": true
},
"valid-url": {
"version": "1.0.9",
"dev": true
},
"value-or-promise": {
"version": "1.0.11",
"dev": true
},
"wcwidth": {
"version": "1.0.1",
"dev": true,
"requires": {
"defaults": "^1.0.3"
}
},
"web-streams-polyfill": {
"version": "3.2.0",
"dev": true
},
"webidl-conversions": {
"version": "3.0.1"
},
"webpack-bundle-analyzer": {
"version": "4.3.0",
"dev": true,
"requires": {
"acorn": "^8.0.4",
"acorn-walk": "^8.0.0",
"chalk": "^4.1.0",
"commander": "^6.2.0",
"gzip-size": "^6.0.0",
"lodash": "^4.17.20",
"opener": "^1.5.2",
"sirv": "^1.0.7",
"ws": "^7.3.1"
},
"dependencies": {
"acorn": {
"version": "8.7.0",
"dev": true
},
"acorn-walk": {
"version": "8.2.0",
"dev": true
},
"commander": {
"version": "6.2.1",
"dev": true
}
}
},
"whatwg-fetch": {
"version": "3.6.2"
},
"whatwg-url": {
"version": "5.0.0",
"requires": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
},
"which": {
"version": "2.0.2",
"dev": true,
"requires": {
"isexe": "^2.0.0"
}
},
"which-boxed-primitive": {
"version": "1.0.2",
"dev": true,
"requires": {
"is-bigint": "^1.0.1",
"is-boolean-object": "^1.1.0",
"is-number-object": "^1.0.4",
"is-string": "^1.0.5",
"is-symbol": "^1.0.3"
}
},
"which-module": {
"version": "2.0.0",
"dev": true
},
"word-wrap": {
"version": "1.2.3",
"dev": true
},
"wrap-ansi": {
"version": "7.0.0",
"dev": true,
"requires": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"dependencies": {
"emoji-regex": {
"version": "8.0.0",
"dev": true
},
"is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true
},
"string-width": {
"version": "4.2.3",
"dev": true,
"requires": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
}
}
}
},
"wrappy": {
"version": "1.0.2",
"dev": true
},
"ws": {
"version": "7.4.5",
"dev": true,
"requires": {}
},
"xtend": {
"version": "4.0.2"
},
"y18n": {
"version": "5.0.8",
"dev": true
},
"yallist": {
"version": "3.1.1"
},
"yaml": {
"version": "1.10.2"
},
"yaml-ast-parser": {
"version": "0.0.43",
"dev": true
},
"yargs": {
"version": "17.3.1",
"dev": true,
"requires": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.3",
"y18n": "^5.0.5",
"yargs-parser": "^21.0.0"
},
"dependencies": {
"emoji-regex": {
"version": "8.0.0",
"dev": true
},
"is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true
},
"string-width": {
"version": "4.2.3",
"dev": true,
"requires": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
}
}
}
},
"yargs-parser": {
"version": "21.0.0",
"dev": true
},
"yn": {
"version": "3.1.1",
"devOptional": true
},
"yocto-queue": {
"version": "0.1.0",
"dev": true
}
}
}