{
	"name": "@hamworks/terms-block",
	"version": "2.1.0",
	"lockfileVersion": 2,
	"requires": true,
	"packages": {
		"": {
			"name": "@hamworks/terms-block",
			"version": "2.1.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@wordpress/block-editor": "^12.9.0",
				"@wordpress/blocks": "^12.18.0",
				"@wordpress/components": "^25.7.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/env": "^8.7.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/icons": "^9.32.0",
				"@wordpress/rich-text": "^6.18.0",
				"@wordpress/server-side-render": "^4.18.0",
				"lodash": "^4.17.21"
			},
			"devDependencies": {
				"@wordpress/browserslist-config": "5.24.0",
				"@wordpress/scripts": "^26.12.0",
				"husky": "^8.0.3",
				"lint-staged": "^14.0.1",
				"prettier": "npm:wp-prettier@^2.8.5"
			}
		},
		"node_modules/@aashutoshrathi/word-wrap": {
			"version": "1.2.6",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/@ampproject/remapping": {
			"version": "2.2.1",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"@jridgewell/gen-mapping": "^0.3.0",
				"@jridgewell/trace-mapping": "^0.3.9"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@ariakit/core": {
			"version": "0.2.9",
			"license": "MIT"
		},
		"node_modules/@ariakit/react": {
			"version": "0.2.17",
			"license": "MIT",
			"dependencies": {
				"@ariakit/react-core": "0.2.17"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/ariakit"
			},
			"peerDependencies": {
				"react": "^17.0.0 || ^18.0.0",
				"react-dom": "^17.0.0 || ^18.0.0"
			}
		},
		"node_modules/@ariakit/react-core": {
			"version": "0.2.17",
			"license": "MIT",
			"dependencies": {
				"@ariakit/core": "0.2.9",
				"@floating-ui/dom": "^1.0.0",
				"use-sync-external-store": "^1.2.0"
			},
			"peerDependencies": {
				"react": "^17.0.0 || ^18.0.0",
				"react-dom": "^17.0.0 || ^18.0.0"
			}
		},
		"node_modules/@babel/code-frame": {
			"version": "7.22.13",
			"license": "MIT",
			"dependencies": {
				"@babel/highlight": "^7.22.13",
				"chalk": "^2.4.2"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/code-frame/node_modules/ansi-styles": {
			"version": "3.2.1",
			"license": "MIT",
			"dependencies": {
				"color-convert": "^1.9.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/@babel/code-frame/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/code-frame/node_modules/color-convert": {
			"version": "1.9.3",
			"license": "MIT",
			"dependencies": {
				"color-name": "1.1.3"
			}
		},
		"node_modules/@babel/code-frame/node_modules/color-name": {
			"version": "1.1.3",
			"license": "MIT"
		},
		"node_modules/@babel/code-frame/node_modules/escape-string-regexp": {
			"version": "1.0.5",
			"license": "MIT",
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/@babel/code-frame/node_modules/has-flag": {
			"version": "3.0.0",
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/@babel/code-frame/node_modules/supports-color": {
			"version": "5.5.0",
			"license": "MIT",
			"dependencies": {
				"has-flag": "^3.0.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/@babel/compat-data": {
			"version": "7.22.9",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/core": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@ampproject/remapping": "^2.2.0",
				"@babel/code-frame": "^7.22.13",
				"@babel/generator": "^7.22.15",
				"@babel/helper-compilation-targets": "^7.22.15",
				"@babel/helper-module-transforms": "^7.22.15",
				"@babel/helpers": "^7.22.15",
				"@babel/parser": "^7.22.15",
				"@babel/template": "^7.22.15",
				"@babel/traverse": "^7.22.15",
				"@babel/types": "^7.22.15",
				"convert-source-map": "^1.7.0",
				"debug": "^4.1.0",
				"gensync": "^1.0.0-beta.2",
				"json5": "^2.2.3",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/babel"
			}
		},
		"node_modules/@babel/eslint-parser": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
				"eslint-visitor-keys": "^2.1.0",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": "^10.13.0 || ^12.13.0 || >=14.0.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.11.0",
				"eslint": "^7.5.0 || ^8.0.0"
			}
		},
		"node_modules/@babel/generator": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.22.15",
				"@jridgewell/gen-mapping": "^0.3.2",
				"@jridgewell/trace-mapping": "^0.3.17",
				"jsesc": "^2.5.1"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-annotate-as-pure": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.22.15"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-compilation-targets": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/compat-data": "^7.22.9",
				"@babel/helper-validator-option": "^7.22.15",
				"browserslist": "^4.21.9",
				"lru-cache": "^5.1.1",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-create-class-features-plugin": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-function-name": "^7.22.5",
				"@babel/helper-member-expression-to-functions": "^7.22.15",
				"@babel/helper-optimise-call-expression": "^7.22.5",
				"@babel/helper-replace-supers": "^7.22.9",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
				"@babel/helper-split-export-declaration": "^7.22.6",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-create-regexp-features-plugin": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"regexpu-core": "^5.3.1",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-define-polyfill-provider": {
			"version": "0.4.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-compilation-targets": "^7.22.6",
				"@babel/helper-plugin-utils": "^7.22.5",
				"debug": "^4.1.1",
				"lodash.debounce": "^4.0.8",
				"resolve": "^1.14.2"
			},
			"peerDependencies": {
				"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
			}
		},
		"node_modules/@babel/helper-environment-visitor": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-function-name": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/template": "^7.22.5",
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-hoist-variables": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-member-expression-to-functions": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.22.15"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-module-imports": {
			"version": "7.22.15",
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.22.15"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-module-transforms": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-module-imports": "^7.22.15",
				"@babel/helper-simple-access": "^7.22.5",
				"@babel/helper-split-export-declaration": "^7.22.6",
				"@babel/helper-validator-identifier": "^7.22.15"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-optimise-call-expression": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-plugin-utils": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-remap-async-to-generator": {
			"version": "7.22.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-wrap-function": "^7.22.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-replace-supers": {
			"version": "7.22.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-member-expression-to-functions": "^7.22.5",
				"@babel/helper-optimise-call-expression": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-simple-access": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-split-export-declaration": {
			"version": "7.22.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-string-parser": {
			"version": "7.22.5",
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-validator-identifier": {
			"version": "7.22.15",
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-validator-option": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-wrap-function": {
			"version": "7.22.10",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-function-name": "^7.22.5",
				"@babel/template": "^7.22.5",
				"@babel/types": "^7.22.10"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helpers": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/template": "^7.22.15",
				"@babel/traverse": "^7.22.15",
				"@babel/types": "^7.22.15"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/highlight": {
			"version": "7.22.13",
			"license": "MIT",
			"dependencies": {
				"@babel/helper-validator-identifier": "^7.22.5",
				"chalk": "^2.4.2",
				"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.22.15",
			"dev": true,
			"license": "MIT",
			"bin": {
				"parser": "bin/babel-parser.js"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
				"@babel/plugin-transform-optional-chaining": "^7.22.15"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.13.0"
			}
		},
		"node_modules/@babel/plugin-proposal-private-property-in-object": {
			"version": "7.21.0-placeholder-for-preset-env.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-async-generators": {
			"version": "7.8.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.8.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-bigint": {
			"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-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-class-static-block": {
			"version": "7.14.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.14.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-dynamic-import": {
			"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-syntax-export-namespace-from": {
			"version": "7.8.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.8.3"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-import-assertions": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-import-attributes": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-import-meta": {
			"version": "7.10.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.10.4"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-json-strings": {
			"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-syntax-jsx": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-logical-assignment-operators": {
			"version": "7.10.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.10.4"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
			"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-syntax-numeric-separator": {
			"version": "7.10.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.10.4"
			},
			"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-syntax-optional-catch-binding": {
			"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-syntax-optional-chaining": {
			"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-syntax-private-property-in-object": {
			"version": "7.14.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.14.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-top-level-await": {
			"version": "7.14.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.14.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-typescript": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-unicode-sets-regex": {
			"version": "7.18.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.18.6",
				"@babel/helper-plugin-utils": "^7.18.6"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-transform-arrow-functions": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-async-generator-functions": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-remap-async-to-generator": "^7.22.9",
				"@babel/plugin-syntax-async-generators": "^7.8.4"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-async-to-generator": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-imports": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-remap-async-to-generator": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-block-scoped-functions": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-block-scoping": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-class-properties": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-class-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-class-static-block": {
			"version": "7.22.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-class-features-plugin": "^7.22.11",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-class-static-block": "^7.14.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.12.0"
			}
		},
		"node_modules/@babel/plugin-transform-classes": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-compilation-targets": "^7.22.15",
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-function-name": "^7.22.5",
				"@babel/helper-optimise-call-expression": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-replace-supers": "^7.22.9",
				"@babel/helper-split-export-declaration": "^7.22.6",
				"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.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/template": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-destructuring": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-dotall-regex": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-duplicate-keys": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-dynamic-import": {
			"version": "7.22.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-dynamic-import": "^7.8.3"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-exponentiation-operator": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-export-namespace-from": {
			"version": "7.22.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-for-of": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-function-name": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-compilation-targets": "^7.22.5",
				"@babel/helper-function-name": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-json-strings": {
			"version": "7.22.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-json-strings": "^7.8.3"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-literals": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-logical-assignment-operators": {
			"version": "7.22.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-member-expression-literals": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-modules-amd": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-transforms": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-modules-commonjs": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-transforms": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-simple-access": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-modules-systemjs": {
			"version": "7.22.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-hoist-variables": "^7.22.5",
				"@babel/helper-module-transforms": "^7.22.9",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-validator-identifier": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-modules-umd": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-transforms": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-transform-new-target": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
			"version": "7.22.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-numeric-separator": {
			"version": "7.22.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-numeric-separator": "^7.10.4"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-object-rest-spread": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/compat-data": "^7.22.9",
				"@babel/helper-compilation-targets": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
				"@babel/plugin-transform-parameters": "^7.22.15"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-object-super": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-replace-supers": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-optional-catch-binding": {
			"version": "7.22.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-optional-chaining": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
				"@babel/plugin-syntax-optional-chaining": "^7.8.3"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-parameters": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-private-methods": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-class-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-private-property-in-object": {
			"version": "7.22.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-create-class-features-plugin": "^7.22.11",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-property-literals": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-constant-elements": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-display-name": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-jsx": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-module-imports": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-jsx": "^7.22.5",
				"@babel/types": "^7.22.15"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-jsx-development": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/plugin-transform-react-jsx": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-pure-annotations": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-regenerator": {
			"version": "7.22.10",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"regenerator-transform": "^0.15.2"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-reserved-words": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-runtime": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-imports": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"babel-plugin-polyfill-corejs2": "^0.4.5",
				"babel-plugin-polyfill-corejs3": "^0.8.3",
				"babel-plugin-polyfill-regenerator": "^0.5.2",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-shorthand-properties": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-spread": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-sticky-regex": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-template-literals": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-typeof-symbol": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-typescript": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-create-class-features-plugin": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-typescript": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-unicode-escapes": {
			"version": "7.22.10",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-unicode-property-regex": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-unicode-regex": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-unicode-sets-regex": {
			"version": "7.22.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/preset-env": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/compat-data": "^7.22.9",
				"@babel/helper-compilation-targets": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-validator-option": "^7.22.15",
				"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.15",
				"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.15",
				"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
				"@babel/plugin-syntax-async-generators": "^7.8.4",
				"@babel/plugin-syntax-class-properties": "^7.12.13",
				"@babel/plugin-syntax-class-static-block": "^7.14.5",
				"@babel/plugin-syntax-dynamic-import": "^7.8.3",
				"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
				"@babel/plugin-syntax-import-assertions": "^7.22.5",
				"@babel/plugin-syntax-import-attributes": "^7.22.5",
				"@babel/plugin-syntax-import-meta": "^7.10.4",
				"@babel/plugin-syntax-json-strings": "^7.8.3",
				"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
				"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
				"@babel/plugin-syntax-numeric-separator": "^7.10.4",
				"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
				"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
				"@babel/plugin-syntax-optional-chaining": "^7.8.3",
				"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
				"@babel/plugin-syntax-top-level-await": "^7.14.5",
				"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
				"@babel/plugin-transform-arrow-functions": "^7.22.5",
				"@babel/plugin-transform-async-generator-functions": "^7.22.15",
				"@babel/plugin-transform-async-to-generator": "^7.22.5",
				"@babel/plugin-transform-block-scoped-functions": "^7.22.5",
				"@babel/plugin-transform-block-scoping": "^7.22.15",
				"@babel/plugin-transform-class-properties": "^7.22.5",
				"@babel/plugin-transform-class-static-block": "^7.22.11",
				"@babel/plugin-transform-classes": "^7.22.15",
				"@babel/plugin-transform-computed-properties": "^7.22.5",
				"@babel/plugin-transform-destructuring": "^7.22.15",
				"@babel/plugin-transform-dotall-regex": "^7.22.5",
				"@babel/plugin-transform-duplicate-keys": "^7.22.5",
				"@babel/plugin-transform-dynamic-import": "^7.22.11",
				"@babel/plugin-transform-exponentiation-operator": "^7.22.5",
				"@babel/plugin-transform-export-namespace-from": "^7.22.11",
				"@babel/plugin-transform-for-of": "^7.22.15",
				"@babel/plugin-transform-function-name": "^7.22.5",
				"@babel/plugin-transform-json-strings": "^7.22.11",
				"@babel/plugin-transform-literals": "^7.22.5",
				"@babel/plugin-transform-logical-assignment-operators": "^7.22.11",
				"@babel/plugin-transform-member-expression-literals": "^7.22.5",
				"@babel/plugin-transform-modules-amd": "^7.22.5",
				"@babel/plugin-transform-modules-commonjs": "^7.22.15",
				"@babel/plugin-transform-modules-systemjs": "^7.22.11",
				"@babel/plugin-transform-modules-umd": "^7.22.5",
				"@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
				"@babel/plugin-transform-new-target": "^7.22.5",
				"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
				"@babel/plugin-transform-numeric-separator": "^7.22.11",
				"@babel/plugin-transform-object-rest-spread": "^7.22.15",
				"@babel/plugin-transform-object-super": "^7.22.5",
				"@babel/plugin-transform-optional-catch-binding": "^7.22.11",
				"@babel/plugin-transform-optional-chaining": "^7.22.15",
				"@babel/plugin-transform-parameters": "^7.22.15",
				"@babel/plugin-transform-private-methods": "^7.22.5",
				"@babel/plugin-transform-private-property-in-object": "^7.22.11",
				"@babel/plugin-transform-property-literals": "^7.22.5",
				"@babel/plugin-transform-regenerator": "^7.22.10",
				"@babel/plugin-transform-reserved-words": "^7.22.5",
				"@babel/plugin-transform-shorthand-properties": "^7.22.5",
				"@babel/plugin-transform-spread": "^7.22.5",
				"@babel/plugin-transform-sticky-regex": "^7.22.5",
				"@babel/plugin-transform-template-literals": "^7.22.5",
				"@babel/plugin-transform-typeof-symbol": "^7.22.5",
				"@babel/plugin-transform-unicode-escapes": "^7.22.10",
				"@babel/plugin-transform-unicode-property-regex": "^7.22.5",
				"@babel/plugin-transform-unicode-regex": "^7.22.5",
				"@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
				"@babel/preset-modules": "0.1.6-no-external-plugins",
				"@babel/types": "^7.22.15",
				"babel-plugin-polyfill-corejs2": "^0.4.5",
				"babel-plugin-polyfill-corejs3": "^0.8.3",
				"babel-plugin-polyfill-regenerator": "^0.5.2",
				"core-js-compat": "^3.31.0",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/preset-modules": {
			"version": "0.1.6-no-external-plugins",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.0.0",
				"@babel/types": "^7.4.4",
				"esutils": "^2.0.2"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
			}
		},
		"node_modules/@babel/preset-react": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-validator-option": "^7.22.15",
				"@babel/plugin-transform-react-display-name": "^7.22.5",
				"@babel/plugin-transform-react-jsx": "^7.22.15",
				"@babel/plugin-transform-react-jsx-development": "^7.22.5",
				"@babel/plugin-transform-react-pure-annotations": "^7.22.5"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/preset-typescript": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-validator-option": "^7.22.15",
				"@babel/plugin-syntax-jsx": "^7.22.5",
				"@babel/plugin-transform-modules-commonjs": "^7.22.15",
				"@babel/plugin-transform-typescript": "^7.22.15"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/regjsgen": {
			"version": "0.8.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@babel/runtime": {
			"version": "7.22.15",
			"license": "MIT",
			"dependencies": {
				"regenerator-runtime": "^0.14.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/template": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/code-frame": "^7.22.13",
				"@babel/parser": "^7.22.15",
				"@babel/types": "^7.22.15"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/traverse": {
			"version": "7.22.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/code-frame": "^7.22.13",
				"@babel/generator": "^7.22.15",
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-function-name": "^7.22.5",
				"@babel/helper-hoist-variables": "^7.22.5",
				"@babel/helper-split-export-declaration": "^7.22.6",
				"@babel/parser": "^7.22.15",
				"@babel/types": "^7.22.15",
				"debug": "^4.1.0",
				"globals": "^11.1.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/types": {
			"version": "7.22.15",
			"license": "MIT",
			"dependencies": {
				"@babel/helper-string-parser": "^7.22.5",
				"@babel/helper-validator-identifier": "^7.22.15",
				"to-fast-properties": "^2.0.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@bcoe/v8-coverage": {
			"version": "0.2.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@csstools/selector-specificity": {
			"version": "2.2.0",
			"dev": true,
			"license": "CC0-1.0",
			"engines": {
				"node": "^14 || ^16 || >=18"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/csstools"
			},
			"peerDependencies": {
				"postcss-selector-parser": "^6.0.10"
			}
		},
		"node_modules/@discoveryjs/json-ext": {
			"version": "0.5.7",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"node_modules/@emotion/babel-plugin": {
			"version": "11.11.0",
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-imports": "^7.16.7",
				"@babel/runtime": "^7.18.3",
				"@emotion/hash": "^0.9.1",
				"@emotion/memoize": "^0.8.1",
				"@emotion/serialize": "^1.1.2",
				"babel-plugin-macros": "^3.1.0",
				"convert-source-map": "^1.5.0",
				"escape-string-regexp": "^4.0.0",
				"find-root": "^1.1.0",
				"source-map": "^0.5.7",
				"stylis": "4.2.0"
			}
		},
		"node_modules/@emotion/cache": {
			"version": "11.11.0",
			"license": "MIT",
			"dependencies": {
				"@emotion/memoize": "^0.8.1",
				"@emotion/sheet": "^1.2.2",
				"@emotion/utils": "^1.2.1",
				"@emotion/weak-memoize": "^0.3.1",
				"stylis": "4.2.0"
			}
		},
		"node_modules/@emotion/css": {
			"version": "11.11.2",
			"license": "MIT",
			"dependencies": {
				"@emotion/babel-plugin": "^11.11.0",
				"@emotion/cache": "^11.11.0",
				"@emotion/serialize": "^1.1.2",
				"@emotion/sheet": "^1.2.2",
				"@emotion/utils": "^1.2.1"
			}
		},
		"node_modules/@emotion/hash": {
			"version": "0.9.1",
			"license": "MIT"
		},
		"node_modules/@emotion/is-prop-valid": {
			"version": "1.2.1",
			"license": "MIT",
			"dependencies": {
				"@emotion/memoize": "^0.8.1"
			}
		},
		"node_modules/@emotion/memoize": {
			"version": "0.8.1",
			"license": "MIT"
		},
		"node_modules/@emotion/react": {
			"version": "11.11.1",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.18.3",
				"@emotion/babel-plugin": "^11.11.0",
				"@emotion/cache": "^11.11.0",
				"@emotion/serialize": "^1.1.2",
				"@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
				"@emotion/utils": "^1.2.1",
				"@emotion/weak-memoize": "^0.3.1",
				"hoist-non-react-statics": "^3.3.1"
			},
			"peerDependencies": {
				"react": ">=16.8.0"
			},
			"peerDependenciesMeta": {
				"@types/react": {
					"optional": true
				}
			}
		},
		"node_modules/@emotion/serialize": {
			"version": "1.1.2",
			"license": "MIT",
			"dependencies": {
				"@emotion/hash": "^0.9.1",
				"@emotion/memoize": "^0.8.1",
				"@emotion/unitless": "^0.8.1",
				"@emotion/utils": "^1.2.1",
				"csstype": "^3.0.2"
			}
		},
		"node_modules/@emotion/sheet": {
			"version": "1.2.2",
			"license": "MIT"
		},
		"node_modules/@emotion/styled": {
			"version": "11.11.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.18.3",
				"@emotion/babel-plugin": "^11.11.0",
				"@emotion/is-prop-valid": "^1.2.1",
				"@emotion/serialize": "^1.1.2",
				"@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
				"@emotion/utils": "^1.2.1"
			},
			"peerDependencies": {
				"@emotion/react": "^11.0.0-rc.0",
				"react": ">=16.8.0"
			},
			"peerDependenciesMeta": {
				"@types/react": {
					"optional": true
				}
			}
		},
		"node_modules/@emotion/unitless": {
			"version": "0.8.1",
			"license": "MIT"
		},
		"node_modules/@emotion/use-insertion-effect-with-fallbacks": {
			"version": "1.0.1",
			"license": "MIT",
			"peerDependencies": {
				"react": ">=16.8.0"
			}
		},
		"node_modules/@emotion/utils": {
			"version": "1.2.1",
			"license": "MIT"
		},
		"node_modules/@emotion/weak-memoize": {
			"version": "0.3.1",
			"license": "MIT"
		},
		"node_modules/@es-joy/jsdoccomment": {
			"version": "0.40.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"comment-parser": "1.4.0",
				"esquery": "^1.5.0",
				"jsdoc-type-pratt-parser": "~4.0.0"
			},
			"engines": {
				"node": ">=16"
			}
		},
		"node_modules/@eslint-community/eslint-utils": {
			"version": "4.4.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"eslint-visitor-keys": "^3.3.0"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"peerDependencies": {
				"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
			}
		},
		"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
			"version": "3.4.3",
			"dev": true,
			"license": "Apache-2.0",
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/@eslint-community/regexpp": {
			"version": "4.8.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
			}
		},
		"node_modules/@eslint/eslintrc": {
			"version": "2.1.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ajv": "^6.12.4",
				"debug": "^4.3.2",
				"espree": "^9.6.0",
				"globals": "^13.19.0",
				"ignore": "^5.2.0",
				"import-fresh": "^3.2.1",
				"js-yaml": "^4.1.0",
				"minimatch": "^3.1.2",
				"strip-json-comments": "^3.1.1"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/@eslint/eslintrc/node_modules/argparse": {
			"version": "2.0.1",
			"dev": true,
			"license": "Python-2.0"
		},
		"node_modules/@eslint/eslintrc/node_modules/globals": {
			"version": "13.21.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"type-fest": "^0.20.2"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/@eslint/eslintrc/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/@eslint/eslintrc/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/@eslint/js": {
			"version": "8.48.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			}
		},
		"node_modules/@floating-ui/core": {
			"version": "1.4.1",
			"license": "MIT",
			"dependencies": {
				"@floating-ui/utils": "^0.1.1"
			}
		},
		"node_modules/@floating-ui/dom": {
			"version": "1.5.1",
			"license": "MIT",
			"dependencies": {
				"@floating-ui/core": "^1.4.1",
				"@floating-ui/utils": "^0.1.1"
			}
		},
		"node_modules/@floating-ui/react-dom": {
			"version": "2.0.2",
			"license": "MIT",
			"dependencies": {
				"@floating-ui/dom": "^1.5.1"
			},
			"peerDependencies": {
				"react": ">=16.8.0",
				"react-dom": ">=16.8.0"
			}
		},
		"node_modules/@floating-ui/utils": {
			"version": "0.1.1",
			"license": "MIT"
		},
		"node_modules/@hapi/hoek": {
			"version": "9.3.0",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"node_modules/@hapi/topo": {
			"version": "5.1.0",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"@hapi/hoek": "^9.0.0"
			}
		},
		"node_modules/@humanwhocodes/config-array": {
			"version": "0.11.11",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"@humanwhocodes/object-schema": "^1.2.1",
				"debug": "^4.1.1",
				"minimatch": "^3.0.5"
			},
			"engines": {
				"node": ">=10.10.0"
			}
		},
		"node_modules/@humanwhocodes/module-importer": {
			"version": "1.0.1",
			"dev": true,
			"license": "Apache-2.0",
			"engines": {
				"node": ">=12.22"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/nzakas"
			}
		},
		"node_modules/@humanwhocodes/object-schema": {
			"version": "1.2.1",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"node_modules/@istanbuljs/load-nyc-config": {
			"version": "1.1.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"camelcase": "^5.3.1",
				"find-up": "^4.1.0",
				"get-package-type": "^0.1.0",
				"js-yaml": "^3.13.1",
				"resolve-from": "^5.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
			"version": "5.3.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/@istanbuljs/load-nyc-config/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/@istanbuljs/load-nyc-config/node_modules/locate-path": {
			"version": "5.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"p-locate": "^4.1.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@istanbuljs/load-nyc-config/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/@istanbuljs/load-nyc-config/node_modules/p-locate": {
			"version": "4.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"p-limit": "^2.2.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@istanbuljs/schema": {
			"version": "0.1.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@jest/console": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"jest-message-util": "^29.6.3",
				"jest-util": "^29.6.3",
				"slash": "^3.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/core": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/console": "^29.6.4",
				"@jest/reporters": "^29.6.4",
				"@jest/test-result": "^29.6.4",
				"@jest/transform": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"ansi-escapes": "^4.2.1",
				"chalk": "^4.0.0",
				"ci-info": "^3.2.0",
				"exit": "^0.1.2",
				"graceful-fs": "^4.2.9",
				"jest-changed-files": "^29.6.3",
				"jest-config": "^29.6.4",
				"jest-haste-map": "^29.6.4",
				"jest-message-util": "^29.6.3",
				"jest-regex-util": "^29.6.3",
				"jest-resolve": "^29.6.4",
				"jest-resolve-dependencies": "^29.6.4",
				"jest-runner": "^29.6.4",
				"jest-runtime": "^29.6.4",
				"jest-snapshot": "^29.6.4",
				"jest-util": "^29.6.3",
				"jest-validate": "^29.6.3",
				"jest-watcher": "^29.6.4",
				"micromatch": "^4.0.4",
				"pretty-format": "^29.6.3",
				"slash": "^3.0.0",
				"strip-ansi": "^6.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
			},
			"peerDependenciesMeta": {
				"node-notifier": {
					"optional": true
				}
			}
		},
		"node_modules/@jest/environment": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/fake-timers": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"jest-mock": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/expect": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"expect": "^29.6.4",
				"jest-snapshot": "^29.6.4"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/expect-utils": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"jest-get-type": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/fake-timers": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@sinonjs/fake-timers": "^10.0.2",
				"@types/node": "*",
				"jest-message-util": "^29.6.3",
				"jest-mock": "^29.6.3",
				"jest-util": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/globals": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/environment": "^29.6.4",
				"@jest/expect": "^29.6.4",
				"@jest/types": "^29.6.3",
				"jest-mock": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/reporters": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@bcoe/v8-coverage": "^0.2.3",
				"@jest/console": "^29.6.4",
				"@jest/test-result": "^29.6.4",
				"@jest/transform": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@jridgewell/trace-mapping": "^0.3.18",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"collect-v8-coverage": "^1.0.0",
				"exit": "^0.1.2",
				"glob": "^7.1.3",
				"graceful-fs": "^4.2.9",
				"istanbul-lib-coverage": "^3.0.0",
				"istanbul-lib-instrument": "^6.0.0",
				"istanbul-lib-report": "^3.0.0",
				"istanbul-lib-source-maps": "^4.0.0",
				"istanbul-reports": "^3.1.3",
				"jest-message-util": "^29.6.3",
				"jest-util": "^29.6.3",
				"jest-worker": "^29.6.4",
				"slash": "^3.0.0",
				"string-length": "^4.0.1",
				"strip-ansi": "^6.0.0",
				"v8-to-istanbul": "^9.0.1"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
			},
			"peerDependenciesMeta": {
				"node-notifier": {
					"optional": true
				}
			}
		},
		"node_modules/@jest/reporters/node_modules/istanbul-lib-instrument": {
			"version": "6.0.0",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"@babel/core": "^7.12.3",
				"@babel/parser": "^7.14.7",
				"@istanbuljs/schema": "^0.1.2",
				"istanbul-lib-coverage": "^3.2.0",
				"semver": "^7.5.4"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@jest/reporters/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@jest/reporters/node_modules/semver": {
			"version": "7.5.4",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@jest/reporters/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/@jest/schemas": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@sinclair/typebox": "^0.27.8"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/source-map": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jridgewell/trace-mapping": "^0.3.18",
				"callsites": "^3.0.0",
				"graceful-fs": "^4.2.9"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/test-result": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/console": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/istanbul-lib-coverage": "^2.0.0",
				"collect-v8-coverage": "^1.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/test-sequencer": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/test-result": "^29.6.4",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.6.4",
				"slash": "^3.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/transform": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/core": "^7.11.6",
				"@jest/types": "^29.6.3",
				"@jridgewell/trace-mapping": "^0.3.18",
				"babel-plugin-istanbul": "^6.1.1",
				"chalk": "^4.0.0",
				"convert-source-map": "^2.0.0",
				"fast-json-stable-stringify": "^2.1.0",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.6.4",
				"jest-regex-util": "^29.6.3",
				"jest-util": "^29.6.3",
				"micromatch": "^4.0.4",
				"pirates": "^4.0.4",
				"slash": "^3.0.0",
				"write-file-atomic": "^4.0.2"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/transform/node_modules/convert-source-map": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@jest/types": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/schemas": "^29.6.3",
				"@types/istanbul-lib-coverage": "^2.0.0",
				"@types/istanbul-reports": "^3.0.0",
				"@types/node": "*",
				"@types/yargs": "^17.0.8",
				"chalk": "^4.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jridgewell/gen-mapping": {
			"version": "0.3.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jridgewell/set-array": "^1.0.1",
				"@jridgewell/sourcemap-codec": "^1.4.10",
				"@jridgewell/trace-mapping": "^0.3.9"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@jridgewell/resolve-uri": {
			"version": "3.1.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@jridgewell/set-array": {
			"version": "1.1.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@jridgewell/source-map": {
			"version": "0.3.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jridgewell/gen-mapping": "^0.3.0",
				"@jridgewell/trace-mapping": "^0.3.9"
			}
		},
		"node_modules/@jridgewell/sourcemap-codec": {
			"version": "1.4.15",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@jridgewell/trace-mapping": {
			"version": "0.3.19",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jridgewell/resolve-uri": "^3.1.0",
				"@jridgewell/sourcemap-codec": "^1.4.14"
			}
		},
		"node_modules/@kwsites/file-exists": {
			"version": "1.1.1",
			"license": "MIT",
			"dependencies": {
				"debug": "^4.1.1"
			}
		},
		"node_modules/@kwsites/promise-deferred": {
			"version": "1.1.1",
			"license": "MIT"
		},
		"node_modules/@leichtgewicht/ip-codec": {
			"version": "2.0.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
			"version": "5.1.1-v1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"eslint-scope": "5.1.1"
			}
		},
		"node_modules/@nodelib/fs.scandir": {
			"version": "2.1.5",
			"dev": true,
			"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",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/@nodelib/fs.walk": {
			"version": "1.2.8",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@nodelib/fs.scandir": "2.1.5",
				"fastq": "^1.6.0"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/@pmmmwh/react-refresh-webpack-plugin": {
			"version": "0.5.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ansi-html-community": "^0.0.8",
				"common-path-prefix": "^3.0.0",
				"core-js-pure": "^3.23.3",
				"error-stack-parser": "^2.0.6",
				"find-up": "^5.0.0",
				"html-entities": "^2.1.0",
				"loader-utils": "^2.0.4",
				"schema-utils": "^3.0.0",
				"source-map": "^0.7.3"
			},
			"engines": {
				"node": ">= 10.13"
			},
			"peerDependencies": {
				"@types/webpack": "4.x || 5.x",
				"react-refresh": ">=0.10.0 <1.0.0",
				"sockjs-client": "^1.4.0",
				"type-fest": ">=0.17.0 <5.0.0",
				"webpack": ">=4.43.0 <6.0.0",
				"webpack-dev-server": "3.x || 4.x",
				"webpack-hot-middleware": "2.x",
				"webpack-plugin-serve": "0.x || 1.x"
			},
			"peerDependenciesMeta": {
				"@types/webpack": {
					"optional": true
				},
				"sockjs-client": {
					"optional": true
				},
				"type-fest": {
					"optional": true
				},
				"webpack-dev-server": {
					"optional": true
				},
				"webpack-hot-middleware": {
					"optional": true
				},
				"webpack-plugin-serve": {
					"optional": true
				}
			}
		},
		"node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/source-map": {
			"version": "0.7.4",
			"dev": true,
			"license": "BSD-3-Clause",
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/@polka/url": {
			"version": "1.0.0-next.21",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@popperjs/core": {
			"version": "2.11.8",
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/popperjs"
			}
		},
		"node_modules/@radix-ui/primitive": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10"
			}
		},
		"node_modules/@radix-ui/react-arrow": {
			"version": "1.0.2",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-primitive": "1.0.2"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-collection": {
			"version": "1.0.2",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-context": "1.0.0",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-slot": "1.0.1"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-compose-refs": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-context": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-dialog": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/primitive": "1.0.0",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-context": "1.0.0",
				"@radix-ui/react-dismissable-layer": "1.0.0",
				"@radix-ui/react-focus-guards": "1.0.0",
				"@radix-ui/react-focus-scope": "1.0.0",
				"@radix-ui/react-id": "1.0.0",
				"@radix-ui/react-portal": "1.0.0",
				"@radix-ui/react-presence": "1.0.0",
				"@radix-ui/react-primitive": "1.0.0",
				"@radix-ui/react-slot": "1.0.0",
				"@radix-ui/react-use-controllable-state": "1.0.0",
				"aria-hidden": "^1.1.1",
				"react-remove-scroll": "2.5.4"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-dismissable-layer": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/primitive": "1.0.0",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-primitive": "1.0.0",
				"@radix-ui/react-use-callback-ref": "1.0.0",
				"@radix-ui/react-use-escape-keydown": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-focus-scope": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-primitive": "1.0.0",
				"@radix-ui/react-use-callback-ref": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-portal": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-primitive": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-primitive": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-slot": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-compose-refs": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-use-escape-keydown": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-use-callback-ref": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll": {
			"version": "2.5.4",
			"license": "MIT",
			"dependencies": {
				"react-remove-scroll-bar": "^2.3.3",
				"react-style-singleton": "^2.2.1",
				"tslib": "^2.1.0",
				"use-callback-ref": "^1.3.0",
				"use-sidecar": "^1.1.2"
			},
			"engines": {
				"node": ">=10"
			},
			"peerDependencies": {
				"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
			},
			"peerDependenciesMeta": {
				"@types/react": {
					"optional": true
				}
			}
		},
		"node_modules/@radix-ui/react-direction": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-dismissable-layer": {
			"version": "1.0.3",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/primitive": "1.0.0",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-use-callback-ref": "1.0.0",
				"@radix-ui/react-use-escape-keydown": "1.0.2"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-dropdown-menu": {
			"version": "2.0.4",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/primitive": "1.0.0",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-context": "1.0.0",
				"@radix-ui/react-id": "1.0.0",
				"@radix-ui/react-menu": "2.0.4",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-use-controllable-state": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-focus-guards": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-focus-scope": {
			"version": "1.0.2",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-use-callback-ref": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-id": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-use-layout-effect": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-menu": {
			"version": "2.0.4",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/primitive": "1.0.0",
				"@radix-ui/react-collection": "1.0.2",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-context": "1.0.0",
				"@radix-ui/react-direction": "1.0.0",
				"@radix-ui/react-dismissable-layer": "1.0.3",
				"@radix-ui/react-focus-guards": "1.0.0",
				"@radix-ui/react-focus-scope": "1.0.2",
				"@radix-ui/react-id": "1.0.0",
				"@radix-ui/react-popper": "1.1.1",
				"@radix-ui/react-portal": "1.0.2",
				"@radix-ui/react-presence": "1.0.0",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-roving-focus": "1.0.3",
				"@radix-ui/react-slot": "1.0.1",
				"@radix-ui/react-use-callback-ref": "1.0.0",
				"aria-hidden": "^1.1.1",
				"react-remove-scroll": "2.5.5"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-popper": {
			"version": "1.1.1",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@floating-ui/react-dom": "0.7.2",
				"@radix-ui/react-arrow": "1.0.2",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-context": "1.0.0",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-use-callback-ref": "1.0.0",
				"@radix-ui/react-use-layout-effect": "1.0.0",
				"@radix-ui/react-use-rect": "1.0.0",
				"@radix-ui/react-use-size": "1.0.0",
				"@radix-ui/rect": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-popper/node_modules/@floating-ui/core": {
			"version": "0.7.3",
			"license": "MIT"
		},
		"node_modules/@radix-ui/react-popper/node_modules/@floating-ui/dom": {
			"version": "0.5.4",
			"license": "MIT",
			"dependencies": {
				"@floating-ui/core": "^0.7.3"
			}
		},
		"node_modules/@radix-ui/react-popper/node_modules/@floating-ui/react-dom": {
			"version": "0.7.2",
			"license": "MIT",
			"dependencies": {
				"@floating-ui/dom": "^0.5.3",
				"use-isomorphic-layout-effect": "^1.1.1"
			},
			"peerDependencies": {
				"react": ">=16.8.0",
				"react-dom": ">=16.8.0"
			}
		},
		"node_modules/@radix-ui/react-portal": {
			"version": "1.0.2",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-primitive": "1.0.2"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-presence": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-use-layout-effect": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-primitive": {
			"version": "1.0.2",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-slot": "1.0.1"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-roving-focus": {
			"version": "1.0.3",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/primitive": "1.0.0",
				"@radix-ui/react-collection": "1.0.2",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-context": "1.0.0",
				"@radix-ui/react-direction": "1.0.0",
				"@radix-ui/react-id": "1.0.0",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-use-callback-ref": "1.0.0",
				"@radix-ui/react-use-controllable-state": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0",
				"react-dom": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-slot": {
			"version": "1.0.1",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-compose-refs": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-use-callback-ref": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-use-controllable-state": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-use-callback-ref": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-use-escape-keydown": {
			"version": "1.0.2",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-use-callback-ref": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-use-layout-effect": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-use-rect": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/rect": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/react-use-size": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-use-layout-effect": "1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8 || ^17.0 || ^18.0"
			}
		},
		"node_modules/@radix-ui/rect": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.13.10"
			}
		},
		"node_modules/@react-spring/animated": {
			"version": "9.7.3",
			"license": "MIT",
			"dependencies": {
				"@react-spring/shared": "~9.7.3",
				"@react-spring/types": "~9.7.3"
			},
			"peerDependencies": {
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
			}
		},
		"node_modules/@react-spring/core": {
			"version": "9.7.3",
			"license": "MIT",
			"dependencies": {
				"@react-spring/animated": "~9.7.3",
				"@react-spring/shared": "~9.7.3",
				"@react-spring/types": "~9.7.3"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/react-spring/donate"
			},
			"peerDependencies": {
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
			}
		},
		"node_modules/@react-spring/shared": {
			"version": "9.7.3",
			"license": "MIT",
			"dependencies": {
				"@react-spring/types": "~9.7.3"
			},
			"peerDependencies": {
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
			}
		},
		"node_modules/@react-spring/types": {
			"version": "9.7.3",
			"license": "MIT"
		},
		"node_modules/@react-spring/web": {
			"version": "9.7.3",
			"license": "MIT",
			"dependencies": {
				"@react-spring/animated": "~9.7.3",
				"@react-spring/core": "~9.7.3",
				"@react-spring/shared": "~9.7.3",
				"@react-spring/types": "~9.7.3"
			},
			"peerDependencies": {
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
				"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
			}
		},
		"node_modules/@sideway/address": {
			"version": "4.1.4",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"@hapi/hoek": "^9.0.0"
			}
		},
		"node_modules/@sideway/formula": {
			"version": "3.0.1",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"node_modules/@sideway/pinpoint": {
			"version": "2.0.0",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"node_modules/@sinclair/typebox": {
			"version": "0.27.8",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@sindresorhus/is": {
			"version": "4.6.0",
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sindresorhus/is?sponsor=1"
			}
		},
		"node_modules/@sinonjs/commons": {
			"version": "3.0.0",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"type-detect": "4.0.8"
			}
		},
		"node_modules/@sinonjs/fake-timers": {
			"version": "10.3.0",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"@sinonjs/commons": "^3.0.0"
			}
		},
		"node_modules/@svgr/babel-plugin-add-jsx-attribute": {
			"version": "8.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
			"version": "8.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
			"version": "8.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
			"version": "8.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-svg-dynamic-title": {
			"version": "8.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-svg-em-dimensions": {
			"version": "8.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-transform-react-native-svg": {
			"version": "8.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-plugin-transform-svg-component": {
			"version": "8.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/babel-preset": {
			"version": "8.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@svgr/babel-plugin-add-jsx-attribute": "8.0.0",
				"@svgr/babel-plugin-remove-jsx-attribute": "8.0.0",
				"@svgr/babel-plugin-remove-jsx-empty-expression": "8.0.0",
				"@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0",
				"@svgr/babel-plugin-svg-dynamic-title": "8.0.0",
				"@svgr/babel-plugin-svg-em-dimensions": "8.0.0",
				"@svgr/babel-plugin-transform-react-native-svg": "8.1.0",
				"@svgr/babel-plugin-transform-svg-component": "8.0.0"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@svgr/core": {
			"version": "8.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/core": "^7.21.3",
				"@svgr/babel-preset": "8.1.0",
				"camelcase": "^6.2.0",
				"cosmiconfig": "^8.1.3",
				"snake-case": "^3.0.4"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			}
		},
		"node_modules/@svgr/hast-util-to-babel-ast": {
			"version": "8.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.21.3",
				"entities": "^4.4.0"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			}
		},
		"node_modules/@svgr/plugin-jsx": {
			"version": "8.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/core": "^7.21.3",
				"@svgr/babel-preset": "8.1.0",
				"@svgr/hast-util-to-babel-ast": "8.0.0",
				"svg-parser": "^2.0.4"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@svgr/core": "*"
			}
		},
		"node_modules/@svgr/plugin-svgo": {
			"version": "8.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cosmiconfig": "^8.1.3",
				"deepmerge": "^4.3.1",
				"svgo": "^3.0.2"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			},
			"peerDependencies": {
				"@svgr/core": "*"
			}
		},
		"node_modules/@svgr/webpack": {
			"version": "8.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/core": "^7.21.3",
				"@babel/plugin-transform-react-constant-elements": "^7.21.3",
				"@babel/preset-env": "^7.20.2",
				"@babel/preset-react": "^7.18.6",
				"@babel/preset-typescript": "^7.21.0",
				"@svgr/core": "8.1.0",
				"@svgr/plugin-jsx": "8.1.0",
				"@svgr/plugin-svgo": "8.1.0"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/gregberge"
			}
		},
		"node_modules/@szmarczak/http-timer": {
			"version": "4.0.6",
			"license": "MIT",
			"dependencies": {
				"defer-to-connect": "^2.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@tannin/compile": {
			"version": "1.1.0",
			"license": "MIT",
			"dependencies": {
				"@tannin/evaluate": "^1.2.0",
				"@tannin/postfix": "^1.1.0"
			}
		},
		"node_modules/@tannin/evaluate": {
			"version": "1.2.0",
			"license": "MIT"
		},
		"node_modules/@tannin/plural-forms": {
			"version": "1.1.0",
			"license": "MIT",
			"dependencies": {
				"@tannin/compile": "^1.1.0"
			}
		},
		"node_modules/@tannin/postfix": {
			"version": "1.1.0",
			"license": "MIT"
		},
		"node_modules/@tootallnate/once": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/@trysound/sax": {
			"version": "0.2.0",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">=10.13.0"
			}
		},
		"node_modules/@types/babel__core": {
			"version": "7.20.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/parser": "^7.20.7",
				"@babel/types": "^7.20.7",
				"@types/babel__generator": "*",
				"@types/babel__template": "*",
				"@types/babel__traverse": "*"
			}
		},
		"node_modules/@types/babel__generator": {
			"version": "7.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.0.0"
			}
		},
		"node_modules/@types/babel__template": {
			"version": "7.4.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/parser": "^7.1.0",
				"@babel/types": "^7.0.0"
			}
		},
		"node_modules/@types/babel__traverse": {
			"version": "7.20.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.20.7"
			}
		},
		"node_modules/@types/body-parser": {
			"version": "1.19.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/connect": "*",
				"@types/node": "*"
			}
		},
		"node_modules/@types/bonjour": {
			"version": "3.5.10",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/cacheable-request": {
			"version": "6.0.3",
			"license": "MIT",
			"dependencies": {
				"@types/http-cache-semantics": "*",
				"@types/keyv": "^3.1.4",
				"@types/node": "*",
				"@types/responselike": "^1.0.0"
			}
		},
		"node_modules/@types/connect": {
			"version": "3.4.36",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/connect-history-api-fallback": {
			"version": "1.5.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/express-serve-static-core": "*",
				"@types/node": "*"
			}
		},
		"node_modules/@types/eslint": {
			"version": "8.44.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/estree": "*",
				"@types/json-schema": "*"
			}
		},
		"node_modules/@types/eslint-scope": {
			"version": "3.7.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/eslint": "*",
				"@types/estree": "*"
			}
		},
		"node_modules/@types/estree": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/express": {
			"version": "4.17.17",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/body-parser": "*",
				"@types/express-serve-static-core": "^4.17.33",
				"@types/qs": "*",
				"@types/serve-static": "*"
			}
		},
		"node_modules/@types/express-serve-static-core": {
			"version": "4.17.36",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*",
				"@types/qs": "*",
				"@types/range-parser": "*",
				"@types/send": "*"
			}
		},
		"node_modules/@types/glob": {
			"version": "7.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/minimatch": "*",
				"@types/node": "*"
			}
		},
		"node_modules/@types/graceful-fs": {
			"version": "4.1.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/http-cache-semantics": {
			"version": "4.0.1",
			"license": "MIT"
		},
		"node_modules/@types/http-errors": {
			"version": "2.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/http-proxy": {
			"version": "1.17.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/istanbul-lib-coverage": {
			"version": "2.0.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/istanbul-lib-report": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/istanbul-lib-coverage": "*"
			}
		},
		"node_modules/@types/istanbul-reports": {
			"version": "3.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/istanbul-lib-report": "*"
			}
		},
		"node_modules/@types/jsdom": {
			"version": "20.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*",
				"@types/tough-cookie": "*",
				"parse5": "^7.0.0"
			}
		},
		"node_modules/@types/json-schema": {
			"version": "7.0.12",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/json5": {
			"version": "0.0.29",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/keyv": {
			"version": "3.1.4",
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/mime": {
			"version": "1.3.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/minimatch": {
			"version": "5.1.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/minimist": {
			"version": "1.2.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/mousetrap": {
			"version": "1.6.11",
			"license": "MIT"
		},
		"node_modules/@types/node": {
			"version": "20.5.9",
			"license": "MIT"
		},
		"node_modules/@types/normalize-package-data": {
			"version": "2.4.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/parse-json": {
			"version": "4.0.0",
			"license": "MIT"
		},
		"node_modules/@types/prop-types": {
			"version": "15.7.5",
			"license": "MIT"
		},
		"node_modules/@types/qs": {
			"version": "6.9.8",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/range-parser": {
			"version": "1.2.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/react": {
			"version": "18.2.21",
			"license": "MIT",
			"dependencies": {
				"@types/prop-types": "*",
				"@types/scheduler": "*",
				"csstype": "^3.0.2"
			}
		},
		"node_modules/@types/react-dom": {
			"version": "18.2.7",
			"license": "MIT",
			"dependencies": {
				"@types/react": "*"
			}
		},
		"node_modules/@types/responselike": {
			"version": "1.0.0",
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/retry": {
			"version": "0.12.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/scheduler": {
			"version": "0.16.3",
			"license": "MIT"
		},
		"node_modules/@types/semver": {
			"version": "7.5.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/send": {
			"version": "0.17.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/mime": "^1",
				"@types/node": "*"
			}
		},
		"node_modules/@types/serve-index": {
			"version": "1.9.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/express": "*"
			}
		},
		"node_modules/@types/serve-static": {
			"version": "1.15.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/http-errors": "*",
				"@types/mime": "*",
				"@types/node": "*"
			}
		},
		"node_modules/@types/sockjs": {
			"version": "0.3.33",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/source-list-map": {
			"version": "0.1.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/stack-utils": {
			"version": "2.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/tapable": {
			"version": "1.0.8",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/tough-cookie": {
			"version": "4.0.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/uglify-js": {
			"version": "3.17.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"source-map": "^0.6.1"
			}
		},
		"node_modules/@types/uglify-js/node_modules/source-map": {
			"version": "0.6.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/@types/webpack": {
			"version": "4.41.33",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*",
				"@types/tapable": "^1",
				"@types/uglify-js": "*",
				"@types/webpack-sources": "*",
				"anymatch": "^3.0.0",
				"source-map": "^0.6.0"
			}
		},
		"node_modules/@types/webpack-sources": {
			"version": "3.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*",
				"@types/source-list-map": "*",
				"source-map": "^0.7.3"
			}
		},
		"node_modules/@types/webpack-sources/node_modules/source-map": {
			"version": "0.7.4",
			"dev": true,
			"license": "BSD-3-Clause",
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/@types/webpack/node_modules/source-map": {
			"version": "0.6.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/@types/ws": {
			"version": "8.5.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/yargs": {
			"version": "17.0.24",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/yargs-parser": "*"
			}
		},
		"node_modules/@types/yargs-parser": {
			"version": "21.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/yauzl": {
			"version": "2.10.0",
			"dev": true,
			"license": "MIT",
			"optional": true,
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@typescript-eslint/eslint-plugin": {
			"version": "5.62.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@eslint-community/regexpp": "^4.4.0",
				"@typescript-eslint/scope-manager": "5.62.0",
				"@typescript-eslint/type-utils": "5.62.0",
				"@typescript-eslint/utils": "5.62.0",
				"debug": "^4.3.4",
				"graphemer": "^1.4.0",
				"ignore": "^5.2.0",
				"natural-compare-lite": "^1.4.0",
				"semver": "^7.3.7",
				"tsutils": "^3.21.0"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependencies": {
				"@typescript-eslint/parser": "^5.0.0",
				"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
			"version": "7.5.4",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/eslint-plugin/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/@typescript-eslint/parser": {
			"version": "5.62.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"@typescript-eslint/scope-manager": "5.62.0",
				"@typescript-eslint/types": "5.62.0",
				"@typescript-eslint/typescript-estree": "5.62.0",
				"debug": "^4.3.4"
			},
			"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.62.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@typescript-eslint/types": "5.62.0",
				"@typescript-eslint/visitor-keys": "5.62.0"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			}
		},
		"node_modules/@typescript-eslint/type-utils": {
			"version": "5.62.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@typescript-eslint/typescript-estree": "5.62.0",
				"@typescript-eslint/utils": "5.62.0",
				"debug": "^4.3.4",
				"tsutils": "^3.21.0"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependencies": {
				"eslint": "*"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@typescript-eslint/types": {
			"version": "5.62.0",
			"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.62.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"@typescript-eslint/types": "5.62.0",
				"@typescript-eslint/visitor-keys": "5.62.0",
				"debug": "^4.3.4",
				"globby": "^11.1.0",
				"is-glob": "^4.0.3",
				"semver": "^7.3.7",
				"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/typescript-estree/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
			"version": "7.5.4",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/typescript-estree/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/@typescript-eslint/utils": {
			"version": "5.62.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@eslint-community/eslint-utils": "^4.2.0",
				"@types/json-schema": "^7.0.9",
				"@types/semver": "^7.3.12",
				"@typescript-eslint/scope-manager": "5.62.0",
				"@typescript-eslint/types": "5.62.0",
				"@typescript-eslint/typescript-estree": "5.62.0",
				"eslint-scope": "^5.1.1",
				"semver": "^7.3.7"
			},
			"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"
			}
		},
		"node_modules/@typescript-eslint/utils/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/utils/node_modules/semver": {
			"version": "7.5.4",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/utils/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/@typescript-eslint/visitor-keys": {
			"version": "5.62.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@typescript-eslint/types": "5.62.0",
				"eslint-visitor-keys": "^3.3.0"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			}
		},
		"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
			"version": "3.4.3",
			"dev": true,
			"license": "Apache-2.0",
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/@use-gesture/core": {
			"version": "10.2.27",
			"license": "MIT"
		},
		"node_modules/@use-gesture/react": {
			"version": "10.2.27",
			"license": "MIT",
			"dependencies": {
				"@use-gesture/core": "10.2.27"
			},
			"peerDependencies": {
				"react": ">= 16.8.0"
			}
		},
		"node_modules/@webassemblyjs/ast": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/helper-numbers": "1.11.6",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6"
			}
		},
		"node_modules/@webassemblyjs/floating-point-hex-parser": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@webassemblyjs/helper-api-error": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@webassemblyjs/helper-buffer": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@webassemblyjs/helper-numbers": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/floating-point-hex-parser": "1.11.6",
				"@webassemblyjs/helper-api-error": "1.11.6",
				"@xtuc/long": "4.2.2"
			}
		},
		"node_modules/@webassemblyjs/helper-wasm-bytecode": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@webassemblyjs/helper-wasm-section": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/ast": "1.11.6",
				"@webassemblyjs/helper-buffer": "1.11.6",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
				"@webassemblyjs/wasm-gen": "1.11.6"
			}
		},
		"node_modules/@webassemblyjs/ieee754": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@xtuc/ieee754": "^1.2.0"
			}
		},
		"node_modules/@webassemblyjs/leb128": {
			"version": "1.11.6",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"@xtuc/long": "4.2.2"
			}
		},
		"node_modules/@webassemblyjs/utf8": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@webassemblyjs/wasm-edit": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/ast": "1.11.6",
				"@webassemblyjs/helper-buffer": "1.11.6",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
				"@webassemblyjs/helper-wasm-section": "1.11.6",
				"@webassemblyjs/wasm-gen": "1.11.6",
				"@webassemblyjs/wasm-opt": "1.11.6",
				"@webassemblyjs/wasm-parser": "1.11.6",
				"@webassemblyjs/wast-printer": "1.11.6"
			}
		},
		"node_modules/@webassemblyjs/wasm-gen": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/ast": "1.11.6",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
				"@webassemblyjs/ieee754": "1.11.6",
				"@webassemblyjs/leb128": "1.11.6",
				"@webassemblyjs/utf8": "1.11.6"
			}
		},
		"node_modules/@webassemblyjs/wasm-opt": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/ast": "1.11.6",
				"@webassemblyjs/helper-buffer": "1.11.6",
				"@webassemblyjs/wasm-gen": "1.11.6",
				"@webassemblyjs/wasm-parser": "1.11.6"
			}
		},
		"node_modules/@webassemblyjs/wasm-parser": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/ast": "1.11.6",
				"@webassemblyjs/helper-api-error": "1.11.6",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
				"@webassemblyjs/ieee754": "1.11.6",
				"@webassemblyjs/leb128": "1.11.6",
				"@webassemblyjs/utf8": "1.11.6"
			}
		},
		"node_modules/@webassemblyjs/wast-printer": {
			"version": "1.11.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/ast": "1.11.6",
				"@xtuc/long": "4.2.2"
			}
		},
		"node_modules/@webpack-cli/configtest": {
			"version": "1.2.0",
			"dev": true,
			"license": "MIT",
			"peerDependencies": {
				"webpack": "4.x.x || 5.x.x",
				"webpack-cli": "4.x.x"
			}
		},
		"node_modules/@webpack-cli/info": {
			"version": "1.5.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"envinfo": "^7.7.3"
			},
			"peerDependencies": {
				"webpack-cli": "4.x.x"
			}
		},
		"node_modules/@webpack-cli/serve": {
			"version": "1.7.0",
			"dev": true,
			"license": "MIT",
			"peerDependencies": {
				"webpack-cli": "4.x.x"
			},
			"peerDependenciesMeta": {
				"webpack-dev-server": {
					"optional": true
				}
			}
		},
		"node_modules/@wordpress/a11y": {
			"version": "3.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/dom-ready": "^3.41.0",
				"@wordpress/i18n": "^4.41.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/api-fetch": {
			"version": "6.38.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/url": "^3.42.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/autop": {
			"version": "3.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/babel-plugin-import-jsx-pragma": {
			"version": "4.24.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"@babel/core": "^7.12.9"
			}
		},
		"node_modules/@wordpress/babel-preset-default": {
			"version": "7.25.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/core": "^7.16.0",
				"@babel/plugin-transform-react-jsx": "^7.16.0",
				"@babel/plugin-transform-runtime": "^7.16.0",
				"@babel/preset-env": "^7.16.0",
				"@babel/preset-typescript": "^7.16.0",
				"@babel/runtime": "^7.16.0",
				"@wordpress/babel-plugin-import-jsx-pragma": "^4.24.0",
				"@wordpress/browserslist-config": "^5.24.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/warning": "^2.41.0",
				"browserslist": "^4.21.9",
				"core-js": "^3.31.0"
			},
			"engines": {
				"node": ">=14"
			}
		},
		"node_modules/@wordpress/base-styles": {
			"version": "4.32.0",
			"dev": true,
			"license": "GPL-2.0-or-later"
		},
		"node_modules/@wordpress/blob": {
			"version": "3.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/block-editor": {
			"version": "12.9.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@emotion/react": "^11.7.1",
				"@emotion/styled": "^11.6.0",
				"@react-spring/web": "^9.4.5",
				"@wordpress/a11y": "^3.41.0",
				"@wordpress/api-fetch": "^6.38.0",
				"@wordpress/blob": "^3.41.0",
				"@wordpress/blocks": "^12.18.0",
				"@wordpress/commands": "^0.12.0",
				"@wordpress/components": "^25.7.0",
				"@wordpress/compose": "^6.18.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/date": "^4.41.0",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/dom": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/escape-html": "^2.41.0",
				"@wordpress/hooks": "^3.41.0",
				"@wordpress/html-entities": "^3.41.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/icons": "^9.32.0",
				"@wordpress/is-shallow-equal": "^4.41.0",
				"@wordpress/keyboard-shortcuts": "^4.18.0",
				"@wordpress/keycodes": "^3.41.0",
				"@wordpress/notices": "^4.9.0",
				"@wordpress/preferences": "^3.18.0",
				"@wordpress/private-apis": "^0.23.0",
				"@wordpress/rich-text": "^6.18.0",
				"@wordpress/shortcode": "^3.41.0",
				"@wordpress/style-engine": "^1.24.0",
				"@wordpress/token-list": "^2.41.0",
				"@wordpress/url": "^3.42.0",
				"@wordpress/warning": "^2.41.0",
				"@wordpress/wordcount": "^3.41.0",
				"change-case": "^4.1.2",
				"classnames": "^2.3.1",
				"colord": "^2.7.0",
				"deepmerge": "^4.3.0",
				"diff": "^4.0.2",
				"dom-scroll-into-view": "^1.2.1",
				"fast-deep-equal": "^3.1.3",
				"inherits": "^2.0.3",
				"react-autosize-textarea": "^7.1.0",
				"react-easy-crop": "^4.5.1",
				"rememo": "^4.0.2",
				"remove-accents": "^0.5.0",
				"traverse": "^0.6.6"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"react": "^18.0.0",
				"react-dom": "^18.0.0"
			}
		},
		"node_modules/@wordpress/block-serialization-default-parser": {
			"version": "4.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/blocks": {
			"version": "12.18.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/autop": "^3.41.0",
				"@wordpress/blob": "^3.41.0",
				"@wordpress/block-serialization-default-parser": "^4.41.0",
				"@wordpress/compose": "^6.18.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/dom": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/hooks": "^3.41.0",
				"@wordpress/html-entities": "^3.41.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/is-shallow-equal": "^4.41.0",
				"@wordpress/private-apis": "^0.23.0",
				"@wordpress/shortcode": "^3.41.0",
				"change-case": "^4.1.2",
				"colord": "^2.7.0",
				"deepmerge": "^4.3.0",
				"fast-deep-equal": "^3.1.3",
				"hpq": "^1.3.0",
				"is-plain-object": "^5.0.0",
				"memize": "^2.1.0",
				"rememo": "^4.0.2",
				"remove-accents": "^0.5.0",
				"showdown": "^1.9.1",
				"simple-html-tokenizer": "^0.5.7",
				"uuid": "^8.3.0"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"react": "^18.0.0"
			}
		},
		"node_modules/@wordpress/browserslist-config": {
			"version": "5.24.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"engines": {
				"node": ">=14"
			}
		},
		"node_modules/@wordpress/commands": {
			"version": "0.12.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/components": "^25.7.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/icons": "^9.32.0",
				"@wordpress/keyboard-shortcuts": "^4.18.0",
				"@wordpress/private-apis": "^0.23.0",
				"classnames": "^2.3.1",
				"cmdk": "^0.2.0",
				"rememo": "^4.0.2"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"react": "^18.0.0",
				"react-dom": "^18.0.0"
			}
		},
		"node_modules/@wordpress/components": {
			"version": "25.7.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@ariakit/react": "^0.2.12",
				"@babel/runtime": "^7.16.0",
				"@emotion/cache": "^11.7.1",
				"@emotion/css": "^11.7.1",
				"@emotion/react": "^11.7.1",
				"@emotion/serialize": "^1.0.2",
				"@emotion/styled": "^11.6.0",
				"@emotion/utils": "^1.0.0",
				"@floating-ui/react-dom": "^2.0.1",
				"@radix-ui/react-dropdown-menu": "2.0.4",
				"@use-gesture/react": "^10.2.24",
				"@wordpress/a11y": "^3.41.0",
				"@wordpress/compose": "^6.18.0",
				"@wordpress/date": "^4.41.0",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/dom": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/escape-html": "^2.41.0",
				"@wordpress/hooks": "^3.41.0",
				"@wordpress/html-entities": "^3.41.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/icons": "^9.32.0",
				"@wordpress/is-shallow-equal": "^4.41.0",
				"@wordpress/keycodes": "^3.41.0",
				"@wordpress/primitives": "^3.39.0",
				"@wordpress/private-apis": "^0.23.0",
				"@wordpress/rich-text": "^6.18.0",
				"@wordpress/warning": "^2.41.0",
				"change-case": "^4.1.2",
				"classnames": "^2.3.1",
				"colord": "^2.7.0",
				"date-fns": "^2.28.0",
				"deepmerge": "^4.3.0",
				"dom-scroll-into-view": "^1.2.1",
				"downshift": "^6.0.15",
				"fast-deep-equal": "^3.1.3",
				"framer-motion": "^10.13.0",
				"gradient-parser": "^0.1.5",
				"highlight-words-core": "^1.2.2",
				"is-plain-object": "^5.0.0",
				"memize": "^2.1.0",
				"path-to-regexp": "^6.2.1",
				"re-resizable": "^6.4.0",
				"react-colorful": "^5.3.1",
				"reakit": "^1.3.11",
				"remove-accents": "^0.5.0",
				"use-lilius": "^2.0.1",
				"uuid": "^8.3.0",
				"valtio": "1.7.0"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"react": "^18.0.0",
				"react-dom": "^18.0.0"
			}
		},
		"node_modules/@wordpress/compose": {
			"version": "6.18.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@types/mousetrap": "^1.6.8",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/dom": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/is-shallow-equal": "^4.41.0",
				"@wordpress/keycodes": "^3.41.0",
				"@wordpress/priority-queue": "^2.41.0",
				"change-case": "^4.1.2",
				"clipboard": "^2.0.8",
				"mousetrap": "^1.6.5",
				"use-memo-one": "^1.1.1"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"react": "^18.0.0"
			}
		},
		"node_modules/@wordpress/data": {
			"version": "9.11.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/compose": "^6.18.0",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/is-shallow-equal": "^4.41.0",
				"@wordpress/priority-queue": "^2.41.0",
				"@wordpress/private-apis": "^0.23.0",
				"@wordpress/redux-routine": "^4.41.0",
				"deepmerge": "^4.3.0",
				"equivalent-key-map": "^0.2.2",
				"is-plain-object": "^5.0.0",
				"is-promise": "^4.0.0",
				"redux": "^4.1.2",
				"turbo-combine-reducers": "^1.0.2",
				"use-memo-one": "^1.1.1"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"react": "^18.0.0"
			}
		},
		"node_modules/@wordpress/date": {
			"version": "4.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/deprecated": "^3.41.0",
				"moment": "^2.29.4",
				"moment-timezone": "^0.5.40"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/dependency-extraction-webpack-plugin": {
			"version": "4.24.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"json2php": "^0.0.7",
				"webpack-sources": "^3.2.2"
			},
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"webpack": "^4.8.3 || ^5.0.0"
			}
		},
		"node_modules/@wordpress/deprecated": {
			"version": "3.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/hooks": "^3.41.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/dom": {
			"version": "3.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/deprecated": "^3.41.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/dom-ready": {
			"version": "3.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/element": {
			"version": "5.18.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@types/react": "^18.0.21",
				"@types/react-dom": "^18.0.6",
				"@wordpress/escape-html": "^2.41.0",
				"change-case": "^4.1.2",
				"is-plain-object": "^5.0.0",
				"react": "^18.2.0",
				"react-dom": "^18.2.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/env": {
			"version": "8.7.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"chalk": "^4.0.0",
				"copy-dir": "^1.3.0",
				"docker-compose": "^0.22.2",
				"extract-zip": "^1.6.7",
				"got": "^11.8.5",
				"inquirer": "^7.1.0",
				"js-yaml": "^3.13.1",
				"ora": "^4.0.2",
				"rimraf": "^3.0.2",
				"simple-git": "^3.5.0",
				"terminal-link": "^2.0.0",
				"yargs": "^17.3.0"
			},
			"bin": {
				"wp-env": "bin/wp-env"
			}
		},
		"node_modules/@wordpress/escape-html": {
			"version": "2.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/eslint-plugin": {
			"version": "15.1.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/eslint-parser": "^7.16.0",
				"@typescript-eslint/eslint-plugin": "^5.62.0",
				"@typescript-eslint/parser": "^5.62.0",
				"@wordpress/babel-preset-default": "^7.25.0",
				"@wordpress/prettier-config": "^2.24.0",
				"cosmiconfig": "^7.0.0",
				"eslint-config-prettier": "^8.3.0",
				"eslint-plugin-import": "^2.25.2",
				"eslint-plugin-jest": "^27.2.1",
				"eslint-plugin-jsdoc": "^46.4.6",
				"eslint-plugin-jsx-a11y": "^6.5.1",
				"eslint-plugin-prettier": "^3.3.0",
				"eslint-plugin-react": "^7.27.0",
				"eslint-plugin-react-hooks": "^4.3.0",
				"globals": "^13.12.0",
				"requireindex": "^1.2.0"
			},
			"engines": {
				"node": ">=14",
				"npm": ">=6.14.4"
			},
			"peerDependencies": {
				"@babel/core": ">=7",
				"eslint": ">=8",
				"prettier": ">=2",
				"typescript": ">=4"
			},
			"peerDependenciesMeta": {
				"prettier": {
					"optional": true
				},
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@wordpress/eslint-plugin/node_modules/cosmiconfig": {
			"version": "7.1.0",
			"dev": true,
			"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/@wordpress/eslint-plugin/node_modules/globals": {
			"version": "13.21.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"type-fest": "^0.20.2"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/@wordpress/eslint-plugin/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/@wordpress/eslint-plugin/node_modules/yaml": {
			"version": "1.10.2",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/@wordpress/hooks": {
			"version": "3.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/html-entities": {
			"version": "3.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/i18n": {
			"version": "4.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/hooks": "^3.41.0",
				"gettext-parser": "^1.3.1",
				"memize": "^2.1.0",
				"sprintf-js": "^1.1.1",
				"tannin": "^1.2.0"
			},
			"bin": {
				"pot-to-php": "tools/pot-to-php.js"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/icons": {
			"version": "9.32.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/primitives": "^3.39.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/is-shallow-equal": {
			"version": "4.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/jest-console": {
			"version": "7.12.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"jest-matcher-utils": "^29.6.2"
			},
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"jest": ">=29"
			}
		},
		"node_modules/@wordpress/jest-preset-default": {
			"version": "11.12.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@wordpress/jest-console": "^7.12.0",
				"babel-jest": "^29.6.2"
			},
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"@babel/core": ">=7",
				"jest": ">=29"
			}
		},
		"node_modules/@wordpress/keyboard-shortcuts": {
			"version": "4.18.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/keycodes": "^3.41.0",
				"rememo": "^4.0.2"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"react": "^18.0.0"
			}
		},
		"node_modules/@wordpress/keycodes": {
			"version": "3.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/i18n": "^4.41.0",
				"change-case": "^4.1.2"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/notices": {
			"version": "4.9.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/a11y": "^3.41.0",
				"@wordpress/data": "^9.11.0"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"react": "^18.0.0"
			}
		},
		"node_modules/@wordpress/npm-package-json-lint-config": {
			"version": "4.26.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"npm-package-json-lint": ">=6.0.0"
			}
		},
		"node_modules/@wordpress/postcss-plugins-preset": {
			"version": "4.25.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@wordpress/base-styles": "^4.32.0",
				"autoprefixer": "^10.2.5"
			},
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"postcss": "^8.0.0"
			}
		},
		"node_modules/@wordpress/preferences": {
			"version": "3.18.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/a11y": "^3.41.0",
				"@wordpress/components": "^25.7.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/icons": "^9.32.0",
				"classnames": "^2.3.1"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"react": "^18.0.0",
				"react-dom": "^18.0.0"
			}
		},
		"node_modules/@wordpress/prettier-config": {
			"version": "2.24.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"prettier": ">=2"
			}
		},
		"node_modules/@wordpress/primitives": {
			"version": "3.39.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/element": "^5.18.0",
				"classnames": "^2.3.1"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/priority-queue": {
			"version": "2.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"requestidlecallback": "^0.3.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/private-apis": {
			"version": "0.23.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/redux-routine": {
			"version": "4.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"is-plain-object": "^5.0.0",
				"is-promise": "^4.0.0",
				"rungen": "^0.3.2"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"redux": ">=4"
			}
		},
		"node_modules/@wordpress/rich-text": {
			"version": "6.18.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/a11y": "^3.41.0",
				"@wordpress/compose": "^6.18.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/escape-html": "^2.41.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/keycodes": "^3.41.0",
				"memize": "^2.1.0",
				"rememo": "^4.0.2"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"react": "^18.0.0"
			}
		},
		"node_modules/@wordpress/scripts": {
			"version": "26.12.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/core": "^7.16.0",
				"@pmmmwh/react-refresh-webpack-plugin": "^0.5.2",
				"@svgr/webpack": "^8.0.1",
				"@wordpress/babel-preset-default": "^7.25.0",
				"@wordpress/browserslist-config": "^5.24.0",
				"@wordpress/dependency-extraction-webpack-plugin": "^4.24.0",
				"@wordpress/eslint-plugin": "^15.1.0",
				"@wordpress/jest-preset-default": "^11.12.0",
				"@wordpress/npm-package-json-lint-config": "^4.26.0",
				"@wordpress/postcss-plugins-preset": "^4.25.0",
				"@wordpress/prettier-config": "^2.24.0",
				"@wordpress/stylelint-config": "^21.24.0",
				"adm-zip": "^0.5.9",
				"babel-jest": "^29.6.2",
				"babel-loader": "^8.2.3",
				"browserslist": "^4.21.9",
				"chalk": "^4.0.0",
				"check-node-version": "^4.1.0",
				"clean-webpack-plugin": "^3.0.0",
				"copy-webpack-plugin": "^10.2.0",
				"cross-spawn": "^5.1.0",
				"css-loader": "^6.2.0",
				"cssnano": "^6.0.1",
				"cwd": "^0.10.0",
				"dir-glob": "^3.0.1",
				"eslint": "^8.3.0",
				"expect-puppeteer": "^4.4.0",
				"fast-glob": "^3.2.7",
				"filenamify": "^4.2.0",
				"jest": "^29.6.2",
				"jest-dev-server": "^6.0.2",
				"jest-environment-jsdom": "^29.6.2",
				"jest-environment-node": "^29.6.2",
				"markdownlint-cli": "^0.31.1",
				"merge-deep": "^3.0.3",
				"mini-css-extract-plugin": "^2.5.1",
				"minimist": "^1.2.0",
				"npm-package-json-lint": "^6.4.0",
				"npm-packlist": "^3.0.0",
				"postcss": "^8.4.5",
				"postcss-loader": "^6.2.1",
				"prettier": "npm:wp-prettier@2.8.5",
				"puppeteer-core": "^13.2.0",
				"react-refresh": "^0.10.0",
				"read-pkg-up": "^7.0.1",
				"resolve-bin": "^0.4.0",
				"sass": "^1.35.2",
				"sass-loader": "^12.1.0",
				"source-map-loader": "^3.0.0",
				"stylelint": "^14.2.0",
				"terser-webpack-plugin": "^5.3.9",
				"url-loader": "^4.1.1",
				"webpack": "^5.47.1",
				"webpack-bundle-analyzer": "^4.4.2",
				"webpack-cli": "^4.9.1",
				"webpack-dev-server": "^4.4.0"
			},
			"bin": {
				"wp-scripts": "bin/wp-scripts.js"
			},
			"engines": {
				"node": ">=14",
				"npm": ">=6.14.4"
			},
			"peerDependencies": {
				"react": "^18.0.0",
				"react-dom": "^18.0.0"
			}
		},
		"node_modules/@wordpress/server-side-render": {
			"version": "4.18.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/api-fetch": "^6.38.0",
				"@wordpress/blocks": "^12.18.0",
				"@wordpress/components": "^25.7.0",
				"@wordpress/compose": "^6.18.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/url": "^3.42.0",
				"fast-deep-equal": "^3.1.3"
			},
			"engines": {
				"node": ">=12"
			},
			"peerDependencies": {
				"react": "^18.0.0",
				"react-dom": "^18.0.0"
			}
		},
		"node_modules/@wordpress/shortcode": {
			"version": "3.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"memize": "^2.0.1"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/style-engine": {
			"version": "1.24.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"change-case": "^4.1.2"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/stylelint-config": {
			"version": "21.24.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"stylelint-config-recommended": "^6.0.0",
				"stylelint-config-recommended-scss": "^5.0.2"
			},
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"stylelint": "^14.2"
			}
		},
		"node_modules/@wordpress/token-list": {
			"version": "2.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/url": {
			"version": "3.42.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0",
				"remove-accents": "^0.5.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/warning": {
			"version": "2.41.0",
			"license": "GPL-2.0-or-later",
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@wordpress/wordcount": {
			"version": "3.41.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "^7.16.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/@xtuc/ieee754": {
			"version": "1.2.0",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"node_modules/@xtuc/long": {
			"version": "4.2.2",
			"dev": true,
			"license": "Apache-2.0"
		},
		"node_modules/abab": {
			"version": "2.0.6",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"node_modules/accepts": {
			"version": "1.3.8",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"mime-types": "~2.1.34",
				"negotiator": "0.6.3"
			},
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/acorn": {
			"version": "8.10.0",
			"dev": true,
			"license": "MIT",
			"bin": {
				"acorn": "bin/acorn"
			},
			"engines": {
				"node": ">=0.4.0"
			}
		},
		"node_modules/acorn-globals": {
			"version": "7.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"acorn": "^8.1.0",
				"acorn-walk": "^8.0.2"
			}
		},
		"node_modules/acorn-import-assertions": {
			"version": "1.9.0",
			"dev": true,
			"license": "MIT",
			"peerDependencies": {
				"acorn": "^8"
			}
		},
		"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-walk": {
			"version": "8.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.4.0"
			}
		},
		"node_modules/adm-zip": {
			"version": "0.5.10",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.0"
			}
		},
		"node_modules/agent-base": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"debug": "4"
			},
			"engines": {
				"node": ">= 6.0.0"
			}
		},
		"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/ajv-errors": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"peerDependencies": {
				"ajv": ">=5.0.0"
			}
		},
		"node_modules/ajv-formats": {
			"version": "2.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ajv": "^8.0.0"
			},
			"peerDependencies": {
				"ajv": "^8.0.0"
			},
			"peerDependenciesMeta": {
				"ajv": {
					"optional": true
				}
			}
		},
		"node_modules/ajv-formats/node_modules/ajv": {
			"version": "8.12.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/ajv-formats/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/ajv-keywords": {
			"version": "3.5.2",
			"dev": true,
			"license": "MIT",
			"peerDependencies": {
				"ajv": "^6.9.1"
			}
		},
		"node_modules/ansi-escapes": {
			"version": "4.3.2",
			"license": "MIT",
			"dependencies": {
				"type-fest": "^0.21.3"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/ansi-html-community": {
			"version": "0.0.8",
			"dev": true,
			"engines": [
				"node >= 0.8.0"
			],
			"license": "Apache-2.0",
			"bin": {
				"ansi-html": "bin/ansi-html"
			}
		},
		"node_modules/ansi-regex": {
			"version": "5.0.1",
			"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/anymatch": {
			"version": "3.1.3",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"normalize-path": "^3.0.0",
				"picomatch": "^2.0.4"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/are-docs-informative": {
			"version": "0.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14"
			}
		},
		"node_modules/argparse": {
			"version": "1.0.10",
			"license": "MIT",
			"dependencies": {
				"sprintf-js": "~1.0.2"
			}
		},
		"node_modules/argparse/node_modules/sprintf-js": {
			"version": "1.0.3",
			"license": "BSD-3-Clause"
		},
		"node_modules/aria-hidden": {
			"version": "1.2.3",
			"license": "MIT",
			"dependencies": {
				"tslib": "^2.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/aria-query": {
			"version": "5.3.0",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"dequal": "^2.0.3"
			}
		},
		"node_modules/arr-union": {
			"version": "3.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/array-buffer-byte-length": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"is-array-buffer": "^3.0.1"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array-flatten": {
			"version": "2.1.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/array-includes": {
			"version": "3.1.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"get-intrinsic": "^1.2.1",
				"is-string": "^1.0.7"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array-union": {
			"version": "2.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/array-uniq": {
			"version": "1.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/array.prototype.findlastindex": {
			"version": "1.2.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"es-shim-unscopables": "^1.0.0",
				"get-intrinsic": "^1.2.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array.prototype.flat": {
			"version": "1.3.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.1.4",
				"es-abstract": "^1.20.4",
				"es-shim-unscopables": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array.prototype.flatmap": {
			"version": "1.3.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.1.4",
				"es-abstract": "^1.20.4",
				"es-shim-unscopables": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array.prototype.tosorted": {
			"version": "1.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.1.4",
				"es-abstract": "^1.20.4",
				"es-shim-unscopables": "^1.0.0",
				"get-intrinsic": "^1.1.3"
			}
		},
		"node_modules/arraybuffer.prototype.slice": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"array-buffer-byte-length": "^1.0.0",
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"get-intrinsic": "^1.2.1",
				"is-array-buffer": "^3.0.2",
				"is-shared-array-buffer": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/arrify": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"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/asynciterator.prototype": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"has-symbols": "^1.0.3"
			}
		},
		"node_modules/asynckit": {
			"version": "0.4.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/autoprefixer": {
			"version": "10.4.15",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/postcss/"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/autoprefixer"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.21.10",
				"caniuse-lite": "^1.0.30001520",
				"fraction.js": "^4.2.0",
				"normalize-range": "^0.1.2",
				"picocolors": "^1.0.0",
				"postcss-value-parser": "^4.2.0"
			},
			"bin": {
				"autoprefixer": "bin/autoprefixer"
			},
			"engines": {
				"node": "^10 || ^12 || >=14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/autosize": {
			"version": "4.0.4",
			"license": "MIT"
		},
		"node_modules/available-typed-arrays": {
			"version": "1.0.5",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/axe-core": {
			"version": "4.7.2",
			"dev": true,
			"license": "MPL-2.0",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/axios": {
			"version": "0.25.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"follow-redirects": "^1.14.7"
			}
		},
		"node_modules/axobject-query": {
			"version": "3.2.1",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"dequal": "^2.0.3"
			}
		},
		"node_modules/babel-jest": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/transform": "^29.6.4",
				"@types/babel__core": "^7.1.14",
				"babel-plugin-istanbul": "^6.1.1",
				"babel-preset-jest": "^29.6.3",
				"chalk": "^4.0.0",
				"graceful-fs": "^4.2.9",
				"slash": "^3.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.8.0"
			}
		},
		"node_modules/babel-loader": {
			"version": "8.3.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"find-cache-dir": "^3.3.1",
				"loader-utils": "^2.0.0",
				"make-dir": "^3.1.0",
				"schema-utils": "^2.6.5"
			},
			"engines": {
				"node": ">= 8.9"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0",
				"webpack": ">=2"
			}
		},
		"node_modules/babel-loader/node_modules/schema-utils": {
			"version": "2.7.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/json-schema": "^7.0.5",
				"ajv": "^6.12.4",
				"ajv-keywords": "^3.5.2"
			},
			"engines": {
				"node": ">= 8.9.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/babel-plugin-istanbul": {
			"version": "6.1.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.0.0",
				"@istanbuljs/load-nyc-config": "^1.0.0",
				"@istanbuljs/schema": "^0.1.2",
				"istanbul-lib-instrument": "^5.0.4",
				"test-exclude": "^6.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/babel-plugin-jest-hoist": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/template": "^7.3.3",
				"@babel/types": "^7.3.3",
				"@types/babel__core": "^7.1.14",
				"@types/babel__traverse": "^7.0.6"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/babel-plugin-macros": {
			"version": "3.1.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.12.5",
				"cosmiconfig": "^7.0.0",
				"resolve": "^1.19.0"
			},
			"engines": {
				"node": ">=10",
				"npm": ">=6"
			}
		},
		"node_modules/babel-plugin-macros/node_modules/cosmiconfig": {
			"version": "7.1.0",
			"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/babel-plugin-macros/node_modules/yaml": {
			"version": "1.10.2",
			"license": "ISC",
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/babel-plugin-polyfill-corejs2": {
			"version": "0.4.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/compat-data": "^7.22.6",
				"@babel/helper-define-polyfill-provider": "^0.4.2",
				"semver": "^6.3.1"
			},
			"peerDependencies": {
				"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
			}
		},
		"node_modules/babel-plugin-polyfill-corejs3": {
			"version": "0.8.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-define-polyfill-provider": "^0.4.2",
				"core-js-compat": "^3.31.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
			}
		},
		"node_modules/babel-plugin-polyfill-regenerator": {
			"version": "0.5.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-define-polyfill-provider": "^0.4.2"
			},
			"peerDependencies": {
				"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
			}
		},
		"node_modules/babel-preset-current-node-syntax": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/plugin-syntax-async-generators": "^7.8.4",
				"@babel/plugin-syntax-bigint": "^7.8.3",
				"@babel/plugin-syntax-class-properties": "^7.8.3",
				"@babel/plugin-syntax-import-meta": "^7.8.3",
				"@babel/plugin-syntax-json-strings": "^7.8.3",
				"@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
				"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
				"@babel/plugin-syntax-numeric-separator": "^7.8.3",
				"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
				"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
				"@babel/plugin-syntax-optional-chaining": "^7.8.3",
				"@babel/plugin-syntax-top-level-await": "^7.8.3"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/babel-preset-jest": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"babel-plugin-jest-hoist": "^29.6.3",
				"babel-preset-current-node-syntax": "^1.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/balanced-match": {
			"version": "1.0.2",
			"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/batch": {
			"version": "0.6.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/big.js": {
			"version": "5.2.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "*"
			}
		},
		"node_modules/binary-extensions": {
			"version": "2.2.0",
			"dev": true,
			"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/bl/node_modules/readable-stream": {
			"version": "3.6.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"inherits": "^2.0.3",
				"string_decoder": "^1.1.1",
				"util-deprecate": "^1.0.1"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/body-parser": {
			"version": "1.20.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"bytes": "3.1.2",
				"content-type": "~1.0.4",
				"debug": "2.6.9",
				"depd": "2.0.0",
				"destroy": "1.2.0",
				"http-errors": "2.0.0",
				"iconv-lite": "0.4.24",
				"on-finished": "2.4.1",
				"qs": "6.11.0",
				"raw-body": "2.5.1",
				"type-is": "~1.6.18",
				"unpipe": "1.0.0"
			},
			"engines": {
				"node": ">= 0.8",
				"npm": "1.2.8000 || >= 1.4.16"
			}
		},
		"node_modules/body-parser/node_modules/bytes": {
			"version": "3.1.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/body-parser/node_modules/debug": {
			"version": "2.6.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/body-parser/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/body-parser/node_modules/ms": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/body-scroll-lock": {
			"version": "3.1.5",
			"license": "MIT"
		},
		"node_modules/bonjour-service": {
			"version": "1.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"array-flatten": "^2.1.2",
				"dns-equal": "^1.0.0",
				"fast-deep-equal": "^3.1.3",
				"multicast-dns": "^7.2.5"
			}
		},
		"node_modules/boolbase": {
			"version": "1.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/brace-expansion": {
			"version": "1.1.11",
			"license": "MIT",
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/braces": {
			"version": "3.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fill-range": "^7.0.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/browserslist": {
			"version": "4.21.10",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/browserslist"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/browserslist"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"license": "MIT",
			"dependencies": {
				"caniuse-lite": "^1.0.30001517",
				"electron-to-chromium": "^1.4.477",
				"node-releases": "^2.0.13",
				"update-browserslist-db": "^1.0.11"
			},
			"bin": {
				"browserslist": "cli.js"
			},
			"engines": {
				"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
			}
		},
		"node_modules/bser": {
			"version": "2.1.1",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"node-int64": "^0.4.0"
			}
		},
		"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/buffer-crc32": {
			"version": "0.2.13",
			"license": "MIT",
			"engines": {
				"node": "*"
			}
		},
		"node_modules/buffer-from": {
			"version": "1.1.2",
			"license": "MIT"
		},
		"node_modules/builtin-modules": {
			"version": "3.3.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/builtins": {
			"version": "5.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"semver": "^7.0.0"
			}
		},
		"node_modules/builtins/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/builtins/node_modules/semver": {
			"version": "7.5.4",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/builtins/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/bytes": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/cacheable-lookup": {
			"version": "5.0.4",
			"license": "MIT",
			"engines": {
				"node": ">=10.6.0"
			}
		},
		"node_modules/cacheable-request": {
			"version": "7.0.4",
			"license": "MIT",
			"dependencies": {
				"clone-response": "^1.0.2",
				"get-stream": "^5.1.0",
				"http-cache-semantics": "^4.0.0",
				"keyv": "^4.0.0",
				"lowercase-keys": "^2.0.0",
				"normalize-url": "^6.0.1",
				"responselike": "^2.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/call-bind": {
			"version": "1.0.2",
			"dev": true,
			"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",
			"license": "MIT",
			"dependencies": {
				"pascal-case": "^3.1.2",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/camelcase": {
			"version": "6.3.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/camelcase-keys": {
			"version": "6.2.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"camelcase": "^5.3.1",
				"map-obj": "^4.0.0",
				"quick-lru": "^4.0.1"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/camelcase-keys/node_modules/camelcase": {
			"version": "5.3.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/camelcase-keys/node_modules/quick-lru": {
			"version": "4.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/caniuse-api": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.0.0",
				"caniuse-lite": "^1.0.0",
				"lodash.memoize": "^4.1.2",
				"lodash.uniq": "^4.5.0"
			}
		},
		"node_modules/caniuse-lite": {
			"version": "1.0.30001527",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/browserslist"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"license": "CC-BY-4.0"
		},
		"node_modules/capital-case": {
			"version": "1.0.4",
			"license": "MIT",
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3",
				"upper-case-first": "^2.0.2"
			}
		},
		"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",
			"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/char-regex": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/chardet": {
			"version": "0.7.0",
			"license": "MIT"
		},
		"node_modules/check-node-version": {
			"version": "4.2.1",
			"dev": true,
			"license": "Unlicense",
			"dependencies": {
				"chalk": "^3.0.0",
				"map-values": "^1.0.1",
				"minimist": "^1.2.0",
				"object-filter": "^1.0.2",
				"run-parallel": "^1.1.4",
				"semver": "^6.3.0"
			},
			"bin": {
				"check-node-version": "bin.js"
			},
			"engines": {
				"node": ">=8.3.0"
			}
		},
		"node_modules/check-node-version/node_modules/chalk": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ansi-styles": "^4.1.0",
				"supports-color": "^7.1.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/chokidar": {
			"version": "3.5.3",
			"dev": true,
			"funding": [
				{
					"type": "individual",
					"url": "https://paulmillr.com/funding/"
				}
			],
			"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/chokidar/node_modules/glob-parent": {
			"version": "5.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"is-glob": "^4.0.1"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/chownr": {
			"version": "1.1.4",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/chrome-trace-event": {
			"version": "1.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.0"
			}
		},
		"node_modules/ci-info": {
			"version": "3.8.0",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/sibiraj-s"
				}
			],
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/cjs-module-lexer": {
			"version": "1.2.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/classnames": {
			"version": "2.3.2",
			"license": "MIT"
		},
		"node_modules/clean-webpack-plugin": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/webpack": "^4.4.31",
				"del": "^4.1.1"
			},
			"engines": {
				"node": ">=8.9.0"
			},
			"peerDependencies": {
				"webpack": "*"
			}
		},
		"node_modules/cli-cursor": {
			"version": "3.1.0",
			"license": "MIT",
			"dependencies": {
				"restore-cursor": "^3.1.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/cli-spinners": {
			"version": "2.9.0",
			"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-truncate/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/cli-truncate/node_modules/string-width": {
			"version": "5.1.2",
			"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/cli-truncate/node_modules/strip-ansi": {
			"version": "7.1.0",
			"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/cli-width": {
			"version": "3.0.0",
			"license": "ISC",
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/clipboard": {
			"version": "2.0.11",
			"license": "MIT",
			"dependencies": {
				"good-listener": "^1.2.2",
				"select": "^1.1.2",
				"tiny-emitter": "^2.0.0"
			}
		},
		"node_modules/cliui": {
			"version": "8.0.1",
			"license": "ISC",
			"dependencies": {
				"string-width": "^4.2.0",
				"strip-ansi": "^6.0.1",
				"wrap-ansi": "^7.0.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/cliui/node_modules/wrap-ansi": {
			"version": "7.0.0",
			"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/clone": {
			"version": "1.0.4",
			"license": "MIT",
			"engines": {
				"node": ">=0.8"
			}
		},
		"node_modules/clone-deep": {
			"version": "0.2.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"for-own": "^0.1.3",
				"is-plain-object": "^2.0.1",
				"kind-of": "^3.0.2",
				"lazy-cache": "^1.0.3",
				"shallow-clone": "^0.1.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/clone-deep/node_modules/is-plain-object": {
			"version": "2.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"isobject": "^3.0.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/clone-response": {
			"version": "1.0.3",
			"license": "MIT",
			"dependencies": {
				"mimic-response": "^1.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/cmdk": {
			"version": "0.2.0",
			"license": "MIT",
			"dependencies": {
				"@radix-ui/react-dialog": "1.0.0",
				"command-score": "0.1.2"
			},
			"peerDependencies": {
				"react": "^18.0.0",
				"react-dom": "^18.0.0"
			}
		},
		"node_modules/co": {
			"version": "4.6.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"iojs": ">= 1.0.0",
				"node": ">= 0.12.0"
			}
		},
		"node_modules/collect-v8-coverage": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT"
		},
		"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/colord": {
			"version": "2.9.3",
			"license": "MIT"
		},
		"node_modules/colorette": {
			"version": "2.0.20",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/combined-stream": {
			"version": "1.0.8",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"delayed-stream": "~1.0.0"
			},
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/command-score": {
			"version": "0.1.2",
			"license": "MIT"
		},
		"node_modules/commander": {
			"version": "5.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/comment-parser": {
			"version": "1.4.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 12.0.0"
			}
		},
		"node_modules/common-path-prefix": {
			"version": "3.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/commondir": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/compressible": {
			"version": "2.0.18",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"mime-db": ">= 1.43.0 < 2"
			},
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/compression": {
			"version": "1.7.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"accepts": "~1.3.5",
				"bytes": "3.0.0",
				"compressible": "~2.0.16",
				"debug": "2.6.9",
				"on-headers": "~1.0.2",
				"safe-buffer": "5.1.2",
				"vary": "~1.1.2"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/compression/node_modules/debug": {
			"version": "2.6.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/compression/node_modules/ms": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/compression/node_modules/safe-buffer": {
			"version": "5.1.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/compute-scroll-into-view": {
			"version": "1.0.20",
			"license": "MIT"
		},
		"node_modules/computed-style": {
			"version": "0.1.4"
		},
		"node_modules/concat-map": {
			"version": "0.0.1",
			"license": "MIT"
		},
		"node_modules/concat-stream": {
			"version": "1.6.2",
			"engines": [
				"node >= 0.8"
			],
			"license": "MIT",
			"dependencies": {
				"buffer-from": "^1.0.0",
				"inherits": "^2.0.3",
				"readable-stream": "^2.2.2",
				"typedarray": "^0.0.6"
			}
		},
		"node_modules/connect-history-api-fallback": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.8"
			}
		},
		"node_modules/constant-case": {
			"version": "3.0.4",
			"license": "MIT",
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3",
				"upper-case": "^2.0.2"
			}
		},
		"node_modules/content-disposition": {
			"version": "0.5.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"safe-buffer": "5.2.1"
			},
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/content-type": {
			"version": "1.0.5",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/convert-source-map": {
			"version": "1.9.0",
			"license": "MIT"
		},
		"node_modules/cookie": {
			"version": "0.5.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/cookie-signature": {
			"version": "1.0.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/copy-dir": {
			"version": "1.3.0",
			"license": "MIT"
		},
		"node_modules/copy-webpack-plugin": {
			"version": "10.2.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-glob": "^3.2.7",
				"glob-parent": "^6.0.1",
				"globby": "^12.0.2",
				"normalize-path": "^3.0.0",
				"schema-utils": "^4.0.0",
				"serialize-javascript": "^6.0.0"
			},
			"engines": {
				"node": ">= 12.20.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^5.1.0"
			}
		},
		"node_modules/copy-webpack-plugin/node_modules/ajv": {
			"version": "8.12.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/copy-webpack-plugin/node_modules/ajv-keywords": {
			"version": "5.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.3"
			},
			"peerDependencies": {
				"ajv": "^8.8.2"
			}
		},
		"node_modules/copy-webpack-plugin/node_modules/array-union": {
			"version": "3.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/copy-webpack-plugin/node_modules/globby": {
			"version": "12.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"array-union": "^3.0.1",
				"dir-glob": "^3.0.1",
				"fast-glob": "^3.2.7",
				"ignore": "^5.1.9",
				"merge2": "^1.4.1",
				"slash": "^4.0.0"
			},
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/copy-webpack-plugin/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/copy-webpack-plugin/node_modules/schema-utils": {
			"version": "4.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/json-schema": "^7.0.9",
				"ajv": "^8.9.0",
				"ajv-formats": "^2.1.1",
				"ajv-keywords": "^5.1.0"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/copy-webpack-plugin/node_modules/slash": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/core-js": {
			"version": "3.32.1",
			"dev": true,
			"hasInstallScript": true,
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/core-js"
			}
		},
		"node_modules/core-js-compat": {
			"version": "3.32.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.21.10"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/core-js"
			}
		},
		"node_modules/core-js-pure": {
			"version": "3.32.1",
			"dev": true,
			"hasInstallScript": true,
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/core-js"
			}
		},
		"node_modules/core-util-is": {
			"version": "1.0.3",
			"license": "MIT"
		},
		"node_modules/cosmiconfig": {
			"version": "8.3.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"import-fresh": "^3.3.0",
				"js-yaml": "^4.1.0",
				"parse-json": "^5.2.0",
				"path-type": "^4.0.0"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"url": "https://github.com/sponsors/d-fischer"
			},
			"peerDependencies": {
				"typescript": ">=4.9.5"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/cosmiconfig/node_modules/argparse": {
			"version": "2.0.1",
			"dev": true,
			"license": "Python-2.0"
		},
		"node_modules/cosmiconfig/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/cross-fetch": {
			"version": "3.1.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"node-fetch": "2.6.7"
			}
		},
		"node_modules/cross-spawn": {
			"version": "5.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"lru-cache": "^4.0.1",
				"shebang-command": "^1.2.0",
				"which": "^1.2.9"
			}
		},
		"node_modules/cross-spawn/node_modules/lru-cache": {
			"version": "4.1.5",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"pseudomap": "^1.0.2",
				"yallist": "^2.1.2"
			}
		},
		"node_modules/cross-spawn/node_modules/yallist": {
			"version": "2.1.2",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/css-declaration-sorter": {
			"version": "6.4.1",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": "^10 || ^12 || >=14"
			},
			"peerDependencies": {
				"postcss": "^8.0.9"
			}
		},
		"node_modules/css-functions-list": {
			"version": "3.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12.22"
			}
		},
		"node_modules/css-loader": {
			"version": "6.8.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"icss-utils": "^5.1.0",
				"postcss": "^8.4.21",
				"postcss-modules-extract-imports": "^3.0.0",
				"postcss-modules-local-by-default": "^4.0.3",
				"postcss-modules-scope": "^3.0.0",
				"postcss-modules-values": "^4.0.0",
				"postcss-value-parser": "^4.2.0",
				"semver": "^7.3.8"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^5.0.0"
			}
		},
		"node_modules/css-loader/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/css-loader/node_modules/semver": {
			"version": "7.5.4",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/css-loader/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/css-select": {
			"version": "5.1.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"boolbase": "^1.0.0",
				"css-what": "^6.1.0",
				"domhandler": "^5.0.2",
				"domutils": "^3.0.1",
				"nth-check": "^2.0.1"
			},
			"funding": {
				"url": "https://github.com/sponsors/fb55"
			}
		},
		"node_modules/css-tree": {
			"version": "2.3.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"mdn-data": "2.0.30",
				"source-map-js": "^1.0.1"
			},
			"engines": {
				"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
			}
		},
		"node_modules/css-what": {
			"version": "6.1.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"engines": {
				"node": ">= 6"
			},
			"funding": {
				"url": "https://github.com/sponsors/fb55"
			}
		},
		"node_modules/cssesc": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"bin": {
				"cssesc": "bin/cssesc"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/cssnano": {
			"version": "6.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cssnano-preset-default": "^6.0.1",
				"lilconfig": "^2.1.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/cssnano"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/cssnano-preset-default": {
			"version": "6.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"css-declaration-sorter": "^6.3.1",
				"cssnano-utils": "^4.0.0",
				"postcss-calc": "^9.0.0",
				"postcss-colormin": "^6.0.0",
				"postcss-convert-values": "^6.0.0",
				"postcss-discard-comments": "^6.0.0",
				"postcss-discard-duplicates": "^6.0.0",
				"postcss-discard-empty": "^6.0.0",
				"postcss-discard-overridden": "^6.0.0",
				"postcss-merge-longhand": "^6.0.0",
				"postcss-merge-rules": "^6.0.1",
				"postcss-minify-font-values": "^6.0.0",
				"postcss-minify-gradients": "^6.0.0",
				"postcss-minify-params": "^6.0.0",
				"postcss-minify-selectors": "^6.0.0",
				"postcss-normalize-charset": "^6.0.0",
				"postcss-normalize-display-values": "^6.0.0",
				"postcss-normalize-positions": "^6.0.0",
				"postcss-normalize-repeat-style": "^6.0.0",
				"postcss-normalize-string": "^6.0.0",
				"postcss-normalize-timing-functions": "^6.0.0",
				"postcss-normalize-unicode": "^6.0.0",
				"postcss-normalize-url": "^6.0.0",
				"postcss-normalize-whitespace": "^6.0.0",
				"postcss-ordered-values": "^6.0.0",
				"postcss-reduce-initial": "^6.0.0",
				"postcss-reduce-transforms": "^6.0.0",
				"postcss-svgo": "^6.0.0",
				"postcss-unique-selectors": "^6.0.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/cssnano-utils": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/csso": {
			"version": "5.0.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"css-tree": "~2.2.0"
			},
			"engines": {
				"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
				"npm": ">=7.0.0"
			}
		},
		"node_modules/csso/node_modules/css-tree": {
			"version": "2.2.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"mdn-data": "2.0.28",
				"source-map-js": "^1.0.1"
			},
			"engines": {
				"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
				"npm": ">=7.0.0"
			}
		},
		"node_modules/csso/node_modules/mdn-data": {
			"version": "2.0.28",
			"dev": true,
			"license": "CC0-1.0"
		},
		"node_modules/cssom": {
			"version": "0.5.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/cssstyle": {
			"version": "2.3.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cssom": "~0.3.6"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/cssstyle/node_modules/cssom": {
			"version": "0.3.8",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/csstype": {
			"version": "3.1.2",
			"license": "MIT"
		},
		"node_modules/cwd": {
			"version": "0.10.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"find-pkg": "^0.1.2",
				"fs-exists-sync": "^0.1.0"
			},
			"engines": {
				"node": ">=0.8"
			}
		},
		"node_modules/damerau-levenshtein": {
			"version": "1.0.8",
			"dev": true,
			"license": "BSD-2-Clause"
		},
		"node_modules/data-urls": {
			"version": "3.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"abab": "^2.0.6",
				"whatwg-mimetype": "^3.0.0",
				"whatwg-url": "^11.0.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/date-fns": {
			"version": "2.30.0",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.21.0"
			},
			"engines": {
				"node": ">=0.11"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/date-fns"
			}
		},
		"node_modules/debug": {
			"version": "4.3.4",
			"license": "MIT",
			"dependencies": {
				"ms": "2.1.2"
			},
			"engines": {
				"node": ">=6.0"
			},
			"peerDependenciesMeta": {
				"supports-color": {
					"optional": true
				}
			}
		},
		"node_modules/decamelize": {
			"version": "1.2.0",
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/decamelize-keys": {
			"version": "1.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"decamelize": "^1.1.0",
				"map-obj": "^1.0.0"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/decamelize-keys/node_modules/map-obj": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/decimal.js": {
			"version": "10.4.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/decompress-response": {
			"version": "6.0.0",
			"license": "MIT",
			"dependencies": {
				"mimic-response": "^3.1.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/decompress-response/node_modules/mimic-response": {
			"version": "3.1.0",
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/dedent": {
			"version": "1.5.1",
			"dev": true,
			"license": "MIT",
			"peerDependencies": {
				"babel-plugin-macros": "^3.1.0"
			},
			"peerDependenciesMeta": {
				"babel-plugin-macros": {
					"optional": true
				}
			}
		},
		"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.3.1",
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/default-gateway": {
			"version": "6.0.3",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"execa": "^5.0.0"
			},
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/defaults": {
			"version": "1.0.4",
			"license": "MIT",
			"dependencies": {
				"clone": "^1.0.2"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/defer-to-connect": {
			"version": "2.0.1",
			"license": "MIT",
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/define-lazy-prop": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/define-properties": {
			"version": "1.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"has-property-descriptors": "^1.0.0",
				"object-keys": "^1.1.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/del": {
			"version": "4.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/glob": "^7.1.1",
				"globby": "^6.1.0",
				"is-path-cwd": "^2.0.0",
				"is-path-in-cwd": "^2.0.0",
				"p-map": "^2.0.0",
				"pify": "^4.0.1",
				"rimraf": "^2.6.3"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/del/node_modules/array-union": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"array-uniq": "^1.0.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/del/node_modules/globby": {
			"version": "6.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"array-union": "^1.0.1",
				"glob": "^7.0.3",
				"object-assign": "^4.0.1",
				"pify": "^2.0.0",
				"pinkie-promise": "^2.0.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/del/node_modules/globby/node_modules/pify": {
			"version": "2.3.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/del/node_modules/rimraf": {
			"version": "2.7.1",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"glob": "^7.1.3"
			},
			"bin": {
				"rimraf": "bin.js"
			}
		},
		"node_modules/delayed-stream": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.4.0"
			}
		},
		"node_modules/delegate": {
			"version": "3.2.0",
			"license": "MIT"
		},
		"node_modules/depd": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/dequal": {
			"version": "2.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/destroy": {
			"version": "1.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8",
				"npm": "1.2.8000 || >= 1.4.16"
			}
		},
		"node_modules/detect-newline": {
			"version": "3.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/detect-node": {
			"version": "2.1.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/detect-node-es": {
			"version": "1.1.0",
			"license": "MIT"
		},
		"node_modules/devtools-protocol": {
			"version": "0.0.981744",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"node_modules/diff": {
			"version": "4.0.2",
			"license": "BSD-3-Clause",
			"engines": {
				"node": ">=0.3.1"
			}
		},
		"node_modules/diff-sequences": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/dir-glob": {
			"version": "3.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"path-type": "^4.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/dns-equal": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/dns-packet": {
			"version": "5.6.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@leichtgewicht/ip-codec": "^2.0.1"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/docker-compose": {
			"version": "0.22.2",
			"license": "MIT",
			"engines": {
				"node": ">= 6.0.0"
			}
		},
		"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/dom-scroll-into-view": {
			"version": "1.2.1",
			"license": "MIT"
		},
		"node_modules/dom-serializer": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"domelementtype": "^2.3.0",
				"domhandler": "^5.0.2",
				"entities": "^4.2.0"
			},
			"funding": {
				"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
			}
		},
		"node_modules/domelementtype": {
			"version": "2.3.0",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/fb55"
				}
			],
			"license": "BSD-2-Clause"
		},
		"node_modules/domexception": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"webidl-conversions": "^7.0.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/domhandler": {
			"version": "5.0.3",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"domelementtype": "^2.3.0"
			},
			"engines": {
				"node": ">= 4"
			},
			"funding": {
				"url": "https://github.com/fb55/domhandler?sponsor=1"
			}
		},
		"node_modules/domutils": {
			"version": "3.1.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"dom-serializer": "^2.0.0",
				"domelementtype": "^2.3.0",
				"domhandler": "^5.0.3"
			},
			"funding": {
				"url": "https://github.com/fb55/domutils?sponsor=1"
			}
		},
		"node_modules/dot-case": {
			"version": "3.0.4",
			"license": "MIT",
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/downshift": {
			"version": "6.1.12",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.14.8",
				"compute-scroll-into-view": "^1.0.17",
				"prop-types": "^15.7.2",
				"react-is": "^17.0.2",
				"tslib": "^2.3.0"
			},
			"peerDependencies": {
				"react": ">=16.12.0"
			}
		},
		"node_modules/duplexer": {
			"version": "0.1.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/eastasianwidth": {
			"version": "0.2.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/ee-first": {
			"version": "1.1.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/electron-to-chromium": {
			"version": "1.4.508",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/emittery": {
			"version": "0.13.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sindresorhus/emittery?sponsor=1"
			}
		},
		"node_modules/emoji-regex": {
			"version": "9.2.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/emojis-list": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 4"
			}
		},
		"node_modules/encodeurl": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/encoding": {
			"version": "0.1.13",
			"license": "MIT",
			"dependencies": {
				"iconv-lite": "^0.6.2"
			}
		},
		"node_modules/end-of-stream": {
			"version": "1.4.4",
			"license": "MIT",
			"dependencies": {
				"once": "^1.4.0"
			}
		},
		"node_modules/enhanced-resolve": {
			"version": "5.15.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"graceful-fs": "^4.2.4",
				"tapable": "^2.2.0"
			},
			"engines": {
				"node": ">=10.13.0"
			}
		},
		"node_modules/entities": {
			"version": "4.5.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"engines": {
				"node": ">=0.12"
			},
			"funding": {
				"url": "https://github.com/fb55/entities?sponsor=1"
			}
		},
		"node_modules/envinfo": {
			"version": "7.10.0",
			"dev": true,
			"license": "MIT",
			"bin": {
				"envinfo": "dist/cli.js"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/equivalent-key-map": {
			"version": "0.2.2",
			"license": "MIT"
		},
		"node_modules/error-ex": {
			"version": "1.3.2",
			"license": "MIT",
			"dependencies": {
				"is-arrayish": "^0.2.1"
			}
		},
		"node_modules/error-stack-parser": {
			"version": "2.1.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"stackframe": "^1.3.4"
			}
		},
		"node_modules/es-abstract": {
			"version": "1.22.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"array-buffer-byte-length": "^1.0.0",
				"arraybuffer.prototype.slice": "^1.0.1",
				"available-typed-arrays": "^1.0.5",
				"call-bind": "^1.0.2",
				"es-set-tostringtag": "^2.0.1",
				"es-to-primitive": "^1.2.1",
				"function.prototype.name": "^1.1.5",
				"get-intrinsic": "^1.2.1",
				"get-symbol-description": "^1.0.0",
				"globalthis": "^1.0.3",
				"gopd": "^1.0.1",
				"has": "^1.0.3",
				"has-property-descriptors": "^1.0.0",
				"has-proto": "^1.0.1",
				"has-symbols": "^1.0.3",
				"internal-slot": "^1.0.5",
				"is-array-buffer": "^3.0.2",
				"is-callable": "^1.2.7",
				"is-negative-zero": "^2.0.2",
				"is-regex": "^1.1.4",
				"is-shared-array-buffer": "^1.0.2",
				"is-string": "^1.0.7",
				"is-typed-array": "^1.1.10",
				"is-weakref": "^1.0.2",
				"object-inspect": "^1.12.3",
				"object-keys": "^1.1.1",
				"object.assign": "^4.1.4",
				"regexp.prototype.flags": "^1.5.0",
				"safe-array-concat": "^1.0.0",
				"safe-regex-test": "^1.0.0",
				"string.prototype.trim": "^1.2.7",
				"string.prototype.trimend": "^1.0.6",
				"string.prototype.trimstart": "^1.0.6",
				"typed-array-buffer": "^1.0.0",
				"typed-array-byte-length": "^1.0.0",
				"typed-array-byte-offset": "^1.0.0",
				"typed-array-length": "^1.0.4",
				"unbox-primitive": "^1.0.2",
				"which-typed-array": "^1.1.10"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/es-iterator-helpers": {
			"version": "1.0.14",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"asynciterator.prototype": "^1.0.0",
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"es-set-tostringtag": "^2.0.1",
				"function-bind": "^1.1.1",
				"get-intrinsic": "^1.2.1",
				"globalthis": "^1.0.3",
				"has-property-descriptors": "^1.0.0",
				"has-proto": "^1.0.1",
				"has-symbols": "^1.0.3",
				"internal-slot": "^1.0.5",
				"iterator.prototype": "^1.1.0",
				"safe-array-concat": "^1.0.0"
			}
		},
		"node_modules/es-module-lexer": {
			"version": "1.3.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/es-set-tostringtag": {
			"version": "2.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"get-intrinsic": "^1.1.3",
				"has": "^1.0.3",
				"has-tostringtag": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/es-shim-unscopables": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"has": "^1.0.3"
			}
		},
		"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-html": {
			"version": "1.0.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/escape-string-regexp": {
			"version": "4.0.0",
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/escodegen": {
			"version": "2.1.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"esprima": "^4.0.1",
				"estraverse": "^5.2.0",
				"esutils": "^2.0.2"
			},
			"bin": {
				"escodegen": "bin/escodegen.js",
				"esgenerate": "bin/esgenerate.js"
			},
			"engines": {
				"node": ">=6.0"
			},
			"optionalDependencies": {
				"source-map": "~0.6.1"
			}
		},
		"node_modules/escodegen/node_modules/source-map": {
			"version": "0.6.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"optional": true,
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/eslint": {
			"version": "8.48.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@eslint-community/eslint-utils": "^4.2.0",
				"@eslint-community/regexpp": "^4.6.1",
				"@eslint/eslintrc": "^2.1.2",
				"@eslint/js": "8.48.0",
				"@humanwhocodes/config-array": "^0.11.10",
				"@humanwhocodes/module-importer": "^1.0.1",
				"@nodelib/fs.walk": "^1.2.8",
				"ajv": "^6.12.4",
				"chalk": "^4.0.0",
				"cross-spawn": "^7.0.2",
				"debug": "^4.3.2",
				"doctrine": "^3.0.0",
				"escape-string-regexp": "^4.0.0",
				"eslint-scope": "^7.2.2",
				"eslint-visitor-keys": "^3.4.3",
				"espree": "^9.6.1",
				"esquery": "^1.4.2",
				"esutils": "^2.0.2",
				"fast-deep-equal": "^3.1.3",
				"file-entry-cache": "^6.0.1",
				"find-up": "^5.0.0",
				"glob-parent": "^6.0.2",
				"globals": "^13.19.0",
				"graphemer": "^1.4.0",
				"ignore": "^5.2.0",
				"imurmurhash": "^0.1.4",
				"is-glob": "^4.0.0",
				"is-path-inside": "^3.0.3",
				"js-yaml": "^4.1.0",
				"json-stable-stringify-without-jsonify": "^1.0.1",
				"levn": "^0.4.1",
				"lodash.merge": "^4.6.2",
				"minimatch": "^3.1.2",
				"natural-compare": "^1.4.0",
				"optionator": "^0.9.3",
				"strip-ansi": "^6.0.1",
				"text-table": "^0.2.0"
			},
			"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-prettier": {
			"version": "8.10.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.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"debug": "^3.2.7",
				"is-core-module": "^2.13.0",
				"resolve": "^1.22.4"
			}
		},
		"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-module-utils": {
			"version": "2.8.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"debug": "^3.2.7"
			},
			"engines": {
				"node": ">=4"
			},
			"peerDependenciesMeta": {
				"eslint": {
					"optional": true
				}
			}
		},
		"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.28.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"array-includes": "^3.1.6",
				"array.prototype.findlastindex": "^1.2.2",
				"array.prototype.flat": "^1.3.1",
				"array.prototype.flatmap": "^1.3.1",
				"debug": "^3.2.7",
				"doctrine": "^2.1.0",
				"eslint-import-resolver-node": "^0.3.7",
				"eslint-module-utils": "^2.8.0",
				"has": "^1.0.3",
				"is-core-module": "^2.13.0",
				"is-glob": "^4.0.3",
				"minimatch": "^3.1.2",
				"object.fromentries": "^2.0.6",
				"object.groupby": "^1.0.0",
				"object.values": "^1.1.6",
				"semver": "^6.3.1",
				"tsconfig-paths": "^3.14.2"
			},
			"engines": {
				"node": ">=4"
			},
			"peerDependencies": {
				"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
			}
		},
		"node_modules/eslint-plugin-import/node_modules/debug": {
			"version": "3.2.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ms": "^2.1.1"
			}
		},
		"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-jest": {
			"version": "27.2.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@typescript-eslint/utils": "^5.10.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0",
				"eslint": "^7.0.0 || ^8.0.0",
				"jest": "*"
			},
			"peerDependenciesMeta": {
				"@typescript-eslint/eslint-plugin": {
					"optional": true
				},
				"jest": {
					"optional": true
				}
			}
		},
		"node_modules/eslint-plugin-jsdoc": {
			"version": "46.5.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"@es-joy/jsdoccomment": "~0.40.1",
				"are-docs-informative": "^0.0.2",
				"comment-parser": "1.4.0",
				"debug": "^4.3.4",
				"escape-string-regexp": "^4.0.0",
				"esquery": "^1.5.0",
				"is-builtin-module": "^3.2.1",
				"semver": "^7.5.4",
				"spdx-expression-parse": "^3.0.1"
			},
			"engines": {
				"node": ">=16"
			},
			"peerDependencies": {
				"eslint": "^7.0.0 || ^8.0.0"
			}
		},
		"node_modules/eslint-plugin-jsdoc/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/eslint-plugin-jsdoc/node_modules/semver": {
			"version": "7.5.4",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/eslint-plugin-jsdoc/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/eslint-plugin-jsx-a11y": {
			"version": "6.7.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.20.7",
				"aria-query": "^5.1.3",
				"array-includes": "^3.1.6",
				"array.prototype.flatmap": "^1.3.1",
				"ast-types-flow": "^0.0.7",
				"axe-core": "^4.6.2",
				"axobject-query": "^3.1.1",
				"damerau-levenshtein": "^1.0.8",
				"emoji-regex": "^9.2.2",
				"has": "^1.0.3",
				"jsx-ast-utils": "^3.3.3",
				"language-tags": "=1.0.5",
				"minimatch": "^3.1.2",
				"object.entries": "^1.1.6",
				"object.fromentries": "^2.0.6",
				"semver": "^6.3.0"
			},
			"engines": {
				"node": ">=4.0"
			},
			"peerDependencies": {
				"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
			}
		},
		"node_modules/eslint-plugin-prettier": {
			"version": "3.4.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"prettier-linter-helpers": "^1.0.0"
			},
			"engines": {
				"node": ">=6.0.0"
			},
			"peerDependencies": {
				"eslint": ">=5.0.0",
				"prettier": ">=1.13.0"
			},
			"peerDependenciesMeta": {
				"eslint-config-prettier": {
					"optional": true
				}
			}
		},
		"node_modules/eslint-plugin-react": {
			"version": "7.33.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"array-includes": "^3.1.6",
				"array.prototype.flatmap": "^1.3.1",
				"array.prototype.tosorted": "^1.1.1",
				"doctrine": "^2.1.0",
				"es-iterator-helpers": "^1.0.12",
				"estraverse": "^5.3.0",
				"jsx-ast-utils": "^2.4.1 || ^3.0.0",
				"minimatch": "^3.1.2",
				"object.entries": "^1.1.6",
				"object.fromentries": "^2.0.6",
				"object.hasown": "^1.1.2",
				"object.values": "^1.1.6",
				"prop-types": "^15.8.1",
				"resolve": "^2.0.0-next.4",
				"semver": "^6.3.1",
				"string.prototype.matchall": "^4.0.8"
			},
			"engines": {
				"node": ">=4"
			},
			"peerDependencies": {
				"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
			}
		},
		"node_modules/eslint-plugin-react-hooks": {
			"version": "4.6.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.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-core-module": "^2.9.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/eslint-scope": {
			"version": "5.1.1",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"esrecurse": "^4.3.0",
				"estraverse": "^4.1.1"
			},
			"engines": {
				"node": ">=8.0.0"
			}
		},
		"node_modules/eslint-scope/node_modules/estraverse": {
			"version": "4.3.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"engines": {
				"node": ">=4.0"
			}
		},
		"node_modules/eslint-visitor-keys": {
			"version": "2.1.0",
			"dev": true,
			"license": "Apache-2.0",
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/eslint/node_modules/argparse": {
			"version": "2.0.1",
			"dev": true,
			"license": "Python-2.0"
		},
		"node_modules/eslint/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/eslint/node_modules/eslint-scope": {
			"version": "7.2.2",
			"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"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/eslint/node_modules/eslint-visitor-keys": {
			"version": "3.4.3",
			"dev": true,
			"license": "Apache-2.0",
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/eslint/node_modules/globals": {
			"version": "13.21.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"type-fest": "^0.20.2"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/eslint/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/eslint/node_modules/shebang-command": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"shebang-regex": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/eslint/node_modules/shebang-regex": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/eslint/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/eslint/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/espree": {
			"version": "9.6.1",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"acorn": "^8.9.0",
				"acorn-jsx": "^5.3.2",
				"eslint-visitor-keys": "^3.4.1"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/espree/node_modules/eslint-visitor-keys": {
			"version": "3.4.3",
			"dev": true,
			"license": "Apache-2.0",
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			}
		},
		"node_modules/esprima": {
			"version": "4.0.1",
			"license": "BSD-2-Clause",
			"bin": {
				"esparse": "bin/esparse.js",
				"esvalidate": "bin/esvalidate.js"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/esquery": {
			"version": "1.5.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/etag": {
			"version": "1.8.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/eventemitter3": {
			"version": "5.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/events": {
			"version": "3.3.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.8.x"
			}
		},
		"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/execa/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/execa/node_modules/get-stream": {
			"version": "6.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/execa/node_modules/shebang-command": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"shebang-regex": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/execa/node_modules/shebang-regex": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/execa/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/exit": {
			"version": "0.1.2",
			"dev": true,
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/expand-tilde": {
			"version": "1.2.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"os-homedir": "^1.0.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/expect": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/expect-utils": "^29.6.4",
				"jest-get-type": "^29.6.3",
				"jest-matcher-utils": "^29.6.4",
				"jest-message-util": "^29.6.3",
				"jest-util": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/expect-puppeteer": {
			"version": "4.4.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/express": {
			"version": "4.18.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"accepts": "~1.3.8",
				"array-flatten": "1.1.1",
				"body-parser": "1.20.1",
				"content-disposition": "0.5.4",
				"content-type": "~1.0.4",
				"cookie": "0.5.0",
				"cookie-signature": "1.0.6",
				"debug": "2.6.9",
				"depd": "2.0.0",
				"encodeurl": "~1.0.2",
				"escape-html": "~1.0.3",
				"etag": "~1.8.1",
				"finalhandler": "1.2.0",
				"fresh": "0.5.2",
				"http-errors": "2.0.0",
				"merge-descriptors": "1.0.1",
				"methods": "~1.1.2",
				"on-finished": "2.4.1",
				"parseurl": "~1.3.3",
				"path-to-regexp": "0.1.7",
				"proxy-addr": "~2.0.7",
				"qs": "6.11.0",
				"range-parser": "~1.2.1",
				"safe-buffer": "5.2.1",
				"send": "0.18.0",
				"serve-static": "1.15.0",
				"setprototypeof": "1.2.0",
				"statuses": "2.0.1",
				"type-is": "~1.6.18",
				"utils-merge": "1.0.1",
				"vary": "~1.1.2"
			},
			"engines": {
				"node": ">= 0.10.0"
			}
		},
		"node_modules/express/node_modules/array-flatten": {
			"version": "1.1.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/express/node_modules/debug": {
			"version": "2.6.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/express/node_modules/ms": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/express/node_modules/path-to-regexp": {
			"version": "0.1.7",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/external-editor": {
			"version": "3.1.0",
			"license": "MIT",
			"dependencies": {
				"chardet": "^0.7.0",
				"iconv-lite": "^0.4.24",
				"tmp": "^0.0.33"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/external-editor/node_modules/iconv-lite": {
			"version": "0.4.24",
			"license": "MIT",
			"dependencies": {
				"safer-buffer": ">= 2.1.2 < 3"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/extract-zip": {
			"version": "1.7.0",
			"license": "BSD-2-Clause",
			"dependencies": {
				"concat-stream": "^1.6.2",
				"debug": "^2.6.9",
				"mkdirp": "^0.5.4",
				"yauzl": "^2.10.0"
			},
			"bin": {
				"extract-zip": "cli.js"
			}
		},
		"node_modules/extract-zip/node_modules/debug": {
			"version": "2.6.9",
			"license": "MIT",
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/extract-zip/node_modules/ms": {
			"version": "2.0.0",
			"license": "MIT"
		},
		"node_modules/fast-deep-equal": {
			"version": "3.1.3",
			"license": "MIT"
		},
		"node_modules/fast-diff": {
			"version": "1.3.0",
			"dev": true,
			"license": "Apache-2.0"
		},
		"node_modules/fast-glob": {
			"version": "3.3.1",
			"dev": true,
			"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-glob/node_modules/glob-parent": {
			"version": "5.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"is-glob": "^4.0.1"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"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/fastest-levenshtein": {
			"version": "1.0.16",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 4.9.1"
			}
		},
		"node_modules/fastq": {
			"version": "1.15.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"reusify": "^1.0.4"
			}
		},
		"node_modules/faye-websocket": {
			"version": "0.11.4",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"websocket-driver": ">=0.5.1"
			},
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/fb-watchman": {
			"version": "2.0.2",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"bser": "2.1.1"
			}
		},
		"node_modules/fd-slicer": {
			"version": "1.1.0",
			"license": "MIT",
			"dependencies": {
				"pend": "~1.2.0"
			}
		},
		"node_modules/figures": {
			"version": "3.2.0",
			"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",
			"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/filename-reserved-regex": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/filenamify": {
			"version": "4.3.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"filename-reserved-regex": "^2.0.0",
				"strip-outer": "^1.0.1",
				"trim-repeated": "^1.0.0"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/fill-range": {
			"version": "7.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"to-regex-range": "^5.0.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/finalhandler": {
			"version": "1.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"debug": "2.6.9",
				"encodeurl": "~1.0.2",
				"escape-html": "~1.0.3",
				"on-finished": "2.4.1",
				"parseurl": "~1.3.3",
				"statuses": "2.0.1",
				"unpipe": "~1.0.0"
			},
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/finalhandler/node_modules/debug": {
			"version": "2.6.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/finalhandler/node_modules/ms": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/find-cache-dir": {
			"version": "3.3.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"commondir": "^1.0.1",
				"make-dir": "^3.0.2",
				"pkg-dir": "^4.1.0"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/avajs/find-cache-dir?sponsor=1"
			}
		},
		"node_modules/find-file-up": {
			"version": "0.1.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fs-exists-sync": "^0.1.0",
				"resolve-dir": "^0.1.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/find-parent-dir": {
			"version": "0.3.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/find-pkg": {
			"version": "0.1.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"find-file-up": "^0.1.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/find-process": {
			"version": "1.4.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chalk": "^4.0.0",
				"commander": "^5.1.0",
				"debug": "^4.1.1"
			},
			"bin": {
				"find-process": "bin/find-process.js"
			}
		},
		"node_modules/find-root": {
			"version": "1.1.0",
			"license": "MIT"
		},
		"node_modules/find-up": {
			"version": "5.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"locate-path": "^6.0.0",
				"path-exists": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/flat-cache": {
			"version": "3.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"flatted": "^3.2.7",
				"keyv": "^4.5.3",
				"rimraf": "^3.0.2"
			},
			"engines": {
				"node": ">=12.0.0"
			}
		},
		"node_modules/flatted": {
			"version": "3.2.7",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/follow-redirects": {
			"version": "1.15.2",
			"dev": true,
			"funding": [
				{
					"type": "individual",
					"url": "https://github.com/sponsors/RubenVerborgh"
				}
			],
			"license": "MIT",
			"engines": {
				"node": ">=4.0"
			},
			"peerDependenciesMeta": {
				"debug": {
					"optional": true
				}
			}
		},
		"node_modules/for-each": {
			"version": "0.3.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-callable": "^1.1.3"
			}
		},
		"node_modules/for-in": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/for-own": {
			"version": "0.1.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"for-in": "^1.0.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"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/forwarded": {
			"version": "0.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/fraction.js": {
			"version": "4.3.6",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "*"
			},
			"funding": {
				"type": "patreon",
				"url": "https://github.com/sponsors/rawify"
			}
		},
		"node_modules/framer-motion": {
			"version": "10.16.4",
			"license": "MIT",
			"dependencies": {
				"tslib": "^2.4.0"
			},
			"optionalDependencies": {
				"@emotion/is-prop-valid": "^0.8.2"
			},
			"peerDependencies": {
				"react": "^18.0.0",
				"react-dom": "^18.0.0"
			},
			"peerDependenciesMeta": {
				"react": {
					"optional": true
				},
				"react-dom": {
					"optional": true
				}
			}
		},
		"node_modules/framer-motion/node_modules/@emotion/is-prop-valid": {
			"version": "0.8.8",
			"license": "MIT",
			"optional": true,
			"dependencies": {
				"@emotion/memoize": "0.7.4"
			}
		},
		"node_modules/framer-motion/node_modules/@emotion/memoize": {
			"version": "0.7.4",
			"license": "MIT",
			"optional": true
		},
		"node_modules/fresh": {
			"version": "0.5.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/fs-constants": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/fs-exists-sync": {
			"version": "0.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/fs-monkey": {
			"version": "1.0.4",
			"dev": true,
			"license": "Unlicense"
		},
		"node_modules/fs.realpath": {
			"version": "1.0.0",
			"license": "ISC"
		},
		"node_modules/fsevents": {
			"version": "2.3.3",
			"dev": true,
			"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/function.prototype.name": {
			"version": "1.1.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"functions-have-names": "^1.2.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/functions-have-names": {
			"version": "1.2.3",
			"dev": true,
			"license": "MIT",
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/gensync": {
			"version": "1.0.0-beta.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/get-caller-file": {
			"version": "2.0.5",
			"license": "ISC",
			"engines": {
				"node": "6.* || 8.* || >= 10.*"
			}
		},
		"node_modules/get-intrinsic": {
			"version": "1.2.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"function-bind": "^1.1.1",
				"has": "^1.0.3",
				"has-proto": "^1.0.1",
				"has-symbols": "^1.0.3"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/get-nonce": {
			"version": "1.0.1",
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/get-package-type": {
			"version": "0.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8.0.0"
			}
		},
		"node_modules/get-stdin": {
			"version": "9.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/get-stream": {
			"version": "5.2.0",
			"license": "MIT",
			"dependencies": {
				"pump": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			},
			"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/gettext-parser": {
			"version": "1.4.0",
			"license": "MIT",
			"dependencies": {
				"encoding": "^0.1.12",
				"safe-buffer": "^5.1.1"
			}
		},
		"node_modules/glob": {
			"version": "7.2.3",
			"license": "ISC",
			"dependencies": {
				"fs.realpath": "^1.0.0",
				"inflight": "^1.0.4",
				"inherits": "2",
				"minimatch": "^3.1.1",
				"once": "^1.3.0",
				"path-is-absolute": "^1.0.0"
			},
			"engines": {
				"node": "*"
			},
			"funding": {
				"url": "https://github.com/sponsors/isaacs"
			}
		},
		"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/glob-to-regexp": {
			"version": "0.4.1",
			"dev": true,
			"license": "BSD-2-Clause"
		},
		"node_modules/global-modules": {
			"version": "0.2.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"global-prefix": "^0.1.4",
				"is-windows": "^0.2.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/global-prefix": {
			"version": "0.1.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"homedir-polyfill": "^1.0.0",
				"ini": "^1.3.4",
				"is-windows": "^0.2.0",
				"which": "^1.2.12"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/globals": {
			"version": "11.12.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/globalthis": {
			"version": "1.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"define-properties": "^1.1.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"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/globjoin": {
			"version": "0.1.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/good-listener": {
			"version": "1.2.2",
			"license": "MIT",
			"dependencies": {
				"delegate": "^3.1.2"
			}
		},
		"node_modules/gopd": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"get-intrinsic": "^1.1.3"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/got": {
			"version": "11.8.6",
			"license": "MIT",
			"dependencies": {
				"@sindresorhus/is": "^4.0.0",
				"@szmarczak/http-timer": "^4.0.5",
				"@types/cacheable-request": "^6.0.1",
				"@types/responselike": "^1.0.0",
				"cacheable-lookup": "^5.0.3",
				"cacheable-request": "^7.0.2",
				"decompress-response": "^6.0.0",
				"http2-wrapper": "^1.0.0-beta.5.2",
				"lowercase-keys": "^2.0.0",
				"p-cancelable": "^2.0.0",
				"responselike": "^2.0.0"
			},
			"engines": {
				"node": ">=10.19.0"
			},
			"funding": {
				"url": "https://github.com/sindresorhus/got?sponsor=1"
			}
		},
		"node_modules/graceful-fs": {
			"version": "4.2.11",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/gradient-parser": {
			"version": "0.1.5",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/graphemer": {
			"version": "1.4.0",
			"dev": true,
			"license": "MIT"
		},
		"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/handle-thing": {
			"version": "2.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/hard-rejection": {
			"version": "2.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/has": {
			"version": "1.0.3",
			"license": "MIT",
			"dependencies": {
				"function-bind": "^1.1.1"
			},
			"engines": {
				"node": ">= 0.4.0"
			}
		},
		"node_modules/has-bigints": {
			"version": "1.0.2",
			"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-property-descriptors": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"get-intrinsic": "^1.1.1"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/has-proto": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/has-symbols": {
			"version": "1.0.3",
			"dev": true,
			"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",
			"license": "MIT",
			"dependencies": {
				"capital-case": "^1.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/highlight-words-core": {
			"version": "1.2.2",
			"license": "MIT"
		},
		"node_modules/hoist-non-react-statics": {
			"version": "3.3.2",
			"license": "BSD-3-Clause",
			"dependencies": {
				"react-is": "^16.7.0"
			}
		},
		"node_modules/hoist-non-react-statics/node_modules/react-is": {
			"version": "16.13.1",
			"license": "MIT"
		},
		"node_modules/homedir-polyfill": {
			"version": "1.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"parse-passwd": "^1.0.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/hosted-git-info": {
			"version": "4.1.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/hosted-git-info/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/hosted-git-info/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/hpack.js": {
			"version": "2.1.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"inherits": "^2.0.1",
				"obuf": "^1.0.0",
				"readable-stream": "^2.0.1",
				"wbuf": "^1.1.0"
			}
		},
		"node_modules/hpq": {
			"version": "1.4.0",
			"license": "MIT"
		},
		"node_modules/html-encoding-sniffer": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"whatwg-encoding": "^2.0.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/html-entities": {
			"version": "2.4.0",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/mdevils"
				},
				{
					"type": "patreon",
					"url": "https://patreon.com/mdevils"
				}
			],
			"license": "MIT"
		},
		"node_modules/html-escaper": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/html-tags": {
			"version": "3.3.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/http-cache-semantics": {
			"version": "4.1.1",
			"license": "BSD-2-Clause"
		},
		"node_modules/http-deceiver": {
			"version": "1.2.7",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/http-errors": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"depd": "2.0.0",
				"inherits": "2.0.4",
				"setprototypeof": "1.2.0",
				"statuses": "2.0.1",
				"toidentifier": "1.0.1"
			},
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/http-parser-js": {
			"version": "0.5.8",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/http-proxy": {
			"version": "1.18.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"eventemitter3": "^4.0.0",
				"follow-redirects": "^1.0.0",
				"requires-port": "^1.0.0"
			},
			"engines": {
				"node": ">=8.0.0"
			}
		},
		"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/http-proxy-middleware": {
			"version": "2.0.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/http-proxy": "^1.17.8",
				"http-proxy": "^1.18.1",
				"is-glob": "^4.0.1",
				"is-plain-obj": "^3.0.0",
				"micromatch": "^4.0.2"
			},
			"engines": {
				"node": ">=12.0.0"
			},
			"peerDependencies": {
				"@types/express": "^4.17.13"
			},
			"peerDependenciesMeta": {
				"@types/express": {
					"optional": true
				}
			}
		},
		"node_modules/http-proxy/node_modules/eventemitter3": {
			"version": "4.0.7",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/http2-wrapper": {
			"version": "1.0.3",
			"license": "MIT",
			"dependencies": {
				"quick-lru": "^5.1.1",
				"resolve-alpn": "^1.0.0"
			},
			"engines": {
				"node": ">=10.19.0"
			}
		},
		"node_modules/https-proxy-agent": {
			"version": "5.0.1",
			"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/husky": {
			"version": "8.0.3",
			"dev": true,
			"license": "MIT",
			"bin": {
				"husky": "lib/bin.js"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"url": "https://github.com/sponsors/typicode"
			}
		},
		"node_modules/iconv-lite": {
			"version": "0.6.3",
			"license": "MIT",
			"dependencies": {
				"safer-buffer": ">= 2.1.2 < 3.0.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/icss-utils": {
			"version": "5.1.0",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.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": "5.2.4",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 4"
			}
		},
		"node_modules/ignore-walk": {
			"version": "4.0.1",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"minimatch": "^3.0.4"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/immutable": {
			"version": "4.3.4",
			"dev": true,
			"license": "MIT"
		},
		"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-lazy": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/import-local": {
			"version": "3.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"pkg-dir": "^4.2.0",
				"resolve-cwd": "^3.0.0"
			},
			"bin": {
				"import-local-fixture": "fixtures/cli.js"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"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",
			"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": "7.3.3",
			"license": "MIT",
			"dependencies": {
				"ansi-escapes": "^4.2.1",
				"chalk": "^4.1.0",
				"cli-cursor": "^3.1.0",
				"cli-width": "^3.0.0",
				"external-editor": "^3.0.3",
				"figures": "^3.0.0",
				"lodash": "^4.17.19",
				"mute-stream": "0.0.8",
				"run-async": "^2.4.0",
				"rxjs": "^6.6.0",
				"string-width": "^4.1.0",
				"strip-ansi": "^6.0.0",
				"through": "^2.3.6"
			},
			"engines": {
				"node": ">=8.0.0"
			}
		},
		"node_modules/internal-slot": {
			"version": "1.0.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"get-intrinsic": "^1.2.0",
				"has": "^1.0.3",
				"side-channel": "^1.0.4"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/interpret": {
			"version": "2.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.10"
			}
		},
		"node_modules/invariant": {
			"version": "2.2.4",
			"license": "MIT",
			"dependencies": {
				"loose-envify": "^1.0.0"
			}
		},
		"node_modules/ipaddr.js": {
			"version": "2.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/irregular-plurals": {
			"version": "3.5.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/is-array-buffer": {
			"version": "3.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"get-intrinsic": "^1.2.0",
				"is-typed-array": "^1.1.10"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-arrayish": {
			"version": "0.2.1",
			"license": "MIT"
		},
		"node_modules/is-async-function": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"has-tostringtag": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"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",
			"dev": true,
			"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-buffer": {
			"version": "1.1.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/is-builtin-module": {
			"version": "3.2.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"builtin-modules": "^3.3.0"
			},
			"engines": {
				"node": ">=6"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/is-callable": {
			"version": "1.2.7",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-core-module": {
			"version": "2.13.0",
			"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-docker": {
			"version": "2.2.1",
			"dev": true,
			"license": "MIT",
			"bin": {
				"is-docker": "cli.js"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/is-extendable": {
			"version": "0.1.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/is-extglob": {
			"version": "2.1.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/is-finalizationregistry": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"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-generator-fn": {
			"version": "2.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/is-generator-function": {
			"version": "1.0.10",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"has-tostringtag": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-glob": {
			"version": "4.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-extglob": "^2.1.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/is-interactive": {
			"version": "1.0.0",
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/is-map": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT",
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"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",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.12.0"
			}
		},
		"node_modules/is-number-object": {
			"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-path-cwd": {
			"version": "2.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/is-path-in-cwd": {
			"version": "2.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-path-inside": "^2.1.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/is-path-in-cwd/node_modules/is-path-inside": {
			"version": "2.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"path-is-inside": "^1.0.2"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/is-path-inside": {
			"version": "3.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/is-plain-obj": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/is-plain-object": {
			"version": "5.0.0",
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/is-potential-custom-element-name": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/is-promise": {
			"version": "4.0.0",
			"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-set": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT",
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-shared-array-buffer": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2"
			},
			"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-typed-array": {
			"version": "1.1.12",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"which-typed-array": "^1.1.11"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"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-weakmap": {
			"version": "2.0.1",
			"dev": true,
			"license": "MIT",
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"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-weakset": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"get-intrinsic": "^1.1.1"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-windows": {
			"version": "0.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/is-wsl": {
			"version": "2.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-docker": "^2.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/isarray": {
			"version": "1.0.0",
			"license": "MIT"
		},
		"node_modules/isexe": {
			"version": "2.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/isobject": {
			"version": "3.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/istanbul-lib-coverage": {
			"version": "3.2.0",
			"dev": true,
			"license": "BSD-3-Clause",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/istanbul-lib-instrument": {
			"version": "5.2.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"@babel/core": "^7.12.3",
				"@babel/parser": "^7.14.7",
				"@istanbuljs/schema": "^0.1.2",
				"istanbul-lib-coverage": "^3.2.0",
				"semver": "^6.3.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/istanbul-lib-report": {
			"version": "3.0.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"istanbul-lib-coverage": "^3.0.0",
				"make-dir": "^4.0.0",
				"supports-color": "^7.1.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/istanbul-lib-report/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/istanbul-lib-report/node_modules/make-dir": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"semver": "^7.5.3"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/istanbul-lib-report/node_modules/semver": {
			"version": "7.5.4",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/istanbul-lib-report/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/istanbul-lib-source-maps": {
			"version": "4.0.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"debug": "^4.1.1",
				"istanbul-lib-coverage": "^3.0.0",
				"source-map": "^0.6.1"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/istanbul-lib-source-maps/node_modules/source-map": {
			"version": "0.6.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/istanbul-reports": {
			"version": "3.1.6",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"html-escaper": "^2.0.0",
				"istanbul-lib-report": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/iterator.prototype": {
			"version": "1.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"define-properties": "^1.2.0",
				"get-intrinsic": "^1.2.1",
				"has-symbols": "^1.0.3",
				"reflect.getprototypeof": "^1.0.3"
			}
		},
		"node_modules/jest": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/core": "^29.6.4",
				"@jest/types": "^29.6.3",
				"import-local": "^3.0.2",
				"jest-cli": "^29.6.4"
			},
			"bin": {
				"jest": "bin/jest.js"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
			},
			"peerDependenciesMeta": {
				"node-notifier": {
					"optional": true
				}
			}
		},
		"node_modules/jest-changed-files": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"execa": "^5.0.0",
				"jest-util": "^29.6.3",
				"p-limit": "^3.1.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-circus": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/environment": "^29.6.4",
				"@jest/expect": "^29.6.4",
				"@jest/test-result": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"co": "^4.6.0",
				"dedent": "^1.0.0",
				"is-generator-fn": "^2.0.0",
				"jest-each": "^29.6.3",
				"jest-matcher-utils": "^29.6.4",
				"jest-message-util": "^29.6.3",
				"jest-runtime": "^29.6.4",
				"jest-snapshot": "^29.6.4",
				"jest-util": "^29.6.3",
				"p-limit": "^3.1.0",
				"pretty-format": "^29.6.3",
				"pure-rand": "^6.0.0",
				"slash": "^3.0.0",
				"stack-utils": "^2.0.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-cli": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/core": "^29.6.4",
				"@jest/test-result": "^29.6.4",
				"@jest/types": "^29.6.3",
				"chalk": "^4.0.0",
				"exit": "^0.1.2",
				"graceful-fs": "^4.2.9",
				"import-local": "^3.0.2",
				"jest-config": "^29.6.4",
				"jest-util": "^29.6.3",
				"jest-validate": "^29.6.3",
				"prompts": "^2.0.1",
				"yargs": "^17.3.1"
			},
			"bin": {
				"jest": "bin/jest.js"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
			},
			"peerDependenciesMeta": {
				"node-notifier": {
					"optional": true
				}
			}
		},
		"node_modules/jest-config": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/core": "^7.11.6",
				"@jest/test-sequencer": "^29.6.4",
				"@jest/types": "^29.6.3",
				"babel-jest": "^29.6.4",
				"chalk": "^4.0.0",
				"ci-info": "^3.2.0",
				"deepmerge": "^4.2.2",
				"glob": "^7.1.3",
				"graceful-fs": "^4.2.9",
				"jest-circus": "^29.6.4",
				"jest-environment-node": "^29.6.4",
				"jest-get-type": "^29.6.3",
				"jest-regex-util": "^29.6.3",
				"jest-resolve": "^29.6.4",
				"jest-runner": "^29.6.4",
				"jest-util": "^29.6.3",
				"jest-validate": "^29.6.3",
				"micromatch": "^4.0.4",
				"parse-json": "^5.2.0",
				"pretty-format": "^29.6.3",
				"slash": "^3.0.0",
				"strip-json-comments": "^3.1.1"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"@types/node": "*",
				"ts-node": ">=9.0.0"
			},
			"peerDependenciesMeta": {
				"@types/node": {
					"optional": true
				},
				"ts-node": {
					"optional": true
				}
			}
		},
		"node_modules/jest-dev-server": {
			"version": "6.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chalk": "^4.1.2",
				"cwd": "^0.10.0",
				"find-process": "^1.4.7",
				"prompts": "^2.4.2",
				"spawnd": "^6.2.0",
				"tree-kill": "^1.2.2",
				"wait-on": "^6.0.1"
			}
		},
		"node_modules/jest-diff": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chalk": "^4.0.0",
				"diff-sequences": "^29.6.3",
				"jest-get-type": "^29.6.3",
				"pretty-format": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-docblock": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"detect-newline": "^3.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-each": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^29.6.3",
				"chalk": "^4.0.0",
				"jest-get-type": "^29.6.3",
				"jest-util": "^29.6.3",
				"pretty-format": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-environment-jsdom": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/environment": "^29.6.4",
				"@jest/fake-timers": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/jsdom": "^20.0.0",
				"@types/node": "*",
				"jest-mock": "^29.6.3",
				"jest-util": "^29.6.3",
				"jsdom": "^20.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"peerDependencies": {
				"canvas": "^2.5.0"
			},
			"peerDependenciesMeta": {
				"canvas": {
					"optional": true
				}
			}
		},
		"node_modules/jest-environment-node": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/environment": "^29.6.4",
				"@jest/fake-timers": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"jest-mock": "^29.6.3",
				"jest-util": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-get-type": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-haste-map": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@types/graceful-fs": "^4.1.3",
				"@types/node": "*",
				"anymatch": "^3.0.3",
				"fb-watchman": "^2.0.0",
				"graceful-fs": "^4.2.9",
				"jest-regex-util": "^29.6.3",
				"jest-util": "^29.6.3",
				"jest-worker": "^29.6.4",
				"micromatch": "^4.0.4",
				"walker": "^1.0.8"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			},
			"optionalDependencies": {
				"fsevents": "^2.3.2"
			}
		},
		"node_modules/jest-leak-detector": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"jest-get-type": "^29.6.3",
				"pretty-format": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-matcher-utils": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chalk": "^4.0.0",
				"jest-diff": "^29.6.4",
				"jest-get-type": "^29.6.3",
				"pretty-format": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-message-util": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/code-frame": "^7.12.13",
				"@jest/types": "^29.6.3",
				"@types/stack-utils": "^2.0.0",
				"chalk": "^4.0.0",
				"graceful-fs": "^4.2.9",
				"micromatch": "^4.0.4",
				"pretty-format": "^29.6.3",
				"slash": "^3.0.0",
				"stack-utils": "^2.0.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-mock": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"jest-util": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-pnp-resolver": {
			"version": "1.2.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			},
			"peerDependencies": {
				"jest-resolve": "*"
			},
			"peerDependenciesMeta": {
				"jest-resolve": {
					"optional": true
				}
			}
		},
		"node_modules/jest-regex-util": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-resolve": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chalk": "^4.0.0",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.6.4",
				"jest-pnp-resolver": "^1.2.2",
				"jest-util": "^29.6.3",
				"jest-validate": "^29.6.3",
				"resolve": "^1.20.0",
				"resolve.exports": "^2.0.0",
				"slash": "^3.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-resolve-dependencies": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"jest-regex-util": "^29.6.3",
				"jest-snapshot": "^29.6.4"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-runner": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/console": "^29.6.4",
				"@jest/environment": "^29.6.4",
				"@jest/test-result": "^29.6.4",
				"@jest/transform": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"emittery": "^0.13.1",
				"graceful-fs": "^4.2.9",
				"jest-docblock": "^29.6.3",
				"jest-environment-node": "^29.6.4",
				"jest-haste-map": "^29.6.4",
				"jest-leak-detector": "^29.6.3",
				"jest-message-util": "^29.6.3",
				"jest-resolve": "^29.6.4",
				"jest-runtime": "^29.6.4",
				"jest-util": "^29.6.3",
				"jest-watcher": "^29.6.4",
				"jest-worker": "^29.6.4",
				"p-limit": "^3.1.0",
				"source-map-support": "0.5.13"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-runtime": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/environment": "^29.6.4",
				"@jest/fake-timers": "^29.6.4",
				"@jest/globals": "^29.6.4",
				"@jest/source-map": "^29.6.3",
				"@jest/test-result": "^29.6.4",
				"@jest/transform": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"cjs-module-lexer": "^1.0.0",
				"collect-v8-coverage": "^1.0.0",
				"glob": "^7.1.3",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.6.4",
				"jest-message-util": "^29.6.3",
				"jest-mock": "^29.6.3",
				"jest-regex-util": "^29.6.3",
				"jest-resolve": "^29.6.4",
				"jest-snapshot": "^29.6.4",
				"jest-util": "^29.6.3",
				"slash": "^3.0.0",
				"strip-bom": "^4.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-snapshot": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/core": "^7.11.6",
				"@babel/generator": "^7.7.2",
				"@babel/plugin-syntax-jsx": "^7.7.2",
				"@babel/plugin-syntax-typescript": "^7.7.2",
				"@babel/types": "^7.3.3",
				"@jest/expect-utils": "^29.6.4",
				"@jest/transform": "^29.6.4",
				"@jest/types": "^29.6.3",
				"babel-preset-current-node-syntax": "^1.0.0",
				"chalk": "^4.0.0",
				"expect": "^29.6.4",
				"graceful-fs": "^4.2.9",
				"jest-diff": "^29.6.4",
				"jest-get-type": "^29.6.3",
				"jest-matcher-utils": "^29.6.4",
				"jest-message-util": "^29.6.3",
				"jest-util": "^29.6.3",
				"natural-compare": "^1.4.0",
				"pretty-format": "^29.6.3",
				"semver": "^7.5.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-snapshot/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/jest-snapshot/node_modules/semver": {
			"version": "7.5.4",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/jest-snapshot/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/jest-util": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"ci-info": "^3.2.0",
				"graceful-fs": "^4.2.9",
				"picomatch": "^2.2.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-validate": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^29.6.3",
				"camelcase": "^6.2.0",
				"chalk": "^4.0.0",
				"jest-get-type": "^29.6.3",
				"leven": "^3.1.0",
				"pretty-format": "^29.6.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-watcher": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/test-result": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"ansi-escapes": "^4.2.1",
				"chalk": "^4.0.0",
				"emittery": "^0.13.1",
				"jest-util": "^29.6.3",
				"string-length": "^4.0.1"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-worker": {
			"version": "29.6.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*",
				"jest-util": "^29.6.3",
				"merge-stream": "^2.0.0",
				"supports-color": "^8.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-worker/node_modules/supports-color": {
			"version": "8.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"has-flag": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/chalk/supports-color?sponsor=1"
			}
		},
		"node_modules/joi": {
			"version": "17.10.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"@hapi/hoek": "^9.0.0",
				"@hapi/topo": "^5.0.0",
				"@sideway/address": "^4.1.3",
				"@sideway/formula": "^3.0.1",
				"@sideway/pinpoint": "^2.0.0"
			}
		},
		"node_modules/js-tokens": {
			"version": "4.0.0",
			"license": "MIT"
		},
		"node_modules/js-yaml": {
			"version": "3.14.1",
			"license": "MIT",
			"dependencies": {
				"argparse": "^1.0.7",
				"esprima": "^4.0.0"
			},
			"bin": {
				"js-yaml": "bin/js-yaml.js"
			}
		},
		"node_modules/jsdoc-type-pratt-parser": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12.0.0"
			}
		},
		"node_modules/jsdom": {
			"version": "20.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"abab": "^2.0.6",
				"acorn": "^8.8.1",
				"acorn-globals": "^7.0.0",
				"cssom": "^0.5.0",
				"cssstyle": "^2.3.0",
				"data-urls": "^3.0.2",
				"decimal.js": "^10.4.2",
				"domexception": "^4.0.0",
				"escodegen": "^2.0.0",
				"form-data": "^4.0.0",
				"html-encoding-sniffer": "^3.0.0",
				"http-proxy-agent": "^5.0.0",
				"https-proxy-agent": "^5.0.1",
				"is-potential-custom-element-name": "^1.0.1",
				"nwsapi": "^2.2.2",
				"parse5": "^7.1.1",
				"saxes": "^6.0.0",
				"symbol-tree": "^3.2.4",
				"tough-cookie": "^4.1.2",
				"w3c-xmlserializer": "^4.0.0",
				"webidl-conversions": "^7.0.0",
				"whatwg-encoding": "^2.0.0",
				"whatwg-mimetype": "^3.0.0",
				"whatwg-url": "^11.0.0",
				"ws": "^8.11.0",
				"xml-name-validator": "^4.0.0"
			},
			"engines": {
				"node": ">=14"
			},
			"peerDependencies": {
				"canvas": "^2.5.0"
			},
			"peerDependenciesMeta": {
				"canvas": {
					"optional": true
				}
			}
		},
		"node_modules/jsesc": {
			"version": "2.5.2",
			"dev": true,
			"license": "MIT",
			"bin": {
				"jsesc": "bin/jsesc"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/json-buffer": {
			"version": "3.0.1",
			"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-without-jsonify": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/json2php": {
			"version": "0.0.7",
			"dev": true,
			"license": "BSD"
		},
		"node_modules/json5": {
			"version": "2.2.3",
			"dev": true,
			"license": "MIT",
			"bin": {
				"json5": "lib/cli.js"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/jsonc-parser": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/jsx-ast-utils": {
			"version": "3.3.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"array-includes": "^3.1.6",
				"array.prototype.flat": "^1.3.1",
				"object.assign": "^4.1.4",
				"object.values": "^1.1.6"
			},
			"engines": {
				"node": ">=4.0"
			}
		},
		"node_modules/keyv": {
			"version": "4.5.3",
			"license": "MIT",
			"dependencies": {
				"json-buffer": "3.0.1"
			}
		},
		"node_modules/kind-of": {
			"version": "3.2.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-buffer": "^1.1.5"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/kleur": {
			"version": "3.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/klona": {
			"version": "2.0.6",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/known-css-properties": {
			"version": "0.26.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/language-subtag-registry": {
			"version": "0.3.22",
			"dev": true,
			"license": "CC0-1.0"
		},
		"node_modules/language-tags": {
			"version": "1.0.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"language-subtag-registry": "~0.3.2"
			}
		},
		"node_modules/launch-editor": {
			"version": "2.6.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"picocolors": "^1.0.0",
				"shell-quote": "^1.7.3"
			}
		},
		"node_modules/lazy-cache": {
			"version": "1.0.4",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/leven": {
			"version": "3.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"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.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/line-height": {
			"version": "0.3.1",
			"license": "MIT",
			"dependencies": {
				"computed-style": "~0.1.3"
			},
			"engines": {
				"node": ">= 4.0.0"
			}
		},
		"node_modules/lines-and-columns": {
			"version": "1.2.4",
			"license": "MIT"
		},
		"node_modules/linkify-it": {
			"version": "3.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"uc.micro": "^1.0.1"
			}
		},
		"node_modules/lint-staged": {
			"version": "14.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chalk": "5.3.0",
				"commander": "11.0.0",
				"debug": "4.3.4",
				"execa": "7.2.0",
				"lilconfig": "2.1.0",
				"listr2": "6.6.1",
				"micromatch": "4.0.5",
				"pidtree": "0.6.0",
				"string-argv": "0.3.2",
				"yaml": "2.3.1"
			},
			"bin": {
				"lint-staged": "bin/lint-staged.js"
			},
			"engines": {
				"node": "^16.14.0 || >=18.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/lint-staged"
			}
		},
		"node_modules/lint-staged/node_modules/chalk": {
			"version": "5.3.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^12.17.0 || ^14.13 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/chalk/chalk?sponsor=1"
			}
		},
		"node_modules/lint-staged/node_modules/commander": {
			"version": "11.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=16"
			}
		},
		"node_modules/lint-staged/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/lint-staged/node_modules/execa": {
			"version": "7.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cross-spawn": "^7.0.3",
				"get-stream": "^6.0.1",
				"human-signals": "^4.3.0",
				"is-stream": "^3.0.0",
				"merge-stream": "^2.0.0",
				"npm-run-path": "^5.1.0",
				"onetime": "^6.0.0",
				"signal-exit": "^3.0.7",
				"strip-final-newline": "^3.0.0"
			},
			"engines": {
				"node": "^14.18.0 || ^16.14.0 || >=18.0.0"
			},
			"funding": {
				"url": "https://github.com/sindresorhus/execa?sponsor=1"
			}
		},
		"node_modules/lint-staged/node_modules/get-stream": {
			"version": "6.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/lint-staged/node_modules/human-signals": {
			"version": "4.3.1",
			"dev": true,
			"license": "Apache-2.0",
			"engines": {
				"node": ">=14.18.0"
			}
		},
		"node_modules/lint-staged/node_modules/is-stream": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/lint-staged/node_modules/mimic-fn": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/lint-staged/node_modules/npm-run-path": {
			"version": "5.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"path-key": "^4.0.0"
			},
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/lint-staged/node_modules/npm-run-path/node_modules/path-key": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/lint-staged/node_modules/onetime": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"mimic-fn": "^4.0.0"
			},
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/lint-staged/node_modules/shebang-command": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"shebang-regex": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/lint-staged/node_modules/shebang-regex": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/lint-staged/node_modules/strip-final-newline": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/lint-staged/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/listr2": {
			"version": "6.6.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cli-truncate": "^3.1.0",
				"colorette": "^2.0.20",
				"eventemitter3": "^5.0.1",
				"log-update": "^5.0.1",
				"rfdc": "^1.3.0",
				"wrap-ansi": "^8.1.0"
			},
			"engines": {
				"node": ">=16.0.0"
			},
			"peerDependencies": {
				"enquirer": ">= 2.3.0 < 3"
			},
			"peerDependenciesMeta": {
				"enquirer": {
					"optional": true
				}
			}
		},
		"node_modules/loader-runner": {
			"version": "4.3.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.11.5"
			}
		},
		"node_modules/loader-utils": {
			"version": "2.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"big.js": "^5.2.2",
				"emojis-list": "^3.0.0",
				"json5": "^2.1.2"
			},
			"engines": {
				"node": ">=8.9.0"
			}
		},
		"node_modules/locate-path": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"p-locate": "^5.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/lodash": {
			"version": "4.17.21",
			"license": "MIT"
		},
		"node_modules/lodash.debounce": {
			"version": "4.0.8",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lodash.escape": {
			"version": "4.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lodash.flatten": {
			"version": "4.4.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lodash.invokemap": {
			"version": "4.6.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lodash.memoize": {
			"version": "4.1.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lodash.merge": {
			"version": "4.6.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lodash.pullall": {
			"version": "4.2.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lodash.truncate": {
			"version": "4.4.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lodash.uniq": {
			"version": "4.5.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lodash.uniqby": {
			"version": "4.7.0",
			"dev": true,
			"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": "5.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ansi-escapes": "^5.0.0",
				"cli-cursor": "^4.0.0",
				"slice-ansi": "^5.0.0",
				"strip-ansi": "^7.0.1",
				"wrap-ansi": "^8.0.1"
			},
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/log-update/node_modules/ansi-escapes": {
			"version": "5.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"type-fest": "^1.0.2"
			},
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/log-update/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/log-update/node_modules/cli-cursor": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"restore-cursor": "^4.0.0"
			},
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/log-update/node_modules/restore-cursor": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"onetime": "^5.1.0",
				"signal-exit": "^3.0.2"
			},
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/log-update/node_modules/strip-ansi": {
			"version": "7.1.0",
			"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/log-update/node_modules/type-fest": {
			"version": "1.4.0",
			"dev": true,
			"license": "(MIT OR CC0-1.0)",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"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",
			"license": "MIT",
			"dependencies": {
				"tslib": "^2.0.3"
			}
		},
		"node_modules/lowercase-keys": {
			"version": "2.0.0",
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/lru-cache": {
			"version": "5.1.1",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^3.0.2"
			}
		},
		"node_modules/make-dir": {
			"version": "3.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"semver": "^6.0.0"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/makeerror": {
			"version": "1.0.12",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"tmpl": "1.0.5"
			}
		},
		"node_modules/map-obj": {
			"version": "4.3.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/map-values": {
			"version": "1.0.1",
			"dev": true,
			"license": "Public Domain"
		},
		"node_modules/markdown-it": {
			"version": "12.3.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"argparse": "^2.0.1",
				"entities": "~2.1.0",
				"linkify-it": "^3.0.1",
				"mdurl": "^1.0.1",
				"uc.micro": "^1.0.5"
			},
			"bin": {
				"markdown-it": "bin/markdown-it.js"
			}
		},
		"node_modules/markdown-it/node_modules/argparse": {
			"version": "2.0.1",
			"dev": true,
			"license": "Python-2.0"
		},
		"node_modules/markdown-it/node_modules/entities": {
			"version": "2.1.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"funding": {
				"url": "https://github.com/fb55/entities?sponsor=1"
			}
		},
		"node_modules/markdownlint": {
			"version": "0.25.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"markdown-it": "12.3.2"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/markdownlint-cli": {
			"version": "0.31.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"commander": "~9.0.0",
				"get-stdin": "~9.0.0",
				"glob": "~7.2.0",
				"ignore": "~5.2.0",
				"js-yaml": "^4.1.0",
				"jsonc-parser": "~3.0.0",
				"markdownlint": "~0.25.1",
				"markdownlint-rule-helpers": "~0.16.0",
				"minimatch": "~3.0.5",
				"run-con": "~1.2.10"
			},
			"bin": {
				"markdownlint": "markdownlint.js"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/markdownlint-cli/node_modules/argparse": {
			"version": "2.0.1",
			"dev": true,
			"license": "Python-2.0"
		},
		"node_modules/markdownlint-cli/node_modules/commander": {
			"version": "9.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^12.20.0 || >=14"
			}
		},
		"node_modules/markdownlint-cli/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/markdownlint-cli/node_modules/minimatch": {
			"version": "3.0.8",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/markdownlint-rule-helpers": {
			"version": "0.16.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/mathml-tag-names": {
			"version": "2.1.3",
			"dev": true,
			"license": "MIT",
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/wooorm"
			}
		},
		"node_modules/mdn-data": {
			"version": "2.0.30",
			"dev": true,
			"license": "CC0-1.0"
		},
		"node_modules/mdurl": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/media-typer": {
			"version": "0.3.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/memfs": {
			"version": "3.5.3",
			"dev": true,
			"license": "Unlicense",
			"dependencies": {
				"fs-monkey": "^1.0.4"
			},
			"engines": {
				"node": ">= 4.0.0"
			}
		},
		"node_modules/memize": {
			"version": "2.1.0",
			"license": "MIT"
		},
		"node_modules/meow": {
			"version": "9.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/minimist": "^1.2.0",
				"camelcase-keys": "^6.2.2",
				"decamelize": "^1.2.0",
				"decamelize-keys": "^1.1.0",
				"hard-rejection": "^2.1.0",
				"minimist-options": "4.1.0",
				"normalize-package-data": "^3.0.0",
				"read-pkg-up": "^7.0.1",
				"redent": "^3.0.0",
				"trim-newlines": "^3.0.0",
				"type-fest": "^0.18.0",
				"yargs-parser": "^20.2.3"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/meow/node_modules/type-fest": {
			"version": "0.18.1",
			"dev": true,
			"license": "(MIT OR CC0-1.0)",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/merge-deep": {
			"version": "3.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"arr-union": "^3.1.0",
				"clone-deep": "^0.2.4",
				"kind-of": "^3.0.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/merge-descriptors": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/merge-stream": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/merge2": {
			"version": "1.4.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/methods": {
			"version": "1.1.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/micromatch": {
			"version": "4.0.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"braces": "^3.0.2",
				"picomatch": "^2.3.1"
			},
			"engines": {
				"node": ">=8.6"
			}
		},
		"node_modules/mime": {
			"version": "1.6.0",
			"dev": true,
			"license": "MIT",
			"bin": {
				"mime": "cli.js"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/mime-db": {
			"version": "1.52.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/mime-types": {
			"version": "2.1.35",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"mime-db": "1.52.0"
			},
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/mimic-fn": {
			"version": "2.1.0",
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/mimic-response": {
			"version": "1.0.1",
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/min-indent": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/mini-css-extract-plugin": {
			"version": "2.7.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"schema-utils": "^4.0.0"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^5.0.0"
			}
		},
		"node_modules/mini-css-extract-plugin/node_modules/ajv": {
			"version": "8.12.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": {
			"version": "5.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.3"
			},
			"peerDependencies": {
				"ajv": "^8.8.2"
			}
		},
		"node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/mini-css-extract-plugin/node_modules/schema-utils": {
			"version": "4.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/json-schema": "^7.0.9",
				"ajv": "^8.9.0",
				"ajv-formats": "^2.1.1",
				"ajv-keywords": "^5.1.0"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/minimalistic-assert": {
			"version": "1.0.1",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/minimatch": {
			"version": "3.1.2",
			"license": "ISC",
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/minimist": {
			"version": "1.2.8",
			"license": "MIT",
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/minimist-options": {
			"version": "4.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"arrify": "^1.0.1",
				"is-plain-obj": "^1.1.0",
				"kind-of": "^6.0.3"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/minimist-options/node_modules/is-plain-obj": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/minimist-options/node_modules/kind-of": {
			"version": "6.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/mixin-object": {
			"version": "2.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"for-in": "^0.1.3",
				"is-extendable": "^0.1.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/mixin-object/node_modules/for-in": {
			"version": "0.1.8",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/mkdirp": {
			"version": "0.5.6",
			"license": "MIT",
			"dependencies": {
				"minimist": "^1.2.6"
			},
			"bin": {
				"mkdirp": "bin/cmd.js"
			}
		},
		"node_modules/mkdirp-classic": {
			"version": "0.5.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/moment": {
			"version": "2.29.4",
			"license": "MIT",
			"engines": {
				"node": "*"
			}
		},
		"node_modules/moment-timezone": {
			"version": "0.5.43",
			"license": "MIT",
			"dependencies": {
				"moment": "^2.29.4"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/mousetrap": {
			"version": "1.6.5",
			"license": "Apache-2.0 WITH LLVM-exception"
		},
		"node_modules/mrmime": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/ms": {
			"version": "2.1.2",
			"license": "MIT"
		},
		"node_modules/multicast-dns": {
			"version": "7.2.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"dns-packet": "^5.2.2",
				"thunky": "^1.0.2"
			},
			"bin": {
				"multicast-dns": "cli.js"
			}
		},
		"node_modules/mute-stream": {
			"version": "0.0.8",
			"license": "ISC"
		},
		"node_modules/nanoid": {
			"version": "3.3.6",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"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/natural-compare-lite": {
			"version": "1.4.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/negotiator": {
			"version": "0.6.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/neo-async": {
			"version": "2.6.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/no-case": {
			"version": "3.0.4",
			"license": "MIT",
			"dependencies": {
				"lower-case": "^2.0.2",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/node-fetch": {
			"version": "2.6.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"whatwg-url": "^5.0.0"
			},
			"engines": {
				"node": "4.x || >=6.0.0"
			},
			"peerDependencies": {
				"encoding": "^0.1.0"
			},
			"peerDependenciesMeta": {
				"encoding": {
					"optional": true
				}
			}
		},
		"node_modules/node-fetch/node_modules/tr46": {
			"version": "0.0.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/node-fetch/node_modules/webidl-conversions": {
			"version": "3.0.1",
			"dev": true,
			"license": "BSD-2-Clause"
		},
		"node_modules/node-fetch/node_modules/whatwg-url": {
			"version": "5.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"tr46": "~0.0.3",
				"webidl-conversions": "^3.0.0"
			}
		},
		"node_modules/node-forge": {
			"version": "1.3.1",
			"dev": true,
			"license": "(BSD-3-Clause OR GPL-2.0)",
			"engines": {
				"node": ">= 6.13.0"
			}
		},
		"node_modules/node-int64": {
			"version": "0.4.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/node-releases": {
			"version": "2.0.13",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/normalize-package-data": {
			"version": "3.0.3",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"hosted-git-info": "^4.0.1",
				"is-core-module": "^2.5.0",
				"semver": "^7.3.4",
				"validate-npm-package-license": "^3.0.1"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/normalize-package-data/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/normalize-package-data/node_modules/semver": {
			"version": "7.5.4",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/normalize-package-data/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/normalize-path": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/normalize-range": {
			"version": "0.1.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/normalize-url": {
			"version": "6.1.0",
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/normalize-wheel": {
			"version": "1.0.1",
			"license": "BSD-3-Clause"
		},
		"node_modules/npm-bundled": {
			"version": "1.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"npm-normalize-package-bin": "^1.0.1"
			}
		},
		"node_modules/npm-normalize-package-bin": {
			"version": "1.0.1",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/npm-package-json-lint": {
			"version": "6.4.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ajv": "^6.12.6",
				"ajv-errors": "^1.0.1",
				"chalk": "^4.1.2",
				"cosmiconfig": "^8.0.0",
				"debug": "^4.3.4",
				"globby": "^11.1.0",
				"ignore": "^5.2.0",
				"is-plain-obj": "^3.0.0",
				"jsonc-parser": "^3.2.0",
				"log-symbols": "^4.1.0",
				"meow": "^9.0.0",
				"plur": "^4.0.0",
				"semver": "^7.3.8",
				"slash": "^3.0.0",
				"strip-json-comments": "^3.1.1",
				"type-fest": "^3.2.0",
				"validate-npm-package-name": "^5.0.0"
			},
			"bin": {
				"npmPkgJsonLint": "dist/cli.js"
			},
			"engines": {
				"node": ">=14.0.0",
				"npm": ">=6.0.0"
			}
		},
		"node_modules/npm-package-json-lint/node_modules/jsonc-parser": {
			"version": "3.2.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/npm-package-json-lint/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/npm-package-json-lint/node_modules/semver": {
			"version": "7.5.4",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/npm-package-json-lint/node_modules/type-fest": {
			"version": "3.13.1",
			"dev": true,
			"license": "(MIT OR CC0-1.0)",
			"engines": {
				"node": ">=14.16"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/npm-package-json-lint/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/npm-packlist": {
			"version": "3.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"glob": "^7.1.6",
				"ignore-walk": "^4.0.1",
				"npm-bundled": "^1.1.1",
				"npm-normalize-package-bin": "^1.0.1"
			},
			"bin": {
				"npm-packlist": "bin/index.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/npm-run-path": {
			"version": "4.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"path-key": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/nth-check": {
			"version": "2.1.1",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"boolbase": "^1.0.0"
			},
			"funding": {
				"url": "https://github.com/fb55/nth-check?sponsor=1"
			}
		},
		"node_modules/nwsapi": {
			"version": "2.2.7",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/object-assign": {
			"version": "4.1.1",
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/object-filter": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/object-inspect": {
			"version": "1.12.3",
			"dev": true,
			"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.assign": {
			"version": "4.1.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.1.4",
				"has-symbols": "^1.0.3",
				"object-keys": "^1.1.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/object.entries": {
			"version": "1.1.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/object.fromentries": {
			"version": "2.0.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/object.groupby": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"get-intrinsic": "^1.2.1"
			}
		},
		"node_modules/object.hasown": {
			"version": "1.1.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/object.values": {
			"version": "1.1.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/obuf": {
			"version": "1.1.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/on-finished": {
			"version": "2.4.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ee-first": "1.1.1"
			},
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/on-headers": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/once": {
			"version": "1.4.0",
			"license": "ISC",
			"dependencies": {
				"wrappy": "1"
			}
		},
		"node_modules/onetime": {
			"version": "5.1.2",
			"license": "MIT",
			"dependencies": {
				"mimic-fn": "^2.1.0"
			},
			"engines": {
				"node": ">=6"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/open": {
			"version": "8.4.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"define-lazy-prop": "^2.0.0",
				"is-docker": "^2.1.1",
				"is-wsl": "^2.2.0"
			},
			"engines": {
				"node": ">=12"
			},
			"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.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@aashutoshrathi/word-wrap": "^1.2.3",
				"deep-is": "^0.1.3",
				"fast-levenshtein": "^2.0.6",
				"levn": "^0.4.1",
				"prelude-ls": "^1.2.1",
				"type-check": "^0.4.0"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/ora": {
			"version": "4.1.1",
			"license": "MIT",
			"dependencies": {
				"chalk": "^3.0.0",
				"cli-cursor": "^3.1.0",
				"cli-spinners": "^2.2.0",
				"is-interactive": "^1.0.0",
				"log-symbols": "^3.0.0",
				"mute-stream": "0.0.8",
				"strip-ansi": "^6.0.0",
				"wcwidth": "^1.0.1"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/ora/node_modules/chalk": {
			"version": "3.0.0",
			"license": "MIT",
			"dependencies": {
				"ansi-styles": "^4.1.0",
				"supports-color": "^7.1.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/ora/node_modules/color-convert": {
			"version": "1.9.3",
			"license": "MIT",
			"dependencies": {
				"color-name": "1.1.3"
			}
		},
		"node_modules/ora/node_modules/color-name": {
			"version": "1.1.3",
			"license": "MIT"
		},
		"node_modules/ora/node_modules/escape-string-regexp": {
			"version": "1.0.5",
			"license": "MIT",
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/ora/node_modules/has-flag": {
			"version": "3.0.0",
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/ora/node_modules/log-symbols": {
			"version": "3.0.0",
			"license": "MIT",
			"dependencies": {
				"chalk": "^2.4.2"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/ora/node_modules/log-symbols/node_modules/ansi-styles": {
			"version": "3.2.1",
			"license": "MIT",
			"dependencies": {
				"color-convert": "^1.9.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/ora/node_modules/log-symbols/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/ora/node_modules/log-symbols/node_modules/supports-color": {
			"version": "5.5.0",
			"license": "MIT",
			"dependencies": {
				"has-flag": "^3.0.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/os-homedir": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/os-tmpdir": {
			"version": "1.0.2",
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/p-cancelable": {
			"version": "2.1.1",
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"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": "5.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"p-limit": "^3.0.2"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/p-map": {
			"version": "2.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/p-retry": {
			"version": "4.6.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/retry": "0.12.0",
				"retry": "^0.13.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/p-try": {
			"version": "2.2.0",
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/param-case": {
			"version": "3.0.4",
			"license": "MIT",
			"dependencies": {
				"dot-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/parent-module": {
			"version": "1.0.1",
			"license": "MIT",
			"dependencies": {
				"callsites": "^3.0.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"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/parse-passwd": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/parse5": {
			"version": "7.1.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"entities": "^4.4.0"
			},
			"funding": {
				"url": "https://github.com/inikulin/parse5?sponsor=1"
			}
		},
		"node_modules/parseurl": {
			"version": "1.3.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/pascal-case": {
			"version": "3.1.2",
			"license": "MIT",
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/path-case": {
			"version": "3.0.4",
			"license": "MIT",
			"dependencies": {
				"dot-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/path-exists": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/path-is-absolute": {
			"version": "1.0.1",
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/path-is-inside": {
			"version": "1.0.2",
			"dev": true,
			"license": "(WTFPL OR MIT)"
		},
		"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-to-regexp": {
			"version": "6.2.1",
			"license": "MIT"
		},
		"node_modules/path-type": {
			"version": "4.0.0",
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/pend": {
			"version": "1.2.0",
			"license": "MIT"
		},
		"node_modules/picocolors": {
			"version": "1.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/picomatch": {
			"version": "2.3.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8.6"
			},
			"funding": {
				"url": "https://github.com/sponsors/jonschlinkert"
			}
		},
		"node_modules/pidtree": {
			"version": "0.6.0",
			"dev": true,
			"license": "MIT",
			"bin": {
				"pidtree": "bin/pidtree.js"
			},
			"engines": {
				"node": ">=0.10"
			}
		},
		"node_modules/pify": {
			"version": "4.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/pinkie": {
			"version": "2.0.4",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/pinkie-promise": {
			"version": "2.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"pinkie": "^2.0.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/pirates": {
			"version": "4.0.6",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/pkg-dir": {
			"version": "4.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"find-up": "^4.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/pkg-dir/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/pkg-dir/node_modules/locate-path": {
			"version": "5.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"p-locate": "^4.1.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/pkg-dir/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/pkg-dir/node_modules/p-locate": {
			"version": "4.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"p-limit": "^2.2.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/plur": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"irregular-plurals": "^3.2.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/postcss": {
			"version": "8.4.29",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/postcss/"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/postcss"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"license": "MIT",
			"dependencies": {
				"nanoid": "^3.3.6",
				"picocolors": "^1.0.0",
				"source-map-js": "^1.0.2"
			},
			"engines": {
				"node": "^10 || ^12 || >=14"
			}
		},
		"node_modules/postcss-calc": {
			"version": "9.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-selector-parser": "^6.0.11",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.2"
			}
		},
		"node_modules/postcss-colormin": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.21.4",
				"caniuse-api": "^3.0.0",
				"colord": "^2.9.1",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-convert-values": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.21.4",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-discard-comments": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-discard-duplicates": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-discard-empty": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-discard-overridden": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-loader": {
			"version": "6.2.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cosmiconfig": "^7.0.0",
				"klona": "^2.0.5",
				"semver": "^7.3.5"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"postcss": "^7.0.0 || ^8.0.1",
				"webpack": "^5.0.0"
			}
		},
		"node_modules/postcss-loader/node_modules/cosmiconfig": {
			"version": "7.1.0",
			"dev": true,
			"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/postcss-loader/node_modules/lru-cache": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/postcss-loader/node_modules/semver": {
			"version": "7.5.4",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"lru-cache": "^6.0.0"
			},
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/postcss-loader/node_modules/yallist": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/postcss-loader/node_modules/yaml": {
			"version": "1.10.2",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/postcss-media-query-parser": {
			"version": "0.2.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/postcss-merge-longhand": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0",
				"stylehacks": "^6.0.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-merge-rules": {
			"version": "6.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.21.4",
				"caniuse-api": "^3.0.0",
				"cssnano-utils": "^4.0.0",
				"postcss-selector-parser": "^6.0.5"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-minify-font-values": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-minify-gradients": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"colord": "^2.9.1",
				"cssnano-utils": "^4.0.0",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-minify-params": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.21.4",
				"cssnano-utils": "^4.0.0",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-minify-selectors": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-selector-parser": "^6.0.5"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-modules-extract-imports": {
			"version": "3.0.0",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/postcss-modules-local-by-default": {
			"version": "4.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"icss-utils": "^5.0.0",
				"postcss-selector-parser": "^6.0.2",
				"postcss-value-parser": "^4.1.0"
			},
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/postcss-modules-scope": {
			"version": "3.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"postcss-selector-parser": "^6.0.4"
			},
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/postcss-modules-values": {
			"version": "4.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"icss-utils": "^5.0.0"
			},
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/postcss-normalize-charset": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-normalize-display-values": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-normalize-positions": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-normalize-repeat-style": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-normalize-string": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-normalize-timing-functions": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-normalize-unicode": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.21.4",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-normalize-url": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-normalize-whitespace": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-ordered-values": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cssnano-utils": "^4.0.0",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-reduce-initial": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.21.4",
				"caniuse-api": "^3.0.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-reduce-transforms": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-resolve-nested-selector": {
			"version": "0.1.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/postcss-safe-parser": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/postcss/"
			},
			"peerDependencies": {
				"postcss": "^8.3.3"
			}
		},
		"node_modules/postcss-scss": {
			"version": "4.0.7",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/postcss/"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/postcss-scss"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"license": "MIT",
			"engines": {
				"node": ">=12.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.19"
			}
		},
		"node_modules/postcss-selector-parser": {
			"version": "6.0.13",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cssesc": "^3.0.0",
				"util-deprecate": "^1.0.2"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/postcss-svgo": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0",
				"svgo": "^3.0.2"
			},
			"engines": {
				"node": "^14 || ^16 || >= 18"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-unique-selectors": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-selector-parser": "^6.0.5"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/postcss-value-parser": {
			"version": "4.2.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/prelude-ls": {
			"version": "1.2.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/prettier": {
			"name": "wp-prettier",
			"version": "2.8.5",
			"dev": true,
			"license": "MIT",
			"bin": {
				"prettier": "bin-prettier.js"
			},
			"engines": {
				"node": ">=10.13.0"
			},
			"funding": {
				"url": "https://github.com/prettier/prettier?sponsor=1"
			}
		},
		"node_modules/prettier-linter-helpers": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-diff": "^1.1.2"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/pretty-format": {
			"version": "29.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/schemas": "^29.6.3",
				"ansi-styles": "^5.0.0",
				"react-is": "^18.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/pretty-format/node_modules/ansi-styles": {
			"version": "5.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/chalk/ansi-styles?sponsor=1"
			}
		},
		"node_modules/pretty-format/node_modules/react-is": {
			"version": "18.2.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/process-nextick-args": {
			"version": "2.0.1",
			"license": "MIT"
		},
		"node_modules/progress": {
			"version": "2.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.4.0"
			}
		},
		"node_modules/prompts": {
			"version": "2.4.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"kleur": "^3.0.3",
				"sisteransi": "^1.0.5"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/prop-types": {
			"version": "15.8.1",
			"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",
			"license": "MIT"
		},
		"node_modules/proxy-addr": {
			"version": "2.0.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"forwarded": "0.2.0",
				"ipaddr.js": "1.9.1"
			},
			"engines": {
				"node": ">= 0.10"
			}
		},
		"node_modules/proxy-addr/node_modules/ipaddr.js": {
			"version": "1.9.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.10"
			}
		},
		"node_modules/proxy-compare": {
			"version": "2.3.0",
			"license": "MIT"
		},
		"node_modules/proxy-from-env": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/pseudomap": {
			"version": "1.0.2",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/psl": {
			"version": "1.9.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/pump": {
			"version": "3.0.0",
			"license": "MIT",
			"dependencies": {
				"end-of-stream": "^1.1.0",
				"once": "^1.3.1"
			}
		},
		"node_modules/punycode": {
			"version": "2.3.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/puppeteer-core": {
			"version": "13.7.0",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"cross-fetch": "3.1.5",
				"debug": "4.3.4",
				"devtools-protocol": "0.0.981744",
				"extract-zip": "2.0.1",
				"https-proxy-agent": "5.0.1",
				"pkg-dir": "4.2.0",
				"progress": "2.0.3",
				"proxy-from-env": "1.1.0",
				"rimraf": "3.0.2",
				"tar-fs": "2.1.1",
				"unbzip2-stream": "1.4.3",
				"ws": "8.5.0"
			},
			"engines": {
				"node": ">=10.18.1"
			}
		},
		"node_modules/puppeteer-core/node_modules/extract-zip": {
			"version": "2.0.1",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"debug": "^4.1.1",
				"get-stream": "^5.1.0",
				"yauzl": "^2.10.0"
			},
			"bin": {
				"extract-zip": "cli.js"
			},
			"engines": {
				"node": ">= 10.17.0"
			},
			"optionalDependencies": {
				"@types/yauzl": "^2.9.1"
			}
		},
		"node_modules/puppeteer-core/node_modules/ws": {
			"version": "8.5.0",
			"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/pure-rand": {
			"version": "6.0.3",
			"dev": true,
			"funding": [
				{
					"type": "individual",
					"url": "https://github.com/sponsors/dubzzz"
				},
				{
					"type": "opencollective",
					"url": "https://opencollective.com/fast-check"
				}
			],
			"license": "MIT"
		},
		"node_modules/qs": {
			"version": "6.11.0",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"side-channel": "^1.0.4"
			},
			"engines": {
				"node": ">=0.6"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/querystringify": {
			"version": "2.2.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/queue-microtask": {
			"version": "1.2.3",
			"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/quick-lru": {
			"version": "5.1.1",
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/randombytes": {
			"version": "2.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"safe-buffer": "^5.1.0"
			}
		},
		"node_modules/range-parser": {
			"version": "1.2.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/raw-body": {
			"version": "2.5.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"bytes": "3.1.2",
				"http-errors": "2.0.0",
				"iconv-lite": "0.4.24",
				"unpipe": "1.0.0"
			},
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/raw-body/node_modules/bytes": {
			"version": "3.1.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/raw-body/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/re-resizable": {
			"version": "6.9.11",
			"license": "MIT",
			"peerDependencies": {
				"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
				"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
			}
		},
		"node_modules/react": {
			"version": "18.2.0",
			"license": "MIT",
			"dependencies": {
				"loose-envify": "^1.1.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/react-autosize-textarea": {
			"version": "7.1.0",
			"license": "MIT",
			"dependencies": {
				"autosize": "^4.0.2",
				"line-height": "^0.3.1",
				"prop-types": "^15.5.6"
			},
			"peerDependencies": {
				"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
				"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
			}
		},
		"node_modules/react-colorful": {
			"version": "5.6.1",
			"license": "MIT",
			"peerDependencies": {
				"react": ">=16.8.0",
				"react-dom": ">=16.8.0"
			}
		},
		"node_modules/react-dom": {
			"version": "18.2.0",
			"license": "MIT",
			"dependencies": {
				"loose-envify": "^1.1.0",
				"scheduler": "^0.23.0"
			},
			"peerDependencies": {
				"react": "^18.2.0"
			}
		},
		"node_modules/react-easy-crop": {
			"version": "4.7.5",
			"license": "MIT",
			"dependencies": {
				"normalize-wheel": "^1.0.1",
				"tslib": "2.0.1"
			},
			"peerDependencies": {
				"react": ">=16.4.0",
				"react-dom": ">=16.4.0"
			}
		},
		"node_modules/react-easy-crop/node_modules/tslib": {
			"version": "2.0.1",
			"license": "0BSD"
		},
		"node_modules/react-is": {
			"version": "17.0.2",
			"license": "MIT"
		},
		"node_modules/react-refresh": {
			"version": "0.10.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/react-remove-scroll": {
			"version": "2.5.5",
			"license": "MIT",
			"dependencies": {
				"react-remove-scroll-bar": "^2.3.3",
				"react-style-singleton": "^2.2.1",
				"tslib": "^2.1.0",
				"use-callback-ref": "^1.3.0",
				"use-sidecar": "^1.1.2"
			},
			"engines": {
				"node": ">=10"
			},
			"peerDependencies": {
				"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
			},
			"peerDependenciesMeta": {
				"@types/react": {
					"optional": true
				}
			}
		},
		"node_modules/react-remove-scroll-bar": {
			"version": "2.3.4",
			"license": "MIT",
			"dependencies": {
				"react-style-singleton": "^2.2.1",
				"tslib": "^2.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"peerDependencies": {
				"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
			},
			"peerDependenciesMeta": {
				"@types/react": {
					"optional": true
				}
			}
		},
		"node_modules/react-style-singleton": {
			"version": "2.2.1",
			"license": "MIT",
			"dependencies": {
				"get-nonce": "^1.0.0",
				"invariant": "^2.2.4",
				"tslib": "^2.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"peerDependencies": {
				"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
			},
			"peerDependenciesMeta": {
				"@types/react": {
					"optional": true
				}
			}
		},
		"node_modules/read-pkg": {
			"version": "5.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/normalize-package-data": "^2.4.0",
				"normalize-package-data": "^2.5.0",
				"parse-json": "^5.0.0",
				"type-fest": "^0.6.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/read-pkg-up": {
			"version": "7.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"find-up": "^4.1.0",
				"read-pkg": "^5.2.0",
				"type-fest": "^0.8.1"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/read-pkg-up/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/read-pkg-up/node_modules/locate-path": {
			"version": "5.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"p-locate": "^4.1.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/read-pkg-up/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/read-pkg-up/node_modules/p-locate": {
			"version": "4.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"p-limit": "^2.2.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/read-pkg-up/node_modules/type-fest": {
			"version": "0.8.1",
			"dev": true,
			"license": "(MIT OR CC0-1.0)",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/read-pkg/node_modules/hosted-git-info": {
			"version": "2.8.9",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/read-pkg/node_modules/normalize-package-data": {
			"version": "2.5.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"hosted-git-info": "^2.1.4",
				"resolve": "^1.10.0",
				"semver": "2 || 3 || 4 || 5",
				"validate-npm-package-license": "^3.0.1"
			}
		},
		"node_modules/read-pkg/node_modules/semver": {
			"version": "5.7.2",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver"
			}
		},
		"node_modules/read-pkg/node_modules/type-fest": {
			"version": "0.6.0",
			"dev": true,
			"license": "(MIT OR CC0-1.0)",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/readable-stream": {
			"version": "2.3.8",
			"license": "MIT",
			"dependencies": {
				"core-util-is": "~1.0.0",
				"inherits": "~2.0.3",
				"isarray": "~1.0.0",
				"process-nextick-args": "~2.0.0",
				"safe-buffer": "~5.1.1",
				"string_decoder": "~1.1.1",
				"util-deprecate": "~1.0.1"
			}
		},
		"node_modules/readable-stream/node_modules/safe-buffer": {
			"version": "5.1.2",
			"license": "MIT"
		},
		"node_modules/readdirp": {
			"version": "3.6.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"picomatch": "^2.2.1"
			},
			"engines": {
				"node": ">=8.10.0"
			}
		},
		"node_modules/reakit": {
			"version": "1.3.11",
			"license": "MIT",
			"dependencies": {
				"@popperjs/core": "^2.5.4",
				"body-scroll-lock": "^3.1.5",
				"reakit-system": "^0.15.2",
				"reakit-utils": "^0.15.2",
				"reakit-warning": "^0.6.2"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/ariakit"
			},
			"peerDependencies": {
				"react": "^16.8.0 || ^17.0.0",
				"react-dom": "^16.8.0 || ^17.0.0"
			}
		},
		"node_modules/reakit/node_modules/reakit-system": {
			"version": "0.15.2",
			"license": "MIT",
			"dependencies": {
				"reakit-utils": "^0.15.2"
			},
			"peerDependencies": {
				"react": "^16.8.0 || ^17.0.0",
				"react-dom": "^16.8.0 || ^17.0.0"
			}
		},
		"node_modules/reakit/node_modules/reakit-utils": {
			"version": "0.15.2",
			"license": "MIT",
			"peerDependencies": {
				"react": "^16.8.0 || ^17.0.0",
				"react-dom": "^16.8.0 || ^17.0.0"
			}
		},
		"node_modules/reakit/node_modules/reakit-warning": {
			"version": "0.6.2",
			"license": "MIT",
			"dependencies": {
				"reakit-utils": "^0.15.2"
			},
			"peerDependencies": {
				"react": "^16.8.0 || ^17.0.0"
			}
		},
		"node_modules/rechoir": {
			"version": "0.7.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"resolve": "^1.9.0"
			},
			"engines": {
				"node": ">= 0.10"
			}
		},
		"node_modules/redent": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"indent-string": "^4.0.0",
				"strip-indent": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/redux": {
			"version": "4.2.1",
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.9.2"
			}
		},
		"node_modules/reflect.getprototypeof": {
			"version": "1.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"get-intrinsic": "^1.2.1",
				"globalthis": "^1.0.3",
				"which-builtin-type": "^1.1.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/regenerate": {
			"version": "1.4.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/regenerate-unicode-properties": {
			"version": "10.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"regenerate": "^1.4.2"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/regenerator-runtime": {
			"version": "0.14.0",
			"license": "MIT"
		},
		"node_modules/regenerator-transform": {
			"version": "0.15.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/runtime": "^7.8.4"
			}
		},
		"node_modules/regexp.prototype.flags": {
			"version": "1.5.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"functions-have-names": "^1.2.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/regexpu-core": {
			"version": "5.3.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/regjsgen": "^0.8.0",
				"regenerate": "^1.4.2",
				"regenerate-unicode-properties": "^10.1.0",
				"regjsparser": "^0.9.1",
				"unicode-match-property-ecmascript": "^2.0.0",
				"unicode-match-property-value-ecmascript": "^2.1.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/regjsparser": {
			"version": "0.9.1",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"jsesc": "~0.5.0"
			},
			"bin": {
				"regjsparser": "bin/parser"
			}
		},
		"node_modules/regjsparser/node_modules/jsesc": {
			"version": "0.5.0",
			"dev": true,
			"bin": {
				"jsesc": "bin/jsesc"
			}
		},
		"node_modules/rememo": {
			"version": "4.0.2",
			"license": "MIT"
		},
		"node_modules/remove-accents": {
			"version": "0.5.0",
			"license": "MIT"
		},
		"node_modules/requestidlecallback": {
			"version": "0.3.0",
			"license": "MIT"
		},
		"node_modules/require-directory": {
			"version": "2.1.1",
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/require-from-string": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/require-main-filename": {
			"version": "2.0.0",
			"license": "ISC"
		},
		"node_modules/requireindex": {
			"version": "1.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.5"
			}
		},
		"node_modules/requires-port": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/resolve": {
			"version": "1.22.4",
			"license": "MIT",
			"dependencies": {
				"is-core-module": "^2.13.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-alpn": {
			"version": "1.2.1",
			"license": "MIT"
		},
		"node_modules/resolve-bin": {
			"version": "0.4.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"find-parent-dir": "~0.3.0"
			}
		},
		"node_modules/resolve-cwd": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"resolve-from": "^5.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/resolve-dir": {
			"version": "0.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"expand-tilde": "^1.2.2",
				"global-modules": "^0.2.3"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/resolve-from": {
			"version": "5.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/resolve.exports": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/responselike": {
			"version": "2.0.1",
			"license": "MIT",
			"dependencies": {
				"lowercase-keys": "^2.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/restore-cursor": {
			"version": "3.1.0",
			"license": "MIT",
			"dependencies": {
				"onetime": "^5.1.0",
				"signal-exit": "^3.0.2"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/retry": {
			"version": "0.13.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 4"
			}
		},
		"node_modules/reusify": {
			"version": "1.0.4",
			"dev": true,
			"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",
			"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",
			"license": "MIT",
			"engines": {
				"node": ">=0.12.0"
			}
		},
		"node_modules/run-con": {
			"version": "1.2.12",
			"dev": true,
			"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
			"dependencies": {
				"deep-extend": "^0.6.0",
				"ini": "~3.0.0",
				"minimist": "^1.2.8",
				"strip-json-comments": "~3.1.1"
			},
			"bin": {
				"run-con": "cli.js"
			}
		},
		"node_modules/run-con/node_modules/ini": {
			"version": "3.0.1",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
			}
		},
		"node_modules/run-parallel": {
			"version": "1.2.0",
			"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": {
				"queue-microtask": "^1.2.2"
			}
		},
		"node_modules/rungen": {
			"version": "0.3.2",
			"license": "MIT"
		},
		"node_modules/rxjs": {
			"version": "6.6.7",
			"license": "Apache-2.0",
			"dependencies": {
				"tslib": "^1.9.0"
			},
			"engines": {
				"npm": ">=2.0.0"
			}
		},
		"node_modules/rxjs/node_modules/tslib": {
			"version": "1.14.1",
			"license": "0BSD"
		},
		"node_modules/safe-array-concat": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"get-intrinsic": "^1.2.1",
				"has-symbols": "^1.0.3",
				"isarray": "^2.0.5"
			},
			"engines": {
				"node": ">=0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/safe-array-concat/node_modules/isarray": {
			"version": "2.0.5",
			"dev": true,
			"license": "MIT"
		},
		"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/safe-regex-test": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"get-intrinsic": "^1.1.3",
				"is-regex": "^1.1.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/safer-buffer": {
			"version": "2.1.2",
			"license": "MIT"
		},
		"node_modules/sass": {
			"version": "1.66.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chokidar": ">=3.0.0 <4.0.0",
				"immutable": "^4.0.0",
				"source-map-js": ">=0.6.2 <2.0.0"
			},
			"bin": {
				"sass": "sass.js"
			},
			"engines": {
				"node": ">=14.0.0"
			}
		},
		"node_modules/sass-loader": {
			"version": "12.6.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"klona": "^2.0.4",
				"neo-async": "^2.6.2"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"fibers": ">= 3.1.0",
				"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
				"sass": "^1.3.0",
				"sass-embedded": "*",
				"webpack": "^5.0.0"
			},
			"peerDependenciesMeta": {
				"fibers": {
					"optional": true
				},
				"node-sass": {
					"optional": true
				},
				"sass": {
					"optional": true
				},
				"sass-embedded": {
					"optional": true
				}
			}
		},
		"node_modules/saxes": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"xmlchars": "^2.2.0"
			},
			"engines": {
				"node": ">=v12.22.7"
			}
		},
		"node_modules/scheduler": {
			"version": "0.23.0",
			"license": "MIT",
			"dependencies": {
				"loose-envify": "^1.1.0"
			}
		},
		"node_modules/schema-utils": {
			"version": "3.3.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/json-schema": "^7.0.8",
				"ajv": "^6.12.5",
				"ajv-keywords": "^3.5.2"
			},
			"engines": {
				"node": ">= 10.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/select": {
			"version": "1.1.2",
			"license": "MIT"
		},
		"node_modules/select-hose": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/selfsigned": {
			"version": "2.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"node-forge": "^1"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/semver": {
			"version": "6.3.1",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			}
		},
		"node_modules/send": {
			"version": "0.18.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"debug": "2.6.9",
				"depd": "2.0.0",
				"destroy": "1.2.0",
				"encodeurl": "~1.0.2",
				"escape-html": "~1.0.3",
				"etag": "~1.8.1",
				"fresh": "0.5.2",
				"http-errors": "2.0.0",
				"mime": "1.6.0",
				"ms": "2.1.3",
				"on-finished": "2.4.1",
				"range-parser": "~1.2.1",
				"statuses": "2.0.1"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/send/node_modules/debug": {
			"version": "2.6.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/send/node_modules/debug/node_modules/ms": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/send/node_modules/ms": {
			"version": "2.1.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/sentence-case": {
			"version": "3.0.4",
			"license": "MIT",
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3",
				"upper-case-first": "^2.0.2"
			}
		},
		"node_modules/serialize-javascript": {
			"version": "6.0.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"randombytes": "^2.1.0"
			}
		},
		"node_modules/serve-index": {
			"version": "1.9.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"accepts": "~1.3.4",
				"batch": "0.6.1",
				"debug": "2.6.9",
				"escape-html": "~1.0.3",
				"http-errors": "~1.6.2",
				"mime-types": "~2.1.17",
				"parseurl": "~1.3.2"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/serve-index/node_modules/debug": {
			"version": "2.6.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/serve-index/node_modules/depd": {
			"version": "1.1.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/serve-index/node_modules/http-errors": {
			"version": "1.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"depd": "~1.1.2",
				"inherits": "2.0.3",
				"setprototypeof": "1.1.0",
				"statuses": ">= 1.4.0 < 2"
			},
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/serve-index/node_modules/inherits": {
			"version": "2.0.3",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/serve-index/node_modules/ms": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/serve-index/node_modules/setprototypeof": {
			"version": "1.1.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/serve-index/node_modules/statuses": {
			"version": "1.5.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/serve-static": {
			"version": "1.15.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"encodeurl": "~1.0.2",
				"escape-html": "~1.0.3",
				"parseurl": "~1.3.3",
				"send": "0.18.0"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/set-blocking": {
			"version": "2.0.0",
			"license": "ISC"
		},
		"node_modules/setprototypeof": {
			"version": "1.2.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/shallow-clone": {
			"version": "0.1.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-extendable": "^0.1.1",
				"kind-of": "^2.0.1",
				"lazy-cache": "^0.2.3",
				"mixin-object": "^2.0.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/shallow-clone/node_modules/kind-of": {
			"version": "2.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-buffer": "^1.0.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/shallow-clone/node_modules/lazy-cache": {
			"version": "0.2.7",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/shebang-command": {
			"version": "1.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"shebang-regex": "^1.0.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/shebang-regex": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/shell-quote": {
			"version": "1.8.1",
			"dev": true,
			"license": "MIT",
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/showdown": {
			"version": "1.9.1",
			"license": "BSD-3-Clause",
			"dependencies": {
				"yargs": "^14.2"
			},
			"bin": {
				"showdown": "bin/showdown.js"
			}
		},
		"node_modules/showdown/node_modules/ansi-regex": {
			"version": "4.1.1",
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/showdown/node_modules/ansi-styles": {
			"version": "3.2.1",
			"license": "MIT",
			"dependencies": {
				"color-convert": "^1.9.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/showdown/node_modules/camelcase": {
			"version": "5.3.1",
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/showdown/node_modules/cliui": {
			"version": "5.0.0",
			"license": "ISC",
			"dependencies": {
				"string-width": "^3.1.0",
				"strip-ansi": "^5.2.0",
				"wrap-ansi": "^5.1.0"
			}
		},
		"node_modules/showdown/node_modules/color-convert": {
			"version": "1.9.3",
			"license": "MIT",
			"dependencies": {
				"color-name": "1.1.3"
			}
		},
		"node_modules/showdown/node_modules/color-name": {
			"version": "1.1.3",
			"license": "MIT"
		},
		"node_modules/showdown/node_modules/emoji-regex": {
			"version": "7.0.3",
			"license": "MIT"
		},
		"node_modules/showdown/node_modules/find-up": {
			"version": "3.0.0",
			"license": "MIT",
			"dependencies": {
				"locate-path": "^3.0.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/showdown/node_modules/is-fullwidth-code-point": {
			"version": "2.0.0",
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/showdown/node_modules/locate-path": {
			"version": "3.0.0",
			"license": "MIT",
			"dependencies": {
				"p-locate": "^3.0.0",
				"path-exists": "^3.0.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/showdown/node_modules/p-limit": {
			"version": "2.3.0",
			"license": "MIT",
			"dependencies": {
				"p-try": "^2.0.0"
			},
			"engines": {
				"node": ">=6"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/showdown/node_modules/p-locate": {
			"version": "3.0.0",
			"license": "MIT",
			"dependencies": {
				"p-limit": "^2.0.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/showdown/node_modules/path-exists": {
			"version": "3.0.0",
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/showdown/node_modules/string-width": {
			"version": "3.1.0",
			"license": "MIT",
			"dependencies": {
				"emoji-regex": "^7.0.1",
				"is-fullwidth-code-point": "^2.0.0",
				"strip-ansi": "^5.1.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/showdown/node_modules/strip-ansi": {
			"version": "5.2.0",
			"license": "MIT",
			"dependencies": {
				"ansi-regex": "^4.1.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/showdown/node_modules/wrap-ansi": {
			"version": "5.1.0",
			"license": "MIT",
			"dependencies": {
				"ansi-styles": "^3.2.0",
				"string-width": "^3.0.0",
				"strip-ansi": "^5.0.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/showdown/node_modules/y18n": {
			"version": "4.0.3",
			"license": "ISC"
		},
		"node_modules/showdown/node_modules/yargs": {
			"version": "14.2.3",
			"license": "MIT",
			"dependencies": {
				"cliui": "^5.0.0",
				"decamelize": "^1.2.0",
				"find-up": "^3.0.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": "^3.0.0",
				"which-module": "^2.0.0",
				"y18n": "^4.0.0",
				"yargs-parser": "^15.0.1"
			}
		},
		"node_modules/showdown/node_modules/yargs-parser": {
			"version": "15.0.3",
			"license": "ISC",
			"dependencies": {
				"camelcase": "^5.0.0",
				"decamelize": "^1.2.0"
			}
		},
		"node_modules/side-channel": {
			"version": "1.0.4",
			"dev": true,
			"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.7",
			"license": "ISC"
		},
		"node_modules/simple-git": {
			"version": "3.19.1",
			"license": "MIT",
			"dependencies": {
				"@kwsites/file-exists": "^1.1.1",
				"@kwsites/promise-deferred": "^1.1.1",
				"debug": "^4.3.4"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/steveukx/git-js?sponsor=1"
			}
		},
		"node_modules/simple-html-tokenizer": {
			"version": "0.5.11",
			"license": "MIT"
		},
		"node_modules/sirv": {
			"version": "2.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@polka/url": "^1.0.0-next.20",
				"mrmime": "^1.0.0",
				"totalist": "^3.0.0"
			},
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/sisteransi": {
			"version": "1.0.5",
			"dev": true,
			"license": "MIT"
		},
		"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.2.1",
			"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",
			"license": "MIT",
			"dependencies": {
				"dot-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/sockjs": {
			"version": "0.3.24",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"faye-websocket": "^0.11.3",
				"uuid": "^8.3.2",
				"websocket-driver": "^0.7.4"
			}
		},
		"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.2",
			"dev": true,
			"license": "BSD-3-Clause",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/source-map-loader": {
			"version": "3.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"abab": "^2.0.5",
				"iconv-lite": "^0.6.3",
				"source-map-js": "^1.0.1"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^5.0.0"
			}
		},
		"node_modules/source-map-support": {
			"version": "0.5.13",
			"dev": 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",
			"dev": true,
			"license": "BSD-3-Clause",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/spawnd": {
			"version": "6.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"exit": "^0.1.2",
				"signal-exit": "^3.0.7",
				"tree-kill": "^1.2.2"
			}
		},
		"node_modules/spdx-correct": {
			"version": "3.2.0",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"spdx-expression-parse": "^3.0.0",
				"spdx-license-ids": "^3.0.0"
			}
		},
		"node_modules/spdx-exceptions": {
			"version": "2.3.0",
			"dev": true,
			"license": "CC-BY-3.0"
		},
		"node_modules/spdx-expression-parse": {
			"version": "3.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"spdx-exceptions": "^2.1.0",
				"spdx-license-ids": "^3.0.0"
			}
		},
		"node_modules/spdx-license-ids": {
			"version": "3.0.13",
			"dev": true,
			"license": "CC0-1.0"
		},
		"node_modules/spdy": {
			"version": "4.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"debug": "^4.1.0",
				"handle-thing": "^2.0.0",
				"http-deceiver": "^1.2.7",
				"select-hose": "^2.0.0",
				"spdy-transport": "^3.0.0"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/spdy-transport": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"debug": "^4.1.0",
				"detect-node": "^2.0.4",
				"hpack.js": "^2.1.6",
				"obuf": "^1.1.2",
				"readable-stream": "^3.0.6",
				"wbuf": "^1.7.3"
			}
		},
		"node_modules/spdy-transport/node_modules/readable-stream": {
			"version": "3.6.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"inherits": "^2.0.3",
				"string_decoder": "^1.1.1",
				"util-deprecate": "^1.0.1"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/sprintf-js": {
			"version": "1.1.2",
			"license": "BSD-3-Clause"
		},
		"node_modules/stack-utils": {
			"version": "2.0.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"escape-string-regexp": "^2.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/stack-utils/node_modules/escape-string-regexp": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/stackframe": {
			"version": "1.3.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/statuses": {
			"version": "2.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/string_decoder": {
			"version": "1.1.1",
			"license": "MIT",
			"dependencies": {
				"safe-buffer": "~5.1.0"
			}
		},
		"node_modules/string_decoder/node_modules/safe-buffer": {
			"version": "5.1.2",
			"license": "MIT"
		},
		"node_modules/string-argv": {
			"version": "0.3.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.6.19"
			}
		},
		"node_modules/string-length": {
			"version": "4.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"char-regex": "^1.0.2",
				"strip-ansi": "^6.0.0"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/string-width": {
			"version": "4.2.3",
			"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/string-width/node_modules/emoji-regex": {
			"version": "8.0.0",
			"license": "MIT"
		},
		"node_modules/string-width/node_modules/is-fullwidth-code-point": {
			"version": "3.0.0",
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/string.prototype.matchall": {
			"version": "4.0.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"get-intrinsic": "^1.2.1",
				"has-symbols": "^1.0.3",
				"internal-slot": "^1.0.5",
				"regexp.prototype.flags": "^1.5.0",
				"side-channel": "^1.0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/string.prototype.trim": {
			"version": "1.2.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.1.4",
				"es-abstract": "^1.20.4"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/string.prototype.trimend": {
			"version": "1.0.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.1.4",
				"es-abstract": "^1.20.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/string.prototype.trimstart": {
			"version": "1.0.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/strip-ansi": {
			"version": "6.0.1",
			"license": "MIT",
			"dependencies": {
				"ansi-regex": "^5.0.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/strip-bom": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/strip-final-newline": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/strip-indent": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"min-indent": "^1.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"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/strip-outer": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"escape-string-regexp": "^1.0.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/strip-outer/node_modules/escape-string-regexp": {
			"version": "1.0.5",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/style-search": {
			"version": "0.1.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/stylehacks": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.21.4",
				"postcss-selector-parser": "^6.0.4"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.2.15"
			}
		},
		"node_modules/stylelint": {
			"version": "14.16.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@csstools/selector-specificity": "^2.0.2",
				"balanced-match": "^2.0.0",
				"colord": "^2.9.3",
				"cosmiconfig": "^7.1.0",
				"css-functions-list": "^3.1.0",
				"debug": "^4.3.4",
				"fast-glob": "^3.2.12",
				"fastest-levenshtein": "^1.0.16",
				"file-entry-cache": "^6.0.1",
				"global-modules": "^2.0.0",
				"globby": "^11.1.0",
				"globjoin": "^0.1.4",
				"html-tags": "^3.2.0",
				"ignore": "^5.2.1",
				"import-lazy": "^4.0.0",
				"imurmurhash": "^0.1.4",
				"is-plain-object": "^5.0.0",
				"known-css-properties": "^0.26.0",
				"mathml-tag-names": "^2.1.3",
				"meow": "^9.0.0",
				"micromatch": "^4.0.5",
				"normalize-path": "^3.0.0",
				"picocolors": "^1.0.0",
				"postcss": "^8.4.19",
				"postcss-media-query-parser": "^0.2.3",
				"postcss-resolve-nested-selector": "^0.1.1",
				"postcss-safe-parser": "^6.0.0",
				"postcss-selector-parser": "^6.0.11",
				"postcss-value-parser": "^4.2.0",
				"resolve-from": "^5.0.0",
				"string-width": "^4.2.3",
				"strip-ansi": "^6.0.1",
				"style-search": "^0.1.0",
				"supports-hyperlinks": "^2.3.0",
				"svg-tags": "^1.0.0",
				"table": "^6.8.1",
				"v8-compile-cache": "^2.3.0",
				"write-file-atomic": "^4.0.2"
			},
			"bin": {
				"stylelint": "bin/stylelint.js"
			},
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/stylelint"
			}
		},
		"node_modules/stylelint-config-recommended": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"peerDependencies": {
				"stylelint": "^14.0.0"
			}
		},
		"node_modules/stylelint-config-recommended-scss": {
			"version": "5.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-scss": "^4.0.2",
				"stylelint-config-recommended": "^6.0.0",
				"stylelint-scss": "^4.0.0"
			},
			"peerDependencies": {
				"stylelint": "^14.0.0"
			}
		},
		"node_modules/stylelint-scss": {
			"version": "4.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-media-query-parser": "^0.2.3",
				"postcss-resolve-nested-selector": "^0.1.1",
				"postcss-selector-parser": "^6.0.11",
				"postcss-value-parser": "^4.2.0"
			},
			"peerDependencies": {
				"stylelint": "^14.5.1 || ^15.0.0"
			}
		},
		"node_modules/stylelint/node_modules/balanced-match": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/stylelint/node_modules/cosmiconfig": {
			"version": "7.1.0",
			"dev": true,
			"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/stylelint/node_modules/global-modules": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"global-prefix": "^3.0.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/stylelint/node_modules/global-prefix": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ini": "^1.3.5",
				"kind-of": "^6.0.2",
				"which": "^1.3.1"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/stylelint/node_modules/kind-of": {
			"version": "6.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/stylelint/node_modules/yaml": {
			"version": "1.10.2",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/stylis": {
			"version": "4.2.0",
			"license": "MIT"
		},
		"node_modules/supports-color": {
			"version": "7.2.0",
			"license": "MIT",
			"dependencies": {
				"has-flag": "^4.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/supports-hyperlinks": {
			"version": "2.3.0",
			"license": "MIT",
			"dependencies": {
				"has-flag": "^4.0.0",
				"supports-color": "^7.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/svg-parser": {
			"version": "2.0.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/svg-tags": {
			"version": "1.0.0",
			"dev": true
		},
		"node_modules/svgo": {
			"version": "3.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@trysound/sax": "0.2.0",
				"commander": "^7.2.0",
				"css-select": "^5.1.0",
				"css-tree": "^2.2.1",
				"csso": "^5.0.5",
				"picocolors": "^1.0.0"
			},
			"bin": {
				"svgo": "bin/svgo"
			},
			"engines": {
				"node": ">=14.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/svgo"
			}
		},
		"node_modules/svgo/node_modules/commander": {
			"version": "7.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/symbol-tree": {
			"version": "3.2.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/table": {
			"version": "6.8.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"ajv": "^8.0.1",
				"lodash.truncate": "^4.4.2",
				"slice-ansi": "^4.0.0",
				"string-width": "^4.2.3",
				"strip-ansi": "^6.0.1"
			},
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"node_modules/table/node_modules/ajv": {
			"version": "8.12.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/table/node_modules/is-fullwidth-code-point": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/table/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/table/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/tannin": {
			"version": "1.2.0",
			"license": "MIT",
			"dependencies": {
				"@tannin/plural-forms": "^1.1.0"
			}
		},
		"node_modules/tapable": {
			"version": "2.2.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/tar-fs": {
			"version": "2.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chownr": "^1.1.1",
				"mkdirp-classic": "^0.5.2",
				"pump": "^3.0.0",
				"tar-stream": "^2.1.4"
			}
		},
		"node_modules/tar-stream": {
			"version": "2.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"bl": "^4.0.3",
				"end-of-stream": "^1.4.1",
				"fs-constants": "^1.0.0",
				"inherits": "^2.0.3",
				"readable-stream": "^3.1.1"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/tar-stream/node_modules/readable-stream": {
			"version": "3.6.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"inherits": "^2.0.3",
				"string_decoder": "^1.1.1",
				"util-deprecate": "^1.0.1"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/terminal-link": {
			"version": "2.1.1",
			"license": "MIT",
			"dependencies": {
				"ansi-escapes": "^4.2.1",
				"supports-hyperlinks": "^2.0.0"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/terser": {
			"version": "5.19.4",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"@jridgewell/source-map": "^0.3.3",
				"acorn": "^8.8.2",
				"commander": "^2.20.0",
				"source-map-support": "~0.5.20"
			},
			"bin": {
				"terser": "bin/terser"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/terser-webpack-plugin": {
			"version": "5.3.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jridgewell/trace-mapping": "^0.3.17",
				"jest-worker": "^27.4.5",
				"schema-utils": "^3.1.1",
				"serialize-javascript": "^6.0.1",
				"terser": "^5.16.8"
			},
			"engines": {
				"node": ">= 10.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^5.1.0"
			},
			"peerDependenciesMeta": {
				"@swc/core": {
					"optional": true
				},
				"esbuild": {
					"optional": true
				},
				"uglify-js": {
					"optional": true
				}
			}
		},
		"node_modules/terser-webpack-plugin/node_modules/jest-worker": {
			"version": "27.5.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*",
				"merge-stream": "^2.0.0",
				"supports-color": "^8.0.0"
			},
			"engines": {
				"node": ">= 10.13.0"
			}
		},
		"node_modules/terser-webpack-plugin/node_modules/supports-color": {
			"version": "8.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"has-flag": "^4.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/chalk/supports-color?sponsor=1"
			}
		},
		"node_modules/terser/node_modules/commander": {
			"version": "2.20.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/terser/node_modules/source-map": {
			"version": "0.6.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/terser/node_modules/source-map-support": {
			"version": "0.5.21",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"buffer-from": "^1.0.0",
				"source-map": "^0.6.0"
			}
		},
		"node_modules/test-exclude": {
			"version": "6.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"@istanbuljs/schema": "^0.1.2",
				"glob": "^7.1.4",
				"minimatch": "^3.0.4"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/text-table": {
			"version": "0.2.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/through": {
			"version": "2.3.8",
			"license": "MIT"
		},
		"node_modules/thunky": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/tiny-emitter": {
			"version": "2.1.0",
			"license": "MIT"
		},
		"node_modules/tmp": {
			"version": "0.0.33",
			"license": "MIT",
			"dependencies": {
				"os-tmpdir": "~1.0.2"
			},
			"engines": {
				"node": ">=0.6.0"
			}
		},
		"node_modules/tmpl": {
			"version": "1.0.5",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"node_modules/to-fast-properties": {
			"version": "2.0.0",
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/to-regex-range": {
			"version": "5.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-number": "^7.0.0"
			},
			"engines": {
				"node": ">=8.0"
			}
		},
		"node_modules/toidentifier": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.6"
			}
		},
		"node_modules/totalist": {
			"version": "3.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/tough-cookie": {
			"version": "4.1.3",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"psl": "^1.1.33",
				"punycode": "^2.1.1",
				"universalify": "^0.2.0",
				"url-parse": "^1.5.3"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/tr46": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"punycode": "^2.1.1"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/traverse": {
			"version": "0.6.7",
			"license": "MIT",
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/tree-kill": {
			"version": "1.2.2",
			"dev": true,
			"license": "MIT",
			"bin": {
				"tree-kill": "cli.js"
			}
		},
		"node_modules/trim-newlines": {
			"version": "3.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/trim-repeated": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"escape-string-regexp": "^1.0.2"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/trim-repeated/node_modules/escape-string-regexp": {
			"version": "1.0.5",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/tsconfig-paths": {
			"version": "3.14.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/json5": "^0.0.29",
				"json5": "^1.0.2",
				"minimist": "^1.2.6",
				"strip-bom": "^3.0.0"
			}
		},
		"node_modules/tsconfig-paths/node_modules/json5": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"minimist": "^1.2.0"
			},
			"bin": {
				"json5": "lib/cli.js"
			}
		},
		"node_modules/tsconfig-paths/node_modules/strip-bom": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/tslib": {
			"version": "2.6.2",
			"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/tsutils/node_modules/tslib": {
			"version": "1.14.1",
			"dev": true,
			"license": "0BSD"
		},
		"node_modules/turbo-combine-reducers": {
			"version": "1.0.2",
			"license": "MIT"
		},
		"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-detect": {
			"version": "4.0.8",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/type-fest": {
			"version": "0.21.3",
			"license": "(MIT OR CC0-1.0)",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/type-is": {
			"version": "1.6.18",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"media-typer": "0.3.0",
				"mime-types": "~2.1.24"
			},
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/typed-array-buffer": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"get-intrinsic": "^1.2.1",
				"is-typed-array": "^1.1.10"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/typed-array-byte-length": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"for-each": "^0.3.3",
				"has-proto": "^1.0.1",
				"is-typed-array": "^1.1.10"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/typed-array-byte-offset": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"available-typed-arrays": "^1.0.5",
				"call-bind": "^1.0.2",
				"for-each": "^0.3.3",
				"has-proto": "^1.0.1",
				"is-typed-array": "^1.1.10"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/typed-array-length": {
			"version": "1.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"for-each": "^0.3.3",
				"is-typed-array": "^1.1.9"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/typedarray": {
			"version": "0.0.6",
			"license": "MIT"
		},
		"node_modules/typescript": {
			"version": "5.2.2",
			"dev": true,
			"license": "Apache-2.0",
			"peer": true,
			"bin": {
				"tsc": "bin/tsc",
				"tsserver": "bin/tsserver"
			},
			"engines": {
				"node": ">=14.17"
			}
		},
		"node_modules/uc.micro": {
			"version": "1.0.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/unbox-primitive": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.2",
				"has-bigints": "^1.0.2",
				"has-symbols": "^1.0.3",
				"which-boxed-primitive": "^1.0.2"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/unbzip2-stream": {
			"version": "1.4.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"buffer": "^5.2.1",
				"through": "^2.3.8"
			}
		},
		"node_modules/unicode-canonical-property-names-ecmascript": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/unicode-match-property-ecmascript": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"unicode-canonical-property-names-ecmascript": "^2.0.0",
				"unicode-property-aliases-ecmascript": "^2.0.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/unicode-match-property-value-ecmascript": {
			"version": "2.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/unicode-property-aliases-ecmascript": {
			"version": "2.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/universalify": {
			"version": "0.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 4.0.0"
			}
		},
		"node_modules/unpipe": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/update-browserslist-db": {
			"version": "1.0.11",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/browserslist"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/browserslist"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"license": "MIT",
			"dependencies": {
				"escalade": "^3.1.1",
				"picocolors": "^1.0.0"
			},
			"bin": {
				"update-browserslist-db": "cli.js"
			},
			"peerDependencies": {
				"browserslist": ">= 4.21.0"
			}
		},
		"node_modules/upper-case": {
			"version": "2.0.2",
			"license": "MIT",
			"dependencies": {
				"tslib": "^2.0.3"
			}
		},
		"node_modules/upper-case-first": {
			"version": "2.0.2",
			"license": "MIT",
			"dependencies": {
				"tslib": "^2.0.3"
			}
		},
		"node_modules/uri-js": {
			"version": "4.4.1",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"punycode": "^2.1.0"
			}
		},
		"node_modules/url-loader": {
			"version": "4.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"loader-utils": "^2.0.0",
				"mime-types": "^2.1.27",
				"schema-utils": "^3.0.0"
			},
			"engines": {
				"node": ">= 10.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"file-loader": "*",
				"webpack": "^4.0.0 || ^5.0.0"
			},
			"peerDependenciesMeta": {
				"file-loader": {
					"optional": true
				}
			}
		},
		"node_modules/url-parse": {
			"version": "1.5.10",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"querystringify": "^2.1.1",
				"requires-port": "^1.0.0"
			}
		},
		"node_modules/use-callback-ref": {
			"version": "1.3.0",
			"license": "MIT",
			"dependencies": {
				"tslib": "^2.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"peerDependencies": {
				"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
			},
			"peerDependenciesMeta": {
				"@types/react": {
					"optional": true
				}
			}
		},
		"node_modules/use-isomorphic-layout-effect": {
			"version": "1.1.2",
			"license": "MIT",
			"peerDependencies": {
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
			},
			"peerDependenciesMeta": {
				"@types/react": {
					"optional": true
				}
			}
		},
		"node_modules/use-lilius": {
			"version": "2.0.3",
			"license": "MIT",
			"dependencies": {
				"date-fns": "^2.29.2"
			},
			"peerDependencies": {
				"react": "*",
				"react-dom": "*"
			}
		},
		"node_modules/use-memo-one": {
			"version": "1.1.3",
			"license": "MIT",
			"peerDependencies": {
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
			}
		},
		"node_modules/use-sidecar": {
			"version": "1.1.2",
			"license": "MIT",
			"dependencies": {
				"detect-node-es": "^1.1.0",
				"tslib": "^2.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"peerDependencies": {
				"@types/react": "^16.9.0 || ^17.0.0 || ^18.0.0",
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
			},
			"peerDependenciesMeta": {
				"@types/react": {
					"optional": true
				}
			}
		},
		"node_modules/use-sync-external-store": {
			"version": "1.2.0",
			"license": "MIT",
			"peerDependencies": {
				"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
			}
		},
		"node_modules/util-deprecate": {
			"version": "1.0.2",
			"license": "MIT"
		},
		"node_modules/utils-merge": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4.0"
			}
		},
		"node_modules/uuid": {
			"version": "8.3.2",
			"license": "MIT",
			"bin": {
				"uuid": "dist/bin/uuid"
			}
		},
		"node_modules/v8-compile-cache": {
			"version": "2.4.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/v8-to-istanbul": {
			"version": "9.1.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"@jridgewell/trace-mapping": "^0.3.12",
				"@types/istanbul-lib-coverage": "^2.0.1",
				"convert-source-map": "^1.6.0"
			},
			"engines": {
				"node": ">=10.12.0"
			}
		},
		"node_modules/validate-npm-package-license": {
			"version": "3.0.4",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"spdx-correct": "^3.0.0",
				"spdx-expression-parse": "^3.0.0"
			}
		},
		"node_modules/validate-npm-package-name": {
			"version": "5.0.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"builtins": "^5.0.0"
			},
			"engines": {
				"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
			}
		},
		"node_modules/valtio": {
			"version": "1.7.0",
			"license": "MIT",
			"dependencies": {
				"proxy-compare": "2.3.0",
				"use-sync-external-store": "1.2.0"
			},
			"engines": {
				"node": ">=12.7.0"
			},
			"peerDependencies": {
				"@babel/helper-module-imports": ">=7.12",
				"@babel/types": ">=7.13",
				"aslemammad-vite-plugin-macro": ">=1.0.0-alpha.1",
				"babel-plugin-macros": ">=3.0",
				"react": ">=16.8",
				"vite": ">=2.8.6"
			},
			"peerDependenciesMeta": {
				"@babel/helper-module-imports": {
					"optional": true
				},
				"@babel/types": {
					"optional": true
				},
				"aslemammad-vite-plugin-macro": {
					"optional": true
				},
				"babel-plugin-macros": {
					"optional": true
				},
				"react": {
					"optional": true
				},
				"vite": {
					"optional": true
				}
			}
		},
		"node_modules/vary": {
			"version": "1.1.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/w3c-xmlserializer": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"xml-name-validator": "^4.0.0"
			},
			"engines": {
				"node": ">=14"
			}
		},
		"node_modules/wait-on": {
			"version": "6.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"axios": "^0.25.0",
				"joi": "^17.6.0",
				"lodash": "^4.17.21",
				"minimist": "^1.2.5",
				"rxjs": "^7.5.4"
			},
			"bin": {
				"wait-on": "bin/wait-on"
			},
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"node_modules/wait-on/node_modules/rxjs": {
			"version": "7.8.1",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"tslib": "^2.1.0"
			}
		},
		"node_modules/walker": {
			"version": "1.0.8",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"makeerror": "1.0.12"
			}
		},
		"node_modules/watchpack": {
			"version": "2.4.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"glob-to-regexp": "^0.4.1",
				"graceful-fs": "^4.1.2"
			},
			"engines": {
				"node": ">=10.13.0"
			}
		},
		"node_modules/wbuf": {
			"version": "1.7.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"minimalistic-assert": "^1.0.0"
			}
		},
		"node_modules/wcwidth": {
			"version": "1.0.1",
			"license": "MIT",
			"dependencies": {
				"defaults": "^1.0.3"
			}
		},
		"node_modules/webidl-conversions": {
			"version": "7.0.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/webpack": {
			"version": "5.88.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/eslint-scope": "^3.7.3",
				"@types/estree": "^1.0.0",
				"@webassemblyjs/ast": "^1.11.5",
				"@webassemblyjs/wasm-edit": "^1.11.5",
				"@webassemblyjs/wasm-parser": "^1.11.5",
				"acorn": "^8.7.1",
				"acorn-import-assertions": "^1.9.0",
				"browserslist": "^4.14.5",
				"chrome-trace-event": "^1.0.2",
				"enhanced-resolve": "^5.15.0",
				"es-module-lexer": "^1.2.1",
				"eslint-scope": "5.1.1",
				"events": "^3.2.0",
				"glob-to-regexp": "^0.4.1",
				"graceful-fs": "^4.2.9",
				"json-parse-even-better-errors": "^2.3.1",
				"loader-runner": "^4.2.0",
				"mime-types": "^2.1.27",
				"neo-async": "^2.6.2",
				"schema-utils": "^3.2.0",
				"tapable": "^2.1.1",
				"terser-webpack-plugin": "^5.3.7",
				"watchpack": "^2.4.0",
				"webpack-sources": "^3.2.3"
			},
			"bin": {
				"webpack": "bin/webpack.js"
			},
			"engines": {
				"node": ">=10.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependenciesMeta": {
				"webpack-cli": {
					"optional": true
				}
			}
		},
		"node_modules/webpack-bundle-analyzer": {
			"version": "4.9.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@discoveryjs/json-ext": "0.5.7",
				"acorn": "^8.0.4",
				"acorn-walk": "^8.0.0",
				"commander": "^7.2.0",
				"escape-string-regexp": "^4.0.0",
				"gzip-size": "^6.0.0",
				"is-plain-object": "^5.0.0",
				"lodash.debounce": "^4.0.8",
				"lodash.escape": "^4.0.1",
				"lodash.flatten": "^4.4.0",
				"lodash.invokemap": "^4.6.0",
				"lodash.pullall": "^4.2.0",
				"lodash.uniqby": "^4.7.0",
				"opener": "^1.5.2",
				"picocolors": "^1.0.0",
				"sirv": "^2.0.3",
				"ws": "^7.3.1"
			},
			"bin": {
				"webpack-bundle-analyzer": "lib/bin/analyzer.js"
			},
			"engines": {
				"node": ">= 10.13.0"
			}
		},
		"node_modules/webpack-bundle-analyzer/node_modules/commander": {
			"version": "7.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/webpack-bundle-analyzer/node_modules/ws": {
			"version": "7.5.9",
			"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/webpack-cli": {
			"version": "4.10.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@discoveryjs/json-ext": "^0.5.0",
				"@webpack-cli/configtest": "^1.2.0",
				"@webpack-cli/info": "^1.5.0",
				"@webpack-cli/serve": "^1.7.0",
				"colorette": "^2.0.14",
				"commander": "^7.0.0",
				"cross-spawn": "^7.0.3",
				"fastest-levenshtein": "^1.0.12",
				"import-local": "^3.0.2",
				"interpret": "^2.2.0",
				"rechoir": "^0.7.0",
				"webpack-merge": "^5.7.3"
			},
			"bin": {
				"webpack-cli": "bin/cli.js"
			},
			"engines": {
				"node": ">=10.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "4.x.x || 5.x.x"
			},
			"peerDependenciesMeta": {
				"@webpack-cli/generators": {
					"optional": true
				},
				"@webpack-cli/migrate": {
					"optional": true
				},
				"webpack-bundle-analyzer": {
					"optional": true
				},
				"webpack-dev-server": {
					"optional": true
				}
			}
		},
		"node_modules/webpack-cli/node_modules/commander": {
			"version": "7.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/webpack-cli/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/webpack-cli/node_modules/shebang-command": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"shebang-regex": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/webpack-cli/node_modules/shebang-regex": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/webpack-cli/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/webpack-dev-middleware": {
			"version": "5.3.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"colorette": "^2.0.10",
				"memfs": "^3.4.3",
				"mime-types": "^2.1.31",
				"range-parser": "^1.2.1",
				"schema-utils": "^4.0.0"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^4.0.0 || ^5.0.0"
			}
		},
		"node_modules/webpack-dev-middleware/node_modules/ajv": {
			"version": "8.12.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/webpack-dev-middleware/node_modules/ajv-keywords": {
			"version": "5.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.3"
			},
			"peerDependencies": {
				"ajv": "^8.8.2"
			}
		},
		"node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/webpack-dev-middleware/node_modules/schema-utils": {
			"version": "4.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/json-schema": "^7.0.9",
				"ajv": "^8.9.0",
				"ajv-formats": "^2.1.1",
				"ajv-keywords": "^5.1.0"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/webpack-dev-server": {
			"version": "4.15.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/bonjour": "^3.5.9",
				"@types/connect-history-api-fallback": "^1.3.5",
				"@types/express": "^4.17.13",
				"@types/serve-index": "^1.9.1",
				"@types/serve-static": "^1.13.10",
				"@types/sockjs": "^0.3.33",
				"@types/ws": "^8.5.5",
				"ansi-html-community": "^0.0.8",
				"bonjour-service": "^1.0.11",
				"chokidar": "^3.5.3",
				"colorette": "^2.0.10",
				"compression": "^1.7.4",
				"connect-history-api-fallback": "^2.0.0",
				"default-gateway": "^6.0.3",
				"express": "^4.17.3",
				"graceful-fs": "^4.2.6",
				"html-entities": "^2.3.2",
				"http-proxy-middleware": "^2.0.3",
				"ipaddr.js": "^2.0.1",
				"launch-editor": "^2.6.0",
				"open": "^8.0.9",
				"p-retry": "^4.5.0",
				"rimraf": "^3.0.2",
				"schema-utils": "^4.0.0",
				"selfsigned": "^2.1.1",
				"serve-index": "^1.9.1",
				"sockjs": "^0.3.24",
				"spdy": "^4.0.2",
				"webpack-dev-middleware": "^5.3.1",
				"ws": "^8.13.0"
			},
			"bin": {
				"webpack-dev-server": "bin/webpack-dev-server.js"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^4.37.0 || ^5.0.0"
			},
			"peerDependenciesMeta": {
				"webpack": {
					"optional": true
				},
				"webpack-cli": {
					"optional": true
				}
			}
		},
		"node_modules/webpack-dev-server/node_modules/ajv": {
			"version": "8.12.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2",
				"uri-js": "^4.2.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/webpack-dev-server/node_modules/ajv-keywords": {
			"version": "5.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.3"
			},
			"peerDependencies": {
				"ajv": "^8.8.2"
			}
		},
		"node_modules/webpack-dev-server/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/webpack-dev-server/node_modules/schema-utils": {
			"version": "4.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/json-schema": "^7.0.9",
				"ajv": "^8.9.0",
				"ajv-formats": "^2.1.1",
				"ajv-keywords": "^5.1.0"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/webpack-merge": {
			"version": "5.9.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"clone-deep": "^4.0.1",
				"wildcard": "^2.0.0"
			},
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"node_modules/webpack-merge/node_modules/clone-deep": {
			"version": "4.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-plain-object": "^2.0.4",
				"kind-of": "^6.0.2",
				"shallow-clone": "^3.0.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/webpack-merge/node_modules/is-plain-object": {
			"version": "2.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"isobject": "^3.0.1"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/webpack-merge/node_modules/kind-of": {
			"version": "6.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/webpack-merge/node_modules/shallow-clone": {
			"version": "3.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"kind-of": "^6.0.2"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/webpack-sources": {
			"version": "3.2.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10.13.0"
			}
		},
		"node_modules/websocket-driver": {
			"version": "0.7.4",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"http-parser-js": ">=0.5.1",
				"safe-buffer": ">=5.1.0",
				"websocket-extensions": ">=0.1.1"
			},
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/websocket-extensions": {
			"version": "0.1.4",
			"dev": true,
			"license": "Apache-2.0",
			"engines": {
				"node": ">=0.8.0"
			}
		},
		"node_modules/whatwg-encoding": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"iconv-lite": "0.6.3"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/whatwg-mimetype": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/whatwg-url": {
			"version": "11.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"tr46": "^3.0.0",
				"webidl-conversions": "^7.0.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/which": {
			"version": "1.3.1",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"isexe": "^2.0.0"
			},
			"bin": {
				"which": "bin/which"
			}
		},
		"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-builtin-type": {
			"version": "1.1.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"function.prototype.name": "^1.1.5",
				"has-tostringtag": "^1.0.0",
				"is-async-function": "^2.0.0",
				"is-date-object": "^1.0.5",
				"is-finalizationregistry": "^1.0.2",
				"is-generator-function": "^1.0.10",
				"is-regex": "^1.1.4",
				"is-weakref": "^1.0.2",
				"isarray": "^2.0.5",
				"which-boxed-primitive": "^1.0.2",
				"which-collection": "^1.0.1",
				"which-typed-array": "^1.1.9"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/which-builtin-type/node_modules/isarray": {
			"version": "2.0.5",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/which-collection": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-map": "^2.0.1",
				"is-set": "^2.0.1",
				"is-weakmap": "^2.0.1",
				"is-weakset": "^2.0.1"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/which-module": {
			"version": "2.0.1",
			"license": "ISC"
		},
		"node_modules/which-typed-array": {
			"version": "1.1.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"available-typed-arrays": "^1.0.5",
				"call-bind": "^1.0.2",
				"for-each": "^0.3.3",
				"gopd": "^1.0.1",
				"has-tostringtag": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/wildcard": {
			"version": "2.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/wrap-ansi": {
			"version": "8.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ansi-styles": "^6.1.0",
				"string-width": "^5.0.1",
				"strip-ansi": "^7.0.1"
			},
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
			}
		},
		"node_modules/wrap-ansi/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/wrap-ansi/node_modules/ansi-styles": {
			"version": "6.2.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12"
			},
			"funding": {
				"url": "https://github.com/chalk/ansi-styles?sponsor=1"
			}
		},
		"node_modules/wrap-ansi/node_modules/string-width": {
			"version": "5.1.2",
			"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/wrap-ansi/node_modules/strip-ansi": {
			"version": "7.1.0",
			"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/wrappy": {
			"version": "1.0.2",
			"license": "ISC"
		},
		"node_modules/write-file-atomic": {
			"version": "4.0.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"imurmurhash": "^0.1.4",
				"signal-exit": "^3.0.7"
			},
			"engines": {
				"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
			}
		},
		"node_modules/ws": {
			"version": "8.13.0",
			"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/xml-name-validator": {
			"version": "4.0.0",
			"dev": true,
			"license": "Apache-2.0",
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/xmlchars": {
			"version": "2.2.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/y18n": {
			"version": "5.0.8",
			"license": "ISC",
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/yallist": {
			"version": "3.1.1",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/yaml": {
			"version": "2.3.1",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/yargs": {
			"version": "17.7.2",
			"license": "MIT",
			"dependencies": {
				"cliui": "^8.0.1",
				"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.1.1"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/yargs-parser": {
			"version": "20.2.9",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/yargs/node_modules/yargs-parser": {
			"version": "21.1.1",
			"license": "ISC",
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/yauzl": {
			"version": "2.10.0",
			"license": "MIT",
			"dependencies": {
				"buffer-crc32": "~0.2.3",
				"fd-slicer": "~1.1.0"
			}
		},
		"node_modules/yocto-queue": {
			"version": "0.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		}
	},
	"dependencies": {
		"@aashutoshrathi/word-wrap": {
			"version": "1.2.6",
			"dev": true
		},
		"@ampproject/remapping": {
			"version": "2.2.1",
			"dev": true,
			"requires": {
				"@jridgewell/gen-mapping": "^0.3.0",
				"@jridgewell/trace-mapping": "^0.3.9"
			}
		},
		"@ariakit/core": {
			"version": "0.2.9"
		},
		"@ariakit/react": {
			"version": "0.2.17",
			"requires": {
				"@ariakit/react-core": "0.2.17"
			}
		},
		"@ariakit/react-core": {
			"version": "0.2.17",
			"requires": {
				"@ariakit/core": "0.2.9",
				"@floating-ui/dom": "^1.0.0",
				"use-sync-external-store": "^1.2.0"
			}
		},
		"@babel/code-frame": {
			"version": "7.22.13",
			"requires": {
				"@babel/highlight": "^7.22.13",
				"chalk": "^2.4.2"
			},
			"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/compat-data": {
			"version": "7.22.9",
			"dev": true
		},
		"@babel/core": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@ampproject/remapping": "^2.2.0",
				"@babel/code-frame": "^7.22.13",
				"@babel/generator": "^7.22.15",
				"@babel/helper-compilation-targets": "^7.22.15",
				"@babel/helper-module-transforms": "^7.22.15",
				"@babel/helpers": "^7.22.15",
				"@babel/parser": "^7.22.15",
				"@babel/template": "^7.22.15",
				"@babel/traverse": "^7.22.15",
				"@babel/types": "^7.22.15",
				"convert-source-map": "^1.7.0",
				"debug": "^4.1.0",
				"gensync": "^1.0.0-beta.2",
				"json5": "^2.2.3",
				"semver": "^6.3.1"
			}
		},
		"@babel/eslint-parser": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
				"eslint-visitor-keys": "^2.1.0",
				"semver": "^6.3.1"
			}
		},
		"@babel/generator": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/types": "^7.22.15",
				"@jridgewell/gen-mapping": "^0.3.2",
				"@jridgewell/trace-mapping": "^0.3.17",
				"jsesc": "^2.5.1"
			}
		},
		"@babel/helper-annotate-as-pure": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/types": "^7.22.5"
			}
		},
		"@babel/helper-builder-binary-assignment-operator-visitor": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/types": "^7.22.15"
			}
		},
		"@babel/helper-compilation-targets": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/compat-data": "^7.22.9",
				"@babel/helper-validator-option": "^7.22.15",
				"browserslist": "^4.21.9",
				"lru-cache": "^5.1.1",
				"semver": "^6.3.1"
			}
		},
		"@babel/helper-create-class-features-plugin": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-function-name": "^7.22.5",
				"@babel/helper-member-expression-to-functions": "^7.22.15",
				"@babel/helper-optimise-call-expression": "^7.22.5",
				"@babel/helper-replace-supers": "^7.22.9",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
				"@babel/helper-split-export-declaration": "^7.22.6",
				"semver": "^6.3.1"
			}
		},
		"@babel/helper-create-regexp-features-plugin": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"regexpu-core": "^5.3.1",
				"semver": "^6.3.1"
			}
		},
		"@babel/helper-define-polyfill-provider": {
			"version": "0.4.2",
			"dev": true,
			"requires": {
				"@babel/helper-compilation-targets": "^7.22.6",
				"@babel/helper-plugin-utils": "^7.22.5",
				"debug": "^4.1.1",
				"lodash.debounce": "^4.0.8",
				"resolve": "^1.14.2"
			}
		},
		"@babel/helper-environment-visitor": {
			"version": "7.22.5",
			"dev": true
		},
		"@babel/helper-function-name": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/template": "^7.22.5",
				"@babel/types": "^7.22.5"
			}
		},
		"@babel/helper-hoist-variables": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/types": "^7.22.5"
			}
		},
		"@babel/helper-member-expression-to-functions": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/types": "^7.22.15"
			}
		},
		"@babel/helper-module-imports": {
			"version": "7.22.15",
			"requires": {
				"@babel/types": "^7.22.15"
			}
		},
		"@babel/helper-module-transforms": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-module-imports": "^7.22.15",
				"@babel/helper-simple-access": "^7.22.5",
				"@babel/helper-split-export-declaration": "^7.22.6",
				"@babel/helper-validator-identifier": "^7.22.15"
			}
		},
		"@babel/helper-optimise-call-expression": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/types": "^7.22.5"
			}
		},
		"@babel/helper-plugin-utils": {
			"version": "7.22.5",
			"dev": true
		},
		"@babel/helper-remap-async-to-generator": {
			"version": "7.22.9",
			"dev": true,
			"requires": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-wrap-function": "^7.22.9"
			}
		},
		"@babel/helper-replace-supers": {
			"version": "7.22.9",
			"dev": true,
			"requires": {
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-member-expression-to-functions": "^7.22.5",
				"@babel/helper-optimise-call-expression": "^7.22.5"
			}
		},
		"@babel/helper-simple-access": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/types": "^7.22.5"
			}
		},
		"@babel/helper-skip-transparent-expression-wrappers": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/types": "^7.22.5"
			}
		},
		"@babel/helper-split-export-declaration": {
			"version": "7.22.6",
			"dev": true,
			"requires": {
				"@babel/types": "^7.22.5"
			}
		},
		"@babel/helper-string-parser": {
			"version": "7.22.5"
		},
		"@babel/helper-validator-identifier": {
			"version": "7.22.15"
		},
		"@babel/helper-validator-option": {
			"version": "7.22.15",
			"dev": true
		},
		"@babel/helper-wrap-function": {
			"version": "7.22.10",
			"dev": true,
			"requires": {
				"@babel/helper-function-name": "^7.22.5",
				"@babel/template": "^7.22.5",
				"@babel/types": "^7.22.10"
			}
		},
		"@babel/helpers": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/template": "^7.22.15",
				"@babel/traverse": "^7.22.15",
				"@babel/types": "^7.22.15"
			}
		},
		"@babel/highlight": {
			"version": "7.22.13",
			"requires": {
				"@babel/helper-validator-identifier": "^7.22.5",
				"chalk": "^2.4.2",
				"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.22.15",
			"dev": true
		},
		"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
				"@babel/plugin-transform-optional-chaining": "^7.22.15"
			}
		},
		"@babel/plugin-proposal-private-property-in-object": {
			"version": "7.21.0-placeholder-for-preset-env.2",
			"dev": true,
			"requires": {}
		},
		"@babel/plugin-syntax-async-generators": {
			"version": "7.8.4",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.8.0"
			}
		},
		"@babel/plugin-syntax-bigint": {
			"version": "7.8.3",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.8.0"
			}
		},
		"@babel/plugin-syntax-class-properties": {
			"version": "7.12.13",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.12.13"
			}
		},
		"@babel/plugin-syntax-class-static-block": {
			"version": "7.14.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.14.5"
			}
		},
		"@babel/plugin-syntax-dynamic-import": {
			"version": "7.8.3",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.8.0"
			}
		},
		"@babel/plugin-syntax-export-namespace-from": {
			"version": "7.8.3",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.8.3"
			}
		},
		"@babel/plugin-syntax-import-assertions": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-syntax-import-attributes": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-syntax-import-meta": {
			"version": "7.10.4",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.10.4"
			}
		},
		"@babel/plugin-syntax-json-strings": {
			"version": "7.8.3",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.8.0"
			}
		},
		"@babel/plugin-syntax-jsx": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-syntax-logical-assignment-operators": {
			"version": "7.10.4",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.10.4"
			}
		},
		"@babel/plugin-syntax-nullish-coalescing-operator": {
			"version": "7.8.3",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.8.0"
			}
		},
		"@babel/plugin-syntax-numeric-separator": {
			"version": "7.10.4",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.10.4"
			}
		},
		"@babel/plugin-syntax-object-rest-spread": {
			"version": "7.8.3",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.8.0"
			}
		},
		"@babel/plugin-syntax-optional-catch-binding": {
			"version": "7.8.3",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.8.0"
			}
		},
		"@babel/plugin-syntax-optional-chaining": {
			"version": "7.8.3",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.8.0"
			}
		},
		"@babel/plugin-syntax-private-property-in-object": {
			"version": "7.14.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.14.5"
			}
		},
		"@babel/plugin-syntax-top-level-await": {
			"version": "7.14.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.14.5"
			}
		},
		"@babel/plugin-syntax-typescript": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-syntax-unicode-sets-regex": {
			"version": "7.18.6",
			"dev": true,
			"requires": {
				"@babel/helper-create-regexp-features-plugin": "^7.18.6",
				"@babel/helper-plugin-utils": "^7.18.6"
			}
		},
		"@babel/plugin-transform-arrow-functions": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-async-generator-functions": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-remap-async-to-generator": "^7.22.9",
				"@babel/plugin-syntax-async-generators": "^7.8.4"
			}
		},
		"@babel/plugin-transform-async-to-generator": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-module-imports": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-remap-async-to-generator": "^7.22.5"
			}
		},
		"@babel/plugin-transform-block-scoped-functions": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-block-scoping": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-class-properties": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-create-class-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-class-static-block": {
			"version": "7.22.11",
			"dev": true,
			"requires": {
				"@babel/helper-create-class-features-plugin": "^7.22.11",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-class-static-block": "^7.14.5"
			}
		},
		"@babel/plugin-transform-classes": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-compilation-targets": "^7.22.15",
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-function-name": "^7.22.5",
				"@babel/helper-optimise-call-expression": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-replace-supers": "^7.22.9",
				"@babel/helper-split-export-declaration": "^7.22.6",
				"globals": "^11.1.0"
			}
		},
		"@babel/plugin-transform-computed-properties": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/template": "^7.22.5"
			}
		},
		"@babel/plugin-transform-destructuring": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-dotall-regex": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-duplicate-keys": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-dynamic-import": {
			"version": "7.22.11",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-dynamic-import": "^7.8.3"
			}
		},
		"@babel/plugin-transform-exponentiation-operator": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-export-namespace-from": {
			"version": "7.22.11",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
			}
		},
		"@babel/plugin-transform-for-of": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-function-name": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-compilation-targets": "^7.22.5",
				"@babel/helper-function-name": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-json-strings": {
			"version": "7.22.11",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-json-strings": "^7.8.3"
			}
		},
		"@babel/plugin-transform-literals": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-logical-assignment-operators": {
			"version": "7.22.11",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
			}
		},
		"@babel/plugin-transform-member-expression-literals": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-modules-amd": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-module-transforms": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-modules-commonjs": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-module-transforms": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-simple-access": "^7.22.5"
			}
		},
		"@babel/plugin-transform-modules-systemjs": {
			"version": "7.22.11",
			"dev": true,
			"requires": {
				"@babel/helper-hoist-variables": "^7.22.5",
				"@babel/helper-module-transforms": "^7.22.9",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-validator-identifier": "^7.22.5"
			}
		},
		"@babel/plugin-transform-modules-umd": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-module-transforms": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-named-capturing-groups-regex": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-new-target": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-nullish-coalescing-operator": {
			"version": "7.22.11",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
			}
		},
		"@babel/plugin-transform-numeric-separator": {
			"version": "7.22.11",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-numeric-separator": "^7.10.4"
			}
		},
		"@babel/plugin-transform-object-rest-spread": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/compat-data": "^7.22.9",
				"@babel/helper-compilation-targets": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
				"@babel/plugin-transform-parameters": "^7.22.15"
			}
		},
		"@babel/plugin-transform-object-super": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-replace-supers": "^7.22.5"
			}
		},
		"@babel/plugin-transform-optional-catch-binding": {
			"version": "7.22.11",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
			}
		},
		"@babel/plugin-transform-optional-chaining": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
				"@babel/plugin-syntax-optional-chaining": "^7.8.3"
			}
		},
		"@babel/plugin-transform-parameters": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-private-methods": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-create-class-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-private-property-in-object": {
			"version": "7.22.11",
			"dev": true,
			"requires": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-create-class-features-plugin": "^7.22.11",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
			}
		},
		"@babel/plugin-transform-property-literals": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-react-constant-elements": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-react-display-name": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-react-jsx": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-module-imports": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-jsx": "^7.22.5",
				"@babel/types": "^7.22.15"
			}
		},
		"@babel/plugin-transform-react-jsx-development": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/plugin-transform-react-jsx": "^7.22.5"
			}
		},
		"@babel/plugin-transform-react-pure-annotations": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-regenerator": {
			"version": "7.22.10",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"regenerator-transform": "^0.15.2"
			}
		},
		"@babel/plugin-transform-reserved-words": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-runtime": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-module-imports": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"babel-plugin-polyfill-corejs2": "^0.4.5",
				"babel-plugin-polyfill-corejs3": "^0.8.3",
				"babel-plugin-polyfill-regenerator": "^0.5.2",
				"semver": "^6.3.1"
			}
		},
		"@babel/plugin-transform-shorthand-properties": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-spread": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
			}
		},
		"@babel/plugin-transform-sticky-regex": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-template-literals": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-typeof-symbol": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-typescript": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-annotate-as-pure": "^7.22.5",
				"@babel/helper-create-class-features-plugin": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/plugin-syntax-typescript": "^7.22.5"
			}
		},
		"@babel/plugin-transform-unicode-escapes": {
			"version": "7.22.10",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-unicode-property-regex": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-unicode-regex": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/plugin-transform-unicode-sets-regex": {
			"version": "7.22.5",
			"dev": true,
			"requires": {
				"@babel/helper-create-regexp-features-plugin": "^7.22.5",
				"@babel/helper-plugin-utils": "^7.22.5"
			}
		},
		"@babel/preset-env": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/compat-data": "^7.22.9",
				"@babel/helper-compilation-targets": "^7.22.15",
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-validator-option": "^7.22.15",
				"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.15",
				"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.15",
				"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
				"@babel/plugin-syntax-async-generators": "^7.8.4",
				"@babel/plugin-syntax-class-properties": "^7.12.13",
				"@babel/plugin-syntax-class-static-block": "^7.14.5",
				"@babel/plugin-syntax-dynamic-import": "^7.8.3",
				"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
				"@babel/plugin-syntax-import-assertions": "^7.22.5",
				"@babel/plugin-syntax-import-attributes": "^7.22.5",
				"@babel/plugin-syntax-import-meta": "^7.10.4",
				"@babel/plugin-syntax-json-strings": "^7.8.3",
				"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
				"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
				"@babel/plugin-syntax-numeric-separator": "^7.10.4",
				"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
				"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
				"@babel/plugin-syntax-optional-chaining": "^7.8.3",
				"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
				"@babel/plugin-syntax-top-level-await": "^7.14.5",
				"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
				"@babel/plugin-transform-arrow-functions": "^7.22.5",
				"@babel/plugin-transform-async-generator-functions": "^7.22.15",
				"@babel/plugin-transform-async-to-generator": "^7.22.5",
				"@babel/plugin-transform-block-scoped-functions": "^7.22.5",
				"@babel/plugin-transform-block-scoping": "^7.22.15",
				"@babel/plugin-transform-class-properties": "^7.22.5",
				"@babel/plugin-transform-class-static-block": "^7.22.11",
				"@babel/plugin-transform-classes": "^7.22.15",
				"@babel/plugin-transform-computed-properties": "^7.22.5",
				"@babel/plugin-transform-destructuring": "^7.22.15",
				"@babel/plugin-transform-dotall-regex": "^7.22.5",
				"@babel/plugin-transform-duplicate-keys": "^7.22.5",
				"@babel/plugin-transform-dynamic-import": "^7.22.11",
				"@babel/plugin-transform-exponentiation-operator": "^7.22.5",
				"@babel/plugin-transform-export-namespace-from": "^7.22.11",
				"@babel/plugin-transform-for-of": "^7.22.15",
				"@babel/plugin-transform-function-name": "^7.22.5",
				"@babel/plugin-transform-json-strings": "^7.22.11",
				"@babel/plugin-transform-literals": "^7.22.5",
				"@babel/plugin-transform-logical-assignment-operators": "^7.22.11",
				"@babel/plugin-transform-member-expression-literals": "^7.22.5",
				"@babel/plugin-transform-modules-amd": "^7.22.5",
				"@babel/plugin-transform-modules-commonjs": "^7.22.15",
				"@babel/plugin-transform-modules-systemjs": "^7.22.11",
				"@babel/plugin-transform-modules-umd": "^7.22.5",
				"@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
				"@babel/plugin-transform-new-target": "^7.22.5",
				"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
				"@babel/plugin-transform-numeric-separator": "^7.22.11",
				"@babel/plugin-transform-object-rest-spread": "^7.22.15",
				"@babel/plugin-transform-object-super": "^7.22.5",
				"@babel/plugin-transform-optional-catch-binding": "^7.22.11",
				"@babel/plugin-transform-optional-chaining": "^7.22.15",
				"@babel/plugin-transform-parameters": "^7.22.15",
				"@babel/plugin-transform-private-methods": "^7.22.5",
				"@babel/plugin-transform-private-property-in-object": "^7.22.11",
				"@babel/plugin-transform-property-literals": "^7.22.5",
				"@babel/plugin-transform-regenerator": "^7.22.10",
				"@babel/plugin-transform-reserved-words": "^7.22.5",
				"@babel/plugin-transform-shorthand-properties": "^7.22.5",
				"@babel/plugin-transform-spread": "^7.22.5",
				"@babel/plugin-transform-sticky-regex": "^7.22.5",
				"@babel/plugin-transform-template-literals": "^7.22.5",
				"@babel/plugin-transform-typeof-symbol": "^7.22.5",
				"@babel/plugin-transform-unicode-escapes": "^7.22.10",
				"@babel/plugin-transform-unicode-property-regex": "^7.22.5",
				"@babel/plugin-transform-unicode-regex": "^7.22.5",
				"@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
				"@babel/preset-modules": "0.1.6-no-external-plugins",
				"@babel/types": "^7.22.15",
				"babel-plugin-polyfill-corejs2": "^0.4.5",
				"babel-plugin-polyfill-corejs3": "^0.8.3",
				"babel-plugin-polyfill-regenerator": "^0.5.2",
				"core-js-compat": "^3.31.0",
				"semver": "^6.3.1"
			}
		},
		"@babel/preset-modules": {
			"version": "0.1.6-no-external-plugins",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.0.0",
				"@babel/types": "^7.4.4",
				"esutils": "^2.0.2"
			}
		},
		"@babel/preset-react": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-validator-option": "^7.22.15",
				"@babel/plugin-transform-react-display-name": "^7.22.5",
				"@babel/plugin-transform-react-jsx": "^7.22.15",
				"@babel/plugin-transform-react-jsx-development": "^7.22.5",
				"@babel/plugin-transform-react-pure-annotations": "^7.22.5"
			}
		},
		"@babel/preset-typescript": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.22.5",
				"@babel/helper-validator-option": "^7.22.15",
				"@babel/plugin-syntax-jsx": "^7.22.5",
				"@babel/plugin-transform-modules-commonjs": "^7.22.15",
				"@babel/plugin-transform-typescript": "^7.22.15"
			}
		},
		"@babel/regjsgen": {
			"version": "0.8.0",
			"dev": true
		},
		"@babel/runtime": {
			"version": "7.22.15",
			"requires": {
				"regenerator-runtime": "^0.14.0"
			}
		},
		"@babel/template": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/code-frame": "^7.22.13",
				"@babel/parser": "^7.22.15",
				"@babel/types": "^7.22.15"
			}
		},
		"@babel/traverse": {
			"version": "7.22.15",
			"dev": true,
			"requires": {
				"@babel/code-frame": "^7.22.13",
				"@babel/generator": "^7.22.15",
				"@babel/helper-environment-visitor": "^7.22.5",
				"@babel/helper-function-name": "^7.22.5",
				"@babel/helper-hoist-variables": "^7.22.5",
				"@babel/helper-split-export-declaration": "^7.22.6",
				"@babel/parser": "^7.22.15",
				"@babel/types": "^7.22.15",
				"debug": "^4.1.0",
				"globals": "^11.1.0"
			}
		},
		"@babel/types": {
			"version": "7.22.15",
			"requires": {
				"@babel/helper-string-parser": "^7.22.5",
				"@babel/helper-validator-identifier": "^7.22.15",
				"to-fast-properties": "^2.0.0"
			}
		},
		"@bcoe/v8-coverage": {
			"version": "0.2.3",
			"dev": true
		},
		"@csstools/selector-specificity": {
			"version": "2.2.0",
			"dev": true,
			"requires": {}
		},
		"@discoveryjs/json-ext": {
			"version": "0.5.7",
			"dev": true
		},
		"@emotion/babel-plugin": {
			"version": "11.11.0",
			"requires": {
				"@babel/helper-module-imports": "^7.16.7",
				"@babel/runtime": "^7.18.3",
				"@emotion/hash": "^0.9.1",
				"@emotion/memoize": "^0.8.1",
				"@emotion/serialize": "^1.1.2",
				"babel-plugin-macros": "^3.1.0",
				"convert-source-map": "^1.5.0",
				"escape-string-regexp": "^4.0.0",
				"find-root": "^1.1.0",
				"source-map": "^0.5.7",
				"stylis": "4.2.0"
			}
		},
		"@emotion/cache": {
			"version": "11.11.0",
			"requires": {
				"@emotion/memoize": "^0.8.1",
				"@emotion/sheet": "^1.2.2",
				"@emotion/utils": "^1.2.1",
				"@emotion/weak-memoize": "^0.3.1",
				"stylis": "4.2.0"
			}
		},
		"@emotion/css": {
			"version": "11.11.2",
			"requires": {
				"@emotion/babel-plugin": "^11.11.0",
				"@emotion/cache": "^11.11.0",
				"@emotion/serialize": "^1.1.2",
				"@emotion/sheet": "^1.2.2",
				"@emotion/utils": "^1.2.1"
			}
		},
		"@emotion/hash": {
			"version": "0.9.1"
		},
		"@emotion/is-prop-valid": {
			"version": "1.2.1",
			"requires": {
				"@emotion/memoize": "^0.8.1"
			}
		},
		"@emotion/memoize": {
			"version": "0.8.1"
		},
		"@emotion/react": {
			"version": "11.11.1",
			"requires": {
				"@babel/runtime": "^7.18.3",
				"@emotion/babel-plugin": "^11.11.0",
				"@emotion/cache": "^11.11.0",
				"@emotion/serialize": "^1.1.2",
				"@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
				"@emotion/utils": "^1.2.1",
				"@emotion/weak-memoize": "^0.3.1",
				"hoist-non-react-statics": "^3.3.1"
			}
		},
		"@emotion/serialize": {
			"version": "1.1.2",
			"requires": {
				"@emotion/hash": "^0.9.1",
				"@emotion/memoize": "^0.8.1",
				"@emotion/unitless": "^0.8.1",
				"@emotion/utils": "^1.2.1",
				"csstype": "^3.0.2"
			}
		},
		"@emotion/sheet": {
			"version": "1.2.2"
		},
		"@emotion/styled": {
			"version": "11.11.0",
			"requires": {
				"@babel/runtime": "^7.18.3",
				"@emotion/babel-plugin": "^11.11.0",
				"@emotion/is-prop-valid": "^1.2.1",
				"@emotion/serialize": "^1.1.2",
				"@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
				"@emotion/utils": "^1.2.1"
			}
		},
		"@emotion/unitless": {
			"version": "0.8.1"
		},
		"@emotion/use-insertion-effect-with-fallbacks": {
			"version": "1.0.1",
			"requires": {}
		},
		"@emotion/utils": {
			"version": "1.2.1"
		},
		"@emotion/weak-memoize": {
			"version": "0.3.1"
		},
		"@es-joy/jsdoccomment": {
			"version": "0.40.1",
			"dev": true,
			"requires": {
				"comment-parser": "1.4.0",
				"esquery": "^1.5.0",
				"jsdoc-type-pratt-parser": "~4.0.0"
			}
		},
		"@eslint-community/eslint-utils": {
			"version": "4.4.0",
			"dev": true,
			"requires": {
				"eslint-visitor-keys": "^3.3.0"
			},
			"dependencies": {
				"eslint-visitor-keys": {
					"version": "3.4.3",
					"dev": true
				}
			}
		},
		"@eslint-community/regexpp": {
			"version": "4.8.0",
			"dev": true
		},
		"@eslint/eslintrc": {
			"version": "2.1.2",
			"dev": true,
			"requires": {
				"ajv": "^6.12.4",
				"debug": "^4.3.2",
				"espree": "^9.6.0",
				"globals": "^13.19.0",
				"ignore": "^5.2.0",
				"import-fresh": "^3.2.1",
				"js-yaml": "^4.1.0",
				"minimatch": "^3.1.2",
				"strip-json-comments": "^3.1.1"
			},
			"dependencies": {
				"argparse": {
					"version": "2.0.1",
					"dev": true
				},
				"globals": {
					"version": "13.21.0",
					"dev": true,
					"requires": {
						"type-fest": "^0.20.2"
					}
				},
				"js-yaml": {
					"version": "4.1.0",
					"dev": true,
					"requires": {
						"argparse": "^2.0.1"
					}
				},
				"type-fest": {
					"version": "0.20.2",
					"dev": true
				}
			}
		},
		"@eslint/js": {
			"version": "8.48.0",
			"dev": true
		},
		"@floating-ui/core": {
			"version": "1.4.1",
			"requires": {
				"@floating-ui/utils": "^0.1.1"
			}
		},
		"@floating-ui/dom": {
			"version": "1.5.1",
			"requires": {
				"@floating-ui/core": "^1.4.1",
				"@floating-ui/utils": "^0.1.1"
			}
		},
		"@floating-ui/react-dom": {
			"version": "2.0.2",
			"requires": {
				"@floating-ui/dom": "^1.5.1"
			}
		},
		"@floating-ui/utils": {
			"version": "0.1.1"
		},
		"@hapi/hoek": {
			"version": "9.3.0",
			"dev": true
		},
		"@hapi/topo": {
			"version": "5.1.0",
			"dev": true,
			"requires": {
				"@hapi/hoek": "^9.0.0"
			}
		},
		"@humanwhocodes/config-array": {
			"version": "0.11.11",
			"dev": true,
			"requires": {
				"@humanwhocodes/object-schema": "^1.2.1",
				"debug": "^4.1.1",
				"minimatch": "^3.0.5"
			}
		},
		"@humanwhocodes/module-importer": {
			"version": "1.0.1",
			"dev": true
		},
		"@humanwhocodes/object-schema": {
			"version": "1.2.1",
			"dev": true
		},
		"@istanbuljs/load-nyc-config": {
			"version": "1.1.0",
			"dev": true,
			"requires": {
				"camelcase": "^5.3.1",
				"find-up": "^4.1.0",
				"get-package-type": "^0.1.0",
				"js-yaml": "^3.13.1",
				"resolve-from": "^5.0.0"
			},
			"dependencies": {
				"camelcase": {
					"version": "5.3.1",
					"dev": true
				},
				"find-up": {
					"version": "4.1.0",
					"dev": true,
					"requires": {
						"locate-path": "^5.0.0",
						"path-exists": "^4.0.0"
					}
				},
				"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"
					}
				}
			}
		},
		"@istanbuljs/schema": {
			"version": "0.1.3",
			"dev": true
		},
		"@jest/console": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"jest-message-util": "^29.6.3",
				"jest-util": "^29.6.3",
				"slash": "^3.0.0"
			}
		},
		"@jest/core": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/console": "^29.6.4",
				"@jest/reporters": "^29.6.4",
				"@jest/test-result": "^29.6.4",
				"@jest/transform": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"ansi-escapes": "^4.2.1",
				"chalk": "^4.0.0",
				"ci-info": "^3.2.0",
				"exit": "^0.1.2",
				"graceful-fs": "^4.2.9",
				"jest-changed-files": "^29.6.3",
				"jest-config": "^29.6.4",
				"jest-haste-map": "^29.6.4",
				"jest-message-util": "^29.6.3",
				"jest-regex-util": "^29.6.3",
				"jest-resolve": "^29.6.4",
				"jest-resolve-dependencies": "^29.6.4",
				"jest-runner": "^29.6.4",
				"jest-runtime": "^29.6.4",
				"jest-snapshot": "^29.6.4",
				"jest-util": "^29.6.3",
				"jest-validate": "^29.6.3",
				"jest-watcher": "^29.6.4",
				"micromatch": "^4.0.4",
				"pretty-format": "^29.6.3",
				"slash": "^3.0.0",
				"strip-ansi": "^6.0.0"
			}
		},
		"@jest/environment": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/fake-timers": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"jest-mock": "^29.6.3"
			}
		},
		"@jest/expect": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"expect": "^29.6.4",
				"jest-snapshot": "^29.6.4"
			}
		},
		"@jest/expect-utils": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"jest-get-type": "^29.6.3"
			}
		},
		"@jest/fake-timers": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/types": "^29.6.3",
				"@sinonjs/fake-timers": "^10.0.2",
				"@types/node": "*",
				"jest-message-util": "^29.6.3",
				"jest-mock": "^29.6.3",
				"jest-util": "^29.6.3"
			}
		},
		"@jest/globals": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/environment": "^29.6.4",
				"@jest/expect": "^29.6.4",
				"@jest/types": "^29.6.3",
				"jest-mock": "^29.6.3"
			}
		},
		"@jest/reporters": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@bcoe/v8-coverage": "^0.2.3",
				"@jest/console": "^29.6.4",
				"@jest/test-result": "^29.6.4",
				"@jest/transform": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@jridgewell/trace-mapping": "^0.3.18",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"collect-v8-coverage": "^1.0.0",
				"exit": "^0.1.2",
				"glob": "^7.1.3",
				"graceful-fs": "^4.2.9",
				"istanbul-lib-coverage": "^3.0.0",
				"istanbul-lib-instrument": "^6.0.0",
				"istanbul-lib-report": "^3.0.0",
				"istanbul-lib-source-maps": "^4.0.0",
				"istanbul-reports": "^3.1.3",
				"jest-message-util": "^29.6.3",
				"jest-util": "^29.6.3",
				"jest-worker": "^29.6.4",
				"slash": "^3.0.0",
				"string-length": "^4.0.1",
				"strip-ansi": "^6.0.0",
				"v8-to-istanbul": "^9.0.1"
			},
			"dependencies": {
				"istanbul-lib-instrument": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"@babel/core": "^7.12.3",
						"@babel/parser": "^7.14.7",
						"@istanbuljs/schema": "^0.1.2",
						"istanbul-lib-coverage": "^3.2.0",
						"semver": "^7.5.4"
					}
				},
				"lru-cache": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"yallist": "^4.0.0"
					}
				},
				"semver": {
					"version": "7.5.4",
					"dev": true,
					"requires": {
						"lru-cache": "^6.0.0"
					}
				},
				"yallist": {
					"version": "4.0.0",
					"dev": true
				}
			}
		},
		"@jest/schemas": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"@sinclair/typebox": "^0.27.8"
			}
		},
		"@jest/source-map": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"@jridgewell/trace-mapping": "^0.3.18",
				"callsites": "^3.0.0",
				"graceful-fs": "^4.2.9"
			}
		},
		"@jest/test-result": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/console": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/istanbul-lib-coverage": "^2.0.0",
				"collect-v8-coverage": "^1.0.0"
			}
		},
		"@jest/test-sequencer": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/test-result": "^29.6.4",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.6.4",
				"slash": "^3.0.0"
			}
		},
		"@jest/transform": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@babel/core": "^7.11.6",
				"@jest/types": "^29.6.3",
				"@jridgewell/trace-mapping": "^0.3.18",
				"babel-plugin-istanbul": "^6.1.1",
				"chalk": "^4.0.0",
				"convert-source-map": "^2.0.0",
				"fast-json-stable-stringify": "^2.1.0",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.6.4",
				"jest-regex-util": "^29.6.3",
				"jest-util": "^29.6.3",
				"micromatch": "^4.0.4",
				"pirates": "^4.0.4",
				"slash": "^3.0.0",
				"write-file-atomic": "^4.0.2"
			},
			"dependencies": {
				"convert-source-map": {
					"version": "2.0.0",
					"dev": true
				}
			}
		},
		"@jest/types": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"@jest/schemas": "^29.6.3",
				"@types/istanbul-lib-coverage": "^2.0.0",
				"@types/istanbul-reports": "^3.0.0",
				"@types/node": "*",
				"@types/yargs": "^17.0.8",
				"chalk": "^4.0.0"
			}
		},
		"@jridgewell/gen-mapping": {
			"version": "0.3.3",
			"dev": true,
			"requires": {
				"@jridgewell/set-array": "^1.0.1",
				"@jridgewell/sourcemap-codec": "^1.4.10",
				"@jridgewell/trace-mapping": "^0.3.9"
			}
		},
		"@jridgewell/resolve-uri": {
			"version": "3.1.1",
			"dev": true
		},
		"@jridgewell/set-array": {
			"version": "1.1.2",
			"dev": true
		},
		"@jridgewell/source-map": {
			"version": "0.3.5",
			"dev": true,
			"requires": {
				"@jridgewell/gen-mapping": "^0.3.0",
				"@jridgewell/trace-mapping": "^0.3.9"
			}
		},
		"@jridgewell/sourcemap-codec": {
			"version": "1.4.15",
			"dev": true
		},
		"@jridgewell/trace-mapping": {
			"version": "0.3.19",
			"dev": true,
			"requires": {
				"@jridgewell/resolve-uri": "^3.1.0",
				"@jridgewell/sourcemap-codec": "^1.4.14"
			}
		},
		"@kwsites/file-exists": {
			"version": "1.1.1",
			"requires": {
				"debug": "^4.1.1"
			}
		},
		"@kwsites/promise-deferred": {
			"version": "1.1.1"
		},
		"@leichtgewicht/ip-codec": {
			"version": "2.0.4",
			"dev": true
		},
		"@nicolo-ribaudo/eslint-scope-5-internals": {
			"version": "5.1.1-v1",
			"dev": true,
			"requires": {
				"eslint-scope": "5.1.1"
			}
		},
		"@nodelib/fs.scandir": {
			"version": "2.1.5",
			"dev": true,
			"requires": {
				"@nodelib/fs.stat": "2.0.5",
				"run-parallel": "^1.1.9"
			}
		},
		"@nodelib/fs.stat": {
			"version": "2.0.5",
			"dev": true
		},
		"@nodelib/fs.walk": {
			"version": "1.2.8",
			"dev": true,
			"requires": {
				"@nodelib/fs.scandir": "2.1.5",
				"fastq": "^1.6.0"
			}
		},
		"@pmmmwh/react-refresh-webpack-plugin": {
			"version": "0.5.11",
			"dev": true,
			"requires": {
				"ansi-html-community": "^0.0.8",
				"common-path-prefix": "^3.0.0",
				"core-js-pure": "^3.23.3",
				"error-stack-parser": "^2.0.6",
				"find-up": "^5.0.0",
				"html-entities": "^2.1.0",
				"loader-utils": "^2.0.4",
				"schema-utils": "^3.0.0",
				"source-map": "^0.7.3"
			},
			"dependencies": {
				"source-map": {
					"version": "0.7.4",
					"dev": true
				}
			}
		},
		"@polka/url": {
			"version": "1.0.0-next.21",
			"dev": true
		},
		"@popperjs/core": {
			"version": "2.11.8"
		},
		"@radix-ui/primitive": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10"
			}
		},
		"@radix-ui/react-arrow": {
			"version": "1.0.2",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-primitive": "1.0.2"
			}
		},
		"@radix-ui/react-collection": {
			"version": "1.0.2",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-context": "1.0.0",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-slot": "1.0.1"
			}
		},
		"@radix-ui/react-compose-refs": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10"
			}
		},
		"@radix-ui/react-context": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10"
			}
		},
		"@radix-ui/react-dialog": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/primitive": "1.0.0",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-context": "1.0.0",
				"@radix-ui/react-dismissable-layer": "1.0.0",
				"@radix-ui/react-focus-guards": "1.0.0",
				"@radix-ui/react-focus-scope": "1.0.0",
				"@radix-ui/react-id": "1.0.0",
				"@radix-ui/react-portal": "1.0.0",
				"@radix-ui/react-presence": "1.0.0",
				"@radix-ui/react-primitive": "1.0.0",
				"@radix-ui/react-slot": "1.0.0",
				"@radix-ui/react-use-controllable-state": "1.0.0",
				"aria-hidden": "^1.1.1",
				"react-remove-scroll": "2.5.4"
			},
			"dependencies": {
				"@radix-ui/react-dismissable-layer": {
					"version": "1.0.0",
					"requires": {
						"@babel/runtime": "^7.13.10",
						"@radix-ui/primitive": "1.0.0",
						"@radix-ui/react-compose-refs": "1.0.0",
						"@radix-ui/react-primitive": "1.0.0",
						"@radix-ui/react-use-callback-ref": "1.0.0",
						"@radix-ui/react-use-escape-keydown": "1.0.0"
					}
				},
				"@radix-ui/react-focus-scope": {
					"version": "1.0.0",
					"requires": {
						"@babel/runtime": "^7.13.10",
						"@radix-ui/react-compose-refs": "1.0.0",
						"@radix-ui/react-primitive": "1.0.0",
						"@radix-ui/react-use-callback-ref": "1.0.0"
					}
				},
				"@radix-ui/react-portal": {
					"version": "1.0.0",
					"requires": {
						"@babel/runtime": "^7.13.10",
						"@radix-ui/react-primitive": "1.0.0"
					}
				},
				"@radix-ui/react-primitive": {
					"version": "1.0.0",
					"requires": {
						"@babel/runtime": "^7.13.10",
						"@radix-ui/react-slot": "1.0.0"
					}
				},
				"@radix-ui/react-slot": {
					"version": "1.0.0",
					"requires": {
						"@babel/runtime": "^7.13.10",
						"@radix-ui/react-compose-refs": "1.0.0"
					}
				},
				"@radix-ui/react-use-escape-keydown": {
					"version": "1.0.0",
					"requires": {
						"@babel/runtime": "^7.13.10",
						"@radix-ui/react-use-callback-ref": "1.0.0"
					}
				},
				"react-remove-scroll": {
					"version": "2.5.4",
					"requires": {
						"react-remove-scroll-bar": "^2.3.3",
						"react-style-singleton": "^2.2.1",
						"tslib": "^2.1.0",
						"use-callback-ref": "^1.3.0",
						"use-sidecar": "^1.1.2"
					}
				}
			}
		},
		"@radix-ui/react-direction": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10"
			}
		},
		"@radix-ui/react-dismissable-layer": {
			"version": "1.0.3",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/primitive": "1.0.0",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-use-callback-ref": "1.0.0",
				"@radix-ui/react-use-escape-keydown": "1.0.2"
			}
		},
		"@radix-ui/react-dropdown-menu": {
			"version": "2.0.4",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/primitive": "1.0.0",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-context": "1.0.0",
				"@radix-ui/react-id": "1.0.0",
				"@radix-ui/react-menu": "2.0.4",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-use-controllable-state": "1.0.0"
			}
		},
		"@radix-ui/react-focus-guards": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10"
			}
		},
		"@radix-ui/react-focus-scope": {
			"version": "1.0.2",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-use-callback-ref": "1.0.0"
			}
		},
		"@radix-ui/react-id": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-use-layout-effect": "1.0.0"
			}
		},
		"@radix-ui/react-menu": {
			"version": "2.0.4",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/primitive": "1.0.0",
				"@radix-ui/react-collection": "1.0.2",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-context": "1.0.0",
				"@radix-ui/react-direction": "1.0.0",
				"@radix-ui/react-dismissable-layer": "1.0.3",
				"@radix-ui/react-focus-guards": "1.0.0",
				"@radix-ui/react-focus-scope": "1.0.2",
				"@radix-ui/react-id": "1.0.0",
				"@radix-ui/react-popper": "1.1.1",
				"@radix-ui/react-portal": "1.0.2",
				"@radix-ui/react-presence": "1.0.0",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-roving-focus": "1.0.3",
				"@radix-ui/react-slot": "1.0.1",
				"@radix-ui/react-use-callback-ref": "1.0.0",
				"aria-hidden": "^1.1.1",
				"react-remove-scroll": "2.5.5"
			}
		},
		"@radix-ui/react-popper": {
			"version": "1.1.1",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@floating-ui/react-dom": "0.7.2",
				"@radix-ui/react-arrow": "1.0.2",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-context": "1.0.0",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-use-callback-ref": "1.0.0",
				"@radix-ui/react-use-layout-effect": "1.0.0",
				"@radix-ui/react-use-rect": "1.0.0",
				"@radix-ui/react-use-size": "1.0.0",
				"@radix-ui/rect": "1.0.0"
			},
			"dependencies": {
				"@floating-ui/core": {
					"version": "0.7.3"
				},
				"@floating-ui/dom": {
					"version": "0.5.4",
					"requires": {
						"@floating-ui/core": "^0.7.3"
					}
				},
				"@floating-ui/react-dom": {
					"version": "0.7.2",
					"requires": {
						"@floating-ui/dom": "^0.5.3",
						"use-isomorphic-layout-effect": "^1.1.1"
					}
				}
			}
		},
		"@radix-ui/react-portal": {
			"version": "1.0.2",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-primitive": "1.0.2"
			}
		},
		"@radix-ui/react-presence": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-use-layout-effect": "1.0.0"
			}
		},
		"@radix-ui/react-primitive": {
			"version": "1.0.2",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-slot": "1.0.1"
			}
		},
		"@radix-ui/react-roving-focus": {
			"version": "1.0.3",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/primitive": "1.0.0",
				"@radix-ui/react-collection": "1.0.2",
				"@radix-ui/react-compose-refs": "1.0.0",
				"@radix-ui/react-context": "1.0.0",
				"@radix-ui/react-direction": "1.0.0",
				"@radix-ui/react-id": "1.0.0",
				"@radix-ui/react-primitive": "1.0.2",
				"@radix-ui/react-use-callback-ref": "1.0.0",
				"@radix-ui/react-use-controllable-state": "1.0.0"
			}
		},
		"@radix-ui/react-slot": {
			"version": "1.0.1",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-compose-refs": "1.0.0"
			}
		},
		"@radix-ui/react-use-callback-ref": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10"
			}
		},
		"@radix-ui/react-use-controllable-state": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-use-callback-ref": "1.0.0"
			}
		},
		"@radix-ui/react-use-escape-keydown": {
			"version": "1.0.2",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-use-callback-ref": "1.0.0"
			}
		},
		"@radix-ui/react-use-layout-effect": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10"
			}
		},
		"@radix-ui/react-use-rect": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/rect": "1.0.0"
			}
		},
		"@radix-ui/react-use-size": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10",
				"@radix-ui/react-use-layout-effect": "1.0.0"
			}
		},
		"@radix-ui/rect": {
			"version": "1.0.0",
			"requires": {
				"@babel/runtime": "^7.13.10"
			}
		},
		"@react-spring/animated": {
			"version": "9.7.3",
			"requires": {
				"@react-spring/shared": "~9.7.3",
				"@react-spring/types": "~9.7.3"
			}
		},
		"@react-spring/core": {
			"version": "9.7.3",
			"requires": {
				"@react-spring/animated": "~9.7.3",
				"@react-spring/shared": "~9.7.3",
				"@react-spring/types": "~9.7.3"
			}
		},
		"@react-spring/shared": {
			"version": "9.7.3",
			"requires": {
				"@react-spring/types": "~9.7.3"
			}
		},
		"@react-spring/types": {
			"version": "9.7.3"
		},
		"@react-spring/web": {
			"version": "9.7.3",
			"requires": {
				"@react-spring/animated": "~9.7.3",
				"@react-spring/core": "~9.7.3",
				"@react-spring/shared": "~9.7.3",
				"@react-spring/types": "~9.7.3"
			}
		},
		"@sideway/address": {
			"version": "4.1.4",
			"dev": true,
			"requires": {
				"@hapi/hoek": "^9.0.0"
			}
		},
		"@sideway/formula": {
			"version": "3.0.1",
			"dev": true
		},
		"@sideway/pinpoint": {
			"version": "2.0.0",
			"dev": true
		},
		"@sinclair/typebox": {
			"version": "0.27.8",
			"dev": true
		},
		"@sindresorhus/is": {
			"version": "4.6.0"
		},
		"@sinonjs/commons": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"type-detect": "4.0.8"
			}
		},
		"@sinonjs/fake-timers": {
			"version": "10.3.0",
			"dev": true,
			"requires": {
				"@sinonjs/commons": "^3.0.0"
			}
		},
		"@svgr/babel-plugin-add-jsx-attribute": {
			"version": "8.0.0",
			"dev": true,
			"requires": {}
		},
		"@svgr/babel-plugin-remove-jsx-attribute": {
			"version": "8.0.0",
			"dev": true,
			"requires": {}
		},
		"@svgr/babel-plugin-remove-jsx-empty-expression": {
			"version": "8.0.0",
			"dev": true,
			"requires": {}
		},
		"@svgr/babel-plugin-replace-jsx-attribute-value": {
			"version": "8.0.0",
			"dev": true,
			"requires": {}
		},
		"@svgr/babel-plugin-svg-dynamic-title": {
			"version": "8.0.0",
			"dev": true,
			"requires": {}
		},
		"@svgr/babel-plugin-svg-em-dimensions": {
			"version": "8.0.0",
			"dev": true,
			"requires": {}
		},
		"@svgr/babel-plugin-transform-react-native-svg": {
			"version": "8.1.0",
			"dev": true,
			"requires": {}
		},
		"@svgr/babel-plugin-transform-svg-component": {
			"version": "8.0.0",
			"dev": true,
			"requires": {}
		},
		"@svgr/babel-preset": {
			"version": "8.1.0",
			"dev": true,
			"requires": {
				"@svgr/babel-plugin-add-jsx-attribute": "8.0.0",
				"@svgr/babel-plugin-remove-jsx-attribute": "8.0.0",
				"@svgr/babel-plugin-remove-jsx-empty-expression": "8.0.0",
				"@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0",
				"@svgr/babel-plugin-svg-dynamic-title": "8.0.0",
				"@svgr/babel-plugin-svg-em-dimensions": "8.0.0",
				"@svgr/babel-plugin-transform-react-native-svg": "8.1.0",
				"@svgr/babel-plugin-transform-svg-component": "8.0.0"
			}
		},
		"@svgr/core": {
			"version": "8.1.0",
			"dev": true,
			"requires": {
				"@babel/core": "^7.21.3",
				"@svgr/babel-preset": "8.1.0",
				"camelcase": "^6.2.0",
				"cosmiconfig": "^8.1.3",
				"snake-case": "^3.0.4"
			}
		},
		"@svgr/hast-util-to-babel-ast": {
			"version": "8.0.0",
			"dev": true,
			"requires": {
				"@babel/types": "^7.21.3",
				"entities": "^4.4.0"
			}
		},
		"@svgr/plugin-jsx": {
			"version": "8.1.0",
			"dev": true,
			"requires": {
				"@babel/core": "^7.21.3",
				"@svgr/babel-preset": "8.1.0",
				"@svgr/hast-util-to-babel-ast": "8.0.0",
				"svg-parser": "^2.0.4"
			}
		},
		"@svgr/plugin-svgo": {
			"version": "8.1.0",
			"dev": true,
			"requires": {
				"cosmiconfig": "^8.1.3",
				"deepmerge": "^4.3.1",
				"svgo": "^3.0.2"
			}
		},
		"@svgr/webpack": {
			"version": "8.1.0",
			"dev": true,
			"requires": {
				"@babel/core": "^7.21.3",
				"@babel/plugin-transform-react-constant-elements": "^7.21.3",
				"@babel/preset-env": "^7.20.2",
				"@babel/preset-react": "^7.18.6",
				"@babel/preset-typescript": "^7.21.0",
				"@svgr/core": "8.1.0",
				"@svgr/plugin-jsx": "8.1.0",
				"@svgr/plugin-svgo": "8.1.0"
			}
		},
		"@szmarczak/http-timer": {
			"version": "4.0.6",
			"requires": {
				"defer-to-connect": "^2.0.0"
			}
		},
		"@tannin/compile": {
			"version": "1.1.0",
			"requires": {
				"@tannin/evaluate": "^1.2.0",
				"@tannin/postfix": "^1.1.0"
			}
		},
		"@tannin/evaluate": {
			"version": "1.2.0"
		},
		"@tannin/plural-forms": {
			"version": "1.1.0",
			"requires": {
				"@tannin/compile": "^1.1.0"
			}
		},
		"@tannin/postfix": {
			"version": "1.1.0"
		},
		"@tootallnate/once": {
			"version": "2.0.0",
			"dev": true
		},
		"@trysound/sax": {
			"version": "0.2.0",
			"dev": true
		},
		"@types/babel__core": {
			"version": "7.20.1",
			"dev": true,
			"requires": {
				"@babel/parser": "^7.20.7",
				"@babel/types": "^7.20.7",
				"@types/babel__generator": "*",
				"@types/babel__template": "*",
				"@types/babel__traverse": "*"
			}
		},
		"@types/babel__generator": {
			"version": "7.6.4",
			"dev": true,
			"requires": {
				"@babel/types": "^7.0.0"
			}
		},
		"@types/babel__template": {
			"version": "7.4.1",
			"dev": true,
			"requires": {
				"@babel/parser": "^7.1.0",
				"@babel/types": "^7.0.0"
			}
		},
		"@types/babel__traverse": {
			"version": "7.20.1",
			"dev": true,
			"requires": {
				"@babel/types": "^7.20.7"
			}
		},
		"@types/body-parser": {
			"version": "1.19.2",
			"dev": true,
			"requires": {
				"@types/connect": "*",
				"@types/node": "*"
			}
		},
		"@types/bonjour": {
			"version": "3.5.10",
			"dev": true,
			"requires": {
				"@types/node": "*"
			}
		},
		"@types/cacheable-request": {
			"version": "6.0.3",
			"requires": {
				"@types/http-cache-semantics": "*",
				"@types/keyv": "^3.1.4",
				"@types/node": "*",
				"@types/responselike": "^1.0.0"
			}
		},
		"@types/connect": {
			"version": "3.4.36",
			"dev": true,
			"requires": {
				"@types/node": "*"
			}
		},
		"@types/connect-history-api-fallback": {
			"version": "1.5.1",
			"dev": true,
			"requires": {
				"@types/express-serve-static-core": "*",
				"@types/node": "*"
			}
		},
		"@types/eslint": {
			"version": "8.44.2",
			"dev": true,
			"requires": {
				"@types/estree": "*",
				"@types/json-schema": "*"
			}
		},
		"@types/eslint-scope": {
			"version": "3.7.4",
			"dev": true,
			"requires": {
				"@types/eslint": "*",
				"@types/estree": "*"
			}
		},
		"@types/estree": {
			"version": "1.0.1",
			"dev": true
		},
		"@types/express": {
			"version": "4.17.17",
			"dev": true,
			"requires": {
				"@types/body-parser": "*",
				"@types/express-serve-static-core": "^4.17.33",
				"@types/qs": "*",
				"@types/serve-static": "*"
			}
		},
		"@types/express-serve-static-core": {
			"version": "4.17.36",
			"dev": true,
			"requires": {
				"@types/node": "*",
				"@types/qs": "*",
				"@types/range-parser": "*",
				"@types/send": "*"
			}
		},
		"@types/glob": {
			"version": "7.2.0",
			"dev": true,
			"requires": {
				"@types/minimatch": "*",
				"@types/node": "*"
			}
		},
		"@types/graceful-fs": {
			"version": "4.1.6",
			"dev": true,
			"requires": {
				"@types/node": "*"
			}
		},
		"@types/http-cache-semantics": {
			"version": "4.0.1"
		},
		"@types/http-errors": {
			"version": "2.0.1",
			"dev": true
		},
		"@types/http-proxy": {
			"version": "1.17.11",
			"dev": true,
			"requires": {
				"@types/node": "*"
			}
		},
		"@types/istanbul-lib-coverage": {
			"version": "2.0.4",
			"dev": true
		},
		"@types/istanbul-lib-report": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"@types/istanbul-lib-coverage": "*"
			}
		},
		"@types/istanbul-reports": {
			"version": "3.0.1",
			"dev": true,
			"requires": {
				"@types/istanbul-lib-report": "*"
			}
		},
		"@types/jsdom": {
			"version": "20.0.1",
			"dev": true,
			"requires": {
				"@types/node": "*",
				"@types/tough-cookie": "*",
				"parse5": "^7.0.0"
			}
		},
		"@types/json-schema": {
			"version": "7.0.12",
			"dev": true
		},
		"@types/json5": {
			"version": "0.0.29",
			"dev": true
		},
		"@types/keyv": {
			"version": "3.1.4",
			"requires": {
				"@types/node": "*"
			}
		},
		"@types/mime": {
			"version": "1.3.2",
			"dev": true
		},
		"@types/minimatch": {
			"version": "5.1.2",
			"dev": true
		},
		"@types/minimist": {
			"version": "1.2.2",
			"dev": true
		},
		"@types/mousetrap": {
			"version": "1.6.11"
		},
		"@types/node": {
			"version": "20.5.9"
		},
		"@types/normalize-package-data": {
			"version": "2.4.1",
			"dev": true
		},
		"@types/parse-json": {
			"version": "4.0.0"
		},
		"@types/prop-types": {
			"version": "15.7.5"
		},
		"@types/qs": {
			"version": "6.9.8",
			"dev": true
		},
		"@types/range-parser": {
			"version": "1.2.4",
			"dev": true
		},
		"@types/react": {
			"version": "18.2.21",
			"requires": {
				"@types/prop-types": "*",
				"@types/scheduler": "*",
				"csstype": "^3.0.2"
			}
		},
		"@types/react-dom": {
			"version": "18.2.7",
			"requires": {
				"@types/react": "*"
			}
		},
		"@types/responselike": {
			"version": "1.0.0",
			"requires": {
				"@types/node": "*"
			}
		},
		"@types/retry": {
			"version": "0.12.0",
			"dev": true
		},
		"@types/scheduler": {
			"version": "0.16.3"
		},
		"@types/semver": {
			"version": "7.5.1",
			"dev": true
		},
		"@types/send": {
			"version": "0.17.1",
			"dev": true,
			"requires": {
				"@types/mime": "^1",
				"@types/node": "*"
			}
		},
		"@types/serve-index": {
			"version": "1.9.1",
			"dev": true,
			"requires": {
				"@types/express": "*"
			}
		},
		"@types/serve-static": {
			"version": "1.15.2",
			"dev": true,
			"requires": {
				"@types/http-errors": "*",
				"@types/mime": "*",
				"@types/node": "*"
			}
		},
		"@types/sockjs": {
			"version": "0.3.33",
			"dev": true,
			"requires": {
				"@types/node": "*"
			}
		},
		"@types/source-list-map": {
			"version": "0.1.2",
			"dev": true
		},
		"@types/stack-utils": {
			"version": "2.0.1",
			"dev": true
		},
		"@types/tapable": {
			"version": "1.0.8",
			"dev": true
		},
		"@types/tough-cookie": {
			"version": "4.0.2",
			"dev": true
		},
		"@types/uglify-js": {
			"version": "3.17.2",
			"dev": true,
			"requires": {
				"source-map": "^0.6.1"
			},
			"dependencies": {
				"source-map": {
					"version": "0.6.1",
					"dev": true
				}
			}
		},
		"@types/webpack": {
			"version": "4.41.33",
			"dev": true,
			"requires": {
				"@types/node": "*",
				"@types/tapable": "^1",
				"@types/uglify-js": "*",
				"@types/webpack-sources": "*",
				"anymatch": "^3.0.0",
				"source-map": "^0.6.0"
			},
			"dependencies": {
				"source-map": {
					"version": "0.6.1",
					"dev": true
				}
			}
		},
		"@types/webpack-sources": {
			"version": "3.2.0",
			"dev": true,
			"requires": {
				"@types/node": "*",
				"@types/source-list-map": "*",
				"source-map": "^0.7.3"
			},
			"dependencies": {
				"source-map": {
					"version": "0.7.4",
					"dev": true
				}
			}
		},
		"@types/ws": {
			"version": "8.5.5",
			"dev": true,
			"requires": {
				"@types/node": "*"
			}
		},
		"@types/yargs": {
			"version": "17.0.24",
			"dev": true,
			"requires": {
				"@types/yargs-parser": "*"
			}
		},
		"@types/yargs-parser": {
			"version": "21.0.0",
			"dev": true
		},
		"@types/yauzl": {
			"version": "2.10.0",
			"dev": true,
			"optional": true,
			"requires": {
				"@types/node": "*"
			}
		},
		"@typescript-eslint/eslint-plugin": {
			"version": "5.62.0",
			"dev": true,
			"requires": {
				"@eslint-community/regexpp": "^4.4.0",
				"@typescript-eslint/scope-manager": "5.62.0",
				"@typescript-eslint/type-utils": "5.62.0",
				"@typescript-eslint/utils": "5.62.0",
				"debug": "^4.3.4",
				"graphemer": "^1.4.0",
				"ignore": "^5.2.0",
				"natural-compare-lite": "^1.4.0",
				"semver": "^7.3.7",
				"tsutils": "^3.21.0"
			},
			"dependencies": {
				"lru-cache": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"yallist": "^4.0.0"
					}
				},
				"semver": {
					"version": "7.5.4",
					"dev": true,
					"requires": {
						"lru-cache": "^6.0.0"
					}
				},
				"yallist": {
					"version": "4.0.0",
					"dev": true
				}
			}
		},
		"@typescript-eslint/parser": {
			"version": "5.62.0",
			"dev": true,
			"requires": {
				"@typescript-eslint/scope-manager": "5.62.0",
				"@typescript-eslint/types": "5.62.0",
				"@typescript-eslint/typescript-estree": "5.62.0",
				"debug": "^4.3.4"
			}
		},
		"@typescript-eslint/scope-manager": {
			"version": "5.62.0",
			"dev": true,
			"requires": {
				"@typescript-eslint/types": "5.62.0",
				"@typescript-eslint/visitor-keys": "5.62.0"
			}
		},
		"@typescript-eslint/type-utils": {
			"version": "5.62.0",
			"dev": true,
			"requires": {
				"@typescript-eslint/typescript-estree": "5.62.0",
				"@typescript-eslint/utils": "5.62.0",
				"debug": "^4.3.4",
				"tsutils": "^3.21.0"
			}
		},
		"@typescript-eslint/types": {
			"version": "5.62.0",
			"dev": true
		},
		"@typescript-eslint/typescript-estree": {
			"version": "5.62.0",
			"dev": true,
			"requires": {
				"@typescript-eslint/types": "5.62.0",
				"@typescript-eslint/visitor-keys": "5.62.0",
				"debug": "^4.3.4",
				"globby": "^11.1.0",
				"is-glob": "^4.0.3",
				"semver": "^7.3.7",
				"tsutils": "^3.21.0"
			},
			"dependencies": {
				"lru-cache": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"yallist": "^4.0.0"
					}
				},
				"semver": {
					"version": "7.5.4",
					"dev": true,
					"requires": {
						"lru-cache": "^6.0.0"
					}
				},
				"yallist": {
					"version": "4.0.0",
					"dev": true
				}
			}
		},
		"@typescript-eslint/utils": {
			"version": "5.62.0",
			"dev": true,
			"requires": {
				"@eslint-community/eslint-utils": "^4.2.0",
				"@types/json-schema": "^7.0.9",
				"@types/semver": "^7.3.12",
				"@typescript-eslint/scope-manager": "5.62.0",
				"@typescript-eslint/types": "5.62.0",
				"@typescript-eslint/typescript-estree": "5.62.0",
				"eslint-scope": "^5.1.1",
				"semver": "^7.3.7"
			},
			"dependencies": {
				"lru-cache": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"yallist": "^4.0.0"
					}
				},
				"semver": {
					"version": "7.5.4",
					"dev": true,
					"requires": {
						"lru-cache": "^6.0.0"
					}
				},
				"yallist": {
					"version": "4.0.0",
					"dev": true
				}
			}
		},
		"@typescript-eslint/visitor-keys": {
			"version": "5.62.0",
			"dev": true,
			"requires": {
				"@typescript-eslint/types": "5.62.0",
				"eslint-visitor-keys": "^3.3.0"
			},
			"dependencies": {
				"eslint-visitor-keys": {
					"version": "3.4.3",
					"dev": true
				}
			}
		},
		"@use-gesture/core": {
			"version": "10.2.27"
		},
		"@use-gesture/react": {
			"version": "10.2.27",
			"requires": {
				"@use-gesture/core": "10.2.27"
			}
		},
		"@webassemblyjs/ast": {
			"version": "1.11.6",
			"dev": true,
			"requires": {
				"@webassemblyjs/helper-numbers": "1.11.6",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6"
			}
		},
		"@webassemblyjs/floating-point-hex-parser": {
			"version": "1.11.6",
			"dev": true
		},
		"@webassemblyjs/helper-api-error": {
			"version": "1.11.6",
			"dev": true
		},
		"@webassemblyjs/helper-buffer": {
			"version": "1.11.6",
			"dev": true
		},
		"@webassemblyjs/helper-numbers": {
			"version": "1.11.6",
			"dev": true,
			"requires": {
				"@webassemblyjs/floating-point-hex-parser": "1.11.6",
				"@webassemblyjs/helper-api-error": "1.11.6",
				"@xtuc/long": "4.2.2"
			}
		},
		"@webassemblyjs/helper-wasm-bytecode": {
			"version": "1.11.6",
			"dev": true
		},
		"@webassemblyjs/helper-wasm-section": {
			"version": "1.11.6",
			"dev": true,
			"requires": {
				"@webassemblyjs/ast": "1.11.6",
				"@webassemblyjs/helper-buffer": "1.11.6",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
				"@webassemblyjs/wasm-gen": "1.11.6"
			}
		},
		"@webassemblyjs/ieee754": {
			"version": "1.11.6",
			"dev": true,
			"requires": {
				"@xtuc/ieee754": "^1.2.0"
			}
		},
		"@webassemblyjs/leb128": {
			"version": "1.11.6",
			"dev": true,
			"requires": {
				"@xtuc/long": "4.2.2"
			}
		},
		"@webassemblyjs/utf8": {
			"version": "1.11.6",
			"dev": true
		},
		"@webassemblyjs/wasm-edit": {
			"version": "1.11.6",
			"dev": true,
			"requires": {
				"@webassemblyjs/ast": "1.11.6",
				"@webassemblyjs/helper-buffer": "1.11.6",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
				"@webassemblyjs/helper-wasm-section": "1.11.6",
				"@webassemblyjs/wasm-gen": "1.11.6",
				"@webassemblyjs/wasm-opt": "1.11.6",
				"@webassemblyjs/wasm-parser": "1.11.6",
				"@webassemblyjs/wast-printer": "1.11.6"
			}
		},
		"@webassemblyjs/wasm-gen": {
			"version": "1.11.6",
			"dev": true,
			"requires": {
				"@webassemblyjs/ast": "1.11.6",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
				"@webassemblyjs/ieee754": "1.11.6",
				"@webassemblyjs/leb128": "1.11.6",
				"@webassemblyjs/utf8": "1.11.6"
			}
		},
		"@webassemblyjs/wasm-opt": {
			"version": "1.11.6",
			"dev": true,
			"requires": {
				"@webassemblyjs/ast": "1.11.6",
				"@webassemblyjs/helper-buffer": "1.11.6",
				"@webassemblyjs/wasm-gen": "1.11.6",
				"@webassemblyjs/wasm-parser": "1.11.6"
			}
		},
		"@webassemblyjs/wasm-parser": {
			"version": "1.11.6",
			"dev": true,
			"requires": {
				"@webassemblyjs/ast": "1.11.6",
				"@webassemblyjs/helper-api-error": "1.11.6",
				"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
				"@webassemblyjs/ieee754": "1.11.6",
				"@webassemblyjs/leb128": "1.11.6",
				"@webassemblyjs/utf8": "1.11.6"
			}
		},
		"@webassemblyjs/wast-printer": {
			"version": "1.11.6",
			"dev": true,
			"requires": {
				"@webassemblyjs/ast": "1.11.6",
				"@xtuc/long": "4.2.2"
			}
		},
		"@webpack-cli/configtest": {
			"version": "1.2.0",
			"dev": true,
			"requires": {}
		},
		"@webpack-cli/info": {
			"version": "1.5.0",
			"dev": true,
			"requires": {
				"envinfo": "^7.7.3"
			}
		},
		"@webpack-cli/serve": {
			"version": "1.7.0",
			"dev": true,
			"requires": {}
		},
		"@wordpress/a11y": {
			"version": "3.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/dom-ready": "^3.41.0",
				"@wordpress/i18n": "^4.41.0"
			}
		},
		"@wordpress/api-fetch": {
			"version": "6.38.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/url": "^3.42.0"
			}
		},
		"@wordpress/autop": {
			"version": "3.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0"
			}
		},
		"@wordpress/babel-plugin-import-jsx-pragma": {
			"version": "4.24.0",
			"dev": true,
			"requires": {}
		},
		"@wordpress/babel-preset-default": {
			"version": "7.25.0",
			"dev": true,
			"requires": {
				"@babel/core": "^7.16.0",
				"@babel/plugin-transform-react-jsx": "^7.16.0",
				"@babel/plugin-transform-runtime": "^7.16.0",
				"@babel/preset-env": "^7.16.0",
				"@babel/preset-typescript": "^7.16.0",
				"@babel/runtime": "^7.16.0",
				"@wordpress/babel-plugin-import-jsx-pragma": "^4.24.0",
				"@wordpress/browserslist-config": "^5.24.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/warning": "^2.41.0",
				"browserslist": "^4.21.9",
				"core-js": "^3.31.0"
			}
		},
		"@wordpress/base-styles": {
			"version": "4.32.0",
			"dev": true
		},
		"@wordpress/blob": {
			"version": "3.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0"
			}
		},
		"@wordpress/block-editor": {
			"version": "12.9.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@emotion/react": "^11.7.1",
				"@emotion/styled": "^11.6.0",
				"@react-spring/web": "^9.4.5",
				"@wordpress/a11y": "^3.41.0",
				"@wordpress/api-fetch": "^6.38.0",
				"@wordpress/blob": "^3.41.0",
				"@wordpress/blocks": "^12.18.0",
				"@wordpress/commands": "^0.12.0",
				"@wordpress/components": "^25.7.0",
				"@wordpress/compose": "^6.18.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/date": "^4.41.0",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/dom": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/escape-html": "^2.41.0",
				"@wordpress/hooks": "^3.41.0",
				"@wordpress/html-entities": "^3.41.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/icons": "^9.32.0",
				"@wordpress/is-shallow-equal": "^4.41.0",
				"@wordpress/keyboard-shortcuts": "^4.18.0",
				"@wordpress/keycodes": "^3.41.0",
				"@wordpress/notices": "^4.9.0",
				"@wordpress/preferences": "^3.18.0",
				"@wordpress/private-apis": "^0.23.0",
				"@wordpress/rich-text": "^6.18.0",
				"@wordpress/shortcode": "^3.41.0",
				"@wordpress/style-engine": "^1.24.0",
				"@wordpress/token-list": "^2.41.0",
				"@wordpress/url": "^3.42.0",
				"@wordpress/warning": "^2.41.0",
				"@wordpress/wordcount": "^3.41.0",
				"change-case": "^4.1.2",
				"classnames": "^2.3.1",
				"colord": "^2.7.0",
				"deepmerge": "^4.3.0",
				"diff": "^4.0.2",
				"dom-scroll-into-view": "^1.2.1",
				"fast-deep-equal": "^3.1.3",
				"inherits": "^2.0.3",
				"react-autosize-textarea": "^7.1.0",
				"react-easy-crop": "^4.5.1",
				"rememo": "^4.0.2",
				"remove-accents": "^0.5.0",
				"traverse": "^0.6.6"
			}
		},
		"@wordpress/block-serialization-default-parser": {
			"version": "4.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0"
			}
		},
		"@wordpress/blocks": {
			"version": "12.18.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/autop": "^3.41.0",
				"@wordpress/blob": "^3.41.0",
				"@wordpress/block-serialization-default-parser": "^4.41.0",
				"@wordpress/compose": "^6.18.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/dom": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/hooks": "^3.41.0",
				"@wordpress/html-entities": "^3.41.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/is-shallow-equal": "^4.41.0",
				"@wordpress/private-apis": "^0.23.0",
				"@wordpress/shortcode": "^3.41.0",
				"change-case": "^4.1.2",
				"colord": "^2.7.0",
				"deepmerge": "^4.3.0",
				"fast-deep-equal": "^3.1.3",
				"hpq": "^1.3.0",
				"is-plain-object": "^5.0.0",
				"memize": "^2.1.0",
				"rememo": "^4.0.2",
				"remove-accents": "^0.5.0",
				"showdown": "^1.9.1",
				"simple-html-tokenizer": "^0.5.7",
				"uuid": "^8.3.0"
			}
		},
		"@wordpress/browserslist-config": {
			"version": "5.24.0",
			"dev": true
		},
		"@wordpress/commands": {
			"version": "0.12.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/components": "^25.7.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/icons": "^9.32.0",
				"@wordpress/keyboard-shortcuts": "^4.18.0",
				"@wordpress/private-apis": "^0.23.0",
				"classnames": "^2.3.1",
				"cmdk": "^0.2.0",
				"rememo": "^4.0.2"
			}
		},
		"@wordpress/components": {
			"version": "25.7.0",
			"requires": {
				"@ariakit/react": "^0.2.12",
				"@babel/runtime": "^7.16.0",
				"@emotion/cache": "^11.7.1",
				"@emotion/css": "^11.7.1",
				"@emotion/react": "^11.7.1",
				"@emotion/serialize": "^1.0.2",
				"@emotion/styled": "^11.6.0",
				"@emotion/utils": "^1.0.0",
				"@floating-ui/react-dom": "^2.0.1",
				"@radix-ui/react-dropdown-menu": "2.0.4",
				"@use-gesture/react": "^10.2.24",
				"@wordpress/a11y": "^3.41.0",
				"@wordpress/compose": "^6.18.0",
				"@wordpress/date": "^4.41.0",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/dom": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/escape-html": "^2.41.0",
				"@wordpress/hooks": "^3.41.0",
				"@wordpress/html-entities": "^3.41.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/icons": "^9.32.0",
				"@wordpress/is-shallow-equal": "^4.41.0",
				"@wordpress/keycodes": "^3.41.0",
				"@wordpress/primitives": "^3.39.0",
				"@wordpress/private-apis": "^0.23.0",
				"@wordpress/rich-text": "^6.18.0",
				"@wordpress/warning": "^2.41.0",
				"change-case": "^4.1.2",
				"classnames": "^2.3.1",
				"colord": "^2.7.0",
				"date-fns": "^2.28.0",
				"deepmerge": "^4.3.0",
				"dom-scroll-into-view": "^1.2.1",
				"downshift": "^6.0.15",
				"fast-deep-equal": "^3.1.3",
				"framer-motion": "^10.13.0",
				"gradient-parser": "^0.1.5",
				"highlight-words-core": "^1.2.2",
				"is-plain-object": "^5.0.0",
				"memize": "^2.1.0",
				"path-to-regexp": "^6.2.1",
				"re-resizable": "^6.4.0",
				"react-colorful": "^5.3.1",
				"reakit": "^1.3.11",
				"remove-accents": "^0.5.0",
				"use-lilius": "^2.0.1",
				"uuid": "^8.3.0",
				"valtio": "1.7.0"
			}
		},
		"@wordpress/compose": {
			"version": "6.18.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@types/mousetrap": "^1.6.8",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/dom": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/is-shallow-equal": "^4.41.0",
				"@wordpress/keycodes": "^3.41.0",
				"@wordpress/priority-queue": "^2.41.0",
				"change-case": "^4.1.2",
				"clipboard": "^2.0.8",
				"mousetrap": "^1.6.5",
				"use-memo-one": "^1.1.1"
			}
		},
		"@wordpress/data": {
			"version": "9.11.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/compose": "^6.18.0",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/is-shallow-equal": "^4.41.0",
				"@wordpress/priority-queue": "^2.41.0",
				"@wordpress/private-apis": "^0.23.0",
				"@wordpress/redux-routine": "^4.41.0",
				"deepmerge": "^4.3.0",
				"equivalent-key-map": "^0.2.2",
				"is-plain-object": "^5.0.0",
				"is-promise": "^4.0.0",
				"redux": "^4.1.2",
				"turbo-combine-reducers": "^1.0.2",
				"use-memo-one": "^1.1.1"
			}
		},
		"@wordpress/date": {
			"version": "4.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/deprecated": "^3.41.0",
				"moment": "^2.29.4",
				"moment-timezone": "^0.5.40"
			}
		},
		"@wordpress/dependency-extraction-webpack-plugin": {
			"version": "4.24.0",
			"dev": true,
			"requires": {
				"json2php": "^0.0.7",
				"webpack-sources": "^3.2.2"
			}
		},
		"@wordpress/deprecated": {
			"version": "3.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/hooks": "^3.41.0"
			}
		},
		"@wordpress/dom": {
			"version": "3.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/deprecated": "^3.41.0"
			}
		},
		"@wordpress/dom-ready": {
			"version": "3.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0"
			}
		},
		"@wordpress/element": {
			"version": "5.18.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@types/react": "^18.0.21",
				"@types/react-dom": "^18.0.6",
				"@wordpress/escape-html": "^2.41.0",
				"change-case": "^4.1.2",
				"is-plain-object": "^5.0.0",
				"react": "^18.2.0",
				"react-dom": "^18.2.0"
			}
		},
		"@wordpress/env": {
			"version": "8.7.0",
			"requires": {
				"chalk": "^4.0.0",
				"copy-dir": "^1.3.0",
				"docker-compose": "^0.22.2",
				"extract-zip": "^1.6.7",
				"got": "^11.8.5",
				"inquirer": "^7.1.0",
				"js-yaml": "^3.13.1",
				"ora": "^4.0.2",
				"rimraf": "^3.0.2",
				"simple-git": "^3.5.0",
				"terminal-link": "^2.0.0",
				"yargs": "^17.3.0"
			}
		},
		"@wordpress/escape-html": {
			"version": "2.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0"
			}
		},
		"@wordpress/eslint-plugin": {
			"version": "15.1.0",
			"dev": true,
			"requires": {
				"@babel/eslint-parser": "^7.16.0",
				"@typescript-eslint/eslint-plugin": "^5.62.0",
				"@typescript-eslint/parser": "^5.62.0",
				"@wordpress/babel-preset-default": "^7.25.0",
				"@wordpress/prettier-config": "^2.24.0",
				"cosmiconfig": "^7.0.0",
				"eslint-config-prettier": "^8.3.0",
				"eslint-plugin-import": "^2.25.2",
				"eslint-plugin-jest": "^27.2.1",
				"eslint-plugin-jsdoc": "^46.4.6",
				"eslint-plugin-jsx-a11y": "^6.5.1",
				"eslint-plugin-prettier": "^3.3.0",
				"eslint-plugin-react": "^7.27.0",
				"eslint-plugin-react-hooks": "^4.3.0",
				"globals": "^13.12.0",
				"requireindex": "^1.2.0"
			},
			"dependencies": {
				"cosmiconfig": {
					"version": "7.1.0",
					"dev": true,
					"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"
					}
				},
				"globals": {
					"version": "13.21.0",
					"dev": true,
					"requires": {
						"type-fest": "^0.20.2"
					}
				},
				"type-fest": {
					"version": "0.20.2",
					"dev": true
				},
				"yaml": {
					"version": "1.10.2",
					"dev": true
				}
			}
		},
		"@wordpress/hooks": {
			"version": "3.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0"
			}
		},
		"@wordpress/html-entities": {
			"version": "3.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0"
			}
		},
		"@wordpress/i18n": {
			"version": "4.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/hooks": "^3.41.0",
				"gettext-parser": "^1.3.1",
				"memize": "^2.1.0",
				"sprintf-js": "^1.1.1",
				"tannin": "^1.2.0"
			}
		},
		"@wordpress/icons": {
			"version": "9.32.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/primitives": "^3.39.0"
			}
		},
		"@wordpress/is-shallow-equal": {
			"version": "4.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0"
			}
		},
		"@wordpress/jest-console": {
			"version": "7.12.0",
			"dev": true,
			"requires": {
				"@babel/runtime": "^7.16.0",
				"jest-matcher-utils": "^29.6.2"
			}
		},
		"@wordpress/jest-preset-default": {
			"version": "11.12.0",
			"dev": true,
			"requires": {
				"@wordpress/jest-console": "^7.12.0",
				"babel-jest": "^29.6.2"
			}
		},
		"@wordpress/keyboard-shortcuts": {
			"version": "4.18.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/keycodes": "^3.41.0",
				"rememo": "^4.0.2"
			}
		},
		"@wordpress/keycodes": {
			"version": "3.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/i18n": "^4.41.0",
				"change-case": "^4.1.2"
			}
		},
		"@wordpress/notices": {
			"version": "4.9.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/a11y": "^3.41.0",
				"@wordpress/data": "^9.11.0"
			}
		},
		"@wordpress/npm-package-json-lint-config": {
			"version": "4.26.0",
			"dev": true,
			"requires": {}
		},
		"@wordpress/postcss-plugins-preset": {
			"version": "4.25.0",
			"dev": true,
			"requires": {
				"@wordpress/base-styles": "^4.32.0",
				"autoprefixer": "^10.2.5"
			}
		},
		"@wordpress/preferences": {
			"version": "3.18.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/a11y": "^3.41.0",
				"@wordpress/components": "^25.7.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/icons": "^9.32.0",
				"classnames": "^2.3.1"
			}
		},
		"@wordpress/prettier-config": {
			"version": "2.24.0",
			"dev": true,
			"requires": {}
		},
		"@wordpress/primitives": {
			"version": "3.39.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/element": "^5.18.0",
				"classnames": "^2.3.1"
			}
		},
		"@wordpress/priority-queue": {
			"version": "2.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"requestidlecallback": "^0.3.0"
			}
		},
		"@wordpress/private-apis": {
			"version": "0.23.0",
			"requires": {
				"@babel/runtime": "^7.16.0"
			}
		},
		"@wordpress/redux-routine": {
			"version": "4.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"is-plain-object": "^5.0.0",
				"is-promise": "^4.0.0",
				"rungen": "^0.3.2"
			}
		},
		"@wordpress/rich-text": {
			"version": "6.18.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/a11y": "^3.41.0",
				"@wordpress/compose": "^6.18.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/escape-html": "^2.41.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/keycodes": "^3.41.0",
				"memize": "^2.1.0",
				"rememo": "^4.0.2"
			}
		},
		"@wordpress/scripts": {
			"version": "26.12.0",
			"dev": true,
			"requires": {
				"@babel/core": "^7.16.0",
				"@pmmmwh/react-refresh-webpack-plugin": "^0.5.2",
				"@svgr/webpack": "^8.0.1",
				"@wordpress/babel-preset-default": "^7.25.0",
				"@wordpress/browserslist-config": "^5.24.0",
				"@wordpress/dependency-extraction-webpack-plugin": "^4.24.0",
				"@wordpress/eslint-plugin": "^15.1.0",
				"@wordpress/jest-preset-default": "^11.12.0",
				"@wordpress/npm-package-json-lint-config": "^4.26.0",
				"@wordpress/postcss-plugins-preset": "^4.25.0",
				"@wordpress/prettier-config": "^2.24.0",
				"@wordpress/stylelint-config": "^21.24.0",
				"adm-zip": "^0.5.9",
				"babel-jest": "^29.6.2",
				"babel-loader": "^8.2.3",
				"browserslist": "^4.21.9",
				"chalk": "^4.0.0",
				"check-node-version": "^4.1.0",
				"clean-webpack-plugin": "^3.0.0",
				"copy-webpack-plugin": "^10.2.0",
				"cross-spawn": "^5.1.0",
				"css-loader": "^6.2.0",
				"cssnano": "^6.0.1",
				"cwd": "^0.10.0",
				"dir-glob": "^3.0.1",
				"eslint": "^8.3.0",
				"expect-puppeteer": "^4.4.0",
				"fast-glob": "^3.2.7",
				"filenamify": "^4.2.0",
				"jest": "^29.6.2",
				"jest-dev-server": "^6.0.2",
				"jest-environment-jsdom": "^29.6.2",
				"jest-environment-node": "^29.6.2",
				"markdownlint-cli": "^0.31.1",
				"merge-deep": "^3.0.3",
				"mini-css-extract-plugin": "^2.5.1",
				"minimist": "^1.2.0",
				"npm-package-json-lint": "^6.4.0",
				"npm-packlist": "^3.0.0",
				"postcss": "^8.4.5",
				"postcss-loader": "^6.2.1",
				"prettier": "npm:wp-prettier@2.8.5",
				"puppeteer-core": "^13.2.0",
				"react-refresh": "^0.10.0",
				"read-pkg-up": "^7.0.1",
				"resolve-bin": "^0.4.0",
				"sass": "^1.35.2",
				"sass-loader": "^12.1.0",
				"source-map-loader": "^3.0.0",
				"stylelint": "^14.2.0",
				"terser-webpack-plugin": "^5.3.9",
				"url-loader": "^4.1.1",
				"webpack": "^5.47.1",
				"webpack-bundle-analyzer": "^4.4.2",
				"webpack-cli": "^4.9.1",
				"webpack-dev-server": "^4.4.0"
			}
		},
		"@wordpress/server-side-render": {
			"version": "4.18.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"@wordpress/api-fetch": "^6.38.0",
				"@wordpress/blocks": "^12.18.0",
				"@wordpress/components": "^25.7.0",
				"@wordpress/compose": "^6.18.0",
				"@wordpress/data": "^9.11.0",
				"@wordpress/deprecated": "^3.41.0",
				"@wordpress/element": "^5.18.0",
				"@wordpress/i18n": "^4.41.0",
				"@wordpress/url": "^3.42.0",
				"fast-deep-equal": "^3.1.3"
			}
		},
		"@wordpress/shortcode": {
			"version": "3.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"memize": "^2.0.1"
			}
		},
		"@wordpress/style-engine": {
			"version": "1.24.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"change-case": "^4.1.2"
			}
		},
		"@wordpress/stylelint-config": {
			"version": "21.24.0",
			"dev": true,
			"requires": {
				"stylelint-config-recommended": "^6.0.0",
				"stylelint-config-recommended-scss": "^5.0.2"
			}
		},
		"@wordpress/token-list": {
			"version": "2.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0"
			}
		},
		"@wordpress/url": {
			"version": "3.42.0",
			"requires": {
				"@babel/runtime": "^7.16.0",
				"remove-accents": "^0.5.0"
			}
		},
		"@wordpress/warning": {
			"version": "2.41.0"
		},
		"@wordpress/wordcount": {
			"version": "3.41.0",
			"requires": {
				"@babel/runtime": "^7.16.0"
			}
		},
		"@xtuc/ieee754": {
			"version": "1.2.0",
			"dev": true
		},
		"@xtuc/long": {
			"version": "4.2.2",
			"dev": true
		},
		"abab": {
			"version": "2.0.6",
			"dev": true
		},
		"accepts": {
			"version": "1.3.8",
			"dev": true,
			"requires": {
				"mime-types": "~2.1.34",
				"negotiator": "0.6.3"
			}
		},
		"acorn": {
			"version": "8.10.0",
			"dev": true
		},
		"acorn-globals": {
			"version": "7.0.1",
			"dev": true,
			"requires": {
				"acorn": "^8.1.0",
				"acorn-walk": "^8.0.2"
			}
		},
		"acorn-import-assertions": {
			"version": "1.9.0",
			"dev": true,
			"requires": {}
		},
		"acorn-jsx": {
			"version": "5.3.2",
			"dev": true,
			"requires": {}
		},
		"acorn-walk": {
			"version": "8.2.0",
			"dev": true
		},
		"adm-zip": {
			"version": "0.5.10",
			"dev": true
		},
		"agent-base": {
			"version": "6.0.2",
			"dev": true,
			"requires": {
				"debug": "4"
			}
		},
		"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"
			}
		},
		"ajv-errors": {
			"version": "1.0.1",
			"dev": true,
			"requires": {}
		},
		"ajv-formats": {
			"version": "2.1.1",
			"dev": true,
			"requires": {
				"ajv": "^8.0.0"
			},
			"dependencies": {
				"ajv": {
					"version": "8.12.0",
					"dev": true,
					"requires": {
						"fast-deep-equal": "^3.1.1",
						"json-schema-traverse": "^1.0.0",
						"require-from-string": "^2.0.2",
						"uri-js": "^4.2.2"
					}
				},
				"json-schema-traverse": {
					"version": "1.0.0",
					"dev": true
				}
			}
		},
		"ajv-keywords": {
			"version": "3.5.2",
			"dev": true,
			"requires": {}
		},
		"ansi-escapes": {
			"version": "4.3.2",
			"requires": {
				"type-fest": "^0.21.3"
			}
		},
		"ansi-html-community": {
			"version": "0.0.8",
			"dev": true
		},
		"ansi-regex": {
			"version": "5.0.1"
		},
		"ansi-styles": {
			"version": "4.3.0",
			"requires": {
				"color-convert": "^2.0.1"
			}
		},
		"anymatch": {
			"version": "3.1.3",
			"dev": true,
			"requires": {
				"normalize-path": "^3.0.0",
				"picomatch": "^2.0.4"
			}
		},
		"are-docs-informative": {
			"version": "0.0.2",
			"dev": true
		},
		"argparse": {
			"version": "1.0.10",
			"requires": {
				"sprintf-js": "~1.0.2"
			},
			"dependencies": {
				"sprintf-js": {
					"version": "1.0.3"
				}
			}
		},
		"aria-hidden": {
			"version": "1.2.3",
			"requires": {
				"tslib": "^2.0.0"
			}
		},
		"aria-query": {
			"version": "5.3.0",
			"dev": true,
			"requires": {
				"dequal": "^2.0.3"
			}
		},
		"arr-union": {
			"version": "3.1.0",
			"dev": true
		},
		"array-buffer-byte-length": {
			"version": "1.0.0",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"is-array-buffer": "^3.0.1"
			}
		},
		"array-flatten": {
			"version": "2.1.2",
			"dev": true
		},
		"array-includes": {
			"version": "3.1.7",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"get-intrinsic": "^1.2.1",
				"is-string": "^1.0.7"
			}
		},
		"array-union": {
			"version": "2.1.0",
			"dev": true
		},
		"array-uniq": {
			"version": "1.0.3",
			"dev": true
		},
		"array.prototype.findlastindex": {
			"version": "1.2.3",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"es-shim-unscopables": "^1.0.0",
				"get-intrinsic": "^1.2.1"
			}
		},
		"array.prototype.flat": {
			"version": "1.3.1",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.1.4",
				"es-abstract": "^1.20.4",
				"es-shim-unscopables": "^1.0.0"
			}
		},
		"array.prototype.flatmap": {
			"version": "1.3.1",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.1.4",
				"es-abstract": "^1.20.4",
				"es-shim-unscopables": "^1.0.0"
			}
		},
		"array.prototype.tosorted": {
			"version": "1.1.1",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.1.4",
				"es-abstract": "^1.20.4",
				"es-shim-unscopables": "^1.0.0",
				"get-intrinsic": "^1.1.3"
			}
		},
		"arraybuffer.prototype.slice": {
			"version": "1.0.2",
			"dev": true,
			"requires": {
				"array-buffer-byte-length": "^1.0.0",
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"get-intrinsic": "^1.2.1",
				"is-array-buffer": "^3.0.2",
				"is-shared-array-buffer": "^1.0.2"
			}
		},
		"arrify": {
			"version": "1.0.1",
			"dev": true
		},
		"ast-types-flow": {
			"version": "0.0.7",
			"dev": true
		},
		"astral-regex": {
			"version": "2.0.0",
			"dev": true
		},
		"asynciterator.prototype": {
			"version": "1.0.0",
			"dev": true,
			"requires": {
				"has-symbols": "^1.0.3"
			}
		},
		"asynckit": {
			"version": "0.4.0",
			"dev": true
		},
		"autoprefixer": {
			"version": "10.4.15",
			"dev": true,
			"requires": {
				"browserslist": "^4.21.10",
				"caniuse-lite": "^1.0.30001520",
				"fraction.js": "^4.2.0",
				"normalize-range": "^0.1.2",
				"picocolors": "^1.0.0",
				"postcss-value-parser": "^4.2.0"
			}
		},
		"autosize": {
			"version": "4.0.4"
		},
		"available-typed-arrays": {
			"version": "1.0.5",
			"dev": true
		},
		"axe-core": {
			"version": "4.7.2",
			"dev": true
		},
		"axios": {
			"version": "0.25.0",
			"dev": true,
			"requires": {
				"follow-redirects": "^1.14.7"
			}
		},
		"axobject-query": {
			"version": "3.2.1",
			"dev": true,
			"requires": {
				"dequal": "^2.0.3"
			}
		},
		"babel-jest": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/transform": "^29.6.4",
				"@types/babel__core": "^7.1.14",
				"babel-plugin-istanbul": "^6.1.1",
				"babel-preset-jest": "^29.6.3",
				"chalk": "^4.0.0",
				"graceful-fs": "^4.2.9",
				"slash": "^3.0.0"
			}
		},
		"babel-loader": {
			"version": "8.3.0",
			"dev": true,
			"requires": {
				"find-cache-dir": "^3.3.1",
				"loader-utils": "^2.0.0",
				"make-dir": "^3.1.0",
				"schema-utils": "^2.6.5"
			},
			"dependencies": {
				"schema-utils": {
					"version": "2.7.1",
					"dev": true,
					"requires": {
						"@types/json-schema": "^7.0.5",
						"ajv": "^6.12.4",
						"ajv-keywords": "^3.5.2"
					}
				}
			}
		},
		"babel-plugin-istanbul": {
			"version": "6.1.1",
			"dev": true,
			"requires": {
				"@babel/helper-plugin-utils": "^7.0.0",
				"@istanbuljs/load-nyc-config": "^1.0.0",
				"@istanbuljs/schema": "^0.1.2",
				"istanbul-lib-instrument": "^5.0.4",
				"test-exclude": "^6.0.0"
			}
		},
		"babel-plugin-jest-hoist": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"@babel/template": "^7.3.3",
				"@babel/types": "^7.3.3",
				"@types/babel__core": "^7.1.14",
				"@types/babel__traverse": "^7.0.6"
			}
		},
		"babel-plugin-macros": {
			"version": "3.1.0",
			"requires": {
				"@babel/runtime": "^7.12.5",
				"cosmiconfig": "^7.0.0",
				"resolve": "^1.19.0"
			},
			"dependencies": {
				"cosmiconfig": {
					"version": "7.1.0",
					"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"
					}
				},
				"yaml": {
					"version": "1.10.2"
				}
			}
		},
		"babel-plugin-polyfill-corejs2": {
			"version": "0.4.5",
			"dev": true,
			"requires": {
				"@babel/compat-data": "^7.22.6",
				"@babel/helper-define-polyfill-provider": "^0.4.2",
				"semver": "^6.3.1"
			}
		},
		"babel-plugin-polyfill-corejs3": {
			"version": "0.8.3",
			"dev": true,
			"requires": {
				"@babel/helper-define-polyfill-provider": "^0.4.2",
				"core-js-compat": "^3.31.0"
			}
		},
		"babel-plugin-polyfill-regenerator": {
			"version": "0.5.2",
			"dev": true,
			"requires": {
				"@babel/helper-define-polyfill-provider": "^0.4.2"
			}
		},
		"babel-preset-current-node-syntax": {
			"version": "1.0.1",
			"dev": true,
			"requires": {
				"@babel/plugin-syntax-async-generators": "^7.8.4",
				"@babel/plugin-syntax-bigint": "^7.8.3",
				"@babel/plugin-syntax-class-properties": "^7.8.3",
				"@babel/plugin-syntax-import-meta": "^7.8.3",
				"@babel/plugin-syntax-json-strings": "^7.8.3",
				"@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
				"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
				"@babel/plugin-syntax-numeric-separator": "^7.8.3",
				"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
				"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
				"@babel/plugin-syntax-optional-chaining": "^7.8.3",
				"@babel/plugin-syntax-top-level-await": "^7.8.3"
			}
		},
		"babel-preset-jest": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"babel-plugin-jest-hoist": "^29.6.3",
				"babel-preset-current-node-syntax": "^1.0.0"
			}
		},
		"balanced-match": {
			"version": "1.0.2"
		},
		"base64-js": {
			"version": "1.5.1",
			"dev": true
		},
		"batch": {
			"version": "0.6.1",
			"dev": true
		},
		"big.js": {
			"version": "5.2.2",
			"dev": true
		},
		"binary-extensions": {
			"version": "2.2.0",
			"dev": true
		},
		"bl": {
			"version": "4.1.0",
			"dev": true,
			"requires": {
				"buffer": "^5.5.0",
				"inherits": "^2.0.4",
				"readable-stream": "^3.4.0"
			},
			"dependencies": {
				"readable-stream": {
					"version": "3.6.2",
					"dev": true,
					"requires": {
						"inherits": "^2.0.3",
						"string_decoder": "^1.1.1",
						"util-deprecate": "^1.0.1"
					}
				}
			}
		},
		"body-parser": {
			"version": "1.20.1",
			"dev": true,
			"requires": {
				"bytes": "3.1.2",
				"content-type": "~1.0.4",
				"debug": "2.6.9",
				"depd": "2.0.0",
				"destroy": "1.2.0",
				"http-errors": "2.0.0",
				"iconv-lite": "0.4.24",
				"on-finished": "2.4.1",
				"qs": "6.11.0",
				"raw-body": "2.5.1",
				"type-is": "~1.6.18",
				"unpipe": "1.0.0"
			},
			"dependencies": {
				"bytes": {
					"version": "3.1.2",
					"dev": true
				},
				"debug": {
					"version": "2.6.9",
					"dev": true,
					"requires": {
						"ms": "2.0.0"
					}
				},
				"iconv-lite": {
					"version": "0.4.24",
					"dev": true,
					"requires": {
						"safer-buffer": ">= 2.1.2 < 3"
					}
				},
				"ms": {
					"version": "2.0.0",
					"dev": true
				}
			}
		},
		"body-scroll-lock": {
			"version": "3.1.5"
		},
		"bonjour-service": {
			"version": "1.1.1",
			"dev": true,
			"requires": {
				"array-flatten": "^2.1.2",
				"dns-equal": "^1.0.0",
				"fast-deep-equal": "^3.1.3",
				"multicast-dns": "^7.2.5"
			}
		},
		"boolbase": {
			"version": "1.0.0",
			"dev": true
		},
		"brace-expansion": {
			"version": "1.1.11",
			"requires": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"braces": {
			"version": "3.0.2",
			"dev": true,
			"requires": {
				"fill-range": "^7.0.1"
			}
		},
		"browserslist": {
			"version": "4.21.10",
			"dev": true,
			"requires": {
				"caniuse-lite": "^1.0.30001517",
				"electron-to-chromium": "^1.4.477",
				"node-releases": "^2.0.13",
				"update-browserslist-db": "^1.0.11"
			}
		},
		"bser": {
			"version": "2.1.1",
			"dev": true,
			"requires": {
				"node-int64": "^0.4.0"
			}
		},
		"buffer": {
			"version": "5.7.1",
			"dev": true,
			"requires": {
				"base64-js": "^1.3.1",
				"ieee754": "^1.1.13"
			}
		},
		"buffer-crc32": {
			"version": "0.2.13"
		},
		"buffer-from": {
			"version": "1.1.2"
		},
		"builtin-modules": {
			"version": "3.3.0",
			"dev": true
		},
		"builtins": {
			"version": "5.0.1",
			"dev": true,
			"requires": {
				"semver": "^7.0.0"
			},
			"dependencies": {
				"lru-cache": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"yallist": "^4.0.0"
					}
				},
				"semver": {
					"version": "7.5.4",
					"dev": true,
					"requires": {
						"lru-cache": "^6.0.0"
					}
				},
				"yallist": {
					"version": "4.0.0",
					"dev": true
				}
			}
		},
		"bytes": {
			"version": "3.0.0",
			"dev": true
		},
		"cacheable-lookup": {
			"version": "5.0.4"
		},
		"cacheable-request": {
			"version": "7.0.4",
			"requires": {
				"clone-response": "^1.0.2",
				"get-stream": "^5.1.0",
				"http-cache-semantics": "^4.0.0",
				"keyv": "^4.0.0",
				"lowercase-keys": "^2.0.0",
				"normalize-url": "^6.0.1",
				"responselike": "^2.0.0"
			}
		},
		"call-bind": {
			"version": "1.0.2",
			"dev": true,
			"requires": {
				"function-bind": "^1.1.1",
				"get-intrinsic": "^1.0.2"
			}
		},
		"callsites": {
			"version": "3.1.0"
		},
		"camel-case": {
			"version": "4.1.2",
			"requires": {
				"pascal-case": "^3.1.2",
				"tslib": "^2.0.3"
			}
		},
		"camelcase": {
			"version": "6.3.0",
			"dev": true
		},
		"camelcase-keys": {
			"version": "6.2.2",
			"dev": true,
			"requires": {
				"camelcase": "^5.3.1",
				"map-obj": "^4.0.0",
				"quick-lru": "^4.0.1"
			},
			"dependencies": {
				"camelcase": {
					"version": "5.3.1",
					"dev": true
				},
				"quick-lru": {
					"version": "4.0.1",
					"dev": true
				}
			}
		},
		"caniuse-api": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"browserslist": "^4.0.0",
				"caniuse-lite": "^1.0.0",
				"lodash.memoize": "^4.1.2",
				"lodash.uniq": "^4.5.0"
			}
		},
		"caniuse-lite": {
			"version": "1.0.30001527",
			"dev": true
		},
		"capital-case": {
			"version": "1.0.4",
			"requires": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3",
				"upper-case-first": "^2.0.2"
			}
		},
		"chalk": {
			"version": "4.1.2",
			"requires": {
				"ansi-styles": "^4.1.0",
				"supports-color": "^7.1.0"
			}
		},
		"change-case": {
			"version": "4.1.2",
			"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"
			}
		},
		"char-regex": {
			"version": "1.0.2",
			"dev": true
		},
		"chardet": {
			"version": "0.7.0"
		},
		"check-node-version": {
			"version": "4.2.1",
			"dev": true,
			"requires": {
				"chalk": "^3.0.0",
				"map-values": "^1.0.1",
				"minimist": "^1.2.0",
				"object-filter": "^1.0.2",
				"run-parallel": "^1.1.4",
				"semver": "^6.3.0"
			},
			"dependencies": {
				"chalk": {
					"version": "3.0.0",
					"dev": true,
					"requires": {
						"ansi-styles": "^4.1.0",
						"supports-color": "^7.1.0"
					}
				}
			}
		},
		"chokidar": {
			"version": "3.5.3",
			"dev": true,
			"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"
			},
			"dependencies": {
				"glob-parent": {
					"version": "5.1.2",
					"dev": true,
					"requires": {
						"is-glob": "^4.0.1"
					}
				}
			}
		},
		"chownr": {
			"version": "1.1.4",
			"dev": true
		},
		"chrome-trace-event": {
			"version": "1.0.3",
			"dev": true
		},
		"ci-info": {
			"version": "3.8.0",
			"dev": true
		},
		"cjs-module-lexer": {
			"version": "1.2.3",
			"dev": true
		},
		"classnames": {
			"version": "2.3.2"
		},
		"clean-webpack-plugin": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"@types/webpack": "^4.4.31",
				"del": "^4.1.1"
			}
		},
		"cli-cursor": {
			"version": "3.1.0",
			"requires": {
				"restore-cursor": "^3.1.0"
			}
		},
		"cli-spinners": {
			"version": "2.9.0"
		},
		"cli-truncate": {
			"version": "3.1.0",
			"dev": true,
			"requires": {
				"slice-ansi": "^5.0.0",
				"string-width": "^5.0.0"
			},
			"dependencies": {
				"ansi-regex": {
					"version": "6.0.1",
					"dev": true
				},
				"string-width": {
					"version": "5.1.2",
					"dev": true,
					"requires": {
						"eastasianwidth": "^0.2.0",
						"emoji-regex": "^9.2.2",
						"strip-ansi": "^7.0.1"
					}
				},
				"strip-ansi": {
					"version": "7.1.0",
					"dev": true,
					"requires": {
						"ansi-regex": "^6.0.1"
					}
				}
			}
		},
		"cli-width": {
			"version": "3.0.0"
		},
		"clipboard": {
			"version": "2.0.11",
			"requires": {
				"good-listener": "^1.2.2",
				"select": "^1.1.2",
				"tiny-emitter": "^2.0.0"
			}
		},
		"cliui": {
			"version": "8.0.1",
			"requires": {
				"string-width": "^4.2.0",
				"strip-ansi": "^6.0.1",
				"wrap-ansi": "^7.0.0"
			},
			"dependencies": {
				"wrap-ansi": {
					"version": "7.0.0",
					"requires": {
						"ansi-styles": "^4.0.0",
						"string-width": "^4.1.0",
						"strip-ansi": "^6.0.0"
					}
				}
			}
		},
		"clone": {
			"version": "1.0.4"
		},
		"clone-deep": {
			"version": "0.2.4",
			"dev": true,
			"requires": {
				"for-own": "^0.1.3",
				"is-plain-object": "^2.0.1",
				"kind-of": "^3.0.2",
				"lazy-cache": "^1.0.3",
				"shallow-clone": "^0.1.2"
			},
			"dependencies": {
				"is-plain-object": {
					"version": "2.0.4",
					"dev": true,
					"requires": {
						"isobject": "^3.0.1"
					}
				}
			}
		},
		"clone-response": {
			"version": "1.0.3",
			"requires": {
				"mimic-response": "^1.0.0"
			}
		},
		"cmdk": {
			"version": "0.2.0",
			"requires": {
				"@radix-ui/react-dialog": "1.0.0",
				"command-score": "0.1.2"
			}
		},
		"co": {
			"version": "4.6.0",
			"dev": true
		},
		"collect-v8-coverage": {
			"version": "1.0.2",
			"dev": true
		},
		"color-convert": {
			"version": "2.0.1",
			"requires": {
				"color-name": "~1.1.4"
			}
		},
		"color-name": {
			"version": "1.1.4"
		},
		"colord": {
			"version": "2.9.3"
		},
		"colorette": {
			"version": "2.0.20",
			"dev": true
		},
		"combined-stream": {
			"version": "1.0.8",
			"dev": true,
			"requires": {
				"delayed-stream": "~1.0.0"
			}
		},
		"command-score": {
			"version": "0.1.2"
		},
		"commander": {
			"version": "5.1.0",
			"dev": true
		},
		"comment-parser": {
			"version": "1.4.0",
			"dev": true
		},
		"common-path-prefix": {
			"version": "3.0.0",
			"dev": true
		},
		"commondir": {
			"version": "1.0.1",
			"dev": true
		},
		"compressible": {
			"version": "2.0.18",
			"dev": true,
			"requires": {
				"mime-db": ">= 1.43.0 < 2"
			}
		},
		"compression": {
			"version": "1.7.4",
			"dev": true,
			"requires": {
				"accepts": "~1.3.5",
				"bytes": "3.0.0",
				"compressible": "~2.0.16",
				"debug": "2.6.9",
				"on-headers": "~1.0.2",
				"safe-buffer": "5.1.2",
				"vary": "~1.1.2"
			},
			"dependencies": {
				"debug": {
					"version": "2.6.9",
					"dev": true,
					"requires": {
						"ms": "2.0.0"
					}
				},
				"ms": {
					"version": "2.0.0",
					"dev": true
				},
				"safe-buffer": {
					"version": "5.1.2",
					"dev": true
				}
			}
		},
		"compute-scroll-into-view": {
			"version": "1.0.20"
		},
		"computed-style": {
			"version": "0.1.4"
		},
		"concat-map": {
			"version": "0.0.1"
		},
		"concat-stream": {
			"version": "1.6.2",
			"requires": {
				"buffer-from": "^1.0.0",
				"inherits": "^2.0.3",
				"readable-stream": "^2.2.2",
				"typedarray": "^0.0.6"
			}
		},
		"connect-history-api-fallback": {
			"version": "2.0.0",
			"dev": true
		},
		"constant-case": {
			"version": "3.0.4",
			"requires": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3",
				"upper-case": "^2.0.2"
			}
		},
		"content-disposition": {
			"version": "0.5.4",
			"dev": true,
			"requires": {
				"safe-buffer": "5.2.1"
			}
		},
		"content-type": {
			"version": "1.0.5",
			"dev": true
		},
		"convert-source-map": {
			"version": "1.9.0"
		},
		"cookie": {
			"version": "0.5.0",
			"dev": true
		},
		"cookie-signature": {
			"version": "1.0.6",
			"dev": true
		},
		"copy-dir": {
			"version": "1.3.0"
		},
		"copy-webpack-plugin": {
			"version": "10.2.4",
			"dev": true,
			"requires": {
				"fast-glob": "^3.2.7",
				"glob-parent": "^6.0.1",
				"globby": "^12.0.2",
				"normalize-path": "^3.0.0",
				"schema-utils": "^4.0.0",
				"serialize-javascript": "^6.0.0"
			},
			"dependencies": {
				"ajv": {
					"version": "8.12.0",
					"dev": true,
					"requires": {
						"fast-deep-equal": "^3.1.1",
						"json-schema-traverse": "^1.0.0",
						"require-from-string": "^2.0.2",
						"uri-js": "^4.2.2"
					}
				},
				"ajv-keywords": {
					"version": "5.1.0",
					"dev": true,
					"requires": {
						"fast-deep-equal": "^3.1.3"
					}
				},
				"array-union": {
					"version": "3.0.1",
					"dev": true
				},
				"globby": {
					"version": "12.2.0",
					"dev": true,
					"requires": {
						"array-union": "^3.0.1",
						"dir-glob": "^3.0.1",
						"fast-glob": "^3.2.7",
						"ignore": "^5.1.9",
						"merge2": "^1.4.1",
						"slash": "^4.0.0"
					}
				},
				"json-schema-traverse": {
					"version": "1.0.0",
					"dev": true
				},
				"schema-utils": {
					"version": "4.2.0",
					"dev": true,
					"requires": {
						"@types/json-schema": "^7.0.9",
						"ajv": "^8.9.0",
						"ajv-formats": "^2.1.1",
						"ajv-keywords": "^5.1.0"
					}
				},
				"slash": {
					"version": "4.0.0",
					"dev": true
				}
			}
		},
		"core-js": {
			"version": "3.32.1",
			"dev": true
		},
		"core-js-compat": {
			"version": "3.32.1",
			"dev": true,
			"requires": {
				"browserslist": "^4.21.10"
			}
		},
		"core-js-pure": {
			"version": "3.32.1",
			"dev": true
		},
		"core-util-is": {
			"version": "1.0.3"
		},
		"cosmiconfig": {
			"version": "8.3.4",
			"dev": true,
			"requires": {
				"import-fresh": "^3.3.0",
				"js-yaml": "^4.1.0",
				"parse-json": "^5.2.0",
				"path-type": "^4.0.0"
			},
			"dependencies": {
				"argparse": {
					"version": "2.0.1",
					"dev": true
				},
				"js-yaml": {
					"version": "4.1.0",
					"dev": true,
					"requires": {
						"argparse": "^2.0.1"
					}
				}
			}
		},
		"cross-fetch": {
			"version": "3.1.5",
			"dev": true,
			"requires": {
				"node-fetch": "2.6.7"
			}
		},
		"cross-spawn": {
			"version": "5.1.0",
			"dev": true,
			"requires": {
				"lru-cache": "^4.0.1",
				"shebang-command": "^1.2.0",
				"which": "^1.2.9"
			},
			"dependencies": {
				"lru-cache": {
					"version": "4.1.5",
					"dev": true,
					"requires": {
						"pseudomap": "^1.0.2",
						"yallist": "^2.1.2"
					}
				},
				"yallist": {
					"version": "2.1.2",
					"dev": true
				}
			}
		},
		"css-declaration-sorter": {
			"version": "6.4.1",
			"dev": true,
			"requires": {}
		},
		"css-functions-list": {
			"version": "3.2.0",
			"dev": true
		},
		"css-loader": {
			"version": "6.8.1",
			"dev": true,
			"requires": {
				"icss-utils": "^5.1.0",
				"postcss": "^8.4.21",
				"postcss-modules-extract-imports": "^3.0.0",
				"postcss-modules-local-by-default": "^4.0.3",
				"postcss-modules-scope": "^3.0.0",
				"postcss-modules-values": "^4.0.0",
				"postcss-value-parser": "^4.2.0",
				"semver": "^7.3.8"
			},
			"dependencies": {
				"lru-cache": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"yallist": "^4.0.0"
					}
				},
				"semver": {
					"version": "7.5.4",
					"dev": true,
					"requires": {
						"lru-cache": "^6.0.0"
					}
				},
				"yallist": {
					"version": "4.0.0",
					"dev": true
				}
			}
		},
		"css-select": {
			"version": "5.1.0",
			"dev": true,
			"requires": {
				"boolbase": "^1.0.0",
				"css-what": "^6.1.0",
				"domhandler": "^5.0.2",
				"domutils": "^3.0.1",
				"nth-check": "^2.0.1"
			}
		},
		"css-tree": {
			"version": "2.3.1",
			"dev": true,
			"requires": {
				"mdn-data": "2.0.30",
				"source-map-js": "^1.0.1"
			}
		},
		"css-what": {
			"version": "6.1.0",
			"dev": true
		},
		"cssesc": {
			"version": "3.0.0",
			"dev": true
		},
		"cssnano": {
			"version": "6.0.1",
			"dev": true,
			"requires": {
				"cssnano-preset-default": "^6.0.1",
				"lilconfig": "^2.1.0"
			}
		},
		"cssnano-preset-default": {
			"version": "6.0.1",
			"dev": true,
			"requires": {
				"css-declaration-sorter": "^6.3.1",
				"cssnano-utils": "^4.0.0",
				"postcss-calc": "^9.0.0",
				"postcss-colormin": "^6.0.0",
				"postcss-convert-values": "^6.0.0",
				"postcss-discard-comments": "^6.0.0",
				"postcss-discard-duplicates": "^6.0.0",
				"postcss-discard-empty": "^6.0.0",
				"postcss-discard-overridden": "^6.0.0",
				"postcss-merge-longhand": "^6.0.0",
				"postcss-merge-rules": "^6.0.1",
				"postcss-minify-font-values": "^6.0.0",
				"postcss-minify-gradients": "^6.0.0",
				"postcss-minify-params": "^6.0.0",
				"postcss-minify-selectors": "^6.0.0",
				"postcss-normalize-charset": "^6.0.0",
				"postcss-normalize-display-values": "^6.0.0",
				"postcss-normalize-positions": "^6.0.0",
				"postcss-normalize-repeat-style": "^6.0.0",
				"postcss-normalize-string": "^6.0.0",
				"postcss-normalize-timing-functions": "^6.0.0",
				"postcss-normalize-unicode": "^6.0.0",
				"postcss-normalize-url": "^6.0.0",
				"postcss-normalize-whitespace": "^6.0.0",
				"postcss-ordered-values": "^6.0.0",
				"postcss-reduce-initial": "^6.0.0",
				"postcss-reduce-transforms": "^6.0.0",
				"postcss-svgo": "^6.0.0",
				"postcss-unique-selectors": "^6.0.0"
			}
		},
		"cssnano-utils": {
			"version": "4.0.0",
			"dev": true,
			"requires": {}
		},
		"csso": {
			"version": "5.0.5",
			"dev": true,
			"requires": {
				"css-tree": "~2.2.0"
			},
			"dependencies": {
				"css-tree": {
					"version": "2.2.1",
					"dev": true,
					"requires": {
						"mdn-data": "2.0.28",
						"source-map-js": "^1.0.1"
					}
				},
				"mdn-data": {
					"version": "2.0.28",
					"dev": true
				}
			}
		},
		"cssom": {
			"version": "0.5.0",
			"dev": true
		},
		"cssstyle": {
			"version": "2.3.0",
			"dev": true,
			"requires": {
				"cssom": "~0.3.6"
			},
			"dependencies": {
				"cssom": {
					"version": "0.3.8",
					"dev": true
				}
			}
		},
		"csstype": {
			"version": "3.1.2"
		},
		"cwd": {
			"version": "0.10.0",
			"dev": true,
			"requires": {
				"find-pkg": "^0.1.2",
				"fs-exists-sync": "^0.1.0"
			}
		},
		"damerau-levenshtein": {
			"version": "1.0.8",
			"dev": true
		},
		"data-urls": {
			"version": "3.0.2",
			"dev": true,
			"requires": {
				"abab": "^2.0.6",
				"whatwg-mimetype": "^3.0.0",
				"whatwg-url": "^11.0.0"
			}
		},
		"date-fns": {
			"version": "2.30.0",
			"requires": {
				"@babel/runtime": "^7.21.0"
			}
		},
		"debug": {
			"version": "4.3.4",
			"requires": {
				"ms": "2.1.2"
			}
		},
		"decamelize": {
			"version": "1.2.0"
		},
		"decamelize-keys": {
			"version": "1.1.1",
			"dev": true,
			"requires": {
				"decamelize": "^1.1.0",
				"map-obj": "^1.0.0"
			},
			"dependencies": {
				"map-obj": {
					"version": "1.0.1",
					"dev": true
				}
			}
		},
		"decimal.js": {
			"version": "10.4.3",
			"dev": true
		},
		"decompress-response": {
			"version": "6.0.0",
			"requires": {
				"mimic-response": "^3.1.0"
			},
			"dependencies": {
				"mimic-response": {
					"version": "3.1.0"
				}
			}
		},
		"dedent": {
			"version": "1.5.1",
			"dev": true,
			"requires": {}
		},
		"deep-extend": {
			"version": "0.6.0",
			"dev": true
		},
		"deep-is": {
			"version": "0.1.4",
			"dev": true
		},
		"deepmerge": {
			"version": "4.3.1"
		},
		"default-gateway": {
			"version": "6.0.3",
			"dev": true,
			"requires": {
				"execa": "^5.0.0"
			}
		},
		"defaults": {
			"version": "1.0.4",
			"requires": {
				"clone": "^1.0.2"
			}
		},
		"defer-to-connect": {
			"version": "2.0.1"
		},
		"define-lazy-prop": {
			"version": "2.0.0",
			"dev": true
		},
		"define-properties": {
			"version": "1.2.0",
			"dev": true,
			"requires": {
				"has-property-descriptors": "^1.0.0",
				"object-keys": "^1.1.1"
			}
		},
		"del": {
			"version": "4.1.1",
			"dev": true,
			"requires": {
				"@types/glob": "^7.1.1",
				"globby": "^6.1.0",
				"is-path-cwd": "^2.0.0",
				"is-path-in-cwd": "^2.0.0",
				"p-map": "^2.0.0",
				"pify": "^4.0.1",
				"rimraf": "^2.6.3"
			},
			"dependencies": {
				"array-union": {
					"version": "1.0.2",
					"dev": true,
					"requires": {
						"array-uniq": "^1.0.1"
					}
				},
				"globby": {
					"version": "6.1.0",
					"dev": true,
					"requires": {
						"array-union": "^1.0.1",
						"glob": "^7.0.3",
						"object-assign": "^4.0.1",
						"pify": "^2.0.0",
						"pinkie-promise": "^2.0.0"
					},
					"dependencies": {
						"pify": {
							"version": "2.3.0",
							"dev": true
						}
					}
				},
				"rimraf": {
					"version": "2.7.1",
					"dev": true,
					"requires": {
						"glob": "^7.1.3"
					}
				}
			}
		},
		"delayed-stream": {
			"version": "1.0.0",
			"dev": true
		},
		"delegate": {
			"version": "3.2.0"
		},
		"depd": {
			"version": "2.0.0",
			"dev": true
		},
		"dequal": {
			"version": "2.0.3",
			"dev": true
		},
		"destroy": {
			"version": "1.2.0",
			"dev": true
		},
		"detect-newline": {
			"version": "3.1.0",
			"dev": true
		},
		"detect-node": {
			"version": "2.1.0",
			"dev": true
		},
		"detect-node-es": {
			"version": "1.1.0"
		},
		"devtools-protocol": {
			"version": "0.0.981744",
			"dev": true
		},
		"diff": {
			"version": "4.0.2"
		},
		"diff-sequences": {
			"version": "29.6.3",
			"dev": true
		},
		"dir-glob": {
			"version": "3.0.1",
			"dev": true,
			"requires": {
				"path-type": "^4.0.0"
			}
		},
		"dns-equal": {
			"version": "1.0.0",
			"dev": true
		},
		"dns-packet": {
			"version": "5.6.1",
			"dev": true,
			"requires": {
				"@leichtgewicht/ip-codec": "^2.0.1"
			}
		},
		"docker-compose": {
			"version": "0.22.2"
		},
		"doctrine": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"esutils": "^2.0.2"
			}
		},
		"dom-scroll-into-view": {
			"version": "1.2.1"
		},
		"dom-serializer": {
			"version": "2.0.0",
			"dev": true,
			"requires": {
				"domelementtype": "^2.3.0",
				"domhandler": "^5.0.2",
				"entities": "^4.2.0"
			}
		},
		"domelementtype": {
			"version": "2.3.0",
			"dev": true
		},
		"domexception": {
			"version": "4.0.0",
			"dev": true,
			"requires": {
				"webidl-conversions": "^7.0.0"
			}
		},
		"domhandler": {
			"version": "5.0.3",
			"dev": true,
			"requires": {
				"domelementtype": "^2.3.0"
			}
		},
		"domutils": {
			"version": "3.1.0",
			"dev": true,
			"requires": {
				"dom-serializer": "^2.0.0",
				"domelementtype": "^2.3.0",
				"domhandler": "^5.0.3"
			}
		},
		"dot-case": {
			"version": "3.0.4",
			"requires": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"downshift": {
			"version": "6.1.12",
			"requires": {
				"@babel/runtime": "^7.14.8",
				"compute-scroll-into-view": "^1.0.17",
				"prop-types": "^15.7.2",
				"react-is": "^17.0.2",
				"tslib": "^2.3.0"
			}
		},
		"duplexer": {
			"version": "0.1.2",
			"dev": true
		},
		"eastasianwidth": {
			"version": "0.2.0",
			"dev": true
		},
		"ee-first": {
			"version": "1.1.1",
			"dev": true
		},
		"electron-to-chromium": {
			"version": "1.4.508",
			"dev": true
		},
		"emittery": {
			"version": "0.13.1",
			"dev": true
		},
		"emoji-regex": {
			"version": "9.2.2",
			"dev": true
		},
		"emojis-list": {
			"version": "3.0.0",
			"dev": true
		},
		"encodeurl": {
			"version": "1.0.2",
			"dev": true
		},
		"encoding": {
			"version": "0.1.13",
			"requires": {
				"iconv-lite": "^0.6.2"
			}
		},
		"end-of-stream": {
			"version": "1.4.4",
			"requires": {
				"once": "^1.4.0"
			}
		},
		"enhanced-resolve": {
			"version": "5.15.0",
			"dev": true,
			"requires": {
				"graceful-fs": "^4.2.4",
				"tapable": "^2.2.0"
			}
		},
		"entities": {
			"version": "4.5.0",
			"dev": true
		},
		"envinfo": {
			"version": "7.10.0",
			"dev": true
		},
		"equivalent-key-map": {
			"version": "0.2.2"
		},
		"error-ex": {
			"version": "1.3.2",
			"requires": {
				"is-arrayish": "^0.2.1"
			}
		},
		"error-stack-parser": {
			"version": "2.1.4",
			"dev": true,
			"requires": {
				"stackframe": "^1.3.4"
			}
		},
		"es-abstract": {
			"version": "1.22.1",
			"dev": true,
			"requires": {
				"array-buffer-byte-length": "^1.0.0",
				"arraybuffer.prototype.slice": "^1.0.1",
				"available-typed-arrays": "^1.0.5",
				"call-bind": "^1.0.2",
				"es-set-tostringtag": "^2.0.1",
				"es-to-primitive": "^1.2.1",
				"function.prototype.name": "^1.1.5",
				"get-intrinsic": "^1.2.1",
				"get-symbol-description": "^1.0.0",
				"globalthis": "^1.0.3",
				"gopd": "^1.0.1",
				"has": "^1.0.3",
				"has-property-descriptors": "^1.0.0",
				"has-proto": "^1.0.1",
				"has-symbols": "^1.0.3",
				"internal-slot": "^1.0.5",
				"is-array-buffer": "^3.0.2",
				"is-callable": "^1.2.7",
				"is-negative-zero": "^2.0.2",
				"is-regex": "^1.1.4",
				"is-shared-array-buffer": "^1.0.2",
				"is-string": "^1.0.7",
				"is-typed-array": "^1.1.10",
				"is-weakref": "^1.0.2",
				"object-inspect": "^1.12.3",
				"object-keys": "^1.1.1",
				"object.assign": "^4.1.4",
				"regexp.prototype.flags": "^1.5.0",
				"safe-array-concat": "^1.0.0",
				"safe-regex-test": "^1.0.0",
				"string.prototype.trim": "^1.2.7",
				"string.prototype.trimend": "^1.0.6",
				"string.prototype.trimstart": "^1.0.6",
				"typed-array-buffer": "^1.0.0",
				"typed-array-byte-length": "^1.0.0",
				"typed-array-byte-offset": "^1.0.0",
				"typed-array-length": "^1.0.4",
				"unbox-primitive": "^1.0.2",
				"which-typed-array": "^1.1.10"
			}
		},
		"es-iterator-helpers": {
			"version": "1.0.14",
			"dev": true,
			"requires": {
				"asynciterator.prototype": "^1.0.0",
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"es-set-tostringtag": "^2.0.1",
				"function-bind": "^1.1.1",
				"get-intrinsic": "^1.2.1",
				"globalthis": "^1.0.3",
				"has-property-descriptors": "^1.0.0",
				"has-proto": "^1.0.1",
				"has-symbols": "^1.0.3",
				"internal-slot": "^1.0.5",
				"iterator.prototype": "^1.1.0",
				"safe-array-concat": "^1.0.0"
			}
		},
		"es-module-lexer": {
			"version": "1.3.0",
			"dev": true
		},
		"es-set-tostringtag": {
			"version": "2.0.1",
			"dev": true,
			"requires": {
				"get-intrinsic": "^1.1.3",
				"has": "^1.0.3",
				"has-tostringtag": "^1.0.0"
			}
		},
		"es-shim-unscopables": {
			"version": "1.0.0",
			"dev": true,
			"requires": {
				"has": "^1.0.3"
			}
		},
		"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-html": {
			"version": "1.0.3",
			"dev": true
		},
		"escape-string-regexp": {
			"version": "4.0.0"
		},
		"escodegen": {
			"version": "2.1.0",
			"dev": true,
			"requires": {
				"esprima": "^4.0.1",
				"estraverse": "^5.2.0",
				"esutils": "^2.0.2",
				"source-map": "~0.6.1"
			},
			"dependencies": {
				"source-map": {
					"version": "0.6.1",
					"dev": true,
					"optional": true
				}
			}
		},
		"eslint": {
			"version": "8.48.0",
			"dev": true,
			"requires": {
				"@eslint-community/eslint-utils": "^4.2.0",
				"@eslint-community/regexpp": "^4.6.1",
				"@eslint/eslintrc": "^2.1.2",
				"@eslint/js": "8.48.0",
				"@humanwhocodes/config-array": "^0.11.10",
				"@humanwhocodes/module-importer": "^1.0.1",
				"@nodelib/fs.walk": "^1.2.8",
				"ajv": "^6.12.4",
				"chalk": "^4.0.0",
				"cross-spawn": "^7.0.2",
				"debug": "^4.3.2",
				"doctrine": "^3.0.0",
				"escape-string-regexp": "^4.0.0",
				"eslint-scope": "^7.2.2",
				"eslint-visitor-keys": "^3.4.3",
				"espree": "^9.6.1",
				"esquery": "^1.4.2",
				"esutils": "^2.0.2",
				"fast-deep-equal": "^3.1.3",
				"file-entry-cache": "^6.0.1",
				"find-up": "^5.0.0",
				"glob-parent": "^6.0.2",
				"globals": "^13.19.0",
				"graphemer": "^1.4.0",
				"ignore": "^5.2.0",
				"imurmurhash": "^0.1.4",
				"is-glob": "^4.0.0",
				"is-path-inside": "^3.0.3",
				"js-yaml": "^4.1.0",
				"json-stable-stringify-without-jsonify": "^1.0.1",
				"levn": "^0.4.1",
				"lodash.merge": "^4.6.2",
				"minimatch": "^3.1.2",
				"natural-compare": "^1.4.0",
				"optionator": "^0.9.3",
				"strip-ansi": "^6.0.1",
				"text-table": "^0.2.0"
			},
			"dependencies": {
				"argparse": {
					"version": "2.0.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"
					}
				},
				"eslint-scope": {
					"version": "7.2.2",
					"dev": true,
					"requires": {
						"esrecurse": "^4.3.0",
						"estraverse": "^5.2.0"
					}
				},
				"eslint-visitor-keys": {
					"version": "3.4.3",
					"dev": true
				},
				"globals": {
					"version": "13.21.0",
					"dev": true,
					"requires": {
						"type-fest": "^0.20.2"
					}
				},
				"js-yaml": {
					"version": "4.1.0",
					"dev": true,
					"requires": {
						"argparse": "^2.0.1"
					}
				},
				"shebang-command": {
					"version": "2.0.0",
					"dev": true,
					"requires": {
						"shebang-regex": "^3.0.0"
					}
				},
				"shebang-regex": {
					"version": "3.0.0",
					"dev": true
				},
				"type-fest": {
					"version": "0.20.2",
					"dev": true
				},
				"which": {
					"version": "2.0.2",
					"dev": true,
					"requires": {
						"isexe": "^2.0.0"
					}
				}
			}
		},
		"eslint-config-prettier": {
			"version": "8.10.0",
			"dev": true,
			"requires": {}
		},
		"eslint-import-resolver-node": {
			"version": "0.3.9",
			"dev": true,
			"requires": {
				"debug": "^3.2.7",
				"is-core-module": "^2.13.0",
				"resolve": "^1.22.4"
			},
			"dependencies": {
				"debug": {
					"version": "3.2.7",
					"dev": true,
					"requires": {
						"ms": "^2.1.1"
					}
				}
			}
		},
		"eslint-module-utils": {
			"version": "2.8.0",
			"dev": true,
			"requires": {
				"debug": "^3.2.7"
			},
			"dependencies": {
				"debug": {
					"version": "3.2.7",
					"dev": true,
					"requires": {
						"ms": "^2.1.1"
					}
				}
			}
		},
		"eslint-plugin-import": {
			"version": "2.28.1",
			"dev": true,
			"requires": {
				"array-includes": "^3.1.6",
				"array.prototype.findlastindex": "^1.2.2",
				"array.prototype.flat": "^1.3.1",
				"array.prototype.flatmap": "^1.3.1",
				"debug": "^3.2.7",
				"doctrine": "^2.1.0",
				"eslint-import-resolver-node": "^0.3.7",
				"eslint-module-utils": "^2.8.0",
				"has": "^1.0.3",
				"is-core-module": "^2.13.0",
				"is-glob": "^4.0.3",
				"minimatch": "^3.1.2",
				"object.fromentries": "^2.0.6",
				"object.groupby": "^1.0.0",
				"object.values": "^1.1.6",
				"semver": "^6.3.1",
				"tsconfig-paths": "^3.14.2"
			},
			"dependencies": {
				"debug": {
					"version": "3.2.7",
					"dev": true,
					"requires": {
						"ms": "^2.1.1"
					}
				},
				"doctrine": {
					"version": "2.1.0",
					"dev": true,
					"requires": {
						"esutils": "^2.0.2"
					}
				}
			}
		},
		"eslint-plugin-jest": {
			"version": "27.2.3",
			"dev": true,
			"requires": {
				"@typescript-eslint/utils": "^5.10.0"
			}
		},
		"eslint-plugin-jsdoc": {
			"version": "46.5.1",
			"dev": true,
			"requires": {
				"@es-joy/jsdoccomment": "~0.40.1",
				"are-docs-informative": "^0.0.2",
				"comment-parser": "1.4.0",
				"debug": "^4.3.4",
				"escape-string-regexp": "^4.0.0",
				"esquery": "^1.5.0",
				"is-builtin-module": "^3.2.1",
				"semver": "^7.5.4",
				"spdx-expression-parse": "^3.0.1"
			},
			"dependencies": {
				"lru-cache": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"yallist": "^4.0.0"
					}
				},
				"semver": {
					"version": "7.5.4",
					"dev": true,
					"requires": {
						"lru-cache": "^6.0.0"
					}
				},
				"yallist": {
					"version": "4.0.0",
					"dev": true
				}
			}
		},
		"eslint-plugin-jsx-a11y": {
			"version": "6.7.1",
			"dev": true,
			"requires": {
				"@babel/runtime": "^7.20.7",
				"aria-query": "^5.1.3",
				"array-includes": "^3.1.6",
				"array.prototype.flatmap": "^1.3.1",
				"ast-types-flow": "^0.0.7",
				"axe-core": "^4.6.2",
				"axobject-query": "^3.1.1",
				"damerau-levenshtein": "^1.0.8",
				"emoji-regex": "^9.2.2",
				"has": "^1.0.3",
				"jsx-ast-utils": "^3.3.3",
				"language-tags": "=1.0.5",
				"minimatch": "^3.1.2",
				"object.entries": "^1.1.6",
				"object.fromentries": "^2.0.6",
				"semver": "^6.3.0"
			}
		},
		"eslint-plugin-prettier": {
			"version": "3.4.1",
			"dev": true,
			"requires": {
				"prettier-linter-helpers": "^1.0.0"
			}
		},
		"eslint-plugin-react": {
			"version": "7.33.2",
			"dev": true,
			"requires": {
				"array-includes": "^3.1.6",
				"array.prototype.flatmap": "^1.3.1",
				"array.prototype.tosorted": "^1.1.1",
				"doctrine": "^2.1.0",
				"es-iterator-helpers": "^1.0.12",
				"estraverse": "^5.3.0",
				"jsx-ast-utils": "^2.4.1 || ^3.0.0",
				"minimatch": "^3.1.2",
				"object.entries": "^1.1.6",
				"object.fromentries": "^2.0.6",
				"object.hasown": "^1.1.2",
				"object.values": "^1.1.6",
				"prop-types": "^15.8.1",
				"resolve": "^2.0.0-next.4",
				"semver": "^6.3.1",
				"string.prototype.matchall": "^4.0.8"
			},
			"dependencies": {
				"doctrine": {
					"version": "2.1.0",
					"dev": true,
					"requires": {
						"esutils": "^2.0.2"
					}
				},
				"resolve": {
					"version": "2.0.0-next.4",
					"dev": true,
					"requires": {
						"is-core-module": "^2.9.0",
						"path-parse": "^1.0.7",
						"supports-preserve-symlinks-flag": "^1.0.0"
					}
				}
			}
		},
		"eslint-plugin-react-hooks": {
			"version": "4.6.0",
			"dev": true,
			"requires": {}
		},
		"eslint-scope": {
			"version": "5.1.1",
			"dev": true,
			"requires": {
				"esrecurse": "^4.3.0",
				"estraverse": "^4.1.1"
			},
			"dependencies": {
				"estraverse": {
					"version": "4.3.0",
					"dev": true
				}
			}
		},
		"eslint-visitor-keys": {
			"version": "2.1.0",
			"dev": true
		},
		"espree": {
			"version": "9.6.1",
			"dev": true,
			"requires": {
				"acorn": "^8.9.0",
				"acorn-jsx": "^5.3.2",
				"eslint-visitor-keys": "^3.4.1"
			},
			"dependencies": {
				"eslint-visitor-keys": {
					"version": "3.4.3",
					"dev": true
				}
			}
		},
		"esprima": {
			"version": "4.0.1"
		},
		"esquery": {
			"version": "1.5.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
		},
		"etag": {
			"version": "1.8.1",
			"dev": true
		},
		"eventemitter3": {
			"version": "5.0.1",
			"dev": true
		},
		"events": {
			"version": "3.3.0",
			"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"
			},
			"dependencies": {
				"cross-spawn": {
					"version": "7.0.3",
					"dev": true,
					"requires": {
						"path-key": "^3.1.0",
						"shebang-command": "^2.0.0",
						"which": "^2.0.1"
					}
				},
				"get-stream": {
					"version": "6.0.1",
					"dev": true
				},
				"shebang-command": {
					"version": "2.0.0",
					"dev": true,
					"requires": {
						"shebang-regex": "^3.0.0"
					}
				},
				"shebang-regex": {
					"version": "3.0.0",
					"dev": true
				},
				"which": {
					"version": "2.0.2",
					"dev": true,
					"requires": {
						"isexe": "^2.0.0"
					}
				}
			}
		},
		"exit": {
			"version": "0.1.2",
			"dev": true
		},
		"expand-tilde": {
			"version": "1.2.2",
			"dev": true,
			"requires": {
				"os-homedir": "^1.0.1"
			}
		},
		"expect": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/expect-utils": "^29.6.4",
				"jest-get-type": "^29.6.3",
				"jest-matcher-utils": "^29.6.4",
				"jest-message-util": "^29.6.3",
				"jest-util": "^29.6.3"
			}
		},
		"expect-puppeteer": {
			"version": "4.4.0",
			"dev": true
		},
		"express": {
			"version": "4.18.2",
			"dev": true,
			"requires": {
				"accepts": "~1.3.8",
				"array-flatten": "1.1.1",
				"body-parser": "1.20.1",
				"content-disposition": "0.5.4",
				"content-type": "~1.0.4",
				"cookie": "0.5.0",
				"cookie-signature": "1.0.6",
				"debug": "2.6.9",
				"depd": "2.0.0",
				"encodeurl": "~1.0.2",
				"escape-html": "~1.0.3",
				"etag": "~1.8.1",
				"finalhandler": "1.2.0",
				"fresh": "0.5.2",
				"http-errors": "2.0.0",
				"merge-descriptors": "1.0.1",
				"methods": "~1.1.2",
				"on-finished": "2.4.1",
				"parseurl": "~1.3.3",
				"path-to-regexp": "0.1.7",
				"proxy-addr": "~2.0.7",
				"qs": "6.11.0",
				"range-parser": "~1.2.1",
				"safe-buffer": "5.2.1",
				"send": "0.18.0",
				"serve-static": "1.15.0",
				"setprototypeof": "1.2.0",
				"statuses": "2.0.1",
				"type-is": "~1.6.18",
				"utils-merge": "1.0.1",
				"vary": "~1.1.2"
			},
			"dependencies": {
				"array-flatten": {
					"version": "1.1.1",
					"dev": true
				},
				"debug": {
					"version": "2.6.9",
					"dev": true,
					"requires": {
						"ms": "2.0.0"
					}
				},
				"ms": {
					"version": "2.0.0",
					"dev": true
				},
				"path-to-regexp": {
					"version": "0.1.7",
					"dev": true
				}
			}
		},
		"external-editor": {
			"version": "3.1.0",
			"requires": {
				"chardet": "^0.7.0",
				"iconv-lite": "^0.4.24",
				"tmp": "^0.0.33"
			},
			"dependencies": {
				"iconv-lite": {
					"version": "0.4.24",
					"requires": {
						"safer-buffer": ">= 2.1.2 < 3"
					}
				}
			}
		},
		"extract-zip": {
			"version": "1.7.0",
			"requires": {
				"concat-stream": "^1.6.2",
				"debug": "^2.6.9",
				"mkdirp": "^0.5.4",
				"yauzl": "^2.10.0"
			},
			"dependencies": {
				"debug": {
					"version": "2.6.9",
					"requires": {
						"ms": "2.0.0"
					}
				},
				"ms": {
					"version": "2.0.0"
				}
			}
		},
		"fast-deep-equal": {
			"version": "3.1.3"
		},
		"fast-diff": {
			"version": "1.3.0",
			"dev": true
		},
		"fast-glob": {
			"version": "3.3.1",
			"dev": true,
			"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"
			},
			"dependencies": {
				"glob-parent": {
					"version": "5.1.2",
					"dev": true,
					"requires": {
						"is-glob": "^4.0.1"
					}
				}
			}
		},
		"fast-json-stable-stringify": {
			"version": "2.1.0",
			"dev": true
		},
		"fast-levenshtein": {
			"version": "2.0.6",
			"dev": true
		},
		"fastest-levenshtein": {
			"version": "1.0.16",
			"dev": true
		},
		"fastq": {
			"version": "1.15.0",
			"dev": true,
			"requires": {
				"reusify": "^1.0.4"
			}
		},
		"faye-websocket": {
			"version": "0.11.4",
			"dev": true,
			"requires": {
				"websocket-driver": ">=0.5.1"
			}
		},
		"fb-watchman": {
			"version": "2.0.2",
			"dev": true,
			"requires": {
				"bser": "2.1.1"
			}
		},
		"fd-slicer": {
			"version": "1.1.0",
			"requires": {
				"pend": "~1.2.0"
			}
		},
		"figures": {
			"version": "3.2.0",
			"requires": {
				"escape-string-regexp": "^1.0.5"
			},
			"dependencies": {
				"escape-string-regexp": {
					"version": "1.0.5"
				}
			}
		},
		"file-entry-cache": {
			"version": "6.0.1",
			"dev": true,
			"requires": {
				"flat-cache": "^3.0.4"
			}
		},
		"filename-reserved-regex": {
			"version": "2.0.0",
			"dev": true
		},
		"filenamify": {
			"version": "4.3.0",
			"dev": true,
			"requires": {
				"filename-reserved-regex": "^2.0.0",
				"strip-outer": "^1.0.1",
				"trim-repeated": "^1.0.0"
			}
		},
		"fill-range": {
			"version": "7.0.1",
			"dev": true,
			"requires": {
				"to-regex-range": "^5.0.1"
			}
		},
		"finalhandler": {
			"version": "1.2.0",
			"dev": true,
			"requires": {
				"debug": "2.6.9",
				"encodeurl": "~1.0.2",
				"escape-html": "~1.0.3",
				"on-finished": "2.4.1",
				"parseurl": "~1.3.3",
				"statuses": "2.0.1",
				"unpipe": "~1.0.0"
			},
			"dependencies": {
				"debug": {
					"version": "2.6.9",
					"dev": true,
					"requires": {
						"ms": "2.0.0"
					}
				},
				"ms": {
					"version": "2.0.0",
					"dev": true
				}
			}
		},
		"find-cache-dir": {
			"version": "3.3.2",
			"dev": true,
			"requires": {
				"commondir": "^1.0.1",
				"make-dir": "^3.0.2",
				"pkg-dir": "^4.1.0"
			}
		},
		"find-file-up": {
			"version": "0.1.3",
			"dev": true,
			"requires": {
				"fs-exists-sync": "^0.1.0",
				"resolve-dir": "^0.1.0"
			}
		},
		"find-parent-dir": {
			"version": "0.3.1",
			"dev": true
		},
		"find-pkg": {
			"version": "0.1.2",
			"dev": true,
			"requires": {
				"find-file-up": "^0.1.2"
			}
		},
		"find-process": {
			"version": "1.4.7",
			"dev": true,
			"requires": {
				"chalk": "^4.0.0",
				"commander": "^5.1.0",
				"debug": "^4.1.1"
			}
		},
		"find-root": {
			"version": "1.1.0"
		},
		"find-up": {
			"version": "5.0.0",
			"dev": true,
			"requires": {
				"locate-path": "^6.0.0",
				"path-exists": "^4.0.0"
			}
		},
		"flat-cache": {
			"version": "3.1.0",
			"dev": true,
			"requires": {
				"flatted": "^3.2.7",
				"keyv": "^4.5.3",
				"rimraf": "^3.0.2"
			}
		},
		"flatted": {
			"version": "3.2.7",
			"dev": true
		},
		"follow-redirects": {
			"version": "1.15.2",
			"dev": true
		},
		"for-each": {
			"version": "0.3.3",
			"dev": true,
			"requires": {
				"is-callable": "^1.1.3"
			}
		},
		"for-in": {
			"version": "1.0.2",
			"dev": true
		},
		"for-own": {
			"version": "0.1.5",
			"dev": true,
			"requires": {
				"for-in": "^1.0.1"
			}
		},
		"form-data": {
			"version": "4.0.0",
			"dev": true,
			"requires": {
				"asynckit": "^0.4.0",
				"combined-stream": "^1.0.8",
				"mime-types": "^2.1.12"
			}
		},
		"forwarded": {
			"version": "0.2.0",
			"dev": true
		},
		"fraction.js": {
			"version": "4.3.6",
			"dev": true
		},
		"framer-motion": {
			"version": "10.16.4",
			"requires": {
				"@emotion/is-prop-valid": "^0.8.2",
				"tslib": "^2.4.0"
			},
			"dependencies": {
				"@emotion/is-prop-valid": {
					"version": "0.8.8",
					"optional": true,
					"requires": {
						"@emotion/memoize": "0.7.4"
					}
				},
				"@emotion/memoize": {
					"version": "0.7.4",
					"optional": true
				}
			}
		},
		"fresh": {
			"version": "0.5.2",
			"dev": true
		},
		"fs-constants": {
			"version": "1.0.0",
			"dev": true
		},
		"fs-exists-sync": {
			"version": "0.1.0",
			"dev": true
		},
		"fs-monkey": {
			"version": "1.0.4",
			"dev": true
		},
		"fs.realpath": {
			"version": "1.0.0"
		},
		"fsevents": {
			"version": "2.3.3",
			"dev": true,
			"optional": true
		},
		"function-bind": {
			"version": "1.1.1"
		},
		"function.prototype.name": {
			"version": "1.1.6",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"functions-have-names": "^1.2.3"
			}
		},
		"functions-have-names": {
			"version": "1.2.3",
			"dev": true
		},
		"gensync": {
			"version": "1.0.0-beta.2",
			"dev": true
		},
		"get-caller-file": {
			"version": "2.0.5"
		},
		"get-intrinsic": {
			"version": "1.2.1",
			"dev": true,
			"requires": {
				"function-bind": "^1.1.1",
				"has": "^1.0.3",
				"has-proto": "^1.0.1",
				"has-symbols": "^1.0.3"
			}
		},
		"get-nonce": {
			"version": "1.0.1"
		},
		"get-package-type": {
			"version": "0.1.0",
			"dev": true
		},
		"get-stdin": {
			"version": "9.0.0",
			"dev": true
		},
		"get-stream": {
			"version": "5.2.0",
			"requires": {
				"pump": "^3.0.0"
			}
		},
		"get-symbol-description": {
			"version": "1.0.0",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"get-intrinsic": "^1.1.1"
			}
		},
		"gettext-parser": {
			"version": "1.4.0",
			"requires": {
				"encoding": "^0.1.12",
				"safe-buffer": "^5.1.1"
			}
		},
		"glob": {
			"version": "7.2.3",
			"requires": {
				"fs.realpath": "^1.0.0",
				"inflight": "^1.0.4",
				"inherits": "2",
				"minimatch": "^3.1.1",
				"once": "^1.3.0",
				"path-is-absolute": "^1.0.0"
			}
		},
		"glob-parent": {
			"version": "6.0.2",
			"dev": true,
			"requires": {
				"is-glob": "^4.0.3"
			}
		},
		"glob-to-regexp": {
			"version": "0.4.1",
			"dev": true
		},
		"global-modules": {
			"version": "0.2.3",
			"dev": true,
			"requires": {
				"global-prefix": "^0.1.4",
				"is-windows": "^0.2.0"
			}
		},
		"global-prefix": {
			"version": "0.1.5",
			"dev": true,
			"requires": {
				"homedir-polyfill": "^1.0.0",
				"ini": "^1.3.4",
				"is-windows": "^0.2.0",
				"which": "^1.2.12"
			}
		},
		"globals": {
			"version": "11.12.0",
			"dev": true
		},
		"globalthis": {
			"version": "1.0.3",
			"dev": true,
			"requires": {
				"define-properties": "^1.1.3"
			}
		},
		"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"
			}
		},
		"globjoin": {
			"version": "0.1.4",
			"dev": true
		},
		"good-listener": {
			"version": "1.2.2",
			"requires": {
				"delegate": "^3.1.2"
			}
		},
		"gopd": {
			"version": "1.0.1",
			"dev": true,
			"requires": {
				"get-intrinsic": "^1.1.3"
			}
		},
		"got": {
			"version": "11.8.6",
			"requires": {
				"@sindresorhus/is": "^4.0.0",
				"@szmarczak/http-timer": "^4.0.5",
				"@types/cacheable-request": "^6.0.1",
				"@types/responselike": "^1.0.0",
				"cacheable-lookup": "^5.0.3",
				"cacheable-request": "^7.0.2",
				"decompress-response": "^6.0.0",
				"http2-wrapper": "^1.0.0-beta.5.2",
				"lowercase-keys": "^2.0.0",
				"p-cancelable": "^2.0.0",
				"responselike": "^2.0.0"
			}
		},
		"graceful-fs": {
			"version": "4.2.11",
			"dev": true
		},
		"gradient-parser": {
			"version": "0.1.5"
		},
		"graphemer": {
			"version": "1.4.0",
			"dev": true
		},
		"gzip-size": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"duplexer": "^0.1.2"
			}
		},
		"handle-thing": {
			"version": "2.0.1",
			"dev": true
		},
		"hard-rejection": {
			"version": "2.1.0",
			"dev": true
		},
		"has": {
			"version": "1.0.3",
			"requires": {
				"function-bind": "^1.1.1"
			}
		},
		"has-bigints": {
			"version": "1.0.2",
			"dev": true
		},
		"has-flag": {
			"version": "4.0.0"
		},
		"has-property-descriptors": {
			"version": "1.0.0",
			"dev": true,
			"requires": {
				"get-intrinsic": "^1.1.1"
			}
		},
		"has-proto": {
			"version": "1.0.1",
			"dev": true
		},
		"has-symbols": {
			"version": "1.0.3",
			"dev": true
		},
		"has-tostringtag": {
			"version": "1.0.0",
			"dev": true,
			"requires": {
				"has-symbols": "^1.0.2"
			}
		},
		"header-case": {
			"version": "2.0.4",
			"requires": {
				"capital-case": "^1.0.4",
				"tslib": "^2.0.3"
			}
		},
		"highlight-words-core": {
			"version": "1.2.2"
		},
		"hoist-non-react-statics": {
			"version": "3.3.2",
			"requires": {
				"react-is": "^16.7.0"
			},
			"dependencies": {
				"react-is": {
					"version": "16.13.1"
				}
			}
		},
		"homedir-polyfill": {
			"version": "1.0.3",
			"dev": true,
			"requires": {
				"parse-passwd": "^1.0.0"
			}
		},
		"hosted-git-info": {
			"version": "4.1.0",
			"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
				}
			}
		},
		"hpack.js": {
			"version": "2.1.6",
			"dev": true,
			"requires": {
				"inherits": "^2.0.1",
				"obuf": "^1.0.0",
				"readable-stream": "^2.0.1",
				"wbuf": "^1.1.0"
			}
		},
		"hpq": {
			"version": "1.4.0"
		},
		"html-encoding-sniffer": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"whatwg-encoding": "^2.0.0"
			}
		},
		"html-entities": {
			"version": "2.4.0",
			"dev": true
		},
		"html-escaper": {
			"version": "2.0.2",
			"dev": true
		},
		"html-tags": {
			"version": "3.3.1",
			"dev": true
		},
		"http-cache-semantics": {
			"version": "4.1.1"
		},
		"http-deceiver": {
			"version": "1.2.7",
			"dev": true
		},
		"http-errors": {
			"version": "2.0.0",
			"dev": true,
			"requires": {
				"depd": "2.0.0",
				"inherits": "2.0.4",
				"setprototypeof": "1.2.0",
				"statuses": "2.0.1",
				"toidentifier": "1.0.1"
			}
		},
		"http-parser-js": {
			"version": "0.5.8",
			"dev": true
		},
		"http-proxy": {
			"version": "1.18.1",
			"dev": true,
			"requires": {
				"eventemitter3": "^4.0.0",
				"follow-redirects": "^1.0.0",
				"requires-port": "^1.0.0"
			},
			"dependencies": {
				"eventemitter3": {
					"version": "4.0.7",
					"dev": true
				}
			}
		},
		"http-proxy-agent": {
			"version": "5.0.0",
			"dev": true,
			"requires": {
				"@tootallnate/once": "2",
				"agent-base": "6",
				"debug": "4"
			}
		},
		"http-proxy-middleware": {
			"version": "2.0.6",
			"dev": true,
			"requires": {
				"@types/http-proxy": "^1.17.8",
				"http-proxy": "^1.18.1",
				"is-glob": "^4.0.1",
				"is-plain-obj": "^3.0.0",
				"micromatch": "^4.0.2"
			}
		},
		"http2-wrapper": {
			"version": "1.0.3",
			"requires": {
				"quick-lru": "^5.1.1",
				"resolve-alpn": "^1.0.0"
			}
		},
		"https-proxy-agent": {
			"version": "5.0.1",
			"dev": true,
			"requires": {
				"agent-base": "6",
				"debug": "4"
			}
		},
		"human-signals": {
			"version": "2.1.0",
			"dev": true
		},
		"husky": {
			"version": "8.0.3",
			"dev": true
		},
		"iconv-lite": {
			"version": "0.6.3",
			"requires": {
				"safer-buffer": ">= 2.1.2 < 3.0.0"
			}
		},
		"icss-utils": {
			"version": "5.1.0",
			"dev": true,
			"requires": {}
		},
		"ieee754": {
			"version": "1.2.1",
			"dev": true
		},
		"ignore": {
			"version": "5.2.4",
			"dev": true
		},
		"ignore-walk": {
			"version": "4.0.1",
			"dev": true,
			"requires": {
				"minimatch": "^3.0.4"
			}
		},
		"immutable": {
			"version": "4.3.4",
			"dev": true
		},
		"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-lazy": {
			"version": "4.0.0",
			"dev": true
		},
		"import-local": {
			"version": "3.1.0",
			"dev": true,
			"requires": {
				"pkg-dir": "^4.2.0",
				"resolve-cwd": "^3.0.0"
			}
		},
		"imurmurhash": {
			"version": "0.1.4",
			"dev": true
		},
		"indent-string": {
			"version": "4.0.0",
			"dev": true
		},
		"inflight": {
			"version": "1.0.6",
			"requires": {
				"once": "^1.3.0",
				"wrappy": "1"
			}
		},
		"inherits": {
			"version": "2.0.4"
		},
		"ini": {
			"version": "1.3.8",
			"dev": true
		},
		"inquirer": {
			"version": "7.3.3",
			"requires": {
				"ansi-escapes": "^4.2.1",
				"chalk": "^4.1.0",
				"cli-cursor": "^3.1.0",
				"cli-width": "^3.0.0",
				"external-editor": "^3.0.3",
				"figures": "^3.0.0",
				"lodash": "^4.17.19",
				"mute-stream": "0.0.8",
				"run-async": "^2.4.0",
				"rxjs": "^6.6.0",
				"string-width": "^4.1.0",
				"strip-ansi": "^6.0.0",
				"through": "^2.3.6"
			}
		},
		"internal-slot": {
			"version": "1.0.5",
			"dev": true,
			"requires": {
				"get-intrinsic": "^1.2.0",
				"has": "^1.0.3",
				"side-channel": "^1.0.4"
			}
		},
		"interpret": {
			"version": "2.2.0",
			"dev": true
		},
		"invariant": {
			"version": "2.2.4",
			"requires": {
				"loose-envify": "^1.0.0"
			}
		},
		"ipaddr.js": {
			"version": "2.1.0",
			"dev": true
		},
		"irregular-plurals": {
			"version": "3.5.0",
			"dev": true
		},
		"is-array-buffer": {
			"version": "3.0.2",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"get-intrinsic": "^1.2.0",
				"is-typed-array": "^1.1.10"
			}
		},
		"is-arrayish": {
			"version": "0.2.1"
		},
		"is-async-function": {
			"version": "2.0.0",
			"dev": true,
			"requires": {
				"has-tostringtag": "^1.0.0"
			}
		},
		"is-bigint": {
			"version": "1.0.4",
			"dev": true,
			"requires": {
				"has-bigints": "^1.0.1"
			}
		},
		"is-binary-path": {
			"version": "2.1.0",
			"dev": true,
			"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-buffer": {
			"version": "1.1.6",
			"dev": true
		},
		"is-builtin-module": {
			"version": "3.2.1",
			"dev": true,
			"requires": {
				"builtin-modules": "^3.3.0"
			}
		},
		"is-callable": {
			"version": "1.2.7",
			"dev": true
		},
		"is-core-module": {
			"version": "2.13.0",
			"requires": {
				"has": "^1.0.3"
			}
		},
		"is-date-object": {
			"version": "1.0.5",
			"dev": true,
			"requires": {
				"has-tostringtag": "^1.0.0"
			}
		},
		"is-docker": {
			"version": "2.2.1",
			"dev": true
		},
		"is-extendable": {
			"version": "0.1.1",
			"dev": true
		},
		"is-extglob": {
			"version": "2.1.1",
			"dev": true
		},
		"is-finalizationregistry": {
			"version": "1.0.2",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2"
			}
		},
		"is-fullwidth-code-point": {
			"version": "4.0.0",
			"dev": true
		},
		"is-generator-fn": {
			"version": "2.1.0",
			"dev": true
		},
		"is-generator-function": {
			"version": "1.0.10",
			"dev": true,
			"requires": {
				"has-tostringtag": "^1.0.0"
			}
		},
		"is-glob": {
			"version": "4.0.3",
			"dev": true,
			"requires": {
				"is-extglob": "^2.1.1"
			}
		},
		"is-interactive": {
			"version": "1.0.0"
		},
		"is-map": {
			"version": "2.0.2",
			"dev": true
		},
		"is-negative-zero": {
			"version": "2.0.2",
			"dev": true
		},
		"is-number": {
			"version": "7.0.0",
			"dev": true
		},
		"is-number-object": {
			"version": "1.0.7",
			"dev": true,
			"requires": {
				"has-tostringtag": "^1.0.0"
			}
		},
		"is-path-cwd": {
			"version": "2.2.0",
			"dev": true
		},
		"is-path-in-cwd": {
			"version": "2.1.0",
			"dev": true,
			"requires": {
				"is-path-inside": "^2.1.0"
			},
			"dependencies": {
				"is-path-inside": {
					"version": "2.1.0",
					"dev": true,
					"requires": {
						"path-is-inside": "^1.0.2"
					}
				}
			}
		},
		"is-path-inside": {
			"version": "3.0.3",
			"dev": true
		},
		"is-plain-obj": {
			"version": "3.0.0",
			"dev": true
		},
		"is-plain-object": {
			"version": "5.0.0"
		},
		"is-potential-custom-element-name": {
			"version": "1.0.1",
			"dev": true
		},
		"is-promise": {
			"version": "4.0.0"
		},
		"is-regex": {
			"version": "1.1.4",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"has-tostringtag": "^1.0.0"
			}
		},
		"is-set": {
			"version": "2.0.2",
			"dev": true
		},
		"is-shared-array-buffer": {
			"version": "1.0.2",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2"
			}
		},
		"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-typed-array": {
			"version": "1.1.12",
			"dev": true,
			"requires": {
				"which-typed-array": "^1.1.11"
			}
		},
		"is-unicode-supported": {
			"version": "0.1.0",
			"dev": true
		},
		"is-weakmap": {
			"version": "2.0.1",
			"dev": true
		},
		"is-weakref": {
			"version": "1.0.2",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2"
			}
		},
		"is-weakset": {
			"version": "2.0.2",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"get-intrinsic": "^1.1.1"
			}
		},
		"is-windows": {
			"version": "0.2.0",
			"dev": true
		},
		"is-wsl": {
			"version": "2.2.0",
			"dev": true,
			"requires": {
				"is-docker": "^2.0.0"
			}
		},
		"isarray": {
			"version": "1.0.0"
		},
		"isexe": {
			"version": "2.0.0",
			"dev": true
		},
		"isobject": {
			"version": "3.0.1",
			"dev": true
		},
		"istanbul-lib-coverage": {
			"version": "3.2.0",
			"dev": true
		},
		"istanbul-lib-instrument": {
			"version": "5.2.1",
			"dev": true,
			"requires": {
				"@babel/core": "^7.12.3",
				"@babel/parser": "^7.14.7",
				"@istanbuljs/schema": "^0.1.2",
				"istanbul-lib-coverage": "^3.2.0",
				"semver": "^6.3.0"
			}
		},
		"istanbul-lib-report": {
			"version": "3.0.1",
			"dev": true,
			"requires": {
				"istanbul-lib-coverage": "^3.0.0",
				"make-dir": "^4.0.0",
				"supports-color": "^7.1.0"
			},
			"dependencies": {
				"lru-cache": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"yallist": "^4.0.0"
					}
				},
				"make-dir": {
					"version": "4.0.0",
					"dev": true,
					"requires": {
						"semver": "^7.5.3"
					}
				},
				"semver": {
					"version": "7.5.4",
					"dev": true,
					"requires": {
						"lru-cache": "^6.0.0"
					}
				},
				"yallist": {
					"version": "4.0.0",
					"dev": true
				}
			}
		},
		"istanbul-lib-source-maps": {
			"version": "4.0.1",
			"dev": true,
			"requires": {
				"debug": "^4.1.1",
				"istanbul-lib-coverage": "^3.0.0",
				"source-map": "^0.6.1"
			},
			"dependencies": {
				"source-map": {
					"version": "0.6.1",
					"dev": true
				}
			}
		},
		"istanbul-reports": {
			"version": "3.1.6",
			"dev": true,
			"requires": {
				"html-escaper": "^2.0.0",
				"istanbul-lib-report": "^3.0.0"
			}
		},
		"iterator.prototype": {
			"version": "1.1.1",
			"dev": true,
			"requires": {
				"define-properties": "^1.2.0",
				"get-intrinsic": "^1.2.1",
				"has-symbols": "^1.0.3",
				"reflect.getprototypeof": "^1.0.3"
			}
		},
		"jest": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/core": "^29.6.4",
				"@jest/types": "^29.6.3",
				"import-local": "^3.0.2",
				"jest-cli": "^29.6.4"
			}
		},
		"jest-changed-files": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"execa": "^5.0.0",
				"jest-util": "^29.6.3",
				"p-limit": "^3.1.0"
			}
		},
		"jest-circus": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/environment": "^29.6.4",
				"@jest/expect": "^29.6.4",
				"@jest/test-result": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"co": "^4.6.0",
				"dedent": "^1.0.0",
				"is-generator-fn": "^2.0.0",
				"jest-each": "^29.6.3",
				"jest-matcher-utils": "^29.6.4",
				"jest-message-util": "^29.6.3",
				"jest-runtime": "^29.6.4",
				"jest-snapshot": "^29.6.4",
				"jest-util": "^29.6.3",
				"p-limit": "^3.1.0",
				"pretty-format": "^29.6.3",
				"pure-rand": "^6.0.0",
				"slash": "^3.0.0",
				"stack-utils": "^2.0.3"
			}
		},
		"jest-cli": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/core": "^29.6.4",
				"@jest/test-result": "^29.6.4",
				"@jest/types": "^29.6.3",
				"chalk": "^4.0.0",
				"exit": "^0.1.2",
				"graceful-fs": "^4.2.9",
				"import-local": "^3.0.2",
				"jest-config": "^29.6.4",
				"jest-util": "^29.6.3",
				"jest-validate": "^29.6.3",
				"prompts": "^2.0.1",
				"yargs": "^17.3.1"
			}
		},
		"jest-config": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@babel/core": "^7.11.6",
				"@jest/test-sequencer": "^29.6.4",
				"@jest/types": "^29.6.3",
				"babel-jest": "^29.6.4",
				"chalk": "^4.0.0",
				"ci-info": "^3.2.0",
				"deepmerge": "^4.2.2",
				"glob": "^7.1.3",
				"graceful-fs": "^4.2.9",
				"jest-circus": "^29.6.4",
				"jest-environment-node": "^29.6.4",
				"jest-get-type": "^29.6.3",
				"jest-regex-util": "^29.6.3",
				"jest-resolve": "^29.6.4",
				"jest-runner": "^29.6.4",
				"jest-util": "^29.6.3",
				"jest-validate": "^29.6.3",
				"micromatch": "^4.0.4",
				"parse-json": "^5.2.0",
				"pretty-format": "^29.6.3",
				"slash": "^3.0.0",
				"strip-json-comments": "^3.1.1"
			}
		},
		"jest-dev-server": {
			"version": "6.2.0",
			"dev": true,
			"requires": {
				"chalk": "^4.1.2",
				"cwd": "^0.10.0",
				"find-process": "^1.4.7",
				"prompts": "^2.4.2",
				"spawnd": "^6.2.0",
				"tree-kill": "^1.2.2",
				"wait-on": "^6.0.1"
			}
		},
		"jest-diff": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"chalk": "^4.0.0",
				"diff-sequences": "^29.6.3",
				"jest-get-type": "^29.6.3",
				"pretty-format": "^29.6.3"
			}
		},
		"jest-docblock": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"detect-newline": "^3.0.0"
			}
		},
		"jest-each": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"@jest/types": "^29.6.3",
				"chalk": "^4.0.0",
				"jest-get-type": "^29.6.3",
				"jest-util": "^29.6.3",
				"pretty-format": "^29.6.3"
			}
		},
		"jest-environment-jsdom": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/environment": "^29.6.4",
				"@jest/fake-timers": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/jsdom": "^20.0.0",
				"@types/node": "*",
				"jest-mock": "^29.6.3",
				"jest-util": "^29.6.3",
				"jsdom": "^20.0.0"
			}
		},
		"jest-environment-node": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/environment": "^29.6.4",
				"@jest/fake-timers": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"jest-mock": "^29.6.3",
				"jest-util": "^29.6.3"
			}
		},
		"jest-get-type": {
			"version": "29.6.3",
			"dev": true
		},
		"jest-haste-map": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/types": "^29.6.3",
				"@types/graceful-fs": "^4.1.3",
				"@types/node": "*",
				"anymatch": "^3.0.3",
				"fb-watchman": "^2.0.0",
				"fsevents": "^2.3.2",
				"graceful-fs": "^4.2.9",
				"jest-regex-util": "^29.6.3",
				"jest-util": "^29.6.3",
				"jest-worker": "^29.6.4",
				"micromatch": "^4.0.4",
				"walker": "^1.0.8"
			}
		},
		"jest-leak-detector": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"jest-get-type": "^29.6.3",
				"pretty-format": "^29.6.3"
			}
		},
		"jest-matcher-utils": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"chalk": "^4.0.0",
				"jest-diff": "^29.6.4",
				"jest-get-type": "^29.6.3",
				"pretty-format": "^29.6.3"
			}
		},
		"jest-message-util": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"@babel/code-frame": "^7.12.13",
				"@jest/types": "^29.6.3",
				"@types/stack-utils": "^2.0.0",
				"chalk": "^4.0.0",
				"graceful-fs": "^4.2.9",
				"micromatch": "^4.0.4",
				"pretty-format": "^29.6.3",
				"slash": "^3.0.0",
				"stack-utils": "^2.0.3"
			}
		},
		"jest-mock": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"jest-util": "^29.6.3"
			}
		},
		"jest-pnp-resolver": {
			"version": "1.2.3",
			"dev": true,
			"requires": {}
		},
		"jest-regex-util": {
			"version": "29.6.3",
			"dev": true
		},
		"jest-resolve": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"chalk": "^4.0.0",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.6.4",
				"jest-pnp-resolver": "^1.2.2",
				"jest-util": "^29.6.3",
				"jest-validate": "^29.6.3",
				"resolve": "^1.20.0",
				"resolve.exports": "^2.0.0",
				"slash": "^3.0.0"
			}
		},
		"jest-resolve-dependencies": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"jest-regex-util": "^29.6.3",
				"jest-snapshot": "^29.6.4"
			}
		},
		"jest-runner": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/console": "^29.6.4",
				"@jest/environment": "^29.6.4",
				"@jest/test-result": "^29.6.4",
				"@jest/transform": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"emittery": "^0.13.1",
				"graceful-fs": "^4.2.9",
				"jest-docblock": "^29.6.3",
				"jest-environment-node": "^29.6.4",
				"jest-haste-map": "^29.6.4",
				"jest-leak-detector": "^29.6.3",
				"jest-message-util": "^29.6.3",
				"jest-resolve": "^29.6.4",
				"jest-runtime": "^29.6.4",
				"jest-util": "^29.6.3",
				"jest-watcher": "^29.6.4",
				"jest-worker": "^29.6.4",
				"p-limit": "^3.1.0",
				"source-map-support": "0.5.13"
			}
		},
		"jest-runtime": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/environment": "^29.6.4",
				"@jest/fake-timers": "^29.6.4",
				"@jest/globals": "^29.6.4",
				"@jest/source-map": "^29.6.3",
				"@jest/test-result": "^29.6.4",
				"@jest/transform": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"cjs-module-lexer": "^1.0.0",
				"collect-v8-coverage": "^1.0.0",
				"glob": "^7.1.3",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.6.4",
				"jest-message-util": "^29.6.3",
				"jest-mock": "^29.6.3",
				"jest-regex-util": "^29.6.3",
				"jest-resolve": "^29.6.4",
				"jest-snapshot": "^29.6.4",
				"jest-util": "^29.6.3",
				"slash": "^3.0.0",
				"strip-bom": "^4.0.0"
			}
		},
		"jest-snapshot": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@babel/core": "^7.11.6",
				"@babel/generator": "^7.7.2",
				"@babel/plugin-syntax-jsx": "^7.7.2",
				"@babel/plugin-syntax-typescript": "^7.7.2",
				"@babel/types": "^7.3.3",
				"@jest/expect-utils": "^29.6.4",
				"@jest/transform": "^29.6.4",
				"@jest/types": "^29.6.3",
				"babel-preset-current-node-syntax": "^1.0.0",
				"chalk": "^4.0.0",
				"expect": "^29.6.4",
				"graceful-fs": "^4.2.9",
				"jest-diff": "^29.6.4",
				"jest-get-type": "^29.6.3",
				"jest-matcher-utils": "^29.6.4",
				"jest-message-util": "^29.6.3",
				"jest-util": "^29.6.3",
				"natural-compare": "^1.4.0",
				"pretty-format": "^29.6.3",
				"semver": "^7.5.3"
			},
			"dependencies": {
				"lru-cache": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"yallist": "^4.0.0"
					}
				},
				"semver": {
					"version": "7.5.4",
					"dev": true,
					"requires": {
						"lru-cache": "^6.0.0"
					}
				},
				"yallist": {
					"version": "4.0.0",
					"dev": true
				}
			}
		},
		"jest-util": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"ci-info": "^3.2.0",
				"graceful-fs": "^4.2.9",
				"picomatch": "^2.2.3"
			}
		},
		"jest-validate": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"@jest/types": "^29.6.3",
				"camelcase": "^6.2.0",
				"chalk": "^4.0.0",
				"jest-get-type": "^29.6.3",
				"leven": "^3.1.0",
				"pretty-format": "^29.6.3"
			}
		},
		"jest-watcher": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@jest/test-result": "^29.6.4",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"ansi-escapes": "^4.2.1",
				"chalk": "^4.0.0",
				"emittery": "^0.13.1",
				"jest-util": "^29.6.3",
				"string-length": "^4.0.1"
			}
		},
		"jest-worker": {
			"version": "29.6.4",
			"dev": true,
			"requires": {
				"@types/node": "*",
				"jest-util": "^29.6.3",
				"merge-stream": "^2.0.0",
				"supports-color": "^8.0.0"
			},
			"dependencies": {
				"supports-color": {
					"version": "8.1.1",
					"dev": true,
					"requires": {
						"has-flag": "^4.0.0"
					}
				}
			}
		},
		"joi": {
			"version": "17.10.1",
			"dev": true,
			"requires": {
				"@hapi/hoek": "^9.0.0",
				"@hapi/topo": "^5.0.0",
				"@sideway/address": "^4.1.3",
				"@sideway/formula": "^3.0.1",
				"@sideway/pinpoint": "^2.0.0"
			}
		},
		"js-tokens": {
			"version": "4.0.0"
		},
		"js-yaml": {
			"version": "3.14.1",
			"requires": {
				"argparse": "^1.0.7",
				"esprima": "^4.0.0"
			}
		},
		"jsdoc-type-pratt-parser": {
			"version": "4.0.0",
			"dev": true
		},
		"jsdom": {
			"version": "20.0.3",
			"dev": true,
			"requires": {
				"abab": "^2.0.6",
				"acorn": "^8.8.1",
				"acorn-globals": "^7.0.0",
				"cssom": "^0.5.0",
				"cssstyle": "^2.3.0",
				"data-urls": "^3.0.2",
				"decimal.js": "^10.4.2",
				"domexception": "^4.0.0",
				"escodegen": "^2.0.0",
				"form-data": "^4.0.0",
				"html-encoding-sniffer": "^3.0.0",
				"http-proxy-agent": "^5.0.0",
				"https-proxy-agent": "^5.0.1",
				"is-potential-custom-element-name": "^1.0.1",
				"nwsapi": "^2.2.2",
				"parse5": "^7.1.1",
				"saxes": "^6.0.0",
				"symbol-tree": "^3.2.4",
				"tough-cookie": "^4.1.2",
				"w3c-xmlserializer": "^4.0.0",
				"webidl-conversions": "^7.0.0",
				"whatwg-encoding": "^2.0.0",
				"whatwg-mimetype": "^3.0.0",
				"whatwg-url": "^11.0.0",
				"ws": "^8.11.0",
				"xml-name-validator": "^4.0.0"
			}
		},
		"jsesc": {
			"version": "2.5.2",
			"dev": true
		},
		"json-buffer": {
			"version": "3.0.1"
		},
		"json-parse-even-better-errors": {
			"version": "2.3.1"
		},
		"json-schema-traverse": {
			"version": "0.4.1",
			"dev": true
		},
		"json-stable-stringify-without-jsonify": {
			"version": "1.0.1",
			"dev": true
		},
		"json2php": {
			"version": "0.0.7",
			"dev": true
		},
		"json5": {
			"version": "2.2.3",
			"dev": true
		},
		"jsonc-parser": {
			"version": "3.0.0",
			"dev": true
		},
		"jsx-ast-utils": {
			"version": "3.3.5",
			"dev": true,
			"requires": {
				"array-includes": "^3.1.6",
				"array.prototype.flat": "^1.3.1",
				"object.assign": "^4.1.4",
				"object.values": "^1.1.6"
			}
		},
		"keyv": {
			"version": "4.5.3",
			"requires": {
				"json-buffer": "3.0.1"
			}
		},
		"kind-of": {
			"version": "3.2.2",
			"dev": true,
			"requires": {
				"is-buffer": "^1.1.5"
			}
		},
		"kleur": {
			"version": "3.0.3",
			"dev": true
		},
		"klona": {
			"version": "2.0.6",
			"dev": true
		},
		"known-css-properties": {
			"version": "0.26.0",
			"dev": true
		},
		"language-subtag-registry": {
			"version": "0.3.22",
			"dev": true
		},
		"language-tags": {
			"version": "1.0.5",
			"dev": true,
			"requires": {
				"language-subtag-registry": "~0.3.2"
			}
		},
		"launch-editor": {
			"version": "2.6.0",
			"dev": true,
			"requires": {
				"picocolors": "^1.0.0",
				"shell-quote": "^1.7.3"
			}
		},
		"lazy-cache": {
			"version": "1.0.4",
			"dev": true
		},
		"leven": {
			"version": "3.1.0",
			"dev": true
		},
		"levn": {
			"version": "0.4.1",
			"dev": true,
			"requires": {
				"prelude-ls": "^1.2.1",
				"type-check": "~0.4.0"
			}
		},
		"lilconfig": {
			"version": "2.1.0",
			"dev": true
		},
		"line-height": {
			"version": "0.3.1",
			"requires": {
				"computed-style": "~0.1.3"
			}
		},
		"lines-and-columns": {
			"version": "1.2.4"
		},
		"linkify-it": {
			"version": "3.0.3",
			"dev": true,
			"requires": {
				"uc.micro": "^1.0.1"
			}
		},
		"lint-staged": {
			"version": "14.0.1",
			"dev": true,
			"requires": {
				"chalk": "5.3.0",
				"commander": "11.0.0",
				"debug": "4.3.4",
				"execa": "7.2.0",
				"lilconfig": "2.1.0",
				"listr2": "6.6.1",
				"micromatch": "4.0.5",
				"pidtree": "0.6.0",
				"string-argv": "0.3.2",
				"yaml": "2.3.1"
			},
			"dependencies": {
				"chalk": {
					"version": "5.3.0",
					"dev": true
				},
				"commander": {
					"version": "11.0.0",
					"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"
					}
				},
				"execa": {
					"version": "7.2.0",
					"dev": true,
					"requires": {
						"cross-spawn": "^7.0.3",
						"get-stream": "^6.0.1",
						"human-signals": "^4.3.0",
						"is-stream": "^3.0.0",
						"merge-stream": "^2.0.0",
						"npm-run-path": "^5.1.0",
						"onetime": "^6.0.0",
						"signal-exit": "^3.0.7",
						"strip-final-newline": "^3.0.0"
					}
				},
				"get-stream": {
					"version": "6.0.1",
					"dev": true
				},
				"human-signals": {
					"version": "4.3.1",
					"dev": true
				},
				"is-stream": {
					"version": "3.0.0",
					"dev": true
				},
				"mimic-fn": {
					"version": "4.0.0",
					"dev": true
				},
				"npm-run-path": {
					"version": "5.1.0",
					"dev": true,
					"requires": {
						"path-key": "^4.0.0"
					},
					"dependencies": {
						"path-key": {
							"version": "4.0.0",
							"dev": true
						}
					}
				},
				"onetime": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"mimic-fn": "^4.0.0"
					}
				},
				"shebang-command": {
					"version": "2.0.0",
					"dev": true,
					"requires": {
						"shebang-regex": "^3.0.0"
					}
				},
				"shebang-regex": {
					"version": "3.0.0",
					"dev": true
				},
				"strip-final-newline": {
					"version": "3.0.0",
					"dev": true
				},
				"which": {
					"version": "2.0.2",
					"dev": true,
					"requires": {
						"isexe": "^2.0.0"
					}
				}
			}
		},
		"listr2": {
			"version": "6.6.1",
			"dev": true,
			"requires": {
				"cli-truncate": "^3.1.0",
				"colorette": "^2.0.20",
				"eventemitter3": "^5.0.1",
				"log-update": "^5.0.1",
				"rfdc": "^1.3.0",
				"wrap-ansi": "^8.1.0"
			}
		},
		"loader-runner": {
			"version": "4.3.0",
			"dev": true
		},
		"loader-utils": {
			"version": "2.0.4",
			"dev": true,
			"requires": {
				"big.js": "^5.2.2",
				"emojis-list": "^3.0.0",
				"json5": "^2.1.2"
			}
		},
		"locate-path": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"p-locate": "^5.0.0"
			}
		},
		"lodash": {
			"version": "4.17.21"
		},
		"lodash.debounce": {
			"version": "4.0.8",
			"dev": true
		},
		"lodash.escape": {
			"version": "4.0.1",
			"dev": true
		},
		"lodash.flatten": {
			"version": "4.4.0",
			"dev": true
		},
		"lodash.invokemap": {
			"version": "4.6.0",
			"dev": true
		},
		"lodash.memoize": {
			"version": "4.1.2",
			"dev": true
		},
		"lodash.merge": {
			"version": "4.6.2",
			"dev": true
		},
		"lodash.pullall": {
			"version": "4.2.0",
			"dev": true
		},
		"lodash.truncate": {
			"version": "4.4.2",
			"dev": true
		},
		"lodash.uniq": {
			"version": "4.5.0",
			"dev": true
		},
		"lodash.uniqby": {
			"version": "4.7.0",
			"dev": true
		},
		"log-symbols": {
			"version": "4.1.0",
			"dev": true,
			"requires": {
				"chalk": "^4.1.0",
				"is-unicode-supported": "^0.1.0"
			}
		},
		"log-update": {
			"version": "5.0.1",
			"dev": true,
			"requires": {
				"ansi-escapes": "^5.0.0",
				"cli-cursor": "^4.0.0",
				"slice-ansi": "^5.0.0",
				"strip-ansi": "^7.0.1",
				"wrap-ansi": "^8.0.1"
			},
			"dependencies": {
				"ansi-escapes": {
					"version": "5.0.0",
					"dev": true,
					"requires": {
						"type-fest": "^1.0.2"
					}
				},
				"ansi-regex": {
					"version": "6.0.1",
					"dev": true
				},
				"cli-cursor": {
					"version": "4.0.0",
					"dev": true,
					"requires": {
						"restore-cursor": "^4.0.0"
					}
				},
				"restore-cursor": {
					"version": "4.0.0",
					"dev": true,
					"requires": {
						"onetime": "^5.1.0",
						"signal-exit": "^3.0.2"
					}
				},
				"strip-ansi": {
					"version": "7.1.0",
					"dev": true,
					"requires": {
						"ansi-regex": "^6.0.1"
					}
				},
				"type-fest": {
					"version": "1.4.0",
					"dev": true
				}
			}
		},
		"loose-envify": {
			"version": "1.4.0",
			"requires": {
				"js-tokens": "^3.0.0 || ^4.0.0"
			}
		},
		"lower-case": {
			"version": "2.0.2",
			"requires": {
				"tslib": "^2.0.3"
			}
		},
		"lowercase-keys": {
			"version": "2.0.0"
		},
		"lru-cache": {
			"version": "5.1.1",
			"dev": true,
			"requires": {
				"yallist": "^3.0.2"
			}
		},
		"make-dir": {
			"version": "3.1.0",
			"dev": true,
			"requires": {
				"semver": "^6.0.0"
			}
		},
		"makeerror": {
			"version": "1.0.12",
			"dev": true,
			"requires": {
				"tmpl": "1.0.5"
			}
		},
		"map-obj": {
			"version": "4.3.0",
			"dev": true
		},
		"map-values": {
			"version": "1.0.1",
			"dev": true
		},
		"markdown-it": {
			"version": "12.3.2",
			"dev": true,
			"requires": {
				"argparse": "^2.0.1",
				"entities": "~2.1.0",
				"linkify-it": "^3.0.1",
				"mdurl": "^1.0.1",
				"uc.micro": "^1.0.5"
			},
			"dependencies": {
				"argparse": {
					"version": "2.0.1",
					"dev": true
				},
				"entities": {
					"version": "2.1.0",
					"dev": true
				}
			}
		},
		"markdownlint": {
			"version": "0.25.1",
			"dev": true,
			"requires": {
				"markdown-it": "12.3.2"
			}
		},
		"markdownlint-cli": {
			"version": "0.31.1",
			"dev": true,
			"requires": {
				"commander": "~9.0.0",
				"get-stdin": "~9.0.0",
				"glob": "~7.2.0",
				"ignore": "~5.2.0",
				"js-yaml": "^4.1.0",
				"jsonc-parser": "~3.0.0",
				"markdownlint": "~0.25.1",
				"markdownlint-rule-helpers": "~0.16.0",
				"minimatch": "~3.0.5",
				"run-con": "~1.2.10"
			},
			"dependencies": {
				"argparse": {
					"version": "2.0.1",
					"dev": true
				},
				"commander": {
					"version": "9.0.0",
					"dev": true
				},
				"js-yaml": {
					"version": "4.1.0",
					"dev": true,
					"requires": {
						"argparse": "^2.0.1"
					}
				},
				"minimatch": {
					"version": "3.0.8",
					"dev": true,
					"requires": {
						"brace-expansion": "^1.1.7"
					}
				}
			}
		},
		"markdownlint-rule-helpers": {
			"version": "0.16.0",
			"dev": true
		},
		"mathml-tag-names": {
			"version": "2.1.3",
			"dev": true
		},
		"mdn-data": {
			"version": "2.0.30",
			"dev": true
		},
		"mdurl": {
			"version": "1.0.1",
			"dev": true
		},
		"media-typer": {
			"version": "0.3.0",
			"dev": true
		},
		"memfs": {
			"version": "3.5.3",
			"dev": true,
			"requires": {
				"fs-monkey": "^1.0.4"
			}
		},
		"memize": {
			"version": "2.1.0"
		},
		"meow": {
			"version": "9.0.0",
			"dev": true,
			"requires": {
				"@types/minimist": "^1.2.0",
				"camelcase-keys": "^6.2.2",
				"decamelize": "^1.2.0",
				"decamelize-keys": "^1.1.0",
				"hard-rejection": "^2.1.0",
				"minimist-options": "4.1.0",
				"normalize-package-data": "^3.0.0",
				"read-pkg-up": "^7.0.1",
				"redent": "^3.0.0",
				"trim-newlines": "^3.0.0",
				"type-fest": "^0.18.0",
				"yargs-parser": "^20.2.3"
			},
			"dependencies": {
				"type-fest": {
					"version": "0.18.1",
					"dev": true
				}
			}
		},
		"merge-deep": {
			"version": "3.0.3",
			"dev": true,
			"requires": {
				"arr-union": "^3.1.0",
				"clone-deep": "^0.2.4",
				"kind-of": "^3.0.2"
			}
		},
		"merge-descriptors": {
			"version": "1.0.1",
			"dev": true
		},
		"merge-stream": {
			"version": "2.0.0",
			"dev": true
		},
		"merge2": {
			"version": "1.4.1",
			"dev": true
		},
		"methods": {
			"version": "1.1.2",
			"dev": true
		},
		"micromatch": {
			"version": "4.0.5",
			"dev": true,
			"requires": {
				"braces": "^3.0.2",
				"picomatch": "^2.3.1"
			}
		},
		"mime": {
			"version": "1.6.0",
			"dev": true
		},
		"mime-db": {
			"version": "1.52.0",
			"dev": true
		},
		"mime-types": {
			"version": "2.1.35",
			"dev": true,
			"requires": {
				"mime-db": "1.52.0"
			}
		},
		"mimic-fn": {
			"version": "2.1.0"
		},
		"mimic-response": {
			"version": "1.0.1"
		},
		"min-indent": {
			"version": "1.0.1",
			"dev": true
		},
		"mini-css-extract-plugin": {
			"version": "2.7.6",
			"dev": true,
			"requires": {
				"schema-utils": "^4.0.0"
			},
			"dependencies": {
				"ajv": {
					"version": "8.12.0",
					"dev": true,
					"requires": {
						"fast-deep-equal": "^3.1.1",
						"json-schema-traverse": "^1.0.0",
						"require-from-string": "^2.0.2",
						"uri-js": "^4.2.2"
					}
				},
				"ajv-keywords": {
					"version": "5.1.0",
					"dev": true,
					"requires": {
						"fast-deep-equal": "^3.1.3"
					}
				},
				"json-schema-traverse": {
					"version": "1.0.0",
					"dev": true
				},
				"schema-utils": {
					"version": "4.2.0",
					"dev": true,
					"requires": {
						"@types/json-schema": "^7.0.9",
						"ajv": "^8.9.0",
						"ajv-formats": "^2.1.1",
						"ajv-keywords": "^5.1.0"
					}
				}
			}
		},
		"minimalistic-assert": {
			"version": "1.0.1",
			"dev": true
		},
		"minimatch": {
			"version": "3.1.2",
			"requires": {
				"brace-expansion": "^1.1.7"
			}
		},
		"minimist": {
			"version": "1.2.8"
		},
		"minimist-options": {
			"version": "4.1.0",
			"dev": true,
			"requires": {
				"arrify": "^1.0.1",
				"is-plain-obj": "^1.1.0",
				"kind-of": "^6.0.3"
			},
			"dependencies": {
				"is-plain-obj": {
					"version": "1.1.0",
					"dev": true
				},
				"kind-of": {
					"version": "6.0.3",
					"dev": true
				}
			}
		},
		"mixin-object": {
			"version": "2.0.1",
			"dev": true,
			"requires": {
				"for-in": "^0.1.3",
				"is-extendable": "^0.1.1"
			},
			"dependencies": {
				"for-in": {
					"version": "0.1.8",
					"dev": true
				}
			}
		},
		"mkdirp": {
			"version": "0.5.6",
			"requires": {
				"minimist": "^1.2.6"
			}
		},
		"mkdirp-classic": {
			"version": "0.5.3",
			"dev": true
		},
		"moment": {
			"version": "2.29.4"
		},
		"moment-timezone": {
			"version": "0.5.43",
			"requires": {
				"moment": "^2.29.4"
			}
		},
		"mousetrap": {
			"version": "1.6.5"
		},
		"mrmime": {
			"version": "1.0.1",
			"dev": true
		},
		"ms": {
			"version": "2.1.2"
		},
		"multicast-dns": {
			"version": "7.2.5",
			"dev": true,
			"requires": {
				"dns-packet": "^5.2.2",
				"thunky": "^1.0.2"
			}
		},
		"mute-stream": {
			"version": "0.0.8"
		},
		"nanoid": {
			"version": "3.3.6",
			"dev": true
		},
		"natural-compare": {
			"version": "1.4.0",
			"dev": true
		},
		"natural-compare-lite": {
			"version": "1.4.0",
			"dev": true
		},
		"negotiator": {
			"version": "0.6.3",
			"dev": true
		},
		"neo-async": {
			"version": "2.6.2",
			"dev": true
		},
		"no-case": {
			"version": "3.0.4",
			"requires": {
				"lower-case": "^2.0.2",
				"tslib": "^2.0.3"
			}
		},
		"node-fetch": {
			"version": "2.6.7",
			"dev": true,
			"requires": {
				"whatwg-url": "^5.0.0"
			},
			"dependencies": {
				"tr46": {
					"version": "0.0.3",
					"dev": true
				},
				"webidl-conversions": {
					"version": "3.0.1",
					"dev": true
				},
				"whatwg-url": {
					"version": "5.0.0",
					"dev": true,
					"requires": {
						"tr46": "~0.0.3",
						"webidl-conversions": "^3.0.0"
					}
				}
			}
		},
		"node-forge": {
			"version": "1.3.1",
			"dev": true
		},
		"node-int64": {
			"version": "0.4.0",
			"dev": true
		},
		"node-releases": {
			"version": "2.0.13",
			"dev": true
		},
		"normalize-package-data": {
			"version": "3.0.3",
			"dev": true,
			"requires": {
				"hosted-git-info": "^4.0.1",
				"is-core-module": "^2.5.0",
				"semver": "^7.3.4",
				"validate-npm-package-license": "^3.0.1"
			},
			"dependencies": {
				"lru-cache": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"yallist": "^4.0.0"
					}
				},
				"semver": {
					"version": "7.5.4",
					"dev": true,
					"requires": {
						"lru-cache": "^6.0.0"
					}
				},
				"yallist": {
					"version": "4.0.0",
					"dev": true
				}
			}
		},
		"normalize-path": {
			"version": "3.0.0",
			"dev": true
		},
		"normalize-range": {
			"version": "0.1.2",
			"dev": true
		},
		"normalize-url": {
			"version": "6.1.0"
		},
		"normalize-wheel": {
			"version": "1.0.1"
		},
		"npm-bundled": {
			"version": "1.1.2",
			"dev": true,
			"requires": {
				"npm-normalize-package-bin": "^1.0.1"
			}
		},
		"npm-normalize-package-bin": {
			"version": "1.0.1",
			"dev": true
		},
		"npm-package-json-lint": {
			"version": "6.4.0",
			"dev": true,
			"requires": {
				"ajv": "^6.12.6",
				"ajv-errors": "^1.0.1",
				"chalk": "^4.1.2",
				"cosmiconfig": "^8.0.0",
				"debug": "^4.3.4",
				"globby": "^11.1.0",
				"ignore": "^5.2.0",
				"is-plain-obj": "^3.0.0",
				"jsonc-parser": "^3.2.0",
				"log-symbols": "^4.1.0",
				"meow": "^9.0.0",
				"plur": "^4.0.0",
				"semver": "^7.3.8",
				"slash": "^3.0.0",
				"strip-json-comments": "^3.1.1",
				"type-fest": "^3.2.0",
				"validate-npm-package-name": "^5.0.0"
			},
			"dependencies": {
				"jsonc-parser": {
					"version": "3.2.0",
					"dev": true
				},
				"lru-cache": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"yallist": "^4.0.0"
					}
				},
				"semver": {
					"version": "7.5.4",
					"dev": true,
					"requires": {
						"lru-cache": "^6.0.0"
					}
				},
				"type-fest": {
					"version": "3.13.1",
					"dev": true
				},
				"yallist": {
					"version": "4.0.0",
					"dev": true
				}
			}
		},
		"npm-packlist": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"glob": "^7.1.6",
				"ignore-walk": "^4.0.1",
				"npm-bundled": "^1.1.1",
				"npm-normalize-package-bin": "^1.0.1"
			}
		},
		"npm-run-path": {
			"version": "4.0.1",
			"dev": true,
			"requires": {
				"path-key": "^3.0.0"
			}
		},
		"nth-check": {
			"version": "2.1.1",
			"dev": true,
			"requires": {
				"boolbase": "^1.0.0"
			}
		},
		"nwsapi": {
			"version": "2.2.7",
			"dev": true
		},
		"object-assign": {
			"version": "4.1.1"
		},
		"object-filter": {
			"version": "1.0.2",
			"dev": true
		},
		"object-inspect": {
			"version": "1.12.3",
			"dev": true
		},
		"object-keys": {
			"version": "1.1.1",
			"dev": true
		},
		"object.assign": {
			"version": "4.1.4",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.1.4",
				"has-symbols": "^1.0.3",
				"object-keys": "^1.1.1"
			}
		},
		"object.entries": {
			"version": "1.1.7",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1"
			}
		},
		"object.fromentries": {
			"version": "2.0.7",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1"
			}
		},
		"object.groupby": {
			"version": "1.0.1",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"get-intrinsic": "^1.2.1"
			}
		},
		"object.hasown": {
			"version": "1.1.3",
			"dev": true,
			"requires": {
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1"
			}
		},
		"object.values": {
			"version": "1.1.7",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1"
			}
		},
		"obuf": {
			"version": "1.1.2",
			"dev": true
		},
		"on-finished": {
			"version": "2.4.1",
			"dev": true,
			"requires": {
				"ee-first": "1.1.1"
			}
		},
		"on-headers": {
			"version": "1.0.2",
			"dev": true
		},
		"once": {
			"version": "1.4.0",
			"requires": {
				"wrappy": "1"
			}
		},
		"onetime": {
			"version": "5.1.2",
			"requires": {
				"mimic-fn": "^2.1.0"
			}
		},
		"open": {
			"version": "8.4.2",
			"dev": true,
			"requires": {
				"define-lazy-prop": "^2.0.0",
				"is-docker": "^2.1.1",
				"is-wsl": "^2.2.0"
			}
		},
		"opener": {
			"version": "1.5.2",
			"dev": true
		},
		"optionator": {
			"version": "0.9.3",
			"dev": true,
			"requires": {
				"@aashutoshrathi/word-wrap": "^1.2.3",
				"deep-is": "^0.1.3",
				"fast-levenshtein": "^2.0.6",
				"levn": "^0.4.1",
				"prelude-ls": "^1.2.1",
				"type-check": "^0.4.0"
			}
		},
		"ora": {
			"version": "4.1.1",
			"requires": {
				"chalk": "^3.0.0",
				"cli-cursor": "^3.1.0",
				"cli-spinners": "^2.2.0",
				"is-interactive": "^1.0.0",
				"log-symbols": "^3.0.0",
				"mute-stream": "0.0.8",
				"strip-ansi": "^6.0.0",
				"wcwidth": "^1.0.1"
			},
			"dependencies": {
				"chalk": {
					"version": "3.0.0",
					"requires": {
						"ansi-styles": "^4.1.0",
						"supports-color": "^7.1.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"
				},
				"log-symbols": {
					"version": "3.0.0",
					"requires": {
						"chalk": "^2.4.2"
					},
					"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"
							}
						},
						"supports-color": {
							"version": "5.5.0",
							"requires": {
								"has-flag": "^3.0.0"
							}
						}
					}
				}
			}
		},
		"os-homedir": {
			"version": "1.0.2",
			"dev": true
		},
		"os-tmpdir": {
			"version": "1.0.2"
		},
		"p-cancelable": {
			"version": "2.1.1"
		},
		"p-limit": {
			"version": "3.1.0",
			"dev": true,
			"requires": {
				"yocto-queue": "^0.1.0"
			}
		},
		"p-locate": {
			"version": "5.0.0",
			"dev": true,
			"requires": {
				"p-limit": "^3.0.2"
			}
		},
		"p-map": {
			"version": "2.1.0",
			"dev": true
		},
		"p-retry": {
			"version": "4.6.2",
			"dev": true,
			"requires": {
				"@types/retry": "0.12.0",
				"retry": "^0.13.1"
			}
		},
		"p-try": {
			"version": "2.2.0"
		},
		"param-case": {
			"version": "3.0.4",
			"requires": {
				"dot-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"parent-module": {
			"version": "1.0.1",
			"requires": {
				"callsites": "^3.0.0"
			}
		},
		"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"
			}
		},
		"parse-passwd": {
			"version": "1.0.0",
			"dev": true
		},
		"parse5": {
			"version": "7.1.2",
			"dev": true,
			"requires": {
				"entities": "^4.4.0"
			}
		},
		"parseurl": {
			"version": "1.3.3",
			"dev": true
		},
		"pascal-case": {
			"version": "3.1.2",
			"requires": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"path-case": {
			"version": "3.0.4",
			"requires": {
				"dot-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"path-exists": {
			"version": "4.0.0",
			"dev": true
		},
		"path-is-absolute": {
			"version": "1.0.1"
		},
		"path-is-inside": {
			"version": "1.0.2",
			"dev": true
		},
		"path-key": {
			"version": "3.1.1",
			"dev": true
		},
		"path-parse": {
			"version": "1.0.7"
		},
		"path-to-regexp": {
			"version": "6.2.1"
		},
		"path-type": {
			"version": "4.0.0"
		},
		"pend": {
			"version": "1.2.0"
		},
		"picocolors": {
			"version": "1.0.0",
			"dev": true
		},
		"picomatch": {
			"version": "2.3.1",
			"dev": true
		},
		"pidtree": {
			"version": "0.6.0",
			"dev": true
		},
		"pify": {
			"version": "4.0.1",
			"dev": true
		},
		"pinkie": {
			"version": "2.0.4",
			"dev": true
		},
		"pinkie-promise": {
			"version": "2.0.1",
			"dev": true,
			"requires": {
				"pinkie": "^2.0.0"
			}
		},
		"pirates": {
			"version": "4.0.6",
			"dev": true
		},
		"pkg-dir": {
			"version": "4.2.0",
			"dev": true,
			"requires": {
				"find-up": "^4.0.0"
			},
			"dependencies": {
				"find-up": {
					"version": "4.1.0",
					"dev": true,
					"requires": {
						"locate-path": "^5.0.0",
						"path-exists": "^4.0.0"
					}
				},
				"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"
					}
				}
			}
		},
		"plur": {
			"version": "4.0.0",
			"dev": true,
			"requires": {
				"irregular-plurals": "^3.2.0"
			}
		},
		"postcss": {
			"version": "8.4.29",
			"dev": true,
			"requires": {
				"nanoid": "^3.3.6",
				"picocolors": "^1.0.0",
				"source-map-js": "^1.0.2"
			}
		},
		"postcss-calc": {
			"version": "9.0.1",
			"dev": true,
			"requires": {
				"postcss-selector-parser": "^6.0.11",
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-colormin": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"browserslist": "^4.21.4",
				"caniuse-api": "^3.0.0",
				"colord": "^2.9.1",
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-convert-values": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"browserslist": "^4.21.4",
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-discard-comments": {
			"version": "6.0.0",
			"dev": true,
			"requires": {}
		},
		"postcss-discard-duplicates": {
			"version": "6.0.0",
			"dev": true,
			"requires": {}
		},
		"postcss-discard-empty": {
			"version": "6.0.0",
			"dev": true,
			"requires": {}
		},
		"postcss-discard-overridden": {
			"version": "6.0.0",
			"dev": true,
			"requires": {}
		},
		"postcss-loader": {
			"version": "6.2.1",
			"dev": true,
			"requires": {
				"cosmiconfig": "^7.0.0",
				"klona": "^2.0.5",
				"semver": "^7.3.5"
			},
			"dependencies": {
				"cosmiconfig": {
					"version": "7.1.0",
					"dev": true,
					"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"
					}
				},
				"lru-cache": {
					"version": "6.0.0",
					"dev": true,
					"requires": {
						"yallist": "^4.0.0"
					}
				},
				"semver": {
					"version": "7.5.4",
					"dev": true,
					"requires": {
						"lru-cache": "^6.0.0"
					}
				},
				"yallist": {
					"version": "4.0.0",
					"dev": true
				},
				"yaml": {
					"version": "1.10.2",
					"dev": true
				}
			}
		},
		"postcss-media-query-parser": {
			"version": "0.2.3",
			"dev": true
		},
		"postcss-merge-longhand": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-value-parser": "^4.2.0",
				"stylehacks": "^6.0.0"
			}
		},
		"postcss-merge-rules": {
			"version": "6.0.1",
			"dev": true,
			"requires": {
				"browserslist": "^4.21.4",
				"caniuse-api": "^3.0.0",
				"cssnano-utils": "^4.0.0",
				"postcss-selector-parser": "^6.0.5"
			}
		},
		"postcss-minify-font-values": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-minify-gradients": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"colord": "^2.9.1",
				"cssnano-utils": "^4.0.0",
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-minify-params": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"browserslist": "^4.21.4",
				"cssnano-utils": "^4.0.0",
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-minify-selectors": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-selector-parser": "^6.0.5"
			}
		},
		"postcss-modules-extract-imports": {
			"version": "3.0.0",
			"dev": true,
			"requires": {}
		},
		"postcss-modules-local-by-default": {
			"version": "4.0.3",
			"dev": true,
			"requires": {
				"icss-utils": "^5.0.0",
				"postcss-selector-parser": "^6.0.2",
				"postcss-value-parser": "^4.1.0"
			}
		},
		"postcss-modules-scope": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"postcss-selector-parser": "^6.0.4"
			}
		},
		"postcss-modules-values": {
			"version": "4.0.0",
			"dev": true,
			"requires": {
				"icss-utils": "^5.0.0"
			}
		},
		"postcss-normalize-charset": {
			"version": "6.0.0",
			"dev": true,
			"requires": {}
		},
		"postcss-normalize-display-values": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-normalize-positions": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-normalize-repeat-style": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-normalize-string": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-normalize-timing-functions": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-normalize-unicode": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"browserslist": "^4.21.4",
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-normalize-url": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-normalize-whitespace": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-ordered-values": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"cssnano-utils": "^4.0.0",
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-reduce-initial": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"browserslist": "^4.21.4",
				"caniuse-api": "^3.0.0"
			}
		},
		"postcss-reduce-transforms": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-value-parser": "^4.2.0"
			}
		},
		"postcss-resolve-nested-selector": {
			"version": "0.1.1",
			"dev": true
		},
		"postcss-safe-parser": {
			"version": "6.0.0",
			"dev": true,
			"requires": {}
		},
		"postcss-scss": {
			"version": "4.0.7",
			"dev": true,
			"requires": {}
		},
		"postcss-selector-parser": {
			"version": "6.0.13",
			"dev": true,
			"requires": {
				"cssesc": "^3.0.0",
				"util-deprecate": "^1.0.2"
			}
		},
		"postcss-svgo": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-value-parser": "^4.2.0",
				"svgo": "^3.0.2"
			}
		},
		"postcss-unique-selectors": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"postcss-selector-parser": "^6.0.5"
			}
		},
		"postcss-value-parser": {
			"version": "4.2.0",
			"dev": true
		},
		"prelude-ls": {
			"version": "1.2.1",
			"dev": true
		},
		"prettier": {
			"version": "npm:wp-prettier@2.8.5",
			"dev": true
		},
		"prettier-linter-helpers": {
			"version": "1.0.0",
			"dev": true,
			"requires": {
				"fast-diff": "^1.1.2"
			}
		},
		"pretty-format": {
			"version": "29.6.3",
			"dev": true,
			"requires": {
				"@jest/schemas": "^29.6.3",
				"ansi-styles": "^5.0.0",
				"react-is": "^18.0.0"
			},
			"dependencies": {
				"ansi-styles": {
					"version": "5.2.0",
					"dev": true
				},
				"react-is": {
					"version": "18.2.0",
					"dev": true
				}
			}
		},
		"process-nextick-args": {
			"version": "2.0.1"
		},
		"progress": {
			"version": "2.0.3",
			"dev": true
		},
		"prompts": {
			"version": "2.4.2",
			"dev": true,
			"requires": {
				"kleur": "^3.0.3",
				"sisteransi": "^1.0.5"
			}
		},
		"prop-types": {
			"version": "15.8.1",
			"requires": {
				"loose-envify": "^1.4.0",
				"object-assign": "^4.1.1",
				"react-is": "^16.13.1"
			},
			"dependencies": {
				"react-is": {
					"version": "16.13.1"
				}
			}
		},
		"proxy-addr": {
			"version": "2.0.7",
			"dev": true,
			"requires": {
				"forwarded": "0.2.0",
				"ipaddr.js": "1.9.1"
			},
			"dependencies": {
				"ipaddr.js": {
					"version": "1.9.1",
					"dev": true
				}
			}
		},
		"proxy-compare": {
			"version": "2.3.0"
		},
		"proxy-from-env": {
			"version": "1.1.0",
			"dev": true
		},
		"pseudomap": {
			"version": "1.0.2",
			"dev": true
		},
		"psl": {
			"version": "1.9.0",
			"dev": true
		},
		"pump": {
			"version": "3.0.0",
			"requires": {
				"end-of-stream": "^1.1.0",
				"once": "^1.3.1"
			}
		},
		"punycode": {
			"version": "2.3.0",
			"dev": true
		},
		"puppeteer-core": {
			"version": "13.7.0",
			"dev": true,
			"requires": {
				"cross-fetch": "3.1.5",
				"debug": "4.3.4",
				"devtools-protocol": "0.0.981744",
				"extract-zip": "2.0.1",
				"https-proxy-agent": "5.0.1",
				"pkg-dir": "4.2.0",
				"progress": "2.0.3",
				"proxy-from-env": "1.1.0",
				"rimraf": "3.0.2",
				"tar-fs": "2.1.1",
				"unbzip2-stream": "1.4.3",
				"ws": "8.5.0"
			},
			"dependencies": {
				"extract-zip": {
					"version": "2.0.1",
					"dev": true,
					"requires": {
						"@types/yauzl": "^2.9.1",
						"debug": "^4.1.1",
						"get-stream": "^5.1.0",
						"yauzl": "^2.10.0"
					}
				},
				"ws": {
					"version": "8.5.0",
					"dev": true,
					"requires": {}
				}
			}
		},
		"pure-rand": {
			"version": "6.0.3",
			"dev": true
		},
		"qs": {
			"version": "6.11.0",
			"dev": true,
			"requires": {
				"side-channel": "^1.0.4"
			}
		},
		"querystringify": {
			"version": "2.2.0",
			"dev": true
		},
		"queue-microtask": {
			"version": "1.2.3",
			"dev": true
		},
		"quick-lru": {
			"version": "5.1.1"
		},
		"randombytes": {
			"version": "2.1.0",
			"dev": true,
			"requires": {
				"safe-buffer": "^5.1.0"
			}
		},
		"range-parser": {
			"version": "1.2.1",
			"dev": true
		},
		"raw-body": {
			"version": "2.5.1",
			"dev": true,
			"requires": {
				"bytes": "3.1.2",
				"http-errors": "2.0.0",
				"iconv-lite": "0.4.24",
				"unpipe": "1.0.0"
			},
			"dependencies": {
				"bytes": {
					"version": "3.1.2",
					"dev": true
				},
				"iconv-lite": {
					"version": "0.4.24",
					"dev": true,
					"requires": {
						"safer-buffer": ">= 2.1.2 < 3"
					}
				}
			}
		},
		"re-resizable": {
			"version": "6.9.11",
			"requires": {}
		},
		"react": {
			"version": "18.2.0",
			"requires": {
				"loose-envify": "^1.1.0"
			}
		},
		"react-autosize-textarea": {
			"version": "7.1.0",
			"requires": {
				"autosize": "^4.0.2",
				"line-height": "^0.3.1",
				"prop-types": "^15.5.6"
			}
		},
		"react-colorful": {
			"version": "5.6.1",
			"requires": {}
		},
		"react-dom": {
			"version": "18.2.0",
			"requires": {
				"loose-envify": "^1.1.0",
				"scheduler": "^0.23.0"
			}
		},
		"react-easy-crop": {
			"version": "4.7.5",
			"requires": {
				"normalize-wheel": "^1.0.1",
				"tslib": "2.0.1"
			},
			"dependencies": {
				"tslib": {
					"version": "2.0.1"
				}
			}
		},
		"react-is": {
			"version": "17.0.2"
		},
		"react-refresh": {
			"version": "0.10.0",
			"dev": true
		},
		"react-remove-scroll": {
			"version": "2.5.5",
			"requires": {
				"react-remove-scroll-bar": "^2.3.3",
				"react-style-singleton": "^2.2.1",
				"tslib": "^2.1.0",
				"use-callback-ref": "^1.3.0",
				"use-sidecar": "^1.1.2"
			}
		},
		"react-remove-scroll-bar": {
			"version": "2.3.4",
			"requires": {
				"react-style-singleton": "^2.2.1",
				"tslib": "^2.0.0"
			}
		},
		"react-style-singleton": {
			"version": "2.2.1",
			"requires": {
				"get-nonce": "^1.0.0",
				"invariant": "^2.2.4",
				"tslib": "^2.0.0"
			}
		},
		"read-pkg": {
			"version": "5.2.0",
			"dev": true,
			"requires": {
				"@types/normalize-package-data": "^2.4.0",
				"normalize-package-data": "^2.5.0",
				"parse-json": "^5.0.0",
				"type-fest": "^0.6.0"
			},
			"dependencies": {
				"hosted-git-info": {
					"version": "2.8.9",
					"dev": true
				},
				"normalize-package-data": {
					"version": "2.5.0",
					"dev": true,
					"requires": {
						"hosted-git-info": "^2.1.4",
						"resolve": "^1.10.0",
						"semver": "2 || 3 || 4 || 5",
						"validate-npm-package-license": "^3.0.1"
					}
				},
				"semver": {
					"version": "5.7.2",
					"dev": true
				},
				"type-fest": {
					"version": "0.6.0",
					"dev": true
				}
			}
		},
		"read-pkg-up": {
			"version": "7.0.1",
			"dev": true,
			"requires": {
				"find-up": "^4.1.0",
				"read-pkg": "^5.2.0",
				"type-fest": "^0.8.1"
			},
			"dependencies": {
				"find-up": {
					"version": "4.1.0",
					"dev": true,
					"requires": {
						"locate-path": "^5.0.0",
						"path-exists": "^4.0.0"
					}
				},
				"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"
					}
				},
				"type-fest": {
					"version": "0.8.1",
					"dev": true
				}
			}
		},
		"readable-stream": {
			"version": "2.3.8",
			"requires": {
				"core-util-is": "~1.0.0",
				"inherits": "~2.0.3",
				"isarray": "~1.0.0",
				"process-nextick-args": "~2.0.0",
				"safe-buffer": "~5.1.1",
				"string_decoder": "~1.1.1",
				"util-deprecate": "~1.0.1"
			},
			"dependencies": {
				"safe-buffer": {
					"version": "5.1.2"
				}
			}
		},
		"readdirp": {
			"version": "3.6.0",
			"dev": true,
			"requires": {
				"picomatch": "^2.2.1"
			}
		},
		"reakit": {
			"version": "1.3.11",
			"requires": {
				"@popperjs/core": "^2.5.4",
				"body-scroll-lock": "^3.1.5",
				"reakit-system": "^0.15.2",
				"reakit-utils": "^0.15.2",
				"reakit-warning": "^0.6.2"
			},
			"dependencies": {
				"reakit-system": {
					"version": "0.15.2",
					"requires": {
						"reakit-utils": "^0.15.2"
					}
				},
				"reakit-utils": {
					"version": "0.15.2",
					"requires": {}
				},
				"reakit-warning": {
					"version": "0.6.2",
					"requires": {
						"reakit-utils": "^0.15.2"
					}
				}
			}
		},
		"rechoir": {
			"version": "0.7.1",
			"dev": true,
			"requires": {
				"resolve": "^1.9.0"
			}
		},
		"redent": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"indent-string": "^4.0.0",
				"strip-indent": "^3.0.0"
			}
		},
		"redux": {
			"version": "4.2.1",
			"requires": {
				"@babel/runtime": "^7.9.2"
			}
		},
		"reflect.getprototypeof": {
			"version": "1.0.4",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"get-intrinsic": "^1.2.1",
				"globalthis": "^1.0.3",
				"which-builtin-type": "^1.1.3"
			}
		},
		"regenerate": {
			"version": "1.4.2",
			"dev": true
		},
		"regenerate-unicode-properties": {
			"version": "10.1.0",
			"dev": true,
			"requires": {
				"regenerate": "^1.4.2"
			}
		},
		"regenerator-runtime": {
			"version": "0.14.0"
		},
		"regenerator-transform": {
			"version": "0.15.2",
			"dev": true,
			"requires": {
				"@babel/runtime": "^7.8.4"
			}
		},
		"regexp.prototype.flags": {
			"version": "1.5.0",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"functions-have-names": "^1.2.3"
			}
		},
		"regexpu-core": {
			"version": "5.3.2",
			"dev": true,
			"requires": {
				"@babel/regjsgen": "^0.8.0",
				"regenerate": "^1.4.2",
				"regenerate-unicode-properties": "^10.1.0",
				"regjsparser": "^0.9.1",
				"unicode-match-property-ecmascript": "^2.0.0",
				"unicode-match-property-value-ecmascript": "^2.1.0"
			}
		},
		"regjsparser": {
			"version": "0.9.1",
			"dev": true,
			"requires": {
				"jsesc": "~0.5.0"
			},
			"dependencies": {
				"jsesc": {
					"version": "0.5.0",
					"dev": true
				}
			}
		},
		"rememo": {
			"version": "4.0.2"
		},
		"remove-accents": {
			"version": "0.5.0"
		},
		"requestidlecallback": {
			"version": "0.3.0"
		},
		"require-directory": {
			"version": "2.1.1"
		},
		"require-from-string": {
			"version": "2.0.2",
			"dev": true
		},
		"require-main-filename": {
			"version": "2.0.0"
		},
		"requireindex": {
			"version": "1.2.0",
			"dev": true
		},
		"requires-port": {
			"version": "1.0.0",
			"dev": true
		},
		"resolve": {
			"version": "1.22.4",
			"requires": {
				"is-core-module": "^2.13.0",
				"path-parse": "^1.0.7",
				"supports-preserve-symlinks-flag": "^1.0.0"
			}
		},
		"resolve-alpn": {
			"version": "1.2.1"
		},
		"resolve-bin": {
			"version": "0.4.3",
			"dev": true,
			"requires": {
				"find-parent-dir": "~0.3.0"
			}
		},
		"resolve-cwd": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"resolve-from": "^5.0.0"
			}
		},
		"resolve-dir": {
			"version": "0.1.1",
			"dev": true,
			"requires": {
				"expand-tilde": "^1.2.2",
				"global-modules": "^0.2.3"
			}
		},
		"resolve-from": {
			"version": "5.0.0",
			"dev": true
		},
		"resolve.exports": {
			"version": "2.0.2",
			"dev": true
		},
		"responselike": {
			"version": "2.0.1",
			"requires": {
				"lowercase-keys": "^2.0.0"
			}
		},
		"restore-cursor": {
			"version": "3.1.0",
			"requires": {
				"onetime": "^5.1.0",
				"signal-exit": "^3.0.2"
			}
		},
		"retry": {
			"version": "0.13.1",
			"dev": true
		},
		"reusify": {
			"version": "1.0.4",
			"dev": true
		},
		"rfdc": {
			"version": "1.3.0",
			"dev": true
		},
		"rimraf": {
			"version": "3.0.2",
			"requires": {
				"glob": "^7.1.3"
			}
		},
		"run-async": {
			"version": "2.4.1"
		},
		"run-con": {
			"version": "1.2.12",
			"dev": true,
			"requires": {
				"deep-extend": "^0.6.0",
				"ini": "~3.0.0",
				"minimist": "^1.2.8",
				"strip-json-comments": "~3.1.1"
			},
			"dependencies": {
				"ini": {
					"version": "3.0.1",
					"dev": true
				}
			}
		},
		"run-parallel": {
			"version": "1.2.0",
			"dev": true,
			"requires": {
				"queue-microtask": "^1.2.2"
			}
		},
		"rungen": {
			"version": "0.3.2"
		},
		"rxjs": {
			"version": "6.6.7",
			"requires": {
				"tslib": "^1.9.0"
			},
			"dependencies": {
				"tslib": {
					"version": "1.14.1"
				}
			}
		},
		"safe-array-concat": {
			"version": "1.0.1",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"get-intrinsic": "^1.2.1",
				"has-symbols": "^1.0.3",
				"isarray": "^2.0.5"
			},
			"dependencies": {
				"isarray": {
					"version": "2.0.5",
					"dev": true
				}
			}
		},
		"safe-buffer": {
			"version": "5.2.1"
		},
		"safe-regex-test": {
			"version": "1.0.0",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"get-intrinsic": "^1.1.3",
				"is-regex": "^1.1.4"
			}
		},
		"safer-buffer": {
			"version": "2.1.2"
		},
		"sass": {
			"version": "1.66.1",
			"dev": true,
			"requires": {
				"chokidar": ">=3.0.0 <4.0.0",
				"immutable": "^4.0.0",
				"source-map-js": ">=0.6.2 <2.0.0"
			}
		},
		"sass-loader": {
			"version": "12.6.0",
			"dev": true,
			"requires": {
				"klona": "^2.0.4",
				"neo-async": "^2.6.2"
			}
		},
		"saxes": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"xmlchars": "^2.2.0"
			}
		},
		"scheduler": {
			"version": "0.23.0",
			"requires": {
				"loose-envify": "^1.1.0"
			}
		},
		"schema-utils": {
			"version": "3.3.0",
			"dev": true,
			"requires": {
				"@types/json-schema": "^7.0.8",
				"ajv": "^6.12.5",
				"ajv-keywords": "^3.5.2"
			}
		},
		"select": {
			"version": "1.1.2"
		},
		"select-hose": {
			"version": "2.0.0",
			"dev": true
		},
		"selfsigned": {
			"version": "2.1.1",
			"dev": true,
			"requires": {
				"node-forge": "^1"
			}
		},
		"semver": {
			"version": "6.3.1",
			"dev": true
		},
		"send": {
			"version": "0.18.0",
			"dev": true,
			"requires": {
				"debug": "2.6.9",
				"depd": "2.0.0",
				"destroy": "1.2.0",
				"encodeurl": "~1.0.2",
				"escape-html": "~1.0.3",
				"etag": "~1.8.1",
				"fresh": "0.5.2",
				"http-errors": "2.0.0",
				"mime": "1.6.0",
				"ms": "2.1.3",
				"on-finished": "2.4.1",
				"range-parser": "~1.2.1",
				"statuses": "2.0.1"
			},
			"dependencies": {
				"debug": {
					"version": "2.6.9",
					"dev": true,
					"requires": {
						"ms": "2.0.0"
					},
					"dependencies": {
						"ms": {
							"version": "2.0.0",
							"dev": true
						}
					}
				},
				"ms": {
					"version": "2.1.3",
					"dev": true
				}
			}
		},
		"sentence-case": {
			"version": "3.0.4",
			"requires": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3",
				"upper-case-first": "^2.0.2"
			}
		},
		"serialize-javascript": {
			"version": "6.0.1",
			"dev": true,
			"requires": {
				"randombytes": "^2.1.0"
			}
		},
		"serve-index": {
			"version": "1.9.1",
			"dev": true,
			"requires": {
				"accepts": "~1.3.4",
				"batch": "0.6.1",
				"debug": "2.6.9",
				"escape-html": "~1.0.3",
				"http-errors": "~1.6.2",
				"mime-types": "~2.1.17",
				"parseurl": "~1.3.2"
			},
			"dependencies": {
				"debug": {
					"version": "2.6.9",
					"dev": true,
					"requires": {
						"ms": "2.0.0"
					}
				},
				"depd": {
					"version": "1.1.2",
					"dev": true
				},
				"http-errors": {
					"version": "1.6.3",
					"dev": true,
					"requires": {
						"depd": "~1.1.2",
						"inherits": "2.0.3",
						"setprototypeof": "1.1.0",
						"statuses": ">= 1.4.0 < 2"
					}
				},
				"inherits": {
					"version": "2.0.3",
					"dev": true
				},
				"ms": {
					"version": "2.0.0",
					"dev": true
				},
				"setprototypeof": {
					"version": "1.1.0",
					"dev": true
				},
				"statuses": {
					"version": "1.5.0",
					"dev": true
				}
			}
		},
		"serve-static": {
			"version": "1.15.0",
			"dev": true,
			"requires": {
				"encodeurl": "~1.0.2",
				"escape-html": "~1.0.3",
				"parseurl": "~1.3.3",
				"send": "0.18.0"
			}
		},
		"set-blocking": {
			"version": "2.0.0"
		},
		"setprototypeof": {
			"version": "1.2.0",
			"dev": true
		},
		"shallow-clone": {
			"version": "0.1.2",
			"dev": true,
			"requires": {
				"is-extendable": "^0.1.1",
				"kind-of": "^2.0.1",
				"lazy-cache": "^0.2.3",
				"mixin-object": "^2.0.1"
			},
			"dependencies": {
				"kind-of": {
					"version": "2.0.1",
					"dev": true,
					"requires": {
						"is-buffer": "^1.0.2"
					}
				},
				"lazy-cache": {
					"version": "0.2.7",
					"dev": true
				}
			}
		},
		"shebang-command": {
			"version": "1.2.0",
			"dev": true,
			"requires": {
				"shebang-regex": "^1.0.0"
			}
		},
		"shebang-regex": {
			"version": "1.0.0",
			"dev": true
		},
		"shell-quote": {
			"version": "1.8.1",
			"dev": true
		},
		"showdown": {
			"version": "1.9.1",
			"requires": {
				"yargs": "^14.2"
			},
			"dependencies": {
				"ansi-regex": {
					"version": "4.1.1"
				},
				"ansi-styles": {
					"version": "3.2.1",
					"requires": {
						"color-convert": "^1.9.0"
					}
				},
				"camelcase": {
					"version": "5.3.1"
				},
				"cliui": {
					"version": "5.0.0",
					"requires": {
						"string-width": "^3.1.0",
						"strip-ansi": "^5.2.0",
						"wrap-ansi": "^5.1.0"
					}
				},
				"color-convert": {
					"version": "1.9.3",
					"requires": {
						"color-name": "1.1.3"
					}
				},
				"color-name": {
					"version": "1.1.3"
				},
				"emoji-regex": {
					"version": "7.0.3"
				},
				"find-up": {
					"version": "3.0.0",
					"requires": {
						"locate-path": "^3.0.0"
					}
				},
				"is-fullwidth-code-point": {
					"version": "2.0.0"
				},
				"locate-path": {
					"version": "3.0.0",
					"requires": {
						"p-locate": "^3.0.0",
						"path-exists": "^3.0.0"
					}
				},
				"p-limit": {
					"version": "2.3.0",
					"requires": {
						"p-try": "^2.0.0"
					}
				},
				"p-locate": {
					"version": "3.0.0",
					"requires": {
						"p-limit": "^2.0.0"
					}
				},
				"path-exists": {
					"version": "3.0.0"
				},
				"string-width": {
					"version": "3.1.0",
					"requires": {
						"emoji-regex": "^7.0.1",
						"is-fullwidth-code-point": "^2.0.0",
						"strip-ansi": "^5.1.0"
					}
				},
				"strip-ansi": {
					"version": "5.2.0",
					"requires": {
						"ansi-regex": "^4.1.0"
					}
				},
				"wrap-ansi": {
					"version": "5.1.0",
					"requires": {
						"ansi-styles": "^3.2.0",
						"string-width": "^3.0.0",
						"strip-ansi": "^5.0.0"
					}
				},
				"y18n": {
					"version": "4.0.3"
				},
				"yargs": {
					"version": "14.2.3",
					"requires": {
						"cliui": "^5.0.0",
						"decamelize": "^1.2.0",
						"find-up": "^3.0.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": "^3.0.0",
						"which-module": "^2.0.0",
						"y18n": "^4.0.0",
						"yargs-parser": "^15.0.1"
					}
				},
				"yargs-parser": {
					"version": "15.0.3",
					"requires": {
						"camelcase": "^5.0.0",
						"decamelize": "^1.2.0"
					}
				}
			}
		},
		"side-channel": {
			"version": "1.0.4",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.0",
				"get-intrinsic": "^1.0.2",
				"object-inspect": "^1.9.0"
			}
		},
		"signal-exit": {
			"version": "3.0.7"
		},
		"simple-git": {
			"version": "3.19.1",
			"requires": {
				"@kwsites/file-exists": "^1.1.1",
				"@kwsites/promise-deferred": "^1.1.1",
				"debug": "^4.3.4"
			}
		},
		"simple-html-tokenizer": {
			"version": "0.5.11"
		},
		"sirv": {
			"version": "2.0.3",
			"dev": true,
			"requires": {
				"@polka/url": "^1.0.0-next.20",
				"mrmime": "^1.0.0",
				"totalist": "^3.0.0"
			}
		},
		"sisteransi": {
			"version": "1.0.5",
			"dev": true
		},
		"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.2.1",
					"dev": true
				}
			}
		},
		"snake-case": {
			"version": "3.0.4",
			"requires": {
				"dot-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"sockjs": {
			"version": "0.3.24",
			"dev": true,
			"requires": {
				"faye-websocket": "^0.11.3",
				"uuid": "^8.3.2",
				"websocket-driver": "^0.7.4"
			}
		},
		"source-map": {
			"version": "0.5.7"
		},
		"source-map-js": {
			"version": "1.0.2",
			"dev": true
		},
		"source-map-loader": {
			"version": "3.0.2",
			"dev": true,
			"requires": {
				"abab": "^2.0.5",
				"iconv-lite": "^0.6.3",
				"source-map-js": "^1.0.1"
			}
		},
		"source-map-support": {
			"version": "0.5.13",
			"dev": true,
			"requires": {
				"buffer-from": "^1.0.0",
				"source-map": "^0.6.0"
			},
			"dependencies": {
				"source-map": {
					"version": "0.6.1",
					"dev": true
				}
			}
		},
		"spawnd": {
			"version": "6.2.0",
			"dev": true,
			"requires": {
				"exit": "^0.1.2",
				"signal-exit": "^3.0.7",
				"tree-kill": "^1.2.2"
			}
		},
		"spdx-correct": {
			"version": "3.2.0",
			"dev": true,
			"requires": {
				"spdx-expression-parse": "^3.0.0",
				"spdx-license-ids": "^3.0.0"
			}
		},
		"spdx-exceptions": {
			"version": "2.3.0",
			"dev": true
		},
		"spdx-expression-parse": {
			"version": "3.0.1",
			"dev": true,
			"requires": {
				"spdx-exceptions": "^2.1.0",
				"spdx-license-ids": "^3.0.0"
			}
		},
		"spdx-license-ids": {
			"version": "3.0.13",
			"dev": true
		},
		"spdy": {
			"version": "4.0.2",
			"dev": true,
			"requires": {
				"debug": "^4.1.0",
				"handle-thing": "^2.0.0",
				"http-deceiver": "^1.2.7",
				"select-hose": "^2.0.0",
				"spdy-transport": "^3.0.0"
			}
		},
		"spdy-transport": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"debug": "^4.1.0",
				"detect-node": "^2.0.4",
				"hpack.js": "^2.1.6",
				"obuf": "^1.1.2",
				"readable-stream": "^3.0.6",
				"wbuf": "^1.7.3"
			},
			"dependencies": {
				"readable-stream": {
					"version": "3.6.2",
					"dev": true,
					"requires": {
						"inherits": "^2.0.3",
						"string_decoder": "^1.1.1",
						"util-deprecate": "^1.0.1"
					}
				}
			}
		},
		"sprintf-js": {
			"version": "1.1.2"
		},
		"stack-utils": {
			"version": "2.0.6",
			"dev": true,
			"requires": {
				"escape-string-regexp": "^2.0.0"
			},
			"dependencies": {
				"escape-string-regexp": {
					"version": "2.0.0",
					"dev": true
				}
			}
		},
		"stackframe": {
			"version": "1.3.4",
			"dev": true
		},
		"statuses": {
			"version": "2.0.1",
			"dev": true
		},
		"string_decoder": {
			"version": "1.1.1",
			"requires": {
				"safe-buffer": "~5.1.0"
			},
			"dependencies": {
				"safe-buffer": {
					"version": "5.1.2"
				}
			}
		},
		"string-argv": {
			"version": "0.3.2",
			"dev": true
		},
		"string-length": {
			"version": "4.0.2",
			"dev": true,
			"requires": {
				"char-regex": "^1.0.2",
				"strip-ansi": "^6.0.0"
			}
		},
		"string-width": {
			"version": "4.2.3",
			"requires": {
				"emoji-regex": "^8.0.0",
				"is-fullwidth-code-point": "^3.0.0",
				"strip-ansi": "^6.0.1"
			},
			"dependencies": {
				"emoji-regex": {
					"version": "8.0.0"
				},
				"is-fullwidth-code-point": {
					"version": "3.0.0"
				}
			}
		},
		"string.prototype.matchall": {
			"version": "4.0.9",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1",
				"get-intrinsic": "^1.2.1",
				"has-symbols": "^1.0.3",
				"internal-slot": "^1.0.5",
				"regexp.prototype.flags": "^1.5.0",
				"side-channel": "^1.0.4"
			}
		},
		"string.prototype.trim": {
			"version": "1.2.7",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.1.4",
				"es-abstract": "^1.20.4"
			}
		},
		"string.prototype.trimend": {
			"version": "1.0.6",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.1.4",
				"es-abstract": "^1.20.4"
			}
		},
		"string.prototype.trimstart": {
			"version": "1.0.7",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"define-properties": "^1.2.0",
				"es-abstract": "^1.22.1"
			}
		},
		"strip-ansi": {
			"version": "6.0.1",
			"requires": {
				"ansi-regex": "^5.0.1"
			}
		},
		"strip-bom": {
			"version": "4.0.0",
			"dev": true
		},
		"strip-final-newline": {
			"version": "2.0.0",
			"dev": true
		},
		"strip-indent": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"min-indent": "^1.0.0"
			}
		},
		"strip-json-comments": {
			"version": "3.1.1",
			"dev": true
		},
		"strip-outer": {
			"version": "1.0.1",
			"dev": true,
			"requires": {
				"escape-string-regexp": "^1.0.2"
			},
			"dependencies": {
				"escape-string-regexp": {
					"version": "1.0.5",
					"dev": true
				}
			}
		},
		"style-search": {
			"version": "0.1.0",
			"dev": true
		},
		"stylehacks": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"browserslist": "^4.21.4",
				"postcss-selector-parser": "^6.0.4"
			}
		},
		"stylelint": {
			"version": "14.16.1",
			"dev": true,
			"requires": {
				"@csstools/selector-specificity": "^2.0.2",
				"balanced-match": "^2.0.0",
				"colord": "^2.9.3",
				"cosmiconfig": "^7.1.0",
				"css-functions-list": "^3.1.0",
				"debug": "^4.3.4",
				"fast-glob": "^3.2.12",
				"fastest-levenshtein": "^1.0.16",
				"file-entry-cache": "^6.0.1",
				"global-modules": "^2.0.0",
				"globby": "^11.1.0",
				"globjoin": "^0.1.4",
				"html-tags": "^3.2.0",
				"ignore": "^5.2.1",
				"import-lazy": "^4.0.0",
				"imurmurhash": "^0.1.4",
				"is-plain-object": "^5.0.0",
				"known-css-properties": "^0.26.0",
				"mathml-tag-names": "^2.1.3",
				"meow": "^9.0.0",
				"micromatch": "^4.0.5",
				"normalize-path": "^3.0.0",
				"picocolors": "^1.0.0",
				"postcss": "^8.4.19",
				"postcss-media-query-parser": "^0.2.3",
				"postcss-resolve-nested-selector": "^0.1.1",
				"postcss-safe-parser": "^6.0.0",
				"postcss-selector-parser": "^6.0.11",
				"postcss-value-parser": "^4.2.0",
				"resolve-from": "^5.0.0",
				"string-width": "^4.2.3",
				"strip-ansi": "^6.0.1",
				"style-search": "^0.1.0",
				"supports-hyperlinks": "^2.3.0",
				"svg-tags": "^1.0.0",
				"table": "^6.8.1",
				"v8-compile-cache": "^2.3.0",
				"write-file-atomic": "^4.0.2"
			},
			"dependencies": {
				"balanced-match": {
					"version": "2.0.0",
					"dev": true
				},
				"cosmiconfig": {
					"version": "7.1.0",
					"dev": true,
					"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"
					}
				},
				"global-modules": {
					"version": "2.0.0",
					"dev": true,
					"requires": {
						"global-prefix": "^3.0.0"
					}
				},
				"global-prefix": {
					"version": "3.0.0",
					"dev": true,
					"requires": {
						"ini": "^1.3.5",
						"kind-of": "^6.0.2",
						"which": "^1.3.1"
					}
				},
				"kind-of": {
					"version": "6.0.3",
					"dev": true
				},
				"yaml": {
					"version": "1.10.2",
					"dev": true
				}
			}
		},
		"stylelint-config-recommended": {
			"version": "6.0.0",
			"dev": true,
			"requires": {}
		},
		"stylelint-config-recommended-scss": {
			"version": "5.0.2",
			"dev": true,
			"requires": {
				"postcss-scss": "^4.0.2",
				"stylelint-config-recommended": "^6.0.0",
				"stylelint-scss": "^4.0.0"
			}
		},
		"stylelint-scss": {
			"version": "4.7.0",
			"dev": true,
			"requires": {
				"postcss-media-query-parser": "^0.2.3",
				"postcss-resolve-nested-selector": "^0.1.1",
				"postcss-selector-parser": "^6.0.11",
				"postcss-value-parser": "^4.2.0"
			}
		},
		"stylis": {
			"version": "4.2.0"
		},
		"supports-color": {
			"version": "7.2.0",
			"requires": {
				"has-flag": "^4.0.0"
			}
		},
		"supports-hyperlinks": {
			"version": "2.3.0",
			"requires": {
				"has-flag": "^4.0.0",
				"supports-color": "^7.0.0"
			}
		},
		"supports-preserve-symlinks-flag": {
			"version": "1.0.0"
		},
		"svg-parser": {
			"version": "2.0.4",
			"dev": true
		},
		"svg-tags": {
			"version": "1.0.0",
			"dev": true
		},
		"svgo": {
			"version": "3.0.2",
			"dev": true,
			"requires": {
				"@trysound/sax": "0.2.0",
				"commander": "^7.2.0",
				"css-select": "^5.1.0",
				"css-tree": "^2.2.1",
				"csso": "^5.0.5",
				"picocolors": "^1.0.0"
			},
			"dependencies": {
				"commander": {
					"version": "7.2.0",
					"dev": true
				}
			}
		},
		"symbol-tree": {
			"version": "3.2.4",
			"dev": true
		},
		"table": {
			"version": "6.8.1",
			"dev": true,
			"requires": {
				"ajv": "^8.0.1",
				"lodash.truncate": "^4.4.2",
				"slice-ansi": "^4.0.0",
				"string-width": "^4.2.3",
				"strip-ansi": "^6.0.1"
			},
			"dependencies": {
				"ajv": {
					"version": "8.12.0",
					"dev": true,
					"requires": {
						"fast-deep-equal": "^3.1.1",
						"json-schema-traverse": "^1.0.0",
						"require-from-string": "^2.0.2",
						"uri-js": "^4.2.2"
					}
				},
				"is-fullwidth-code-point": {
					"version": "3.0.0",
					"dev": true
				},
				"json-schema-traverse": {
					"version": "1.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"
					}
				}
			}
		},
		"tannin": {
			"version": "1.2.0",
			"requires": {
				"@tannin/plural-forms": "^1.1.0"
			}
		},
		"tapable": {
			"version": "2.2.1",
			"dev": true
		},
		"tar-fs": {
			"version": "2.1.1",
			"dev": true,
			"requires": {
				"chownr": "^1.1.1",
				"mkdirp-classic": "^0.5.2",
				"pump": "^3.0.0",
				"tar-stream": "^2.1.4"
			}
		},
		"tar-stream": {
			"version": "2.2.0",
			"dev": true,
			"requires": {
				"bl": "^4.0.3",
				"end-of-stream": "^1.4.1",
				"fs-constants": "^1.0.0",
				"inherits": "^2.0.3",
				"readable-stream": "^3.1.1"
			},
			"dependencies": {
				"readable-stream": {
					"version": "3.6.2",
					"dev": true,
					"requires": {
						"inherits": "^2.0.3",
						"string_decoder": "^1.1.1",
						"util-deprecate": "^1.0.1"
					}
				}
			}
		},
		"terminal-link": {
			"version": "2.1.1",
			"requires": {
				"ansi-escapes": "^4.2.1",
				"supports-hyperlinks": "^2.0.0"
			}
		},
		"terser": {
			"version": "5.19.4",
			"dev": true,
			"requires": {
				"@jridgewell/source-map": "^0.3.3",
				"acorn": "^8.8.2",
				"commander": "^2.20.0",
				"source-map-support": "~0.5.20"
			},
			"dependencies": {
				"commander": {
					"version": "2.20.3",
					"dev": true
				},
				"source-map": {
					"version": "0.6.1",
					"dev": true
				},
				"source-map-support": {
					"version": "0.5.21",
					"dev": true,
					"requires": {
						"buffer-from": "^1.0.0",
						"source-map": "^0.6.0"
					}
				}
			}
		},
		"terser-webpack-plugin": {
			"version": "5.3.9",
			"dev": true,
			"requires": {
				"@jridgewell/trace-mapping": "^0.3.17",
				"jest-worker": "^27.4.5",
				"schema-utils": "^3.1.1",
				"serialize-javascript": "^6.0.1",
				"terser": "^5.16.8"
			},
			"dependencies": {
				"jest-worker": {
					"version": "27.5.1",
					"dev": true,
					"requires": {
						"@types/node": "*",
						"merge-stream": "^2.0.0",
						"supports-color": "^8.0.0"
					}
				},
				"supports-color": {
					"version": "8.1.1",
					"dev": true,
					"requires": {
						"has-flag": "^4.0.0"
					}
				}
			}
		},
		"test-exclude": {
			"version": "6.0.0",
			"dev": true,
			"requires": {
				"@istanbuljs/schema": "^0.1.2",
				"glob": "^7.1.4",
				"minimatch": "^3.0.4"
			}
		},
		"text-table": {
			"version": "0.2.0",
			"dev": true
		},
		"through": {
			"version": "2.3.8"
		},
		"thunky": {
			"version": "1.1.0",
			"dev": true
		},
		"tiny-emitter": {
			"version": "2.1.0"
		},
		"tmp": {
			"version": "0.0.33",
			"requires": {
				"os-tmpdir": "~1.0.2"
			}
		},
		"tmpl": {
			"version": "1.0.5",
			"dev": true
		},
		"to-fast-properties": {
			"version": "2.0.0"
		},
		"to-regex-range": {
			"version": "5.0.1",
			"dev": true,
			"requires": {
				"is-number": "^7.0.0"
			}
		},
		"toidentifier": {
			"version": "1.0.1",
			"dev": true
		},
		"totalist": {
			"version": "3.0.1",
			"dev": true
		},
		"tough-cookie": {
			"version": "4.1.3",
			"dev": true,
			"requires": {
				"psl": "^1.1.33",
				"punycode": "^2.1.1",
				"universalify": "^0.2.0",
				"url-parse": "^1.5.3"
			}
		},
		"tr46": {
			"version": "3.0.0",
			"dev": true,
			"requires": {
				"punycode": "^2.1.1"
			}
		},
		"traverse": {
			"version": "0.6.7"
		},
		"tree-kill": {
			"version": "1.2.2",
			"dev": true
		},
		"trim-newlines": {
			"version": "3.0.1",
			"dev": true
		},
		"trim-repeated": {
			"version": "1.0.0",
			"dev": true,
			"requires": {
				"escape-string-regexp": "^1.0.2"
			},
			"dependencies": {
				"escape-string-regexp": {
					"version": "1.0.5",
					"dev": true
				}
			}
		},
		"tsconfig-paths": {
			"version": "3.14.2",
			"dev": true,
			"requires": {
				"@types/json5": "^0.0.29",
				"json5": "^1.0.2",
				"minimist": "^1.2.6",
				"strip-bom": "^3.0.0"
			},
			"dependencies": {
				"json5": {
					"version": "1.0.2",
					"dev": true,
					"requires": {
						"minimist": "^1.2.0"
					}
				},
				"strip-bom": {
					"version": "3.0.0",
					"dev": true
				}
			}
		},
		"tslib": {
			"version": "2.6.2"
		},
		"tsutils": {
			"version": "3.21.0",
			"dev": true,
			"requires": {
				"tslib": "^1.8.1"
			},
			"dependencies": {
				"tslib": {
					"version": "1.14.1",
					"dev": true
				}
			}
		},
		"turbo-combine-reducers": {
			"version": "1.0.2"
		},
		"type-check": {
			"version": "0.4.0",
			"dev": true,
			"requires": {
				"prelude-ls": "^1.2.1"
			}
		},
		"type-detect": {
			"version": "4.0.8",
			"dev": true
		},
		"type-fest": {
			"version": "0.21.3"
		},
		"type-is": {
			"version": "1.6.18",
			"dev": true,
			"requires": {
				"media-typer": "0.3.0",
				"mime-types": "~2.1.24"
			}
		},
		"typed-array-buffer": {
			"version": "1.0.0",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"get-intrinsic": "^1.2.1",
				"is-typed-array": "^1.1.10"
			}
		},
		"typed-array-byte-length": {
			"version": "1.0.0",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"for-each": "^0.3.3",
				"has-proto": "^1.0.1",
				"is-typed-array": "^1.1.10"
			}
		},
		"typed-array-byte-offset": {
			"version": "1.0.0",
			"dev": true,
			"requires": {
				"available-typed-arrays": "^1.0.5",
				"call-bind": "^1.0.2",
				"for-each": "^0.3.3",
				"has-proto": "^1.0.1",
				"is-typed-array": "^1.1.10"
			}
		},
		"typed-array-length": {
			"version": "1.0.4",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"for-each": "^0.3.3",
				"is-typed-array": "^1.1.9"
			}
		},
		"typedarray": {
			"version": "0.0.6"
		},
		"typescript": {
			"version": "5.2.2",
			"dev": true,
			"peer": true
		},
		"uc.micro": {
			"version": "1.0.6",
			"dev": true
		},
		"unbox-primitive": {
			"version": "1.0.2",
			"dev": true,
			"requires": {
				"call-bind": "^1.0.2",
				"has-bigints": "^1.0.2",
				"has-symbols": "^1.0.3",
				"which-boxed-primitive": "^1.0.2"
			}
		},
		"unbzip2-stream": {
			"version": "1.4.3",
			"dev": true,
			"requires": {
				"buffer": "^5.2.1",
				"through": "^2.3.8"
			}
		},
		"unicode-canonical-property-names-ecmascript": {
			"version": "2.0.0",
			"dev": true
		},
		"unicode-match-property-ecmascript": {
			"version": "2.0.0",
			"dev": true,
			"requires": {
				"unicode-canonical-property-names-ecmascript": "^2.0.0",
				"unicode-property-aliases-ecmascript": "^2.0.0"
			}
		},
		"unicode-match-property-value-ecmascript": {
			"version": "2.1.0",
			"dev": true
		},
		"unicode-property-aliases-ecmascript": {
			"version": "2.1.0",
			"dev": true
		},
		"universalify": {
			"version": "0.2.0",
			"dev": true
		},
		"unpipe": {
			"version": "1.0.0",
			"dev": true
		},
		"update-browserslist-db": {
			"version": "1.0.11",
			"dev": true,
			"requires": {
				"escalade": "^3.1.1",
				"picocolors": "^1.0.0"
			}
		},
		"upper-case": {
			"version": "2.0.2",
			"requires": {
				"tslib": "^2.0.3"
			}
		},
		"upper-case-first": {
			"version": "2.0.2",
			"requires": {
				"tslib": "^2.0.3"
			}
		},
		"uri-js": {
			"version": "4.4.1",
			"dev": true,
			"requires": {
				"punycode": "^2.1.0"
			}
		},
		"url-loader": {
			"version": "4.1.1",
			"dev": true,
			"requires": {
				"loader-utils": "^2.0.0",
				"mime-types": "^2.1.27",
				"schema-utils": "^3.0.0"
			}
		},
		"url-parse": {
			"version": "1.5.10",
			"dev": true,
			"requires": {
				"querystringify": "^2.1.1",
				"requires-port": "^1.0.0"
			}
		},
		"use-callback-ref": {
			"version": "1.3.0",
			"requires": {
				"tslib": "^2.0.0"
			}
		},
		"use-isomorphic-layout-effect": {
			"version": "1.1.2",
			"requires": {}
		},
		"use-lilius": {
			"version": "2.0.3",
			"requires": {
				"date-fns": "^2.29.2"
			}
		},
		"use-memo-one": {
			"version": "1.1.3",
			"requires": {}
		},
		"use-sidecar": {
			"version": "1.1.2",
			"requires": {
				"detect-node-es": "^1.1.0",
				"tslib": "^2.0.0"
			}
		},
		"use-sync-external-store": {
			"version": "1.2.0",
			"requires": {}
		},
		"util-deprecate": {
			"version": "1.0.2"
		},
		"utils-merge": {
			"version": "1.0.1",
			"dev": true
		},
		"uuid": {
			"version": "8.3.2"
		},
		"v8-compile-cache": {
			"version": "2.4.0",
			"dev": true
		},
		"v8-to-istanbul": {
			"version": "9.1.0",
			"dev": true,
			"requires": {
				"@jridgewell/trace-mapping": "^0.3.12",
				"@types/istanbul-lib-coverage": "^2.0.1",
				"convert-source-map": "^1.6.0"
			}
		},
		"validate-npm-package-license": {
			"version": "3.0.4",
			"dev": true,
			"requires": {
				"spdx-correct": "^3.0.0",
				"spdx-expression-parse": "^3.0.0"
			}
		},
		"validate-npm-package-name": {
			"version": "5.0.0",
			"dev": true,
			"requires": {
				"builtins": "^5.0.0"
			}
		},
		"valtio": {
			"version": "1.7.0",
			"requires": {
				"proxy-compare": "2.3.0",
				"use-sync-external-store": "1.2.0"
			}
		},
		"vary": {
			"version": "1.1.2",
			"dev": true
		},
		"w3c-xmlserializer": {
			"version": "4.0.0",
			"dev": true,
			"requires": {
				"xml-name-validator": "^4.0.0"
			}
		},
		"wait-on": {
			"version": "6.0.1",
			"dev": true,
			"requires": {
				"axios": "^0.25.0",
				"joi": "^17.6.0",
				"lodash": "^4.17.21",
				"minimist": "^1.2.5",
				"rxjs": "^7.5.4"
			},
			"dependencies": {
				"rxjs": {
					"version": "7.8.1",
					"dev": true,
					"requires": {
						"tslib": "^2.1.0"
					}
				}
			}
		},
		"walker": {
			"version": "1.0.8",
			"dev": true,
			"requires": {
				"makeerror": "1.0.12"
			}
		},
		"watchpack": {
			"version": "2.4.0",
			"dev": true,
			"requires": {
				"glob-to-regexp": "^0.4.1",
				"graceful-fs": "^4.1.2"
			}
		},
		"wbuf": {
			"version": "1.7.3",
			"dev": true,
			"requires": {
				"minimalistic-assert": "^1.0.0"
			}
		},
		"wcwidth": {
			"version": "1.0.1",
			"requires": {
				"defaults": "^1.0.3"
			}
		},
		"webidl-conversions": {
			"version": "7.0.0",
			"dev": true
		},
		"webpack": {
			"version": "5.88.2",
			"dev": true,
			"requires": {
				"@types/eslint-scope": "^3.7.3",
				"@types/estree": "^1.0.0",
				"@webassemblyjs/ast": "^1.11.5",
				"@webassemblyjs/wasm-edit": "^1.11.5",
				"@webassemblyjs/wasm-parser": "^1.11.5",
				"acorn": "^8.7.1",
				"acorn-import-assertions": "^1.9.0",
				"browserslist": "^4.14.5",
				"chrome-trace-event": "^1.0.2",
				"enhanced-resolve": "^5.15.0",
				"es-module-lexer": "^1.2.1",
				"eslint-scope": "5.1.1",
				"events": "^3.2.0",
				"glob-to-regexp": "^0.4.1",
				"graceful-fs": "^4.2.9",
				"json-parse-even-better-errors": "^2.3.1",
				"loader-runner": "^4.2.0",
				"mime-types": "^2.1.27",
				"neo-async": "^2.6.2",
				"schema-utils": "^3.2.0",
				"tapable": "^2.1.1",
				"terser-webpack-plugin": "^5.3.7",
				"watchpack": "^2.4.0",
				"webpack-sources": "^3.2.3"
			}
		},
		"webpack-bundle-analyzer": {
			"version": "4.9.1",
			"dev": true,
			"requires": {
				"@discoveryjs/json-ext": "0.5.7",
				"acorn": "^8.0.4",
				"acorn-walk": "^8.0.0",
				"commander": "^7.2.0",
				"escape-string-regexp": "^4.0.0",
				"gzip-size": "^6.0.0",
				"is-plain-object": "^5.0.0",
				"lodash.debounce": "^4.0.8",
				"lodash.escape": "^4.0.1",
				"lodash.flatten": "^4.4.0",
				"lodash.invokemap": "^4.6.0",
				"lodash.pullall": "^4.2.0",
				"lodash.uniqby": "^4.7.0",
				"opener": "^1.5.2",
				"picocolors": "^1.0.0",
				"sirv": "^2.0.3",
				"ws": "^7.3.1"
			},
			"dependencies": {
				"commander": {
					"version": "7.2.0",
					"dev": true
				},
				"ws": {
					"version": "7.5.9",
					"dev": true,
					"requires": {}
				}
			}
		},
		"webpack-cli": {
			"version": "4.10.0",
			"dev": true,
			"requires": {
				"@discoveryjs/json-ext": "^0.5.0",
				"@webpack-cli/configtest": "^1.2.0",
				"@webpack-cli/info": "^1.5.0",
				"@webpack-cli/serve": "^1.7.0",
				"colorette": "^2.0.14",
				"commander": "^7.0.0",
				"cross-spawn": "^7.0.3",
				"fastest-levenshtein": "^1.0.12",
				"import-local": "^3.0.2",
				"interpret": "^2.2.0",
				"rechoir": "^0.7.0",
				"webpack-merge": "^5.7.3"
			},
			"dependencies": {
				"commander": {
					"version": "7.2.0",
					"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"
					}
				},
				"shebang-command": {
					"version": "2.0.0",
					"dev": true,
					"requires": {
						"shebang-regex": "^3.0.0"
					}
				},
				"shebang-regex": {
					"version": "3.0.0",
					"dev": true
				},
				"which": {
					"version": "2.0.2",
					"dev": true,
					"requires": {
						"isexe": "^2.0.0"
					}
				}
			}
		},
		"webpack-dev-middleware": {
			"version": "5.3.3",
			"dev": true,
			"requires": {
				"colorette": "^2.0.10",
				"memfs": "^3.4.3",
				"mime-types": "^2.1.31",
				"range-parser": "^1.2.1",
				"schema-utils": "^4.0.0"
			},
			"dependencies": {
				"ajv": {
					"version": "8.12.0",
					"dev": true,
					"requires": {
						"fast-deep-equal": "^3.1.1",
						"json-schema-traverse": "^1.0.0",
						"require-from-string": "^2.0.2",
						"uri-js": "^4.2.2"
					}
				},
				"ajv-keywords": {
					"version": "5.1.0",
					"dev": true,
					"requires": {
						"fast-deep-equal": "^3.1.3"
					}
				},
				"json-schema-traverse": {
					"version": "1.0.0",
					"dev": true
				},
				"schema-utils": {
					"version": "4.2.0",
					"dev": true,
					"requires": {
						"@types/json-schema": "^7.0.9",
						"ajv": "^8.9.0",
						"ajv-formats": "^2.1.1",
						"ajv-keywords": "^5.1.0"
					}
				}
			}
		},
		"webpack-dev-server": {
			"version": "4.15.1",
			"dev": true,
			"requires": {
				"@types/bonjour": "^3.5.9",
				"@types/connect-history-api-fallback": "^1.3.5",
				"@types/express": "^4.17.13",
				"@types/serve-index": "^1.9.1",
				"@types/serve-static": "^1.13.10",
				"@types/sockjs": "^0.3.33",
				"@types/ws": "^8.5.5",
				"ansi-html-community": "^0.0.8",
				"bonjour-service": "^1.0.11",
				"chokidar": "^3.5.3",
				"colorette": "^2.0.10",
				"compression": "^1.7.4",
				"connect-history-api-fallback": "^2.0.0",
				"default-gateway": "^6.0.3",
				"express": "^4.17.3",
				"graceful-fs": "^4.2.6",
				"html-entities": "^2.3.2",
				"http-proxy-middleware": "^2.0.3",
				"ipaddr.js": "^2.0.1",
				"launch-editor": "^2.6.0",
				"open": "^8.0.9",
				"p-retry": "^4.5.0",
				"rimraf": "^3.0.2",
				"schema-utils": "^4.0.0",
				"selfsigned": "^2.1.1",
				"serve-index": "^1.9.1",
				"sockjs": "^0.3.24",
				"spdy": "^4.0.2",
				"webpack-dev-middleware": "^5.3.1",
				"ws": "^8.13.0"
			},
			"dependencies": {
				"ajv": {
					"version": "8.12.0",
					"dev": true,
					"requires": {
						"fast-deep-equal": "^3.1.1",
						"json-schema-traverse": "^1.0.0",
						"require-from-string": "^2.0.2",
						"uri-js": "^4.2.2"
					}
				},
				"ajv-keywords": {
					"version": "5.1.0",
					"dev": true,
					"requires": {
						"fast-deep-equal": "^3.1.3"
					}
				},
				"json-schema-traverse": {
					"version": "1.0.0",
					"dev": true
				},
				"schema-utils": {
					"version": "4.2.0",
					"dev": true,
					"requires": {
						"@types/json-schema": "^7.0.9",
						"ajv": "^8.9.0",
						"ajv-formats": "^2.1.1",
						"ajv-keywords": "^5.1.0"
					}
				}
			}
		},
		"webpack-merge": {
			"version": "5.9.0",
			"dev": true,
			"requires": {
				"clone-deep": "^4.0.1",
				"wildcard": "^2.0.0"
			},
			"dependencies": {
				"clone-deep": {
					"version": "4.0.1",
					"dev": true,
					"requires": {
						"is-plain-object": "^2.0.4",
						"kind-of": "^6.0.2",
						"shallow-clone": "^3.0.0"
					}
				},
				"is-plain-object": {
					"version": "2.0.4",
					"dev": true,
					"requires": {
						"isobject": "^3.0.1"
					}
				},
				"kind-of": {
					"version": "6.0.3",
					"dev": true
				},
				"shallow-clone": {
					"version": "3.0.1",
					"dev": true,
					"requires": {
						"kind-of": "^6.0.2"
					}
				}
			}
		},
		"webpack-sources": {
			"version": "3.2.3",
			"dev": true
		},
		"websocket-driver": {
			"version": "0.7.4",
			"dev": true,
			"requires": {
				"http-parser-js": ">=0.5.1",
				"safe-buffer": ">=5.1.0",
				"websocket-extensions": ">=0.1.1"
			}
		},
		"websocket-extensions": {
			"version": "0.1.4",
			"dev": true
		},
		"whatwg-encoding": {
			"version": "2.0.0",
			"dev": true,
			"requires": {
				"iconv-lite": "0.6.3"
			}
		},
		"whatwg-mimetype": {
			"version": "3.0.0",
			"dev": true
		},
		"whatwg-url": {
			"version": "11.0.0",
			"dev": true,
			"requires": {
				"tr46": "^3.0.0",
				"webidl-conversions": "^7.0.0"
			}
		},
		"which": {
			"version": "1.3.1",
			"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-builtin-type": {
			"version": "1.1.3",
			"dev": true,
			"requires": {
				"function.prototype.name": "^1.1.5",
				"has-tostringtag": "^1.0.0",
				"is-async-function": "^2.0.0",
				"is-date-object": "^1.0.5",
				"is-finalizationregistry": "^1.0.2",
				"is-generator-function": "^1.0.10",
				"is-regex": "^1.1.4",
				"is-weakref": "^1.0.2",
				"isarray": "^2.0.5",
				"which-boxed-primitive": "^1.0.2",
				"which-collection": "^1.0.1",
				"which-typed-array": "^1.1.9"
			},
			"dependencies": {
				"isarray": {
					"version": "2.0.5",
					"dev": true
				}
			}
		},
		"which-collection": {
			"version": "1.0.1",
			"dev": true,
			"requires": {
				"is-map": "^2.0.1",
				"is-set": "^2.0.1",
				"is-weakmap": "^2.0.1",
				"is-weakset": "^2.0.1"
			}
		},
		"which-module": {
			"version": "2.0.1"
		},
		"which-typed-array": {
			"version": "1.1.11",
			"dev": true,
			"requires": {
				"available-typed-arrays": "^1.0.5",
				"call-bind": "^1.0.2",
				"for-each": "^0.3.3",
				"gopd": "^1.0.1",
				"has-tostringtag": "^1.0.0"
			}
		},
		"wildcard": {
			"version": "2.0.1",
			"dev": true
		},
		"wrap-ansi": {
			"version": "8.1.0",
			"dev": true,
			"requires": {
				"ansi-styles": "^6.1.0",
				"string-width": "^5.0.1",
				"strip-ansi": "^7.0.1"
			},
			"dependencies": {
				"ansi-regex": {
					"version": "6.0.1",
					"dev": true
				},
				"ansi-styles": {
					"version": "6.2.1",
					"dev": true
				},
				"string-width": {
					"version": "5.1.2",
					"dev": true,
					"requires": {
						"eastasianwidth": "^0.2.0",
						"emoji-regex": "^9.2.2",
						"strip-ansi": "^7.0.1"
					}
				},
				"strip-ansi": {
					"version": "7.1.0",
					"dev": true,
					"requires": {
						"ansi-regex": "^6.0.1"
					}
				}
			}
		},
		"wrappy": {
			"version": "1.0.2"
		},
		"write-file-atomic": {
			"version": "4.0.2",
			"dev": true,
			"requires": {
				"imurmurhash": "^0.1.4",
				"signal-exit": "^3.0.7"
			}
		},
		"ws": {
			"version": "8.13.0",
			"dev": true,
			"requires": {}
		},
		"xml-name-validator": {
			"version": "4.0.0",
			"dev": true
		},
		"xmlchars": {
			"version": "2.2.0",
			"dev": true
		},
		"y18n": {
			"version": "5.0.8"
		},
		"yallist": {
			"version": "3.1.1",
			"dev": true
		},
		"yaml": {
			"version": "2.3.1",
			"dev": true
		},
		"yargs": {
			"version": "17.7.2",
			"requires": {
				"cliui": "^8.0.1",
				"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.1.1"
			},
			"dependencies": {
				"yargs-parser": {
					"version": "21.1.1"
				}
			}
		},
		"yargs-parser": {
			"version": "20.2.9",
			"dev": true
		},
		"yauzl": {
			"version": "2.10.0",
			"requires": {
				"buffer-crc32": "~0.2.3",
				"fd-slicer": "~1.1.0"
			}
		},
		"yocto-queue": {
			"version": "0.1.0",
			"dev": true
		}
	}
}
