{
	"name": "ai-content-forge",
	"version": "0.1.0",
	"lockfileVersion": 3,
	"requires": true,
	"packages": {
		"": {
			"name": "ai-content-forge",
			"version": "0.1.0",
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"dompurify": "^3.2.3",
				"markdown-it": "^14.1.0"
			},
			"devDependencies": {
				"@wordpress/scripts": "^30.7.0"
			}
		},
		"node_modules/@ampproject/remapping": {
			"version": "2.3.0",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"@jridgewell/gen-mapping": "^0.3.5",
				"@jridgewell/trace-mapping": "^0.3.24"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@babel/code-frame": {
			"version": "7.26.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-validator-identifier": "^7.25.9",
				"js-tokens": "^4.0.0",
				"picocolors": "^1.0.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/compat-data": {
			"version": "7.26.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/core": {
			"version": "7.25.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@ampproject/remapping": "^2.2.0",
				"@babel/code-frame": "^7.25.7",
				"@babel/generator": "^7.25.7",
				"@babel/helper-compilation-targets": "^7.25.7",
				"@babel/helper-module-transforms": "^7.25.7",
				"@babel/helpers": "^7.25.7",
				"@babel/parser": "^7.25.7",
				"@babel/template": "^7.25.7",
				"@babel/traverse": "^7.25.7",
				"@babel/types": "^7.25.7",
				"convert-source-map": "^2.0.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.25.7",
			"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 || ^9.0.0"
			}
		},
		"node_modules/@babel/generator": {
			"version": "7.26.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/parser": "^7.26.3",
				"@babel/types": "^7.26.3",
				"@jridgewell/gen-mapping": "^0.3.5",
				"@jridgewell/trace-mapping": "^0.3.25",
				"jsesc": "^3.0.2"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-annotate-as-pure": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-compilation-targets": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/compat-data": "^7.25.9",
				"@babel/helper-validator-option": "^7.25.9",
				"browserslist": "^4.24.0",
				"lru-cache": "^5.1.1",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-create-class-features-plugin": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.25.9",
				"@babel/helper-member-expression-to-functions": "^7.25.9",
				"@babel/helper-optimise-call-expression": "^7.25.9",
				"@babel/helper-replace-supers": "^7.25.9",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
				"@babel/traverse": "^7.25.9",
				"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.26.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.25.9",
				"regexpu-core": "^6.2.0",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-define-polyfill-provider": {
			"version": "0.6.3",
			"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-member-expression-to-functions": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/traverse": "^7.25.9",
				"@babel/types": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-module-imports": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/traverse": "^7.25.9",
				"@babel/types": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-module-transforms": {
			"version": "7.26.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-imports": "^7.25.9",
				"@babel/helper-validator-identifier": "^7.25.9",
				"@babel/traverse": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-optimise-call-expression": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-plugin-utils": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-remap-async-to-generator": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.25.9",
				"@babel/helper-wrap-function": "^7.25.9",
				"@babel/traverse": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-replace-supers": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-member-expression-to-functions": "^7.25.9",
				"@babel/helper-optimise-call-expression": "^7.25.9",
				"@babel/traverse": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/traverse": "^7.25.9",
				"@babel/types": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-string-parser": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-validator-identifier": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-validator-option": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helper-wrap-function": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/template": "^7.25.9",
				"@babel/traverse": "^7.25.9",
				"@babel/types": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/helpers": {
			"version": "7.26.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/template": "^7.25.9",
				"@babel/types": "^7.26.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/parser": {
			"version": "7.26.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.26.3"
			},
			"bin": {
				"parser": "bin/babel-parser.js"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/traverse": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
				"@babel/plugin-transform-optional-chaining": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.13.0"
			}
		},
		"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/traverse": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.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-import-assertions": {
			"version": "7.26.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-syntax-import-attributes": {
			"version": "7.26.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"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.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"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.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"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.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-async-generator-functions": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-remap-async-to-generator": "^7.25.9",
				"@babel/traverse": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-async-to-generator": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-imports": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-remap-async-to-generator": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-block-scoped-functions": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-block-scoping": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-class-properties": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-class-features-plugin": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-class-static-block": {
			"version": "7.26.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-class-features-plugin": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.12.0"
			}
		},
		"node_modules/@babel/plugin-transform-classes": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.25.9",
				"@babel/helper-compilation-targets": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-replace-supers": "^7.25.9",
				"@babel/traverse": "^7.25.9",
				"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.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/template": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-destructuring": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-dotall-regex": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-duplicate-keys": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-transform-dynamic-import": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-exponentiation-operator": {
			"version": "7.26.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-export-namespace-from": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-for-of": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-function-name": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-compilation-targets": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/traverse": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-json-strings": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-literals": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-logical-assignment-operators": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-member-expression-literals": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-modules-amd": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-transforms": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-modules-commonjs": {
			"version": "7.26.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-transforms": "^7.26.0",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-modules-systemjs": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-transforms": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-validator-identifier": "^7.25.9",
				"@babel/traverse": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-modules-umd": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-transforms": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-transform-new-target": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-numeric-separator": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-object-rest-spread": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-compilation-targets": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/plugin-transform-parameters": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-object-super": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-replace-supers": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-optional-catch-binding": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-optional-chaining": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-parameters": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-private-methods": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-class-features-plugin": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-private-property-in-object": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.25.9",
				"@babel/helper-create-class-features-plugin": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-property-literals": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-constant-elements": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-display-name": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-jsx": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.25.9",
				"@babel/helper-module-imports": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/plugin-syntax-jsx": "^7.25.9",
				"@babel/types": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-jsx-development": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/plugin-transform-react-jsx": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-react-pure-annotations": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-regenerator": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9",
				"regenerator-transform": "^0.15.2"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-regexp-modifiers": {
			"version": "7.26.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/plugin-transform-reserved-words": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-runtime": {
			"version": "7.25.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-module-imports": "^7.25.7",
				"@babel/helper-plugin-utils": "^7.25.7",
				"babel-plugin-polyfill-corejs2": "^0.4.10",
				"babel-plugin-polyfill-corejs3": "^0.10.6",
				"babel-plugin-polyfill-regenerator": "^0.6.1",
				"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.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-spread": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-sticky-regex": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-template-literals": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-typeof-symbol": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-typescript": {
			"version": "7.26.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.25.9",
				"@babel/helper-create-class-features-plugin": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
				"@babel/plugin-syntax-typescript": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-unicode-escapes": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-unicode-property-regex": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-unicode-regex": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/plugin-transform-unicode-sets-regex": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-create-regexp-features-plugin": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0"
			}
		},
		"node_modules/@babel/preset-env": {
			"version": "7.26.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/compat-data": "^7.26.0",
				"@babel/helper-compilation-targets": "^7.25.9",
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-validator-option": "^7.25.9",
				"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9",
				"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9",
				"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9",
				"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9",
				"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9",
				"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
				"@babel/plugin-syntax-import-assertions": "^7.26.0",
				"@babel/plugin-syntax-import-attributes": "^7.26.0",
				"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
				"@babel/plugin-transform-arrow-functions": "^7.25.9",
				"@babel/plugin-transform-async-generator-functions": "^7.25.9",
				"@babel/plugin-transform-async-to-generator": "^7.25.9",
				"@babel/plugin-transform-block-scoped-functions": "^7.25.9",
				"@babel/plugin-transform-block-scoping": "^7.25.9",
				"@babel/plugin-transform-class-properties": "^7.25.9",
				"@babel/plugin-transform-class-static-block": "^7.26.0",
				"@babel/plugin-transform-classes": "^7.25.9",
				"@babel/plugin-transform-computed-properties": "^7.25.9",
				"@babel/plugin-transform-destructuring": "^7.25.9",
				"@babel/plugin-transform-dotall-regex": "^7.25.9",
				"@babel/plugin-transform-duplicate-keys": "^7.25.9",
				"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
				"@babel/plugin-transform-dynamic-import": "^7.25.9",
				"@babel/plugin-transform-exponentiation-operator": "^7.25.9",
				"@babel/plugin-transform-export-namespace-from": "^7.25.9",
				"@babel/plugin-transform-for-of": "^7.25.9",
				"@babel/plugin-transform-function-name": "^7.25.9",
				"@babel/plugin-transform-json-strings": "^7.25.9",
				"@babel/plugin-transform-literals": "^7.25.9",
				"@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
				"@babel/plugin-transform-member-expression-literals": "^7.25.9",
				"@babel/plugin-transform-modules-amd": "^7.25.9",
				"@babel/plugin-transform-modules-commonjs": "^7.25.9",
				"@babel/plugin-transform-modules-systemjs": "^7.25.9",
				"@babel/plugin-transform-modules-umd": "^7.25.9",
				"@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9",
				"@babel/plugin-transform-new-target": "^7.25.9",
				"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
				"@babel/plugin-transform-numeric-separator": "^7.25.9",
				"@babel/plugin-transform-object-rest-spread": "^7.25.9",
				"@babel/plugin-transform-object-super": "^7.25.9",
				"@babel/plugin-transform-optional-catch-binding": "^7.25.9",
				"@babel/plugin-transform-optional-chaining": "^7.25.9",
				"@babel/plugin-transform-parameters": "^7.25.9",
				"@babel/plugin-transform-private-methods": "^7.25.9",
				"@babel/plugin-transform-private-property-in-object": "^7.25.9",
				"@babel/plugin-transform-property-literals": "^7.25.9",
				"@babel/plugin-transform-regenerator": "^7.25.9",
				"@babel/plugin-transform-regexp-modifiers": "^7.26.0",
				"@babel/plugin-transform-reserved-words": "^7.25.9",
				"@babel/plugin-transform-shorthand-properties": "^7.25.9",
				"@babel/plugin-transform-spread": "^7.25.9",
				"@babel/plugin-transform-sticky-regex": "^7.25.9",
				"@babel/plugin-transform-template-literals": "^7.25.9",
				"@babel/plugin-transform-typeof-symbol": "^7.25.9",
				"@babel/plugin-transform-unicode-escapes": "^7.25.9",
				"@babel/plugin-transform-unicode-property-regex": "^7.25.9",
				"@babel/plugin-transform-unicode-regex": "^7.25.9",
				"@babel/plugin-transform-unicode-sets-regex": "^7.25.9",
				"@babel/preset-modules": "0.1.6-no-external-plugins",
				"babel-plugin-polyfill-corejs2": "^0.4.10",
				"babel-plugin-polyfill-corejs3": "^0.10.6",
				"babel-plugin-polyfill-regenerator": "^0.6.1",
				"core-js-compat": "^3.38.1",
				"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.26.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-validator-option": "^7.25.9",
				"@babel/plugin-transform-react-display-name": "^7.25.9",
				"@babel/plugin-transform-react-jsx": "^7.25.9",
				"@babel/plugin-transform-react-jsx-development": "^7.25.9",
				"@babel/plugin-transform-react-pure-annotations": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/preset-typescript": {
			"version": "7.26.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.9",
				"@babel/helper-validator-option": "^7.25.9",
				"@babel/plugin-syntax-jsx": "^7.25.9",
				"@babel/plugin-transform-modules-commonjs": "^7.25.9",
				"@babel/plugin-transform-typescript": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@babel/runtime": {
			"version": "7.25.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"regenerator-runtime": "^0.14.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/template": {
			"version": "7.25.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/code-frame": "^7.25.9",
				"@babel/parser": "^7.25.9",
				"@babel/types": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/traverse": {
			"version": "7.26.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/code-frame": "^7.26.2",
				"@babel/generator": "^7.26.3",
				"@babel/parser": "^7.26.3",
				"@babel/template": "^7.25.9",
				"@babel/types": "^7.26.3",
				"debug": "^4.3.1",
				"globals": "^11.1.0"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@babel/types": {
			"version": "7.26.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-string-parser": "^7.25.9",
				"@babel/helper-validator-identifier": "^7.25.9"
			},
			"engines": {
				"node": ">=6.9.0"
			}
		},
		"node_modules/@bcoe/v8-coverage": {
			"version": "0.2.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@csstools/css-parser-algorithms": {
			"version": "3.0.4",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/csstools"
				},
				{
					"type": "opencollective",
					"url": "https://opencollective.com/csstools"
				}
			],
			"license": "MIT",
			"engines": {
				"node": ">=18"
			},
			"peerDependencies": {
				"@csstools/css-tokenizer": "^3.0.3"
			}
		},
		"node_modules/@csstools/css-tokenizer": {
			"version": "3.0.3",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/csstools"
				},
				{
					"type": "opencollective",
					"url": "https://opencollective.com/csstools"
				}
			],
			"license": "MIT",
			"engines": {
				"node": ">=18"
			}
		},
		"node_modules/@csstools/media-query-list-parser": {
			"version": "3.0.1",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/csstools"
				},
				{
					"type": "opencollective",
					"url": "https://opencollective.com/csstools"
				}
			],
			"license": "MIT",
			"engines": {
				"node": ">=18"
			},
			"peerDependencies": {
				"@csstools/css-parser-algorithms": "^3.0.1",
				"@csstools/css-tokenizer": "^3.0.1"
			}
		},
		"node_modules/@discoveryjs/json-ext": {
			"version": "0.5.7",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"node_modules/@dual-bundle/import-meta-resolve": {
			"version": "4.1.0",
			"dev": true,
			"license": "MIT",
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/wooorm"
			}
		},
		"node_modules/@es-joy/jsdoccomment": {
			"version": "0.41.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"comment-parser": "1.4.1",
				"esquery": "^1.5.0",
				"jsdoc-type-pratt-parser": "~4.0.0"
			},
			"engines": {
				"node": ">=16"
			}
		},
		"node_modules/@eslint-community/eslint-utils": {
			"version": "4.4.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"eslint-visitor-keys": "^3.4.3"
			},
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint"
			},
			"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.12.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
			}
		},
		"node_modules/@eslint/eslintrc": {
			"version": "2.1.4",
			"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/brace-expansion": {
			"version": "1.1.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/@eslint/eslintrc/node_modules/globals": {
			"version": "13.24.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/minimatch": {
			"version": "3.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"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.57.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
			}
		},
		"node_modules/@formatjs/ecma402-abstract": {
			"version": "2.3.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@formatjs/fast-memoize": "2.2.5",
				"@formatjs/intl-localematcher": "0.5.9",
				"decimal.js": "10",
				"tslib": "2"
			}
		},
		"node_modules/@formatjs/fast-memoize": {
			"version": "2.2.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"tslib": "2"
			}
		},
		"node_modules/@formatjs/icu-messageformat-parser": {
			"version": "2.9.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@formatjs/ecma402-abstract": "2.3.1",
				"@formatjs/icu-skeleton-parser": "1.8.11",
				"tslib": "2"
			}
		},
		"node_modules/@formatjs/icu-skeleton-parser": {
			"version": "1.8.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@formatjs/ecma402-abstract": "2.3.1",
				"tslib": "2"
			}
		},
		"node_modules/@formatjs/intl-localematcher": {
			"version": "0.5.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"tslib": "2"
			}
		},
		"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.13.0",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"@humanwhocodes/object-schema": "^2.0.3",
				"debug": "^4.3.1",
				"minimatch": "^3.0.5"
			},
			"engines": {
				"node": ">=10.10.0"
			}
		},
		"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
			"version": "1.1.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
			"version": "3.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"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": "2.0.3",
			"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/schema": {
			"version": "0.1.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@jest/console": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"jest-message-util": "^29.7.0",
				"jest-util": "^29.7.0",
				"slash": "^3.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/core": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/console": "^29.7.0",
				"@jest/reporters": "^29.7.0",
				"@jest/test-result": "^29.7.0",
				"@jest/transform": "^29.7.0",
				"@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.7.0",
				"jest-config": "^29.7.0",
				"jest-haste-map": "^29.7.0",
				"jest-message-util": "^29.7.0",
				"jest-regex-util": "^29.6.3",
				"jest-resolve": "^29.7.0",
				"jest-resolve-dependencies": "^29.7.0",
				"jest-runner": "^29.7.0",
				"jest-runtime": "^29.7.0",
				"jest-snapshot": "^29.7.0",
				"jest-util": "^29.7.0",
				"jest-validate": "^29.7.0",
				"jest-watcher": "^29.7.0",
				"micromatch": "^4.0.4",
				"pretty-format": "^29.7.0",
				"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/fake-timers": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"jest-mock": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/expect": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"expect": "^29.7.0",
				"jest-snapshot": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/expect-utils": {
			"version": "29.7.0",
			"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@sinonjs/fake-timers": "^10.0.2",
				"@types/node": "*",
				"jest-message-util": "^29.7.0",
				"jest-mock": "^29.7.0",
				"jest-util": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/globals": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/environment": "^29.7.0",
				"@jest/expect": "^29.7.0",
				"@jest/types": "^29.6.3",
				"jest-mock": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/reporters": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@bcoe/v8-coverage": "^0.2.3",
				"@jest/console": "^29.7.0",
				"@jest/test-result": "^29.7.0",
				"@jest/transform": "^29.7.0",
				"@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.7.0",
				"jest-util": "^29.7.0",
				"jest-worker": "^29.7.0",
				"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.3",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"@babel/core": "^7.23.9",
				"@babel/parser": "^7.23.9",
				"@istanbuljs/schema": "^0.1.3",
				"istanbul-lib-coverage": "^3.2.0",
				"semver": "^7.5.4"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@jest/reporters/node_modules/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/console": "^29.7.0",
				"@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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/test-result": "^29.7.0",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.7.0",
				"slash": "^3.0.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/@jest/transform": {
			"version": "29.7.0",
			"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.7.0",
				"jest-regex-util": "^29.6.3",
				"jest-util": "^29.7.0",
				"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/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.8",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jridgewell/set-array": "^1.2.1",
				"@jridgewell/sourcemap-codec": "^1.4.10",
				"@jridgewell/trace-mapping": "^0.3.24"
			},
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@jridgewell/resolve-uri": {
			"version": "3.1.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@jridgewell/set-array": {
			"version": "1.2.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"node_modules/@jridgewell/source-map": {
			"version": "0.3.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jridgewell/gen-mapping": "^0.3.5",
				"@jridgewell/trace-mapping": "^0.3.25"
			}
		},
		"node_modules/@jridgewell/sourcemap-codec": {
			"version": "1.5.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@jridgewell/trace-mapping": {
			"version": "0.3.25",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jridgewell/resolve-uri": "^3.1.0",
				"@jridgewell/sourcemap-codec": "^1.4.14"
			}
		},
		"node_modules/@leichtgewicht/ip-codec": {
			"version": "2.0.5",
			"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/@parcel/watcher": {
			"version": "2.5.0",
			"dev": true,
			"hasInstallScript": true,
			"license": "MIT",
			"optional": true,
			"dependencies": {
				"detect-libc": "^1.0.3",
				"is-glob": "^4.0.3",
				"micromatch": "^4.0.5",
				"node-addon-api": "^7.0.0"
			},
			"engines": {
				"node": ">= 10.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/parcel"
			},
			"optionalDependencies": {
				"@parcel/watcher-android-arm64": "2.5.0",
				"@parcel/watcher-darwin-arm64": "2.5.0",
				"@parcel/watcher-darwin-x64": "2.5.0",
				"@parcel/watcher-freebsd-x64": "2.5.0",
				"@parcel/watcher-linux-arm-glibc": "2.5.0",
				"@parcel/watcher-linux-arm-musl": "2.5.0",
				"@parcel/watcher-linux-arm64-glibc": "2.5.0",
				"@parcel/watcher-linux-arm64-musl": "2.5.0",
				"@parcel/watcher-linux-x64-glibc": "2.5.0",
				"@parcel/watcher-linux-x64-musl": "2.5.0",
				"@parcel/watcher-win32-arm64": "2.5.0",
				"@parcel/watcher-win32-ia32": "2.5.0",
				"@parcel/watcher-win32-x64": "2.5.0"
			}
		},
		"node_modules/@parcel/watcher-win32-x64": {
			"version": "2.5.0",
			"cpu": [
				"x64"
			],
			"dev": true,
			"license": "MIT",
			"optional": true,
			"os": [
				"win32"
			],
			"engines": {
				"node": ">= 10.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/parcel"
			}
		},
		"node_modules/@paulirish/trace_engine": {
			"version": "0.0.39",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"third-party-web": "latest"
			}
		},
		"node_modules/@pkgr/core": {
			"version": "0.1.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/unts"
			}
		},
		"node_modules/@playwright/test": {
			"version": "1.49.1",
			"dev": true,
			"license": "Apache-2.0",
			"peer": true,
			"dependencies": {
				"playwright": "1.49.1"
			},
			"bin": {
				"playwright": "cli.js"
			},
			"engines": {
				"node": ">=18"
			}
		},
		"node_modules/@pmmmwh/react-refresh-webpack-plugin": {
			"version": "0.5.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ansi-html": "^0.0.9",
				"core-js-pure": "^3.23.3",
				"error-stack-parser": "^2.0.6",
				"html-entities": "^2.1.0",
				"loader-utils": "^2.0.4",
				"schema-utils": "^4.2.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 || 5.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/@polka/url": {
			"version": "1.0.0-next.28",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@puppeteer/browsers": {
			"version": "2.6.1",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"debug": "^4.4.0",
				"extract-zip": "^2.0.1",
				"progress": "^2.0.3",
				"proxy-agent": "^6.5.0",
				"semver": "^7.6.3",
				"tar-fs": "^3.0.6",
				"unbzip2-stream": "^1.4.3",
				"yargs": "^17.7.2"
			},
			"bin": {
				"browsers": "lib/cjs/main-cli.js"
			},
			"engines": {
				"node": ">=18"
			}
		},
		"node_modules/@puppeteer/browsers/node_modules/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@rtsao/scc": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@sentry-internal/tracing": {
			"version": "7.120.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@sentry/core": "7.120.2",
				"@sentry/types": "7.120.2",
				"@sentry/utils": "7.120.2"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@sentry/core": {
			"version": "7.120.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@sentry/types": "7.120.2",
				"@sentry/utils": "7.120.2"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@sentry/integrations": {
			"version": "7.120.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@sentry/core": "7.120.2",
				"@sentry/types": "7.120.2",
				"@sentry/utils": "7.120.2",
				"localforage": "^1.8.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@sentry/node": {
			"version": "7.120.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@sentry-internal/tracing": "7.120.2",
				"@sentry/core": "7.120.2",
				"@sentry/integrations": "7.120.2",
				"@sentry/types": "7.120.2",
				"@sentry/utils": "7.120.2"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@sentry/types": {
			"version": "7.120.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@sentry/utils": {
			"version": "7.120.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@sentry/types": "7.120.2"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/@sideway/address": {
			"version": "4.1.5",
			"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/@sinonjs/commons": {
			"version": "3.0.1",
			"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/@stylistic/stylelint-plugin": {
			"version": "3.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@csstools/css-parser-algorithms": "^3.0.1",
				"@csstools/css-tokenizer": "^3.0.1",
				"@csstools/media-query-list-parser": "^3.0.1",
				"is-plain-object": "^5.0.0",
				"postcss-selector-parser": "^6.1.2",
				"postcss-value-parser": "^4.2.0",
				"style-search": "^0.1.0",
				"stylelint": "^16.8.2"
			},
			"engines": {
				"node": "^18.12 || >=20.9"
			},
			"peerDependencies": {
				"stylelint": "^16.8.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/@tootallnate/once": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 10"
			}
		},
		"node_modules/@tootallnate/quickjs-emscripten": {
			"version": "0.23.0",
			"dev": true,
			"license": "MIT"
		},
		"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.5",
			"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.8",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.0.0"
			}
		},
		"node_modules/@types/babel__template": {
			"version": "7.4.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/parser": "^7.1.0",
				"@babel/types": "^7.0.0"
			}
		},
		"node_modules/@types/babel__traverse": {
			"version": "7.20.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/types": "^7.20.7"
			}
		},
		"node_modules/@types/body-parser": {
			"version": "1.19.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/connect": "*",
				"@types/node": "*"
			}
		},
		"node_modules/@types/bonjour": {
			"version": "3.5.13",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/connect": {
			"version": "3.4.38",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/connect-history-api-fallback": {
			"version": "1.5.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/express-serve-static-core": "*",
				"@types/node": "*"
			}
		},
		"node_modules/@types/eslint": {
			"version": "9.6.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/estree": "*",
				"@types/json-schema": "*"
			}
		},
		"node_modules/@types/eslint-scope": {
			"version": "3.7.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/eslint": "*",
				"@types/estree": "*"
			}
		},
		"node_modules/@types/estree": {
			"version": "1.0.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/express": {
			"version": "4.17.21",
			"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": "5.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*",
				"@types/qs": "*",
				"@types/range-parser": "*",
				"@types/send": "*"
			}
		},
		"node_modules/@types/express/node_modules/@types/express-serve-static-core": {
			"version": "4.19.6",
			"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.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/http-errors": {
			"version": "2.0.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/http-proxy": {
			"version": "1.17.15",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/istanbul-lib-coverage": {
			"version": "2.0.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/istanbul-lib-report": {
			"version": "3.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/istanbul-lib-coverage": "*"
			}
		},
		"node_modules/@types/istanbul-reports": {
			"version": "3.0.4",
			"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.15",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/json5": {
			"version": "0.0.29",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/mime": {
			"version": "1.3.5",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/minimatch": {
			"version": "5.1.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/minimist": {
			"version": "1.2.5",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/node": {
			"version": "22.10.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"undici-types": "~6.20.0"
			}
		},
		"node_modules/@types/node-forge": {
			"version": "1.3.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/normalize-package-data": {
			"version": "2.4.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/parse-json": {
			"version": "4.0.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/qs": {
			"version": "6.9.17",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/range-parser": {
			"version": "1.2.7",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/retry": {
			"version": "0.12.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/semver": {
			"version": "7.5.8",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/send": {
			"version": "0.17.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/mime": "^1",
				"@types/node": "*"
			}
		},
		"node_modules/@types/serve-index": {
			"version": "1.9.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/express": "*"
			}
		},
		"node_modules/@types/serve-static": {
			"version": "1.15.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/http-errors": "*",
				"@types/node": "*",
				"@types/send": "*"
			}
		},
		"node_modules/@types/sockjs": {
			"version": "0.3.36",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/source-list-map": {
			"version": "0.1.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/stack-utils": {
			"version": "2.0.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/tapable": {
			"version": "1.0.12",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/tough-cookie": {
			"version": "4.0.5",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/trusted-types": {
			"version": "2.0.7",
			"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
			"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
			"license": "MIT",
			"optional": true
		},
		"node_modules/@types/uglify-js": {
			"version": "3.17.5",
			"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.40",
			"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.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*",
				"@types/source-list-map": "*",
				"source-map": "^0.7.3"
			}
		},
		"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.13",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@types/yargs": {
			"version": "17.0.33",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/yargs-parser": "*"
			}
		},
		"node_modules/@types/yargs-parser": {
			"version": "21.0.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@types/yauzl": {
			"version": "2.10.3",
			"dev": true,
			"license": "MIT",
			"optional": true,
			"dependencies": {
				"@types/node": "*"
			}
		},
		"node_modules/@typescript-eslint/eslint-plugin": {
			"version": "6.21.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@eslint-community/regexpp": "^4.5.1",
				"@typescript-eslint/scope-manager": "6.21.0",
				"@typescript-eslint/type-utils": "6.21.0",
				"@typescript-eslint/utils": "6.21.0",
				"@typescript-eslint/visitor-keys": "6.21.0",
				"debug": "^4.3.4",
				"graphemer": "^1.4.0",
				"ignore": "^5.2.4",
				"natural-compare": "^1.4.0",
				"semver": "^7.5.4",
				"ts-api-utils": "^1.0.1"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependencies": {
				"@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
				"eslint": "^7.0.0 || ^8.0.0"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/parser": {
			"version": "6.21.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"@typescript-eslint/scope-manager": "6.21.0",
				"@typescript-eslint/types": "6.21.0",
				"@typescript-eslint/typescript-estree": "6.21.0",
				"@typescript-eslint/visitor-keys": "6.21.0",
				"debug": "^4.3.4"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependencies": {
				"eslint": "^7.0.0 || ^8.0.0"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@typescript-eslint/scope-manager": {
			"version": "6.21.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@typescript-eslint/types": "6.21.0",
				"@typescript-eslint/visitor-keys": "6.21.0"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			}
		},
		"node_modules/@typescript-eslint/type-utils": {
			"version": "6.21.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@typescript-eslint/typescript-estree": "6.21.0",
				"@typescript-eslint/utils": "6.21.0",
				"debug": "^4.3.4",
				"ts-api-utils": "^1.0.1"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependencies": {
				"eslint": "^7.0.0 || ^8.0.0"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@typescript-eslint/types": {
			"version": "6.21.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			}
		},
		"node_modules/@typescript-eslint/typescript-estree": {
			"version": "6.21.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"@typescript-eslint/types": "6.21.0",
				"@typescript-eslint/visitor-keys": "6.21.0",
				"debug": "^4.3.4",
				"globby": "^11.1.0",
				"is-glob": "^4.0.3",
				"minimatch": "9.0.3",
				"semver": "^7.5.4",
				"ts-api-utils": "^1.0.1"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/utils": {
			"version": "6.21.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@eslint-community/eslint-utils": "^4.4.0",
				"@types/json-schema": "^7.0.12",
				"@types/semver": "^7.5.0",
				"@typescript-eslint/scope-manager": "6.21.0",
				"@typescript-eslint/types": "6.21.0",
				"@typescript-eslint/typescript-estree": "6.21.0",
				"semver": "^7.5.4"
			},
			"engines": {
				"node": "^16.0.0 || >=18.0.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/typescript-eslint"
			},
			"peerDependencies": {
				"eslint": "^7.0.0 || ^8.0.0"
			}
		},
		"node_modules/@typescript-eslint/utils/node_modules/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/@typescript-eslint/visitor-keys": {
			"version": "6.21.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@typescript-eslint/types": "6.21.0",
				"eslint-visitor-keys": "^3.4.1"
			},
			"engines": {
				"node": "^16.0.0 || >=18.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/@ungap/structured-clone": {
			"version": "1.2.1",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/@webassemblyjs/ast": {
			"version": "1.14.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/helper-numbers": "1.13.2",
				"@webassemblyjs/helper-wasm-bytecode": "1.13.2"
			}
		},
		"node_modules/@webassemblyjs/floating-point-hex-parser": {
			"version": "1.13.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@webassemblyjs/helper-api-error": {
			"version": "1.13.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@webassemblyjs/helper-buffer": {
			"version": "1.14.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@webassemblyjs/helper-numbers": {
			"version": "1.13.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/floating-point-hex-parser": "1.13.2",
				"@webassemblyjs/helper-api-error": "1.13.2",
				"@xtuc/long": "4.2.2"
			}
		},
		"node_modules/@webassemblyjs/helper-wasm-bytecode": {
			"version": "1.13.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@webassemblyjs/helper-wasm-section": {
			"version": "1.14.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/ast": "1.14.1",
				"@webassemblyjs/helper-buffer": "1.14.1",
				"@webassemblyjs/helper-wasm-bytecode": "1.13.2",
				"@webassemblyjs/wasm-gen": "1.14.1"
			}
		},
		"node_modules/@webassemblyjs/ieee754": {
			"version": "1.13.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@xtuc/ieee754": "^1.2.0"
			}
		},
		"node_modules/@webassemblyjs/leb128": {
			"version": "1.13.2",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"@xtuc/long": "4.2.2"
			}
		},
		"node_modules/@webassemblyjs/utf8": {
			"version": "1.13.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/@webassemblyjs/wasm-edit": {
			"version": "1.14.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/ast": "1.14.1",
				"@webassemblyjs/helper-buffer": "1.14.1",
				"@webassemblyjs/helper-wasm-bytecode": "1.13.2",
				"@webassemblyjs/helper-wasm-section": "1.14.1",
				"@webassemblyjs/wasm-gen": "1.14.1",
				"@webassemblyjs/wasm-opt": "1.14.1",
				"@webassemblyjs/wasm-parser": "1.14.1",
				"@webassemblyjs/wast-printer": "1.14.1"
			}
		},
		"node_modules/@webassemblyjs/wasm-gen": {
			"version": "1.14.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/ast": "1.14.1",
				"@webassemblyjs/helper-wasm-bytecode": "1.13.2",
				"@webassemblyjs/ieee754": "1.13.2",
				"@webassemblyjs/leb128": "1.13.2",
				"@webassemblyjs/utf8": "1.13.2"
			}
		},
		"node_modules/@webassemblyjs/wasm-opt": {
			"version": "1.14.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/ast": "1.14.1",
				"@webassemblyjs/helper-buffer": "1.14.1",
				"@webassemblyjs/wasm-gen": "1.14.1",
				"@webassemblyjs/wasm-parser": "1.14.1"
			}
		},
		"node_modules/@webassemblyjs/wasm-parser": {
			"version": "1.14.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/ast": "1.14.1",
				"@webassemblyjs/helper-api-error": "1.13.2",
				"@webassemblyjs/helper-wasm-bytecode": "1.13.2",
				"@webassemblyjs/ieee754": "1.13.2",
				"@webassemblyjs/leb128": "1.13.2",
				"@webassemblyjs/utf8": "1.13.2"
			}
		},
		"node_modules/@webassemblyjs/wast-printer": {
			"version": "1.14.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@webassemblyjs/ast": "1.14.1",
				"@xtuc/long": "4.2.2"
			}
		},
		"node_modules/@webpack-cli/configtest": {
			"version": "2.1.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14.15.0"
			},
			"peerDependencies": {
				"webpack": "5.x.x",
				"webpack-cli": "5.x.x"
			}
		},
		"node_modules/@webpack-cli/info": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14.15.0"
			},
			"peerDependencies": {
				"webpack": "5.x.x",
				"webpack-cli": "5.x.x"
			}
		},
		"node_modules/@webpack-cli/serve": {
			"version": "2.0.5",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14.15.0"
			},
			"peerDependencies": {
				"webpack": "5.x.x",
				"webpack-cli": "5.x.x"
			},
			"peerDependenciesMeta": {
				"webpack-dev-server": {
					"optional": true
				}
			}
		},
		"node_modules/@wordpress/babel-preset-default": {
			"version": "8.14.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/core": "7.25.7",
				"@babel/plugin-transform-react-jsx": "7.25.7",
				"@babel/plugin-transform-runtime": "7.25.7",
				"@babel/preset-env": "7.25.7",
				"@babel/preset-typescript": "7.25.7",
				"@babel/runtime": "7.25.7",
				"@wordpress/browserslist-config": "*",
				"@wordpress/warning": "*",
				"browserslist": "^4.21.10",
				"core-js": "^3.31.0",
				"react": "^18.3.0"
			},
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			}
		},
		"node_modules/@wordpress/babel-preset-default/node_modules/@babel/plugin-transform-react-jsx": {
			"version": "7.25.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-annotate-as-pure": "^7.25.7",
				"@babel/helper-module-imports": "^7.25.7",
				"@babel/helper-plugin-utils": "^7.25.7",
				"@babel/plugin-syntax-jsx": "^7.25.7",
				"@babel/types": "^7.25.7"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@wordpress/babel-preset-default/node_modules/@babel/preset-env": {
			"version": "7.25.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/compat-data": "^7.25.7",
				"@babel/helper-compilation-targets": "^7.25.7",
				"@babel/helper-plugin-utils": "^7.25.7",
				"@babel/helper-validator-option": "^7.25.7",
				"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.7",
				"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.7",
				"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.7",
				"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.7",
				"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.7",
				"@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.25.7",
				"@babel/plugin-syntax-import-attributes": "^7.25.7",
				"@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.25.7",
				"@babel/plugin-transform-async-generator-functions": "^7.25.7",
				"@babel/plugin-transform-async-to-generator": "^7.25.7",
				"@babel/plugin-transform-block-scoped-functions": "^7.25.7",
				"@babel/plugin-transform-block-scoping": "^7.25.7",
				"@babel/plugin-transform-class-properties": "^7.25.7",
				"@babel/plugin-transform-class-static-block": "^7.25.7",
				"@babel/plugin-transform-classes": "^7.25.7",
				"@babel/plugin-transform-computed-properties": "^7.25.7",
				"@babel/plugin-transform-destructuring": "^7.25.7",
				"@babel/plugin-transform-dotall-regex": "^7.25.7",
				"@babel/plugin-transform-duplicate-keys": "^7.25.7",
				"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.7",
				"@babel/plugin-transform-dynamic-import": "^7.25.7",
				"@babel/plugin-transform-exponentiation-operator": "^7.25.7",
				"@babel/plugin-transform-export-namespace-from": "^7.25.7",
				"@babel/plugin-transform-for-of": "^7.25.7",
				"@babel/plugin-transform-function-name": "^7.25.7",
				"@babel/plugin-transform-json-strings": "^7.25.7",
				"@babel/plugin-transform-literals": "^7.25.7",
				"@babel/plugin-transform-logical-assignment-operators": "^7.25.7",
				"@babel/plugin-transform-member-expression-literals": "^7.25.7",
				"@babel/plugin-transform-modules-amd": "^7.25.7",
				"@babel/plugin-transform-modules-commonjs": "^7.25.7",
				"@babel/plugin-transform-modules-systemjs": "^7.25.7",
				"@babel/plugin-transform-modules-umd": "^7.25.7",
				"@babel/plugin-transform-named-capturing-groups-regex": "^7.25.7",
				"@babel/plugin-transform-new-target": "^7.25.7",
				"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.7",
				"@babel/plugin-transform-numeric-separator": "^7.25.7",
				"@babel/plugin-transform-object-rest-spread": "^7.25.7",
				"@babel/plugin-transform-object-super": "^7.25.7",
				"@babel/plugin-transform-optional-catch-binding": "^7.25.7",
				"@babel/plugin-transform-optional-chaining": "^7.25.7",
				"@babel/plugin-transform-parameters": "^7.25.7",
				"@babel/plugin-transform-private-methods": "^7.25.7",
				"@babel/plugin-transform-private-property-in-object": "^7.25.7",
				"@babel/plugin-transform-property-literals": "^7.25.7",
				"@babel/plugin-transform-regenerator": "^7.25.7",
				"@babel/plugin-transform-reserved-words": "^7.25.7",
				"@babel/plugin-transform-shorthand-properties": "^7.25.7",
				"@babel/plugin-transform-spread": "^7.25.7",
				"@babel/plugin-transform-sticky-regex": "^7.25.7",
				"@babel/plugin-transform-template-literals": "^7.25.7",
				"@babel/plugin-transform-typeof-symbol": "^7.25.7",
				"@babel/plugin-transform-unicode-escapes": "^7.25.7",
				"@babel/plugin-transform-unicode-property-regex": "^7.25.7",
				"@babel/plugin-transform-unicode-regex": "^7.25.7",
				"@babel/plugin-transform-unicode-sets-regex": "^7.25.7",
				"@babel/preset-modules": "0.1.6-no-external-plugins",
				"babel-plugin-polyfill-corejs2": "^0.4.10",
				"babel-plugin-polyfill-corejs3": "^0.10.6",
				"babel-plugin-polyfill-regenerator": "^0.6.1",
				"core-js-compat": "^3.38.1",
				"semver": "^6.3.1"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@wordpress/babel-preset-default/node_modules/@babel/preset-env/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/@wordpress/babel-preset-default/node_modules/@babel/preset-env/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/@wordpress/babel-preset-default/node_modules/@babel/preset-typescript": {
			"version": "7.25.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-plugin-utils": "^7.25.7",
				"@babel/helper-validator-option": "^7.25.7",
				"@babel/plugin-syntax-jsx": "^7.25.7",
				"@babel/plugin-transform-modules-commonjs": "^7.25.7",
				"@babel/plugin-transform-typescript": "^7.25.7"
			},
			"engines": {
				"node": ">=6.9.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.0.0-0"
			}
		},
		"node_modules/@wordpress/base-styles": {
			"version": "5.14.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			}
		},
		"node_modules/@wordpress/browserslist-config": {
			"version": "6.14.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			}
		},
		"node_modules/@wordpress/dependency-extraction-webpack-plugin": {
			"version": "6.14.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"json2php": "^0.0.7"
			},
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			},
			"peerDependencies": {
				"webpack": "^5.0.0"
			}
		},
		"node_modules/@wordpress/dependency-extraction-webpack-plugin/node_modules/json2php": {
			"version": "0.0.7",
			"dev": true,
			"license": "BSD"
		},
		"node_modules/@wordpress/e2e-test-utils-playwright": {
			"version": "1.14.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"change-case": "^4.1.2",
				"form-data": "^4.0.0",
				"get-port": "^5.1.1",
				"lighthouse": "^12.2.2",
				"mime": "^3.0.0",
				"web-vitals": "^4.2.1"
			},
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			},
			"peerDependencies": {
				"@playwright/test": ">=1"
			}
		},
		"node_modules/@wordpress/eslint-plugin": {
			"version": "22.0.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/eslint-parser": "7.25.7",
				"@typescript-eslint/eslint-plugin": "^6.4.1",
				"@typescript-eslint/parser": "^6.4.1",
				"@wordpress/babel-preset-default": "*",
				"@wordpress/prettier-config": "*",
				"cosmiconfig": "^7.0.0",
				"eslint-config-prettier": "^8.3.0",
				"eslint-plugin-import": "^2.25.2",
				"eslint-plugin-jest": "^27.4.3",
				"eslint-plugin-jsdoc": "^46.4.6",
				"eslint-plugin-jsx-a11y": "^6.5.1",
				"eslint-plugin-playwright": "^0.15.3",
				"eslint-plugin-prettier": "^5.0.0",
				"eslint-plugin-react": "^7.27.0",
				"eslint-plugin-react-hooks": "^4.3.0",
				"globals": "^13.12.0",
				"requireindex": "^1.2.0"
			},
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			},
			"peerDependencies": {
				"@babel/core": ">=7",
				"eslint": ">=8",
				"prettier": ">=3",
				"typescript": ">=5"
			},
			"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.24.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/jest-console": {
			"version": "8.14.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/runtime": "7.25.7",
				"jest-matcher-utils": "^29.6.2"
			},
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			},
			"peerDependencies": {
				"jest": ">=29"
			}
		},
		"node_modules/@wordpress/jest-preset-default": {
			"version": "12.14.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@wordpress/jest-console": "*",
				"babel-jest": "29.7.0"
			},
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			},
			"peerDependencies": {
				"@babel/core": ">=7",
				"jest": ">=29"
			}
		},
		"node_modules/@wordpress/npm-package-json-lint-config": {
			"version": "5.14.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			},
			"peerDependencies": {
				"npm-package-json-lint": ">=6.0.0"
			}
		},
		"node_modules/@wordpress/postcss-plugins-preset": {
			"version": "5.14.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@wordpress/base-styles": "*",
				"autoprefixer": "^10.2.5"
			},
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			},
			"peerDependencies": {
				"postcss": "^8.0.0"
			}
		},
		"node_modules/@wordpress/prettier-config": {
			"version": "4.14.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			},
			"peerDependencies": {
				"prettier": ">=3"
			}
		},
		"node_modules/@wordpress/scripts": {
			"version": "30.7.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"dependencies": {
				"@babel/core": "7.25.7",
				"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
				"@svgr/webpack": "^8.0.1",
				"@wordpress/babel-preset-default": "*",
				"@wordpress/browserslist-config": "*",
				"@wordpress/dependency-extraction-webpack-plugin": "*",
				"@wordpress/e2e-test-utils-playwright": "*",
				"@wordpress/eslint-plugin": "*",
				"@wordpress/jest-preset-default": "*",
				"@wordpress/npm-package-json-lint-config": "*",
				"@wordpress/postcss-plugins-preset": "*",
				"@wordpress/prettier-config": "*",
				"@wordpress/stylelint-config": "*",
				"adm-zip": "^0.5.9",
				"babel-jest": "29.7.0",
				"babel-loader": "9.2.1",
				"browserslist": "^4.21.10",
				"chalk": "^4.0.0",
				"check-node-version": "^4.1.0",
				"clean-webpack-plugin": "^3.0.0",
				"copy-webpack-plugin": "^10.2.0",
				"cross-spawn": "^7.0.6",
				"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": "^10.1.4",
				"jest-environment-jsdom": "^29.6.2",
				"jest-environment-node": "^29.6.2",
				"json2php": "^0.0.9",
				"markdownlint-cli": "^0.31.1",
				"merge-deep": "^3.0.3",
				"mini-css-extract-plugin": "^2.9.2",
				"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@3.0.3",
				"puppeteer-core": "^23.10.1",
				"react-refresh": "^0.14.0",
				"read-pkg-up": "^7.0.1",
				"resolve-bin": "^0.4.0",
				"rtlcss-webpack-plugin": "^4.0.7",
				"sass": "^1.50.1",
				"sass-loader": "^16.0.3",
				"schema-utils": "^4.2.0",
				"source-map-loader": "^3.0.0",
				"stylelint": "^16.8.2",
				"terser-webpack-plugin": "^5.3.10",
				"url-loader": "^4.1.1",
				"webpack": "^5.97.0",
				"webpack-bundle-analyzer": "^4.9.1",
				"webpack-cli": "^5.1.4",
				"webpack-dev-server": "^4.15.1"
			},
			"bin": {
				"wp-scripts": "bin/wp-scripts.js"
			},
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			},
			"peerDependencies": {
				"@playwright/test": "^1.48.1",
				"react": "^18.0.0",
				"react-dom": "^18.0.0"
			}
		},
		"node_modules/@wordpress/stylelint-config": {
			"version": "23.6.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@stylistic/stylelint-plugin": "^3.0.1",
				"stylelint-config-recommended": "^14.0.1",
				"stylelint-config-recommended-scss": "^14.1.0"
			},
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			},
			"peerDependencies": {
				"stylelint": "^16.8.2"
			}
		},
		"node_modules/@wordpress/warning": {
			"version": "3.14.0",
			"dev": true,
			"license": "GPL-2.0-or-later",
			"engines": {
				"node": ">=18.12.0",
				"npm": ">=8.19.2"
			}
		},
		"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/accepts/node_modules/negotiator": {
			"version": "0.6.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/acorn": {
			"version": "8.14.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-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.3.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"acorn": "^8.11.0"
			},
			"engines": {
				"node": ">=0.4.0"
			}
		},
		"node_modules/adm-zip": {
			"version": "0.5.16",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12.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.17.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.3",
				"fast-uri": "^3.0.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.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-colors": {
			"version": "4.1.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/ansi-escapes": {
			"version": "4.3.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"type-fest": "^0.21.3"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/ansi-html": {
			"version": "0.0.9",
			"dev": true,
			"engines": [
				"node >= 0.8.0"
			],
			"license": "Apache-2.0",
			"bin": {
				"ansi-html": "bin/ansi-html"
			}
		},
		"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",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/ansi-styles": {
			"version": "4.3.0",
			"dev": true,
			"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",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"sprintf-js": "~1.0.2"
			}
		},
		"node_modules/aria-query": {
			"version": "5.3.2",
			"dev": true,
			"license": "Apache-2.0",
			"engines": {
				"node": ">= 0.4"
			}
		},
		"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.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.5",
				"is-array-buffer": "^3.0.4"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array-flatten": {
			"version": "1.1.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/array-includes": {
			"version": "3.1.8",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2",
				"es-object-atoms": "^1.0.0",
				"get-intrinsic": "^1.2.4",
				"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.findlast": {
			"version": "1.2.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2",
				"es-errors": "^1.3.0",
				"es-object-atoms": "^1.0.0",
				"es-shim-unscopables": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array.prototype.findlastindex": {
			"version": "1.2.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2",
				"es-errors": "^1.3.0",
				"es-object-atoms": "^1.0.0",
				"es-shim-unscopables": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array.prototype.flat": {
			"version": "1.3.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.8",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.5",
				"es-shim-unscopables": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array.prototype.flatmap": {
			"version": "1.3.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.8",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.5",
				"es-shim-unscopables": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/array.prototype.tosorted": {
			"version": "1.1.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.3",
				"es-errors": "^1.3.0",
				"es-shim-unscopables": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/arraybuffer.prototype.slice": {
			"version": "1.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"array-buffer-byte-length": "^1.0.1",
				"call-bind": "^1.0.8",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.5",
				"es-errors": "^1.3.0",
				"get-intrinsic": "^1.2.6",
				"is-array-buffer": "^3.0.4"
			},
			"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": {
			"version": "0.13.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"tslib": "^2.0.1"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/ast-types-flow": {
			"version": "0.0.8",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/astral-regex": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/asynckit": {
			"version": "0.4.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/autoprefixer": {
			"version": "10.4.20",
			"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.23.3",
				"caniuse-lite": "^1.0.30001646",
				"fraction.js": "^4.3.7",
				"normalize-range": "^0.1.2",
				"picocolors": "^1.0.1",
				"postcss-value-parser": "^4.2.0"
			},
			"bin": {
				"autoprefixer": "bin/autoprefixer"
			},
			"engines": {
				"node": "^10 || ^12 || >=14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/available-typed-arrays": {
			"version": "1.0.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"possible-typed-array-names": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/axe-core": {
			"version": "4.10.2",
			"dev": true,
			"license": "MPL-2.0",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/axios": {
			"version": "1.7.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"follow-redirects": "^1.15.6",
				"form-data": "^4.0.0",
				"proxy-from-env": "^1.1.0"
			}
		},
		"node_modules/axobject-query": {
			"version": "4.1.0",
			"dev": true,
			"license": "Apache-2.0",
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/b4a": {
			"version": "1.6.7",
			"dev": true,
			"license": "Apache-2.0"
		},
		"node_modules/babel-jest": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/transform": "^29.7.0",
				"@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": "9.2.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"find-cache-dir": "^4.0.0",
				"schema-utils": "^4.0.0"
			},
			"engines": {
				"node": ">= 14.15.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.12.0",
				"webpack": ">=5"
			}
		},
		"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-polyfill-corejs2": {
			"version": "0.4.12",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/compat-data": "^7.22.6",
				"@babel/helper-define-polyfill-provider": "^0.6.3",
				"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.10.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-define-polyfill-provider": "^0.6.2",
				"core-js-compat": "^3.38.0"
			},
			"peerDependencies": {
				"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
			}
		},
		"node_modules/babel-plugin-polyfill-regenerator": {
			"version": "0.6.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/helper-define-polyfill-provider": "^0.6.3"
			},
			"peerDependencies": {
				"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
			}
		},
		"node_modules/babel-preset-current-node-syntax": {
			"version": "1.1.0",
			"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.12.13",
				"@babel/plugin-syntax-class-static-block": "^7.14.5",
				"@babel/plugin-syntax-import-attributes": "^7.24.7",
				"@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"
			},
			"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/babel-runtime": {
			"version": "6.25.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"core-js": "^2.4.0",
				"regenerator-runtime": "^0.10.0"
			}
		},
		"node_modules/babel-runtime/node_modules/core-js": {
			"version": "2.6.12",
			"dev": true,
			"hasInstallScript": true,
			"license": "MIT"
		},
		"node_modules/babel-runtime/node_modules/regenerator-runtime": {
			"version": "0.10.5",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/balanced-match": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/bare-events": {
			"version": "2.5.0",
			"dev": true,
			"license": "Apache-2.0",
			"optional": true
		},
		"node_modules/bare-fs": {
			"version": "2.3.5",
			"dev": true,
			"license": "Apache-2.0",
			"optional": true,
			"dependencies": {
				"bare-events": "^2.0.0",
				"bare-path": "^2.0.0",
				"bare-stream": "^2.0.0"
			}
		},
		"node_modules/bare-os": {
			"version": "2.4.4",
			"dev": true,
			"license": "Apache-2.0",
			"optional": true
		},
		"node_modules/bare-path": {
			"version": "2.1.3",
			"dev": true,
			"license": "Apache-2.0",
			"optional": true,
			"dependencies": {
				"bare-os": "^2.1.0"
			}
		},
		"node_modules/bare-stream": {
			"version": "2.6.1",
			"dev": true,
			"license": "Apache-2.0",
			"optional": true,
			"dependencies": {
				"streamx": "^2.21.0"
			}
		},
		"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/basic-ftp": {
			"version": "5.0.5",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"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.3.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/body-parser": {
			"version": "1.20.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"bytes": "3.1.2",
				"content-type": "~1.0.5",
				"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.13.0",
				"raw-body": "2.5.2",
				"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/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/bonjour-service": {
			"version": "1.3.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"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": "2.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"balanced-match": "^1.0.0"
			}
		},
		"node_modules/braces": {
			"version": "3.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fill-range": "^7.1.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/browserslist": {
			"version": "4.24.3",
			"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.30001688",
				"electron-to-chromium": "^1.5.73",
				"node-releases": "^2.0.19",
				"update-browserslist-db": "^1.1.1"
			},
			"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",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "*"
			}
		},
		"node_modules/buffer-from": {
			"version": "1.1.2",
			"dev": true,
			"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/bytes": {
			"version": "3.1.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/call-bind": {
			"version": "1.0.8",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind-apply-helpers": "^1.0.0",
				"es-define-property": "^1.0.0",
				"get-intrinsic": "^1.2.4",
				"set-function-length": "^1.2.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/call-bind-apply-helpers": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"es-errors": "^1.3.0",
				"function-bind": "^1.1.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/call-bound": {
			"version": "1.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind-apply-helpers": "^1.0.1",
				"get-intrinsic": "^1.2.6"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/callsites": {
			"version": "3.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/camel-case": {
			"version": "4.1.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"pascal-case": "^3.1.2",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/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/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.30001689",
			"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",
			"dev": true,
			"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",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ansi-styles": "^4.1.0",
				"supports-color": "^7.1.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/chalk/chalk?sponsor=1"
			}
		},
		"node_modules/change-case": {
			"version": "4.1.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"camel-case": "^4.1.2",
				"capital-case": "^1.0.4",
				"constant-case": "^3.0.4",
				"dot-case": "^3.0.4",
				"header-case": "^2.0.4",
				"no-case": "^3.0.4",
				"param-case": "^3.0.4",
				"pascal-case": "^3.1.2",
				"path-case": "^3.0.4",
				"sentence-case": "^3.0.4",
				"snake-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/char-regex": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			}
		},
		"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": "4.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"readdirp": "^4.0.1"
			},
			"engines": {
				"node": ">= 14.16.0"
			},
			"funding": {
				"url": "https://paulmillr.com/funding/"
			}
		},
		"node_modules/chrome-launcher": {
			"version": "1.1.2",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"@types/node": "*",
				"escape-string-regexp": "^4.0.0",
				"is-wsl": "^2.2.0",
				"lighthouse-logger": "^2.0.1"
			},
			"bin": {
				"print-chrome-path": "bin/print-chrome-path.js"
			},
			"engines": {
				"node": ">=12.13.0"
			}
		},
		"node_modules/chrome-trace-event": {
			"version": "1.0.4",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.0"
			}
		},
		"node_modules/chromium-bidi": {
			"version": "0.11.0",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"mitt": "3.0.1",
				"zod": "3.23.8"
			},
			"peerDependencies": {
				"devtools-protocol": "*"
			}
		},
		"node_modules/ci-info": {
			"version": "3.9.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.4.1",
			"dev": true,
			"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/cliui": {
			"version": "8.0.1",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"string-width": "^4.2.0",
				"strip-ansi": "^6.0.1",
				"wrap-ansi": "^7.0.0"
			},
			"engines": {
				"node": ">=12"
			}
		},
		"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/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",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"color-name": "~1.1.4"
			},
			"engines": {
				"node": ">=7.0.0"
			}
		},
		"node_modules/color-name": {
			"version": "1.1.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/colord": {
			"version": "2.9.3",
			"dev": true,
			"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/commander": {
			"version": "5.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/comment-parser": {
			"version": "1.4.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 12.0.0"
			}
		},
		"node_modules/common-path-prefix": {
			"version": "3.0.0",
			"dev": true,
			"license": "ISC"
		},
		"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.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"bytes": "3.1.2",
				"compressible": "~2.0.18",
				"debug": "2.6.9",
				"negotiator": "~0.6.4",
				"on-headers": "~1.0.2",
				"safe-buffer": "5.2.1",
				"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/concat-map": {
			"version": "0.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/configstore": {
			"version": "5.0.1",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"dot-prop": "^5.2.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^3.0.0",
				"unique-string": "^2.0.0",
				"write-file-atomic": "^3.0.0",
				"xdg-basedir": "^4.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/configstore/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/configstore/node_modules/write-file-atomic": {
			"version": "3.0.3",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"imurmurhash": "^0.1.4",
				"is-typedarray": "^1.0.0",
				"signal-exit": "^3.0.2",
				"typedarray-to-buffer": "^3.1.5"
			}
		},
		"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",
			"dev": true,
			"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": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/cookie": {
			"version": "0.7.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/cookie-signature": {
			"version": "1.0.6",
			"dev": true,
			"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/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/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.39.0",
			"dev": true,
			"hasInstallScript": true,
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/core-js"
			}
		},
		"node_modules/core-js-compat": {
			"version": "3.39.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.24.2"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/core-js"
			}
		},
		"node_modules/core-js-pure": {
			"version": "3.39.0",
			"dev": true,
			"hasInstallScript": true,
			"license": "MIT",
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/core-js"
			}
		},
		"node_modules/core-util-is": {
			"version": "1.0.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/cosmiconfig": {
			"version": "8.3.6",
			"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/create-jest": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^29.6.3",
				"chalk": "^4.0.0",
				"exit": "^0.1.2",
				"graceful-fs": "^4.2.9",
				"jest-config": "^29.7.0",
				"jest-util": "^29.7.0",
				"prompts": "^2.0.1"
			},
			"bin": {
				"create-jest": "bin/create-jest.js"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/cross-spawn": {
			"version": "7.0.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"path-key": "^3.1.0",
				"shebang-command": "^2.0.0",
				"which": "^2.0.1"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/crypto-random-string": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/csp_evaluator": {
			"version": "1.1.1",
			"dev": true,
			"license": "Apache-2.0"
		},
		"node_modules/css-declaration-sorter": {
			"version": "7.2.0",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": "^14 || ^16 || >=18"
			},
			"peerDependencies": {
				"postcss": "^8.0.9"
			}
		},
		"node_modules/css-functions-list": {
			"version": "3.2.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12 || >=16"
			}
		},
		"node_modules/css-loader": {
			"version": "6.11.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"icss-utils": "^5.1.0",
				"postcss": "^8.4.33",
				"postcss-modules-extract-imports": "^3.1.0",
				"postcss-modules-local-by-default": "^4.0.5",
				"postcss-modules-scope": "^3.2.0",
				"postcss-modules-values": "^4.0.0",
				"postcss-value-parser": "^4.2.0",
				"semver": "^7.5.4"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"@rspack/core": "0.x || 1.x",
				"webpack": "^5.0.0"
			},
			"peerDependenciesMeta": {
				"@rspack/core": {
					"optional": true
				},
				"webpack": {
					"optional": true
				}
			}
		},
		"node_modules/css-loader/node_modules/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"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": "3.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"mdn-data": "2.12.2",
				"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.1.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cssnano-preset-default": "^6.1.2",
				"lilconfig": "^3.1.1"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/cssnano"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/cssnano-preset-default": {
			"version": "6.1.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.23.0",
				"css-declaration-sorter": "^7.2.0",
				"cssnano-utils": "^4.0.2",
				"postcss-calc": "^9.0.1",
				"postcss-colormin": "^6.1.0",
				"postcss-convert-values": "^6.1.0",
				"postcss-discard-comments": "^6.0.2",
				"postcss-discard-duplicates": "^6.0.3",
				"postcss-discard-empty": "^6.0.3",
				"postcss-discard-overridden": "^6.0.2",
				"postcss-merge-longhand": "^6.0.5",
				"postcss-merge-rules": "^6.1.1",
				"postcss-minify-font-values": "^6.1.0",
				"postcss-minify-gradients": "^6.0.3",
				"postcss-minify-params": "^6.1.0",
				"postcss-minify-selectors": "^6.0.4",
				"postcss-normalize-charset": "^6.0.2",
				"postcss-normalize-display-values": "^6.0.2",
				"postcss-normalize-positions": "^6.0.2",
				"postcss-normalize-repeat-style": "^6.0.2",
				"postcss-normalize-string": "^6.0.2",
				"postcss-normalize-timing-functions": "^6.0.2",
				"postcss-normalize-unicode": "^6.1.0",
				"postcss-normalize-url": "^6.0.2",
				"postcss-normalize-whitespace": "^6.0.2",
				"postcss-ordered-values": "^6.0.2",
				"postcss-reduce-initial": "^6.1.0",
				"postcss-reduce-transforms": "^6.0.2",
				"postcss-svgo": "^6.0.3",
				"postcss-unique-selectors": "^6.0.4"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/cssnano-utils": {
			"version": "4.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"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/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-uri-to-buffer": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 14"
			}
		},
		"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/data-view-buffer": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.6",
				"es-errors": "^1.3.0",
				"is-data-view": "^1.0.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/data-view-byte-length": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"es-errors": "^1.3.0",
				"is-data-view": "^1.0.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/data-view-byte-offset": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.6",
				"es-errors": "^1.3.0",
				"is-data-view": "^1.0.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/debounce": {
			"version": "1.2.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/debug": {
			"version": "4.4.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ms": "^2.1.3"
			},
			"engines": {
				"node": ">=6.0"
			},
			"peerDependenciesMeta": {
				"supports-color": {
					"optional": true
				}
			}
		},
		"node_modules/decamelize": {
			"version": "1.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/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/dedent": {
			"version": "1.5.3",
			"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",
			"dev": true,
			"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/define-data-property": {
			"version": "1.1.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"es-define-property": "^1.0.0",
				"es-errors": "^1.3.0",
				"gopd": "^1.0.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/define-lazy-prop": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/define-properties": {
			"version": "1.2.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"define-data-property": "^1.0.1",
				"has-property-descriptors": "^1.0.0",
				"object-keys": "^1.1.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/degenerator": {
			"version": "5.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ast-types": "^0.13.4",
				"escodegen": "^2.1.0",
				"esprima": "^4.0.1"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"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/delayed-stream": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.4.0"
			}
		},
		"node_modules/depd": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"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-libc": {
			"version": "1.0.3",
			"dev": true,
			"license": "Apache-2.0",
			"optional": true,
			"bin": {
				"detect-libc": "bin/detect-libc.js"
			},
			"engines": {
				"node": ">=0.10"
			}
		},
		"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/devtools-protocol": {
			"version": "0.0.1312386",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"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-packet": {
			"version": "5.6.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@leichtgewicht/ip-codec": "^2.0.1"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"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-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/dompurify": {
			"version": "3.2.3",
			"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.3.tgz",
			"integrity": "sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==",
			"license": "(MPL-2.0 OR Apache-2.0)",
			"optionalDependencies": {
				"@types/trusted-types": "^2.0.7"
			}
		},
		"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",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/dot-prop": {
			"version": "5.3.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-obj": "^2.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/dunder-proto": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind-apply-helpers": "^1.0.1",
				"es-errors": "^1.3.0",
				"gopd": "^1.2.0"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/duplexer": {
			"version": "0.1.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/ee-first": {
			"version": "1.1.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/electron-to-chromium": {
			"version": "1.5.74",
			"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": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/end-of-stream": {
			"version": "1.4.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"once": "^1.4.0"
			}
		},
		"node_modules/enhanced-resolve": {
			"version": "5.17.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"graceful-fs": "^4.2.4",
				"tapable": "^2.2.0"
			},
			"engines": {
				"node": ">=10.13.0"
			}
		},
		"node_modules/enquirer": {
			"version": "2.4.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ansi-colors": "^4.1.1",
				"strip-ansi": "^6.0.1"
			},
			"engines": {
				"node": ">=8.6"
			}
		},
		"node_modules/entities": {
			"version": "4.5.0",
			"license": "BSD-2-Clause",
			"engines": {
				"node": ">=0.12"
			},
			"funding": {
				"url": "https://github.com/fb55/entities?sponsor=1"
			}
		},
		"node_modules/env-paths": {
			"version": "2.2.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/envinfo": {
			"version": "7.14.0",
			"dev": true,
			"license": "MIT",
			"bin": {
				"envinfo": "dist/cli.js"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/error-ex": {
			"version": "1.3.2",
			"dev": true,
			"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.23.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"array-buffer-byte-length": "^1.0.1",
				"arraybuffer.prototype.slice": "^1.0.4",
				"available-typed-arrays": "^1.0.7",
				"call-bind": "^1.0.8",
				"call-bound": "^1.0.3",
				"data-view-buffer": "^1.0.1",
				"data-view-byte-length": "^1.0.1",
				"data-view-byte-offset": "^1.0.0",
				"es-define-property": "^1.0.1",
				"es-errors": "^1.3.0",
				"es-object-atoms": "^1.0.0",
				"es-set-tostringtag": "^2.0.3",
				"es-to-primitive": "^1.3.0",
				"function.prototype.name": "^1.1.7",
				"get-intrinsic": "^1.2.6",
				"get-symbol-description": "^1.0.2",
				"globalthis": "^1.0.4",
				"gopd": "^1.2.0",
				"has-property-descriptors": "^1.0.2",
				"has-proto": "^1.2.0",
				"has-symbols": "^1.1.0",
				"hasown": "^2.0.2",
				"internal-slot": "^1.1.0",
				"is-array-buffer": "^3.0.4",
				"is-callable": "^1.2.7",
				"is-data-view": "^1.0.2",
				"is-negative-zero": "^2.0.3",
				"is-regex": "^1.2.1",
				"is-shared-array-buffer": "^1.0.3",
				"is-string": "^1.1.1",
				"is-typed-array": "^1.1.13",
				"is-weakref": "^1.1.0",
				"math-intrinsics": "^1.0.0",
				"object-inspect": "^1.13.3",
				"object-keys": "^1.1.1",
				"object.assign": "^4.1.5",
				"regexp.prototype.flags": "^1.5.3",
				"safe-array-concat": "^1.1.3",
				"safe-regex-test": "^1.1.0",
				"string.prototype.trim": "^1.2.10",
				"string.prototype.trimend": "^1.0.9",
				"string.prototype.trimstart": "^1.0.8",
				"typed-array-buffer": "^1.0.2",
				"typed-array-byte-length": "^1.0.1",
				"typed-array-byte-offset": "^1.0.3",
				"typed-array-length": "^1.0.7",
				"unbox-primitive": "^1.0.2",
				"which-typed-array": "^1.1.16"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/es-define-property": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/es-errors": {
			"version": "1.3.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/es-iterator-helpers": {
			"version": "1.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.3",
				"es-errors": "^1.3.0",
				"es-set-tostringtag": "^2.0.3",
				"function-bind": "^1.1.2",
				"get-intrinsic": "^1.2.4",
				"globalthis": "^1.0.4",
				"gopd": "^1.0.1",
				"has-property-descriptors": "^1.0.2",
				"has-proto": "^1.0.3",
				"has-symbols": "^1.0.3",
				"internal-slot": "^1.0.7",
				"iterator.prototype": "^1.1.3",
				"safe-array-concat": "^1.1.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/es-module-lexer": {
			"version": "1.5.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/es-object-atoms": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"es-errors": "^1.3.0"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/es-set-tostringtag": {
			"version": "2.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"get-intrinsic": "^1.2.4",
				"has-tostringtag": "^1.0.2",
				"hasown": "^2.0.1"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/es-shim-unscopables": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"hasown": "^2.0.0"
			}
		},
		"node_modules/es-to-primitive": {
			"version": "1.3.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-callable": "^1.2.7",
				"is-date-object": "^1.0.5",
				"is-symbol": "^1.0.4"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/escalade": {
			"version": "3.2.0",
			"dev": true,
			"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",
			"dev": true,
			"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.57.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@eslint-community/eslint-utils": "^4.2.0",
				"@eslint-community/regexpp": "^4.6.1",
				"@eslint/eslintrc": "^2.1.4",
				"@eslint/js": "8.57.1",
				"@humanwhocodes/config-array": "^0.13.0",
				"@humanwhocodes/module-importer": "^1.0.1",
				"@nodelib/fs.walk": "^1.2.8",
				"@ungap/structured-clone": "^1.2.0",
				"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.12.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.31.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@rtsao/scc": "^1.1.0",
				"array-includes": "^3.1.8",
				"array.prototype.findlastindex": "^1.2.5",
				"array.prototype.flat": "^1.3.2",
				"array.prototype.flatmap": "^1.3.2",
				"debug": "^3.2.7",
				"doctrine": "^2.1.0",
				"eslint-import-resolver-node": "^0.3.9",
				"eslint-module-utils": "^2.12.0",
				"hasown": "^2.0.2",
				"is-core-module": "^2.15.1",
				"is-glob": "^4.0.3",
				"minimatch": "^3.1.2",
				"object.fromentries": "^2.0.8",
				"object.groupby": "^1.0.3",
				"object.values": "^1.2.0",
				"semver": "^6.3.1",
				"string.prototype.trimend": "^1.0.8",
				"tsconfig-paths": "^3.15.0"
			},
			"engines": {
				"node": ">=4"
			},
			"peerDependencies": {
				"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
			}
		},
		"node_modules/eslint-plugin-import/node_modules/brace-expansion": {
			"version": "1.1.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/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-import/node_modules/minimatch": {
			"version": "3.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/eslint-plugin-jest": {
			"version": "27.9.0",
			"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 || ^7.0.0",
				"eslint": "^7.0.0 || ^8.0.0",
				"jest": "*"
			},
			"peerDependenciesMeta": {
				"@typescript-eslint/eslint-plugin": {
					"optional": true
				},
				"jest": {
					"optional": true
				}
			}
		},
		"node_modules/eslint-plugin-jest/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/eslint-plugin-jest/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/eslint-plugin-jest/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/eslint-plugin-jest/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/eslint-plugin-jest/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/eslint-plugin-jest/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-plugin-jest/node_modules/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/eslint-plugin-jsdoc": {
			"version": "46.10.1",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"@es-joy/jsdoccomment": "~0.41.0",
				"are-docs-informative": "^0.0.2",
				"comment-parser": "1.4.1",
				"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": "^4.0.0"
			},
			"engines": {
				"node": ">=16"
			},
			"peerDependencies": {
				"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
			}
		},
		"node_modules/eslint-plugin-jsdoc/node_modules/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/eslint-plugin-jsx-a11y": {
			"version": "6.10.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"aria-query": "^5.3.2",
				"array-includes": "^3.1.8",
				"array.prototype.flatmap": "^1.3.2",
				"ast-types-flow": "^0.0.8",
				"axe-core": "^4.10.0",
				"axobject-query": "^4.1.0",
				"damerau-levenshtein": "^1.0.8",
				"emoji-regex": "^9.2.2",
				"hasown": "^2.0.2",
				"jsx-ast-utils": "^3.3.5",
				"language-tags": "^1.0.9",
				"minimatch": "^3.1.2",
				"object.fromentries": "^2.0.8",
				"safe-regex-test": "^1.0.3",
				"string.prototype.includes": "^2.0.1"
			},
			"engines": {
				"node": ">=4.0"
			},
			"peerDependencies": {
				"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
			}
		},
		"node_modules/eslint-plugin-jsx-a11y/node_modules/brace-expansion": {
			"version": "1.1.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/eslint-plugin-jsx-a11y/node_modules/minimatch": {
			"version": "3.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/eslint-plugin-playwright": {
			"version": "0.15.3",
			"dev": true,
			"license": "MIT",
			"peerDependencies": {
				"eslint": ">=7",
				"eslint-plugin-jest": ">=25"
			},
			"peerDependenciesMeta": {
				"eslint-plugin-jest": {
					"optional": true
				}
			}
		},
		"node_modules/eslint-plugin-prettier": {
			"version": "5.2.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"prettier-linter-helpers": "^1.0.0",
				"synckit": "^0.9.1"
			},
			"engines": {
				"node": "^14.18.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/eslint-plugin-prettier"
			},
			"peerDependencies": {
				"@types/eslint": ">=8.0.0",
				"eslint": ">=8.0.0",
				"eslint-config-prettier": "*",
				"prettier": ">=3.0.0"
			},
			"peerDependenciesMeta": {
				"@types/eslint": {
					"optional": true
				},
				"eslint-config-prettier": {
					"optional": true
				}
			}
		},
		"node_modules/eslint-plugin-react": {
			"version": "7.37.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"array-includes": "^3.1.8",
				"array.prototype.findlast": "^1.2.5",
				"array.prototype.flatmap": "^1.3.2",
				"array.prototype.tosorted": "^1.1.4",
				"doctrine": "^2.1.0",
				"es-iterator-helpers": "^1.1.0",
				"estraverse": "^5.3.0",
				"hasown": "^2.0.2",
				"jsx-ast-utils": "^2.4.1 || ^3.0.0",
				"minimatch": "^3.1.2",
				"object.entries": "^1.1.8",
				"object.fromentries": "^2.0.8",
				"object.values": "^1.2.0",
				"prop-types": "^15.8.1",
				"resolve": "^2.0.0-next.5",
				"semver": "^6.3.1",
				"string.prototype.matchall": "^4.0.11",
				"string.prototype.repeat": "^1.0.0"
			},
			"engines": {
				"node": ">=4"
			},
			"peerDependencies": {
				"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
			}
		},
		"node_modules/eslint-plugin-react-hooks": {
			"version": "4.6.2",
			"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/brace-expansion": {
			"version": "1.1.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"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/minimatch": {
			"version": "3.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/eslint-plugin-react/node_modules/resolve": {
			"version": "2.0.0-next.5",
			"dev": true,
			"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/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/brace-expansion": {
			"version": "1.1.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"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/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/eslint/node_modules/globals": {
			"version": "13.24.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/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/eslint/node_modules/minimatch": {
			"version": "3.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/eslint/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/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/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",
			"dev": true,
			"license": "BSD-2-Clause",
			"bin": {
				"esparse": "bin/esparse.js",
				"esvalidate": "bin/esvalidate.js"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/esquery": {
			"version": "1.6.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": "4.0.7",
			"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/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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/expect-utils": "^29.7.0",
				"jest-get-type": "^29.6.3",
				"jest-matcher-utils": "^29.7.0",
				"jest-message-util": "^29.7.0",
				"jest-util": "^29.7.0"
			},
			"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.21.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"accepts": "~1.3.8",
				"array-flatten": "1.1.1",
				"body-parser": "1.20.3",
				"content-disposition": "0.5.4",
				"content-type": "~1.0.4",
				"cookie": "0.7.1",
				"cookie-signature": "1.0.6",
				"debug": "2.6.9",
				"depd": "2.0.0",
				"encodeurl": "~2.0.0",
				"escape-html": "~1.0.3",
				"etag": "~1.8.1",
				"finalhandler": "1.3.1",
				"fresh": "0.5.2",
				"http-errors": "2.0.0",
				"merge-descriptors": "1.0.3",
				"methods": "~1.1.2",
				"on-finished": "2.4.1",
				"parseurl": "~1.3.3",
				"path-to-regexp": "0.1.12",
				"proxy-addr": "~2.0.7",
				"qs": "6.13.0",
				"range-parser": "~1.2.1",
				"safe-buffer": "5.2.1",
				"send": "0.19.0",
				"serve-static": "1.16.2",
				"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"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/express"
			}
		},
		"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/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/extract-zip/node_modules/get-stream": {
			"version": "5.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"pump": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/fast-deep-equal": {
			"version": "3.1.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/fast-diff": {
			"version": "1.3.0",
			"dev": true,
			"license": "Apache-2.0"
		},
		"node_modules/fast-fifo": {
			"version": "1.3.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/fast-glob": {
			"version": "3.3.2",
			"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/fast-uri": {
			"version": "3.0.3",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"node_modules/fastest-levenshtein": {
			"version": "1.0.16",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 4.9.1"
			}
		},
		"node_modules/fastq": {
			"version": "1.17.1",
			"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",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"pend": "~1.2.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.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"to-regex-range": "^5.0.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/finalhandler": {
			"version": "1.3.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"debug": "2.6.9",
				"encodeurl": "~2.0.0",
				"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": "4.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"common-path-prefix": "^3.0.0",
				"pkg-dir": "^7.0.0"
			},
			"engines": {
				"node": ">=14.16"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"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-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/flat": {
			"version": "5.0.2",
			"dev": true,
			"license": "BSD-3-Clause",
			"bin": {
				"flat": "cli.js"
			}
		},
		"node_modules/flat-cache": {
			"version": "3.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"flatted": "^3.2.9",
				"keyv": "^4.5.3",
				"rimraf": "^3.0.2"
			},
			"engines": {
				"node": "^10.12.0 || >=12.0.0"
			}
		},
		"node_modules/flat-cache/node_modules/rimraf": {
			"version": "3.0.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"glob": "^7.1.3"
			},
			"bin": {
				"rimraf": "bin.js"
			},
			"funding": {
				"url": "https://github.com/sponsors/isaacs"
			}
		},
		"node_modules/flatted": {
			"version": "3.3.2",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/follow-redirects": {
			"version": "1.15.9",
			"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.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"asynckit": "^0.4.0",
				"combined-stream": "^1.0.8",
				"mime-types": "^2.1.12"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/forwarded": {
			"version": "0.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/fraction.js": {
			"version": "4.3.7",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "*"
			},
			"funding": {
				"type": "patreon",
				"url": "https://github.com/sponsors/rawify"
			}
		},
		"node_modules/fresh": {
			"version": "0.5.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"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.6",
			"dev": true,
			"license": "Unlicense"
		},
		"node_modules/fs.realpath": {
			"version": "1.0.0",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/function-bind": {
			"version": "1.1.2",
			"dev": true,
			"license": "MIT",
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/function.prototype.name": {
			"version": "1.1.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.8",
				"define-properties": "^1.2.1",
				"functions-have-names": "^1.2.3",
				"hasown": "^2.0.2",
				"is-callable": "^1.2.7"
			},
			"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",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": "6.* || 8.* || >= 10.*"
			}
		},
		"node_modules/get-intrinsic": {
			"version": "1.2.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind-apply-helpers": "^1.0.1",
				"dunder-proto": "^1.0.0",
				"es-define-property": "^1.0.1",
				"es-errors": "^1.3.0",
				"es-object-atoms": "^1.0.0",
				"function-bind": "^1.1.2",
				"gopd": "^1.2.0",
				"has-symbols": "^1.1.0",
				"hasown": "^2.0.2",
				"math-intrinsics": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/get-package-type": {
			"version": "0.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8.0.0"
			}
		},
		"node_modules/get-port": {
			"version": "5.1.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"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": "6.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/get-symbol-description": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.3",
				"es-errors": "^1.3.0",
				"get-intrinsic": "^1.2.6"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/get-uri": {
			"version": "6.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"basic-ftp": "^5.0.2",
				"data-uri-to-buffer": "^6.0.2",
				"debug": "^4.3.4"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/glob": {
			"version": "7.2.3",
			"dev": true,
			"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/glob/node_modules/brace-expansion": {
			"version": "1.1.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/glob/node_modules/minimatch": {
			"version": "3.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"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/global-prefix/node_modules/which": {
			"version": "1.3.1",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"isexe": "^2.0.0"
			},
			"bin": {
				"which": "bin/which"
			}
		},
		"node_modules/globals": {
			"version": "11.12.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/globalthis": {
			"version": "1.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"define-properties": "^1.2.1",
				"gopd": "^1.0.1"
			},
			"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/gopd": {
			"version": "1.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/graceful-fs": {
			"version": "4.2.11",
			"dev": true,
			"license": "ISC"
		},
		"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-bigints": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/has-flag": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/has-property-descriptors": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"es-define-property": "^1.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/has-proto": {
			"version": "1.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"dunder-proto": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/has-symbols": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/has-tostringtag": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"has-symbols": "^1.0.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/hasown": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"function-bind": "^1.1.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/header-case": {
			"version": "2.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"capital-case": "^1.0.4",
				"tslib": "^2.0.3"
			}
		},
		"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/hpack.js/node_modules/isarray": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/hpack.js/node_modules/readable-stream": {
			"version": "2.3.8",
			"dev": true,
			"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/hpack.js/node_modules/safe-buffer": {
			"version": "5.1.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/hpack.js/node_modules/string_decoder": {
			"version": "1.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"safe-buffer": "~5.1.0"
			}
		},
		"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.5.2",
			"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-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-link-header": {
			"version": "1.1.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6.0.0"
			}
		},
		"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.7",
			"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/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/iconv-lite": {
			"version": "0.6.3",
			"dev": true,
			"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.3.2",
			"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/ignore-walk/node_modules/brace-expansion": {
			"version": "1.1.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/ignore-walk/node_modules/minimatch": {
			"version": "3.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/image-ssim": {
			"version": "0.2.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/immediate": {
			"version": "3.0.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/immutable": {
			"version": "5.0.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/import-fresh": {
			"version": "3.3.0",
			"dev": true,
			"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",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/import-local": {
			"version": "3.2.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/import-local/node_modules/pkg-dir": {
			"version": "4.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"find-up": "^4.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/imurmurhash": {
			"version": "0.1.4",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.8.19"
			}
		},
		"node_modules/indent-string": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/inflight": {
			"version": "1.0.6",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"once": "^1.3.0",
				"wrappy": "1"
			}
		},
		"node_modules/inherits": {
			"version": "2.0.4",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/ini": {
			"version": "1.3.8",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/internal-slot": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"es-errors": "^1.3.0",
				"hasown": "^2.0.2",
				"side-channel": "^1.1.0"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/interpret": {
			"version": "3.1.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10.13.0"
			}
		},
		"node_modules/intl-messageformat": {
			"version": "10.7.10",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"@formatjs/ecma402-abstract": "2.3.1",
				"@formatjs/fast-memoize": "2.2.5",
				"@formatjs/icu-messageformat-parser": "2.9.7",
				"tslib": "2"
			}
		},
		"node_modules/ip-address": {
			"version": "9.0.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"jsbn": "1.1.0",
				"sprintf-js": "^1.1.3"
			},
			"engines": {
				"node": ">= 12"
			}
		},
		"node_modules/ip-address/node_modules/sprintf-js": {
			"version": "1.1.3",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"node_modules/ipaddr.js": {
			"version": "2.2.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.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.8",
				"call-bound": "^1.0.3",
				"get-intrinsic": "^1.2.6"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-arrayish": {
			"version": "0.2.1",
			"dev": true,
			"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.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"has-bigints": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"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.2.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.2",
				"has-tostringtag": "^1.0.2"
			},
			"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.16.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"hasown": "^2.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-data-view": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.2",
				"get-intrinsic": "^1.2.6",
				"is-typed-array": "^1.1.13"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-date-object": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.2",
				"has-tostringtag": "^1.0.2"
			},
			"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.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-fullwidth-code-point": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"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-map": {
			"version": "2.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-negative-zero": {
			"version": "2.0.3",
			"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.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.3",
				"has-tostringtag": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-obj": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"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",
			"dev": true,
			"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-regex": {
			"version": "1.2.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.2",
				"gopd": "^1.2.0",
				"has-tostringtag": "^1.0.2",
				"hasown": "^2.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-set": {
			"version": "2.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-shared-array-buffer": {
			"version": "1.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"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.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.3",
				"has-tostringtag": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-symbol": {
			"version": "1.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.2",
				"has-symbols": "^1.1.0",
				"safe-regex-test": "^1.1.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-typed-array": {
			"version": "1.1.14",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"which-typed-array": "^1.1.16"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-typedarray": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"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.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-weakref": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/is-weakset": {
			"version": "2.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.3",
				"get-intrinsic": "^1.2.6"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"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": "2.0.5",
			"dev": true,
			"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.2",
			"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-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.7",
			"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.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"define-data-property": "^1.1.4",
				"es-object-atoms": "^1.0.0",
				"get-intrinsic": "^1.2.6",
				"has-symbols": "^1.1.0",
				"reflect.getprototypeof": "^1.0.8",
				"set-function-name": "^2.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/jest": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/core": "^29.7.0",
				"@jest/types": "^29.6.3",
				"import-local": "^3.0.2",
				"jest-cli": "^29.7.0"
			},
			"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"execa": "^5.0.0",
				"jest-util": "^29.7.0",
				"p-limit": "^3.1.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-circus": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/environment": "^29.7.0",
				"@jest/expect": "^29.7.0",
				"@jest/test-result": "^29.7.0",
				"@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.7.0",
				"jest-matcher-utils": "^29.7.0",
				"jest-message-util": "^29.7.0",
				"jest-runtime": "^29.7.0",
				"jest-snapshot": "^29.7.0",
				"jest-util": "^29.7.0",
				"p-limit": "^3.1.0",
				"pretty-format": "^29.7.0",
				"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/core": "^29.7.0",
				"@jest/test-result": "^29.7.0",
				"@jest/types": "^29.6.3",
				"chalk": "^4.0.0",
				"create-jest": "^29.7.0",
				"exit": "^0.1.2",
				"import-local": "^3.0.2",
				"jest-config": "^29.7.0",
				"jest-util": "^29.7.0",
				"jest-validate": "^29.7.0",
				"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@babel/core": "^7.11.6",
				"@jest/test-sequencer": "^29.7.0",
				"@jest/types": "^29.6.3",
				"babel-jest": "^29.7.0",
				"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.7.0",
				"jest-environment-node": "^29.7.0",
				"jest-get-type": "^29.6.3",
				"jest-regex-util": "^29.6.3",
				"jest-resolve": "^29.7.0",
				"jest-runner": "^29.7.0",
				"jest-util": "^29.7.0",
				"jest-validate": "^29.7.0",
				"micromatch": "^4.0.4",
				"parse-json": "^5.2.0",
				"pretty-format": "^29.7.0",
				"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": "10.1.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chalk": "^4.1.2",
				"cwd": "^0.10.0",
				"find-process": "^1.4.7",
				"prompts": "^2.4.2",
				"spawnd": "^10.1.4",
				"tree-kill": "^1.2.2",
				"wait-on": "^8.0.1"
			},
			"engines": {
				"node": ">=16"
			}
		},
		"node_modules/jest-diff": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chalk": "^4.0.0",
				"diff-sequences": "^29.6.3",
				"jest-get-type": "^29.6.3",
				"pretty-format": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-docblock": {
			"version": "29.7.0",
			"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^29.6.3",
				"chalk": "^4.0.0",
				"jest-get-type": "^29.6.3",
				"jest-util": "^29.7.0",
				"pretty-format": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-environment-jsdom": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/environment": "^29.7.0",
				"@jest/fake-timers": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/jsdom": "^20.0.0",
				"@types/node": "*",
				"jest-mock": "^29.7.0",
				"jest-util": "^29.7.0",
				"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/environment": "^29.7.0",
				"@jest/fake-timers": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"jest-mock": "^29.7.0",
				"jest-util": "^29.7.0"
			},
			"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.7.0",
			"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.7.0",
				"jest-worker": "^29.7.0",
				"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"jest-get-type": "^29.6.3",
				"pretty-format": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-matcher-utils": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chalk": "^4.0.0",
				"jest-diff": "^29.7.0",
				"jest-get-type": "^29.6.3",
				"pretty-format": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-message-util": {
			"version": "29.7.0",
			"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.7.0",
				"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"jest-util": "^29.7.0"
			},
			"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chalk": "^4.0.0",
				"graceful-fs": "^4.2.9",
				"jest-haste-map": "^29.7.0",
				"jest-pnp-resolver": "^1.2.2",
				"jest-util": "^29.7.0",
				"jest-validate": "^29.7.0",
				"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"jest-regex-util": "^29.6.3",
				"jest-snapshot": "^29.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-runner": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/console": "^29.7.0",
				"@jest/environment": "^29.7.0",
				"@jest/test-result": "^29.7.0",
				"@jest/transform": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"chalk": "^4.0.0",
				"emittery": "^0.13.1",
				"graceful-fs": "^4.2.9",
				"jest-docblock": "^29.7.0",
				"jest-environment-node": "^29.7.0",
				"jest-haste-map": "^29.7.0",
				"jest-leak-detector": "^29.7.0",
				"jest-message-util": "^29.7.0",
				"jest-resolve": "^29.7.0",
				"jest-runtime": "^29.7.0",
				"jest-util": "^29.7.0",
				"jest-watcher": "^29.7.0",
				"jest-worker": "^29.7.0",
				"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.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/environment": "^29.7.0",
				"@jest/fake-timers": "^29.7.0",
				"@jest/globals": "^29.7.0",
				"@jest/source-map": "^29.6.3",
				"@jest/test-result": "^29.7.0",
				"@jest/transform": "^29.7.0",
				"@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.7.0",
				"jest-message-util": "^29.7.0",
				"jest-mock": "^29.7.0",
				"jest-regex-util": "^29.6.3",
				"jest-resolve": "^29.7.0",
				"jest-snapshot": "^29.7.0",
				"jest-util": "^29.7.0",
				"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.7.0",
			"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.7.0",
				"@jest/transform": "^29.7.0",
				"@jest/types": "^29.6.3",
				"babel-preset-current-node-syntax": "^1.0.0",
				"chalk": "^4.0.0",
				"expect": "^29.7.0",
				"graceful-fs": "^4.2.9",
				"jest-diff": "^29.7.0",
				"jest-get-type": "^29.6.3",
				"jest-matcher-utils": "^29.7.0",
				"jest-message-util": "^29.7.0",
				"jest-util": "^29.7.0",
				"natural-compare": "^1.4.0",
				"pretty-format": "^29.7.0",
				"semver": "^7.5.3"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-snapshot/node_modules/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/jest-util": {
			"version": "29.7.0",
			"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.7.0",
			"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.7.0"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-watcher": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jest/test-result": "^29.7.0",
				"@jest/types": "^29.6.3",
				"@types/node": "*",
				"ansi-escapes": "^4.2.1",
				"chalk": "^4.0.0",
				"emittery": "^0.13.1",
				"jest-util": "^29.7.0",
				"string-length": "^4.0.1"
			},
			"engines": {
				"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
			}
		},
		"node_modules/jest-worker": {
			"version": "29.7.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*",
				"jest-util": "^29.7.0",
				"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.13.3",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"@hapi/hoek": "^9.3.0",
				"@hapi/topo": "^5.1.0",
				"@sideway/address": "^4.1.5",
				"@sideway/formula": "^3.0.1",
				"@sideway/pinpoint": "^2.0.0"
			}
		},
		"node_modules/jpeg-js": {
			"version": "0.4.4",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"node_modules/js-library-detector": {
			"version": "6.7.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/js-tokens": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/js-yaml": {
			"version": "3.14.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"argparse": "^1.0.7",
				"esprima": "^4.0.0"
			},
			"bin": {
				"js-yaml": "bin/js-yaml.js"
			}
		},
		"node_modules/jsbn": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT"
		},
		"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": "3.1.0",
			"dev": true,
			"license": "MIT",
			"bin": {
				"jsesc": "bin/jsesc"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/json-buffer": {
			"version": "3.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/json-parse-even-better-errors": {
			"version": "2.3.1",
			"dev": true,
			"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.9",
			"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.4",
			"dev": true,
			"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.35.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/language-subtag-registry": {
			"version": "0.3.23",
			"dev": true,
			"license": "CC0-1.0"
		},
		"node_modules/language-tags": {
			"version": "1.0.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"language-subtag-registry": "^0.3.20"
			},
			"engines": {
				"node": ">=0.10"
			}
		},
		"node_modules/launch-editor": {
			"version": "2.9.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"picocolors": "^1.0.0",
				"shell-quote": "^1.8.1"
			}
		},
		"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/lie": {
			"version": "3.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"immediate": "~3.0.5"
			}
		},
		"node_modules/lighthouse": {
			"version": "12.3.0",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"@paulirish/trace_engine": "0.0.39",
				"@sentry/node": "^7.0.0",
				"axe-core": "^4.10.2",
				"chrome-launcher": "^1.1.2",
				"configstore": "^5.0.1",
				"csp_evaluator": "1.1.1",
				"devtools-protocol": "0.0.1312386",
				"enquirer": "^2.3.6",
				"http-link-header": "^1.1.1",
				"intl-messageformat": "^10.5.3",
				"jpeg-js": "^0.4.4",
				"js-library-detector": "^6.7.0",
				"lighthouse-logger": "^2.0.1",
				"lighthouse-stack-packs": "1.12.2",
				"lodash-es": "^4.17.21",
				"lookup-closest-locale": "6.2.0",
				"metaviewport-parser": "0.3.0",
				"open": "^8.4.0",
				"parse-cache-control": "1.0.1",
				"puppeteer-core": "^23.10.4",
				"robots-parser": "^3.0.1",
				"semver": "^5.3.0",
				"speedline-core": "^1.4.3",
				"third-party-web": "^0.26.1",
				"tldts-icann": "^6.1.16",
				"ws": "^7.0.0",
				"yargs": "^17.3.1",
				"yargs-parser": "^21.0.0"
			},
			"bin": {
				"chrome-debug": "core/scripts/manual-chrome-launcher.js",
				"lighthouse": "cli/index.js",
				"smokehouse": "cli/test/smokehouse/frontends/smokehouse-bin.js"
			},
			"engines": {
				"node": ">=18.16"
			}
		},
		"node_modules/lighthouse-logger": {
			"version": "2.0.1",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"debug": "^2.6.9",
				"marky": "^1.2.2"
			}
		},
		"node_modules/lighthouse-logger/node_modules/debug": {
			"version": "2.6.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ms": "2.0.0"
			}
		},
		"node_modules/lighthouse-logger/node_modules/ms": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lighthouse-stack-packs": {
			"version": "1.12.2",
			"dev": true,
			"license": "Apache-2.0"
		},
		"node_modules/lighthouse/node_modules/semver": {
			"version": "5.7.2",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver"
			}
		},
		"node_modules/lighthouse/node_modules/ws": {
			"version": "7.5.10",
			"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/lilconfig": {
			"version": "3.1.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"url": "https://github.com/sponsors/antonk52"
			}
		},
		"node_modules/lines-and-columns": {
			"version": "1.2.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/linkify-it": {
			"version": "5.0.0",
			"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
			"integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
			"license": "MIT",
			"dependencies": {
				"uc.micro": "^2.0.0"
			}
		},
		"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/localforage": {
			"version": "1.10.0",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"lie": "3.1.1"
			}
		},
		"node_modules/locate-path": {
			"version": "5.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"p-locate": "^4.1.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/lodash": {
			"version": "4.17.21",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lodash-es": {
			"version": "4.17.21",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lodash.debounce": {
			"version": "4.0.8",
			"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.truncate": {
			"version": "4.4.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/lodash.uniq": {
			"version": "4.5.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/lookup-closest-locale": {
			"version": "6.2.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/loose-envify": {
			"version": "1.4.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"js-tokens": "^3.0.0 || ^4.0.0"
			},
			"bin": {
				"loose-envify": "cli.js"
			}
		},
		"node_modules/lower-case": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"tslib": "^2.0.3"
			}
		},
		"node_modules/lru-cache": {
			"version": "5.1.1",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"yallist": "^3.0.2"
			}
		},
		"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/make-dir/node_modules/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"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": "14.1.0",
			"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
			"integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
			"license": "MIT",
			"dependencies": {
				"argparse": "^2.0.1",
				"entities": "^4.4.0",
				"linkify-it": "^5.0.0",
				"mdurl": "^2.0.0",
				"punycode.js": "^2.3.1",
				"uc.micro": "^2.1.0"
			},
			"bin": {
				"markdown-it": "bin/markdown-it.mjs"
			}
		},
		"node_modules/markdown-it/node_modules/argparse": {
			"version": "2.0.1",
			"license": "Python-2.0"
		},
		"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/brace-expansion": {
			"version": "1.1.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"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/ignore": {
			"version": "5.2.4",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 4"
			}
		},
		"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/markdownlint/node_modules/argparse": {
			"version": "2.0.1",
			"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
			"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
			"dev": true,
			"license": "Python-2.0"
		},
		"node_modules/markdownlint/node_modules/entities": {
			"version": "2.1.0",
			"resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz",
			"integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==",
			"dev": true,
			"license": "BSD-2-Clause",
			"funding": {
				"url": "https://github.com/fb55/entities?sponsor=1"
			}
		},
		"node_modules/markdownlint/node_modules/linkify-it": {
			"version": "3.0.3",
			"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz",
			"integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"uc.micro": "^1.0.1"
			}
		},
		"node_modules/markdownlint/node_modules/markdown-it": {
			"version": "12.3.2",
			"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz",
			"integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==",
			"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/markdownlint/node_modules/mdurl": {
			"version": "1.0.1",
			"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
			"integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/markdownlint/node_modules/uc.micro": {
			"version": "1.0.6",
			"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
			"integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/marky": {
			"version": "1.2.5",
			"dev": true,
			"license": "Apache-2.0"
		},
		"node_modules/math-intrinsics": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			}
		},
		"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.12.2",
			"dev": true,
			"license": "CC0-1.0"
		},
		"node_modules/mdurl": {
			"version": "2.0.0",
			"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
			"integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
			"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/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/meow/node_modules/yargs-parser": {
			"version": "20.2.9",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">=10"
			}
		},
		"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.3",
			"dev": true,
			"license": "MIT",
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"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/metaviewport-parser": {
			"version": "0.3.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/methods": {
			"version": "1.1.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/micromatch": {
			"version": "4.0.8",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"braces": "^3.0.3",
				"picomatch": "^2.3.1"
			},
			"engines": {
				"node": ">=8.6"
			}
		},
		"node_modules/mime": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"bin": {
				"mime": "cli.js"
			},
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"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",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/min-indent": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/mini-css-extract-plugin": {
			"version": "2.9.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"schema-utils": "^4.0.0",
				"tapable": "^2.2.1"
			},
			"engines": {
				"node": ">= 12.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "^5.0.0"
			}
		},
		"node_modules/minimalistic-assert": {
			"version": "1.0.1",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/minimatch": {
			"version": "9.0.3",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"brace-expansion": "^2.0.1"
			},
			"engines": {
				"node": ">=16 || 14 >=14.17"
			},
			"funding": {
				"url": "https://github.com/sponsors/isaacs"
			}
		},
		"node_modules/minimist": {
			"version": "1.2.8",
			"dev": true,
			"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/mitt": {
			"version": "3.0.1",
			"dev": true,
			"license": "MIT"
		},
		"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/mrmime": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/ms": {
			"version": "2.1.3",
			"dev": true,
			"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/nanoid": {
			"version": "3.3.8",
			"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/negotiator": {
			"version": "0.6.4",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.6"
			}
		},
		"node_modules/neo-async": {
			"version": "2.6.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/netmask": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4.0"
			}
		},
		"node_modules/no-case": {
			"version": "3.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"lower-case": "^2.0.2",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/node-addon-api": {
			"version": "7.1.1",
			"dev": true,
			"license": "MIT",
			"optional": true
		},
		"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.19",
			"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/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"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/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.3.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/npm-package-json-lint/node_modules/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"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-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.16",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/object-assign": {
			"version": "4.1.1",
			"dev": true,
			"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.13.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			},
			"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.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.5",
				"define-properties": "^1.2.1",
				"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.8",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-object-atoms": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/object.fromentries": {
			"version": "2.0.8",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2",
				"es-object-atoms": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/object.groupby": {
			"version": "1.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/object.values": {
			"version": "1.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-object-atoms": "^1.0.0"
			},
			"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",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"wrappy": "1"
			}
		},
		"node_modules/onetime": {
			"version": "5.1.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"mimic-fn": "^2.1.0"
			},
			"engines": {
				"node": ">=6"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/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.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"deep-is": "^0.1.3",
				"fast-levenshtein": "^2.0.6",
				"levn": "^0.4.1",
				"prelude-ls": "^1.2.1",
				"type-check": "^0.4.0",
				"word-wrap": "^1.2.5"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/os-homedir": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"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": "4.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"p-limit": "^2.2.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/p-locate/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/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",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/pac-proxy-agent": {
			"version": "7.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@tootallnate/quickjs-emscripten": "^0.23.0",
				"agent-base": "^7.1.2",
				"debug": "^4.3.4",
				"get-uri": "^6.0.1",
				"http-proxy-agent": "^7.0.0",
				"https-proxy-agent": "^7.0.6",
				"pac-resolver": "^7.0.1",
				"socks-proxy-agent": "^8.0.5"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/pac-proxy-agent/node_modules/agent-base": {
			"version": "7.1.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/pac-proxy-agent/node_modules/http-proxy-agent": {
			"version": "7.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"agent-base": "^7.1.0",
				"debug": "^4.3.4"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/pac-proxy-agent/node_modules/https-proxy-agent": {
			"version": "7.0.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"agent-base": "^7.1.2",
				"debug": "4"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/pac-resolver": {
			"version": "7.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"degenerator": "^5.0.0",
				"netmask": "^2.0.2"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/param-case": {
			"version": "3.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"dot-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/parent-module": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"callsites": "^3.0.0"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/parse-cache-control": {
			"version": "1.0.1",
			"dev": true
		},
		"node_modules/parse-json": {
			"version": "5.2.0",
			"dev": true,
			"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.2.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"entities": "^4.5.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",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/path-case": {
			"version": "3.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"dot-case": "^3.0.4",
				"tslib": "^2.0.3"
			}
		},
		"node_modules/path-exists": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/path-is-absolute": {
			"version": "1.0.1",
			"dev": true,
			"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",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/path-to-regexp": {
			"version": "0.1.12",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/path-type": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/pend": {
			"version": "1.2.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/picocolors": {
			"version": "1.1.1",
			"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/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": "7.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"find-up": "^6.3.0"
			},
			"engines": {
				"node": ">=14.16"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/pkg-dir/node_modules/find-up": {
			"version": "6.3.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"locate-path": "^7.1.0",
				"path-exists": "^5.0.0"
			},
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/pkg-dir/node_modules/locate-path": {
			"version": "7.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"p-locate": "^6.0.0"
			},
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/pkg-dir/node_modules/p-limit": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"yocto-queue": "^1.0.0"
			},
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/pkg-dir/node_modules/p-locate": {
			"version": "6.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"p-limit": "^4.0.0"
			},
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/pkg-dir/node_modules/path-exists": {
			"version": "5.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
			}
		},
		"node_modules/pkg-dir/node_modules/yocto-queue": {
			"version": "1.1.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=12.20"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/playwright": {
			"version": "1.49.1",
			"dev": true,
			"license": "Apache-2.0",
			"peer": true,
			"dependencies": {
				"playwright-core": "1.49.1"
			},
			"bin": {
				"playwright": "cli.js"
			},
			"engines": {
				"node": ">=18"
			},
			"optionalDependencies": {
				"fsevents": "2.3.2"
			}
		},
		"node_modules/playwright-core": {
			"version": "1.49.1",
			"dev": true,
			"license": "Apache-2.0",
			"peer": true,
			"bin": {
				"playwright-core": "cli.js"
			},
			"engines": {
				"node": ">=18"
			}
		},
		"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/possible-typed-array-names": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/postcss": {
			"version": "8.4.49",
			"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.7",
				"picocolors": "^1.1.1",
				"source-map-js": "^1.2.1"
			},
			"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.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.23.0",
				"caniuse-api": "^3.0.0",
				"colord": "^2.9.3",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-convert-values": {
			"version": "6.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.23.0",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-discard-comments": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-discard-duplicates": {
			"version": "6.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-discard-empty": {
			"version": "6.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-discard-overridden": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"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/semver": {
			"version": "7.6.3",
			"dev": true,
			"license": "ISC",
			"bin": {
				"semver": "bin/semver.js"
			},
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/postcss-media-query-parser": {
			"version": "0.2.3",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/postcss-merge-longhand": {
			"version": "6.0.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0",
				"stylehacks": "^6.1.1"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-merge-rules": {
			"version": "6.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.23.0",
				"caniuse-api": "^3.0.0",
				"cssnano-utils": "^4.0.2",
				"postcss-selector-parser": "^6.0.16"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-minify-font-values": {
			"version": "6.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-minify-gradients": {
			"version": "6.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"colord": "^2.9.3",
				"cssnano-utils": "^4.0.2",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-minify-params": {
			"version": "6.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.23.0",
				"cssnano-utils": "^4.0.2",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-minify-selectors": {
			"version": "6.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-selector-parser": "^6.0.16"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-modules-extract-imports": {
			"version": "3.1.0",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/postcss-modules-local-by-default": {
			"version": "4.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"icss-utils": "^5.0.0",
				"postcss-selector-parser": "^7.0.0",
				"postcss-value-parser": "^4.1.0"
			},
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": {
			"version": "7.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cssesc": "^3.0.0",
				"util-deprecate": "^1.0.2"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/postcss-modules-scope": {
			"version": "3.2.1",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"postcss-selector-parser": "^7.0.0"
			},
			"engines": {
				"node": "^10 || ^12 || >= 14"
			},
			"peerDependencies": {
				"postcss": "^8.1.0"
			}
		},
		"node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": {
			"version": "7.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cssesc": "^3.0.0",
				"util-deprecate": "^1.0.2"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"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.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-display-values": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-positions": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-repeat-style": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-string": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-timing-functions": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-unicode": {
			"version": "6.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.23.0",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-url": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-normalize-whitespace": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-ordered-values": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cssnano-utils": "^4.0.2",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-reduce-initial": {
			"version": "6.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.23.0",
				"caniuse-api": "^3.0.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-reduce-transforms": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-resolve-nested-selector": {
			"version": "0.1.6",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/postcss-safe-parser": {
			"version": "7.0.1",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/postcss/"
				},
				{
					"type": "tidelift",
					"url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/ai"
				}
			],
			"license": "MIT",
			"engines": {
				"node": ">=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-scss": {
			"version": "4.0.9",
			"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.29"
			}
		},
		"node_modules/postcss-selector-parser": {
			"version": "6.1.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cssesc": "^3.0.0",
				"util-deprecate": "^1.0.2"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/postcss-svgo": {
			"version": "6.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-value-parser": "^4.2.0",
				"svgo": "^3.2.0"
			},
			"engines": {
				"node": "^14 || ^16 || >= 18"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/postcss-unique-selectors": {
			"version": "6.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-selector-parser": "^6.0.16"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"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": "3.0.3",
			"dev": true,
			"license": "MIT",
			"bin": {
				"prettier": "bin/prettier.cjs"
			},
			"engines": {
				"node": ">=14"
			},
			"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.7.0",
			"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/process-nextick-args": {
			"version": "2.0.1",
			"dev": true,
			"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",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"loose-envify": "^1.4.0",
				"object-assign": "^4.1.1",
				"react-is": "^16.13.1"
			}
		},
		"node_modules/prop-types/node_modules/react-is": {
			"version": "16.13.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/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-agent": {
			"version": "6.5.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"agent-base": "^7.1.2",
				"debug": "^4.3.4",
				"http-proxy-agent": "^7.0.1",
				"https-proxy-agent": "^7.0.6",
				"lru-cache": "^7.14.1",
				"pac-proxy-agent": "^7.1.0",
				"proxy-from-env": "^1.1.0",
				"socks-proxy-agent": "^8.0.5"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/proxy-agent/node_modules/agent-base": {
			"version": "7.1.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/proxy-agent/node_modules/http-proxy-agent": {
			"version": "7.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"agent-base": "^7.1.0",
				"debug": "^4.3.4"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/proxy-agent/node_modules/https-proxy-agent": {
			"version": "7.0.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"agent-base": "^7.1.2",
				"debug": "4"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/proxy-agent/node_modules/lru-cache": {
			"version": "7.18.3",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/proxy-from-env": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/psl": {
			"version": "1.15.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"punycode": "^2.3.1"
			},
			"funding": {
				"url": "https://github.com/sponsors/lupomontero"
			}
		},
		"node_modules/pump": {
			"version": "3.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"end-of-stream": "^1.1.0",
				"once": "^1.3.1"
			}
		},
		"node_modules/punycode": {
			"version": "2.3.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/punycode.js": {
			"version": "2.3.1",
			"resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
			"integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/puppeteer-core": {
			"version": "23.11.0",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"@puppeteer/browsers": "2.6.1",
				"chromium-bidi": "0.11.0",
				"debug": "^4.4.0",
				"devtools-protocol": "0.0.1367902",
				"typed-query-selector": "^2.12.0",
				"ws": "^8.18.0"
			},
			"engines": {
				"node": ">=18"
			}
		},
		"node_modules/puppeteer-core/node_modules/devtools-protocol": {
			"version": "0.0.1367902",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"node_modules/pure-rand": {
			"version": "6.1.0",
			"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.13.0",
			"dev": true,
			"license": "BSD-3-Clause",
			"dependencies": {
				"side-channel": "^1.0.6"
			},
			"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/queue-tick": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/quick-lru": {
			"version": "4.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"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.2",
			"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/iconv-lite": {
			"version": "0.4.24",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"safer-buffer": ">= 2.1.2 < 3"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/react": {
			"version": "18.3.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"loose-envify": "^1.1.0"
			},
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/react-dom": {
			"version": "18.3.1",
			"dev": true,
			"license": "MIT",
			"peer": true,
			"dependencies": {
				"loose-envify": "^1.1.0",
				"scheduler": "^0.23.2"
			},
			"peerDependencies": {
				"react": "^18.3.1"
			}
		},
		"node_modules/react-is": {
			"version": "18.3.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/react-refresh": {
			"version": "0.14.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"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/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": "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/readdirp": {
			"version": "4.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 14.16.0"
			},
			"funding": {
				"type": "individual",
				"url": "https://paulmillr.com/funding/"
			}
		},
		"node_modules/rechoir": {
			"version": "0.8.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"resolve": "^1.20.0"
			},
			"engines": {
				"node": ">= 10.13.0"
			}
		},
		"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/reflect.getprototypeof": {
			"version": "1.0.8",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.8",
				"define-properties": "^1.2.1",
				"dunder-proto": "^1.0.0",
				"es-abstract": "^1.23.5",
				"es-errors": "^1.3.0",
				"get-intrinsic": "^1.2.4",
				"gopd": "^1.2.0",
				"which-builtin-type": "^1.2.0"
			},
			"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.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"regenerate": "^1.4.2"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/regenerator-runtime": {
			"version": "0.14.1",
			"dev": true,
			"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.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-errors": "^1.3.0",
				"set-function-name": "^2.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/regexpu-core": {
			"version": "6.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"regenerate": "^1.4.2",
				"regenerate-unicode-properties": "^10.2.0",
				"regjsgen": "^0.8.0",
				"regjsparser": "^0.12.0",
				"unicode-match-property-ecmascript": "^2.0.0",
				"unicode-match-property-value-ecmascript": "^2.1.0"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/regjsgen": {
			"version": "0.8.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/regjsparser": {
			"version": "0.12.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"dependencies": {
				"jsesc": "~3.0.2"
			},
			"bin": {
				"regjsparser": "bin/parser"
			}
		},
		"node_modules/regjsparser/node_modules/jsesc": {
			"version": "3.0.2",
			"dev": true,
			"license": "MIT",
			"bin": {
				"jsesc": "bin/jsesc"
			},
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/require-directory": {
			"version": "2.1.1",
			"dev": true,
			"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/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.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-core-module": "^2.16.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-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.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10"
			}
		},
		"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/rimraf": {
			"version": "2.7.1",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"glob": "^7.1.3"
			},
			"bin": {
				"rimraf": "bin.js"
			}
		},
		"node_modules/robots-parser": {
			"version": "3.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=10.0.0"
			}
		},
		"node_modules/rtlcss": {
			"version": "3.5.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"find-up": "^5.0.0",
				"picocolors": "^1.0.0",
				"postcss": "^8.3.11",
				"strip-json-comments": "^3.1.1"
			},
			"bin": {
				"rtlcss": "bin/rtlcss.js"
			}
		},
		"node_modules/rtlcss-webpack-plugin": {
			"version": "4.0.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"babel-runtime": "~6.25.0",
				"rtlcss": "^3.5.0"
			}
		},
		"node_modules/rtlcss/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/rtlcss/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/rtlcss/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/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/rxjs": {
			"version": "7.8.1",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"tslib": "^2.1.0"
			}
		},
		"node_modules/safe-array-concat": {
			"version": "1.1.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.8",
				"call-bound": "^1.0.2",
				"get-intrinsic": "^1.2.6",
				"has-symbols": "^1.1.0",
				"isarray": "^2.0.5"
			},
			"engines": {
				"node": ">=0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/safe-buffer": {
			"version": "5.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": "MIT"
		},
		"node_modules/safe-regex-test": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.2",
				"es-errors": "^1.3.0",
				"is-regex": "^1.2.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/safer-buffer": {
			"version": "2.1.2",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/sass": {
			"version": "1.83.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"chokidar": "^4.0.0",
				"immutable": "^5.0.2",
				"source-map-js": ">=0.6.2 <2.0.0"
			},
			"bin": {
				"sass": "sass.js"
			},
			"engines": {
				"node": ">=14.0.0"
			},
			"optionalDependencies": {
				"@parcel/watcher": "^2.4.1"
			}
		},
		"node_modules/sass-loader": {
			"version": "16.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"neo-async": "^2.6.2"
			},
			"engines": {
				"node": ">= 18.12.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"@rspack/core": "0.x || 1.x",
				"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
				"sass": "^1.3.0",
				"sass-embedded": "*",
				"webpack": "^5.0.0"
			},
			"peerDependenciesMeta": {
				"@rspack/core": {
					"optional": true
				},
				"node-sass": {
					"optional": true
				},
				"sass": {
					"optional": true
				},
				"sass-embedded": {
					"optional": true
				},
				"webpack": {
					"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.2",
			"dev": true,
			"license": "MIT",
			"peer": true,
			"dependencies": {
				"loose-envify": "^1.1.0"
			}
		},
		"node_modules/schema-utils": {
			"version": "4.3.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": ">= 10.13.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			}
		},
		"node_modules/schema-utils/node_modules/ajv": {
			"version": "8.17.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.3",
				"fast-uri": "^3.0.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/schema-utils/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/schema-utils/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/select-hose": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/selfsigned": {
			"version": "2.4.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node-forge": "^1.3.0",
				"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.19.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/encodeurl": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			}
		},
		"node_modules/send/node_modules/mime": {
			"version": "1.6.0",
			"dev": true,
			"license": "MIT",
			"bin": {
				"mime": "cli.js"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/sentence-case": {
			"version": "3.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"no-case": "^3.0.4",
				"tslib": "^2.0.3",
				"upper-case-first": "^2.0.2"
			}
		},
		"node_modules/serialize-javascript": {
			"version": "6.0.2",
			"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.16.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"encodeurl": "~2.0.0",
				"escape-html": "~1.0.3",
				"parseurl": "~1.3.3",
				"send": "0.19.0"
			},
			"engines": {
				"node": ">= 0.8.0"
			}
		},
		"node_modules/set-function-length": {
			"version": "1.2.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"define-data-property": "^1.1.4",
				"es-errors": "^1.3.0",
				"function-bind": "^1.1.2",
				"get-intrinsic": "^1.2.4",
				"gopd": "^1.0.1",
				"has-property-descriptors": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/set-function-name": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"define-data-property": "^1.1.4",
				"es-errors": "^1.3.0",
				"functions-have-names": "^1.2.3",
				"has-property-descriptors": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"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": "2.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"shebang-regex": "^3.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/shebang-regex": {
			"version": "3.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/shell-quote": {
			"version": "1.8.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/side-channel": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"es-errors": "^1.3.0",
				"object-inspect": "^1.13.3",
				"side-channel-list": "^1.0.0",
				"side-channel-map": "^1.0.1",
				"side-channel-weakmap": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/side-channel-list": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"es-errors": "^1.3.0",
				"object-inspect": "^1.13.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/side-channel-map": {
			"version": "1.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.2",
				"es-errors": "^1.3.0",
				"get-intrinsic": "^1.2.5",
				"object-inspect": "^1.13.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/side-channel-weakmap": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.2",
				"es-errors": "^1.3.0",
				"get-intrinsic": "^1.2.5",
				"object-inspect": "^1.13.3",
				"side-channel-map": "^1.0.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/signal-exit": {
			"version": "3.0.7",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/sirv": {
			"version": "2.0.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@polka/url": "^1.0.0-next.24",
				"mrmime": "^2.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": "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/smart-buffer": {
			"version": "4.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 6.0.0",
				"npm": ">= 3.0.0"
			}
		},
		"node_modules/snake-case": {
			"version": "3.0.4",
			"dev": true,
			"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/socks": {
			"version": "2.8.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ip-address": "^9.0.5",
				"smart-buffer": "^4.2.0"
			},
			"engines": {
				"node": ">= 10.0.0",
				"npm": ">= 3.0.0"
			}
		},
		"node_modules/socks-proxy-agent": {
			"version": "8.0.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"agent-base": "^7.1.2",
				"debug": "^4.3.4",
				"socks": "^2.8.3"
			},
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/socks-proxy-agent/node_modules/agent-base": {
			"version": "7.1.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 14"
			}
		},
		"node_modules/source-map": {
			"version": "0.7.4",
			"dev": true,
			"license": "BSD-3-Clause",
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/source-map-js": {
			"version": "1.2.1",
			"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": "10.1.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"signal-exit": "^4.1.0",
				"tree-kill": "^1.2.2"
			},
			"engines": {
				"node": ">=16"
			}
		},
		"node_modules/spawnd/node_modules/signal-exit": {
			"version": "4.1.0",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"url": "https://github.com/sponsors/isaacs"
			}
		},
		"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-correct/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-exceptions": {
			"version": "2.5.0",
			"dev": true,
			"license": "CC-BY-3.0"
		},
		"node_modules/spdx-expression-parse": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"spdx-exceptions": "^2.1.0",
				"spdx-license-ids": "^3.0.0"
			}
		},
		"node_modules/spdx-license-ids": {
			"version": "3.0.20",
			"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/speedline-core": {
			"version": "1.4.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/node": "*",
				"image-ssim": "^0.2.0",
				"jpeg-js": "^0.4.1"
			},
			"engines": {
				"node": ">=8.0"
			}
		},
		"node_modules/sprintf-js": {
			"version": "1.0.3",
			"dev": true,
			"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/streamx": {
			"version": "2.21.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-fifo": "^1.3.2",
				"queue-tick": "^1.0.1",
				"text-decoder": "^1.1.0"
			},
			"optionalDependencies": {
				"bare-events": "^2.2.0"
			}
		},
		"node_modules/string_decoder": {
			"version": "1.3.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"safe-buffer": "~5.2.0"
			}
		},
		"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",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"emoji-regex": "^8.0.0",
				"is-fullwidth-code-point": "^3.0.0",
				"strip-ansi": "^6.0.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/string-width/node_modules/emoji-regex": {
			"version": "8.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/string.prototype.includes": {
			"version": "2.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.3"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/string.prototype.matchall": {
			"version": "4.0.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.2",
				"es-errors": "^1.3.0",
				"es-object-atoms": "^1.0.0",
				"get-intrinsic": "^1.2.4",
				"gopd": "^1.0.1",
				"has-symbols": "^1.0.3",
				"internal-slot": "^1.0.7",
				"regexp.prototype.flags": "^1.5.2",
				"set-function-name": "^2.0.2",
				"side-channel": "^1.0.6"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/string.prototype.repeat": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"define-properties": "^1.1.3",
				"es-abstract": "^1.17.5"
			}
		},
		"node_modules/string.prototype.trim": {
			"version": "1.2.10",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.8",
				"call-bound": "^1.0.2",
				"define-data-property": "^1.1.4",
				"define-properties": "^1.2.1",
				"es-abstract": "^1.23.5",
				"es-object-atoms": "^1.0.0",
				"has-property-descriptors": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/string.prototype.trimend": {
			"version": "1.0.9",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.8",
				"call-bound": "^1.0.2",
				"define-properties": "^1.2.1",
				"es-object-atoms": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/string.prototype.trimstart": {
			"version": "1.0.8",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"define-properties": "^1.2.1",
				"es-object-atoms": "^1.0.0"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/strip-ansi": {
			"version": "6.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ansi-regex": "^5.0.1"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/strip-bom": {
			"version": "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.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"browserslist": "^4.23.0",
				"postcss-selector-parser": "^6.0.16"
			},
			"engines": {
				"node": "^14 || ^16 || >=18.0"
			},
			"peerDependencies": {
				"postcss": "^8.4.31"
			}
		},
		"node_modules/stylelint": {
			"version": "16.12.0",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/stylelint"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/stylelint"
				}
			],
			"license": "MIT",
			"dependencies": {
				"@csstools/css-parser-algorithms": "^3.0.4",
				"@csstools/css-tokenizer": "^3.0.3",
				"@csstools/media-query-list-parser": "^4.0.2",
				"@csstools/selector-specificity": "^5.0.0",
				"@dual-bundle/import-meta-resolve": "^4.1.0",
				"balanced-match": "^2.0.0",
				"colord": "^2.9.3",
				"cosmiconfig": "^9.0.0",
				"css-functions-list": "^3.2.3",
				"css-tree": "^3.0.1",
				"debug": "^4.3.7",
				"fast-glob": "^3.3.2",
				"fastest-levenshtein": "^1.0.16",
				"file-entry-cache": "^9.1.0",
				"global-modules": "^2.0.0",
				"globby": "^11.1.0",
				"globjoin": "^0.1.4",
				"html-tags": "^3.3.1",
				"ignore": "^6.0.2",
				"imurmurhash": "^0.1.4",
				"is-plain-object": "^5.0.0",
				"known-css-properties": "^0.35.0",
				"mathml-tag-names": "^2.1.3",
				"meow": "^13.2.0",
				"micromatch": "^4.0.8",
				"normalize-path": "^3.0.0",
				"picocolors": "^1.1.1",
				"postcss": "^8.4.49",
				"postcss-resolve-nested-selector": "^0.1.6",
				"postcss-safe-parser": "^7.0.1",
				"postcss-selector-parser": "^7.0.0",
				"postcss-value-parser": "^4.2.0",
				"resolve-from": "^5.0.0",
				"string-width": "^4.2.3",
				"supports-hyperlinks": "^3.1.0",
				"svg-tags": "^1.0.0",
				"table": "^6.9.0",
				"write-file-atomic": "^5.0.1"
			},
			"bin": {
				"stylelint": "bin/stylelint.mjs"
			},
			"engines": {
				"node": ">=18.12.0"
			}
		},
		"node_modules/stylelint-config-recommended": {
			"version": "14.0.1",
			"dev": true,
			"funding": [
				{
					"type": "opencollective",
					"url": "https://opencollective.com/stylelint"
				},
				{
					"type": "github",
					"url": "https://github.com/sponsors/stylelint"
				}
			],
			"license": "MIT",
			"engines": {
				"node": ">=18.12.0"
			},
			"peerDependencies": {
				"stylelint": "^16.1.0"
			}
		},
		"node_modules/stylelint-config-recommended-scss": {
			"version": "14.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"postcss-scss": "^4.0.9",
				"stylelint-config-recommended": "^14.0.1",
				"stylelint-scss": "^6.4.0"
			},
			"engines": {
				"node": ">=18.12.0"
			},
			"peerDependencies": {
				"postcss": "^8.3.3",
				"stylelint": "^16.6.1"
			},
			"peerDependenciesMeta": {
				"postcss": {
					"optional": true
				}
			}
		},
		"node_modules/stylelint-scss": {
			"version": "6.10.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"css-tree": "^3.0.1",
				"is-plain-object": "^5.0.0",
				"known-css-properties": "^0.35.0",
				"mdn-data": "^2.12.2",
				"postcss-media-query-parser": "^0.2.3",
				"postcss-resolve-nested-selector": "^0.1.6",
				"postcss-selector-parser": "^7.0.0",
				"postcss-value-parser": "^4.2.0"
			},
			"engines": {
				"node": ">=18.12.0"
			},
			"peerDependencies": {
				"stylelint": "^16.0.2"
			}
		},
		"node_modules/stylelint-scss/node_modules/postcss-selector-parser": {
			"version": "7.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cssesc": "^3.0.0",
				"util-deprecate": "^1.0.2"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/stylelint/node_modules/@csstools/media-query-list-parser": {
			"version": "4.0.2",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/csstools"
				},
				{
					"type": "opencollective",
					"url": "https://opencollective.com/csstools"
				}
			],
			"license": "MIT",
			"engines": {
				"node": ">=18"
			},
			"peerDependencies": {
				"@csstools/css-parser-algorithms": "^3.0.4",
				"@csstools/css-tokenizer": "^3.0.3"
			}
		},
		"node_modules/stylelint/node_modules/@csstools/selector-specificity": {
			"version": "5.0.0",
			"dev": true,
			"funding": [
				{
					"type": "github",
					"url": "https://github.com/sponsors/csstools"
				},
				{
					"type": "opencollective",
					"url": "https://opencollective.com/csstools"
				}
			],
			"license": "MIT-0",
			"engines": {
				"node": ">=18"
			},
			"peerDependencies": {
				"postcss-selector-parser": "^7.0.0"
			}
		},
		"node_modules/stylelint/node_modules/argparse": {
			"version": "2.0.1",
			"dev": true,
			"license": "Python-2.0"
		},
		"node_modules/stylelint/node_modules/balanced-match": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/stylelint/node_modules/cosmiconfig": {
			"version": "9.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"env-paths": "^2.2.1",
				"import-fresh": "^3.3.0",
				"js-yaml": "^4.1.0",
				"parse-json": "^5.2.0"
			},
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"url": "https://github.com/sponsors/d-fischer"
			},
			"peerDependencies": {
				"typescript": ">=4.9.5"
			},
			"peerDependenciesMeta": {
				"typescript": {
					"optional": true
				}
			}
		},
		"node_modules/stylelint/node_modules/file-entry-cache": {
			"version": "9.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"flat-cache": "^5.0.0"
			},
			"engines": {
				"node": ">=18"
			}
		},
		"node_modules/stylelint/node_modules/flat-cache": {
			"version": "5.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"flatted": "^3.3.1",
				"keyv": "^4.5.4"
			},
			"engines": {
				"node": ">=18"
			}
		},
		"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/ignore": {
			"version": "6.0.2",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">= 4"
			}
		},
		"node_modules/stylelint/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/stylelint/node_modules/kind-of": {
			"version": "6.0.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/stylelint/node_modules/meow": {
			"version": "13.2.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=18"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/stylelint/node_modules/postcss-selector-parser": {
			"version": "7.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"cssesc": "^3.0.0",
				"util-deprecate": "^1.0.2"
			},
			"engines": {
				"node": ">=4"
			}
		},
		"node_modules/stylelint/node_modules/signal-exit": {
			"version": "4.1.0",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">=14"
			},
			"funding": {
				"url": "https://github.com/sponsors/isaacs"
			}
		},
		"node_modules/stylelint/node_modules/which": {
			"version": "1.3.1",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"isexe": "^2.0.0"
			},
			"bin": {
				"which": "bin/which"
			}
		},
		"node_modules/stylelint/node_modules/write-file-atomic": {
			"version": "5.0.1",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"imurmurhash": "^0.1.4",
				"signal-exit": "^4.0.1"
			},
			"engines": {
				"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
			}
		},
		"node_modules/supports-color": {
			"version": "7.2.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"has-flag": "^4.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"node_modules/supports-hyperlinks": {
			"version": "3.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"has-flag": "^4.0.0",
				"supports-color": "^7.0.0"
			},
			"engines": {
				"node": ">=14.18"
			},
			"funding": {
				"url": "https://github.com/sponsors/sindresorhus"
			}
		},
		"node_modules/supports-preserve-symlinks-flag": {
			"version": "1.0.0",
			"dev": true,
			"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.3.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@trysound/sax": "0.2.0",
				"commander": "^7.2.0",
				"css-select": "^5.1.0",
				"css-tree": "^2.3.1",
				"css-what": "^6.1.0",
				"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/svgo/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/svgo/node_modules/mdn-data": {
			"version": "2.0.30",
			"dev": true,
			"license": "CC0-1.0"
		},
		"node_modules/symbol-tree": {
			"version": "3.2.4",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/synckit": {
			"version": "0.9.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@pkgr/core": "^0.1.0",
				"tslib": "^2.6.2"
			},
			"engines": {
				"node": "^14.18.0 || >=16.0.0"
			},
			"funding": {
				"url": "https://opencollective.com/unts"
			}
		},
		"node_modules/table": {
			"version": "6.9.0",
			"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.17.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"fast-deep-equal": "^3.1.3",
				"fast-uri": "^3.0.1",
				"json-schema-traverse": "^1.0.0",
				"require-from-string": "^2.0.2"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/epoberezkin"
			}
		},
		"node_modules/table/node_modules/json-schema-traverse": {
			"version": "1.0.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/tapable": {
			"version": "2.2.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=6"
			}
		},
		"node_modules/tar-fs": {
			"version": "3.0.6",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"pump": "^3.0.0",
				"tar-stream": "^3.1.5"
			},
			"optionalDependencies": {
				"bare-fs": "^2.1.1",
				"bare-path": "^2.1.0"
			}
		},
		"node_modules/tar-stream": {
			"version": "3.1.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"b4a": "^1.6.4",
				"fast-fifo": "^1.2.0",
				"streamx": "^2.15.0"
			}
		},
		"node_modules/terser": {
			"version": "5.37.0",
			"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.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@jridgewell/trace-mapping": "^0.3.25",
				"jest-worker": "^27.4.5",
				"schema-utils": "^4.3.0",
				"serialize-javascript": "^6.0.2",
				"terser": "^5.31.1"
			},
			"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/test-exclude/node_modules/brace-expansion": {
			"version": "1.1.11",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"balanced-match": "^1.0.0",
				"concat-map": "0.0.1"
			}
		},
		"node_modules/test-exclude/node_modules/minimatch": {
			"version": "3.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"brace-expansion": "^1.1.7"
			},
			"engines": {
				"node": "*"
			}
		},
		"node_modules/text-decoder": {
			"version": "1.2.3",
			"dev": true,
			"license": "Apache-2.0",
			"dependencies": {
				"b4a": "^1.6.4"
			}
		},
		"node_modules/text-table": {
			"version": "0.2.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/third-party-web": {
			"version": "0.26.2",
			"resolved": "https://registry.npmjs.org/third-party-web/-/third-party-web-0.26.2.tgz",
			"integrity": "sha512-taJ0Us0lKoYBqcbccMuDElSUPOxmBfwlHe1OkHQ3KFf+RwovvBHdXhbFk9XJVQE2vHzxbTwvwg5GFsT9hbDokQ==",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/through": {
			"version": "2.3.8",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/thunky": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/tldts-core": {
			"version": "6.1.68",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/tldts-icann": {
			"version": "6.1.68",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"tldts-core": "^6.1.68"
			}
		},
		"node_modules/tmpl": {
			"version": "1.0.5",
			"dev": true,
			"license": "BSD-3-Clause"
		},
		"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.4",
			"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/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/ts-api-utils": {
			"version": "1.4.3",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=16"
			},
			"peerDependencies": {
				"typescript": ">=4.2.0"
			}
		},
		"node_modules/tsconfig-paths": {
			"version": "3.15.0",
			"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.8.1",
			"dev": true,
			"license": "0BSD"
		},
		"node_modules/tsutils": {
			"version": "3.21.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"tslib": "^1.8.1"
			},
			"engines": {
				"node": ">= 6"
			},
			"peerDependencies": {
				"typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
			}
		},
		"node_modules/tsutils/node_modules/tslib": {
			"version": "1.14.1",
			"dev": true,
			"license": "0BSD"
		},
		"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",
			"dev": true,
			"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.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.3",
				"es-errors": "^1.3.0",
				"is-typed-array": "^1.1.14"
			},
			"engines": {
				"node": ">= 0.4"
			}
		},
		"node_modules/typed-array-byte-length": {
			"version": "1.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.8",
				"for-each": "^0.3.3",
				"gopd": "^1.2.0",
				"has-proto": "^1.2.0",
				"is-typed-array": "^1.1.14"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/typed-array-byte-offset": {
			"version": "1.0.3",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"available-typed-arrays": "^1.0.7",
				"call-bind": "^1.0.7",
				"for-each": "^0.3.3",
				"gopd": "^1.0.1",
				"has-proto": "^1.0.3",
				"is-typed-array": "^1.1.13",
				"reflect.getprototypeof": "^1.0.6"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/typed-array-length": {
			"version": "1.0.7",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bind": "^1.0.7",
				"for-each": "^0.3.3",
				"gopd": "^1.0.1",
				"is-typed-array": "^1.1.13",
				"possible-typed-array-names": "^1.0.0",
				"reflect.getprototypeof": "^1.0.6"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/typed-query-selector": {
			"version": "2.12.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/typedarray-to-buffer": {
			"version": "3.1.5",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-typedarray": "^1.0.0"
			}
		},
		"node_modules/typescript": {
			"version": "5.7.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": "2.1.0",
			"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
			"integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
			"license": "MIT"
		},
		"node_modules/unbox-primitive": {
			"version": "1.1.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.3",
				"has-bigints": "^1.0.2",
				"has-symbols": "^1.1.0",
				"which-boxed-primitive": "^1.1.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"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/undici-types": {
			"version": "6.20.0",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/unicode-canonical-property-names-ecmascript": {
			"version": "2.0.1",
			"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.2.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/unique-string": {
			"version": "2.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"crypto-random-string": "^2.0.0"
			},
			"engines": {
				"node": ">=8"
			}
		},
		"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.1.1",
			"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.2.0",
				"picocolors": "^1.1.0"
			},
			"bin": {
				"update-browserslist-db": "cli.js"
			},
			"peerDependencies": {
				"browserslist": ">= 4.21.0"
			}
		},
		"node_modules/upper-case": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"tslib": "^2.0.3"
			}
		},
		"node_modules/upper-case-first": {
			"version": "2.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"tslib": "^2.0.3"
			}
		},
		"node_modules/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-loader/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/url-parse": {
			"version": "1.5.10",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"querystringify": "^2.1.1",
				"requires-port": "^1.0.0"
			}
		},
		"node_modules/util-deprecate": {
			"version": "1.0.2",
			"dev": true,
			"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",
			"dev": true,
			"license": "MIT",
			"bin": {
				"uuid": "dist/bin/uuid"
			}
		},
		"node_modules/v8-to-istanbul": {
			"version": "9.3.0",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"@jridgewell/trace-mapping": "^0.3.12",
				"@types/istanbul-lib-coverage": "^2.0.1",
				"convert-source-map": "^2.0.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-license/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/validate-npm-package-name": {
			"version": "5.0.1",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
			}
		},
		"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": "8.0.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"axios": "^1.7.7",
				"joi": "^17.13.3",
				"lodash": "^4.17.21",
				"minimist": "^1.2.8",
				"rxjs": "^7.8.1"
			},
			"bin": {
				"wait-on": "bin/wait-on"
			},
			"engines": {
				"node": ">=12.0.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.2",
			"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/web-vitals": {
			"version": "4.2.4",
			"dev": true,
			"license": "Apache-2.0"
		},
		"node_modules/webidl-conversions": {
			"version": "7.0.0",
			"dev": true,
			"license": "BSD-2-Clause",
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/webpack": {
			"version": "5.97.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@types/eslint-scope": "^3.7.7",
				"@types/estree": "^1.0.6",
				"@webassemblyjs/ast": "^1.14.1",
				"@webassemblyjs/wasm-edit": "^1.14.1",
				"@webassemblyjs/wasm-parser": "^1.14.1",
				"acorn": "^8.14.0",
				"browserslist": "^4.24.0",
				"chrome-trace-event": "^1.0.2",
				"enhanced-resolve": "^5.17.1",
				"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.11",
				"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.10",
				"watchpack": "^2.4.1",
				"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.10.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@discoveryjs/json-ext": "0.5.7",
				"acorn": "^8.0.4",
				"acorn-walk": "^8.0.0",
				"commander": "^7.2.0",
				"debounce": "^1.2.1",
				"escape-string-regexp": "^4.0.0",
				"gzip-size": "^6.0.0",
				"html-escaper": "^2.0.2",
				"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.10",
			"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": "5.1.4",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"@discoveryjs/json-ext": "^0.5.0",
				"@webpack-cli/configtest": "^2.1.1",
				"@webpack-cli/info": "^2.0.2",
				"@webpack-cli/serve": "^2.0.5",
				"colorette": "^2.0.14",
				"commander": "^10.0.1",
				"cross-spawn": "^7.0.3",
				"envinfo": "^7.7.3",
				"fastest-levenshtein": "^1.0.12",
				"import-local": "^3.0.2",
				"interpret": "^3.1.1",
				"rechoir": "^0.8.0",
				"webpack-merge": "^5.7.3"
			},
			"bin": {
				"webpack-cli": "bin/cli.js"
			},
			"engines": {
				"node": ">=14.15.0"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/webpack"
			},
			"peerDependencies": {
				"webpack": "5.x.x"
			},
			"peerDependenciesMeta": {
				"@webpack-cli/generators": {
					"optional": true
				},
				"webpack-bundle-analyzer": {
					"optional": true
				},
				"webpack-dev-server": {
					"optional": true
				}
			}
		},
		"node_modules/webpack-cli/node_modules/commander": {
			"version": "10.0.1",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=14"
			}
		},
		"node_modules/webpack-dev-middleware": {
			"version": "5.3.4",
			"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-server": {
			"version": "4.15.2",
			"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.4",
				"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/chokidar": {
			"version": "3.6.0",
			"dev": true,
			"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"
			},
			"funding": {
				"url": "https://paulmillr.com/funding/"
			},
			"optionalDependencies": {
				"fsevents": "~2.3.2"
			}
		},
		"node_modules/webpack-dev-server/node_modules/glob-parent": {
			"version": "5.1.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"is-glob": "^4.0.1"
			},
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/webpack-dev-server/node_modules/readdirp": {
			"version": "3.6.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"picomatch": "^2.2.1"
			},
			"engines": {
				"node": ">=8.10.0"
			}
		},
		"node_modules/webpack-dev-server/node_modules/rimraf": {
			"version": "3.0.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"glob": "^7.1.3"
			},
			"bin": {
				"rimraf": "bin.js"
			},
			"funding": {
				"url": "https://github.com/sponsors/isaacs"
			}
		},
		"node_modules/webpack-merge": {
			"version": "5.10.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"clone-deep": "^4.0.1",
				"flat": "^5.0.2",
				"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/webpack/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/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": "2.0.2",
			"dev": true,
			"license": "ISC",
			"dependencies": {
				"isexe": "^2.0.0"
			},
			"bin": {
				"node-which": "bin/node-which"
			},
			"engines": {
				"node": ">= 8"
			}
		},
		"node_modules/which-boxed-primitive": {
			"version": "1.1.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-bigint": "^1.1.0",
				"is-boolean-object": "^1.2.1",
				"is-number-object": "^1.1.1",
				"is-string": "^1.1.1",
				"is-symbol": "^1.1.1"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/which-builtin-type": {
			"version": "1.2.1",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"call-bound": "^1.0.2",
				"function.prototype.name": "^1.1.6",
				"has-tostringtag": "^1.0.2",
				"is-async-function": "^2.0.0",
				"is-date-object": "^1.1.0",
				"is-finalizationregistry": "^1.1.0",
				"is-generator-function": "^1.0.10",
				"is-regex": "^1.2.1",
				"is-weakref": "^1.0.2",
				"isarray": "^2.0.5",
				"which-boxed-primitive": "^1.1.0",
				"which-collection": "^1.0.2",
				"which-typed-array": "^1.1.16"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/which-collection": {
			"version": "1.0.2",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"is-map": "^2.0.3",
				"is-set": "^2.0.3",
				"is-weakmap": "^2.0.2",
				"is-weakset": "^2.0.3"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/which-typed-array": {
			"version": "1.1.17",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"available-typed-arrays": "^1.0.7",
				"call-bind": "^1.0.8",
				"call-bound": "^1.0.3",
				"for-each": "^0.3.3",
				"gopd": "^1.2.0",
				"has-tostringtag": "^1.0.2"
			},
			"engines": {
				"node": ">= 0.4"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			}
		},
		"node_modules/wildcard": {
			"version": "2.0.1",
			"dev": true,
			"license": "MIT"
		},
		"node_modules/word-wrap": {
			"version": "1.2.5",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=0.10.0"
			}
		},
		"node_modules/wrap-ansi": {
			"version": "7.0.0",
			"dev": true,
			"license": "MIT",
			"dependencies": {
				"ansi-styles": "^4.0.0",
				"string-width": "^4.1.0",
				"strip-ansi": "^6.0.0"
			},
			"engines": {
				"node": ">=10"
			},
			"funding": {
				"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
			}
		},
		"node_modules/wrappy": {
			"version": "1.0.2",
			"dev": true,
			"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.18.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/xdg-basedir": {
			"version": "4.0.0",
			"dev": true,
			"license": "MIT",
			"engines": {
				"node": ">=8"
			}
		},
		"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",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">=10"
			}
		},
		"node_modules/yallist": {
			"version": "3.1.1",
			"dev": true,
			"license": "ISC"
		},
		"node_modules/yaml": {
			"version": "1.10.2",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">= 6"
			}
		},
		"node_modules/yargs": {
			"version": "17.7.2",
			"dev": true,
			"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": "21.1.1",
			"dev": true,
			"license": "ISC",
			"engines": {
				"node": ">=12"
			}
		},
		"node_modules/yauzl": {
			"version": "2.10.0",
			"dev": true,
			"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"
			}
		},
		"node_modules/zod": {
			"version": "3.23.8",
			"dev": true,
			"license": "MIT",
			"funding": {
				"url": "https://github.com/sponsors/colinhacks"
			}
		}
	}
}
