aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/README.md70
-rw-r--r--frontend/package-lock.json29716
-rw-r--r--frontend/package.json49
-rw-r--r--frontend/public/favicon.icobin0 -> 15086 bytes
-rw-r--r--frontend/public/index.html16
-rw-r--r--frontend/public/manifest.json25
-rw-r--r--frontend/public/robots.txt3
-rw-r--r--frontend/src/App.css50
-rw-r--r--frontend/src/App.js16
-rw-r--r--frontend/src/components/sidebar.css73
-rw-r--r--frontend/src/components/sidebar.js95
-rw-r--r--frontend/src/fonts/D-DIN.otfbin0 -> 59860 bytes
-rw-r--r--frontend/src/imgs/0.pngbin0 -> 41216 bytes
-rw-r--r--frontend/src/imgs/1.pngbin0 -> 3308 bytes
-rw-r--r--frontend/src/imgs/2.pngbin0 -> 4093 bytes
-rw-r--r--frontend/src/imgs/3.pngbin0 -> 9600 bytes
-rw-r--r--frontend/src/imgs/4.pngbin0 -> 12164 bytes
-rw-r--r--frontend/src/imgs/5.pngbin0 -> 19087 bytes
-rw-r--r--frontend/src/imgs/6.pngbin0 -> 14501 bytes
-rw-r--r--frontend/src/imgs/7.pngbin0 -> 12182 bytes
-rw-r--r--frontend/src/imgs/8.pngbin0 -> 5605 bytes
-rw-r--r--frontend/src/index.js10
22 files changed, 29224 insertions, 899 deletions
diff --git a/frontend/README.md b/frontend/README.md
new file mode 100644
index 0000000..58beeac
--- /dev/null
+++ b/frontend/README.md
@@ -0,0 +1,70 @@
1# Getting Started with Create React App
2
3This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
4
5## Available Scripts
6
7In the project directory, you can run:
8
9### `npm start`
10
11Runs the app in the development mode.\
12Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
13
14The page will reload when you make changes.\
15You may also see any lint errors in the console.
16
17### `npm test`
18
19Launches the test runner in the interactive watch mode.\
20See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
21
22### `npm run build`
23
24Builds the app for production to the `build` folder.\
25It correctly bundles React in production mode and optimizes the build for the best performance.
26
27The build is minified and the filenames include the hashes.\
28Your app is ready to be deployed!
29
30See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
31
32### `npm run eject`
33
34**Note: this is a one-way operation. Once you `eject`, you can't go back!**
35
36If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
37
38Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
39
40You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
41
42## Learn More
43
44You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
45
46To learn React, check out the [React documentation](https://reactjs.org/).
47
48### Code Splitting
49
50This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
51
52### Analyzing the Bundle Size
53
54This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
55
56### Making a Progressive Web App
57
58This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
59
60### Advanced Configuration
61
62This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
63
64### Deployment
65
66This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
67
68### `npm run build` fails to minify
69
70This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index 5e4fc50..8cd0ce4 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -1,573 +1,4158 @@
1{ 1{
2 "name": "frontend", 2 "name": "lpb",
3 "version": "0.0.0", 3 "version": "0.1.0",
4 "lockfileVersion": 2, 4 "lockfileVersion": 2,
5 "requires": true, 5 "requires": true,
6 "packages": { 6 "packages": {
7 "": { 7 "": {
8 "name": "frontend", 8 "name": "lpb",
9 "version": "0.0.0", 9 "version": "0.1.0",
10 "dependencies": { 10 "dependencies": {
11 "@testing-library/jest-dom": "^5.16.5",
12 "@testing-library/react": "^13.4.0",
13 "@testing-library/user-event": "^13.5.0",
11 "react": "^18.2.0", 14 "react": "^18.2.0",
12 "react-dom": "^18.2.0" 15 "react-dom": "^18.2.0",
13 }, 16 "react-scripts": "5.0.1",
14 "devDependencies": { 17 "web-vitals": "^2.1.4"
15 "@types/react": "^18.0.26", 18 }
16 "@types/react-dom": "^18.0.9", 19 },
17 "@vitejs/plugin-react-swc": "^3.0.0", 20 "node_modules/@adobe/css-tools": {
18 "typescript": "^4.9.3", 21 "version": "4.1.0",
19 "vite": "^4.0.0" 22 "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.1.0.tgz",
20 } 23 "integrity": "sha512-mMVJ/j/GbZ/De4ZHWbQAQO1J6iVnjtZLc9WEdkUQb8S/Bu2cAF2bETXUgMAdvMG3/ngtKmcNBe+Zms9bg6jnQQ=="
21 }, 24 },
22 "node_modules/@esbuild/android-arm": { 25 "node_modules/@ampproject/remapping": {
23 "version": "0.16.15", 26 "version": "2.2.0",
24 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.16.15.tgz", 27 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
25 "integrity": "sha512-JsJtmadyWcR+DEtHLixM7bAQsfi1s0Xotv9kVOoXbCLyhKPOHvMEyh3kJBuTbCPSE4c2jQkQVmarwc9Mg9k3bA==", 28 "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",
26 "cpu": [ 29 "dependencies": {
27 "arm" 30 "@jridgewell/gen-mapping": "^0.1.0",
28 ], 31 "@jridgewell/trace-mapping": "^0.3.9"
29 "dev": true, 32 },
30 "optional": true,
31 "os": [
32 "android"
33 ],
34 "engines": { 33 "engines": {
35 "node": ">=12" 34 "node": ">=6.0.0"
36 } 35 }
37 }, 36 },
38 "node_modules/@esbuild/android-arm64": { 37 "node_modules/@babel/code-frame": {
39 "version": "0.16.15", 38 "version": "7.18.6",
40 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.16.15.tgz", 39 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
41 "integrity": "sha512-OdbkUv7468dSsgoFtHIwTaYAuI5lDEv/v+dlfGBUbVa2xSDIIuSOHXawynw5N9+5lygo/JdXa5/sgGjiEU18gQ==", 40 "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
42 "cpu": [ 41 "dependencies": {
43 "arm64" 42 "@babel/highlight": "^7.18.6"
44 ], 43 },
45 "dev": true,
46 "optional": true,
47 "os": [
48 "android"
49 ],
50 "engines": { 44 "engines": {
51 "node": ">=12" 45 "node": ">=6.9.0"
52 } 46 }
53 }, 47 },
54 "node_modules/@esbuild/android-x64": { 48 "node_modules/@babel/compat-data": {
55 "version": "0.16.15", 49 "version": "7.20.14",
56 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.16.15.tgz", 50 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.14.tgz",
57 "integrity": "sha512-dPUOBiNNWAm+/bxoA75o7R7qqqfcEzXaYlb5uJk2xGHmUMNKSAnDCtRYLgx9/wfE4sXyn8H948OrDyUAHhPOuA==", 51 "integrity": "sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==",
58 "cpu": [
59 "x64"
60 ],
61 "dev": true,
62 "optional": true,
63 "os": [
64 "android"
65 ],
66 "engines": { 52 "engines": {
67 "node": ">=12" 53 "node": ">=6.9.0"
68 } 54 }
69 }, 55 },
70 "node_modules/@esbuild/darwin-arm64": { 56 "node_modules/@babel/core": {
71 "version": "0.16.15", 57 "version": "7.20.12",
72 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.16.15.tgz", 58 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz",
73 "integrity": "sha512-AksarYV85Hxgwh5/zb6qGl4sYWxIXPQGBAZ+jUro1ZpINy3EWumK+/4DPOKUBPnsrOIvnNXy7Rq4mTeCsMQDNA==", 59 "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==",
74 "cpu": [ 60 "dependencies": {
75 "arm64" 61 "@ampproject/remapping": "^2.1.0",
76 ], 62 "@babel/code-frame": "^7.18.6",
77 "dev": true, 63 "@babel/generator": "^7.20.7",
78 "optional": true, 64 "@babel/helper-compilation-targets": "^7.20.7",
79 "os": [ 65 "@babel/helper-module-transforms": "^7.20.11",
80 "darwin" 66 "@babel/helpers": "^7.20.7",
81 ], 67 "@babel/parser": "^7.20.7",
68 "@babel/template": "^7.20.7",
69 "@babel/traverse": "^7.20.12",
70 "@babel/types": "^7.20.7",
71 "convert-source-map": "^1.7.0",
72 "debug": "^4.1.0",
73 "gensync": "^1.0.0-beta.2",
74 "json5": "^2.2.2",
75 "semver": "^6.3.0"
76 },
82 "engines": { 77 "engines": {
83 "node": ">=12" 78 "node": ">=6.9.0"
79 },
80 "funding": {
81 "type": "opencollective",
82 "url": "https://opencollective.com/babel"
84 } 83 }
85 }, 84 },
86 "node_modules/@esbuild/darwin-x64": { 85 "node_modules/@babel/core/node_modules/semver": {
87 "version": "0.16.15", 86 "version": "6.3.0",
88 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.16.15.tgz", 87 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
89 "integrity": "sha512-qqrKJxoohceZGGP+sZ5yXkzW9ZiyFZJ1gWSEfuYdOWzBSL18Uy3w7s/IvnDYHo++/cxwqM0ch3HQVReSZy7/4Q==", 88 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
90 "cpu": [ 89 "bin": {
91 "x64" 90 "semver": "bin/semver.js"
92 ], 91 }
93 "dev": true, 92 },
94 "optional": true, 93 "node_modules/@babel/eslint-parser": {
95 "os": [ 94 "version": "7.19.1",
96 "darwin" 95 "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz",
97 ], 96 "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==",
97 "dependencies": {
98 "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
99 "eslint-visitor-keys": "^2.1.0",
100 "semver": "^6.3.0"
101 },
98 "engines": { 102 "engines": {
99 "node": ">=12" 103 "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
104 },
105 "peerDependencies": {
106 "@babel/core": ">=7.11.0",
107 "eslint": "^7.5.0 || ^8.0.0"
100 } 108 }
101 }, 109 },
102 "node_modules/@esbuild/freebsd-arm64": { 110 "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
103 "version": "0.16.15", 111 "version": "2.1.0",
104 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.15.tgz", 112 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
105 "integrity": "sha512-LBWaep6RvJm5KnsKkocdVEzuwnGMjz54fcRVZ9d3R7FSEWOtPBxMhuxeA1n98JVbCLMkTPFmKN6xSnfhnM9WXQ==", 113 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
106 "cpu": [
107 "arm64"
108 ],
109 "dev": true,
110 "optional": true,
111 "os": [
112 "freebsd"
113 ],
114 "engines": { 114 "engines": {
115 "node": ">=12" 115 "node": ">=10"
116 } 116 }
117 }, 117 },
118 "node_modules/@esbuild/freebsd-x64": { 118 "node_modules/@babel/eslint-parser/node_modules/semver": {
119 "version": "0.16.15", 119 "version": "6.3.0",
120 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.16.15.tgz", 120 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
121 "integrity": "sha512-LE8mKC6JPR04kPLRP9A6k7ZmG0k2aWF4ru79Sde6UeWCo7yDby5f48uJNFQ2pZqzUUkLrHL8xNdIHerJeZjHXg==", 121 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
122 "cpu": [ 122 "bin": {
123 "x64" 123 "semver": "bin/semver.js"
124 ], 124 }
125 "dev": true, 125 },
126 "optional": true, 126 "node_modules/@babel/generator": {
127 "os": [ 127 "version": "7.20.14",
128 "freebsd" 128 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.14.tgz",
129 ], 129 "integrity": "sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==",
130 "dependencies": {
131 "@babel/types": "^7.20.7",
132 "@jridgewell/gen-mapping": "^0.3.2",
133 "jsesc": "^2.5.1"
134 },
130 "engines": { 135 "engines": {
131 "node": ">=12" 136 "node": ">=6.9.0"
132 } 137 }
133 }, 138 },
134 "node_modules/@esbuild/linux-arm": { 139 "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": {
135 "version": "0.16.15", 140 "version": "0.3.2",
136 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.16.15.tgz", 141 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
137 "integrity": "sha512-+1sGlqtMJTOnJUXwLUGnDhPaGRKqxT0UONtYacS+EjdDOrSgpQ/1gUXlnze45Z/BogwYaswQM19Gu1YD1T19/w==", 142 "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
138 "cpu": [ 143 "dependencies": {
139 "arm" 144 "@jridgewell/set-array": "^1.0.1",
140 ], 145 "@jridgewell/sourcemap-codec": "^1.4.10",
141 "dev": true, 146 "@jridgewell/trace-mapping": "^0.3.9"
142 "optional": true, 147 },
143 "os": [
144 "linux"
145 ],
146 "engines": { 148 "engines": {
147 "node": ">=12" 149 "node": ">=6.0.0"
148 } 150 }
149 }, 151 },
150 "node_modules/@esbuild/linux-arm64": { 152 "node_modules/@babel/helper-annotate-as-pure": {
151 "version": "0.16.15", 153 "version": "7.18.6",
152 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.16.15.tgz", 154 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
153 "integrity": "sha512-mRYpuQGbzY+XLczy3Sk7fMJ3DRKLGDIuvLKkkUkyecDGQMmil6K/xVKP9IpKO7JtNH477qAiMjjX7jfKae8t4g==", 155 "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
154 "cpu": [ 156 "dependencies": {
155 "arm64" 157 "@babel/types": "^7.18.6"
156 ], 158 },
157 "dev": true,
158 "optional": true,
159 "os": [
160 "linux"
161 ],
162 "engines": { 159 "engines": {
163 "node": ">=12" 160 "node": ">=6.9.0"
164 } 161 }
165 }, 162 },
166 "node_modules/@esbuild/linux-ia32": { 163 "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
167 "version": "0.16.15", 164 "version": "7.18.9",
168 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.16.15.tgz", 165 "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz",
169 "integrity": "sha512-puXVFvY4m8EB6/fzu3LdgjiNnEZ3gZMSR7NmKoQe51l3hyQalvTjab3Dt7aX4qGf+8Pj7dsCOBNzNzkSlr/4Aw==", 166 "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==",
170 "cpu": [ 167 "dependencies": {
171 "ia32" 168 "@babel/helper-explode-assignable-expression": "^7.18.6",
172 ], 169 "@babel/types": "^7.18.9"
173 "dev": true, 170 },
174 "optional": true,
175 "os": [
176 "linux"
177 ],
178 "engines": { 171 "engines": {
179 "node": ">=12" 172 "node": ">=6.9.0"
180 } 173 }
181 }, 174 },
182 "node_modules/@esbuild/linux-loong64": { 175 "node_modules/@babel/helper-compilation-targets": {
183 "version": "0.16.15", 176 "version": "7.20.7",
184 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.16.15.tgz", 177 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz",
185 "integrity": "sha512-ATMGb3eg8T6ZTGZFldlGeFEcevBiVq6SBHvRAO04HMfUjZWneZ/U+JJb3YzlNZxuscJ4Tmzq+JrYxlk7ro4dRg==", 178 "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==",
186 "cpu": [ 179 "dependencies": {
187 "loong64" 180 "@babel/compat-data": "^7.20.5",
188 ], 181 "@babel/helper-validator-option": "^7.18.6",
189 "dev": true, 182 "browserslist": "^4.21.3",
190 "optional": true, 183 "lru-cache": "^5.1.1",
191 "os": [ 184 "semver": "^6.3.0"
192 "linux" 185 },
193 ],
194 "engines": { 186 "engines": {
195 "node": ">=12" 187 "node": ">=6.9.0"
188 },
189 "peerDependencies": {
190 "@babel/core": "^7.0.0"
196 } 191 }
197 }, 192 },
198 "node_modules/@esbuild/linux-mips64el": { 193 "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
199 "version": "0.16.15", 194 "version": "6.3.0",
200 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.16.15.tgz", 195 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
201 "integrity": "sha512-3SEA4L82OnoSATW+Ve8rPgLaKjC8WMt8fnx7De9kvi/NcVbkj8W+J7qnu/tK2P9pUPQP7Au/0sjPEqZtFeyKQQ==", 196 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
202 "cpu": [ 197 "bin": {
203 "mips64el" 198 "semver": "bin/semver.js"
204 ], 199 }
205 "dev": true, 200 },
206 "optional": true, 201 "node_modules/@babel/helper-create-class-features-plugin": {
207 "os": [ 202 "version": "7.20.12",
208 "linux" 203 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz",
209 ], 204 "integrity": "sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==",
205 "dependencies": {
206 "@babel/helper-annotate-as-pure": "^7.18.6",
207 "@babel/helper-environment-visitor": "^7.18.9",
208 "@babel/helper-function-name": "^7.19.0",
209 "@babel/helper-member-expression-to-functions": "^7.20.7",
210 "@babel/helper-optimise-call-expression": "^7.18.6",
211 "@babel/helper-replace-supers": "^7.20.7",
212 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
213 "@babel/helper-split-export-declaration": "^7.18.6"
214 },
210 "engines": { 215 "engines": {
211 "node": ">=12" 216 "node": ">=6.9.0"
217 },
218 "peerDependencies": {
219 "@babel/core": "^7.0.0"
212 } 220 }
213 }, 221 },
214 "node_modules/@esbuild/linux-ppc64": { 222 "node_modules/@babel/helper-create-regexp-features-plugin": {
215 "version": "0.16.15", 223 "version": "7.20.5",
216 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.16.15.tgz", 224 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz",
217 "integrity": "sha512-8PgbeX+N6vmqeySzyxO0NyDOltCEW13OS5jUHTvCHmCgf4kNXZtAWJ+zEfJxjRGYhVezQ1FdIm7WfN1R27uOyg==", 225 "integrity": "sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==",
218 "cpu": [ 226 "dependencies": {
219 "ppc64" 227 "@babel/helper-annotate-as-pure": "^7.18.6",
220 ], 228 "regexpu-core": "^5.2.1"
221 "dev": true, 229 },
222 "optional": true,
223 "os": [
224 "linux"
225 ],
226 "engines": { 230 "engines": {
227 "node": ">=12" 231 "node": ">=6.9.0"
232 },
233 "peerDependencies": {
234 "@babel/core": "^7.0.0"
228 } 235 }
229 }, 236 },
230 "node_modules/@esbuild/linux-riscv64": { 237 "node_modules/@babel/helper-define-polyfill-provider": {
231 "version": "0.16.15", 238 "version": "0.3.3",
232 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.16.15.tgz", 239 "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz",
233 "integrity": "sha512-U+coqH+89vbPVoU30no1Fllrn6gvEeO5tfEArBhjYZ+dQ3Gv7ciQXYf5nrT1QdlIFwEjH4Is1U1iiaGWW+tGpQ==", 240 "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==",
234 "cpu": [ 241 "dependencies": {
235 "riscv64" 242 "@babel/helper-compilation-targets": "^7.17.7",
236 ], 243 "@babel/helper-plugin-utils": "^7.16.7",
237 "dev": true, 244 "debug": "^4.1.1",
238 "optional": true, 245 "lodash.debounce": "^4.0.8",
239 "os": [ 246 "resolve": "^1.14.2",
240 "linux" 247 "semver": "^6.1.2"
241 ], 248 },
249 "peerDependencies": {
250 "@babel/core": "^7.4.0-0"
251 }
252 },
253 "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": {
254 "version": "6.3.0",
255 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
256 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
257 "bin": {
258 "semver": "bin/semver.js"
259 }
260 },
261 "node_modules/@babel/helper-environment-visitor": {
262 "version": "7.18.9",
263 "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
264 "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
242 "engines": { 265 "engines": {
243 "node": ">=12" 266 "node": ">=6.9.0"
244 } 267 }
245 }, 268 },
246 "node_modules/@esbuild/linux-s390x": { 269 "node_modules/@babel/helper-explode-assignable-expression": {
247 "version": "0.16.15", 270 "version": "7.18.6",
248 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.16.15.tgz", 271 "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz",
249 "integrity": "sha512-M0nKLFMdyFGBoitxG42kq6Xap0CPeDC6gfF9lg7ZejzGF6kqYUGT+pQGl2QCQoxJBeat/LzTma1hG8C3dq2ocg==", 272 "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==",
250 "cpu": [ 273 "dependencies": {
251 "s390x" 274 "@babel/types": "^7.18.6"
252 ], 275 },
253 "dev": true,
254 "optional": true,
255 "os": [
256 "linux"
257 ],
258 "engines": { 276 "engines": {
259 "node": ">=12" 277 "node": ">=6.9.0"
260 } 278 }
261 }, 279 },
262 "node_modules/@esbuild/linux-x64": { 280 "node_modules/@babel/helper-function-name": {
263 "version": "0.16.15", 281 "version": "7.19.0",
264 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.16.15.tgz", 282 "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz",
265 "integrity": "sha512-t7/fOXBUKfigvhJLGKZ9TPHHgqNgpIpYaAbcXQk1X+fPeUG7x0tpAbXJ2wST9F/gJ02+CLETPMnhG7Tra2wqsQ==", 283 "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==",
266 "cpu": [ 284 "dependencies": {
267 "x64" 285 "@babel/template": "^7.18.10",
268 ], 286 "@babel/types": "^7.19.0"
269 "dev": true, 287 },
270 "optional": true,
271 "os": [
272 "linux"
273 ],
274 "engines": { 288 "engines": {
275 "node": ">=12" 289 "node": ">=6.9.0"
276 } 290 }
277 }, 291 },
278 "node_modules/@esbuild/netbsd-x64": { 292 "node_modules/@babel/helper-hoist-variables": {
279 "version": "0.16.15", 293 "version": "7.18.6",
280 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.16.15.tgz", 294 "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
281 "integrity": "sha512-0k0Nxi6DOJmTnLtKD/0rlyqOPpcqONXY53vpkoAsue8CfyhNPWtwzba1ICFNCfCY1dqL3Ho/xEzujJhmdXq1rg==", 295 "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
282 "cpu": [ 296 "dependencies": {
283 "x64" 297 "@babel/types": "^7.18.6"
284 ], 298 },
285 "dev": true,
286 "optional": true,
287 "os": [
288 "netbsd"
289 ],
290 "engines": { 299 "engines": {
291 "node": ">=12" 300 "node": ">=6.9.0"
292 } 301 }
293 }, 302 },
294 "node_modules/@esbuild/openbsd-x64": { 303 "node_modules/@babel/helper-member-expression-to-functions": {
295 "version": "0.16.15", 304 "version": "7.20.7",
296 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.16.15.tgz", 305 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.20.7.tgz",
297 "integrity": "sha512-3SkckazfIbdSjsGpuIYT3d6n2Hx0tck3MS1yVsbahhWiLvdy4QozTpvlbjqO3GmvtvhxY4qdyhFOO2wiZKeTAQ==", 306 "integrity": "sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==",
298 "cpu": [ 307 "dependencies": {
299 "x64" 308 "@babel/types": "^7.20.7"
300 ], 309 },
301 "dev": true,
302 "optional": true,
303 "os": [
304 "openbsd"
305 ],
306 "engines": { 310 "engines": {
307 "node": ">=12" 311 "node": ">=6.9.0"
308 } 312 }
309 }, 313 },
310 "node_modules/@esbuild/sunos-x64": { 314 "node_modules/@babel/helper-module-imports": {
311 "version": "0.16.15", 315 "version": "7.18.6",
312 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.16.15.tgz", 316 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
313 "integrity": "sha512-8PNvBC+O8X5EnyIGqE8St2bOjjrXMR17NOLenIrzolvwWnJXvwPo0tE/ahOeiAJmTOS/eAcN8b4LAZcn17Uj7w==", 317 "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
314 "cpu": [ 318 "dependencies": {
315 "x64" 319 "@babel/types": "^7.18.6"
316 ], 320 },
317 "dev": true,
318 "optional": true,
319 "os": [
320 "sunos"
321 ],
322 "engines": { 321 "engines": {
323 "node": ">=12" 322 "node": ">=6.9.0"
324 } 323 }
325 }, 324 },
326 "node_modules/@esbuild/win32-arm64": { 325 "node_modules/@babel/helper-module-transforms": {
327 "version": "0.16.15", 326 "version": "7.20.11",
328 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.16.15.tgz", 327 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz",
329 "integrity": "sha512-YPaSgm/mm7kNcATB53OxVGVfn6rDNbImTn330ZlF3hKej1e9ktCaljGjn2vH08z2dlHEf3kdt57tNjE6zs8SzA==", 328 "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==",
330 "cpu": [ 329 "dependencies": {
331 "arm64" 330 "@babel/helper-environment-visitor": "^7.18.9",
332 ], 331 "@babel/helper-module-imports": "^7.18.6",
333 "dev": true, 332 "@babel/helper-simple-access": "^7.20.2",
334 "optional": true, 333 "@babel/helper-split-export-declaration": "^7.18.6",
335 "os": [ 334 "@babel/helper-validator-identifier": "^7.19.1",
336 "win32" 335 "@babel/template": "^7.20.7",
337 ], 336 "@babel/traverse": "^7.20.10",
337 "@babel/types": "^7.20.7"
338 },
338 "engines": { 339 "engines": {
339 "node": ">=12" 340 "node": ">=6.9.0"
340 } 341 }
341 }, 342 },
342 "node_modules/@esbuild/win32-ia32": { 343 "node_modules/@babel/helper-optimise-call-expression": {
343 "version": "0.16.15", 344 "version": "7.18.6",
344 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.16.15.tgz", 345 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz",
345 "integrity": "sha512-0movUXbSNrTeNf5ZXT0avklEvlJD0hNGZsrrXHfsp9z4tK5xC+apCqmUEZeE9mqrb84Z8XbgGr/MS9LqafTP2A==", 346 "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==",
346 "cpu": [ 347 "dependencies": {
347 "ia32" 348 "@babel/types": "^7.18.6"
348 ], 349 },
349 "dev": true,
350 "optional": true,
351 "os": [
352 "win32"
353 ],
354 "engines": { 350 "engines": {
355 "node": ">=12" 351 "node": ">=6.9.0"
356 } 352 }
357 }, 353 },
358 "node_modules/@esbuild/win32-x64": { 354 "node_modules/@babel/helper-plugin-utils": {
359 "version": "0.16.15", 355 "version": "7.20.2",
360 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.16.15.tgz", 356 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
361 "integrity": "sha512-27h5GCcbfomVAqAnMJWvR1LqEY0dFqIq4vTe5nY3becnZNu0SX8F0+gTk3JPvgWQHzaGc6VkPzlOiMkdSUunUA==", 357 "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
362 "cpu": [
363 "x64"
364 ],
365 "dev": true,
366 "optional": true,
367 "os": [
368 "win32"
369 ],
370 "engines": { 358 "engines": {
371 "node": ">=12" 359 "node": ">=6.9.0"
372 } 360 }
373 }, 361 },
374 "node_modules/@swc/core": { 362 "node_modules/@babel/helper-remap-async-to-generator": {
375 "version": "1.3.25", 363 "version": "7.18.9",
376 "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.25.tgz", 364 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz",
377 "integrity": "sha512-wqzvM/wu6OsTVYPMStOpm7kIQcPX3GoZ0sC85qzDdsCxmJ1rmItLAD91sXPUmmdk0XqPYjLgT9MRDEIP5woz4g==", 365 "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==",
378 "dev": true, 366 "dependencies": {
379 "hasInstallScript": true, 367 "@babel/helper-annotate-as-pure": "^7.18.6",
368 "@babel/helper-environment-visitor": "^7.18.9",
369 "@babel/helper-wrap-function": "^7.18.9",
370 "@babel/types": "^7.18.9"
371 },
380 "engines": { 372 "engines": {
381 "node": ">=10" 373 "node": ">=6.9.0"
374 },
375 "peerDependencies": {
376 "@babel/core": "^7.0.0"
377 }
378 },
379 "node_modules/@babel/helper-replace-supers": {
380 "version": "7.20.7",
381 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz",
382 "integrity": "sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==",
383 "dependencies": {
384 "@babel/helper-environment-visitor": "^7.18.9",
385 "@babel/helper-member-expression-to-functions": "^7.20.7",
386 "@babel/helper-optimise-call-expression": "^7.18.6",
387 "@babel/template": "^7.20.7",
388 "@babel/traverse": "^7.20.7",
389 "@babel/types": "^7.20.7"
390 },
391 "engines": {
392 "node": ">=6.9.0"
393 }
394 },
395 "node_modules/@babel/helper-simple-access": {
396 "version": "7.20.2",
397 "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz",
398 "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==",
399 "dependencies": {
400 "@babel/types": "^7.20.2"
401 },
402 "engines": {
403 "node": ">=6.9.0"
404 }
405 },
406 "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
407 "version": "7.20.0",
408 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz",
409 "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==",
410 "dependencies": {
411 "@babel/types": "^7.20.0"
412 },
413 "engines": {
414 "node": ">=6.9.0"
415 }
416 },
417 "node_modules/@babel/helper-split-export-declaration": {
418 "version": "7.18.6",
419 "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
420 "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
421 "dependencies": {
422 "@babel/types": "^7.18.6"
423 },
424 "engines": {
425 "node": ">=6.9.0"
426 }
427 },
428 "node_modules/@babel/helper-string-parser": {
429 "version": "7.19.4",
430 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz",
431 "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==",
432 "engines": {
433 "node": ">=6.9.0"
434 }
435 },
436 "node_modules/@babel/helper-validator-identifier": {
437 "version": "7.19.1",
438 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
439 "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
440 "engines": {
441 "node": ">=6.9.0"
442 }
443 },
444 "node_modules/@babel/helper-validator-option": {
445 "version": "7.18.6",
446 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",
447 "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==",
448 "engines": {
449 "node": ">=6.9.0"
450 }
451 },
452 "node_modules/@babel/helper-wrap-function": {
453 "version": "7.20.5",
454 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz",
455 "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==",
456 "dependencies": {
457 "@babel/helper-function-name": "^7.19.0",
458 "@babel/template": "^7.18.10",
459 "@babel/traverse": "^7.20.5",
460 "@babel/types": "^7.20.5"
461 },
462 "engines": {
463 "node": ">=6.9.0"
464 }
465 },
466 "node_modules/@babel/helpers": {
467 "version": "7.20.13",
468 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.13.tgz",
469 "integrity": "sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==",
470 "dependencies": {
471 "@babel/template": "^7.20.7",
472 "@babel/traverse": "^7.20.13",
473 "@babel/types": "^7.20.7"
474 },
475 "engines": {
476 "node": ">=6.9.0"
477 }
478 },
479 "node_modules/@babel/highlight": {
480 "version": "7.18.6",
481 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
482 "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
483 "dependencies": {
484 "@babel/helper-validator-identifier": "^7.18.6",
485 "chalk": "^2.0.0",
486 "js-tokens": "^4.0.0"
487 },
488 "engines": {
489 "node": ">=6.9.0"
490 }
491 },
492 "node_modules/@babel/parser": {
493 "version": "7.20.15",
494 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.15.tgz",
495 "integrity": "sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==",
496 "bin": {
497 "parser": "bin/babel-parser.js"
498 },
499 "engines": {
500 "node": ">=6.0.0"
501 }
502 },
503 "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
504 "version": "7.18.6",
505 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz",
506 "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==",
507 "dependencies": {
508 "@babel/helper-plugin-utils": "^7.18.6"
509 },
510 "engines": {
511 "node": ">=6.9.0"
512 },
513 "peerDependencies": {
514 "@babel/core": "^7.0.0"
515 }
516 },
517 "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
518 "version": "7.20.7",
519 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz",
520 "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==",
521 "dependencies": {
522 "@babel/helper-plugin-utils": "^7.20.2",
523 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
524 "@babel/plugin-proposal-optional-chaining": "^7.20.7"
525 },
526 "engines": {
527 "node": ">=6.9.0"
528 },
529 "peerDependencies": {
530 "@babel/core": "^7.13.0"
531 }
532 },
533 "node_modules/@babel/plugin-proposal-async-generator-functions": {
534 "version": "7.20.7",
535 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz",
536 "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==",
537 "dependencies": {
538 "@babel/helper-environment-visitor": "^7.18.9",
539 "@babel/helper-plugin-utils": "^7.20.2",
540 "@babel/helper-remap-async-to-generator": "^7.18.9",
541 "@babel/plugin-syntax-async-generators": "^7.8.4"
542 },
543 "engines": {
544 "node": ">=6.9.0"
545 },
546 "peerDependencies": {
547 "@babel/core": "^7.0.0-0"
548 }
549 },
550 "node_modules/@babel/plugin-proposal-class-properties": {
551 "version": "7.18.6",
552 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
553 "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
554 "dependencies": {
555 "@babel/helper-create-class-features-plugin": "^7.18.6",
556 "@babel/helper-plugin-utils": "^7.18.6"
557 },
558 "engines": {
559 "node": ">=6.9.0"
560 },
561 "peerDependencies": {
562 "@babel/core": "^7.0.0-0"
563 }
564 },
565 "node_modules/@babel/plugin-proposal-class-static-block": {
566 "version": "7.20.7",
567 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.20.7.tgz",
568 "integrity": "sha512-AveGOoi9DAjUYYuUAG//Ig69GlazLnoyzMw68VCDux+c1tsnnH/OkYcpz/5xzMkEFC6UxjR5Gw1c+iY2wOGVeQ==",
569 "dependencies": {
570 "@babel/helper-create-class-features-plugin": "^7.20.7",
571 "@babel/helper-plugin-utils": "^7.20.2",
572 "@babel/plugin-syntax-class-static-block": "^7.14.5"
573 },
574 "engines": {
575 "node": ">=6.9.0"
576 },
577 "peerDependencies": {
578 "@babel/core": "^7.12.0"
579 }
580 },
581 "node_modules/@babel/plugin-proposal-decorators": {
582 "version": "7.20.13",
583 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.13.tgz",
584 "integrity": "sha512-7T6BKHa9Cpd7lCueHBBzP0nkXNina+h5giOZw+a8ZpMfPFY19VjJAjIxyFHuWkhCWgL6QMqRiY/wB1fLXzm6Mw==",
585 "dependencies": {
586 "@babel/helper-create-class-features-plugin": "^7.20.12",
587 "@babel/helper-plugin-utils": "^7.20.2",
588 "@babel/helper-replace-supers": "^7.20.7",
589 "@babel/helper-split-export-declaration": "^7.18.6",
590 "@babel/plugin-syntax-decorators": "^7.19.0"
591 },
592 "engines": {
593 "node": ">=6.9.0"
594 },
595 "peerDependencies": {
596 "@babel/core": "^7.0.0-0"
597 }
598 },
599 "node_modules/@babel/plugin-proposal-dynamic-import": {
600 "version": "7.18.6",
601 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz",
602 "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==",
603 "dependencies": {
604 "@babel/helper-plugin-utils": "^7.18.6",
605 "@babel/plugin-syntax-dynamic-import": "^7.8.3"
606 },
607 "engines": {
608 "node": ">=6.9.0"
609 },
610 "peerDependencies": {
611 "@babel/core": "^7.0.0-0"
612 }
613 },
614 "node_modules/@babel/plugin-proposal-export-namespace-from": {
615 "version": "7.18.9",
616 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz",
617 "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==",
618 "dependencies": {
619 "@babel/helper-plugin-utils": "^7.18.9",
620 "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
621 },
622 "engines": {
623 "node": ">=6.9.0"
624 },
625 "peerDependencies": {
626 "@babel/core": "^7.0.0-0"
627 }
628 },
629 "node_modules/@babel/plugin-proposal-json-strings": {
630 "version": "7.18.6",
631 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz",
632 "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==",
633 "dependencies": {
634 "@babel/helper-plugin-utils": "^7.18.6",
635 "@babel/plugin-syntax-json-strings": "^7.8.3"
636 },
637 "engines": {
638 "node": ">=6.9.0"
639 },
640 "peerDependencies": {
641 "@babel/core": "^7.0.0-0"
642 }
643 },
644 "node_modules/@babel/plugin-proposal-logical-assignment-operators": {
645 "version": "7.20.7",
646 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz",
647 "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==",
648 "dependencies": {
649 "@babel/helper-plugin-utils": "^7.20.2",
650 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
651 },
652 "engines": {
653 "node": ">=6.9.0"
654 },
655 "peerDependencies": {
656 "@babel/core": "^7.0.0-0"
657 }
658 },
659 "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
660 "version": "7.18.6",
661 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
662 "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
663 "dependencies": {
664 "@babel/helper-plugin-utils": "^7.18.6",
665 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
666 },
667 "engines": {
668 "node": ">=6.9.0"
669 },
670 "peerDependencies": {
671 "@babel/core": "^7.0.0-0"
672 }
673 },
674 "node_modules/@babel/plugin-proposal-numeric-separator": {
675 "version": "7.18.6",
676 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
677 "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
678 "dependencies": {
679 "@babel/helper-plugin-utils": "^7.18.6",
680 "@babel/plugin-syntax-numeric-separator": "^7.10.4"
681 },
682 "engines": {
683 "node": ">=6.9.0"
684 },
685 "peerDependencies": {
686 "@babel/core": "^7.0.0-0"
687 }
688 },
689 "node_modules/@babel/plugin-proposal-object-rest-spread": {
690 "version": "7.20.7",
691 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz",
692 "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==",
693 "dependencies": {
694 "@babel/compat-data": "^7.20.5",
695 "@babel/helper-compilation-targets": "^7.20.7",
696 "@babel/helper-plugin-utils": "^7.20.2",
697 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
698 "@babel/plugin-transform-parameters": "^7.20.7"
699 },
700 "engines": {
701 "node": ">=6.9.0"
702 },
703 "peerDependencies": {
704 "@babel/core": "^7.0.0-0"
705 }
706 },
707 "node_modules/@babel/plugin-proposal-optional-catch-binding": {
708 "version": "7.18.6",
709 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
710 "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
711 "dependencies": {
712 "@babel/helper-plugin-utils": "^7.18.6",
713 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
714 },
715 "engines": {
716 "node": ">=6.9.0"
717 },
718 "peerDependencies": {
719 "@babel/core": "^7.0.0-0"
720 }
721 },
722 "node_modules/@babel/plugin-proposal-optional-chaining": {
723 "version": "7.20.7",
724 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.20.7.tgz",
725 "integrity": "sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==",
726 "dependencies": {
727 "@babel/helper-plugin-utils": "^7.20.2",
728 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
729 "@babel/plugin-syntax-optional-chaining": "^7.8.3"
730 },
731 "engines": {
732 "node": ">=6.9.0"
733 },
734 "peerDependencies": {
735 "@babel/core": "^7.0.0-0"
736 }
737 },
738 "node_modules/@babel/plugin-proposal-private-methods": {
739 "version": "7.18.6",
740 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
741 "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
742 "dependencies": {
743 "@babel/helper-create-class-features-plugin": "^7.18.6",
744 "@babel/helper-plugin-utils": "^7.18.6"
745 },
746 "engines": {
747 "node": ">=6.9.0"
748 },
749 "peerDependencies": {
750 "@babel/core": "^7.0.0-0"
751 }
752 },
753 "node_modules/@babel/plugin-proposal-private-property-in-object": {
754 "version": "7.20.5",
755 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz",
756 "integrity": "sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==",
757 "dependencies": {
758 "@babel/helper-annotate-as-pure": "^7.18.6",
759 "@babel/helper-create-class-features-plugin": "^7.20.5",
760 "@babel/helper-plugin-utils": "^7.20.2",
761 "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
762 },
763 "engines": {
764 "node": ">=6.9.0"
765 },
766 "peerDependencies": {
767 "@babel/core": "^7.0.0-0"
768 }
769 },
770 "node_modules/@babel/plugin-proposal-unicode-property-regex": {
771 "version": "7.18.6",
772 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
773 "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
774 "dependencies": {
775 "@babel/helper-create-regexp-features-plugin": "^7.18.6",
776 "@babel/helper-plugin-utils": "^7.18.6"
777 },
778 "engines": {
779 "node": ">=4"
780 },
781 "peerDependencies": {
782 "@babel/core": "^7.0.0-0"
783 }
784 },
785 "node_modules/@babel/plugin-syntax-async-generators": {
786 "version": "7.8.4",
787 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
788 "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
789 "dependencies": {
790 "@babel/helper-plugin-utils": "^7.8.0"
791 },
792 "peerDependencies": {
793 "@babel/core": "^7.0.0-0"
794 }
795 },
796 "node_modules/@babel/plugin-syntax-bigint": {
797 "version": "7.8.3",
798 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
799 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
800 "dependencies": {
801 "@babel/helper-plugin-utils": "^7.8.0"
802 },
803 "peerDependencies": {
804 "@babel/core": "^7.0.0-0"
805 }
806 },
807 "node_modules/@babel/plugin-syntax-class-properties": {
808 "version": "7.12.13",
809 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
810 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
811 "dependencies": {
812 "@babel/helper-plugin-utils": "^7.12.13"
813 },
814 "peerDependencies": {
815 "@babel/core": "^7.0.0-0"
816 }
817 },
818 "node_modules/@babel/plugin-syntax-class-static-block": {
819 "version": "7.14.5",
820 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
821 "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
822 "dependencies": {
823 "@babel/helper-plugin-utils": "^7.14.5"
824 },
825 "engines": {
826 "node": ">=6.9.0"
827 },
828 "peerDependencies": {
829 "@babel/core": "^7.0.0-0"
830 }
831 },
832 "node_modules/@babel/plugin-syntax-decorators": {
833 "version": "7.19.0",
834 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.19.0.tgz",
835 "integrity": "sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==",
836 "dependencies": {
837 "@babel/helper-plugin-utils": "^7.19.0"
838 },
839 "engines": {
840 "node": ">=6.9.0"
841 },
842 "peerDependencies": {
843 "@babel/core": "^7.0.0-0"
844 }
845 },
846 "node_modules/@babel/plugin-syntax-dynamic-import": {
847 "version": "7.8.3",
848 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
849 "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
850 "dependencies": {
851 "@babel/helper-plugin-utils": "^7.8.0"
852 },
853 "peerDependencies": {
854 "@babel/core": "^7.0.0-0"
855 }
856 },
857 "node_modules/@babel/plugin-syntax-export-namespace-from": {
858 "version": "7.8.3",
859 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
860 "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
861 "dependencies": {
862 "@babel/helper-plugin-utils": "^7.8.3"
863 },
864 "peerDependencies": {
865 "@babel/core": "^7.0.0-0"
866 }
867 },
868 "node_modules/@babel/plugin-syntax-flow": {
869 "version": "7.18.6",
870 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz",
871 "integrity": "sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==",
872 "dependencies": {
873 "@babel/helper-plugin-utils": "^7.18.6"
874 },
875 "engines": {
876 "node": ">=6.9.0"
877 },
878 "peerDependencies": {
879 "@babel/core": "^7.0.0-0"
880 }
881 },
882 "node_modules/@babel/plugin-syntax-import-assertions": {
883 "version": "7.20.0",
884 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz",
885 "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==",
886 "dependencies": {
887 "@babel/helper-plugin-utils": "^7.19.0"
888 },
889 "engines": {
890 "node": ">=6.9.0"
891 },
892 "peerDependencies": {
893 "@babel/core": "^7.0.0-0"
894 }
895 },
896 "node_modules/@babel/plugin-syntax-import-meta": {
897 "version": "7.10.4",
898 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
899 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
900 "dependencies": {
901 "@babel/helper-plugin-utils": "^7.10.4"
902 },
903 "peerDependencies": {
904 "@babel/core": "^7.0.0-0"
905 }
906 },
907 "node_modules/@babel/plugin-syntax-json-strings": {
908 "version": "7.8.3",
909 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
910 "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
911 "dependencies": {
912 "@babel/helper-plugin-utils": "^7.8.0"
913 },
914 "peerDependencies": {
915 "@babel/core": "^7.0.0-0"
916 }
917 },
918 "node_modules/@babel/plugin-syntax-jsx": {
919 "version": "7.18.6",
920 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz",
921 "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==",
922 "dependencies": {
923 "@babel/helper-plugin-utils": "^7.18.6"
924 },
925 "engines": {
926 "node": ">=6.9.0"
927 },
928 "peerDependencies": {
929 "@babel/core": "^7.0.0-0"
930 }
931 },
932 "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
933 "version": "7.10.4",
934 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
935 "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
936 "dependencies": {
937 "@babel/helper-plugin-utils": "^7.10.4"
938 },
939 "peerDependencies": {
940 "@babel/core": "^7.0.0-0"
941 }
942 },
943 "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
944 "version": "7.8.3",
945 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
946 "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
947 "dependencies": {
948 "@babel/helper-plugin-utils": "^7.8.0"
949 },
950 "peerDependencies": {
951 "@babel/core": "^7.0.0-0"
952 }
953 },
954 "node_modules/@babel/plugin-syntax-numeric-separator": {
955 "version": "7.10.4",
956 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
957 "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
958 "dependencies": {
959 "@babel/helper-plugin-utils": "^7.10.4"
960 },
961 "peerDependencies": {
962 "@babel/core": "^7.0.0-0"
963 }
964 },
965 "node_modules/@babel/plugin-syntax-object-rest-spread": {
966 "version": "7.8.3",
967 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
968 "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
969 "dependencies": {
970 "@babel/helper-plugin-utils": "^7.8.0"
971 },
972 "peerDependencies": {
973 "@babel/core": "^7.0.0-0"
974 }
975 },
976 "node_modules/@babel/plugin-syntax-optional-catch-binding": {
977 "version": "7.8.3",
978 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
979 "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
980 "dependencies": {
981 "@babel/helper-plugin-utils": "^7.8.0"
982 },
983 "peerDependencies": {
984 "@babel/core": "^7.0.0-0"
985 }
986 },
987 "node_modules/@babel/plugin-syntax-optional-chaining": {
988 "version": "7.8.3",
989 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
990 "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
991 "dependencies": {
992 "@babel/helper-plugin-utils": "^7.8.0"
993 },
994 "peerDependencies": {
995 "@babel/core": "^7.0.0-0"
996 }
997 },
998 "node_modules/@babel/plugin-syntax-private-property-in-object": {
999 "version": "7.14.5",
1000 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
1001 "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
1002 "dependencies": {
1003 "@babel/helper-plugin-utils": "^7.14.5"
1004 },
1005 "engines": {
1006 "node": ">=6.9.0"
1007 },
1008 "peerDependencies": {
1009 "@babel/core": "^7.0.0-0"
1010 }
1011 },
1012 "node_modules/@babel/plugin-syntax-top-level-await": {
1013 "version": "7.14.5",
1014 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
1015 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
1016 "dependencies": {
1017 "@babel/helper-plugin-utils": "^7.14.5"
1018 },
1019 "engines": {
1020 "node": ">=6.9.0"
1021 },
1022 "peerDependencies": {
1023 "@babel/core": "^7.0.0-0"
1024 }
1025 },
1026 "node_modules/@babel/plugin-syntax-typescript": {
1027 "version": "7.20.0",
1028 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz",
1029 "integrity": "sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==",
1030 "dependencies": {
1031 "@babel/helper-plugin-utils": "^7.19.0"
1032 },
1033 "engines": {
1034 "node": ">=6.9.0"
1035 },
1036 "peerDependencies": {
1037 "@babel/core": "^7.0.0-0"
1038 }
1039 },
1040 "node_modules/@babel/plugin-transform-arrow-functions": {
1041 "version": "7.20.7",
1042 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz",
1043 "integrity": "sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==",
1044 "dependencies": {
1045 "@babel/helper-plugin-utils": "^7.20.2"
1046 },
1047 "engines": {
1048 "node": ">=6.9.0"
1049 },
1050 "peerDependencies": {
1051 "@babel/core": "^7.0.0-0"
1052 }
1053 },
1054 "node_modules/@babel/plugin-transform-async-to-generator": {
1055 "version": "7.20.7",
1056 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz",
1057 "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==",
1058 "dependencies": {
1059 "@babel/helper-module-imports": "^7.18.6",
1060 "@babel/helper-plugin-utils": "^7.20.2",
1061 "@babel/helper-remap-async-to-generator": "^7.18.9"
1062 },
1063 "engines": {
1064 "node": ">=6.9.0"
1065 },
1066 "peerDependencies": {
1067 "@babel/core": "^7.0.0-0"
1068 }
1069 },
1070 "node_modules/@babel/plugin-transform-block-scoped-functions": {
1071 "version": "7.18.6",
1072 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz",
1073 "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==",
1074 "dependencies": {
1075 "@babel/helper-plugin-utils": "^7.18.6"
1076 },
1077 "engines": {
1078 "node": ">=6.9.0"
1079 },
1080 "peerDependencies": {
1081 "@babel/core": "^7.0.0-0"
1082 }
1083 },
1084 "node_modules/@babel/plugin-transform-block-scoping": {
1085 "version": "7.20.15",
1086 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.15.tgz",
1087 "integrity": "sha512-Vv4DMZ6MiNOhu/LdaZsT/bsLRxgL94d269Mv4R/9sp6+Mp++X/JqypZYypJXLlM4mlL352/Egzbzr98iABH1CA==",
1088 "dependencies": {
1089 "@babel/helper-plugin-utils": "^7.20.2"
1090 },
1091 "engines": {
1092 "node": ">=6.9.0"
1093 },
1094 "peerDependencies": {
1095 "@babel/core": "^7.0.0-0"
1096 }
1097 },
1098 "node_modules/@babel/plugin-transform-classes": {
1099 "version": "7.20.7",
1100 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.7.tgz",
1101 "integrity": "sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==",
1102 "dependencies": {
1103 "@babel/helper-annotate-as-pure": "^7.18.6",
1104 "@babel/helper-compilation-targets": "^7.20.7",
1105 "@babel/helper-environment-visitor": "^7.18.9",
1106 "@babel/helper-function-name": "^7.19.0",
1107 "@babel/helper-optimise-call-expression": "^7.18.6",
1108 "@babel/helper-plugin-utils": "^7.20.2",
1109 "@babel/helper-replace-supers": "^7.20.7",
1110 "@babel/helper-split-export-declaration": "^7.18.6",
1111 "globals": "^11.1.0"
1112 },
1113 "engines": {
1114 "node": ">=6.9.0"
1115 },
1116 "peerDependencies": {
1117 "@babel/core": "^7.0.0-0"
1118 }
1119 },
1120 "node_modules/@babel/plugin-transform-computed-properties": {
1121 "version": "7.20.7",
1122 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz",
1123 "integrity": "sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==",
1124 "dependencies": {
1125 "@babel/helper-plugin-utils": "^7.20.2",
1126 "@babel/template": "^7.20.7"
1127 },
1128 "engines": {
1129 "node": ">=6.9.0"
1130 },
1131 "peerDependencies": {
1132 "@babel/core": "^7.0.0-0"
1133 }
1134 },
1135 "node_modules/@babel/plugin-transform-destructuring": {
1136 "version": "7.20.7",
1137 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.7.tgz",
1138 "integrity": "sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==",
1139 "dependencies": {
1140 "@babel/helper-plugin-utils": "^7.20.2"
1141 },
1142 "engines": {
1143 "node": ">=6.9.0"
1144 },
1145 "peerDependencies": {
1146 "@babel/core": "^7.0.0-0"
1147 }
1148 },
1149 "node_modules/@babel/plugin-transform-dotall-regex": {
1150 "version": "7.18.6",
1151 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz",
1152 "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==",
1153 "dependencies": {
1154 "@babel/helper-create-regexp-features-plugin": "^7.18.6",
1155 "@babel/helper-plugin-utils": "^7.18.6"
1156 },
1157 "engines": {
1158 "node": ">=6.9.0"
1159 },
1160 "peerDependencies": {
1161 "@babel/core": "^7.0.0-0"
1162 }
1163 },
1164 "node_modules/@babel/plugin-transform-duplicate-keys": {
1165 "version": "7.18.9",
1166 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz",
1167 "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==",
1168 "dependencies": {
1169 "@babel/helper-plugin-utils": "^7.18.9"
1170 },
1171 "engines": {
1172 "node": ">=6.9.0"
1173 },
1174 "peerDependencies": {
1175 "@babel/core": "^7.0.0-0"
1176 }
1177 },
1178 "node_modules/@babel/plugin-transform-exponentiation-operator": {
1179 "version": "7.18.6",
1180 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz",
1181 "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==",
1182 "dependencies": {
1183 "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6",
1184 "@babel/helper-plugin-utils": "^7.18.6"
1185 },
1186 "engines": {
1187 "node": ">=6.9.0"
1188 },
1189 "peerDependencies": {
1190 "@babel/core": "^7.0.0-0"
1191 }
1192 },
1193 "node_modules/@babel/plugin-transform-flow-strip-types": {
1194 "version": "7.19.0",
1195 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.19.0.tgz",
1196 "integrity": "sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==",
1197 "dependencies": {
1198 "@babel/helper-plugin-utils": "^7.19.0",
1199 "@babel/plugin-syntax-flow": "^7.18.6"
1200 },
1201 "engines": {
1202 "node": ">=6.9.0"
1203 },
1204 "peerDependencies": {
1205 "@babel/core": "^7.0.0-0"
1206 }
1207 },
1208 "node_modules/@babel/plugin-transform-for-of": {
1209 "version": "7.18.8",
1210 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz",
1211 "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==",
1212 "dependencies": {
1213 "@babel/helper-plugin-utils": "^7.18.6"
1214 },
1215 "engines": {
1216 "node": ">=6.9.0"
1217 },
1218 "peerDependencies": {
1219 "@babel/core": "^7.0.0-0"
1220 }
1221 },
1222 "node_modules/@babel/plugin-transform-function-name": {
1223 "version": "7.18.9",
1224 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz",
1225 "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==",
1226 "dependencies": {
1227 "@babel/helper-compilation-targets": "^7.18.9",
1228 "@babel/helper-function-name": "^7.18.9",
1229 "@babel/helper-plugin-utils": "^7.18.9"
1230 },
1231 "engines": {
1232 "node": ">=6.9.0"
1233 },
1234 "peerDependencies": {
1235 "@babel/core": "^7.0.0-0"
1236 }
1237 },
1238 "node_modules/@babel/plugin-transform-literals": {
1239 "version": "7.18.9",
1240 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz",
1241 "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==",
1242 "dependencies": {
1243 "@babel/helper-plugin-utils": "^7.18.9"
1244 },
1245 "engines": {
1246 "node": ">=6.9.0"
1247 },
1248 "peerDependencies": {
1249 "@babel/core": "^7.0.0-0"
1250 }
1251 },
1252 "node_modules/@babel/plugin-transform-member-expression-literals": {
1253 "version": "7.18.6",
1254 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz",
1255 "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==",
1256 "dependencies": {
1257 "@babel/helper-plugin-utils": "^7.18.6"
1258 },
1259 "engines": {
1260 "node": ">=6.9.0"
1261 },
1262 "peerDependencies": {
1263 "@babel/core": "^7.0.0-0"
1264 }
1265 },
1266 "node_modules/@babel/plugin-transform-modules-amd": {
1267 "version": "7.20.11",
1268 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz",
1269 "integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==",
1270 "dependencies": {
1271 "@babel/helper-module-transforms": "^7.20.11",
1272 "@babel/helper-plugin-utils": "^7.20.2"
1273 },
1274 "engines": {
1275 "node": ">=6.9.0"
1276 },
1277 "peerDependencies": {
1278 "@babel/core": "^7.0.0-0"
1279 }
1280 },
1281 "node_modules/@babel/plugin-transform-modules-commonjs": {
1282 "version": "7.20.11",
1283 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.20.11.tgz",
1284 "integrity": "sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==",
1285 "dependencies": {
1286 "@babel/helper-module-transforms": "^7.20.11",
1287 "@babel/helper-plugin-utils": "^7.20.2",
1288 "@babel/helper-simple-access": "^7.20.2"
1289 },
1290 "engines": {
1291 "node": ">=6.9.0"
1292 },
1293 "peerDependencies": {
1294 "@babel/core": "^7.0.0-0"
1295 }
1296 },
1297 "node_modules/@babel/plugin-transform-modules-systemjs": {
1298 "version": "7.20.11",
1299 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz",
1300 "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==",
1301 "dependencies": {
1302 "@babel/helper-hoist-variables": "^7.18.6",
1303 "@babel/helper-module-transforms": "^7.20.11",
1304 "@babel/helper-plugin-utils": "^7.20.2",
1305 "@babel/helper-validator-identifier": "^7.19.1"
1306 },
1307 "engines": {
1308 "node": ">=6.9.0"
1309 },
1310 "peerDependencies": {
1311 "@babel/core": "^7.0.0-0"
1312 }
1313 },
1314 "node_modules/@babel/plugin-transform-modules-umd": {
1315 "version": "7.18.6",
1316 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz",
1317 "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==",
1318 "dependencies": {
1319 "@babel/helper-module-transforms": "^7.18.6",
1320 "@babel/helper-plugin-utils": "^7.18.6"
1321 },
1322 "engines": {
1323 "node": ">=6.9.0"
1324 },
1325 "peerDependencies": {
1326 "@babel/core": "^7.0.0-0"
1327 }
1328 },
1329 "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1330 "version": "7.20.5",
1331 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz",
1332 "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==",
1333 "dependencies": {
1334 "@babel/helper-create-regexp-features-plugin": "^7.20.5",
1335 "@babel/helper-plugin-utils": "^7.20.2"
1336 },
1337 "engines": {
1338 "node": ">=6.9.0"
1339 },
1340 "peerDependencies": {
1341 "@babel/core": "^7.0.0"
1342 }
1343 },
1344 "node_modules/@babel/plugin-transform-new-target": {
1345 "version": "7.18.6",
1346 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz",
1347 "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==",
1348 "dependencies": {
1349 "@babel/helper-plugin-utils": "^7.18.6"
1350 },
1351 "engines": {
1352 "node": ">=6.9.0"
1353 },
1354 "peerDependencies": {
1355 "@babel/core": "^7.0.0-0"
1356 }
1357 },
1358 "node_modules/@babel/plugin-transform-object-super": {
1359 "version": "7.18.6",
1360 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz",
1361 "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==",
1362 "dependencies": {
1363 "@babel/helper-plugin-utils": "^7.18.6",
1364 "@babel/helper-replace-supers": "^7.18.6"
1365 },
1366 "engines": {
1367 "node": ">=6.9.0"
1368 },
1369 "peerDependencies": {
1370 "@babel/core": "^7.0.0-0"
1371 }
1372 },
1373 "node_modules/@babel/plugin-transform-parameters": {
1374 "version": "7.20.7",
1375 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.7.tgz",
1376 "integrity": "sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==",
1377 "dependencies": {
1378 "@babel/helper-plugin-utils": "^7.20.2"
1379 },
1380 "engines": {
1381 "node": ">=6.9.0"
1382 },
1383 "peerDependencies": {
1384 "@babel/core": "^7.0.0-0"
1385 }
1386 },
1387 "node_modules/@babel/plugin-transform-property-literals": {
1388 "version": "7.18.6",
1389 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz",
1390 "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==",
1391 "dependencies": {
1392 "@babel/helper-plugin-utils": "^7.18.6"
1393 },
1394 "engines": {
1395 "node": ">=6.9.0"
1396 },
1397 "peerDependencies": {
1398 "@babel/core": "^7.0.0-0"
1399 }
1400 },
1401 "node_modules/@babel/plugin-transform-react-constant-elements": {
1402 "version": "7.20.2",
1403 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.20.2.tgz",
1404 "integrity": "sha512-KS/G8YI8uwMGKErLFOHS/ekhqdHhpEloxs43NecQHVgo2QuQSyJhGIY1fL8UGl9wy5ItVwwoUL4YxVqsplGq2g==",
1405 "dependencies": {
1406 "@babel/helper-plugin-utils": "^7.20.2"
1407 },
1408 "engines": {
1409 "node": ">=6.9.0"
1410 },
1411 "peerDependencies": {
1412 "@babel/core": "^7.0.0-0"
1413 }
1414 },
1415 "node_modules/@babel/plugin-transform-react-display-name": {
1416 "version": "7.18.6",
1417 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz",
1418 "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==",
1419 "dependencies": {
1420 "@babel/helper-plugin-utils": "^7.18.6"
1421 },
1422 "engines": {
1423 "node": ">=6.9.0"
1424 },
1425 "peerDependencies": {
1426 "@babel/core": "^7.0.0-0"
1427 }
1428 },
1429 "node_modules/@babel/plugin-transform-react-jsx": {
1430 "version": "7.20.13",
1431 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.20.13.tgz",
1432 "integrity": "sha512-MmTZx/bkUrfJhhYAYt3Urjm+h8DQGrPrnKQ94jLo7NLuOU+T89a7IByhKmrb8SKhrIYIQ0FN0CHMbnFRen4qNw==",
1433 "dependencies": {
1434 "@babel/helper-annotate-as-pure": "^7.18.6",
1435 "@babel/helper-module-imports": "^7.18.6",
1436 "@babel/helper-plugin-utils": "^7.20.2",
1437 "@babel/plugin-syntax-jsx": "^7.18.6",
1438 "@babel/types": "^7.20.7"
1439 },
1440 "engines": {
1441 "node": ">=6.9.0"
1442 },
1443 "peerDependencies": {
1444 "@babel/core": "^7.0.0-0"
1445 }
1446 },
1447 "node_modules/@babel/plugin-transform-react-jsx-development": {
1448 "version": "7.18.6",
1449 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz",
1450 "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==",
1451 "dependencies": {
1452 "@babel/plugin-transform-react-jsx": "^7.18.6"
1453 },
1454 "engines": {
1455 "node": ">=6.9.0"
1456 },
1457 "peerDependencies": {
1458 "@babel/core": "^7.0.0-0"
1459 }
1460 },
1461 "node_modules/@babel/plugin-transform-react-pure-annotations": {
1462 "version": "7.18.6",
1463 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz",
1464 "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==",
1465 "dependencies": {
1466 "@babel/helper-annotate-as-pure": "^7.18.6",
1467 "@babel/helper-plugin-utils": "^7.18.6"
1468 },
1469 "engines": {
1470 "node": ">=6.9.0"
1471 },
1472 "peerDependencies": {
1473 "@babel/core": "^7.0.0-0"
1474 }
1475 },
1476 "node_modules/@babel/plugin-transform-regenerator": {
1477 "version": "7.20.5",
1478 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz",
1479 "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==",
1480 "dependencies": {
1481 "@babel/helper-plugin-utils": "^7.20.2",
1482 "regenerator-transform": "^0.15.1"
1483 },
1484 "engines": {
1485 "node": ">=6.9.0"
1486 },
1487 "peerDependencies": {
1488 "@babel/core": "^7.0.0-0"
1489 }
1490 },
1491 "node_modules/@babel/plugin-transform-reserved-words": {
1492 "version": "7.18.6",
1493 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz",
1494 "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==",
1495 "dependencies": {
1496 "@babel/helper-plugin-utils": "^7.18.6"
1497 },
1498 "engines": {
1499 "node": ">=6.9.0"
1500 },
1501 "peerDependencies": {
1502 "@babel/core": "^7.0.0-0"
1503 }
1504 },
1505 "node_modules/@babel/plugin-transform-runtime": {
1506 "version": "7.19.6",
1507 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz",
1508 "integrity": "sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==",
1509 "dependencies": {
1510 "@babel/helper-module-imports": "^7.18.6",
1511 "@babel/helper-plugin-utils": "^7.19.0",
1512 "babel-plugin-polyfill-corejs2": "^0.3.3",
1513 "babel-plugin-polyfill-corejs3": "^0.6.0",
1514 "babel-plugin-polyfill-regenerator": "^0.4.1",
1515 "semver": "^6.3.0"
1516 },
1517 "engines": {
1518 "node": ">=6.9.0"
1519 },
1520 "peerDependencies": {
1521 "@babel/core": "^7.0.0-0"
1522 }
1523 },
1524 "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
1525 "version": "6.3.0",
1526 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
1527 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
1528 "bin": {
1529 "semver": "bin/semver.js"
1530 }
1531 },
1532 "node_modules/@babel/plugin-transform-shorthand-properties": {
1533 "version": "7.18.6",
1534 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz",
1535 "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==",
1536 "dependencies": {
1537 "@babel/helper-plugin-utils": "^7.18.6"
1538 },
1539 "engines": {
1540 "node": ">=6.9.0"
1541 },
1542 "peerDependencies": {
1543 "@babel/core": "^7.0.0-0"
1544 }
1545 },
1546 "node_modules/@babel/plugin-transform-spread": {
1547 "version": "7.20.7",
1548 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz",
1549 "integrity": "sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==",
1550 "dependencies": {
1551 "@babel/helper-plugin-utils": "^7.20.2",
1552 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0"
1553 },
1554 "engines": {
1555 "node": ">=6.9.0"
1556 },
1557 "peerDependencies": {
1558 "@babel/core": "^7.0.0-0"
1559 }
1560 },
1561 "node_modules/@babel/plugin-transform-sticky-regex": {
1562 "version": "7.18.6",
1563 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz",
1564 "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==",
1565 "dependencies": {
1566 "@babel/helper-plugin-utils": "^7.18.6"
1567 },
1568 "engines": {
1569 "node": ">=6.9.0"
1570 },
1571 "peerDependencies": {
1572 "@babel/core": "^7.0.0-0"
1573 }
1574 },
1575 "node_modules/@babel/plugin-transform-template-literals": {
1576 "version": "7.18.9",
1577 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz",
1578 "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==",
1579 "dependencies": {
1580 "@babel/helper-plugin-utils": "^7.18.9"
1581 },
1582 "engines": {
1583 "node": ">=6.9.0"
1584 },
1585 "peerDependencies": {
1586 "@babel/core": "^7.0.0-0"
1587 }
1588 },
1589 "node_modules/@babel/plugin-transform-typeof-symbol": {
1590 "version": "7.18.9",
1591 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz",
1592 "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==",
1593 "dependencies": {
1594 "@babel/helper-plugin-utils": "^7.18.9"
1595 },
1596 "engines": {
1597 "node": ">=6.9.0"
1598 },
1599 "peerDependencies": {
1600 "@babel/core": "^7.0.0-0"
1601 }
1602 },
1603 "node_modules/@babel/plugin-transform-typescript": {
1604 "version": "7.20.13",
1605 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.13.tgz",
1606 "integrity": "sha512-O7I/THxarGcDZxkgWKMUrk7NK1/WbHAg3Xx86gqS6x9MTrNL6AwIluuZ96ms4xeDe6AVx6rjHbWHP7x26EPQBA==",
1607 "dependencies": {
1608 "@babel/helper-create-class-features-plugin": "^7.20.12",
1609 "@babel/helper-plugin-utils": "^7.20.2",
1610 "@babel/plugin-syntax-typescript": "^7.20.0"
1611 },
1612 "engines": {
1613 "node": ">=6.9.0"
1614 },
1615 "peerDependencies": {
1616 "@babel/core": "^7.0.0-0"
1617 }
1618 },
1619 "node_modules/@babel/plugin-transform-unicode-escapes": {
1620 "version": "7.18.10",
1621 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz",
1622 "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==",
1623 "dependencies": {
1624 "@babel/helper-plugin-utils": "^7.18.9"
1625 },
1626 "engines": {
1627 "node": ">=6.9.0"
1628 },
1629 "peerDependencies": {
1630 "@babel/core": "^7.0.0-0"
1631 }
1632 },
1633 "node_modules/@babel/plugin-transform-unicode-regex": {
1634 "version": "7.18.6",
1635 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz",
1636 "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==",
1637 "dependencies": {
1638 "@babel/helper-create-regexp-features-plugin": "^7.18.6",
1639 "@babel/helper-plugin-utils": "^7.18.6"
1640 },
1641 "engines": {
1642 "node": ">=6.9.0"
1643 },
1644 "peerDependencies": {
1645 "@babel/core": "^7.0.0-0"
1646 }
1647 },
1648 "node_modules/@babel/preset-env": {
1649 "version": "7.20.2",
1650 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.20.2.tgz",
1651 "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==",
1652 "dependencies": {
1653 "@babel/compat-data": "^7.20.1",
1654 "@babel/helper-compilation-targets": "^7.20.0",
1655 "@babel/helper-plugin-utils": "^7.20.2",
1656 "@babel/helper-validator-option": "^7.18.6",
1657 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
1658 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9",
1659 "@babel/plugin-proposal-async-generator-functions": "^7.20.1",
1660 "@babel/plugin-proposal-class-properties": "^7.18.6",
1661 "@babel/plugin-proposal-class-static-block": "^7.18.6",
1662 "@babel/plugin-proposal-dynamic-import": "^7.18.6",
1663 "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
1664 "@babel/plugin-proposal-json-strings": "^7.18.6",
1665 "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
1666 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
1667 "@babel/plugin-proposal-numeric-separator": "^7.18.6",
1668 "@babel/plugin-proposal-object-rest-spread": "^7.20.2",
1669 "@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
1670 "@babel/plugin-proposal-optional-chaining": "^7.18.9",
1671 "@babel/plugin-proposal-private-methods": "^7.18.6",
1672 "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
1673 "@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
1674 "@babel/plugin-syntax-async-generators": "^7.8.4",
1675 "@babel/plugin-syntax-class-properties": "^7.12.13",
1676 "@babel/plugin-syntax-class-static-block": "^7.14.5",
1677 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
1678 "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
1679 "@babel/plugin-syntax-import-assertions": "^7.20.0",
1680 "@babel/plugin-syntax-json-strings": "^7.8.3",
1681 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
1682 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
1683 "@babel/plugin-syntax-numeric-separator": "^7.10.4",
1684 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1685 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
1686 "@babel/plugin-syntax-optional-chaining": "^7.8.3",
1687 "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
1688 "@babel/plugin-syntax-top-level-await": "^7.14.5",
1689 "@babel/plugin-transform-arrow-functions": "^7.18.6",
1690 "@babel/plugin-transform-async-to-generator": "^7.18.6",
1691 "@babel/plugin-transform-block-scoped-functions": "^7.18.6",
1692 "@babel/plugin-transform-block-scoping": "^7.20.2",
1693 "@babel/plugin-transform-classes": "^7.20.2",
1694 "@babel/plugin-transform-computed-properties": "^7.18.9",
1695 "@babel/plugin-transform-destructuring": "^7.20.2",
1696 "@babel/plugin-transform-dotall-regex": "^7.18.6",
1697 "@babel/plugin-transform-duplicate-keys": "^7.18.9",
1698 "@babel/plugin-transform-exponentiation-operator": "^7.18.6",
1699 "@babel/plugin-transform-for-of": "^7.18.8",
1700 "@babel/plugin-transform-function-name": "^7.18.9",
1701 "@babel/plugin-transform-literals": "^7.18.9",
1702 "@babel/plugin-transform-member-expression-literals": "^7.18.6",
1703 "@babel/plugin-transform-modules-amd": "^7.19.6",
1704 "@babel/plugin-transform-modules-commonjs": "^7.19.6",
1705 "@babel/plugin-transform-modules-systemjs": "^7.19.6",
1706 "@babel/plugin-transform-modules-umd": "^7.18.6",
1707 "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1",
1708 "@babel/plugin-transform-new-target": "^7.18.6",
1709 "@babel/plugin-transform-object-super": "^7.18.6",
1710 "@babel/plugin-transform-parameters": "^7.20.1",
1711 "@babel/plugin-transform-property-literals": "^7.18.6",
1712 "@babel/plugin-transform-regenerator": "^7.18.6",
1713 "@babel/plugin-transform-reserved-words": "^7.18.6",
1714 "@babel/plugin-transform-shorthand-properties": "^7.18.6",
1715 "@babel/plugin-transform-spread": "^7.19.0",
1716 "@babel/plugin-transform-sticky-regex": "^7.18.6",
1717 "@babel/plugin-transform-template-literals": "^7.18.9",
1718 "@babel/plugin-transform-typeof-symbol": "^7.18.9",
1719 "@babel/plugin-transform-unicode-escapes": "^7.18.10",
1720 "@babel/plugin-transform-unicode-regex": "^7.18.6",
1721 "@babel/preset-modules": "^0.1.5",
1722 "@babel/types": "^7.20.2",
1723 "babel-plugin-polyfill-corejs2": "^0.3.3",
1724 "babel-plugin-polyfill-corejs3": "^0.6.0",
1725 "babel-plugin-polyfill-regenerator": "^0.4.1",
1726 "core-js-compat": "^3.25.1",
1727 "semver": "^6.3.0"
1728 },
1729 "engines": {
1730 "node": ">=6.9.0"
1731 },
1732 "peerDependencies": {
1733 "@babel/core": "^7.0.0-0"
1734 }
1735 },
1736 "node_modules/@babel/preset-env/node_modules/semver": {
1737 "version": "6.3.0",
1738 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
1739 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
1740 "bin": {
1741 "semver": "bin/semver.js"
1742 }
1743 },
1744 "node_modules/@babel/preset-modules": {
1745 "version": "0.1.5",
1746 "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
1747 "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
1748 "dependencies": {
1749 "@babel/helper-plugin-utils": "^7.0.0",
1750 "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
1751 "@babel/plugin-transform-dotall-regex": "^7.4.4",
1752 "@babel/types": "^7.4.4",
1753 "esutils": "^2.0.2"
1754 },
1755 "peerDependencies": {
1756 "@babel/core": "^7.0.0-0"
1757 }
1758 },
1759 "node_modules/@babel/preset-react": {
1760 "version": "7.18.6",
1761 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz",
1762 "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==",
1763 "dependencies": {
1764 "@babel/helper-plugin-utils": "^7.18.6",
1765 "@babel/helper-validator-option": "^7.18.6",
1766 "@babel/plugin-transform-react-display-name": "^7.18.6",
1767 "@babel/plugin-transform-react-jsx": "^7.18.6",
1768 "@babel/plugin-transform-react-jsx-development": "^7.18.6",
1769 "@babel/plugin-transform-react-pure-annotations": "^7.18.6"
1770 },
1771 "engines": {
1772 "node": ">=6.9.0"
1773 },
1774 "peerDependencies": {
1775 "@babel/core": "^7.0.0-0"
1776 }
1777 },
1778 "node_modules/@babel/preset-typescript": {
1779 "version": "7.18.6",
1780 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz",
1781 "integrity": "sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==",
1782 "dependencies": {
1783 "@babel/helper-plugin-utils": "^7.18.6",
1784 "@babel/helper-validator-option": "^7.18.6",
1785 "@babel/plugin-transform-typescript": "^7.18.6"
1786 },
1787 "engines": {
1788 "node": ">=6.9.0"
1789 },
1790 "peerDependencies": {
1791 "@babel/core": "^7.0.0-0"
1792 }
1793 },
1794 "node_modules/@babel/regjsgen": {
1795 "version": "0.8.0",
1796 "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
1797 "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
1798 },
1799 "node_modules/@babel/runtime": {
1800 "version": "7.20.13",
1801 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz",
1802 "integrity": "sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==",
1803 "dependencies": {
1804 "regenerator-runtime": "^0.13.11"
1805 },
1806 "engines": {
1807 "node": ">=6.9.0"
1808 }
1809 },
1810 "node_modules/@babel/template": {
1811 "version": "7.20.7",
1812 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz",
1813 "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==",
1814 "dependencies": {
1815 "@babel/code-frame": "^7.18.6",
1816 "@babel/parser": "^7.20.7",
1817 "@babel/types": "^7.20.7"
1818 },
1819 "engines": {
1820 "node": ">=6.9.0"
1821 }
1822 },
1823 "node_modules/@babel/traverse": {
1824 "version": "7.20.13",
1825 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz",
1826 "integrity": "sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==",
1827 "dependencies": {
1828 "@babel/code-frame": "^7.18.6",
1829 "@babel/generator": "^7.20.7",
1830 "@babel/helper-environment-visitor": "^7.18.9",
1831 "@babel/helper-function-name": "^7.19.0",
1832 "@babel/helper-hoist-variables": "^7.18.6",
1833 "@babel/helper-split-export-declaration": "^7.18.6",
1834 "@babel/parser": "^7.20.13",
1835 "@babel/types": "^7.20.7",
1836 "debug": "^4.1.0",
1837 "globals": "^11.1.0"
1838 },
1839 "engines": {
1840 "node": ">=6.9.0"
1841 }
1842 },
1843 "node_modules/@babel/types": {
1844 "version": "7.20.7",
1845 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz",
1846 "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==",
1847 "dependencies": {
1848 "@babel/helper-string-parser": "^7.19.4",
1849 "@babel/helper-validator-identifier": "^7.19.1",
1850 "to-fast-properties": "^2.0.0"
1851 },
1852 "engines": {
1853 "node": ">=6.9.0"
1854 }
1855 },
1856 "node_modules/@bcoe/v8-coverage": {
1857 "version": "0.2.3",
1858 "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
1859 "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
1860 },
1861 "node_modules/@csstools/normalize.css": {
1862 "version": "12.0.0",
1863 "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz",
1864 "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg=="
1865 },
1866 "node_modules/@csstools/postcss-cascade-layers": {
1867 "version": "1.1.1",
1868 "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz",
1869 "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==",
1870 "dependencies": {
1871 "@csstools/selector-specificity": "^2.0.2",
1872 "postcss-selector-parser": "^6.0.10"
1873 },
1874 "engines": {
1875 "node": "^12 || ^14 || >=16"
382 }, 1876 },
383 "funding": { 1877 "funding": {
384 "type": "opencollective", 1878 "type": "opencollective",
385 "url": "https://opencollective.com/swc" 1879 "url": "https://opencollective.com/csstools"
1880 },
1881 "peerDependencies": {
1882 "postcss": "^8.2"
1883 }
1884 },
1885 "node_modules/@csstools/postcss-color-function": {
1886 "version": "1.1.1",
1887 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz",
1888 "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==",
1889 "dependencies": {
1890 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
1891 "postcss-value-parser": "^4.2.0"
1892 },
1893 "engines": {
1894 "node": "^12 || ^14 || >=16"
1895 },
1896 "funding": {
1897 "type": "opencollective",
1898 "url": "https://opencollective.com/csstools"
1899 },
1900 "peerDependencies": {
1901 "postcss": "^8.2"
1902 }
1903 },
1904 "node_modules/@csstools/postcss-font-format-keywords": {
1905 "version": "1.0.1",
1906 "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz",
1907 "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==",
1908 "dependencies": {
1909 "postcss-value-parser": "^4.2.0"
1910 },
1911 "engines": {
1912 "node": "^12 || ^14 || >=16"
1913 },
1914 "funding": {
1915 "type": "opencollective",
1916 "url": "https://opencollective.com/csstools"
1917 },
1918 "peerDependencies": {
1919 "postcss": "^8.2"
1920 }
1921 },
1922 "node_modules/@csstools/postcss-hwb-function": {
1923 "version": "1.0.2",
1924 "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz",
1925 "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==",
1926 "dependencies": {
1927 "postcss-value-parser": "^4.2.0"
1928 },
1929 "engines": {
1930 "node": "^12 || ^14 || >=16"
1931 },
1932 "funding": {
1933 "type": "opencollective",
1934 "url": "https://opencollective.com/csstools"
1935 },
1936 "peerDependencies": {
1937 "postcss": "^8.2"
1938 }
1939 },
1940 "node_modules/@csstools/postcss-ic-unit": {
1941 "version": "1.0.1",
1942 "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz",
1943 "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==",
1944 "dependencies": {
1945 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
1946 "postcss-value-parser": "^4.2.0"
386 }, 1947 },
387 "optionalDependencies": { 1948 "engines": {
388 "@swc/core-darwin-arm64": "1.3.25", 1949 "node": "^12 || ^14 || >=16"
389 "@swc/core-darwin-x64": "1.3.25", 1950 },
390 "@swc/core-linux-arm-gnueabihf": "1.3.25", 1951 "funding": {
391 "@swc/core-linux-arm64-gnu": "1.3.25", 1952 "type": "opencollective",
392 "@swc/core-linux-arm64-musl": "1.3.25", 1953 "url": "https://opencollective.com/csstools"
393 "@swc/core-linux-x64-gnu": "1.3.25", 1954 },
394 "@swc/core-linux-x64-musl": "1.3.25", 1955 "peerDependencies": {
395 "@swc/core-win32-arm64-msvc": "1.3.25", 1956 "postcss": "^8.2"
396 "@swc/core-win32-ia32-msvc": "1.3.25", 1957 }
397 "@swc/core-win32-x64-msvc": "1.3.25" 1958 },
398 } 1959 "node_modules/@csstools/postcss-is-pseudo-class": {
399 }, 1960 "version": "2.0.7",
400 "node_modules/@swc/core-darwin-arm64": { 1961 "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz",
401 "version": "1.3.25", 1962 "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==",
402 "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.25.tgz", 1963 "dependencies": {
403 "integrity": "sha512-8PWAVcjTJyj2VrqPBFOIi2w2P0Z8kOCbzHW3+pe+bSXxfGMG0MKPl5U2IXhsEL0ovm4xSFlqW0yygpoP3MmRPw==", 1964 "@csstools/selector-specificity": "^2.0.0",
404 "cpu": [ 1965 "postcss-selector-parser": "^6.0.10"
405 "arm64" 1966 },
406 ], 1967 "engines": {
407 "dev": true, 1968 "node": "^12 || ^14 || >=16"
408 "optional": true, 1969 },
409 "os": [ 1970 "funding": {
410 "darwin" 1971 "type": "opencollective",
411 ], 1972 "url": "https://opencollective.com/csstools"
1973 },
1974 "peerDependencies": {
1975 "postcss": "^8.2"
1976 }
1977 },
1978 "node_modules/@csstools/postcss-nested-calc": {
1979 "version": "1.0.0",
1980 "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz",
1981 "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==",
1982 "dependencies": {
1983 "postcss-value-parser": "^4.2.0"
1984 },
1985 "engines": {
1986 "node": "^12 || ^14 || >=16"
1987 },
1988 "funding": {
1989 "type": "opencollective",
1990 "url": "https://opencollective.com/csstools"
1991 },
1992 "peerDependencies": {
1993 "postcss": "^8.2"
1994 }
1995 },
1996 "node_modules/@csstools/postcss-normalize-display-values": {
1997 "version": "1.0.1",
1998 "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz",
1999 "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==",
2000 "dependencies": {
2001 "postcss-value-parser": "^4.2.0"
2002 },
2003 "engines": {
2004 "node": "^12 || ^14 || >=16"
2005 },
2006 "funding": {
2007 "type": "opencollective",
2008 "url": "https://opencollective.com/csstools"
2009 },
2010 "peerDependencies": {
2011 "postcss": "^8.2"
2012 }
2013 },
2014 "node_modules/@csstools/postcss-oklab-function": {
2015 "version": "1.1.1",
2016 "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz",
2017 "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==",
2018 "dependencies": {
2019 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
2020 "postcss-value-parser": "^4.2.0"
2021 },
2022 "engines": {
2023 "node": "^12 || ^14 || >=16"
2024 },
2025 "funding": {
2026 "type": "opencollective",
2027 "url": "https://opencollective.com/csstools"
2028 },
2029 "peerDependencies": {
2030 "postcss": "^8.2"
2031 }
2032 },
2033 "node_modules/@csstools/postcss-progressive-custom-properties": {
2034 "version": "1.3.0",
2035 "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
2036 "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
2037 "dependencies": {
2038 "postcss-value-parser": "^4.2.0"
2039 },
2040 "engines": {
2041 "node": "^12 || ^14 || >=16"
2042 },
2043 "peerDependencies": {
2044 "postcss": "^8.3"
2045 }
2046 },
2047 "node_modules/@csstools/postcss-stepped-value-functions": {
2048 "version": "1.0.1",
2049 "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz",
2050 "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==",
2051 "dependencies": {
2052 "postcss-value-parser": "^4.2.0"
2053 },
2054 "engines": {
2055 "node": "^12 || ^14 || >=16"
2056 },
2057 "funding": {
2058 "type": "opencollective",
2059 "url": "https://opencollective.com/csstools"
2060 },
2061 "peerDependencies": {
2062 "postcss": "^8.2"
2063 }
2064 },
2065 "node_modules/@csstools/postcss-text-decoration-shorthand": {
2066 "version": "1.0.0",
2067 "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz",
2068 "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==",
2069 "dependencies": {
2070 "postcss-value-parser": "^4.2.0"
2071 },
2072 "engines": {
2073 "node": "^12 || ^14 || >=16"
2074 },
2075 "funding": {
2076 "type": "opencollective",
2077 "url": "https://opencollective.com/csstools"
2078 },
2079 "peerDependencies": {
2080 "postcss": "^8.2"
2081 }
2082 },
2083 "node_modules/@csstools/postcss-trigonometric-functions": {
2084 "version": "1.0.2",
2085 "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz",
2086 "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==",
2087 "dependencies": {
2088 "postcss-value-parser": "^4.2.0"
2089 },
2090 "engines": {
2091 "node": "^14 || >=16"
2092 },
2093 "funding": {
2094 "type": "opencollective",
2095 "url": "https://opencollective.com/csstools"
2096 },
2097 "peerDependencies": {
2098 "postcss": "^8.2"
2099 }
2100 },
2101 "node_modules/@csstools/postcss-unset-value": {
2102 "version": "1.0.2",
2103 "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz",
2104 "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==",
2105 "engines": {
2106 "node": "^12 || ^14 || >=16"
2107 },
2108 "funding": {
2109 "type": "opencollective",
2110 "url": "https://opencollective.com/csstools"
2111 },
2112 "peerDependencies": {
2113 "postcss": "^8.2"
2114 }
2115 },
2116 "node_modules/@csstools/selector-specificity": {
2117 "version": "2.1.1",
2118 "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.1.1.tgz",
2119 "integrity": "sha512-jwx+WCqszn53YHOfvFMJJRd/B2GqkCBt+1MJSG6o5/s8+ytHMvDZXsJgUEWLk12UnLd7HYKac4BYU5i/Ron1Cw==",
2120 "engines": {
2121 "node": "^14 || ^16 || >=18"
2122 },
2123 "funding": {
2124 "type": "opencollective",
2125 "url": "https://opencollective.com/csstools"
2126 },
2127 "peerDependencies": {
2128 "postcss": "^8.4",
2129 "postcss-selector-parser": "^6.0.10"
2130 }
2131 },
2132 "node_modules/@eslint/eslintrc": {
2133 "version": "1.4.1",
2134 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz",
2135 "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==",
2136 "dependencies": {
2137 "ajv": "^6.12.4",
2138 "debug": "^4.3.2",
2139 "espree": "^9.4.0",
2140 "globals": "^13.19.0",
2141 "ignore": "^5.2.0",
2142 "import-fresh": "^3.2.1",
2143 "js-yaml": "^4.1.0",
2144 "minimatch": "^3.1.2",
2145 "strip-json-comments": "^3.1.1"
2146 },
2147 "engines": {
2148 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2149 },
2150 "funding": {
2151 "url": "https://opencollective.com/eslint"
2152 }
2153 },
2154 "node_modules/@eslint/eslintrc/node_modules/argparse": {
2155 "version": "2.0.1",
2156 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2157 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
2158 },
2159 "node_modules/@eslint/eslintrc/node_modules/globals": {
2160 "version": "13.20.0",
2161 "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
2162 "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
2163 "dependencies": {
2164 "type-fest": "^0.20.2"
2165 },
2166 "engines": {
2167 "node": ">=8"
2168 },
2169 "funding": {
2170 "url": "https://github.com/sponsors/sindresorhus"
2171 }
2172 },
2173 "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
2174 "version": "4.1.0",
2175 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
2176 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2177 "dependencies": {
2178 "argparse": "^2.0.1"
2179 },
2180 "bin": {
2181 "js-yaml": "bin/js-yaml.js"
2182 }
2183 },
2184 "node_modules/@eslint/eslintrc/node_modules/type-fest": {
2185 "version": "0.20.2",
2186 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
2187 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
412 "engines": { 2188 "engines": {
413 "node": ">=10" 2189 "node": ">=10"
2190 },
2191 "funding": {
2192 "url": "https://github.com/sponsors/sindresorhus"
414 } 2193 }
415 }, 2194 },
416 "node_modules/@swc/core-darwin-x64": { 2195 "node_modules/@humanwhocodes/config-array": {
417 "version": "1.3.25", 2196 "version": "0.11.8",
418 "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.25.tgz", 2197 "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz",
419 "integrity": "sha512-5DHGiMYFEj5aa208tCjo7Sn5tiG4xPz+4gUiWVlglxqXFptkNim5xu/1G6VYm5Zk7dI5jJkjTU76GQG7IRvPug==", 2198 "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==",
420 "cpu": [ 2199 "dependencies": {
421 "x64" 2200 "@humanwhocodes/object-schema": "^1.2.1",
422 ], 2201 "debug": "^4.1.1",
423 "dev": true, 2202 "minimatch": "^3.0.5"
424 "optional": true, 2203 },
425 "os": [ 2204 "engines": {
426 "darwin" 2205 "node": ">=10.10.0"
427 ], 2206 }
2207 },
2208 "node_modules/@humanwhocodes/module-importer": {
2209 "version": "1.0.1",
2210 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
2211 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
2212 "engines": {
2213 "node": ">=12.22"
2214 },
2215 "funding": {
2216 "type": "github",
2217 "url": "https://github.com/sponsors/nzakas"
2218 }
2219 },
2220 "node_modules/@humanwhocodes/object-schema": {
2221 "version": "1.2.1",
2222 "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
2223 "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
2224 },
2225 "node_modules/@istanbuljs/load-nyc-config": {
2226 "version": "1.1.0",
2227 "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
2228 "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
2229 "dependencies": {
2230 "camelcase": "^5.3.1",
2231 "find-up": "^4.1.0",
2232 "get-package-type": "^0.1.0",
2233 "js-yaml": "^3.13.1",
2234 "resolve-from": "^5.0.0"
2235 },
2236 "engines": {
2237 "node": ">=8"
2238 }
2239 },
2240 "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
2241 "version": "5.3.1",
2242 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
2243 "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
2244 "engines": {
2245 "node": ">=6"
2246 }
2247 },
2248 "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
2249 "version": "4.1.0",
2250 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
2251 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
2252 "dependencies": {
2253 "locate-path": "^5.0.0",
2254 "path-exists": "^4.0.0"
2255 },
2256 "engines": {
2257 "node": ">=8"
2258 }
2259 },
2260 "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
2261 "version": "5.0.0",
2262 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
2263 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
2264 "dependencies": {
2265 "p-locate": "^4.1.0"
2266 },
2267 "engines": {
2268 "node": ">=8"
2269 }
2270 },
2271 "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
2272 "version": "2.3.0",
2273 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
2274 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
2275 "dependencies": {
2276 "p-try": "^2.0.0"
2277 },
2278 "engines": {
2279 "node": ">=6"
2280 },
2281 "funding": {
2282 "url": "https://github.com/sponsors/sindresorhus"
2283 }
2284 },
2285 "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
2286 "version": "4.1.0",
2287 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
2288 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
2289 "dependencies": {
2290 "p-limit": "^2.2.0"
2291 },
2292 "engines": {
2293 "node": ">=8"
2294 }
2295 },
2296 "node_modules/@istanbuljs/schema": {
2297 "version": "0.1.3",
2298 "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
2299 "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
2300 "engines": {
2301 "node": ">=8"
2302 }
2303 },
2304 "node_modules/@jest/console": {
2305 "version": "27.5.1",
2306 "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
2307 "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
2308 "dependencies": {
2309 "@jest/types": "^27.5.1",
2310 "@types/node": "*",
2311 "chalk": "^4.0.0",
2312 "jest-message-util": "^27.5.1",
2313 "jest-util": "^27.5.1",
2314 "slash": "^3.0.0"
2315 },
2316 "engines": {
2317 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2318 }
2319 },
2320 "node_modules/@jest/console/node_modules/ansi-styles": {
2321 "version": "4.3.0",
2322 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2323 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2324 "dependencies": {
2325 "color-convert": "^2.0.1"
2326 },
2327 "engines": {
2328 "node": ">=8"
2329 },
2330 "funding": {
2331 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2332 }
2333 },
2334 "node_modules/@jest/console/node_modules/chalk": {
2335 "version": "4.1.2",
2336 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2337 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2338 "dependencies": {
2339 "ansi-styles": "^4.1.0",
2340 "supports-color": "^7.1.0"
2341 },
428 "engines": { 2342 "engines": {
429 "node": ">=10" 2343 "node": ">=10"
2344 },
2345 "funding": {
2346 "url": "https://github.com/chalk/chalk?sponsor=1"
430 } 2347 }
431 }, 2348 },
432 "node_modules/@swc/core-linux-arm-gnueabihf": { 2349 "node_modules/@jest/console/node_modules/color-convert": {
433 "version": "1.3.25", 2350 "version": "2.0.1",
434 "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.25.tgz", 2351 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
435 "integrity": "sha512-YNfLxv9PhZk+jrJbpR1mMrYBUkufo0hiFv3S1OrX3l8edsIP4wPND5w9ZH0Oi898f6Jg9DBrY2zXJMQ+gWkbvA==", 2352 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
436 "cpu": [ 2353 "dependencies": {
437 "arm" 2354 "color-name": "~1.1.4"
438 ], 2355 },
439 "dev": true, 2356 "engines": {
440 "optional": true, 2357 "node": ">=7.0.0"
441 "os": [ 2358 }
442 "linux" 2359 },
443 ], 2360 "node_modules/@jest/console/node_modules/color-name": {
2361 "version": "1.1.4",
2362 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2363 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
2364 },
2365 "node_modules/@jest/console/node_modules/has-flag": {
2366 "version": "4.0.0",
2367 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2368 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2369 "engines": {
2370 "node": ">=8"
2371 }
2372 },
2373 "node_modules/@jest/console/node_modules/supports-color": {
2374 "version": "7.2.0",
2375 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2376 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2377 "dependencies": {
2378 "has-flag": "^4.0.0"
2379 },
2380 "engines": {
2381 "node": ">=8"
2382 }
2383 },
2384 "node_modules/@jest/core": {
2385 "version": "27.5.1",
2386 "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
2387 "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
2388 "dependencies": {
2389 "@jest/console": "^27.5.1",
2390 "@jest/reporters": "^27.5.1",
2391 "@jest/test-result": "^27.5.1",
2392 "@jest/transform": "^27.5.1",
2393 "@jest/types": "^27.5.1",
2394 "@types/node": "*",
2395 "ansi-escapes": "^4.2.1",
2396 "chalk": "^4.0.0",
2397 "emittery": "^0.8.1",
2398 "exit": "^0.1.2",
2399 "graceful-fs": "^4.2.9",
2400 "jest-changed-files": "^27.5.1",
2401 "jest-config": "^27.5.1",
2402 "jest-haste-map": "^27.5.1",
2403 "jest-message-util": "^27.5.1",
2404 "jest-regex-util": "^27.5.1",
2405 "jest-resolve": "^27.5.1",
2406 "jest-resolve-dependencies": "^27.5.1",
2407 "jest-runner": "^27.5.1",
2408 "jest-runtime": "^27.5.1",
2409 "jest-snapshot": "^27.5.1",
2410 "jest-util": "^27.5.1",
2411 "jest-validate": "^27.5.1",
2412 "jest-watcher": "^27.5.1",
2413 "micromatch": "^4.0.4",
2414 "rimraf": "^3.0.0",
2415 "slash": "^3.0.0",
2416 "strip-ansi": "^6.0.0"
2417 },
2418 "engines": {
2419 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2420 },
2421 "peerDependencies": {
2422 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
2423 },
2424 "peerDependenciesMeta": {
2425 "node-notifier": {
2426 "optional": true
2427 }
2428 }
2429 },
2430 "node_modules/@jest/core/node_modules/ansi-styles": {
2431 "version": "4.3.0",
2432 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2433 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2434 "dependencies": {
2435 "color-convert": "^2.0.1"
2436 },
2437 "engines": {
2438 "node": ">=8"
2439 },
2440 "funding": {
2441 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2442 }
2443 },
2444 "node_modules/@jest/core/node_modules/chalk": {
2445 "version": "4.1.2",
2446 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2447 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2448 "dependencies": {
2449 "ansi-styles": "^4.1.0",
2450 "supports-color": "^7.1.0"
2451 },
444 "engines": { 2452 "engines": {
445 "node": ">=10" 2453 "node": ">=10"
2454 },
2455 "funding": {
2456 "url": "https://github.com/chalk/chalk?sponsor=1"
446 } 2457 }
447 }, 2458 },
448 "node_modules/@swc/core-linux-arm64-gnu": { 2459 "node_modules/@jest/core/node_modules/color-convert": {
449 "version": "1.3.25", 2460 "version": "2.0.1",
450 "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.25.tgz", 2461 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
451 "integrity": "sha512-kS+spM5/xQ6QvWF1ms3byfjnhUlpjTfFwgCyHnIKgjvsYkDa+vkAIhKq6HuEdaTPaCRCjts0Zarhub1nClUU0g==", 2462 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
452 "cpu": [ 2463 "dependencies": {
453 "arm64" 2464 "color-name": "~1.1.4"
454 ], 2465 },
455 "dev": true, 2466 "engines": {
456 "optional": true, 2467 "node": ">=7.0.0"
457 "os": [ 2468 }
458 "linux" 2469 },
459 ], 2470 "node_modules/@jest/core/node_modules/color-name": {
2471 "version": "1.1.4",
2472 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2473 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
2474 },
2475 "node_modules/@jest/core/node_modules/has-flag": {
2476 "version": "4.0.0",
2477 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2478 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2479 "engines": {
2480 "node": ">=8"
2481 }
2482 },
2483 "node_modules/@jest/core/node_modules/supports-color": {
2484 "version": "7.2.0",
2485 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2486 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2487 "dependencies": {
2488 "has-flag": "^4.0.0"
2489 },
2490 "engines": {
2491 "node": ">=8"
2492 }
2493 },
2494 "node_modules/@jest/environment": {
2495 "version": "27.5.1",
2496 "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
2497 "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
2498 "dependencies": {
2499 "@jest/fake-timers": "^27.5.1",
2500 "@jest/types": "^27.5.1",
2501 "@types/node": "*",
2502 "jest-mock": "^27.5.1"
2503 },
2504 "engines": {
2505 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2506 }
2507 },
2508 "node_modules/@jest/expect-utils": {
2509 "version": "29.4.3",
2510 "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.4.3.tgz",
2511 "integrity": "sha512-/6JWbkxHOP8EoS8jeeTd9dTfc9Uawi+43oLKHfp6zzux3U2hqOOVnV3ai4RpDYHOccL6g+5nrxpoc8DmJxtXVQ==",
2512 "dependencies": {
2513 "jest-get-type": "^29.4.3"
2514 },
2515 "engines": {
2516 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2517 }
2518 },
2519 "node_modules/@jest/expect-utils/node_modules/jest-get-type": {
2520 "version": "29.4.3",
2521 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz",
2522 "integrity": "sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==",
2523 "engines": {
2524 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2525 }
2526 },
2527 "node_modules/@jest/fake-timers": {
2528 "version": "27.5.1",
2529 "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
2530 "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
2531 "dependencies": {
2532 "@jest/types": "^27.5.1",
2533 "@sinonjs/fake-timers": "^8.0.1",
2534 "@types/node": "*",
2535 "jest-message-util": "^27.5.1",
2536 "jest-mock": "^27.5.1",
2537 "jest-util": "^27.5.1"
2538 },
2539 "engines": {
2540 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2541 }
2542 },
2543 "node_modules/@jest/globals": {
2544 "version": "27.5.1",
2545 "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
2546 "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
2547 "dependencies": {
2548 "@jest/environment": "^27.5.1",
2549 "@jest/types": "^27.5.1",
2550 "expect": "^27.5.1"
2551 },
2552 "engines": {
2553 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2554 }
2555 },
2556 "node_modules/@jest/reporters": {
2557 "version": "27.5.1",
2558 "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
2559 "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
2560 "dependencies": {
2561 "@bcoe/v8-coverage": "^0.2.3",
2562 "@jest/console": "^27.5.1",
2563 "@jest/test-result": "^27.5.1",
2564 "@jest/transform": "^27.5.1",
2565 "@jest/types": "^27.5.1",
2566 "@types/node": "*",
2567 "chalk": "^4.0.0",
2568 "collect-v8-coverage": "^1.0.0",
2569 "exit": "^0.1.2",
2570 "glob": "^7.1.2",
2571 "graceful-fs": "^4.2.9",
2572 "istanbul-lib-coverage": "^3.0.0",
2573 "istanbul-lib-instrument": "^5.1.0",
2574 "istanbul-lib-report": "^3.0.0",
2575 "istanbul-lib-source-maps": "^4.0.0",
2576 "istanbul-reports": "^3.1.3",
2577 "jest-haste-map": "^27.5.1",
2578 "jest-resolve": "^27.5.1",
2579 "jest-util": "^27.5.1",
2580 "jest-worker": "^27.5.1",
2581 "slash": "^3.0.0",
2582 "source-map": "^0.6.0",
2583 "string-length": "^4.0.1",
2584 "terminal-link": "^2.0.0",
2585 "v8-to-istanbul": "^8.1.0"
2586 },
2587 "engines": {
2588 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2589 },
2590 "peerDependencies": {
2591 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
2592 },
2593 "peerDependenciesMeta": {
2594 "node-notifier": {
2595 "optional": true
2596 }
2597 }
2598 },
2599 "node_modules/@jest/reporters/node_modules/ansi-styles": {
2600 "version": "4.3.0",
2601 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2602 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2603 "dependencies": {
2604 "color-convert": "^2.0.1"
2605 },
2606 "engines": {
2607 "node": ">=8"
2608 },
2609 "funding": {
2610 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2611 }
2612 },
2613 "node_modules/@jest/reporters/node_modules/chalk": {
2614 "version": "4.1.2",
2615 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2616 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2617 "dependencies": {
2618 "ansi-styles": "^4.1.0",
2619 "supports-color": "^7.1.0"
2620 },
460 "engines": { 2621 "engines": {
461 "node": ">=10" 2622 "node": ">=10"
2623 },
2624 "funding": {
2625 "url": "https://github.com/chalk/chalk?sponsor=1"
462 } 2626 }
463 }, 2627 },
464 "node_modules/@swc/core-linux-arm64-musl": { 2628 "node_modules/@jest/reporters/node_modules/color-convert": {
465 "version": "1.3.25", 2629 "version": "2.0.1",
466 "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.25.tgz", 2630 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
467 "integrity": "sha512-vM3D7LWmjotUAJ2D4F+L+dspFeWrcPNVh0o8TCoTOYCt8DPD5YsUKTpIgOsZ+gReeWUAnNTh0Btx5pGGVfajGA==", 2631 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
468 "cpu": [ 2632 "dependencies": {
469 "arm64" 2633 "color-name": "~1.1.4"
470 ], 2634 },
471 "dev": true, 2635 "engines": {
472 "optional": true, 2636 "node": ">=7.0.0"
473 "os": [ 2637 }
474 "linux" 2638 },
475 ], 2639 "node_modules/@jest/reporters/node_modules/color-name": {
2640 "version": "1.1.4",
2641 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2642 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
2643 },
2644 "node_modules/@jest/reporters/node_modules/has-flag": {
2645 "version": "4.0.0",
2646 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2647 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2648 "engines": {
2649 "node": ">=8"
2650 }
2651 },
2652 "node_modules/@jest/reporters/node_modules/source-map": {
2653 "version": "0.6.1",
2654 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
2655 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
2656 "engines": {
2657 "node": ">=0.10.0"
2658 }
2659 },
2660 "node_modules/@jest/reporters/node_modules/supports-color": {
2661 "version": "7.2.0",
2662 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2663 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2664 "dependencies": {
2665 "has-flag": "^4.0.0"
2666 },
2667 "engines": {
2668 "node": ">=8"
2669 }
2670 },
2671 "node_modules/@jest/schemas": {
2672 "version": "28.1.3",
2673 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz",
2674 "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==",
2675 "dependencies": {
2676 "@sinclair/typebox": "^0.24.1"
2677 },
2678 "engines": {
2679 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
2680 }
2681 },
2682 "node_modules/@jest/source-map": {
2683 "version": "27.5.1",
2684 "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
2685 "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
2686 "dependencies": {
2687 "callsites": "^3.0.0",
2688 "graceful-fs": "^4.2.9",
2689 "source-map": "^0.6.0"
2690 },
2691 "engines": {
2692 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2693 }
2694 },
2695 "node_modules/@jest/source-map/node_modules/source-map": {
2696 "version": "0.6.1",
2697 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
2698 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
2699 "engines": {
2700 "node": ">=0.10.0"
2701 }
2702 },
2703 "node_modules/@jest/test-result": {
2704 "version": "27.5.1",
2705 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
2706 "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
2707 "dependencies": {
2708 "@jest/console": "^27.5.1",
2709 "@jest/types": "^27.5.1",
2710 "@types/istanbul-lib-coverage": "^2.0.0",
2711 "collect-v8-coverage": "^1.0.0"
2712 },
2713 "engines": {
2714 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2715 }
2716 },
2717 "node_modules/@jest/test-sequencer": {
2718 "version": "27.5.1",
2719 "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
2720 "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
2721 "dependencies": {
2722 "@jest/test-result": "^27.5.1",
2723 "graceful-fs": "^4.2.9",
2724 "jest-haste-map": "^27.5.1",
2725 "jest-runtime": "^27.5.1"
2726 },
2727 "engines": {
2728 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2729 }
2730 },
2731 "node_modules/@jest/transform": {
2732 "version": "27.5.1",
2733 "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
2734 "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
2735 "dependencies": {
2736 "@babel/core": "^7.1.0",
2737 "@jest/types": "^27.5.1",
2738 "babel-plugin-istanbul": "^6.1.1",
2739 "chalk": "^4.0.0",
2740 "convert-source-map": "^1.4.0",
2741 "fast-json-stable-stringify": "^2.0.0",
2742 "graceful-fs": "^4.2.9",
2743 "jest-haste-map": "^27.5.1",
2744 "jest-regex-util": "^27.5.1",
2745 "jest-util": "^27.5.1",
2746 "micromatch": "^4.0.4",
2747 "pirates": "^4.0.4",
2748 "slash": "^3.0.0",
2749 "source-map": "^0.6.1",
2750 "write-file-atomic": "^3.0.0"
2751 },
2752 "engines": {
2753 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2754 }
2755 },
2756 "node_modules/@jest/transform/node_modules/ansi-styles": {
2757 "version": "4.3.0",
2758 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2759 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2760 "dependencies": {
2761 "color-convert": "^2.0.1"
2762 },
2763 "engines": {
2764 "node": ">=8"
2765 },
2766 "funding": {
2767 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2768 }
2769 },
2770 "node_modules/@jest/transform/node_modules/chalk": {
2771 "version": "4.1.2",
2772 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2773 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2774 "dependencies": {
2775 "ansi-styles": "^4.1.0",
2776 "supports-color": "^7.1.0"
2777 },
476 "engines": { 2778 "engines": {
477 "node": ">=10" 2779 "node": ">=10"
2780 },
2781 "funding": {
2782 "url": "https://github.com/chalk/chalk?sponsor=1"
478 } 2783 }
479 }, 2784 },
480 "node_modules/@swc/core-linux-x64-gnu": { 2785 "node_modules/@jest/transform/node_modules/color-convert": {
481 "version": "1.3.25", 2786 "version": "2.0.1",
482 "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.25.tgz", 2787 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
483 "integrity": "sha512-xUCLLMDlYa/zB8BftVa4SrxuVpcDxkltCfmBg5r2pZPVskhC5ZJsQZ/AvWNChoAB11shRhjTaWDlmxJEsa7TIg==", 2788 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
484 "cpu": [ 2789 "dependencies": {
485 "x64" 2790 "color-name": "~1.1.4"
486 ], 2791 },
487 "dev": true, 2792 "engines": {
488 "optional": true, 2793 "node": ">=7.0.0"
489 "os": [ 2794 }
490 "linux" 2795 },
491 ], 2796 "node_modules/@jest/transform/node_modules/color-name": {
2797 "version": "1.1.4",
2798 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2799 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
2800 },
2801 "node_modules/@jest/transform/node_modules/has-flag": {
2802 "version": "4.0.0",
2803 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2804 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2805 "engines": {
2806 "node": ">=8"
2807 }
2808 },
2809 "node_modules/@jest/transform/node_modules/source-map": {
2810 "version": "0.6.1",
2811 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
2812 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
2813 "engines": {
2814 "node": ">=0.10.0"
2815 }
2816 },
2817 "node_modules/@jest/transform/node_modules/supports-color": {
2818 "version": "7.2.0",
2819 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2820 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2821 "dependencies": {
2822 "has-flag": "^4.0.0"
2823 },
2824 "engines": {
2825 "node": ">=8"
2826 }
2827 },
2828 "node_modules/@jest/types": {
2829 "version": "27.5.1",
2830 "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
2831 "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
2832 "dependencies": {
2833 "@types/istanbul-lib-coverage": "^2.0.0",
2834 "@types/istanbul-reports": "^3.0.0",
2835 "@types/node": "*",
2836 "@types/yargs": "^16.0.0",
2837 "chalk": "^4.0.0"
2838 },
2839 "engines": {
2840 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2841 }
2842 },
2843 "node_modules/@jest/types/node_modules/ansi-styles": {
2844 "version": "4.3.0",
2845 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2846 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2847 "dependencies": {
2848 "color-convert": "^2.0.1"
2849 },
2850 "engines": {
2851 "node": ">=8"
2852 },
2853 "funding": {
2854 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2855 }
2856 },
2857 "node_modules/@jest/types/node_modules/chalk": {
2858 "version": "4.1.2",
2859 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2860 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2861 "dependencies": {
2862 "ansi-styles": "^4.1.0",
2863 "supports-color": "^7.1.0"
2864 },
492 "engines": { 2865 "engines": {
493 "node": ">=10" 2866 "node": ">=10"
2867 },
2868 "funding": {
2869 "url": "https://github.com/chalk/chalk?sponsor=1"
494 } 2870 }
495 }, 2871 },
496 "node_modules/@swc/core-linux-x64-musl": { 2872 "node_modules/@jest/types/node_modules/color-convert": {
497 "version": "1.3.25", 2873 "version": "2.0.1",
498 "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.25.tgz", 2874 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
499 "integrity": "sha512-QzHU3BIaUVRSFNsUn3Qxx1vgtF/f5NqsFMAAPSq9Y8Yq5nrlc2t7cNuOROxHLbUqE+NPUp6+RglleJMoeWz5mA==", 2875 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
500 "cpu": [ 2876 "dependencies": {
501 "x64" 2877 "color-name": "~1.1.4"
502 ], 2878 },
503 "dev": true, 2879 "engines": {
504 "optional": true, 2880 "node": ">=7.0.0"
505 "os": [ 2881 }
506 "linux" 2882 },
507 ], 2883 "node_modules/@jest/types/node_modules/color-name": {
2884 "version": "1.1.4",
2885 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2886 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
2887 },
2888 "node_modules/@jest/types/node_modules/has-flag": {
2889 "version": "4.0.0",
2890 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2891 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2892 "engines": {
2893 "node": ">=8"
2894 }
2895 },
2896 "node_modules/@jest/types/node_modules/supports-color": {
2897 "version": "7.2.0",
2898 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2899 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2900 "dependencies": {
2901 "has-flag": "^4.0.0"
2902 },
2903 "engines": {
2904 "node": ">=8"
2905 }
2906 },
2907 "node_modules/@jridgewell/gen-mapping": {
2908 "version": "0.1.1",
2909 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",
2910 "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==",
2911 "dependencies": {
2912 "@jridgewell/set-array": "^1.0.0",
2913 "@jridgewell/sourcemap-codec": "^1.4.10"
2914 },
2915 "engines": {
2916 "node": ">=6.0.0"
2917 }
2918 },
2919 "node_modules/@jridgewell/resolve-uri": {
2920 "version": "3.1.0",
2921 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
2922 "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
2923 "engines": {
2924 "node": ">=6.0.0"
2925 }
2926 },
2927 "node_modules/@jridgewell/set-array": {
2928 "version": "1.1.2",
2929 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
2930 "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
2931 "engines": {
2932 "node": ">=6.0.0"
2933 }
2934 },
2935 "node_modules/@jridgewell/source-map": {
2936 "version": "0.3.2",
2937 "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz",
2938 "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==",
2939 "dependencies": {
2940 "@jridgewell/gen-mapping": "^0.3.0",
2941 "@jridgewell/trace-mapping": "^0.3.9"
2942 }
2943 },
2944 "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": {
2945 "version": "0.3.2",
2946 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
2947 "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
2948 "dependencies": {
2949 "@jridgewell/set-array": "^1.0.1",
2950 "@jridgewell/sourcemap-codec": "^1.4.10",
2951 "@jridgewell/trace-mapping": "^0.3.9"
2952 },
2953 "engines": {
2954 "node": ">=6.0.0"
2955 }
2956 },
2957 "node_modules/@jridgewell/sourcemap-codec": {
2958 "version": "1.4.14",
2959 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
2960 "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
2961 },
2962 "node_modules/@jridgewell/trace-mapping": {
2963 "version": "0.3.17",
2964 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz",
2965 "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==",
2966 "dependencies": {
2967 "@jridgewell/resolve-uri": "3.1.0",
2968 "@jridgewell/sourcemap-codec": "1.4.14"
2969 }
2970 },
2971 "node_modules/@leichtgewicht/ip-codec": {
2972 "version": "2.0.4",
2973 "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
2974 "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
2975 },
2976 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
2977 "version": "5.1.1-v1",
2978 "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
2979 "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
2980 "dependencies": {
2981 "eslint-scope": "5.1.1"
2982 }
2983 },
2984 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": {
2985 "version": "5.1.1",
2986 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
2987 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
2988 "dependencies": {
2989 "esrecurse": "^4.3.0",
2990 "estraverse": "^4.1.1"
2991 },
2992 "engines": {
2993 "node": ">=8.0.0"
2994 }
2995 },
2996 "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": {
2997 "version": "4.3.0",
2998 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
2999 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
3000 "engines": {
3001 "node": ">=4.0"
3002 }
3003 },
3004 "node_modules/@nodelib/fs.scandir": {
3005 "version": "2.1.5",
3006 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
3007 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
3008 "dependencies": {
3009 "@nodelib/fs.stat": "2.0.5",
3010 "run-parallel": "^1.1.9"
3011 },
3012 "engines": {
3013 "node": ">= 8"
3014 }
3015 },
3016 "node_modules/@nodelib/fs.stat": {
3017 "version": "2.0.5",
3018 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
3019 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
3020 "engines": {
3021 "node": ">= 8"
3022 }
3023 },
3024 "node_modules/@nodelib/fs.walk": {
3025 "version": "1.2.8",
3026 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
3027 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
3028 "dependencies": {
3029 "@nodelib/fs.scandir": "2.1.5",
3030 "fastq": "^1.6.0"
3031 },
3032 "engines": {
3033 "node": ">= 8"
3034 }
3035 },
3036 "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
3037 "version": "0.5.10",
3038 "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.10.tgz",
3039 "integrity": "sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==",
3040 "dependencies": {
3041 "ansi-html-community": "^0.0.8",
3042 "common-path-prefix": "^3.0.0",
3043 "core-js-pure": "^3.23.3",
3044 "error-stack-parser": "^2.0.6",
3045 "find-up": "^5.0.0",
3046 "html-entities": "^2.1.0",
3047 "loader-utils": "^2.0.4",
3048 "schema-utils": "^3.0.0",
3049 "source-map": "^0.7.3"
3050 },
3051 "engines": {
3052 "node": ">= 10.13"
3053 },
3054 "peerDependencies": {
3055 "@types/webpack": "4.x || 5.x",
3056 "react-refresh": ">=0.10.0 <1.0.0",
3057 "sockjs-client": "^1.4.0",
3058 "type-fest": ">=0.17.0 <4.0.0",
3059 "webpack": ">=4.43.0 <6.0.0",
3060 "webpack-dev-server": "3.x || 4.x",
3061 "webpack-hot-middleware": "2.x",
3062 "webpack-plugin-serve": "0.x || 1.x"
3063 },
3064 "peerDependenciesMeta": {
3065 "@types/webpack": {
3066 "optional": true
3067 },
3068 "sockjs-client": {
3069 "optional": true
3070 },
3071 "type-fest": {
3072 "optional": true
3073 },
3074 "webpack-dev-server": {
3075 "optional": true
3076 },
3077 "webpack-hot-middleware": {
3078 "optional": true
3079 },
3080 "webpack-plugin-serve": {
3081 "optional": true
3082 }
3083 }
3084 },
3085 "node_modules/@rollup/plugin-babel": {
3086 "version": "5.3.1",
3087 "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
3088 "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
3089 "dependencies": {
3090 "@babel/helper-module-imports": "^7.10.4",
3091 "@rollup/pluginutils": "^3.1.0"
3092 },
3093 "engines": {
3094 "node": ">= 10.0.0"
3095 },
3096 "peerDependencies": {
3097 "@babel/core": "^7.0.0",
3098 "@types/babel__core": "^7.1.9",
3099 "rollup": "^1.20.0||^2.0.0"
3100 },
3101 "peerDependenciesMeta": {
3102 "@types/babel__core": {
3103 "optional": true
3104 }
3105 }
3106 },
3107 "node_modules/@rollup/plugin-node-resolve": {
3108 "version": "11.2.1",
3109 "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
3110 "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
3111 "dependencies": {
3112 "@rollup/pluginutils": "^3.1.0",
3113 "@types/resolve": "1.17.1",
3114 "builtin-modules": "^3.1.0",
3115 "deepmerge": "^4.2.2",
3116 "is-module": "^1.0.0",
3117 "resolve": "^1.19.0"
3118 },
3119 "engines": {
3120 "node": ">= 10.0.0"
3121 },
3122 "peerDependencies": {
3123 "rollup": "^1.20.0||^2.0.0"
3124 }
3125 },
3126 "node_modules/@rollup/plugin-replace": {
3127 "version": "2.4.2",
3128 "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
3129 "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
3130 "dependencies": {
3131 "@rollup/pluginutils": "^3.1.0",
3132 "magic-string": "^0.25.7"
3133 },
3134 "peerDependencies": {
3135 "rollup": "^1.20.0 || ^2.0.0"
3136 }
3137 },
3138 "node_modules/@rollup/pluginutils": {
3139 "version": "3.1.0",
3140 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
3141 "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
3142 "dependencies": {
3143 "@types/estree": "0.0.39",
3144 "estree-walker": "^1.0.1",
3145 "picomatch": "^2.2.2"
3146 },
3147 "engines": {
3148 "node": ">= 8.0.0"
3149 },
3150 "peerDependencies": {
3151 "rollup": "^1.20.0||^2.0.0"
3152 }
3153 },
3154 "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
3155 "version": "0.0.39",
3156 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
3157 "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
3158 },
3159 "node_modules/@rushstack/eslint-patch": {
3160 "version": "1.2.0",
3161 "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz",
3162 "integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg=="
3163 },
3164 "node_modules/@sinclair/typebox": {
3165 "version": "0.24.51",
3166 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz",
3167 "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA=="
3168 },
3169 "node_modules/@sinonjs/commons": {
3170 "version": "1.8.6",
3171 "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
3172 "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
3173 "dependencies": {
3174 "type-detect": "4.0.8"
3175 }
3176 },
3177 "node_modules/@sinonjs/fake-timers": {
3178 "version": "8.1.0",
3179 "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
3180 "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
3181 "dependencies": {
3182 "@sinonjs/commons": "^1.7.0"
3183 }
3184 },
3185 "node_modules/@surma/rollup-plugin-off-main-thread": {
3186 "version": "2.2.3",
3187 "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
3188 "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
3189 "dependencies": {
3190 "ejs": "^3.1.6",
3191 "json5": "^2.2.0",
3192 "magic-string": "^0.25.0",
3193 "string.prototype.matchall": "^4.0.6"
3194 }
3195 },
3196 "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
3197 "version": "5.4.0",
3198 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
3199 "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==",
508 "engines": { 3200 "engines": {
509 "node": ">=10" 3201 "node": ">=10"
3202 },
3203 "funding": {
3204 "type": "github",
3205 "url": "https://github.com/sponsors/gregberge"
510 } 3206 }
511 }, 3207 },
512 "node_modules/@swc/core-win32-arm64-msvc": { 3208 "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
513 "version": "1.3.25", 3209 "version": "5.4.0",
514 "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.25.tgz", 3210 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
515 "integrity": "sha512-77VSVtneVOAUL4zkRyQZ6pWVpTsVVdqwly/DKnRnloglGKxYuk5DG5MUBsL72Nnfv4OCHjZ27eI3NUrpLsUb2Q==", 3211 "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==",
516 "cpu": [
517 "arm64"
518 ],
519 "dev": true,
520 "optional": true,
521 "os": [
522 "win32"
523 ],
524 "engines": { 3212 "engines": {
525 "node": ">=10" 3213 "node": ">=10"
3214 },
3215 "funding": {
3216 "type": "github",
3217 "url": "https://github.com/sponsors/gregberge"
526 } 3218 }
527 }, 3219 },
528 "node_modules/@swc/core-win32-ia32-msvc": { 3220 "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
529 "version": "1.3.25", 3221 "version": "5.0.1",
530 "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.25.tgz", 3222 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
531 "integrity": "sha512-kz0v3K3H6OPEZR3ry72Ad/6C5GrZBRRUk69K58LORQ8tZXQD3UGl85pUbQqyHl8fR5NU76Muxgovj9CI9iTHGA==", 3223 "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==",
532 "cpu": [
533 "ia32"
534 ],
535 "dev": true,
536 "optional": true,
537 "os": [
538 "win32"
539 ],
540 "engines": { 3224 "engines": {
541 "node": ">=10" 3225 "node": ">=10"
3226 },
3227 "funding": {
3228 "type": "github",
3229 "url": "https://github.com/sponsors/gregberge"
542 } 3230 }
543 }, 3231 },
544 "node_modules/@swc/core-win32-x64-msvc": { 3232 "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
545 "version": "1.3.25", 3233 "version": "5.0.1",
546 "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.25.tgz", 3234 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
547 "integrity": "sha512-nmQOAzIpNRRnupWzkenJmW4i+h1M76cVNUqEU2MjmtesEkRZEGqv//jefXiyCP2zcbeLNLKiB2ptVJhpd1BvRA==", 3235 "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==",
548 "cpu": [
549 "x64"
550 ],
551 "dev": true,
552 "optional": true,
553 "os": [
554 "win32"
555 ],
556 "engines": { 3236 "engines": {
557 "node": ">=10" 3237 "node": ">=10"
3238 },
3239 "funding": {
3240 "type": "github",
3241 "url": "https://github.com/sponsors/gregberge"
558 } 3242 }
559 }, 3243 },
3244 "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
3245 "version": "5.4.0",
3246 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
3247 "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==",
3248 "engines": {
3249 "node": ">=10"
3250 },
3251 "funding": {
3252 "type": "github",
3253 "url": "https://github.com/sponsors/gregberge"
3254 }
3255 },
3256 "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
3257 "version": "5.4.0",
3258 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
3259 "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==",
3260 "engines": {
3261 "node": ">=10"
3262 },
3263 "funding": {
3264 "type": "github",
3265 "url": "https://github.com/sponsors/gregberge"
3266 }
3267 },
3268 "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
3269 "version": "5.4.0",
3270 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
3271 "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==",
3272 "engines": {
3273 "node": ">=10"
3274 },
3275 "funding": {
3276 "type": "github",
3277 "url": "https://github.com/sponsors/gregberge"
3278 }
3279 },
3280 "node_modules/@svgr/babel-plugin-transform-svg-component": {
3281 "version": "5.5.0",
3282 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
3283 "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==",
3284 "engines": {
3285 "node": ">=10"
3286 },
3287 "funding": {
3288 "type": "github",
3289 "url": "https://github.com/sponsors/gregberge"
3290 }
3291 },
3292 "node_modules/@svgr/babel-preset": {
3293 "version": "5.5.0",
3294 "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
3295 "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
3296 "dependencies": {
3297 "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
3298 "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
3299 "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
3300 "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
3301 "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
3302 "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
3303 "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
3304 "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
3305 },
3306 "engines": {
3307 "node": ">=10"
3308 },
3309 "funding": {
3310 "type": "github",
3311 "url": "https://github.com/sponsors/gregberge"
3312 }
3313 },
3314 "node_modules/@svgr/core": {
3315 "version": "5.5.0",
3316 "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
3317 "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
3318 "dependencies": {
3319 "@svgr/plugin-jsx": "^5.5.0",
3320 "camelcase": "^6.2.0",
3321 "cosmiconfig": "^7.0.0"
3322 },
3323 "engines": {
3324 "node": ">=10"
3325 },
3326 "funding": {
3327 "type": "github",
3328 "url": "https://github.com/sponsors/gregberge"
3329 }
3330 },
3331 "node_modules/@svgr/hast-util-to-babel-ast": {
3332 "version": "5.5.0",
3333 "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
3334 "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
3335 "dependencies": {
3336 "@babel/types": "^7.12.6"
3337 },
3338 "engines": {
3339 "node": ">=10"
3340 },
3341 "funding": {
3342 "type": "github",
3343 "url": "https://github.com/sponsors/gregberge"
3344 }
3345 },
3346 "node_modules/@svgr/plugin-jsx": {
3347 "version": "5.5.0",
3348 "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
3349 "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
3350 "dependencies": {
3351 "@babel/core": "^7.12.3",
3352 "@svgr/babel-preset": "^5.5.0",
3353 "@svgr/hast-util-to-babel-ast": "^5.5.0",
3354 "svg-parser": "^2.0.2"
3355 },
3356 "engines": {
3357 "node": ">=10"
3358 },
3359 "funding": {
3360 "type": "github",
3361 "url": "https://github.com/sponsors/gregberge"
3362 }
3363 },
3364 "node_modules/@svgr/plugin-svgo": {
3365 "version": "5.5.0",
3366 "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
3367 "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
3368 "dependencies": {
3369 "cosmiconfig": "^7.0.0",
3370 "deepmerge": "^4.2.2",
3371 "svgo": "^1.2.2"
3372 },
3373 "engines": {
3374 "node": ">=10"
3375 },
3376 "funding": {
3377 "type": "github",
3378 "url": "https://github.com/sponsors/gregberge"
3379 }
3380 },
3381 "node_modules/@svgr/webpack": {
3382 "version": "5.5.0",
3383 "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
3384 "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
3385 "dependencies": {
3386 "@babel/core": "^7.12.3",
3387 "@babel/plugin-transform-react-constant-elements": "^7.12.1",
3388 "@babel/preset-env": "^7.12.1",
3389 "@babel/preset-react": "^7.12.5",
3390 "@svgr/core": "^5.5.0",
3391 "@svgr/plugin-jsx": "^5.5.0",
3392 "@svgr/plugin-svgo": "^5.5.0",
3393 "loader-utils": "^2.0.0"
3394 },
3395 "engines": {
3396 "node": ">=10"
3397 },
3398 "funding": {
3399 "type": "github",
3400 "url": "https://github.com/sponsors/gregberge"
3401 }
3402 },
3403 "node_modules/@testing-library/dom": {
3404 "version": "9.0.0",
3405 "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.0.0.tgz",
3406 "integrity": "sha512-+/TLgKNFsYUshOY/zXsQOk+PlFQK+eyJ9T13IDVNJEi+M+Un7xlJK+FZKkbGSnf0+7E1G6PlDhkSYQ/GFiruBQ==",
3407 "peer": true,
3408 "dependencies": {
3409 "@babel/code-frame": "^7.10.4",
3410 "@babel/runtime": "^7.12.5",
3411 "@types/aria-query": "^5.0.1",
3412 "aria-query": "^5.0.0",
3413 "chalk": "^4.1.0",
3414 "dom-accessibility-api": "^0.5.9",
3415 "lz-string": "^1.4.4",
3416 "pretty-format": "^27.0.2"
3417 },
3418 "engines": {
3419 "node": ">=14"
3420 }
3421 },
3422 "node_modules/@testing-library/dom/node_modules/ansi-styles": {
3423 "version": "4.3.0",
3424 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3425 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3426 "peer": true,
3427 "dependencies": {
3428 "color-convert": "^2.0.1"
3429 },
3430 "engines": {
3431 "node": ">=8"
3432 },
3433 "funding": {
3434 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3435 }
3436 },
3437 "node_modules/@testing-library/dom/node_modules/chalk": {
3438 "version": "4.1.2",
3439 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3440 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3441 "peer": true,
3442 "dependencies": {
3443 "ansi-styles": "^4.1.0",
3444 "supports-color": "^7.1.0"
3445 },
3446 "engines": {
3447 "node": ">=10"
3448 },
3449 "funding": {
3450 "url": "https://github.com/chalk/chalk?sponsor=1"
3451 }
3452 },
3453 "node_modules/@testing-library/dom/node_modules/color-convert": {
3454 "version": "2.0.1",
3455 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
3456 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
3457 "peer": true,
3458 "dependencies": {
3459 "color-name": "~1.1.4"
3460 },
3461 "engines": {
3462 "node": ">=7.0.0"
3463 }
3464 },
3465 "node_modules/@testing-library/dom/node_modules/color-name": {
3466 "version": "1.1.4",
3467 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
3468 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
3469 "peer": true
3470 },
3471 "node_modules/@testing-library/dom/node_modules/has-flag": {
3472 "version": "4.0.0",
3473 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
3474 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
3475 "peer": true,
3476 "engines": {
3477 "node": ">=8"
3478 }
3479 },
3480 "node_modules/@testing-library/dom/node_modules/supports-color": {
3481 "version": "7.2.0",
3482 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3483 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3484 "peer": true,
3485 "dependencies": {
3486 "has-flag": "^4.0.0"
3487 },
3488 "engines": {
3489 "node": ">=8"
3490 }
3491 },
3492 "node_modules/@testing-library/jest-dom": {
3493 "version": "5.16.5",
3494 "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz",
3495 "integrity": "sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==",
3496 "dependencies": {
3497 "@adobe/css-tools": "^4.0.1",
3498 "@babel/runtime": "^7.9.2",
3499 "@types/testing-library__jest-dom": "^5.9.1",
3500 "aria-query": "^5.0.0",
3501 "chalk": "^3.0.0",
3502 "css.escape": "^1.5.1",
3503 "dom-accessibility-api": "^0.5.6",
3504 "lodash": "^4.17.15",
3505 "redent": "^3.0.0"
3506 },
3507 "engines": {
3508 "node": ">=8",
3509 "npm": ">=6",
3510 "yarn": ">=1"
3511 }
3512 },
3513 "node_modules/@testing-library/jest-dom/node_modules/ansi-styles": {
3514 "version": "4.3.0",
3515 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3516 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3517 "dependencies": {
3518 "color-convert": "^2.0.1"
3519 },
3520 "engines": {
3521 "node": ">=8"
3522 },
3523 "funding": {
3524 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3525 }
3526 },
3527 "node_modules/@testing-library/jest-dom/node_modules/chalk": {
3528 "version": "3.0.0",
3529 "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
3530 "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
3531 "dependencies": {
3532 "ansi-styles": "^4.1.0",
3533 "supports-color": "^7.1.0"
3534 },
3535 "engines": {
3536 "node": ">=8"
3537 }
3538 },
3539 "node_modules/@testing-library/jest-dom/node_modules/color-convert": {
3540 "version": "2.0.1",
3541 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
3542 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
3543 "dependencies": {
3544 "color-name": "~1.1.4"
3545 },
3546 "engines": {
3547 "node": ">=7.0.0"
3548 }
3549 },
3550 "node_modules/@testing-library/jest-dom/node_modules/color-name": {
3551 "version": "1.1.4",
3552 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
3553 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
3554 },
3555 "node_modules/@testing-library/jest-dom/node_modules/has-flag": {
3556 "version": "4.0.0",
3557 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
3558 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
3559 "engines": {
3560 "node": ">=8"
3561 }
3562 },
3563 "node_modules/@testing-library/jest-dom/node_modules/supports-color": {
3564 "version": "7.2.0",
3565 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3566 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3567 "dependencies": {
3568 "has-flag": "^4.0.0"
3569 },
3570 "engines": {
3571 "node": ">=8"
3572 }
3573 },
3574 "node_modules/@testing-library/react": {
3575 "version": "13.4.0",
3576 "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.4.0.tgz",
3577 "integrity": "sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==",
3578 "dependencies": {
3579 "@babel/runtime": "^7.12.5",
3580 "@testing-library/dom": "^8.5.0",
3581 "@types/react-dom": "^18.0.0"
3582 },
3583 "engines": {
3584 "node": ">=12"
3585 },
3586 "peerDependencies": {
3587 "react": "^18.0.0",
3588 "react-dom": "^18.0.0"
3589 }
3590 },
3591 "node_modules/@testing-library/react/node_modules/@testing-library/dom": {
3592 "version": "8.20.0",
3593 "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.0.tgz",
3594 "integrity": "sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==",
3595 "dependencies": {
3596 "@babel/code-frame": "^7.10.4",
3597 "@babel/runtime": "^7.12.5",
3598 "@types/aria-query": "^5.0.1",
3599 "aria-query": "^5.0.0",
3600 "chalk": "^4.1.0",
3601 "dom-accessibility-api": "^0.5.9",
3602 "lz-string": "^1.4.4",
3603 "pretty-format": "^27.0.2"
3604 },
3605 "engines": {
3606 "node": ">=12"
3607 }
3608 },
3609 "node_modules/@testing-library/react/node_modules/ansi-styles": {
3610 "version": "4.3.0",
3611 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3612 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3613 "dependencies": {
3614 "color-convert": "^2.0.1"
3615 },
3616 "engines": {
3617 "node": ">=8"
3618 },
3619 "funding": {
3620 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3621 }
3622 },
3623 "node_modules/@testing-library/react/node_modules/chalk": {
3624 "version": "4.1.2",
3625 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3626 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3627 "dependencies": {
3628 "ansi-styles": "^4.1.0",
3629 "supports-color": "^7.1.0"
3630 },
3631 "engines": {
3632 "node": ">=10"
3633 },
3634 "funding": {
3635 "url": "https://github.com/chalk/chalk?sponsor=1"
3636 }
3637 },
3638 "node_modules/@testing-library/react/node_modules/color-convert": {
3639 "version": "2.0.1",
3640 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
3641 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
3642 "dependencies": {
3643 "color-name": "~1.1.4"
3644 },
3645 "engines": {
3646 "node": ">=7.0.0"
3647 }
3648 },
3649 "node_modules/@testing-library/react/node_modules/color-name": {
3650 "version": "1.1.4",
3651 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
3652 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
3653 },
3654 "node_modules/@testing-library/react/node_modules/has-flag": {
3655 "version": "4.0.0",
3656 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
3657 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
3658 "engines": {
3659 "node": ">=8"
3660 }
3661 },
3662 "node_modules/@testing-library/react/node_modules/supports-color": {
3663 "version": "7.2.0",
3664 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3665 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3666 "dependencies": {
3667 "has-flag": "^4.0.0"
3668 },
3669 "engines": {
3670 "node": ">=8"
3671 }
3672 },
3673 "node_modules/@testing-library/user-event": {
3674 "version": "13.5.0",
3675 "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
3676 "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
3677 "dependencies": {
3678 "@babel/runtime": "^7.12.5"
3679 },
3680 "engines": {
3681 "node": ">=10",
3682 "npm": ">=6"
3683 },
3684 "peerDependencies": {
3685 "@testing-library/dom": ">=7.21.4"
3686 }
3687 },
3688 "node_modules/@tootallnate/once": {
3689 "version": "1.1.2",
3690 "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
3691 "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
3692 "engines": {
3693 "node": ">= 6"
3694 }
3695 },
3696 "node_modules/@trysound/sax": {
3697 "version": "0.2.0",
3698 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
3699 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
3700 "engines": {
3701 "node": ">=10.13.0"
3702 }
3703 },
3704 "node_modules/@types/aria-query": {
3705 "version": "5.0.1",
3706 "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.1.tgz",
3707 "integrity": "sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q=="
3708 },
3709 "node_modules/@types/babel__core": {
3710 "version": "7.20.0",
3711 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz",
3712 "integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==",
3713 "dependencies": {
3714 "@babel/parser": "^7.20.7",
3715 "@babel/types": "^7.20.7",
3716 "@types/babel__generator": "*",
3717 "@types/babel__template": "*",
3718 "@types/babel__traverse": "*"
3719 }
3720 },
3721 "node_modules/@types/babel__generator": {
3722 "version": "7.6.4",
3723 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
3724 "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
3725 "dependencies": {
3726 "@babel/types": "^7.0.0"
3727 }
3728 },
3729 "node_modules/@types/babel__template": {
3730 "version": "7.4.1",
3731 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
3732 "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
3733 "dependencies": {
3734 "@babel/parser": "^7.1.0",
3735 "@babel/types": "^7.0.0"
3736 }
3737 },
3738 "node_modules/@types/babel__traverse": {
3739 "version": "7.18.3",
3740 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz",
3741 "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==",
3742 "dependencies": {
3743 "@babel/types": "^7.3.0"
3744 }
3745 },
3746 "node_modules/@types/body-parser": {
3747 "version": "1.19.2",
3748 "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
3749 "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==",
3750 "dependencies": {
3751 "@types/connect": "*",
3752 "@types/node": "*"
3753 }
3754 },
3755 "node_modules/@types/bonjour": {
3756 "version": "3.5.10",
3757 "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz",
3758 "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==",
3759 "dependencies": {
3760 "@types/node": "*"
3761 }
3762 },
3763 "node_modules/@types/connect": {
3764 "version": "3.4.35",
3765 "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz",
3766 "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==",
3767 "dependencies": {
3768 "@types/node": "*"
3769 }
3770 },
3771 "node_modules/@types/connect-history-api-fallback": {
3772 "version": "1.3.5",
3773 "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz",
3774 "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==",
3775 "dependencies": {
3776 "@types/express-serve-static-core": "*",
3777 "@types/node": "*"
3778 }
3779 },
3780 "node_modules/@types/eslint": {
3781 "version": "8.21.1",
3782 "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.21.1.tgz",
3783 "integrity": "sha512-rc9K8ZpVjNcLs8Fp0dkozd5Pt2Apk1glO4Vgz8ix1u6yFByxfqo5Yavpy65o+93TAe24jr7v+eSBtFLvOQtCRQ==",
3784 "dependencies": {
3785 "@types/estree": "*",
3786 "@types/json-schema": "*"
3787 }
3788 },
3789 "node_modules/@types/eslint-scope": {
3790 "version": "3.7.4",
3791 "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz",
3792 "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==",
3793 "dependencies": {
3794 "@types/eslint": "*",
3795 "@types/estree": "*"
3796 }
3797 },
3798 "node_modules/@types/estree": {
3799 "version": "1.0.0",
3800 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz",
3801 "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ=="
3802 },
3803 "node_modules/@types/express": {
3804 "version": "4.17.17",
3805 "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz",
3806 "integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==",
3807 "dependencies": {
3808 "@types/body-parser": "*",
3809 "@types/express-serve-static-core": "^4.17.33",
3810 "@types/qs": "*",
3811 "@types/serve-static": "*"
3812 }
3813 },
3814 "node_modules/@types/express-serve-static-core": {
3815 "version": "4.17.33",
3816 "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz",
3817 "integrity": "sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==",
3818 "dependencies": {
3819 "@types/node": "*",
3820 "@types/qs": "*",
3821 "@types/range-parser": "*"
3822 }
3823 },
3824 "node_modules/@types/graceful-fs": {
3825 "version": "4.1.6",
3826 "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz",
3827 "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==",
3828 "dependencies": {
3829 "@types/node": "*"
3830 }
3831 },
3832 "node_modules/@types/html-minifier-terser": {
3833 "version": "6.1.0",
3834 "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
3835 "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg=="
3836 },
3837 "node_modules/@types/http-proxy": {
3838 "version": "1.17.9",
3839 "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz",
3840 "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==",
3841 "dependencies": {
3842 "@types/node": "*"
3843 }
3844 },
3845 "node_modules/@types/istanbul-lib-coverage": {
3846 "version": "2.0.4",
3847 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
3848 "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
3849 },
3850 "node_modules/@types/istanbul-lib-report": {
3851 "version": "3.0.0",
3852 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
3853 "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
3854 "dependencies": {
3855 "@types/istanbul-lib-coverage": "*"
3856 }
3857 },
3858 "node_modules/@types/istanbul-reports": {
3859 "version": "3.0.1",
3860 "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
3861 "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
3862 "dependencies": {
3863 "@types/istanbul-lib-report": "*"
3864 }
3865 },
3866 "node_modules/@types/jest": {
3867 "version": "29.4.0",
3868 "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.0.tgz",
3869 "integrity": "sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==",
3870 "dependencies": {
3871 "expect": "^29.0.0",
3872 "pretty-format": "^29.0.0"
3873 }
3874 },
3875 "node_modules/@types/jest/node_modules/@jest/schemas": {
3876 "version": "29.4.3",
3877 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz",
3878 "integrity": "sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==",
3879 "dependencies": {
3880 "@sinclair/typebox": "^0.25.16"
3881 },
3882 "engines": {
3883 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3884 }
3885 },
3886 "node_modules/@types/jest/node_modules/@jest/types": {
3887 "version": "29.4.3",
3888 "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.4.3.tgz",
3889 "integrity": "sha512-bPYfw8V65v17m2Od1cv44FH+SiKW7w2Xu7trhcdTLUmSv85rfKsP+qXSjO4KGJr4dtPSzl/gvslZBXctf1qGEA==",
3890 "dependencies": {
3891 "@jest/schemas": "^29.4.3",
3892 "@types/istanbul-lib-coverage": "^2.0.0",
3893 "@types/istanbul-reports": "^3.0.0",
3894 "@types/node": "*",
3895 "@types/yargs": "^17.0.8",
3896 "chalk": "^4.0.0"
3897 },
3898 "engines": {
3899 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3900 }
3901 },
3902 "node_modules/@types/jest/node_modules/@sinclair/typebox": {
3903 "version": "0.25.23",
3904 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.23.tgz",
3905 "integrity": "sha512-VEB8ygeP42CFLWyAJhN5OklpxUliqdNEUcXb4xZ/CINqtYGTjL5ukluKdKzQ0iWdUxyQ7B0539PAUhHKrCNWSQ=="
3906 },
3907 "node_modules/@types/jest/node_modules/@types/yargs": {
3908 "version": "17.0.22",
3909 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.22.tgz",
3910 "integrity": "sha512-pet5WJ9U8yPVRhkwuEIp5ktAeAqRZOq4UdAyWLWzxbtpyXnzbtLdKiXAjJzi/KLmPGS9wk86lUFWZFN6sISo4g==",
3911 "dependencies": {
3912 "@types/yargs-parser": "*"
3913 }
3914 },
3915 "node_modules/@types/jest/node_modules/ansi-styles": {
3916 "version": "4.3.0",
3917 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3918 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3919 "dependencies": {
3920 "color-convert": "^2.0.1"
3921 },
3922 "engines": {
3923 "node": ">=8"
3924 },
3925 "funding": {
3926 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3927 }
3928 },
3929 "node_modules/@types/jest/node_modules/chalk": {
3930 "version": "4.1.2",
3931 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3932 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3933 "dependencies": {
3934 "ansi-styles": "^4.1.0",
3935 "supports-color": "^7.1.0"
3936 },
3937 "engines": {
3938 "node": ">=10"
3939 },
3940 "funding": {
3941 "url": "https://github.com/chalk/chalk?sponsor=1"
3942 }
3943 },
3944 "node_modules/@types/jest/node_modules/color-convert": {
3945 "version": "2.0.1",
3946 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
3947 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
3948 "dependencies": {
3949 "color-name": "~1.1.4"
3950 },
3951 "engines": {
3952 "node": ">=7.0.0"
3953 }
3954 },
3955 "node_modules/@types/jest/node_modules/color-name": {
3956 "version": "1.1.4",
3957 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
3958 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
3959 },
3960 "node_modules/@types/jest/node_modules/diff-sequences": {
3961 "version": "29.4.3",
3962 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.4.3.tgz",
3963 "integrity": "sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==",
3964 "engines": {
3965 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3966 }
3967 },
3968 "node_modules/@types/jest/node_modules/expect": {
3969 "version": "29.4.3",
3970 "resolved": "https://registry.npmjs.org/expect/-/expect-29.4.3.tgz",
3971 "integrity": "sha512-uC05+Q7eXECFpgDrHdXA4k2rpMyStAYPItEDLyQDo5Ta7fVkJnNA/4zh/OIVkVVNZ1oOK1PipQoyNjuZ6sz6Dg==",
3972 "dependencies": {
3973 "@jest/expect-utils": "^29.4.3",
3974 "jest-get-type": "^29.4.3",
3975 "jest-matcher-utils": "^29.4.3",
3976 "jest-message-util": "^29.4.3",
3977 "jest-util": "^29.4.3"
3978 },
3979 "engines": {
3980 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3981 }
3982 },
3983 "node_modules/@types/jest/node_modules/has-flag": {
3984 "version": "4.0.0",
3985 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
3986 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
3987 "engines": {
3988 "node": ">=8"
3989 }
3990 },
3991 "node_modules/@types/jest/node_modules/jest-diff": {
3992 "version": "29.4.3",
3993 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.4.3.tgz",
3994 "integrity": "sha512-YB+ocenx7FZ3T5O9lMVMeLYV4265socJKtkwgk/6YUz/VsEzYDkiMuMhWzZmxm3wDRQvayJu/PjkjjSkjoHsCA==",
3995 "dependencies": {
3996 "chalk": "^4.0.0",
3997 "diff-sequences": "^29.4.3",
3998 "jest-get-type": "^29.4.3",
3999 "pretty-format": "^29.4.3"
4000 },
4001 "engines": {
4002 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
4003 }
4004 },
4005 "node_modules/@types/jest/node_modules/jest-get-type": {
4006 "version": "29.4.3",
4007 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz",
4008 "integrity": "sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==",
4009 "engines": {
4010 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
4011 }
4012 },
4013 "node_modules/@types/jest/node_modules/jest-matcher-utils": {
4014 "version": "29.4.3",
4015 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.4.3.tgz",
4016 "integrity": "sha512-TTciiXEONycZ03h6R6pYiZlSkvYgT0l8aa49z/DLSGYjex4orMUcafuLXYyyEDWB1RKglq00jzwY00Ei7yFNVg==",
4017 "dependencies": {
4018 "chalk": "^4.0.0",
4019 "jest-diff": "^29.4.3",
4020 "jest-get-type": "^29.4.3",
4021 "pretty-format": "^29.4.3"
4022 },
4023 "engines": {
4024 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
4025 }
4026 },
4027 "node_modules/@types/jest/node_modules/jest-message-util": {
4028 "version": "29.4.3",
4029 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.4.3.tgz",
4030 "integrity": "sha512-1Y8Zd4ZCN7o/QnWdMmT76If8LuDv23Z1DRovBj/vcSFNlGCJGoO8D1nJDw1AdyAGUk0myDLFGN5RbNeJyCRGCw==",
4031 "dependencies": {
4032 "@babel/code-frame": "^7.12.13",
4033 "@jest/types": "^29.4.3",
4034 "@types/stack-utils": "^2.0.0",
4035 "chalk": "^4.0.0",
4036 "graceful-fs": "^4.2.9",
4037 "micromatch": "^4.0.4",
4038 "pretty-format": "^29.4.3",
4039 "slash": "^3.0.0",
4040 "stack-utils": "^2.0.3"
4041 },
4042 "engines": {
4043 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
4044 }
4045 },
4046 "node_modules/@types/jest/node_modules/jest-util": {
4047 "version": "29.4.3",
4048 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.4.3.tgz",
4049 "integrity": "sha512-ToSGORAz4SSSoqxDSylWX8JzkOQR7zoBtNRsA7e+1WUX5F8jrOwaNpuh1YfJHJKDHXLHmObv5eOjejUd+/Ws+Q==",
4050 "dependencies": {
4051 "@jest/types": "^29.4.3",
4052 "@types/node": "*",
4053 "chalk": "^4.0.0",
4054 "ci-info": "^3.2.0",
4055 "graceful-fs": "^4.2.9",
4056 "picomatch": "^2.2.3"
4057 },
4058 "engines": {
4059 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
4060 }
4061 },
4062 "node_modules/@types/jest/node_modules/pretty-format": {
4063 "version": "29.4.3",
4064 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.4.3.tgz",
4065 "integrity": "sha512-cvpcHTc42lcsvOOAzd3XuNWTcvk1Jmnzqeu+WsOuiPmxUJTnkbAcFNsRKvEpBEUFVUgy/GTZLulZDcDEi+CIlA==",
4066 "dependencies": {
4067 "@jest/schemas": "^29.4.3",
4068 "ansi-styles": "^5.0.0",
4069 "react-is": "^18.0.0"
4070 },
4071 "engines": {
4072 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
4073 }
4074 },
4075 "node_modules/@types/jest/node_modules/pretty-format/node_modules/ansi-styles": {
4076 "version": "5.2.0",
4077 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
4078 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
4079 "engines": {
4080 "node": ">=10"
4081 },
4082 "funding": {
4083 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4084 }
4085 },
4086 "node_modules/@types/jest/node_modules/react-is": {
4087 "version": "18.2.0",
4088 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
4089 "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
4090 },
4091 "node_modules/@types/jest/node_modules/supports-color": {
4092 "version": "7.2.0",
4093 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
4094 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
4095 "dependencies": {
4096 "has-flag": "^4.0.0"
4097 },
4098 "engines": {
4099 "node": ">=8"
4100 }
4101 },
4102 "node_modules/@types/json-schema": {
4103 "version": "7.0.11",
4104 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz",
4105 "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ=="
4106 },
4107 "node_modules/@types/json5": {
4108 "version": "0.0.29",
4109 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
4110 "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
4111 },
4112 "node_modules/@types/mime": {
4113 "version": "3.0.1",
4114 "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz",
4115 "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA=="
4116 },
4117 "node_modules/@types/node": {
4118 "version": "18.13.0",
4119 "resolved": "https://registry.npmjs.org/@types/node/-/node-18.13.0.tgz",
4120 "integrity": "sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg=="
4121 },
4122 "node_modules/@types/parse-json": {
4123 "version": "4.0.0",
4124 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
4125 "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
4126 },
4127 "node_modules/@types/prettier": {
4128 "version": "2.7.2",
4129 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz",
4130 "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg=="
4131 },
560 "node_modules/@types/prop-types": { 4132 "node_modules/@types/prop-types": {
561 "version": "15.7.5", 4133 "version": "15.7.5",
562 "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", 4134 "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
563 "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", 4135 "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
564 "dev": true 4136 },
4137 "node_modules/@types/q": {
4138 "version": "1.5.5",
4139 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz",
4140 "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
4141 },
4142 "node_modules/@types/qs": {
4143 "version": "6.9.7",
4144 "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
4145 "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
4146 },
4147 "node_modules/@types/range-parser": {
4148 "version": "1.2.4",
4149 "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz",
4150 "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
565 }, 4151 },
566 "node_modules/@types/react": { 4152 "node_modules/@types/react": {
567 "version": "18.0.26", 4153 "version": "18.0.28",
568 "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.26.tgz", 4154 "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.28.tgz",
569 "integrity": "sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==", 4155 "integrity": "sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==",
570 "dev": true,
571 "dependencies": { 4156 "dependencies": {
572 "@types/prop-types": "*", 4157 "@types/prop-types": "*",
573 "@types/scheduler": "*", 4158 "@types/scheduler": "*",
@@ -575,80 +4160,4190 @@
575 } 4160 }
576 }, 4161 },
577 "node_modules/@types/react-dom": { 4162 "node_modules/@types/react-dom": {
578 "version": "18.0.10", 4163 "version": "18.0.11",
579 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.10.tgz", 4164 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.11.tgz",
580 "integrity": "sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==", 4165 "integrity": "sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==",
581 "dev": true,
582 "dependencies": { 4166 "dependencies": {
583 "@types/react": "*" 4167 "@types/react": "*"
584 } 4168 }
585 }, 4169 },
4170 "node_modules/@types/resolve": {
4171 "version": "1.17.1",
4172 "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
4173 "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
4174 "dependencies": {
4175 "@types/node": "*"
4176 }
4177 },
4178 "node_modules/@types/retry": {
4179 "version": "0.12.0",
4180 "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
4181 "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="
4182 },
586 "node_modules/@types/scheduler": { 4183 "node_modules/@types/scheduler": {
587 "version": "0.16.2", 4184 "version": "0.16.2",
588 "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", 4185 "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
589 "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", 4186 "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
590 "dev": true
591 }, 4187 },
592 "node_modules/@vitejs/plugin-react-swc": { 4188 "node_modules/@types/semver": {
593 "version": "3.0.1", 4189 "version": "7.3.13",
594 "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.0.1.tgz", 4190 "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz",
595 "integrity": "sha512-3GQ2oruZO9j8dSHcI0MUeOZQBhjYyDQsF/pKY4Px+CJxn0M16OhgFeEzUjeuwci4zhhjoNIDE9aFNaV5GMQ09g==", 4191 "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw=="
596 "dev": true, 4192 },
4193 "node_modules/@types/serve-index": {
4194 "version": "1.9.1",
4195 "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz",
4196 "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==",
4197 "dependencies": {
4198 "@types/express": "*"
4199 }
4200 },
4201 "node_modules/@types/serve-static": {
4202 "version": "1.15.0",
4203 "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.0.tgz",
4204 "integrity": "sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==",
4205 "dependencies": {
4206 "@types/mime": "*",
4207 "@types/node": "*"
4208 }
4209 },
4210 "node_modules/@types/sockjs": {
4211 "version": "0.3.33",
4212 "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz",
4213 "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==",
4214 "dependencies": {
4215 "@types/node": "*"
4216 }
4217 },
4218 "node_modules/@types/stack-utils": {
4219 "version": "2.0.1",
4220 "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
4221 "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
4222 },
4223 "node_modules/@types/testing-library__jest-dom": {
4224 "version": "5.14.5",
4225 "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.5.tgz",
4226 "integrity": "sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==",
4227 "dependencies": {
4228 "@types/jest": "*"
4229 }
4230 },
4231 "node_modules/@types/trusted-types": {
4232 "version": "2.0.3",
4233 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.3.tgz",
4234 "integrity": "sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g=="
4235 },
4236 "node_modules/@types/ws": {
4237 "version": "8.5.4",
4238 "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz",
4239 "integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==",
4240 "dependencies": {
4241 "@types/node": "*"
4242 }
4243 },
4244 "node_modules/@types/yargs": {
4245 "version": "16.0.5",
4246 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.5.tgz",
4247 "integrity": "sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==",
4248 "dependencies": {
4249 "@types/yargs-parser": "*"
4250 }
4251 },
4252 "node_modules/@types/yargs-parser": {
4253 "version": "21.0.0",
4254 "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
4255 "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
4256 },
4257 "node_modules/@typescript-eslint/eslint-plugin": {
4258 "version": "5.52.0",
4259 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.52.0.tgz",
4260 "integrity": "sha512-lHazYdvYVsBokwCdKOppvYJKaJ4S41CgKBcPvyd0xjZNbvQdhn/pnJlGtQksQ/NhInzdaeaSarlBjDXHuclEbg==",
4261 "dependencies": {
4262 "@typescript-eslint/scope-manager": "5.52.0",
4263 "@typescript-eslint/type-utils": "5.52.0",
4264 "@typescript-eslint/utils": "5.52.0",
4265 "debug": "^4.3.4",
4266 "grapheme-splitter": "^1.0.4",
4267 "ignore": "^5.2.0",
4268 "natural-compare-lite": "^1.4.0",
4269 "regexpp": "^3.2.0",
4270 "semver": "^7.3.7",
4271 "tsutils": "^3.21.0"
4272 },
4273 "engines": {
4274 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4275 },
4276 "funding": {
4277 "type": "opencollective",
4278 "url": "https://opencollective.com/typescript-eslint"
4279 },
4280 "peerDependencies": {
4281 "@typescript-eslint/parser": "^5.0.0",
4282 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4283 },
4284 "peerDependenciesMeta": {
4285 "typescript": {
4286 "optional": true
4287 }
4288 }
4289 },
4290 "node_modules/@typescript-eslint/experimental-utils": {
4291 "version": "5.52.0",
4292 "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.52.0.tgz",
4293 "integrity": "sha512-kd8CRr04mNE3hw4et6+0T0NI5vli2H6dJCGzjX1r12s/FXUehLVadmvo2Nl3DN80YqAh1cVC6zYZAkpmGiVJ5g==",
4294 "dependencies": {
4295 "@typescript-eslint/utils": "5.52.0"
4296 },
4297 "engines": {
4298 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4299 },
4300 "funding": {
4301 "type": "opencollective",
4302 "url": "https://opencollective.com/typescript-eslint"
4303 },
4304 "peerDependencies": {
4305 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4306 }
4307 },
4308 "node_modules/@typescript-eslint/parser": {
4309 "version": "5.52.0",
4310 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.52.0.tgz",
4311 "integrity": "sha512-e2KiLQOZRo4Y0D/b+3y08i3jsekoSkOYStROYmPUnGMEoA0h+k2qOH5H6tcjIc68WDvGwH+PaOrP1XRzLJ6QlA==",
4312 "dependencies": {
4313 "@typescript-eslint/scope-manager": "5.52.0",
4314 "@typescript-eslint/types": "5.52.0",
4315 "@typescript-eslint/typescript-estree": "5.52.0",
4316 "debug": "^4.3.4"
4317 },
4318 "engines": {
4319 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4320 },
4321 "funding": {
4322 "type": "opencollective",
4323 "url": "https://opencollective.com/typescript-eslint"
4324 },
4325 "peerDependencies": {
4326 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4327 },
4328 "peerDependenciesMeta": {
4329 "typescript": {
4330 "optional": true
4331 }
4332 }
4333 },
4334 "node_modules/@typescript-eslint/scope-manager": {
4335 "version": "5.52.0",
4336 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.52.0.tgz",
4337 "integrity": "sha512-AR7sxxfBKiNV0FWBSARxM8DmNxrwgnYMPwmpkC1Pl1n+eT8/I2NAUPuwDy/FmDcC6F8pBfmOcaxcxRHspgOBMw==",
4338 "dependencies": {
4339 "@typescript-eslint/types": "5.52.0",
4340 "@typescript-eslint/visitor-keys": "5.52.0"
4341 },
4342 "engines": {
4343 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4344 },
4345 "funding": {
4346 "type": "opencollective",
4347 "url": "https://opencollective.com/typescript-eslint"
4348 }
4349 },
4350 "node_modules/@typescript-eslint/type-utils": {
4351 "version": "5.52.0",
4352 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.52.0.tgz",
4353 "integrity": "sha512-tEKuUHfDOv852QGlpPtB3lHOoig5pyFQN/cUiZtpw99D93nEBjexRLre5sQZlkMoHry/lZr8qDAt2oAHLKA6Jw==",
4354 "dependencies": {
4355 "@typescript-eslint/typescript-estree": "5.52.0",
4356 "@typescript-eslint/utils": "5.52.0",
4357 "debug": "^4.3.4",
4358 "tsutils": "^3.21.0"
4359 },
4360 "engines": {
4361 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4362 },
4363 "funding": {
4364 "type": "opencollective",
4365 "url": "https://opencollective.com/typescript-eslint"
4366 },
4367 "peerDependencies": {
4368 "eslint": "*"
4369 },
4370 "peerDependenciesMeta": {
4371 "typescript": {
4372 "optional": true
4373 }
4374 }
4375 },
4376 "node_modules/@typescript-eslint/types": {
4377 "version": "5.52.0",
4378 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.52.0.tgz",
4379 "integrity": "sha512-oV7XU4CHYfBhk78fS7tkum+/Dpgsfi91IIDy7fjCyq2k6KB63M6gMC0YIvy+iABzmXThCRI6xpCEyVObBdWSDQ==",
4380 "engines": {
4381 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4382 },
4383 "funding": {
4384 "type": "opencollective",
4385 "url": "https://opencollective.com/typescript-eslint"
4386 }
4387 },
4388 "node_modules/@typescript-eslint/typescript-estree": {
4389 "version": "5.52.0",
4390 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.52.0.tgz",
4391 "integrity": "sha512-WeWnjanyEwt6+fVrSR0MYgEpUAuROxuAH516WPjUblIrClzYJj0kBbjdnbQXLpgAN8qbEuGywiQsXUVDiAoEuQ==",
4392 "dependencies": {
4393 "@typescript-eslint/types": "5.52.0",
4394 "@typescript-eslint/visitor-keys": "5.52.0",
4395 "debug": "^4.3.4",
4396 "globby": "^11.1.0",
4397 "is-glob": "^4.0.3",
4398 "semver": "^7.3.7",
4399 "tsutils": "^3.21.0"
4400 },
4401 "engines": {
4402 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4403 },
4404 "funding": {
4405 "type": "opencollective",
4406 "url": "https://opencollective.com/typescript-eslint"
4407 },
4408 "peerDependenciesMeta": {
4409 "typescript": {
4410 "optional": true
4411 }
4412 }
4413 },
4414 "node_modules/@typescript-eslint/utils": {
4415 "version": "5.52.0",
4416 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.52.0.tgz",
4417 "integrity": "sha512-As3lChhrbwWQLNk2HC8Ree96hldKIqk98EYvypd3It8Q1f8d5zWyIoaZEp2va5667M4ZyE7X8UUR+azXrFl+NA==",
4418 "dependencies": {
4419 "@types/json-schema": "^7.0.9",
4420 "@types/semver": "^7.3.12",
4421 "@typescript-eslint/scope-manager": "5.52.0",
4422 "@typescript-eslint/types": "5.52.0",
4423 "@typescript-eslint/typescript-estree": "5.52.0",
4424 "eslint-scope": "^5.1.1",
4425 "eslint-utils": "^3.0.0",
4426 "semver": "^7.3.7"
4427 },
4428 "engines": {
4429 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4430 },
4431 "funding": {
4432 "type": "opencollective",
4433 "url": "https://opencollective.com/typescript-eslint"
4434 },
4435 "peerDependencies": {
4436 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
4437 }
4438 },
4439 "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": {
4440 "version": "5.1.1",
4441 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
4442 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
4443 "dependencies": {
4444 "esrecurse": "^4.3.0",
4445 "estraverse": "^4.1.1"
4446 },
4447 "engines": {
4448 "node": ">=8.0.0"
4449 }
4450 },
4451 "node_modules/@typescript-eslint/utils/node_modules/estraverse": {
4452 "version": "4.3.0",
4453 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
4454 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
4455 "engines": {
4456 "node": ">=4.0"
4457 }
4458 },
4459 "node_modules/@typescript-eslint/visitor-keys": {
4460 "version": "5.52.0",
4461 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.52.0.tgz",
4462 "integrity": "sha512-qMwpw6SU5VHCPr99y274xhbm+PRViK/NATY6qzt+Et7+mThGuFSl/ompj2/hrBlRP/kq+BFdgagnOSgw9TB0eA==",
4463 "dependencies": {
4464 "@typescript-eslint/types": "5.52.0",
4465 "eslint-visitor-keys": "^3.3.0"
4466 },
4467 "engines": {
4468 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4469 },
4470 "funding": {
4471 "type": "opencollective",
4472 "url": "https://opencollective.com/typescript-eslint"
4473 }
4474 },
4475 "node_modules/@webassemblyjs/ast": {
4476 "version": "1.11.1",
4477 "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
4478 "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==",
4479 "dependencies": {
4480 "@webassemblyjs/helper-numbers": "1.11.1",
4481 "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
4482 }
4483 },
4484 "node_modules/@webassemblyjs/floating-point-hex-parser": {
4485 "version": "1.11.1",
4486 "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
4487 "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ=="
4488 },
4489 "node_modules/@webassemblyjs/helper-api-error": {
4490 "version": "1.11.1",
4491 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz",
4492 "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg=="
4493 },
4494 "node_modules/@webassemblyjs/helper-buffer": {
4495 "version": "1.11.1",
4496 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz",
4497 "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA=="
4498 },
4499 "node_modules/@webassemblyjs/helper-numbers": {
4500 "version": "1.11.1",
4501 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz",
4502 "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==",
4503 "dependencies": {
4504 "@webassemblyjs/floating-point-hex-parser": "1.11.1",
4505 "@webassemblyjs/helper-api-error": "1.11.1",
4506 "@xtuc/long": "4.2.2"
4507 }
4508 },
4509 "node_modules/@webassemblyjs/helper-wasm-bytecode": {
4510 "version": "1.11.1",
4511 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz",
4512 "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q=="
4513 },
4514 "node_modules/@webassemblyjs/helper-wasm-section": {
4515 "version": "1.11.1",
4516 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz",
4517 "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==",
4518 "dependencies": {
4519 "@webassemblyjs/ast": "1.11.1",
4520 "@webassemblyjs/helper-buffer": "1.11.1",
4521 "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
4522 "@webassemblyjs/wasm-gen": "1.11.1"
4523 }
4524 },
4525 "node_modules/@webassemblyjs/ieee754": {
4526 "version": "1.11.1",
4527 "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
4528 "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
4529 "dependencies": {
4530 "@xtuc/ieee754": "^1.2.0"
4531 }
4532 },
4533 "node_modules/@webassemblyjs/leb128": {
4534 "version": "1.11.1",
4535 "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
4536 "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
4537 "dependencies": {
4538 "@xtuc/long": "4.2.2"
4539 }
4540 },
4541 "node_modules/@webassemblyjs/utf8": {
4542 "version": "1.11.1",
4543 "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz",
4544 "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ=="
4545 },
4546 "node_modules/@webassemblyjs/wasm-edit": {
4547 "version": "1.11.1",
4548 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz",
4549 "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==",
4550 "dependencies": {
4551 "@webassemblyjs/ast": "1.11.1",
4552 "@webassemblyjs/helper-buffer": "1.11.1",
4553 "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
4554 "@webassemblyjs/helper-wasm-section": "1.11.1",
4555 "@webassemblyjs/wasm-gen": "1.11.1",
4556 "@webassemblyjs/wasm-opt": "1.11.1",
4557 "@webassemblyjs/wasm-parser": "1.11.1",
4558 "@webassemblyjs/wast-printer": "1.11.1"
4559 }
4560 },
4561 "node_modules/@webassemblyjs/wasm-gen": {
4562 "version": "1.11.1",
4563 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz",
4564 "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==",
4565 "dependencies": {
4566 "@webassemblyjs/ast": "1.11.1",
4567 "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
4568 "@webassemblyjs/ieee754": "1.11.1",
4569 "@webassemblyjs/leb128": "1.11.1",
4570 "@webassemblyjs/utf8": "1.11.1"
4571 }
4572 },
4573 "node_modules/@webassemblyjs/wasm-opt": {
4574 "version": "1.11.1",
4575 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz",
4576 "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==",
4577 "dependencies": {
4578 "@webassemblyjs/ast": "1.11.1",
4579 "@webassemblyjs/helper-buffer": "1.11.1",
4580 "@webassemblyjs/wasm-gen": "1.11.1",
4581 "@webassemblyjs/wasm-parser": "1.11.1"
4582 }
4583 },
4584 "node_modules/@webassemblyjs/wasm-parser": {
4585 "version": "1.11.1",
4586 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
4587 "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
4588 "dependencies": {
4589 "@webassemblyjs/ast": "1.11.1",
4590 "@webassemblyjs/helper-api-error": "1.11.1",
4591 "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
4592 "@webassemblyjs/ieee754": "1.11.1",
4593 "@webassemblyjs/leb128": "1.11.1",
4594 "@webassemblyjs/utf8": "1.11.1"
4595 }
4596 },
4597 "node_modules/@webassemblyjs/wast-printer": {
4598 "version": "1.11.1",
4599 "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz",
4600 "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
4601 "dependencies": {
4602 "@webassemblyjs/ast": "1.11.1",
4603 "@xtuc/long": "4.2.2"
4604 }
4605 },
4606 "node_modules/@xtuc/ieee754": {
4607 "version": "1.2.0",
4608 "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
4609 "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
4610 },
4611 "node_modules/@xtuc/long": {
4612 "version": "4.2.2",
4613 "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
4614 "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
4615 },
4616 "node_modules/abab": {
4617 "version": "2.0.6",
4618 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
4619 "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA=="
4620 },
4621 "node_modules/accepts": {
4622 "version": "1.3.8",
4623 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
4624 "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
4625 "dependencies": {
4626 "mime-types": "~2.1.34",
4627 "negotiator": "0.6.3"
4628 },
4629 "engines": {
4630 "node": ">= 0.6"
4631 }
4632 },
4633 "node_modules/acorn": {
4634 "version": "8.8.2",
4635 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
4636 "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",
4637 "bin": {
4638 "acorn": "bin/acorn"
4639 },
4640 "engines": {
4641 "node": ">=0.4.0"
4642 }
4643 },
4644 "node_modules/acorn-globals": {
4645 "version": "6.0.0",
4646 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
4647 "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
4648 "dependencies": {
4649 "acorn": "^7.1.1",
4650 "acorn-walk": "^7.1.1"
4651 }
4652 },
4653 "node_modules/acorn-globals/node_modules/acorn": {
4654 "version": "7.4.1",
4655 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
4656 "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
4657 "bin": {
4658 "acorn": "bin/acorn"
4659 },
4660 "engines": {
4661 "node": ">=0.4.0"
4662 }
4663 },
4664 "node_modules/acorn-import-assertions": {
4665 "version": "1.8.0",
4666 "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
4667 "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
4668 "peerDependencies": {
4669 "acorn": "^8"
4670 }
4671 },
4672 "node_modules/acorn-jsx": {
4673 "version": "5.3.2",
4674 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
4675 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
4676 "peerDependencies": {
4677 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
4678 }
4679 },
4680 "node_modules/acorn-node": {
4681 "version": "1.8.2",
4682 "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
4683 "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==",
4684 "dependencies": {
4685 "acorn": "^7.0.0",
4686 "acorn-walk": "^7.0.0",
4687 "xtend": "^4.0.2"
4688 }
4689 },
4690 "node_modules/acorn-node/node_modules/acorn": {
4691 "version": "7.4.1",
4692 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
4693 "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
4694 "bin": {
4695 "acorn": "bin/acorn"
4696 },
4697 "engines": {
4698 "node": ">=0.4.0"
4699 }
4700 },
4701 "node_modules/acorn-walk": {
4702 "version": "7.2.0",
4703 "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
4704 "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
4705 "engines": {
4706 "node": ">=0.4.0"
4707 }
4708 },
4709 "node_modules/address": {
4710 "version": "1.2.2",
4711 "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz",
4712 "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
4713 "engines": {
4714 "node": ">= 10.0.0"
4715 }
4716 },
4717 "node_modules/adjust-sourcemap-loader": {
4718 "version": "4.0.0",
4719 "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
4720 "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
4721 "dependencies": {
4722 "loader-utils": "^2.0.0",
4723 "regex-parser": "^2.2.11"
4724 },
4725 "engines": {
4726 "node": ">=8.9"
4727 }
4728 },
4729 "node_modules/agent-base": {
4730 "version": "6.0.2",
4731 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
4732 "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
4733 "dependencies": {
4734 "debug": "4"
4735 },
4736 "engines": {
4737 "node": ">= 6.0.0"
4738 }
4739 },
4740 "node_modules/ajv": {
4741 "version": "6.12.6",
4742 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
4743 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
4744 "dependencies": {
4745 "fast-deep-equal": "^3.1.1",
4746 "fast-json-stable-stringify": "^2.0.0",
4747 "json-schema-traverse": "^0.4.1",
4748 "uri-js": "^4.2.2"
4749 },
4750 "funding": {
4751 "type": "github",
4752 "url": "https://github.com/sponsors/epoberezkin"
4753 }
4754 },
4755 "node_modules/ajv-formats": {
4756 "version": "2.1.1",
4757 "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
4758 "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
4759 "dependencies": {
4760 "ajv": "^8.0.0"
4761 },
4762 "peerDependencies": {
4763 "ajv": "^8.0.0"
4764 },
4765 "peerDependenciesMeta": {
4766 "ajv": {
4767 "optional": true
4768 }
4769 }
4770 },
4771 "node_modules/ajv-formats/node_modules/ajv": {
4772 "version": "8.12.0",
4773 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
4774 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
4775 "dependencies": {
4776 "fast-deep-equal": "^3.1.1",
4777 "json-schema-traverse": "^1.0.0",
4778 "require-from-string": "^2.0.2",
4779 "uri-js": "^4.2.2"
4780 },
4781 "funding": {
4782 "type": "github",
4783 "url": "https://github.com/sponsors/epoberezkin"
4784 }
4785 },
4786 "node_modules/ajv-formats/node_modules/json-schema-traverse": {
4787 "version": "1.0.0",
4788 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
4789 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
4790 },
4791 "node_modules/ajv-keywords": {
4792 "version": "3.5.2",
4793 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
4794 "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
4795 "peerDependencies": {
4796 "ajv": "^6.9.1"
4797 }
4798 },
4799 "node_modules/ansi-escapes": {
4800 "version": "4.3.2",
4801 "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
4802 "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
4803 "dependencies": {
4804 "type-fest": "^0.21.3"
4805 },
4806 "engines": {
4807 "node": ">=8"
4808 },
4809 "funding": {
4810 "url": "https://github.com/sponsors/sindresorhus"
4811 }
4812 },
4813 "node_modules/ansi-html-community": {
4814 "version": "0.0.8",
4815 "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
4816 "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
4817 "engines": [
4818 "node >= 0.8.0"
4819 ],
4820 "bin": {
4821 "ansi-html": "bin/ansi-html"
4822 }
4823 },
4824 "node_modules/ansi-regex": {
4825 "version": "5.0.1",
4826 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4827 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4828 "engines": {
4829 "node": ">=8"
4830 }
4831 },
4832 "node_modules/ansi-styles": {
4833 "version": "3.2.1",
4834 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
4835 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
4836 "dependencies": {
4837 "color-convert": "^1.9.0"
4838 },
4839 "engines": {
4840 "node": ">=4"
4841 }
4842 },
4843 "node_modules/anymatch": {
4844 "version": "3.1.3",
4845 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
4846 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
4847 "dependencies": {
4848 "normalize-path": "^3.0.0",
4849 "picomatch": "^2.0.4"
4850 },
4851 "engines": {
4852 "node": ">= 8"
4853 }
4854 },
4855 "node_modules/arg": {
4856 "version": "5.0.2",
4857 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
4858 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
4859 },
4860 "node_modules/argparse": {
4861 "version": "1.0.10",
4862 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4863 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4864 "dependencies": {
4865 "sprintf-js": "~1.0.2"
4866 }
4867 },
4868 "node_modules/aria-query": {
4869 "version": "5.1.3",
4870 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
4871 "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
4872 "dependencies": {
4873 "deep-equal": "^2.0.5"
4874 }
4875 },
4876 "node_modules/array-flatten": {
4877 "version": "2.1.2",
4878 "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
4879 "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
4880 },
4881 "node_modules/array-includes": {
4882 "version": "3.1.6",
4883 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
4884 "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
4885 "dependencies": {
4886 "call-bind": "^1.0.2",
4887 "define-properties": "^1.1.4",
4888 "es-abstract": "^1.20.4",
4889 "get-intrinsic": "^1.1.3",
4890 "is-string": "^1.0.7"
4891 },
4892 "engines": {
4893 "node": ">= 0.4"
4894 },
4895 "funding": {
4896 "url": "https://github.com/sponsors/ljharb"
4897 }
4898 },
4899 "node_modules/array-union": {
4900 "version": "2.1.0",
4901 "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
4902 "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
4903 "engines": {
4904 "node": ">=8"
4905 }
4906 },
4907 "node_modules/array.prototype.flat": {
4908 "version": "1.3.1",
4909 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
4910 "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
4911 "dependencies": {
4912 "call-bind": "^1.0.2",
4913 "define-properties": "^1.1.4",
4914 "es-abstract": "^1.20.4",
4915 "es-shim-unscopables": "^1.0.0"
4916 },
4917 "engines": {
4918 "node": ">= 0.4"
4919 },
4920 "funding": {
4921 "url": "https://github.com/sponsors/ljharb"
4922 }
4923 },
4924 "node_modules/array.prototype.flatmap": {
4925 "version": "1.3.1",
4926 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
4927 "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
4928 "dependencies": {
4929 "call-bind": "^1.0.2",
4930 "define-properties": "^1.1.4",
4931 "es-abstract": "^1.20.4",
4932 "es-shim-unscopables": "^1.0.0"
4933 },
4934 "engines": {
4935 "node": ">= 0.4"
4936 },
4937 "funding": {
4938 "url": "https://github.com/sponsors/ljharb"
4939 }
4940 },
4941 "node_modules/array.prototype.reduce": {
4942 "version": "1.0.5",
4943 "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz",
4944 "integrity": "sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==",
4945 "dependencies": {
4946 "call-bind": "^1.0.2",
4947 "define-properties": "^1.1.4",
4948 "es-abstract": "^1.20.4",
4949 "es-array-method-boxes-properly": "^1.0.0",
4950 "is-string": "^1.0.7"
4951 },
4952 "engines": {
4953 "node": ">= 0.4"
4954 },
4955 "funding": {
4956 "url": "https://github.com/sponsors/ljharb"
4957 }
4958 },
4959 "node_modules/array.prototype.tosorted": {
4960 "version": "1.1.1",
4961 "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz",
4962 "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==",
4963 "dependencies": {
4964 "call-bind": "^1.0.2",
4965 "define-properties": "^1.1.4",
4966 "es-abstract": "^1.20.4",
4967 "es-shim-unscopables": "^1.0.0",
4968 "get-intrinsic": "^1.1.3"
4969 }
4970 },
4971 "node_modules/asap": {
4972 "version": "2.0.6",
4973 "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
4974 "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
4975 },
4976 "node_modules/ast-types-flow": {
4977 "version": "0.0.7",
4978 "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
4979 "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag=="
4980 },
4981 "node_modules/async": {
4982 "version": "3.2.4",
4983 "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
4984 "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
4985 },
4986 "node_modules/asynckit": {
4987 "version": "0.4.0",
4988 "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
4989 "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
4990 },
4991 "node_modules/at-least-node": {
4992 "version": "1.0.0",
4993 "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
4994 "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
4995 "engines": {
4996 "node": ">= 4.0.0"
4997 }
4998 },
4999 "node_modules/autoprefixer": {
5000 "version": "10.4.13",
5001 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz",
5002 "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==",
5003 "funding": [
5004 {
5005 "type": "opencollective",
5006 "url": "https://opencollective.com/postcss/"
5007 },
5008 {
5009 "type": "tidelift",
5010 "url": "https://tidelift.com/funding/github/npm/autoprefixer"
5011 }
5012 ],
5013 "dependencies": {
5014 "browserslist": "^4.21.4",
5015 "caniuse-lite": "^1.0.30001426",
5016 "fraction.js": "^4.2.0",
5017 "normalize-range": "^0.1.2",
5018 "picocolors": "^1.0.0",
5019 "postcss-value-parser": "^4.2.0"
5020 },
5021 "bin": {
5022 "autoprefixer": "bin/autoprefixer"
5023 },
5024 "engines": {
5025 "node": "^10 || ^12 || >=14"
5026 },
5027 "peerDependencies": {
5028 "postcss": "^8.1.0"
5029 }
5030 },
5031 "node_modules/available-typed-arrays": {
5032 "version": "1.0.5",
5033 "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
5034 "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
5035 "engines": {
5036 "node": ">= 0.4"
5037 },
5038 "funding": {
5039 "url": "https://github.com/sponsors/ljharb"
5040 }
5041 },
5042 "node_modules/axe-core": {
5043 "version": "4.6.3",
5044 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.3.tgz",
5045 "integrity": "sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==",
5046 "engines": {
5047 "node": ">=4"
5048 }
5049 },
5050 "node_modules/axobject-query": {
5051 "version": "3.1.1",
5052 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz",
5053 "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==",
5054 "dependencies": {
5055 "deep-equal": "^2.0.5"
5056 }
5057 },
5058 "node_modules/babel-jest": {
5059 "version": "27.5.1",
5060 "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
5061 "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
5062 "dependencies": {
5063 "@jest/transform": "^27.5.1",
5064 "@jest/types": "^27.5.1",
5065 "@types/babel__core": "^7.1.14",
5066 "babel-plugin-istanbul": "^6.1.1",
5067 "babel-preset-jest": "^27.5.1",
5068 "chalk": "^4.0.0",
5069 "graceful-fs": "^4.2.9",
5070 "slash": "^3.0.0"
5071 },
5072 "engines": {
5073 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5074 },
5075 "peerDependencies": {
5076 "@babel/core": "^7.8.0"
5077 }
5078 },
5079 "node_modules/babel-jest/node_modules/ansi-styles": {
5080 "version": "4.3.0",
5081 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5082 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5083 "dependencies": {
5084 "color-convert": "^2.0.1"
5085 },
5086 "engines": {
5087 "node": ">=8"
5088 },
5089 "funding": {
5090 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5091 }
5092 },
5093 "node_modules/babel-jest/node_modules/chalk": {
5094 "version": "4.1.2",
5095 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
5096 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
5097 "dependencies": {
5098 "ansi-styles": "^4.1.0",
5099 "supports-color": "^7.1.0"
5100 },
5101 "engines": {
5102 "node": ">=10"
5103 },
5104 "funding": {
5105 "url": "https://github.com/chalk/chalk?sponsor=1"
5106 }
5107 },
5108 "node_modules/babel-jest/node_modules/color-convert": {
5109 "version": "2.0.1",
5110 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
5111 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
5112 "dependencies": {
5113 "color-name": "~1.1.4"
5114 },
5115 "engines": {
5116 "node": ">=7.0.0"
5117 }
5118 },
5119 "node_modules/babel-jest/node_modules/color-name": {
5120 "version": "1.1.4",
5121 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
5122 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
5123 },
5124 "node_modules/babel-jest/node_modules/has-flag": {
5125 "version": "4.0.0",
5126 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
5127 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
5128 "engines": {
5129 "node": ">=8"
5130 }
5131 },
5132 "node_modules/babel-jest/node_modules/supports-color": {
5133 "version": "7.2.0",
5134 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
5135 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
5136 "dependencies": {
5137 "has-flag": "^4.0.0"
5138 },
5139 "engines": {
5140 "node": ">=8"
5141 }
5142 },
5143 "node_modules/babel-loader": {
5144 "version": "8.3.0",
5145 "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz",
5146 "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==",
5147 "dependencies": {
5148 "find-cache-dir": "^3.3.1",
5149 "loader-utils": "^2.0.0",
5150 "make-dir": "^3.1.0",
5151 "schema-utils": "^2.6.5"
5152 },
5153 "engines": {
5154 "node": ">= 8.9"
5155 },
5156 "peerDependencies": {
5157 "@babel/core": "^7.0.0",
5158 "webpack": ">=2"
5159 }
5160 },
5161 "node_modules/babel-loader/node_modules/schema-utils": {
5162 "version": "2.7.1",
5163 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
5164 "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
5165 "dependencies": {
5166 "@types/json-schema": "^7.0.5",
5167 "ajv": "^6.12.4",
5168 "ajv-keywords": "^3.5.2"
5169 },
5170 "engines": {
5171 "node": ">= 8.9.0"
5172 },
5173 "funding": {
5174 "type": "opencollective",
5175 "url": "https://opencollective.com/webpack"
5176 }
5177 },
5178 "node_modules/babel-plugin-istanbul": {
5179 "version": "6.1.1",
5180 "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
5181 "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
5182 "dependencies": {
5183 "@babel/helper-plugin-utils": "^7.0.0",
5184 "@istanbuljs/load-nyc-config": "^1.0.0",
5185 "@istanbuljs/schema": "^0.1.2",
5186 "istanbul-lib-instrument": "^5.0.4",
5187 "test-exclude": "^6.0.0"
5188 },
5189 "engines": {
5190 "node": ">=8"
5191 }
5192 },
5193 "node_modules/babel-plugin-jest-hoist": {
5194 "version": "27.5.1",
5195 "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
5196 "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
5197 "dependencies": {
5198 "@babel/template": "^7.3.3",
5199 "@babel/types": "^7.3.3",
5200 "@types/babel__core": "^7.0.0",
5201 "@types/babel__traverse": "^7.0.6"
5202 },
5203 "engines": {
5204 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5205 }
5206 },
5207 "node_modules/babel-plugin-macros": {
5208 "version": "3.1.0",
5209 "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
5210 "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
5211 "dependencies": {
5212 "@babel/runtime": "^7.12.5",
5213 "cosmiconfig": "^7.0.0",
5214 "resolve": "^1.19.0"
5215 },
5216 "engines": {
5217 "node": ">=10",
5218 "npm": ">=6"
5219 }
5220 },
5221 "node_modules/babel-plugin-named-asset-import": {
5222 "version": "0.3.8",
5223 "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz",
5224 "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==",
5225 "peerDependencies": {
5226 "@babel/core": "^7.1.0"
5227 }
5228 },
5229 "node_modules/babel-plugin-polyfill-corejs2": {
5230 "version": "0.3.3",
5231 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz",
5232 "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==",
5233 "dependencies": {
5234 "@babel/compat-data": "^7.17.7",
5235 "@babel/helper-define-polyfill-provider": "^0.3.3",
5236 "semver": "^6.1.1"
5237 },
5238 "peerDependencies": {
5239 "@babel/core": "^7.0.0-0"
5240 }
5241 },
5242 "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
5243 "version": "6.3.0",
5244 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
5245 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
5246 "bin": {
5247 "semver": "bin/semver.js"
5248 }
5249 },
5250 "node_modules/babel-plugin-polyfill-corejs3": {
5251 "version": "0.6.0",
5252 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz",
5253 "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==",
5254 "dependencies": {
5255 "@babel/helper-define-polyfill-provider": "^0.3.3",
5256 "core-js-compat": "^3.25.1"
5257 },
5258 "peerDependencies": {
5259 "@babel/core": "^7.0.0-0"
5260 }
5261 },
5262 "node_modules/babel-plugin-polyfill-regenerator": {
5263 "version": "0.4.1",
5264 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz",
5265 "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==",
5266 "dependencies": {
5267 "@babel/helper-define-polyfill-provider": "^0.3.3"
5268 },
5269 "peerDependencies": {
5270 "@babel/core": "^7.0.0-0"
5271 }
5272 },
5273 "node_modules/babel-plugin-transform-react-remove-prop-types": {
5274 "version": "0.4.24",
5275 "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
5276 "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
5277 },
5278 "node_modules/babel-preset-current-node-syntax": {
5279 "version": "1.0.1",
5280 "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
5281 "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
5282 "dependencies": {
5283 "@babel/plugin-syntax-async-generators": "^7.8.4",
5284 "@babel/plugin-syntax-bigint": "^7.8.3",
5285 "@babel/plugin-syntax-class-properties": "^7.8.3",
5286 "@babel/plugin-syntax-import-meta": "^7.8.3",
5287 "@babel/plugin-syntax-json-strings": "^7.8.3",
5288 "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
5289 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
5290 "@babel/plugin-syntax-numeric-separator": "^7.8.3",
5291 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
5292 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
5293 "@babel/plugin-syntax-optional-chaining": "^7.8.3",
5294 "@babel/plugin-syntax-top-level-await": "^7.8.3"
5295 },
5296 "peerDependencies": {
5297 "@babel/core": "^7.0.0"
5298 }
5299 },
5300 "node_modules/babel-preset-jest": {
5301 "version": "27.5.1",
5302 "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
5303 "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
5304 "dependencies": {
5305 "babel-plugin-jest-hoist": "^27.5.1",
5306 "babel-preset-current-node-syntax": "^1.0.0"
5307 },
5308 "engines": {
5309 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
5310 },
5311 "peerDependencies": {
5312 "@babel/core": "^7.0.0"
5313 }
5314 },
5315 "node_modules/babel-preset-react-app": {
5316 "version": "10.0.1",
5317 "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz",
5318 "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==",
5319 "dependencies": {
5320 "@babel/core": "^7.16.0",
5321 "@babel/plugin-proposal-class-properties": "^7.16.0",
5322 "@babel/plugin-proposal-decorators": "^7.16.4",
5323 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
5324 "@babel/plugin-proposal-numeric-separator": "^7.16.0",
5325 "@babel/plugin-proposal-optional-chaining": "^7.16.0",
5326 "@babel/plugin-proposal-private-methods": "^7.16.0",
5327 "@babel/plugin-transform-flow-strip-types": "^7.16.0",
5328 "@babel/plugin-transform-react-display-name": "^7.16.0",
5329 "@babel/plugin-transform-runtime": "^7.16.4",
5330 "@babel/preset-env": "^7.16.4",
5331 "@babel/preset-react": "^7.16.0",
5332 "@babel/preset-typescript": "^7.16.0",
5333 "@babel/runtime": "^7.16.3",
5334 "babel-plugin-macros": "^3.1.0",
5335 "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
5336 }
5337 },
5338 "node_modules/balanced-match": {
5339 "version": "1.0.2",
5340 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
5341 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
5342 },
5343 "node_modules/batch": {
5344 "version": "0.6.1",
5345 "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
5346 "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw=="
5347 },
5348 "node_modules/bfj": {
5349 "version": "7.0.2",
5350 "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
5351 "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
5352 "dependencies": {
5353 "bluebird": "^3.5.5",
5354 "check-types": "^11.1.1",
5355 "hoopy": "^0.1.4",
5356 "tryer": "^1.0.1"
5357 },
5358 "engines": {
5359 "node": ">= 8.0.0"
5360 }
5361 },
5362 "node_modules/big.js": {
5363 "version": "5.2.2",
5364 "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
5365 "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
5366 "engines": {
5367 "node": "*"
5368 }
5369 },
5370 "node_modules/binary-extensions": {
5371 "version": "2.2.0",
5372 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
5373 "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
5374 "engines": {
5375 "node": ">=8"
5376 }
5377 },
5378 "node_modules/bluebird": {
5379 "version": "3.7.2",
5380 "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
5381 "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
5382 },
5383 "node_modules/body-parser": {
5384 "version": "1.20.1",
5385 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz",
5386 "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
5387 "dependencies": {
5388 "bytes": "3.1.2",
5389 "content-type": "~1.0.4",
5390 "debug": "2.6.9",
5391 "depd": "2.0.0",
5392 "destroy": "1.2.0",
5393 "http-errors": "2.0.0",
5394 "iconv-lite": "0.4.24",
5395 "on-finished": "2.4.1",
5396 "qs": "6.11.0",
5397 "raw-body": "2.5.1",
5398 "type-is": "~1.6.18",
5399 "unpipe": "1.0.0"
5400 },
5401 "engines": {
5402 "node": ">= 0.8",
5403 "npm": "1.2.8000 || >= 1.4.16"
5404 }
5405 },
5406 "node_modules/body-parser/node_modules/bytes": {
5407 "version": "3.1.2",
5408 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
5409 "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
5410 "engines": {
5411 "node": ">= 0.8"
5412 }
5413 },
5414 "node_modules/body-parser/node_modules/debug": {
5415 "version": "2.6.9",
5416 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
5417 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
5418 "dependencies": {
5419 "ms": "2.0.0"
5420 }
5421 },
5422 "node_modules/body-parser/node_modules/iconv-lite": {
5423 "version": "0.4.24",
5424 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
5425 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
5426 "dependencies": {
5427 "safer-buffer": ">= 2.1.2 < 3"
5428 },
5429 "engines": {
5430 "node": ">=0.10.0"
5431 }
5432 },
5433 "node_modules/body-parser/node_modules/ms": {
5434 "version": "2.0.0",
5435 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
5436 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
5437 },
5438 "node_modules/bonjour-service": {
5439 "version": "1.1.0",
5440 "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.0.tgz",
5441 "integrity": "sha512-LVRinRB3k1/K0XzZ2p58COnWvkQknIY6sf0zF2rpErvcJXpMBttEPQSxK+HEXSS9VmpZlDoDnQWv8ftJT20B0Q==",
5442 "dependencies": {
5443 "array-flatten": "^2.1.2",
5444 "dns-equal": "^1.0.0",
5445 "fast-deep-equal": "^3.1.3",
5446 "multicast-dns": "^7.2.5"
5447 }
5448 },
5449 "node_modules/boolbase": {
5450 "version": "1.0.0",
5451 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
5452 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
5453 },
5454 "node_modules/brace-expansion": {
5455 "version": "1.1.11",
5456 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
5457 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
5458 "dependencies": {
5459 "balanced-match": "^1.0.0",
5460 "concat-map": "0.0.1"
5461 }
5462 },
5463 "node_modules/braces": {
5464 "version": "3.0.2",
5465 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
5466 "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
5467 "dependencies": {
5468 "fill-range": "^7.0.1"
5469 },
5470 "engines": {
5471 "node": ">=8"
5472 }
5473 },
5474 "node_modules/browser-process-hrtime": {
5475 "version": "1.0.0",
5476 "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
5477 "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
5478 },
5479 "node_modules/browserslist": {
5480 "version": "4.21.5",
5481 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz",
5482 "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==",
5483 "funding": [
5484 {
5485 "type": "opencollective",
5486 "url": "https://opencollective.com/browserslist"
5487 },
5488 {
5489 "type": "tidelift",
5490 "url": "https://tidelift.com/funding/github/npm/browserslist"
5491 }
5492 ],
5493 "dependencies": {
5494 "caniuse-lite": "^1.0.30001449",
5495 "electron-to-chromium": "^1.4.284",
5496 "node-releases": "^2.0.8",
5497 "update-browserslist-db": "^1.0.10"
5498 },
5499 "bin": {
5500 "browserslist": "cli.js"
5501 },
5502 "engines": {
5503 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
5504 }
5505 },
5506 "node_modules/bser": {
5507 "version": "2.1.1",
5508 "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
5509 "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
5510 "dependencies": {
5511 "node-int64": "^0.4.0"
5512 }
5513 },
5514 "node_modules/buffer-from": {
5515 "version": "1.1.2",
5516 "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
5517 "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
5518 },
5519 "node_modules/builtin-modules": {
5520 "version": "3.3.0",
5521 "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
5522 "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
5523 "engines": {
5524 "node": ">=6"
5525 },
5526 "funding": {
5527 "url": "https://github.com/sponsors/sindresorhus"
5528 }
5529 },
5530 "node_modules/bytes": {
5531 "version": "3.0.0",
5532 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
5533 "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
5534 "engines": {
5535 "node": ">= 0.8"
5536 }
5537 },
5538 "node_modules/call-bind": {
5539 "version": "1.0.2",
5540 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
5541 "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
5542 "dependencies": {
5543 "function-bind": "^1.1.1",
5544 "get-intrinsic": "^1.0.2"
5545 },
5546 "funding": {
5547 "url": "https://github.com/sponsors/ljharb"
5548 }
5549 },
5550 "node_modules/callsites": {
5551 "version": "3.1.0",
5552 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
5553 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
5554 "engines": {
5555 "node": ">=6"
5556 }
5557 },
5558 "node_modules/camel-case": {
5559 "version": "4.1.2",
5560 "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
5561 "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
5562 "dependencies": {
5563 "pascal-case": "^3.1.2",
5564 "tslib": "^2.0.3"
5565 }
5566 },
5567 "node_modules/camelcase": {
5568 "version": "6.3.0",
5569 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
5570 "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
5571 "engines": {
5572 "node": ">=10"
5573 },
5574 "funding": {
5575 "url": "https://github.com/sponsors/sindresorhus"
5576 }
5577 },
5578 "node_modules/camelcase-css": {
5579 "version": "2.0.1",
5580 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
5581 "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
5582 "engines": {
5583 "node": ">= 6"
5584 }
5585 },
5586 "node_modules/caniuse-api": {
5587 "version": "3.0.0",
5588 "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
5589 "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
5590 "dependencies": {
5591 "browserslist": "^4.0.0",
5592 "caniuse-lite": "^1.0.0",
5593 "lodash.memoize": "^4.1.2",
5594 "lodash.uniq": "^4.5.0"
5595 }
5596 },
5597 "node_modules/caniuse-lite": {
5598 "version": "1.0.30001456",
5599 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001456.tgz",
5600 "integrity": "sha512-XFHJY5dUgmpMV25UqaD4kVq2LsiaU5rS8fb0f17pCoXQiQslzmFgnfOxfvo1bTpTqf7dwG/N/05CnLCnOEKmzA==",
5601 "funding": [
5602 {
5603 "type": "opencollective",
5604 "url": "https://opencollective.com/browserslist"
5605 },
5606 {
5607 "type": "tidelift",
5608 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
5609 }
5610 ]
5611 },
5612 "node_modules/case-sensitive-paths-webpack-plugin": {
5613 "version": "2.4.0",
5614 "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
5615 "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
5616 "engines": {
5617 "node": ">=4"
5618 }
5619 },
5620 "node_modules/chalk": {
5621 "version": "2.4.2",
5622 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
5623 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
5624 "dependencies": {
5625 "ansi-styles": "^3.2.1",
5626 "escape-string-regexp": "^1.0.5",
5627 "supports-color": "^5.3.0"
5628 },
5629 "engines": {
5630 "node": ">=4"
5631 }
5632 },
5633 "node_modules/char-regex": {
5634 "version": "1.0.2",
5635 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
5636 "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
5637 "engines": {
5638 "node": ">=10"
5639 }
5640 },
5641 "node_modules/check-types": {
5642 "version": "11.2.2",
5643 "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.2.tgz",
5644 "integrity": "sha512-HBiYvXvn9Z70Z88XKjz3AEKd4HJhBXsa3j7xFnITAzoS8+q6eIGi8qDB8FKPBAjtuxjI/zFpwuiCb8oDtKOYrA=="
5645 },
5646 "node_modules/chokidar": {
5647 "version": "3.5.3",
5648 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
5649 "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
5650 "funding": [
5651 {
5652 "type": "individual",
5653 "url": "https://paulmillr.com/funding/"
5654 }
5655 ],
5656 "dependencies": {
5657 "anymatch": "~3.1.2",
5658 "braces": "~3.0.2",
5659 "glob-parent": "~5.1.2",
5660 "is-binary-path": "~2.1.0",
5661 "is-glob": "~4.0.1",
5662 "normalize-path": "~3.0.0",
5663 "readdirp": "~3.6.0"
5664 },
5665 "engines": {
5666 "node": ">= 8.10.0"
5667 },
5668 "optionalDependencies": {
5669 "fsevents": "~2.3.2"
5670 }
5671 },
5672 "node_modules/chokidar/node_modules/glob-parent": {
5673 "version": "5.1.2",
5674 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
5675 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
5676 "dependencies": {
5677 "is-glob": "^4.0.1"
5678 },
5679 "engines": {
5680 "node": ">= 6"
5681 }
5682 },
5683 "node_modules/chrome-trace-event": {
5684 "version": "1.0.3",
5685 "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
5686 "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
5687 "engines": {
5688 "node": ">=6.0"
5689 }
5690 },
5691 "node_modules/ci-info": {
5692 "version": "3.8.0",
5693 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
5694 "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
5695 "funding": [
5696 {
5697 "type": "github",
5698 "url": "https://github.com/sponsors/sibiraj-s"
5699 }
5700 ],
5701 "engines": {
5702 "node": ">=8"
5703 }
5704 },
5705 "node_modules/cjs-module-lexer": {
5706 "version": "1.2.2",
5707 "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
5708 "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA=="
5709 },
5710 "node_modules/clean-css": {
5711 "version": "5.3.2",
5712 "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz",
5713 "integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==",
5714 "dependencies": {
5715 "source-map": "~0.6.0"
5716 },
5717 "engines": {
5718 "node": ">= 10.0"
5719 }
5720 },
5721 "node_modules/clean-css/node_modules/source-map": {
5722 "version": "0.6.1",
5723 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
5724 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
5725 "engines": {
5726 "node": ">=0.10.0"
5727 }
5728 },
5729 "node_modules/cliui": {
5730 "version": "7.0.4",
5731 "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
5732 "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
5733 "dependencies": {
5734 "string-width": "^4.2.0",
5735 "strip-ansi": "^6.0.0",
5736 "wrap-ansi": "^7.0.0"
5737 }
5738 },
5739 "node_modules/co": {
5740 "version": "4.6.0",
5741 "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
5742 "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
5743 "engines": {
5744 "iojs": ">= 1.0.0",
5745 "node": ">= 0.12.0"
5746 }
5747 },
5748 "node_modules/coa": {
5749 "version": "2.0.2",
5750 "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
5751 "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
5752 "dependencies": {
5753 "@types/q": "^1.5.1",
5754 "chalk": "^2.4.1",
5755 "q": "^1.1.2"
5756 },
5757 "engines": {
5758 "node": ">= 4.0"
5759 }
5760 },
5761 "node_modules/collect-v8-coverage": {
5762 "version": "1.0.1",
5763 "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
5764 "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
5765 },
5766 "node_modules/color-convert": {
5767 "version": "1.9.3",
5768 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
5769 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
5770 "dependencies": {
5771 "color-name": "1.1.3"
5772 }
5773 },
5774 "node_modules/color-name": {
5775 "version": "1.1.3",
5776 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
5777 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
5778 },
5779 "node_modules/colord": {
5780 "version": "2.9.3",
5781 "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
5782 "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw=="
5783 },
5784 "node_modules/colorette": {
5785 "version": "2.0.19",
5786 "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz",
5787 "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ=="
5788 },
5789 "node_modules/combined-stream": {
5790 "version": "1.0.8",
5791 "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
5792 "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
5793 "dependencies": {
5794 "delayed-stream": "~1.0.0"
5795 },
5796 "engines": {
5797 "node": ">= 0.8"
5798 }
5799 },
5800 "node_modules/commander": {
5801 "version": "8.3.0",
5802 "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
5803 "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
5804 "engines": {
5805 "node": ">= 12"
5806 }
5807 },
5808 "node_modules/common-path-prefix": {
5809 "version": "3.0.0",
5810 "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
5811 "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
5812 },
5813 "node_modules/common-tags": {
5814 "version": "1.8.2",
5815 "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
5816 "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
5817 "engines": {
5818 "node": ">=4.0.0"
5819 }
5820 },
5821 "node_modules/commondir": {
5822 "version": "1.0.1",
5823 "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
5824 "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
5825 },
5826 "node_modules/compressible": {
5827 "version": "2.0.18",
5828 "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
5829 "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
5830 "dependencies": {
5831 "mime-db": ">= 1.43.0 < 2"
5832 },
5833 "engines": {
5834 "node": ">= 0.6"
5835 }
5836 },
5837 "node_modules/compression": {
5838 "version": "1.7.4",
5839 "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
5840 "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
5841 "dependencies": {
5842 "accepts": "~1.3.5",
5843 "bytes": "3.0.0",
5844 "compressible": "~2.0.16",
5845 "debug": "2.6.9",
5846 "on-headers": "~1.0.2",
5847 "safe-buffer": "5.1.2",
5848 "vary": "~1.1.2"
5849 },
5850 "engines": {
5851 "node": ">= 0.8.0"
5852 }
5853 },
5854 "node_modules/compression/node_modules/debug": {
5855 "version": "2.6.9",
5856 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
5857 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
5858 "dependencies": {
5859 "ms": "2.0.0"
5860 }
5861 },
5862 "node_modules/compression/node_modules/ms": {
5863 "version": "2.0.0",
5864 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
5865 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
5866 },
5867 "node_modules/compression/node_modules/safe-buffer": {
5868 "version": "5.1.2",
5869 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
5870 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
5871 },
5872 "node_modules/concat-map": {
5873 "version": "0.0.1",
5874 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
5875 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
5876 },
5877 "node_modules/confusing-browser-globals": {
5878 "version": "1.0.11",
5879 "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
5880 "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA=="
5881 },
5882 "node_modules/connect-history-api-fallback": {
5883 "version": "2.0.0",
5884 "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
5885 "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
5886 "engines": {
5887 "node": ">=0.8"
5888 }
5889 },
5890 "node_modules/content-disposition": {
5891 "version": "0.5.4",
5892 "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
5893 "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
5894 "dependencies": {
5895 "safe-buffer": "5.2.1"
5896 },
5897 "engines": {
5898 "node": ">= 0.6"
5899 }
5900 },
5901 "node_modules/content-type": {
5902 "version": "1.0.5",
5903 "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
5904 "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
5905 "engines": {
5906 "node": ">= 0.6"
5907 }
5908 },
5909 "node_modules/convert-source-map": {
5910 "version": "1.9.0",
5911 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
5912 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
5913 },
5914 "node_modules/cookie": {
5915 "version": "0.5.0",
5916 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
5917 "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
5918 "engines": {
5919 "node": ">= 0.6"
5920 }
5921 },
5922 "node_modules/cookie-signature": {
5923 "version": "1.0.6",
5924 "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
5925 "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="
5926 },
5927 "node_modules/core-js": {
5928 "version": "3.28.0",
5929 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.28.0.tgz",
5930 "integrity": "sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw==",
5931 "hasInstallScript": true,
5932 "funding": {
5933 "type": "opencollective",
5934 "url": "https://opencollective.com/core-js"
5935 }
5936 },
5937 "node_modules/core-js-compat": {
5938 "version": "3.28.0",
5939 "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.28.0.tgz",
5940 "integrity": "sha512-myzPgE7QodMg4nnd3K1TDoES/nADRStM8Gpz0D6nhkwbmwEnE0ZGJgoWsvQ722FR8D7xS0n0LV556RcEicjTyg==",
5941 "dependencies": {
5942 "browserslist": "^4.21.5"
5943 },
5944 "funding": {
5945 "type": "opencollective",
5946 "url": "https://opencollective.com/core-js"
5947 }
5948 },
5949 "node_modules/core-js-pure": {
5950 "version": "3.28.0",
5951 "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.28.0.tgz",
5952 "integrity": "sha512-DSOVleA9/v3LNj/vFxAPfUHttKTzrB2RXhAPvR5TPXn4vrra3Z2ssytvRyt8eruJwAfwAiFADEbrjcRdcvPLQQ==",
5953 "hasInstallScript": true,
5954 "funding": {
5955 "type": "opencollective",
5956 "url": "https://opencollective.com/core-js"
5957 }
5958 },
5959 "node_modules/core-util-is": {
5960 "version": "1.0.3",
5961 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
5962 "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
5963 },
5964 "node_modules/cosmiconfig": {
5965 "version": "7.1.0",
5966 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
5967 "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
5968 "dependencies": {
5969 "@types/parse-json": "^4.0.0",
5970 "import-fresh": "^3.2.1",
5971 "parse-json": "^5.0.0",
5972 "path-type": "^4.0.0",
5973 "yaml": "^1.10.0"
5974 },
5975 "engines": {
5976 "node": ">=10"
5977 }
5978 },
5979 "node_modules/cross-spawn": {
5980 "version": "7.0.3",
5981 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
5982 "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
5983 "dependencies": {
5984 "path-key": "^3.1.0",
5985 "shebang-command": "^2.0.0",
5986 "which": "^2.0.1"
5987 },
5988 "engines": {
5989 "node": ">= 8"
5990 }
5991 },
5992 "node_modules/crypto-random-string": {
5993 "version": "2.0.0",
5994 "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
5995 "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
5996 "engines": {
5997 "node": ">=8"
5998 }
5999 },
6000 "node_modules/css-blank-pseudo": {
6001 "version": "3.0.3",
6002 "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz",
6003 "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==",
6004 "dependencies": {
6005 "postcss-selector-parser": "^6.0.9"
6006 },
6007 "bin": {
6008 "css-blank-pseudo": "dist/cli.cjs"
6009 },
6010 "engines": {
6011 "node": "^12 || ^14 || >=16"
6012 },
6013 "peerDependencies": {
6014 "postcss": "^8.4"
6015 }
6016 },
6017 "node_modules/css-declaration-sorter": {
6018 "version": "6.3.1",
6019 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz",
6020 "integrity": "sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==",
6021 "engines": {
6022 "node": "^10 || ^12 || >=14"
6023 },
6024 "peerDependencies": {
6025 "postcss": "^8.0.9"
6026 }
6027 },
6028 "node_modules/css-has-pseudo": {
6029 "version": "3.0.4",
6030 "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz",
6031 "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==",
6032 "dependencies": {
6033 "postcss-selector-parser": "^6.0.9"
6034 },
6035 "bin": {
6036 "css-has-pseudo": "dist/cli.cjs"
6037 },
6038 "engines": {
6039 "node": "^12 || ^14 || >=16"
6040 },
6041 "peerDependencies": {
6042 "postcss": "^8.4"
6043 }
6044 },
6045 "node_modules/css-loader": {
6046 "version": "6.7.3",
6047 "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz",
6048 "integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==",
6049 "dependencies": {
6050 "icss-utils": "^5.1.0",
6051 "postcss": "^8.4.19",
6052 "postcss-modules-extract-imports": "^3.0.0",
6053 "postcss-modules-local-by-default": "^4.0.0",
6054 "postcss-modules-scope": "^3.0.0",
6055 "postcss-modules-values": "^4.0.0",
6056 "postcss-value-parser": "^4.2.0",
6057 "semver": "^7.3.8"
6058 },
6059 "engines": {
6060 "node": ">= 12.13.0"
6061 },
6062 "funding": {
6063 "type": "opencollective",
6064 "url": "https://opencollective.com/webpack"
6065 },
6066 "peerDependencies": {
6067 "webpack": "^5.0.0"
6068 }
6069 },
6070 "node_modules/css-minimizer-webpack-plugin": {
6071 "version": "3.4.1",
6072 "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
6073 "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==",
6074 "dependencies": {
6075 "cssnano": "^5.0.6",
6076 "jest-worker": "^27.0.2",
6077 "postcss": "^8.3.5",
6078 "schema-utils": "^4.0.0",
6079 "serialize-javascript": "^6.0.0",
6080 "source-map": "^0.6.1"
6081 },
6082 "engines": {
6083 "node": ">= 12.13.0"
6084 },
6085 "funding": {
6086 "type": "opencollective",
6087 "url": "https://opencollective.com/webpack"
6088 },
6089 "peerDependencies": {
6090 "webpack": "^5.0.0"
6091 },
6092 "peerDependenciesMeta": {
6093 "@parcel/css": {
6094 "optional": true
6095 },
6096 "clean-css": {
6097 "optional": true
6098 },
6099 "csso": {
6100 "optional": true
6101 },
6102 "esbuild": {
6103 "optional": true
6104 }
6105 }
6106 },
6107 "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": {
6108 "version": "8.12.0",
6109 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
6110 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
6111 "dependencies": {
6112 "fast-deep-equal": "^3.1.1",
6113 "json-schema-traverse": "^1.0.0",
6114 "require-from-string": "^2.0.2",
6115 "uri-js": "^4.2.2"
6116 },
6117 "funding": {
6118 "type": "github",
6119 "url": "https://github.com/sponsors/epoberezkin"
6120 }
6121 },
6122 "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": {
6123 "version": "5.1.0",
6124 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
6125 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
6126 "dependencies": {
6127 "fast-deep-equal": "^3.1.3"
6128 },
6129 "peerDependencies": {
6130 "ajv": "^8.8.2"
6131 }
6132 },
6133 "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": {
6134 "version": "1.0.0",
6135 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
6136 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
6137 },
6138 "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": {
6139 "version": "4.0.0",
6140 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
6141 "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
6142 "dependencies": {
6143 "@types/json-schema": "^7.0.9",
6144 "ajv": "^8.8.0",
6145 "ajv-formats": "^2.1.1",
6146 "ajv-keywords": "^5.0.0"
6147 },
6148 "engines": {
6149 "node": ">= 12.13.0"
6150 },
6151 "funding": {
6152 "type": "opencollective",
6153 "url": "https://opencollective.com/webpack"
6154 }
6155 },
6156 "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": {
6157 "version": "0.6.1",
6158 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
6159 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
6160 "engines": {
6161 "node": ">=0.10.0"
6162 }
6163 },
6164 "node_modules/css-prefers-color-scheme": {
6165 "version": "6.0.3",
6166 "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz",
6167 "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==",
6168 "bin": {
6169 "css-prefers-color-scheme": "dist/cli.cjs"
6170 },
6171 "engines": {
6172 "node": "^12 || ^14 || >=16"
6173 },
6174 "peerDependencies": {
6175 "postcss": "^8.4"
6176 }
6177 },
6178 "node_modules/css-select": {
6179 "version": "4.3.0",
6180 "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
6181 "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
6182 "dependencies": {
6183 "boolbase": "^1.0.0",
6184 "css-what": "^6.0.1",
6185 "domhandler": "^4.3.1",
6186 "domutils": "^2.8.0",
6187 "nth-check": "^2.0.1"
6188 },
6189 "funding": {
6190 "url": "https://github.com/sponsors/fb55"
6191 }
6192 },
6193 "node_modules/css-select-base-adapter": {
6194 "version": "0.1.1",
6195 "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
6196 "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
6197 },
6198 "node_modules/css-tree": {
6199 "version": "1.0.0-alpha.37",
6200 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
6201 "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
6202 "dependencies": {
6203 "mdn-data": "2.0.4",
6204 "source-map": "^0.6.1"
6205 },
6206 "engines": {
6207 "node": ">=8.0.0"
6208 }
6209 },
6210 "node_modules/css-tree/node_modules/source-map": {
6211 "version": "0.6.1",
6212 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
6213 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
6214 "engines": {
6215 "node": ">=0.10.0"
6216 }
6217 },
6218 "node_modules/css-what": {
6219 "version": "6.1.0",
6220 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
6221 "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
6222 "engines": {
6223 "node": ">= 6"
6224 },
6225 "funding": {
6226 "url": "https://github.com/sponsors/fb55"
6227 }
6228 },
6229 "node_modules/css.escape": {
6230 "version": "1.5.1",
6231 "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
6232 "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg=="
6233 },
6234 "node_modules/cssdb": {
6235 "version": "7.4.1",
6236 "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.4.1.tgz",
6237 "integrity": "sha512-0Q8NOMpXJ3iTDDbUv9grcmQAfdDx4qz+fN/+Md2FGbevT+6+bJNQ2LjB2YIUlLbpBTM32idU1Sb+tb/uGt6/XQ==",
6238 "funding": {
6239 "type": "opencollective",
6240 "url": "https://opencollective.com/csstools"
6241 }
6242 },
6243 "node_modules/cssesc": {
6244 "version": "3.0.0",
6245 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
6246 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
6247 "bin": {
6248 "cssesc": "bin/cssesc"
6249 },
6250 "engines": {
6251 "node": ">=4"
6252 }
6253 },
6254 "node_modules/cssnano": {
6255 "version": "5.1.15",
6256 "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz",
6257 "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==",
6258 "dependencies": {
6259 "cssnano-preset-default": "^5.2.14",
6260 "lilconfig": "^2.0.3",
6261 "yaml": "^1.10.2"
6262 },
6263 "engines": {
6264 "node": "^10 || ^12 || >=14.0"
6265 },
6266 "funding": {
6267 "type": "opencollective",
6268 "url": "https://opencollective.com/cssnano"
6269 },
6270 "peerDependencies": {
6271 "postcss": "^8.2.15"
6272 }
6273 },
6274 "node_modules/cssnano-preset-default": {
6275 "version": "5.2.14",
6276 "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz",
6277 "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==",
597 "dependencies": { 6278 "dependencies": {
598 "@swc/core": "^1.3.22" 6279 "css-declaration-sorter": "^6.3.1",
6280 "cssnano-utils": "^3.1.0",
6281 "postcss-calc": "^8.2.3",
6282 "postcss-colormin": "^5.3.1",
6283 "postcss-convert-values": "^5.1.3",
6284 "postcss-discard-comments": "^5.1.2",
6285 "postcss-discard-duplicates": "^5.1.0",
6286 "postcss-discard-empty": "^5.1.1",
6287 "postcss-discard-overridden": "^5.1.0",
6288 "postcss-merge-longhand": "^5.1.7",
6289 "postcss-merge-rules": "^5.1.4",
6290 "postcss-minify-font-values": "^5.1.0",
6291 "postcss-minify-gradients": "^5.1.1",
6292 "postcss-minify-params": "^5.1.4",
6293 "postcss-minify-selectors": "^5.2.1",
6294 "postcss-normalize-charset": "^5.1.0",
6295 "postcss-normalize-display-values": "^5.1.0",
6296 "postcss-normalize-positions": "^5.1.1",
6297 "postcss-normalize-repeat-style": "^5.1.1",
6298 "postcss-normalize-string": "^5.1.0",
6299 "postcss-normalize-timing-functions": "^5.1.0",
6300 "postcss-normalize-unicode": "^5.1.1",
6301 "postcss-normalize-url": "^5.1.0",
6302 "postcss-normalize-whitespace": "^5.1.1",
6303 "postcss-ordered-values": "^5.1.3",
6304 "postcss-reduce-initial": "^5.1.2",
6305 "postcss-reduce-transforms": "^5.1.0",
6306 "postcss-svgo": "^5.1.0",
6307 "postcss-unique-selectors": "^5.1.1"
6308 },
6309 "engines": {
6310 "node": "^10 || ^12 || >=14.0"
6311 },
6312 "peerDependencies": {
6313 "postcss": "^8.2.15"
6314 }
6315 },
6316 "node_modules/cssnano-utils": {
6317 "version": "3.1.0",
6318 "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
6319 "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
6320 "engines": {
6321 "node": "^10 || ^12 || >=14.0"
599 }, 6322 },
600 "peerDependencies": { 6323 "peerDependencies": {
601 "vite": "^4" 6324 "postcss": "^8.2.15"
6325 }
6326 },
6327 "node_modules/csso": {
6328 "version": "4.2.0",
6329 "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
6330 "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
6331 "dependencies": {
6332 "css-tree": "^1.1.2"
6333 },
6334 "engines": {
6335 "node": ">=8.0.0"
6336 }
6337 },
6338 "node_modules/csso/node_modules/css-tree": {
6339 "version": "1.1.3",
6340 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
6341 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
6342 "dependencies": {
6343 "mdn-data": "2.0.14",
6344 "source-map": "^0.6.1"
6345 },
6346 "engines": {
6347 "node": ">=8.0.0"
602 } 6348 }
603 }, 6349 },
6350 "node_modules/csso/node_modules/mdn-data": {
6351 "version": "2.0.14",
6352 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
6353 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
6354 },
6355 "node_modules/csso/node_modules/source-map": {
6356 "version": "0.6.1",
6357 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
6358 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
6359 "engines": {
6360 "node": ">=0.10.0"
6361 }
6362 },
6363 "node_modules/cssom": {
6364 "version": "0.4.4",
6365 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
6366 "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
6367 },
6368 "node_modules/cssstyle": {
6369 "version": "2.3.0",
6370 "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
6371 "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
6372 "dependencies": {
6373 "cssom": "~0.3.6"
6374 },
6375 "engines": {
6376 "node": ">=8"
6377 }
6378 },
6379 "node_modules/cssstyle/node_modules/cssom": {
6380 "version": "0.3.8",
6381 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
6382 "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
6383 },
604 "node_modules/csstype": { 6384 "node_modules/csstype": {
605 "version": "3.1.1", 6385 "version": "3.1.1",
606 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", 6386 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz",
607 "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==", 6387 "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw=="
608 "dev": true 6388 },
609 }, 6389 "node_modules/damerau-levenshtein": {
610 "node_modules/esbuild": { 6390 "version": "1.0.8",
611 "version": "0.16.15", 6391 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
612 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.16.15.tgz", 6392 "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
613 "integrity": "sha512-v+3ozjy9wyj8cOElzx3//Lsb4TCxPfZxRmdsfm0YaEkvZu7y6rKH7Zi1UpDx4JI7dSQui+U1Qxhfij9KBbHfrA==", 6393 },
614 "dev": true, 6394 "node_modules/data-urls": {
615 "hasInstallScript": true, 6395 "version": "2.0.0",
6396 "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
6397 "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
6398 "dependencies": {
6399 "abab": "^2.0.3",
6400 "whatwg-mimetype": "^2.3.0",
6401 "whatwg-url": "^8.0.0"
6402 },
6403 "engines": {
6404 "node": ">=10"
6405 }
6406 },
6407 "node_modules/debug": {
6408 "version": "4.3.4",
6409 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
6410 "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
6411 "dependencies": {
6412 "ms": "2.1.2"
6413 },
6414 "engines": {
6415 "node": ">=6.0"
6416 },
6417 "peerDependenciesMeta": {
6418 "supports-color": {
6419 "optional": true
6420 }
6421 }
6422 },
6423 "node_modules/decimal.js": {
6424 "version": "10.4.3",
6425 "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
6426 "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA=="
6427 },
6428 "node_modules/dedent": {
6429 "version": "0.7.0",
6430 "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
6431 "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA=="
6432 },
6433 "node_modules/deep-equal": {
6434 "version": "2.2.0",
6435 "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.0.tgz",
6436 "integrity": "sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==",
6437 "dependencies": {
6438 "call-bind": "^1.0.2",
6439 "es-get-iterator": "^1.1.2",
6440 "get-intrinsic": "^1.1.3",
6441 "is-arguments": "^1.1.1",
6442 "is-array-buffer": "^3.0.1",
6443 "is-date-object": "^1.0.5",
6444 "is-regex": "^1.1.4",
6445 "is-shared-array-buffer": "^1.0.2",
6446 "isarray": "^2.0.5",
6447 "object-is": "^1.1.5",
6448 "object-keys": "^1.1.1",
6449 "object.assign": "^4.1.4",
6450 "regexp.prototype.flags": "^1.4.3",
6451 "side-channel": "^1.0.4",
6452 "which-boxed-primitive": "^1.0.2",
6453 "which-collection": "^1.0.1",
6454 "which-typed-array": "^1.1.9"
6455 },
6456 "funding": {
6457 "url": "https://github.com/sponsors/ljharb"
6458 }
6459 },
6460 "node_modules/deep-is": {
6461 "version": "0.1.4",
6462 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
6463 "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
6464 },
6465 "node_modules/deepmerge": {
6466 "version": "4.3.0",
6467 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.0.tgz",
6468 "integrity": "sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==",
6469 "engines": {
6470 "node": ">=0.10.0"
6471 }
6472 },
6473 "node_modules/default-gateway": {
6474 "version": "6.0.3",
6475 "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
6476 "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
6477 "dependencies": {
6478 "execa": "^5.0.0"
6479 },
6480 "engines": {
6481 "node": ">= 10"
6482 }
6483 },
6484 "node_modules/define-lazy-prop": {
6485 "version": "2.0.0",
6486 "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
6487 "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
6488 "engines": {
6489 "node": ">=8"
6490 }
6491 },
6492 "node_modules/define-properties": {
6493 "version": "1.2.0",
6494 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
6495 "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
6496 "dependencies": {
6497 "has-property-descriptors": "^1.0.0",
6498 "object-keys": "^1.1.1"
6499 },
6500 "engines": {
6501 "node": ">= 0.4"
6502 },
6503 "funding": {
6504 "url": "https://github.com/sponsors/ljharb"
6505 }
6506 },
6507 "node_modules/defined": {
6508 "version": "1.0.1",
6509 "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz",
6510 "integrity": "sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==",
6511 "funding": {
6512 "url": "https://github.com/sponsors/ljharb"
6513 }
6514 },
6515 "node_modules/delayed-stream": {
6516 "version": "1.0.0",
6517 "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
6518 "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
6519 "engines": {
6520 "node": ">=0.4.0"
6521 }
6522 },
6523 "node_modules/depd": {
6524 "version": "2.0.0",
6525 "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
6526 "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
6527 "engines": {
6528 "node": ">= 0.8"
6529 }
6530 },
6531 "node_modules/destroy": {
6532 "version": "1.2.0",
6533 "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
6534 "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
6535 "engines": {
6536 "node": ">= 0.8",
6537 "npm": "1.2.8000 || >= 1.4.16"
6538 }
6539 },
6540 "node_modules/detect-newline": {
6541 "version": "3.1.0",
6542 "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
6543 "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
6544 "engines": {
6545 "node": ">=8"
6546 }
6547 },
6548 "node_modules/detect-node": {
6549 "version": "2.1.0",
6550 "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
6551 "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g=="
6552 },
6553 "node_modules/detect-port-alt": {
6554 "version": "1.1.6",
6555 "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
6556 "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
6557 "dependencies": {
6558 "address": "^1.0.1",
6559 "debug": "^2.6.0"
6560 },
616 "bin": { 6561 "bin": {
617 "esbuild": "bin/esbuild" 6562 "detect": "bin/detect-port",
6563 "detect-port": "bin/detect-port"
618 }, 6564 },
619 "engines": { 6565 "engines": {
620 "node": ">=12" 6566 "node": ">= 4.2.1"
6567 }
6568 },
6569 "node_modules/detect-port-alt/node_modules/debug": {
6570 "version": "2.6.9",
6571 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
6572 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
6573 "dependencies": {
6574 "ms": "2.0.0"
6575 }
6576 },
6577 "node_modules/detect-port-alt/node_modules/ms": {
6578 "version": "2.0.0",
6579 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
6580 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
6581 },
6582 "node_modules/detective": {
6583 "version": "5.2.1",
6584 "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz",
6585 "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==",
6586 "dependencies": {
6587 "acorn-node": "^1.8.2",
6588 "defined": "^1.0.0",
6589 "minimist": "^1.2.6"
6590 },
6591 "bin": {
6592 "detective": "bin/detective.js"
6593 },
6594 "engines": {
6595 "node": ">=0.8.0"
6596 }
6597 },
6598 "node_modules/didyoumean": {
6599 "version": "1.2.2",
6600 "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
6601 "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
6602 },
6603 "node_modules/diff-sequences": {
6604 "version": "27.5.1",
6605 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
6606 "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==",
6607 "engines": {
6608 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
6609 }
6610 },
6611 "node_modules/dir-glob": {
6612 "version": "3.0.1",
6613 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
6614 "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
6615 "dependencies": {
6616 "path-type": "^4.0.0"
6617 },
6618 "engines": {
6619 "node": ">=8"
6620 }
6621 },
6622 "node_modules/dlv": {
6623 "version": "1.1.3",
6624 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
6625 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
6626 },
6627 "node_modules/dns-equal": {
6628 "version": "1.0.0",
6629 "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
6630 "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg=="
6631 },
6632 "node_modules/dns-packet": {
6633 "version": "5.4.0",
6634 "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.4.0.tgz",
6635 "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==",
6636 "dependencies": {
6637 "@leichtgewicht/ip-codec": "^2.0.1"
6638 },
6639 "engines": {
6640 "node": ">=6"
6641 }
6642 },
6643 "node_modules/doctrine": {
6644 "version": "3.0.0",
6645 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
6646 "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
6647 "dependencies": {
6648 "esutils": "^2.0.2"
6649 },
6650 "engines": {
6651 "node": ">=6.0.0"
6652 }
6653 },
6654 "node_modules/dom-accessibility-api": {
6655 "version": "0.5.16",
6656 "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
6657 "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg=="
6658 },
6659 "node_modules/dom-converter": {
6660 "version": "0.2.0",
6661 "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
6662 "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
6663 "dependencies": {
6664 "utila": "~0.4"
6665 }
6666 },
6667 "node_modules/dom-serializer": {
6668 "version": "1.4.1",
6669 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
6670 "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
6671 "dependencies": {
6672 "domelementtype": "^2.0.1",
6673 "domhandler": "^4.2.0",
6674 "entities": "^2.0.0"
6675 },
6676 "funding": {
6677 "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
6678 }
6679 },
6680 "node_modules/domelementtype": {
6681 "version": "2.3.0",
6682 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
6683 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
6684 "funding": [
6685 {
6686 "type": "github",
6687 "url": "https://github.com/sponsors/fb55"
6688 }
6689 ]
6690 },
6691 "node_modules/domexception": {
6692 "version": "2.0.1",
6693 "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
6694 "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
6695 "dependencies": {
6696 "webidl-conversions": "^5.0.0"
6697 },
6698 "engines": {
6699 "node": ">=8"
6700 }
6701 },
6702 "node_modules/domexception/node_modules/webidl-conversions": {
6703 "version": "5.0.0",
6704 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
6705 "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
6706 "engines": {
6707 "node": ">=8"
6708 }
6709 },
6710 "node_modules/domhandler": {
6711 "version": "4.3.1",
6712 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
6713 "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
6714 "dependencies": {
6715 "domelementtype": "^2.2.0"
6716 },
6717 "engines": {
6718 "node": ">= 4"
6719 },
6720 "funding": {
6721 "url": "https://github.com/fb55/domhandler?sponsor=1"
6722 }
6723 },
6724 "node_modules/domutils": {
6725 "version": "2.8.0",
6726 "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
6727 "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
6728 "dependencies": {
6729 "dom-serializer": "^1.0.1",
6730 "domelementtype": "^2.2.0",
6731 "domhandler": "^4.2.0"
6732 },
6733 "funding": {
6734 "url": "https://github.com/fb55/domutils?sponsor=1"
6735 }
6736 },
6737 "node_modules/dot-case": {
6738 "version": "3.0.4",
6739 "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
6740 "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
6741 "dependencies": {
6742 "no-case": "^3.0.4",
6743 "tslib": "^2.0.3"
6744 }
6745 },
6746 "node_modules/dotenv": {
6747 "version": "10.0.0",
6748 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
6749 "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
6750 "engines": {
6751 "node": ">=10"
6752 }
6753 },
6754 "node_modules/dotenv-expand": {
6755 "version": "5.1.0",
6756 "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
6757 "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
6758 },
6759 "node_modules/duplexer": {
6760 "version": "0.1.2",
6761 "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
6762 "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
6763 },
6764 "node_modules/ee-first": {
6765 "version": "1.1.1",
6766 "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
6767 "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
6768 },
6769 "node_modules/ejs": {
6770 "version": "3.1.8",
6771 "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz",
6772 "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==",
6773 "dependencies": {
6774 "jake": "^10.8.5"
6775 },
6776 "bin": {
6777 "ejs": "bin/cli.js"
6778 },
6779 "engines": {
6780 "node": ">=0.10.0"
6781 }
6782 },
6783 "node_modules/electron-to-chromium": {
6784 "version": "1.4.301",
6785 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.301.tgz",
6786 "integrity": "sha512-bz00ASIIDjcgszZKuEA1JEFhbDjqUNbQ/PEhNEl1wbixzYpeTp2H2QWjsQvAL2T1wJBdOwCF5hE896BoMwYKrA=="
6787 },
6788 "node_modules/emittery": {
6789 "version": "0.8.1",
6790 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
6791 "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
6792 "engines": {
6793 "node": ">=10"
6794 },
6795 "funding": {
6796 "url": "https://github.com/sindresorhus/emittery?sponsor=1"
6797 }
6798 },
6799 "node_modules/emoji-regex": {
6800 "version": "9.2.2",
6801 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
6802 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
6803 },
6804 "node_modules/emojis-list": {
6805 "version": "3.0.0",
6806 "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
6807 "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
6808 "engines": {
6809 "node": ">= 4"
6810 }
6811 },
6812 "node_modules/encodeurl": {
6813 "version": "1.0.2",
6814 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
6815 "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
6816 "engines": {
6817 "node": ">= 0.8"
6818 }
6819 },
6820 "node_modules/enhanced-resolve": {
6821 "version": "5.12.0",
6822 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz",
6823 "integrity": "sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==",
6824 "dependencies": {
6825 "graceful-fs": "^4.2.4",
6826 "tapable": "^2.2.0"
6827 },
6828 "engines": {
6829 "node": ">=10.13.0"
6830 }
6831 },
6832 "node_modules/entities": {
6833 "version": "2.2.0",
6834 "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
6835 "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
6836 "funding": {
6837 "url": "https://github.com/fb55/entities?sponsor=1"
6838 }
6839 },
6840 "node_modules/error-ex": {
6841 "version": "1.3.2",
6842 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
6843 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
6844 "dependencies": {
6845 "is-arrayish": "^0.2.1"
6846 }
6847 },
6848 "node_modules/error-stack-parser": {
6849 "version": "2.1.4",
6850 "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
6851 "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
6852 "dependencies": {
6853 "stackframe": "^1.3.4"
6854 }
6855 },
6856 "node_modules/es-abstract": {
6857 "version": "1.21.1",
6858 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.1.tgz",
6859 "integrity": "sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==",
6860 "dependencies": {
6861 "available-typed-arrays": "^1.0.5",
6862 "call-bind": "^1.0.2",
6863 "es-set-tostringtag": "^2.0.1",
6864 "es-to-primitive": "^1.2.1",
6865 "function-bind": "^1.1.1",
6866 "function.prototype.name": "^1.1.5",
6867 "get-intrinsic": "^1.1.3",
6868 "get-symbol-description": "^1.0.0",
6869 "globalthis": "^1.0.3",
6870 "gopd": "^1.0.1",
6871 "has": "^1.0.3",
6872 "has-property-descriptors": "^1.0.0",
6873 "has-proto": "^1.0.1",
6874 "has-symbols": "^1.0.3",
6875 "internal-slot": "^1.0.4",
6876 "is-array-buffer": "^3.0.1",
6877 "is-callable": "^1.2.7",
6878 "is-negative-zero": "^2.0.2",
6879 "is-regex": "^1.1.4",
6880 "is-shared-array-buffer": "^1.0.2",
6881 "is-string": "^1.0.7",
6882 "is-typed-array": "^1.1.10",
6883 "is-weakref": "^1.0.2",
6884 "object-inspect": "^1.12.2",
6885 "object-keys": "^1.1.1",
6886 "object.assign": "^4.1.4",
6887 "regexp.prototype.flags": "^1.4.3",
6888 "safe-regex-test": "^1.0.0",
6889 "string.prototype.trimend": "^1.0.6",
6890 "string.prototype.trimstart": "^1.0.6",
6891 "typed-array-length": "^1.0.4",
6892 "unbox-primitive": "^1.0.2",
6893 "which-typed-array": "^1.1.9"
6894 },
6895 "engines": {
6896 "node": ">= 0.4"
6897 },
6898 "funding": {
6899 "url": "https://github.com/sponsors/ljharb"
6900 }
6901 },
6902 "node_modules/es-array-method-boxes-properly": {
6903 "version": "1.0.0",
6904 "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
6905 "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA=="
6906 },
6907 "node_modules/es-get-iterator": {
6908 "version": "1.1.3",
6909 "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz",
6910 "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==",
6911 "dependencies": {
6912 "call-bind": "^1.0.2",
6913 "get-intrinsic": "^1.1.3",
6914 "has-symbols": "^1.0.3",
6915 "is-arguments": "^1.1.1",
6916 "is-map": "^2.0.2",
6917 "is-set": "^2.0.2",
6918 "is-string": "^1.0.7",
6919 "isarray": "^2.0.5",
6920 "stop-iteration-iterator": "^1.0.0"
6921 },
6922 "funding": {
6923 "url": "https://github.com/sponsors/ljharb"
6924 }
6925 },
6926 "node_modules/es-module-lexer": {
6927 "version": "0.9.3",
6928 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
6929 "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ=="
6930 },
6931 "node_modules/es-set-tostringtag": {
6932 "version": "2.0.1",
6933 "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
6934 "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==",
6935 "dependencies": {
6936 "get-intrinsic": "^1.1.3",
6937 "has": "^1.0.3",
6938 "has-tostringtag": "^1.0.0"
6939 },
6940 "engines": {
6941 "node": ">= 0.4"
6942 }
6943 },
6944 "node_modules/es-shim-unscopables": {
6945 "version": "1.0.0",
6946 "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
6947 "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
6948 "dependencies": {
6949 "has": "^1.0.3"
6950 }
6951 },
6952 "node_modules/es-to-primitive": {
6953 "version": "1.2.1",
6954 "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
6955 "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
6956 "dependencies": {
6957 "is-callable": "^1.1.4",
6958 "is-date-object": "^1.0.1",
6959 "is-symbol": "^1.0.2"
6960 },
6961 "engines": {
6962 "node": ">= 0.4"
6963 },
6964 "funding": {
6965 "url": "https://github.com/sponsors/ljharb"
6966 }
6967 },
6968 "node_modules/escalade": {
6969 "version": "3.1.1",
6970 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
6971 "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
6972 "engines": {
6973 "node": ">=6"
6974 }
6975 },
6976 "node_modules/escape-html": {
6977 "version": "1.0.3",
6978 "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
6979 "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
6980 },
6981 "node_modules/escape-string-regexp": {
6982 "version": "1.0.5",
6983 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
6984 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
6985 "engines": {
6986 "node": ">=0.8.0"
6987 }
6988 },
6989 "node_modules/escodegen": {
6990 "version": "2.0.0",
6991 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
6992 "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
6993 "dependencies": {
6994 "esprima": "^4.0.1",
6995 "estraverse": "^5.2.0",
6996 "esutils": "^2.0.2",
6997 "optionator": "^0.8.1"
6998 },
6999 "bin": {
7000 "escodegen": "bin/escodegen.js",
7001 "esgenerate": "bin/esgenerate.js"
7002 },
7003 "engines": {
7004 "node": ">=6.0"
621 }, 7005 },
622 "optionalDependencies": { 7006 "optionalDependencies": {
623 "@esbuild/android-arm": "0.16.15", 7007 "source-map": "~0.6.1"
624 "@esbuild/android-arm64": "0.16.15", 7008 }
625 "@esbuild/android-x64": "0.16.15", 7009 },
626 "@esbuild/darwin-arm64": "0.16.15", 7010 "node_modules/escodegen/node_modules/levn": {
627 "@esbuild/darwin-x64": "0.16.15", 7011 "version": "0.3.0",
628 "@esbuild/freebsd-arm64": "0.16.15", 7012 "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
629 "@esbuild/freebsd-x64": "0.16.15", 7013 "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
630 "@esbuild/linux-arm": "0.16.15", 7014 "dependencies": {
631 "@esbuild/linux-arm64": "0.16.15", 7015 "prelude-ls": "~1.1.2",
632 "@esbuild/linux-ia32": "0.16.15", 7016 "type-check": "~0.3.2"
633 "@esbuild/linux-loong64": "0.16.15", 7017 },
634 "@esbuild/linux-mips64el": "0.16.15", 7018 "engines": {
635 "@esbuild/linux-ppc64": "0.16.15", 7019 "node": ">= 0.8.0"
636 "@esbuild/linux-riscv64": "0.16.15", 7020 }
637 "@esbuild/linux-s390x": "0.16.15", 7021 },
638 "@esbuild/linux-x64": "0.16.15", 7022 "node_modules/escodegen/node_modules/optionator": {
639 "@esbuild/netbsd-x64": "0.16.15", 7023 "version": "0.8.3",
640 "@esbuild/openbsd-x64": "0.16.15", 7024 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
641 "@esbuild/sunos-x64": "0.16.15", 7025 "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
642 "@esbuild/win32-arm64": "0.16.15", 7026 "dependencies": {
643 "@esbuild/win32-ia32": "0.16.15", 7027 "deep-is": "~0.1.3",
644 "@esbuild/win32-x64": "0.16.15" 7028 "fast-levenshtein": "~2.0.6",
7029 "levn": "~0.3.0",
7030 "prelude-ls": "~1.1.2",
7031 "type-check": "~0.3.2",
7032 "word-wrap": "~1.2.3"
7033 },
7034 "engines": {
7035 "node": ">= 0.8.0"
7036 }
7037 },
7038 "node_modules/escodegen/node_modules/prelude-ls": {
7039 "version": "1.1.2",
7040 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
7041 "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
7042 "engines": {
7043 "node": ">= 0.8.0"
7044 }
7045 },
7046 "node_modules/escodegen/node_modules/source-map": {
7047 "version": "0.6.1",
7048 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
7049 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
7050 "optional": true,
7051 "engines": {
7052 "node": ">=0.10.0"
7053 }
7054 },
7055 "node_modules/escodegen/node_modules/type-check": {
7056 "version": "0.3.2",
7057 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
7058 "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
7059 "dependencies": {
7060 "prelude-ls": "~1.1.2"
7061 },
7062 "engines": {
7063 "node": ">= 0.8.0"
7064 }
7065 },
7066 "node_modules/eslint": {
7067 "version": "8.34.0",
7068 "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.34.0.tgz",
7069 "integrity": "sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==",
7070 "dependencies": {
7071 "@eslint/eslintrc": "^1.4.1",
7072 "@humanwhocodes/config-array": "^0.11.8",
7073 "@humanwhocodes/module-importer": "^1.0.1",
7074 "@nodelib/fs.walk": "^1.2.8",
7075 "ajv": "^6.10.0",
7076 "chalk": "^4.0.0",
7077 "cross-spawn": "^7.0.2",
7078 "debug": "^4.3.2",
7079 "doctrine": "^3.0.0",
7080 "escape-string-regexp": "^4.0.0",
7081 "eslint-scope": "^7.1.1",
7082 "eslint-utils": "^3.0.0",
7083 "eslint-visitor-keys": "^3.3.0",
7084 "espree": "^9.4.0",
7085 "esquery": "^1.4.0",
7086 "esutils": "^2.0.2",
7087 "fast-deep-equal": "^3.1.3",
7088 "file-entry-cache": "^6.0.1",
7089 "find-up": "^5.0.0",
7090 "glob-parent": "^6.0.2",
7091 "globals": "^13.19.0",
7092 "grapheme-splitter": "^1.0.4",
7093 "ignore": "^5.2.0",
7094 "import-fresh": "^3.0.0",
7095 "imurmurhash": "^0.1.4",
7096 "is-glob": "^4.0.0",
7097 "is-path-inside": "^3.0.3",
7098 "js-sdsl": "^4.1.4",
7099 "js-yaml": "^4.1.0",
7100 "json-stable-stringify-without-jsonify": "^1.0.1",
7101 "levn": "^0.4.1",
7102 "lodash.merge": "^4.6.2",
7103 "minimatch": "^3.1.2",
7104 "natural-compare": "^1.4.0",
7105 "optionator": "^0.9.1",
7106 "regexpp": "^3.2.0",
7107 "strip-ansi": "^6.0.1",
7108 "strip-json-comments": "^3.1.0",
7109 "text-table": "^0.2.0"
7110 },
7111 "bin": {
7112 "eslint": "bin/eslint.js"
7113 },
7114 "engines": {
7115 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7116 },
7117 "funding": {
7118 "url": "https://opencollective.com/eslint"
7119 }
7120 },
7121 "node_modules/eslint-config-react-app": {
7122 "version": "7.0.1",
7123 "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
7124 "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
7125 "dependencies": {
7126 "@babel/core": "^7.16.0",
7127 "@babel/eslint-parser": "^7.16.3",
7128 "@rushstack/eslint-patch": "^1.1.0",
7129 "@typescript-eslint/eslint-plugin": "^5.5.0",
7130 "@typescript-eslint/parser": "^5.5.0",
7131 "babel-preset-react-app": "^10.0.1",
7132 "confusing-browser-globals": "^1.0.11",
7133 "eslint-plugin-flowtype": "^8.0.3",
7134 "eslint-plugin-import": "^2.25.3",
7135 "eslint-plugin-jest": "^25.3.0",
7136 "eslint-plugin-jsx-a11y": "^6.5.1",
7137 "eslint-plugin-react": "^7.27.1",
7138 "eslint-plugin-react-hooks": "^4.3.0",
7139 "eslint-plugin-testing-library": "^5.0.1"
7140 },
7141 "engines": {
7142 "node": ">=14.0.0"
7143 },
7144 "peerDependencies": {
7145 "eslint": "^8.0.0"
7146 }
7147 },
7148 "node_modules/eslint-import-resolver-node": {
7149 "version": "0.3.7",
7150 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz",
7151 "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==",
7152 "dependencies": {
7153 "debug": "^3.2.7",
7154 "is-core-module": "^2.11.0",
7155 "resolve": "^1.22.1"
7156 }
7157 },
7158 "node_modules/eslint-import-resolver-node/node_modules/debug": {
7159 "version": "3.2.7",
7160 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
7161 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
7162 "dependencies": {
7163 "ms": "^2.1.1"
7164 }
7165 },
7166 "node_modules/eslint-module-utils": {
7167 "version": "2.7.4",
7168 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz",
7169 "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==",
7170 "dependencies": {
7171 "debug": "^3.2.7"
7172 },
7173 "engines": {
7174 "node": ">=4"
7175 },
7176 "peerDependenciesMeta": {
7177 "eslint": {
7178 "optional": true
7179 }
7180 }
7181 },
7182 "node_modules/eslint-module-utils/node_modules/debug": {
7183 "version": "3.2.7",
7184 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
7185 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
7186 "dependencies": {
7187 "ms": "^2.1.1"
7188 }
7189 },
7190 "node_modules/eslint-plugin-flowtype": {
7191 "version": "8.0.3",
7192 "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
7193 "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
7194 "dependencies": {
7195 "lodash": "^4.17.21",
7196 "string-natural-compare": "^3.0.1"
7197 },
7198 "engines": {
7199 "node": ">=12.0.0"
7200 },
7201 "peerDependencies": {
7202 "@babel/plugin-syntax-flow": "^7.14.5",
7203 "@babel/plugin-transform-react-jsx": "^7.14.9",
7204 "eslint": "^8.1.0"
7205 }
7206 },
7207 "node_modules/eslint-plugin-import": {
7208 "version": "2.27.5",
7209 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
7210 "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==",
7211 "dependencies": {
7212 "array-includes": "^3.1.6",
7213 "array.prototype.flat": "^1.3.1",
7214 "array.prototype.flatmap": "^1.3.1",
7215 "debug": "^3.2.7",
7216 "doctrine": "^2.1.0",
7217 "eslint-import-resolver-node": "^0.3.7",
7218 "eslint-module-utils": "^2.7.4",
7219 "has": "^1.0.3",
7220 "is-core-module": "^2.11.0",
7221 "is-glob": "^4.0.3",
7222 "minimatch": "^3.1.2",
7223 "object.values": "^1.1.6",
7224 "resolve": "^1.22.1",
7225 "semver": "^6.3.0",
7226 "tsconfig-paths": "^3.14.1"
7227 },
7228 "engines": {
7229 "node": ">=4"
7230 },
7231 "peerDependencies": {
7232 "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
7233 }
7234 },
7235 "node_modules/eslint-plugin-import/node_modules/debug": {
7236 "version": "3.2.7",
7237 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
7238 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
7239 "dependencies": {
7240 "ms": "^2.1.1"
7241 }
7242 },
7243 "node_modules/eslint-plugin-import/node_modules/doctrine": {
7244 "version": "2.1.0",
7245 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
7246 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
7247 "dependencies": {
7248 "esutils": "^2.0.2"
7249 },
7250 "engines": {
7251 "node": ">=0.10.0"
7252 }
7253 },
7254 "node_modules/eslint-plugin-import/node_modules/semver": {
7255 "version": "6.3.0",
7256 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
7257 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
7258 "bin": {
7259 "semver": "bin/semver.js"
7260 }
7261 },
7262 "node_modules/eslint-plugin-jest": {
7263 "version": "25.7.0",
7264 "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz",
7265 "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==",
7266 "dependencies": {
7267 "@typescript-eslint/experimental-utils": "^5.0.0"
7268 },
7269 "engines": {
7270 "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
7271 },
7272 "peerDependencies": {
7273 "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0",
7274 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
7275 },
7276 "peerDependenciesMeta": {
7277 "@typescript-eslint/eslint-plugin": {
7278 "optional": true
7279 },
7280 "jest": {
7281 "optional": true
7282 }
7283 }
7284 },
7285 "node_modules/eslint-plugin-jsx-a11y": {
7286 "version": "6.7.1",
7287 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz",
7288 "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==",
7289 "dependencies": {
7290 "@babel/runtime": "^7.20.7",
7291 "aria-query": "^5.1.3",
7292 "array-includes": "^3.1.6",
7293 "array.prototype.flatmap": "^1.3.1",
7294 "ast-types-flow": "^0.0.7",
7295 "axe-core": "^4.6.2",
7296 "axobject-query": "^3.1.1",
7297 "damerau-levenshtein": "^1.0.8",
7298 "emoji-regex": "^9.2.2",
7299 "has": "^1.0.3",
7300 "jsx-ast-utils": "^3.3.3",
7301 "language-tags": "=1.0.5",
7302 "minimatch": "^3.1.2",
7303 "object.entries": "^1.1.6",
7304 "object.fromentries": "^2.0.6",
7305 "semver": "^6.3.0"
7306 },
7307 "engines": {
7308 "node": ">=4.0"
7309 },
7310 "peerDependencies": {
7311 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
7312 }
7313 },
7314 "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": {
7315 "version": "6.3.0",
7316 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
7317 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
7318 "bin": {
7319 "semver": "bin/semver.js"
7320 }
7321 },
7322 "node_modules/eslint-plugin-react": {
7323 "version": "7.32.2",
7324 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz",
7325 "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==",
7326 "dependencies": {
7327 "array-includes": "^3.1.6",
7328 "array.prototype.flatmap": "^1.3.1",
7329 "array.prototype.tosorted": "^1.1.1",
7330 "doctrine": "^2.1.0",
7331 "estraverse": "^5.3.0",
7332 "jsx-ast-utils": "^2.4.1 || ^3.0.0",
7333 "minimatch": "^3.1.2",
7334 "object.entries": "^1.1.6",
7335 "object.fromentries": "^2.0.6",
7336 "object.hasown": "^1.1.2",
7337 "object.values": "^1.1.6",
7338 "prop-types": "^15.8.1",
7339 "resolve": "^2.0.0-next.4",
7340 "semver": "^6.3.0",
7341 "string.prototype.matchall": "^4.0.8"
7342 },
7343 "engines": {
7344 "node": ">=4"
7345 },
7346 "peerDependencies": {
7347 "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
7348 }
7349 },
7350 "node_modules/eslint-plugin-react-hooks": {
7351 "version": "4.6.0",
7352 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
7353 "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
7354 "engines": {
7355 "node": ">=10"
7356 },
7357 "peerDependencies": {
7358 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
7359 }
7360 },
7361 "node_modules/eslint-plugin-react/node_modules/doctrine": {
7362 "version": "2.1.0",
7363 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
7364 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
7365 "dependencies": {
7366 "esutils": "^2.0.2"
7367 },
7368 "engines": {
7369 "node": ">=0.10.0"
7370 }
7371 },
7372 "node_modules/eslint-plugin-react/node_modules/resolve": {
7373 "version": "2.0.0-next.4",
7374 "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz",
7375 "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==",
7376 "dependencies": {
7377 "is-core-module": "^2.9.0",
7378 "path-parse": "^1.0.7",
7379 "supports-preserve-symlinks-flag": "^1.0.0"
7380 },
7381 "bin": {
7382 "resolve": "bin/resolve"
7383 },
7384 "funding": {
7385 "url": "https://github.com/sponsors/ljharb"
7386 }
7387 },
7388 "node_modules/eslint-plugin-react/node_modules/semver": {
7389 "version": "6.3.0",
7390 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
7391 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
7392 "bin": {
7393 "semver": "bin/semver.js"
7394 }
7395 },
7396 "node_modules/eslint-plugin-testing-library": {
7397 "version": "5.10.2",
7398 "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.2.tgz",
7399 "integrity": "sha512-f1DmDWcz5SDM+IpCkEX0lbFqrrTs8HRsEElzDEqN/EBI0hpRj8Cns5+IVANXswE8/LeybIJqPAOQIFu2j5Y5sw==",
7400 "dependencies": {
7401 "@typescript-eslint/utils": "^5.43.0"
7402 },
7403 "engines": {
7404 "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
7405 "npm": ">=6"
7406 },
7407 "peerDependencies": {
7408 "eslint": "^7.5.0 || ^8.0.0"
7409 }
7410 },
7411 "node_modules/eslint-scope": {
7412 "version": "7.1.1",
7413 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
7414 "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
7415 "dependencies": {
7416 "esrecurse": "^4.3.0",
7417 "estraverse": "^5.2.0"
7418 },
7419 "engines": {
7420 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7421 }
7422 },
7423 "node_modules/eslint-utils": {
7424 "version": "3.0.0",
7425 "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
7426 "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
7427 "dependencies": {
7428 "eslint-visitor-keys": "^2.0.0"
7429 },
7430 "engines": {
7431 "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
7432 },
7433 "funding": {
7434 "url": "https://github.com/sponsors/mysticatea"
7435 },
7436 "peerDependencies": {
7437 "eslint": ">=5"
7438 }
7439 },
7440 "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
7441 "version": "2.1.0",
7442 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
7443 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
7444 "engines": {
7445 "node": ">=10"
7446 }
7447 },
7448 "node_modules/eslint-visitor-keys": {
7449 "version": "3.3.0",
7450 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
7451 "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
7452 "engines": {
7453 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7454 }
7455 },
7456 "node_modules/eslint-webpack-plugin": {
7457 "version": "3.2.0",
7458 "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz",
7459 "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==",
7460 "dependencies": {
7461 "@types/eslint": "^7.29.0 || ^8.4.1",
7462 "jest-worker": "^28.0.2",
7463 "micromatch": "^4.0.5",
7464 "normalize-path": "^3.0.0",
7465 "schema-utils": "^4.0.0"
7466 },
7467 "engines": {
7468 "node": ">= 12.13.0"
7469 },
7470 "funding": {
7471 "type": "opencollective",
7472 "url": "https://opencollective.com/webpack"
7473 },
7474 "peerDependencies": {
7475 "eslint": "^7.0.0 || ^8.0.0",
7476 "webpack": "^5.0.0"
7477 }
7478 },
7479 "node_modules/eslint-webpack-plugin/node_modules/ajv": {
7480 "version": "8.12.0",
7481 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
7482 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
7483 "dependencies": {
7484 "fast-deep-equal": "^3.1.1",
7485 "json-schema-traverse": "^1.0.0",
7486 "require-from-string": "^2.0.2",
7487 "uri-js": "^4.2.2"
7488 },
7489 "funding": {
7490 "type": "github",
7491 "url": "https://github.com/sponsors/epoberezkin"
7492 }
7493 },
7494 "node_modules/eslint-webpack-plugin/node_modules/ajv-keywords": {
7495 "version": "5.1.0",
7496 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
7497 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
7498 "dependencies": {
7499 "fast-deep-equal": "^3.1.3"
7500 },
7501 "peerDependencies": {
7502 "ajv": "^8.8.2"
7503 }
7504 },
7505 "node_modules/eslint-webpack-plugin/node_modules/has-flag": {
7506 "version": "4.0.0",
7507 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
7508 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
7509 "engines": {
7510 "node": ">=8"
7511 }
7512 },
7513 "node_modules/eslint-webpack-plugin/node_modules/jest-worker": {
7514 "version": "28.1.3",
7515 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz",
7516 "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==",
7517 "dependencies": {
7518 "@types/node": "*",
7519 "merge-stream": "^2.0.0",
7520 "supports-color": "^8.0.0"
7521 },
7522 "engines": {
7523 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
7524 }
7525 },
7526 "node_modules/eslint-webpack-plugin/node_modules/json-schema-traverse": {
7527 "version": "1.0.0",
7528 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
7529 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
7530 },
7531 "node_modules/eslint-webpack-plugin/node_modules/schema-utils": {
7532 "version": "4.0.0",
7533 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
7534 "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
7535 "dependencies": {
7536 "@types/json-schema": "^7.0.9",
7537 "ajv": "^8.8.0",
7538 "ajv-formats": "^2.1.1",
7539 "ajv-keywords": "^5.0.0"
7540 },
7541 "engines": {
7542 "node": ">= 12.13.0"
7543 },
7544 "funding": {
7545 "type": "opencollective",
7546 "url": "https://opencollective.com/webpack"
7547 }
7548 },
7549 "node_modules/eslint-webpack-plugin/node_modules/supports-color": {
7550 "version": "8.1.1",
7551 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
7552 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
7553 "dependencies": {
7554 "has-flag": "^4.0.0"
7555 },
7556 "engines": {
7557 "node": ">=10"
7558 },
7559 "funding": {
7560 "url": "https://github.com/chalk/supports-color?sponsor=1"
7561 }
7562 },
7563 "node_modules/eslint/node_modules/ansi-styles": {
7564 "version": "4.3.0",
7565 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
7566 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
7567 "dependencies": {
7568 "color-convert": "^2.0.1"
7569 },
7570 "engines": {
7571 "node": ">=8"
7572 },
7573 "funding": {
7574 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7575 }
7576 },
7577 "node_modules/eslint/node_modules/argparse": {
7578 "version": "2.0.1",
7579 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
7580 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
7581 },
7582 "node_modules/eslint/node_modules/chalk": {
7583 "version": "4.1.2",
7584 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
7585 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
7586 "dependencies": {
7587 "ansi-styles": "^4.1.0",
7588 "supports-color": "^7.1.0"
7589 },
7590 "engines": {
7591 "node": ">=10"
7592 },
7593 "funding": {
7594 "url": "https://github.com/chalk/chalk?sponsor=1"
7595 }
7596 },
7597 "node_modules/eslint/node_modules/color-convert": {
7598 "version": "2.0.1",
7599 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
7600 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
7601 "dependencies": {
7602 "color-name": "~1.1.4"
7603 },
7604 "engines": {
7605 "node": ">=7.0.0"
7606 }
7607 },
7608 "node_modules/eslint/node_modules/color-name": {
7609 "version": "1.1.4",
7610 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
7611 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
7612 },
7613 "node_modules/eslint/node_modules/escape-string-regexp": {
7614 "version": "4.0.0",
7615 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
7616 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
7617 "engines": {
7618 "node": ">=10"
7619 },
7620 "funding": {
7621 "url": "https://github.com/sponsors/sindresorhus"
7622 }
7623 },
7624 "node_modules/eslint/node_modules/globals": {
7625 "version": "13.20.0",
7626 "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
7627 "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
7628 "dependencies": {
7629 "type-fest": "^0.20.2"
7630 },
7631 "engines": {
7632 "node": ">=8"
7633 },
7634 "funding": {
7635 "url": "https://github.com/sponsors/sindresorhus"
7636 }
7637 },
7638 "node_modules/eslint/node_modules/has-flag": {
7639 "version": "4.0.0",
7640 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
7641 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
7642 "engines": {
7643 "node": ">=8"
7644 }
7645 },
7646 "node_modules/eslint/node_modules/js-yaml": {
7647 "version": "4.1.0",
7648 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
7649 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
7650 "dependencies": {
7651 "argparse": "^2.0.1"
7652 },
7653 "bin": {
7654 "js-yaml": "bin/js-yaml.js"
7655 }
7656 },
7657 "node_modules/eslint/node_modules/supports-color": {
7658 "version": "7.2.0",
7659 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
7660 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
7661 "dependencies": {
7662 "has-flag": "^4.0.0"
7663 },
7664 "engines": {
7665 "node": ">=8"
7666 }
7667 },
7668 "node_modules/eslint/node_modules/type-fest": {
7669 "version": "0.20.2",
7670 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
7671 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
7672 "engines": {
7673 "node": ">=10"
7674 },
7675 "funding": {
7676 "url": "https://github.com/sponsors/sindresorhus"
7677 }
7678 },
7679 "node_modules/espree": {
7680 "version": "9.4.1",
7681 "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz",
7682 "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==",
7683 "dependencies": {
7684 "acorn": "^8.8.0",
7685 "acorn-jsx": "^5.3.2",
7686 "eslint-visitor-keys": "^3.3.0"
7687 },
7688 "engines": {
7689 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7690 },
7691 "funding": {
7692 "url": "https://opencollective.com/eslint"
7693 }
7694 },
7695 "node_modules/esprima": {
7696 "version": "4.0.1",
7697 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
7698 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
7699 "bin": {
7700 "esparse": "bin/esparse.js",
7701 "esvalidate": "bin/esvalidate.js"
7702 },
7703 "engines": {
7704 "node": ">=4"
7705 }
7706 },
7707 "node_modules/esquery": {
7708 "version": "1.4.2",
7709 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.2.tgz",
7710 "integrity": "sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==",
7711 "dependencies": {
7712 "estraverse": "^5.1.0"
7713 },
7714 "engines": {
7715 "node": ">=0.10"
7716 }
7717 },
7718 "node_modules/esrecurse": {
7719 "version": "4.3.0",
7720 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
7721 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
7722 "dependencies": {
7723 "estraverse": "^5.2.0"
7724 },
7725 "engines": {
7726 "node": ">=4.0"
7727 }
7728 },
7729 "node_modules/estraverse": {
7730 "version": "5.3.0",
7731 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
7732 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
7733 "engines": {
7734 "node": ">=4.0"
7735 }
7736 },
7737 "node_modules/estree-walker": {
7738 "version": "1.0.1",
7739 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
7740 "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
7741 },
7742 "node_modules/esutils": {
7743 "version": "2.0.3",
7744 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
7745 "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
7746 "engines": {
7747 "node": ">=0.10.0"
7748 }
7749 },
7750 "node_modules/etag": {
7751 "version": "1.8.1",
7752 "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
7753 "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
7754 "engines": {
7755 "node": ">= 0.6"
7756 }
7757 },
7758 "node_modules/eventemitter3": {
7759 "version": "4.0.7",
7760 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
7761 "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
7762 },
7763 "node_modules/events": {
7764 "version": "3.3.0",
7765 "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
7766 "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
7767 "engines": {
7768 "node": ">=0.8.x"
7769 }
7770 },
7771 "node_modules/execa": {
7772 "version": "5.1.1",
7773 "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
7774 "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
7775 "dependencies": {
7776 "cross-spawn": "^7.0.3",
7777 "get-stream": "^6.0.0",
7778 "human-signals": "^2.1.0",
7779 "is-stream": "^2.0.0",
7780 "merge-stream": "^2.0.0",
7781 "npm-run-path": "^4.0.1",
7782 "onetime": "^5.1.2",
7783 "signal-exit": "^3.0.3",
7784 "strip-final-newline": "^2.0.0"
7785 },
7786 "engines": {
7787 "node": ">=10"
7788 },
7789 "funding": {
7790 "url": "https://github.com/sindresorhus/execa?sponsor=1"
7791 }
7792 },
7793 "node_modules/exit": {
7794 "version": "0.1.2",
7795 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
7796 "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
7797 "engines": {
7798 "node": ">= 0.8.0"
7799 }
7800 },
7801 "node_modules/expect": {
7802 "version": "27.5.1",
7803 "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
7804 "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
7805 "dependencies": {
7806 "@jest/types": "^27.5.1",
7807 "jest-get-type": "^27.5.1",
7808 "jest-matcher-utils": "^27.5.1",
7809 "jest-message-util": "^27.5.1"
7810 },
7811 "engines": {
7812 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
7813 }
7814 },
7815 "node_modules/express": {
7816 "version": "4.18.2",
7817 "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz",
7818 "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==",
7819 "dependencies": {
7820 "accepts": "~1.3.8",
7821 "array-flatten": "1.1.1",
7822 "body-parser": "1.20.1",
7823 "content-disposition": "0.5.4",
7824 "content-type": "~1.0.4",
7825 "cookie": "0.5.0",
7826 "cookie-signature": "1.0.6",
7827 "debug": "2.6.9",
7828 "depd": "2.0.0",
7829 "encodeurl": "~1.0.2",
7830 "escape-html": "~1.0.3",
7831 "etag": "~1.8.1",
7832 "finalhandler": "1.2.0",
7833 "fresh": "0.5.2",
7834 "http-errors": "2.0.0",
7835 "merge-descriptors": "1.0.1",
7836 "methods": "~1.1.2",
7837 "on-finished": "2.4.1",
7838 "parseurl": "~1.3.3",
7839 "path-to-regexp": "0.1.7",
7840 "proxy-addr": "~2.0.7",
7841 "qs": "6.11.0",
7842 "range-parser": "~1.2.1",
7843 "safe-buffer": "5.2.1",
7844 "send": "0.18.0",
7845 "serve-static": "1.15.0",
7846 "setprototypeof": "1.2.0",
7847 "statuses": "2.0.1",
7848 "type-is": "~1.6.18",
7849 "utils-merge": "1.0.1",
7850 "vary": "~1.1.2"
7851 },
7852 "engines": {
7853 "node": ">= 0.10.0"
7854 }
7855 },
7856 "node_modules/express/node_modules/array-flatten": {
7857 "version": "1.1.1",
7858 "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
7859 "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg=="
7860 },
7861 "node_modules/express/node_modules/debug": {
7862 "version": "2.6.9",
7863 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
7864 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
7865 "dependencies": {
7866 "ms": "2.0.0"
7867 }
7868 },
7869 "node_modules/express/node_modules/ms": {
7870 "version": "2.0.0",
7871 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
7872 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
7873 },
7874 "node_modules/fast-deep-equal": {
7875 "version": "3.1.3",
7876 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
7877 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
7878 },
7879 "node_modules/fast-glob": {
7880 "version": "3.2.12",
7881 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
7882 "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
7883 "dependencies": {
7884 "@nodelib/fs.stat": "^2.0.2",
7885 "@nodelib/fs.walk": "^1.2.3",
7886 "glob-parent": "^5.1.2",
7887 "merge2": "^1.3.0",
7888 "micromatch": "^4.0.4"
7889 },
7890 "engines": {
7891 "node": ">=8.6.0"
645 } 7892 }
646 }, 7893 },
7894 "node_modules/fast-glob/node_modules/glob-parent": {
7895 "version": "5.1.2",
7896 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
7897 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
7898 "dependencies": {
7899 "is-glob": "^4.0.1"
7900 },
7901 "engines": {
7902 "node": ">= 6"
7903 }
7904 },
7905 "node_modules/fast-json-stable-stringify": {
7906 "version": "2.1.0",
7907 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
7908 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
7909 },
7910 "node_modules/fast-levenshtein": {
7911 "version": "2.0.6",
7912 "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
7913 "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
7914 },
7915 "node_modules/fastq": {
7916 "version": "1.15.0",
7917 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
7918 "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
7919 "dependencies": {
7920 "reusify": "^1.0.4"
7921 }
7922 },
7923 "node_modules/faye-websocket": {
7924 "version": "0.11.4",
7925 "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
7926 "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
7927 "dependencies": {
7928 "websocket-driver": ">=0.5.1"
7929 },
7930 "engines": {
7931 "node": ">=0.8.0"
7932 }
7933 },
7934 "node_modules/fb-watchman": {
7935 "version": "2.0.2",
7936 "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
7937 "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
7938 "dependencies": {
7939 "bser": "2.1.1"
7940 }
7941 },
7942 "node_modules/file-entry-cache": {
7943 "version": "6.0.1",
7944 "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
7945 "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
7946 "dependencies": {
7947 "flat-cache": "^3.0.4"
7948 },
7949 "engines": {
7950 "node": "^10.12.0 || >=12.0.0"
7951 }
7952 },
7953 "node_modules/file-loader": {
7954 "version": "6.2.0",
7955 "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
7956 "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
7957 "dependencies": {
7958 "loader-utils": "^2.0.0",
7959 "schema-utils": "^3.0.0"
7960 },
7961 "engines": {
7962 "node": ">= 10.13.0"
7963 },
7964 "funding": {
7965 "type": "opencollective",
7966 "url": "https://opencollective.com/webpack"
7967 },
7968 "peerDependencies": {
7969 "webpack": "^4.0.0 || ^5.0.0"
7970 }
7971 },
7972 "node_modules/filelist": {
7973 "version": "1.0.4",
7974 "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
7975 "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
7976 "dependencies": {
7977 "minimatch": "^5.0.1"
7978 }
7979 },
7980 "node_modules/filelist/node_modules/brace-expansion": {
7981 "version": "2.0.1",
7982 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
7983 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
7984 "dependencies": {
7985 "balanced-match": "^1.0.0"
7986 }
7987 },
7988 "node_modules/filelist/node_modules/minimatch": {
7989 "version": "5.1.6",
7990 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
7991 "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
7992 "dependencies": {
7993 "brace-expansion": "^2.0.1"
7994 },
7995 "engines": {
7996 "node": ">=10"
7997 }
7998 },
7999 "node_modules/filesize": {
8000 "version": "8.0.7",
8001 "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz",
8002 "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==",
8003 "engines": {
8004 "node": ">= 0.4.0"
8005 }
8006 },
8007 "node_modules/fill-range": {
8008 "version": "7.0.1",
8009 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
8010 "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
8011 "dependencies": {
8012 "to-regex-range": "^5.0.1"
8013 },
8014 "engines": {
8015 "node": ">=8"
8016 }
8017 },
8018 "node_modules/finalhandler": {
8019 "version": "1.2.0",
8020 "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
8021 "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
8022 "dependencies": {
8023 "debug": "2.6.9",
8024 "encodeurl": "~1.0.2",
8025 "escape-html": "~1.0.3",
8026 "on-finished": "2.4.1",
8027 "parseurl": "~1.3.3",
8028 "statuses": "2.0.1",
8029 "unpipe": "~1.0.0"
8030 },
8031 "engines": {
8032 "node": ">= 0.8"
8033 }
8034 },
8035 "node_modules/finalhandler/node_modules/debug": {
8036 "version": "2.6.9",
8037 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
8038 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
8039 "dependencies": {
8040 "ms": "2.0.0"
8041 }
8042 },
8043 "node_modules/finalhandler/node_modules/ms": {
8044 "version": "2.0.0",
8045 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
8046 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
8047 },
8048 "node_modules/find-cache-dir": {
8049 "version": "3.3.2",
8050 "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
8051 "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
8052 "dependencies": {
8053 "commondir": "^1.0.1",
8054 "make-dir": "^3.0.2",
8055 "pkg-dir": "^4.1.0"
8056 },
8057 "engines": {
8058 "node": ">=8"
8059 },
8060 "funding": {
8061 "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
8062 }
8063 },
8064 "node_modules/find-up": {
8065 "version": "5.0.0",
8066 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
8067 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
8068 "dependencies": {
8069 "locate-path": "^6.0.0",
8070 "path-exists": "^4.0.0"
8071 },
8072 "engines": {
8073 "node": ">=10"
8074 },
8075 "funding": {
8076 "url": "https://github.com/sponsors/sindresorhus"
8077 }
8078 },
8079 "node_modules/flat-cache": {
8080 "version": "3.0.4",
8081 "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
8082 "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
8083 "dependencies": {
8084 "flatted": "^3.1.0",
8085 "rimraf": "^3.0.2"
8086 },
8087 "engines": {
8088 "node": "^10.12.0 || >=12.0.0"
8089 }
8090 },
8091 "node_modules/flatted": {
8092 "version": "3.2.7",
8093 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
8094 "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ=="
8095 },
8096 "node_modules/follow-redirects": {
8097 "version": "1.15.2",
8098 "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
8099 "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
8100 "funding": [
8101 {
8102 "type": "individual",
8103 "url": "https://github.com/sponsors/RubenVerborgh"
8104 }
8105 ],
8106 "engines": {
8107 "node": ">=4.0"
8108 },
8109 "peerDependenciesMeta": {
8110 "debug": {
8111 "optional": true
8112 }
8113 }
8114 },
8115 "node_modules/for-each": {
8116 "version": "0.3.3",
8117 "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
8118 "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
8119 "dependencies": {
8120 "is-callable": "^1.1.3"
8121 }
8122 },
8123 "node_modules/fork-ts-checker-webpack-plugin": {
8124 "version": "6.5.2",
8125 "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.2.tgz",
8126 "integrity": "sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==",
8127 "dependencies": {
8128 "@babel/code-frame": "^7.8.3",
8129 "@types/json-schema": "^7.0.5",
8130 "chalk": "^4.1.0",
8131 "chokidar": "^3.4.2",
8132 "cosmiconfig": "^6.0.0",
8133 "deepmerge": "^4.2.2",
8134 "fs-extra": "^9.0.0",
8135 "glob": "^7.1.6",
8136 "memfs": "^3.1.2",
8137 "minimatch": "^3.0.4",
8138 "schema-utils": "2.7.0",
8139 "semver": "^7.3.2",
8140 "tapable": "^1.0.0"
8141 },
8142 "engines": {
8143 "node": ">=10",
8144 "yarn": ">=1.0.0"
8145 },
8146 "peerDependencies": {
8147 "eslint": ">= 6",
8148 "typescript": ">= 2.7",
8149 "vue-template-compiler": "*",
8150 "webpack": ">= 4"
8151 },
8152 "peerDependenciesMeta": {
8153 "eslint": {
8154 "optional": true
8155 },
8156 "vue-template-compiler": {
8157 "optional": true
8158 }
8159 }
8160 },
8161 "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": {
8162 "version": "4.3.0",
8163 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
8164 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
8165 "dependencies": {
8166 "color-convert": "^2.0.1"
8167 },
8168 "engines": {
8169 "node": ">=8"
8170 },
8171 "funding": {
8172 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8173 }
8174 },
8175 "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": {
8176 "version": "4.1.2",
8177 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
8178 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
8179 "dependencies": {
8180 "ansi-styles": "^4.1.0",
8181 "supports-color": "^7.1.0"
8182 },
8183 "engines": {
8184 "node": ">=10"
8185 },
8186 "funding": {
8187 "url": "https://github.com/chalk/chalk?sponsor=1"
8188 }
8189 },
8190 "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": {
8191 "version": "2.0.1",
8192 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
8193 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
8194 "dependencies": {
8195 "color-name": "~1.1.4"
8196 },
8197 "engines": {
8198 "node": ">=7.0.0"
8199 }
8200 },
8201 "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": {
8202 "version": "1.1.4",
8203 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
8204 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
8205 },
8206 "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": {
8207 "version": "6.0.0",
8208 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
8209 "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
8210 "dependencies": {
8211 "@types/parse-json": "^4.0.0",
8212 "import-fresh": "^3.1.0",
8213 "parse-json": "^5.0.0",
8214 "path-type": "^4.0.0",
8215 "yaml": "^1.7.2"
8216 },
8217 "engines": {
8218 "node": ">=8"
8219 }
8220 },
8221 "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": {
8222 "version": "9.1.0",
8223 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
8224 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
8225 "dependencies": {
8226 "at-least-node": "^1.0.0",
8227 "graceful-fs": "^4.2.0",
8228 "jsonfile": "^6.0.1",
8229 "universalify": "^2.0.0"
8230 },
8231 "engines": {
8232 "node": ">=10"
8233 }
8234 },
8235 "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": {
8236 "version": "4.0.0",
8237 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
8238 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
8239 "engines": {
8240 "node": ">=8"
8241 }
8242 },
8243 "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": {
8244 "version": "2.7.0",
8245 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
8246 "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
8247 "dependencies": {
8248 "@types/json-schema": "^7.0.4",
8249 "ajv": "^6.12.2",
8250 "ajv-keywords": "^3.4.1"
8251 },
8252 "engines": {
8253 "node": ">= 8.9.0"
8254 },
8255 "funding": {
8256 "type": "opencollective",
8257 "url": "https://opencollective.com/webpack"
8258 }
8259 },
8260 "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": {
8261 "version": "7.2.0",
8262 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
8263 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
8264 "dependencies": {
8265 "has-flag": "^4.0.0"
8266 },
8267 "engines": {
8268 "node": ">=8"
8269 }
8270 },
8271 "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": {
8272 "version": "1.1.3",
8273 "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
8274 "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
8275 "engines": {
8276 "node": ">=6"
8277 }
8278 },
8279 "node_modules/form-data": {
8280 "version": "3.0.1",
8281 "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
8282 "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
8283 "dependencies": {
8284 "asynckit": "^0.4.0",
8285 "combined-stream": "^1.0.8",
8286 "mime-types": "^2.1.12"
8287 },
8288 "engines": {
8289 "node": ">= 6"
8290 }
8291 },
8292 "node_modules/forwarded": {
8293 "version": "0.2.0",
8294 "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
8295 "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
8296 "engines": {
8297 "node": ">= 0.6"
8298 }
8299 },
8300 "node_modules/fraction.js": {
8301 "version": "4.2.0",
8302 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
8303 "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",
8304 "engines": {
8305 "node": "*"
8306 },
8307 "funding": {
8308 "type": "patreon",
8309 "url": "https://www.patreon.com/infusion"
8310 }
8311 },
8312 "node_modules/fresh": {
8313 "version": "0.5.2",
8314 "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
8315 "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
8316 "engines": {
8317 "node": ">= 0.6"
8318 }
8319 },
8320 "node_modules/fs-extra": {
8321 "version": "10.1.0",
8322 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
8323 "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
8324 "dependencies": {
8325 "graceful-fs": "^4.2.0",
8326 "jsonfile": "^6.0.1",
8327 "universalify": "^2.0.0"
8328 },
8329 "engines": {
8330 "node": ">=12"
8331 }
8332 },
8333 "node_modules/fs-monkey": {
8334 "version": "1.0.3",
8335 "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz",
8336 "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q=="
8337 },
8338 "node_modules/fs.realpath": {
8339 "version": "1.0.0",
8340 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
8341 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
8342 },
647 "node_modules/fsevents": { 8343 "node_modules/fsevents": {
648 "version": "2.3.2", 8344 "version": "2.3.2",
649 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", 8345 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
650 "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", 8346 "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
651 "dev": true,
652 "hasInstallScript": true, 8347 "hasInstallScript": true,
653 "optional": true, 8348 "optional": true,
654 "os": [ 8349 "os": [
@@ -661,14 +8356,261 @@
661 "node_modules/function-bind": { 8356 "node_modules/function-bind": {
662 "version": "1.1.1", 8357 "version": "1.1.1",
663 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", 8358 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
664 "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", 8359 "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
665 "dev": true 8360 },
8361 "node_modules/function.prototype.name": {
8362 "version": "1.1.5",
8363 "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
8364 "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
8365 "dependencies": {
8366 "call-bind": "^1.0.2",
8367 "define-properties": "^1.1.3",
8368 "es-abstract": "^1.19.0",
8369 "functions-have-names": "^1.2.2"
8370 },
8371 "engines": {
8372 "node": ">= 0.4"
8373 },
8374 "funding": {
8375 "url": "https://github.com/sponsors/ljharb"
8376 }
8377 },
8378 "node_modules/functions-have-names": {
8379 "version": "1.2.3",
8380 "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
8381 "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
8382 "funding": {
8383 "url": "https://github.com/sponsors/ljharb"
8384 }
8385 },
8386 "node_modules/gensync": {
8387 "version": "1.0.0-beta.2",
8388 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
8389 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
8390 "engines": {
8391 "node": ">=6.9.0"
8392 }
8393 },
8394 "node_modules/get-caller-file": {
8395 "version": "2.0.5",
8396 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
8397 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
8398 "engines": {
8399 "node": "6.* || 8.* || >= 10.*"
8400 }
8401 },
8402 "node_modules/get-intrinsic": {
8403 "version": "1.2.0",
8404 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz",
8405 "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==",
8406 "dependencies": {
8407 "function-bind": "^1.1.1",
8408 "has": "^1.0.3",
8409 "has-symbols": "^1.0.3"
8410 },
8411 "funding": {
8412 "url": "https://github.com/sponsors/ljharb"
8413 }
8414 },
8415 "node_modules/get-own-enumerable-property-symbols": {
8416 "version": "3.0.2",
8417 "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
8418 "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
8419 },
8420 "node_modules/get-package-type": {
8421 "version": "0.1.0",
8422 "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
8423 "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
8424 "engines": {
8425 "node": ">=8.0.0"
8426 }
8427 },
8428 "node_modules/get-stream": {
8429 "version": "6.0.1",
8430 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
8431 "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
8432 "engines": {
8433 "node": ">=10"
8434 },
8435 "funding": {
8436 "url": "https://github.com/sponsors/sindresorhus"
8437 }
8438 },
8439 "node_modules/get-symbol-description": {
8440 "version": "1.0.0",
8441 "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
8442 "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
8443 "dependencies": {
8444 "call-bind": "^1.0.2",
8445 "get-intrinsic": "^1.1.1"
8446 },
8447 "engines": {
8448 "node": ">= 0.4"
8449 },
8450 "funding": {
8451 "url": "https://github.com/sponsors/ljharb"
8452 }
8453 },
8454 "node_modules/glob": {
8455 "version": "7.2.3",
8456 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
8457 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
8458 "dependencies": {
8459 "fs.realpath": "^1.0.0",
8460 "inflight": "^1.0.4",
8461 "inherits": "2",
8462 "minimatch": "^3.1.1",
8463 "once": "^1.3.0",
8464 "path-is-absolute": "^1.0.0"
8465 },
8466 "engines": {
8467 "node": "*"
8468 },
8469 "funding": {
8470 "url": "https://github.com/sponsors/isaacs"
8471 }
8472 },
8473 "node_modules/glob-parent": {
8474 "version": "6.0.2",
8475 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
8476 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
8477 "dependencies": {
8478 "is-glob": "^4.0.3"
8479 },
8480 "engines": {
8481 "node": ">=10.13.0"
8482 }
8483 },
8484 "node_modules/glob-to-regexp": {
8485 "version": "0.4.1",
8486 "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
8487 "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
8488 },
8489 "node_modules/global-modules": {
8490 "version": "2.0.0",
8491 "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
8492 "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
8493 "dependencies": {
8494 "global-prefix": "^3.0.0"
8495 },
8496 "engines": {
8497 "node": ">=6"
8498 }
8499 },
8500 "node_modules/global-prefix": {
8501 "version": "3.0.0",
8502 "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
8503 "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
8504 "dependencies": {
8505 "ini": "^1.3.5",
8506 "kind-of": "^6.0.2",
8507 "which": "^1.3.1"
8508 },
8509 "engines": {
8510 "node": ">=6"
8511 }
8512 },
8513 "node_modules/global-prefix/node_modules/which": {
8514 "version": "1.3.1",
8515 "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
8516 "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
8517 "dependencies": {
8518 "isexe": "^2.0.0"
8519 },
8520 "bin": {
8521 "which": "bin/which"
8522 }
8523 },
8524 "node_modules/globals": {
8525 "version": "11.12.0",
8526 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
8527 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
8528 "engines": {
8529 "node": ">=4"
8530 }
8531 },
8532 "node_modules/globalthis": {
8533 "version": "1.0.3",
8534 "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
8535 "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
8536 "dependencies": {
8537 "define-properties": "^1.1.3"
8538 },
8539 "engines": {
8540 "node": ">= 0.4"
8541 },
8542 "funding": {
8543 "url": "https://github.com/sponsors/ljharb"
8544 }
8545 },
8546 "node_modules/globby": {
8547 "version": "11.1.0",
8548 "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
8549 "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
8550 "dependencies": {
8551 "array-union": "^2.1.0",
8552 "dir-glob": "^3.0.1",
8553 "fast-glob": "^3.2.9",
8554 "ignore": "^5.2.0",
8555 "merge2": "^1.4.1",
8556 "slash": "^3.0.0"
8557 },
8558 "engines": {
8559 "node": ">=10"
8560 },
8561 "funding": {
8562 "url": "https://github.com/sponsors/sindresorhus"
8563 }
8564 },
8565 "node_modules/gopd": {
8566 "version": "1.0.1",
8567 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
8568 "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
8569 "dependencies": {
8570 "get-intrinsic": "^1.1.3"
8571 },
8572 "funding": {
8573 "url": "https://github.com/sponsors/ljharb"
8574 }
8575 },
8576 "node_modules/graceful-fs": {
8577 "version": "4.2.10",
8578 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
8579 "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
8580 },
8581 "node_modules/grapheme-splitter": {
8582 "version": "1.0.4",
8583 "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
8584 "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ=="
8585 },
8586 "node_modules/gzip-size": {
8587 "version": "6.0.0",
8588 "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
8589 "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
8590 "dependencies": {
8591 "duplexer": "^0.1.2"
8592 },
8593 "engines": {
8594 "node": ">=10"
8595 },
8596 "funding": {
8597 "url": "https://github.com/sponsors/sindresorhus"
8598 }
8599 },
8600 "node_modules/handle-thing": {
8601 "version": "2.0.1",
8602 "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
8603 "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
8604 },
8605 "node_modules/harmony-reflect": {
8606 "version": "1.6.2",
8607 "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
8608 "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g=="
666 }, 8609 },
667 "node_modules/has": { 8610 "node_modules/has": {
668 "version": "1.0.3", 8611 "version": "1.0.3",
669 "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", 8612 "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
670 "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", 8613 "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
671 "dev": true,
672 "dependencies": { 8614 "dependencies": {
673 "function-bind": "^1.1.1" 8615 "function-bind": "^1.1.1"
674 }, 8616 },
@@ -676,11 +8618,540 @@
676 "node": ">= 0.4.0" 8618 "node": ">= 0.4.0"
677 } 8619 }
678 }, 8620 },
8621 "node_modules/has-bigints": {
8622 "version": "1.0.2",
8623 "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
8624 "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
8625 "funding": {
8626 "url": "https://github.com/sponsors/ljharb"
8627 }
8628 },
8629 "node_modules/has-flag": {
8630 "version": "3.0.0",
8631 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
8632 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
8633 "engines": {
8634 "node": ">=4"
8635 }
8636 },
8637 "node_modules/has-property-descriptors": {
8638 "version": "1.0.0",
8639 "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
8640 "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
8641 "dependencies": {
8642 "get-intrinsic": "^1.1.1"
8643 },
8644 "funding": {
8645 "url": "https://github.com/sponsors/ljharb"
8646 }
8647 },
8648 "node_modules/has-proto": {
8649 "version": "1.0.1",
8650 "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
8651 "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
8652 "engines": {
8653 "node": ">= 0.4"
8654 },
8655 "funding": {
8656 "url": "https://github.com/sponsors/ljharb"
8657 }
8658 },
8659 "node_modules/has-symbols": {
8660 "version": "1.0.3",
8661 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
8662 "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
8663 "engines": {
8664 "node": ">= 0.4"
8665 },
8666 "funding": {
8667 "url": "https://github.com/sponsors/ljharb"
8668 }
8669 },
8670 "node_modules/has-tostringtag": {
8671 "version": "1.0.0",
8672 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
8673 "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
8674 "dependencies": {
8675 "has-symbols": "^1.0.2"
8676 },
8677 "engines": {
8678 "node": ">= 0.4"
8679 },
8680 "funding": {
8681 "url": "https://github.com/sponsors/ljharb"
8682 }
8683 },
8684 "node_modules/he": {
8685 "version": "1.2.0",
8686 "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
8687 "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
8688 "bin": {
8689 "he": "bin/he"
8690 }
8691 },
8692 "node_modules/hoopy": {
8693 "version": "0.1.4",
8694 "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
8695 "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
8696 "engines": {
8697 "node": ">= 6.0.0"
8698 }
8699 },
8700 "node_modules/hpack.js": {
8701 "version": "2.1.6",
8702 "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
8703 "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
8704 "dependencies": {
8705 "inherits": "^2.0.1",
8706 "obuf": "^1.0.0",
8707 "readable-stream": "^2.0.1",
8708 "wbuf": "^1.1.0"
8709 }
8710 },
8711 "node_modules/hpack.js/node_modules/isarray": {
8712 "version": "1.0.0",
8713 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
8714 "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
8715 },
8716 "node_modules/hpack.js/node_modules/readable-stream": {
8717 "version": "2.3.7",
8718 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
8719 "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
8720 "dependencies": {
8721 "core-util-is": "~1.0.0",
8722 "inherits": "~2.0.3",
8723 "isarray": "~1.0.0",
8724 "process-nextick-args": "~2.0.0",
8725 "safe-buffer": "~5.1.1",
8726 "string_decoder": "~1.1.1",
8727 "util-deprecate": "~1.0.1"
8728 }
8729 },
8730 "node_modules/hpack.js/node_modules/safe-buffer": {
8731 "version": "5.1.2",
8732 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
8733 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
8734 },
8735 "node_modules/hpack.js/node_modules/string_decoder": {
8736 "version": "1.1.1",
8737 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
8738 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
8739 "dependencies": {
8740 "safe-buffer": "~5.1.0"
8741 }
8742 },
8743 "node_modules/html-encoding-sniffer": {
8744 "version": "2.0.1",
8745 "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
8746 "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
8747 "dependencies": {
8748 "whatwg-encoding": "^1.0.5"
8749 },
8750 "engines": {
8751 "node": ">=10"
8752 }
8753 },
8754 "node_modules/html-entities": {
8755 "version": "2.3.3",
8756 "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz",
8757 "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA=="
8758 },
8759 "node_modules/html-escaper": {
8760 "version": "2.0.2",
8761 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
8762 "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
8763 },
8764 "node_modules/html-minifier-terser": {
8765 "version": "6.1.0",
8766 "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
8767 "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
8768 "dependencies": {
8769 "camel-case": "^4.1.2",
8770 "clean-css": "^5.2.2",
8771 "commander": "^8.3.0",
8772 "he": "^1.2.0",
8773 "param-case": "^3.0.4",
8774 "relateurl": "^0.2.7",
8775 "terser": "^5.10.0"
8776 },
8777 "bin": {
8778 "html-minifier-terser": "cli.js"
8779 },
8780 "engines": {
8781 "node": ">=12"
8782 }
8783 },
8784 "node_modules/html-webpack-plugin": {
8785 "version": "5.5.0",
8786 "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz",
8787 "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==",
8788 "dependencies": {
8789 "@types/html-minifier-terser": "^6.0.0",
8790 "html-minifier-terser": "^6.0.2",
8791 "lodash": "^4.17.21",
8792 "pretty-error": "^4.0.0",
8793 "tapable": "^2.0.0"
8794 },
8795 "engines": {
8796 "node": ">=10.13.0"
8797 },
8798 "funding": {
8799 "type": "opencollective",
8800 "url": "https://opencollective.com/html-webpack-plugin"
8801 },
8802 "peerDependencies": {
8803 "webpack": "^5.20.0"
8804 }
8805 },
8806 "node_modules/htmlparser2": {
8807 "version": "6.1.0",
8808 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
8809 "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
8810 "funding": [
8811 "https://github.com/fb55/htmlparser2?sponsor=1",
8812 {
8813 "type": "github",
8814 "url": "https://github.com/sponsors/fb55"
8815 }
8816 ],
8817 "dependencies": {
8818 "domelementtype": "^2.0.1",
8819 "domhandler": "^4.0.0",
8820 "domutils": "^2.5.2",
8821 "entities": "^2.0.0"
8822 }
8823 },
8824 "node_modules/http-deceiver": {
8825 "version": "1.2.7",
8826 "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
8827 "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw=="
8828 },
8829 "node_modules/http-errors": {
8830 "version": "2.0.0",
8831 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
8832 "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
8833 "dependencies": {
8834 "depd": "2.0.0",
8835 "inherits": "2.0.4",
8836 "setprototypeof": "1.2.0",
8837 "statuses": "2.0.1",
8838 "toidentifier": "1.0.1"
8839 },
8840 "engines": {
8841 "node": ">= 0.8"
8842 }
8843 },
8844 "node_modules/http-parser-js": {
8845 "version": "0.5.8",
8846 "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
8847 "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q=="
8848 },
8849 "node_modules/http-proxy": {
8850 "version": "1.18.1",
8851 "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
8852 "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
8853 "dependencies": {
8854 "eventemitter3": "^4.0.0",
8855 "follow-redirects": "^1.0.0",
8856 "requires-port": "^1.0.0"
8857 },
8858 "engines": {
8859 "node": ">=8.0.0"
8860 }
8861 },
8862 "node_modules/http-proxy-agent": {
8863 "version": "4.0.1",
8864 "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
8865 "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
8866 "dependencies": {
8867 "@tootallnate/once": "1",
8868 "agent-base": "6",
8869 "debug": "4"
8870 },
8871 "engines": {
8872 "node": ">= 6"
8873 }
8874 },
8875 "node_modules/http-proxy-middleware": {
8876 "version": "2.0.6",
8877 "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
8878 "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
8879 "dependencies": {
8880 "@types/http-proxy": "^1.17.8",
8881 "http-proxy": "^1.18.1",
8882 "is-glob": "^4.0.1",
8883 "is-plain-obj": "^3.0.0",
8884 "micromatch": "^4.0.2"
8885 },
8886 "engines": {
8887 "node": ">=12.0.0"
8888 },
8889 "peerDependencies": {
8890 "@types/express": "^4.17.13"
8891 },
8892 "peerDependenciesMeta": {
8893 "@types/express": {
8894 "optional": true
8895 }
8896 }
8897 },
8898 "node_modules/https-proxy-agent": {
8899 "version": "5.0.1",
8900 "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
8901 "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
8902 "dependencies": {
8903 "agent-base": "6",
8904 "debug": "4"
8905 },
8906 "engines": {
8907 "node": ">= 6"
8908 }
8909 },
8910 "node_modules/human-signals": {
8911 "version": "2.1.0",
8912 "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
8913 "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
8914 "engines": {
8915 "node": ">=10.17.0"
8916 }
8917 },
8918 "node_modules/iconv-lite": {
8919 "version": "0.6.3",
8920 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
8921 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
8922 "dependencies": {
8923 "safer-buffer": ">= 2.1.2 < 3.0.0"
8924 },
8925 "engines": {
8926 "node": ">=0.10.0"
8927 }
8928 },
8929 "node_modules/icss-utils": {
8930 "version": "5.1.0",
8931 "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
8932 "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
8933 "engines": {
8934 "node": "^10 || ^12 || >= 14"
8935 },
8936 "peerDependencies": {
8937 "postcss": "^8.1.0"
8938 }
8939 },
8940 "node_modules/idb": {
8941 "version": "7.1.1",
8942 "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
8943 "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
8944 },
8945 "node_modules/identity-obj-proxy": {
8946 "version": "3.0.0",
8947 "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
8948 "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==",
8949 "dependencies": {
8950 "harmony-reflect": "^1.4.6"
8951 },
8952 "engines": {
8953 "node": ">=4"
8954 }
8955 },
8956 "node_modules/ignore": {
8957 "version": "5.2.4",
8958 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
8959 "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
8960 "engines": {
8961 "node": ">= 4"
8962 }
8963 },
8964 "node_modules/immer": {
8965 "version": "9.0.19",
8966 "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.19.tgz",
8967 "integrity": "sha512-eY+Y0qcsB4TZKwgQzLaE/lqYMlKhv5J9dyd2RhhtGhNo2njPXDqU9XPfcNfa3MIDsdtZt5KlkIsirlo4dHsWdQ==",
8968 "funding": {
8969 "type": "opencollective",
8970 "url": "https://opencollective.com/immer"
8971 }
8972 },
8973 "node_modules/import-fresh": {
8974 "version": "3.3.0",
8975 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
8976 "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
8977 "dependencies": {
8978 "parent-module": "^1.0.0",
8979 "resolve-from": "^4.0.0"
8980 },
8981 "engines": {
8982 "node": ">=6"
8983 },
8984 "funding": {
8985 "url": "https://github.com/sponsors/sindresorhus"
8986 }
8987 },
8988 "node_modules/import-fresh/node_modules/resolve-from": {
8989 "version": "4.0.0",
8990 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
8991 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
8992 "engines": {
8993 "node": ">=4"
8994 }
8995 },
8996 "node_modules/import-local": {
8997 "version": "3.1.0",
8998 "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
8999 "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
9000 "dependencies": {
9001 "pkg-dir": "^4.2.0",
9002 "resolve-cwd": "^3.0.0"
9003 },
9004 "bin": {
9005 "import-local-fixture": "fixtures/cli.js"
9006 },
9007 "engines": {
9008 "node": ">=8"
9009 },
9010 "funding": {
9011 "url": "https://github.com/sponsors/sindresorhus"
9012 }
9013 },
9014 "node_modules/imurmurhash": {
9015 "version": "0.1.4",
9016 "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
9017 "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
9018 "engines": {
9019 "node": ">=0.8.19"
9020 }
9021 },
9022 "node_modules/indent-string": {
9023 "version": "4.0.0",
9024 "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
9025 "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
9026 "engines": {
9027 "node": ">=8"
9028 }
9029 },
9030 "node_modules/inflight": {
9031 "version": "1.0.6",
9032 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
9033 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
9034 "dependencies": {
9035 "once": "^1.3.0",
9036 "wrappy": "1"
9037 }
9038 },
9039 "node_modules/inherits": {
9040 "version": "2.0.4",
9041 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
9042 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
9043 },
9044 "node_modules/ini": {
9045 "version": "1.3.8",
9046 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
9047 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
9048 },
9049 "node_modules/internal-slot": {
9050 "version": "1.0.5",
9051 "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
9052 "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==",
9053 "dependencies": {
9054 "get-intrinsic": "^1.2.0",
9055 "has": "^1.0.3",
9056 "side-channel": "^1.0.4"
9057 },
9058 "engines": {
9059 "node": ">= 0.4"
9060 }
9061 },
9062 "node_modules/ipaddr.js": {
9063 "version": "2.0.1",
9064 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz",
9065 "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==",
9066 "engines": {
9067 "node": ">= 10"
9068 }
9069 },
9070 "node_modules/is-arguments": {
9071 "version": "1.1.1",
9072 "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
9073 "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
9074 "dependencies": {
9075 "call-bind": "^1.0.2",
9076 "has-tostringtag": "^1.0.0"
9077 },
9078 "engines": {
9079 "node": ">= 0.4"
9080 },
9081 "funding": {
9082 "url": "https://github.com/sponsors/ljharb"
9083 }
9084 },
9085 "node_modules/is-array-buffer": {
9086 "version": "3.0.1",
9087 "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.1.tgz",
9088 "integrity": "sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ==",
9089 "dependencies": {
9090 "call-bind": "^1.0.2",
9091 "get-intrinsic": "^1.1.3",
9092 "is-typed-array": "^1.1.10"
9093 },
9094 "funding": {
9095 "url": "https://github.com/sponsors/ljharb"
9096 }
9097 },
9098 "node_modules/is-arrayish": {
9099 "version": "0.2.1",
9100 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
9101 "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
9102 },
9103 "node_modules/is-bigint": {
9104 "version": "1.0.4",
9105 "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
9106 "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
9107 "dependencies": {
9108 "has-bigints": "^1.0.1"
9109 },
9110 "funding": {
9111 "url": "https://github.com/sponsors/ljharb"
9112 }
9113 },
9114 "node_modules/is-binary-path": {
9115 "version": "2.1.0",
9116 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
9117 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
9118 "dependencies": {
9119 "binary-extensions": "^2.0.0"
9120 },
9121 "engines": {
9122 "node": ">=8"
9123 }
9124 },
9125 "node_modules/is-boolean-object": {
9126 "version": "1.1.2",
9127 "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
9128 "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
9129 "dependencies": {
9130 "call-bind": "^1.0.2",
9131 "has-tostringtag": "^1.0.0"
9132 },
9133 "engines": {
9134 "node": ">= 0.4"
9135 },
9136 "funding": {
9137 "url": "https://github.com/sponsors/ljharb"
9138 }
9139 },
9140 "node_modules/is-callable": {
9141 "version": "1.2.7",
9142 "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
9143 "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
9144 "engines": {
9145 "node": ">= 0.4"
9146 },
9147 "funding": {
9148 "url": "https://github.com/sponsors/ljharb"
9149 }
9150 },
679 "node_modules/is-core-module": { 9151 "node_modules/is-core-module": {
680 "version": "2.11.0", 9152 "version": "2.11.0",
681 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", 9153 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
682 "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", 9154 "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
683 "dev": true,
684 "dependencies": { 9155 "dependencies": {
685 "has": "^1.0.3" 9156 "has": "^1.0.3"
686 }, 9157 },
@@ -688,11 +9159,2644 @@
688 "url": "https://github.com/sponsors/ljharb" 9159 "url": "https://github.com/sponsors/ljharb"
689 } 9160 }
690 }, 9161 },
9162 "node_modules/is-date-object": {
9163 "version": "1.0.5",
9164 "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
9165 "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
9166 "dependencies": {
9167 "has-tostringtag": "^1.0.0"
9168 },
9169 "engines": {
9170 "node": ">= 0.4"
9171 },
9172 "funding": {
9173 "url": "https://github.com/sponsors/ljharb"
9174 }
9175 },
9176 "node_modules/is-docker": {
9177 "version": "2.2.1",
9178 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
9179 "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
9180 "bin": {
9181 "is-docker": "cli.js"
9182 },
9183 "engines": {
9184 "node": ">=8"
9185 },
9186 "funding": {
9187 "url": "https://github.com/sponsors/sindresorhus"
9188 }
9189 },
9190 "node_modules/is-extglob": {
9191 "version": "2.1.1",
9192 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
9193 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
9194 "engines": {
9195 "node": ">=0.10.0"
9196 }
9197 },
9198 "node_modules/is-fullwidth-code-point": {
9199 "version": "3.0.0",
9200 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
9201 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
9202 "engines": {
9203 "node": ">=8"
9204 }
9205 },
9206 "node_modules/is-generator-fn": {
9207 "version": "2.1.0",
9208 "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
9209 "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
9210 "engines": {
9211 "node": ">=6"
9212 }
9213 },
9214 "node_modules/is-glob": {
9215 "version": "4.0.3",
9216 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
9217 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
9218 "dependencies": {
9219 "is-extglob": "^2.1.1"
9220 },
9221 "engines": {
9222 "node": ">=0.10.0"
9223 }
9224 },
9225 "node_modules/is-map": {
9226 "version": "2.0.2",
9227 "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
9228 "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==",
9229 "funding": {
9230 "url": "https://github.com/sponsors/ljharb"
9231 }
9232 },
9233 "node_modules/is-module": {
9234 "version": "1.0.0",
9235 "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
9236 "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
9237 },
9238 "node_modules/is-negative-zero": {
9239 "version": "2.0.2",
9240 "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
9241 "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
9242 "engines": {
9243 "node": ">= 0.4"
9244 },
9245 "funding": {
9246 "url": "https://github.com/sponsors/ljharb"
9247 }
9248 },
9249 "node_modules/is-number": {
9250 "version": "7.0.0",
9251 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
9252 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
9253 "engines": {
9254 "node": ">=0.12.0"
9255 }
9256 },
9257 "node_modules/is-number-object": {
9258 "version": "1.0.7",
9259 "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
9260 "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
9261 "dependencies": {
9262 "has-tostringtag": "^1.0.0"
9263 },
9264 "engines": {
9265 "node": ">= 0.4"
9266 },
9267 "funding": {
9268 "url": "https://github.com/sponsors/ljharb"
9269 }
9270 },
9271 "node_modules/is-obj": {
9272 "version": "1.0.1",
9273 "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
9274 "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==",
9275 "engines": {
9276 "node": ">=0.10.0"
9277 }
9278 },
9279 "node_modules/is-path-inside": {
9280 "version": "3.0.3",
9281 "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
9282 "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
9283 "engines": {
9284 "node": ">=8"
9285 }
9286 },
9287 "node_modules/is-plain-obj": {
9288 "version": "3.0.0",
9289 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
9290 "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
9291 "engines": {
9292 "node": ">=10"
9293 },
9294 "funding": {
9295 "url": "https://github.com/sponsors/sindresorhus"
9296 }
9297 },
9298 "node_modules/is-potential-custom-element-name": {
9299 "version": "1.0.1",
9300 "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
9301 "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
9302 },
9303 "node_modules/is-regex": {
9304 "version": "1.1.4",
9305 "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
9306 "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
9307 "dependencies": {
9308 "call-bind": "^1.0.2",
9309 "has-tostringtag": "^1.0.0"
9310 },
9311 "engines": {
9312 "node": ">= 0.4"
9313 },
9314 "funding": {
9315 "url": "https://github.com/sponsors/ljharb"
9316 }
9317 },
9318 "node_modules/is-regexp": {
9319 "version": "1.0.0",
9320 "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
9321 "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
9322 "engines": {
9323 "node": ">=0.10.0"
9324 }
9325 },
9326 "node_modules/is-root": {
9327 "version": "2.1.0",
9328 "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
9329 "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==",
9330 "engines": {
9331 "node": ">=6"
9332 }
9333 },
9334 "node_modules/is-set": {
9335 "version": "2.0.2",
9336 "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz",
9337 "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==",
9338 "funding": {
9339 "url": "https://github.com/sponsors/ljharb"
9340 }
9341 },
9342 "node_modules/is-shared-array-buffer": {
9343 "version": "1.0.2",
9344 "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
9345 "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
9346 "dependencies": {
9347 "call-bind": "^1.0.2"
9348 },
9349 "funding": {
9350 "url": "https://github.com/sponsors/ljharb"
9351 }
9352 },
9353 "node_modules/is-stream": {
9354 "version": "2.0.1",
9355 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
9356 "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
9357 "engines": {
9358 "node": ">=8"
9359 },
9360 "funding": {
9361 "url": "https://github.com/sponsors/sindresorhus"
9362 }
9363 },
9364 "node_modules/is-string": {
9365 "version": "1.0.7",
9366 "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
9367 "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
9368 "dependencies": {
9369 "has-tostringtag": "^1.0.0"
9370 },
9371 "engines": {
9372 "node": ">= 0.4"
9373 },
9374 "funding": {
9375 "url": "https://github.com/sponsors/ljharb"
9376 }
9377 },
9378 "node_modules/is-symbol": {
9379 "version": "1.0.4",
9380 "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
9381 "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
9382 "dependencies": {
9383 "has-symbols": "^1.0.2"
9384 },
9385 "engines": {
9386 "node": ">= 0.4"
9387 },
9388 "funding": {
9389 "url": "https://github.com/sponsors/ljharb"
9390 }
9391 },
9392 "node_modules/is-typed-array": {
9393 "version": "1.1.10",
9394 "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
9395 "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
9396 "dependencies": {
9397 "available-typed-arrays": "^1.0.5",
9398 "call-bind": "^1.0.2",
9399 "for-each": "^0.3.3",
9400 "gopd": "^1.0.1",
9401 "has-tostringtag": "^1.0.0"
9402 },
9403 "engines": {
9404 "node": ">= 0.4"
9405 },
9406 "funding": {
9407 "url": "https://github.com/sponsors/ljharb"
9408 }
9409 },
9410 "node_modules/is-typedarray": {
9411 "version": "1.0.0",
9412 "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
9413 "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
9414 },
9415 "node_modules/is-weakmap": {
9416 "version": "2.0.1",
9417 "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz",
9418 "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==",
9419 "funding": {
9420 "url": "https://github.com/sponsors/ljharb"
9421 }
9422 },
9423 "node_modules/is-weakref": {
9424 "version": "1.0.2",
9425 "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
9426 "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
9427 "dependencies": {
9428 "call-bind": "^1.0.2"
9429 },
9430 "funding": {
9431 "url": "https://github.com/sponsors/ljharb"
9432 }
9433 },
9434 "node_modules/is-weakset": {
9435 "version": "2.0.2",
9436 "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz",
9437 "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==",
9438 "dependencies": {
9439 "call-bind": "^1.0.2",
9440 "get-intrinsic": "^1.1.1"
9441 },
9442 "funding": {
9443 "url": "https://github.com/sponsors/ljharb"
9444 }
9445 },
9446 "node_modules/is-wsl": {
9447 "version": "2.2.0",
9448 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
9449 "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
9450 "dependencies": {
9451 "is-docker": "^2.0.0"
9452 },
9453 "engines": {
9454 "node": ">=8"
9455 }
9456 },
9457 "node_modules/isarray": {
9458 "version": "2.0.5",
9459 "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
9460 "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="
9461 },
9462 "node_modules/isexe": {
9463 "version": "2.0.0",
9464 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
9465 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
9466 },
9467 "node_modules/istanbul-lib-coverage": {
9468 "version": "3.2.0",
9469 "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
9470 "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
9471 "engines": {
9472 "node": ">=8"
9473 }
9474 },
9475 "node_modules/istanbul-lib-instrument": {
9476 "version": "5.2.1",
9477 "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
9478 "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
9479 "dependencies": {
9480 "@babel/core": "^7.12.3",
9481 "@babel/parser": "^7.14.7",
9482 "@istanbuljs/schema": "^0.1.2",
9483 "istanbul-lib-coverage": "^3.2.0",
9484 "semver": "^6.3.0"
9485 },
9486 "engines": {
9487 "node": ">=8"
9488 }
9489 },
9490 "node_modules/istanbul-lib-instrument/node_modules/semver": {
9491 "version": "6.3.0",
9492 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
9493 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
9494 "bin": {
9495 "semver": "bin/semver.js"
9496 }
9497 },
9498 "node_modules/istanbul-lib-report": {
9499 "version": "3.0.0",
9500 "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
9501 "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
9502 "dependencies": {
9503 "istanbul-lib-coverage": "^3.0.0",
9504 "make-dir": "^3.0.0",
9505 "supports-color": "^7.1.0"
9506 },
9507 "engines": {
9508 "node": ">=8"
9509 }
9510 },
9511 "node_modules/istanbul-lib-report/node_modules/has-flag": {
9512 "version": "4.0.0",
9513 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
9514 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
9515 "engines": {
9516 "node": ">=8"
9517 }
9518 },
9519 "node_modules/istanbul-lib-report/node_modules/supports-color": {
9520 "version": "7.2.0",
9521 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
9522 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
9523 "dependencies": {
9524 "has-flag": "^4.0.0"
9525 },
9526 "engines": {
9527 "node": ">=8"
9528 }
9529 },
9530 "node_modules/istanbul-lib-source-maps": {
9531 "version": "4.0.1",
9532 "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
9533 "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
9534 "dependencies": {
9535 "debug": "^4.1.1",
9536 "istanbul-lib-coverage": "^3.0.0",
9537 "source-map": "^0.6.1"
9538 },
9539 "engines": {
9540 "node": ">=10"
9541 }
9542 },
9543 "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
9544 "version": "0.6.1",
9545 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
9546 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
9547 "engines": {
9548 "node": ">=0.10.0"
9549 }
9550 },
9551 "node_modules/istanbul-reports": {
9552 "version": "3.1.5",
9553 "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz",
9554 "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==",
9555 "dependencies": {
9556 "html-escaper": "^2.0.0",
9557 "istanbul-lib-report": "^3.0.0"
9558 },
9559 "engines": {
9560 "node": ">=8"
9561 }
9562 },
9563 "node_modules/jake": {
9564 "version": "10.8.5",
9565 "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz",
9566 "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==",
9567 "dependencies": {
9568 "async": "^3.2.3",
9569 "chalk": "^4.0.2",
9570 "filelist": "^1.0.1",
9571 "minimatch": "^3.0.4"
9572 },
9573 "bin": {
9574 "jake": "bin/cli.js"
9575 },
9576 "engines": {
9577 "node": ">=10"
9578 }
9579 },
9580 "node_modules/jake/node_modules/ansi-styles": {
9581 "version": "4.3.0",
9582 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
9583 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
9584 "dependencies": {
9585 "color-convert": "^2.0.1"
9586 },
9587 "engines": {
9588 "node": ">=8"
9589 },
9590 "funding": {
9591 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
9592 }
9593 },
9594 "node_modules/jake/node_modules/chalk": {
9595 "version": "4.1.2",
9596 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
9597 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
9598 "dependencies": {
9599 "ansi-styles": "^4.1.0",
9600 "supports-color": "^7.1.0"
9601 },
9602 "engines": {
9603 "node": ">=10"
9604 },
9605 "funding": {
9606 "url": "https://github.com/chalk/chalk?sponsor=1"
9607 }
9608 },
9609 "node_modules/jake/node_modules/color-convert": {
9610 "version": "2.0.1",
9611 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
9612 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
9613 "dependencies": {
9614 "color-name": "~1.1.4"
9615 },
9616 "engines": {
9617 "node": ">=7.0.0"
9618 }
9619 },
9620 "node_modules/jake/node_modules/color-name": {
9621 "version": "1.1.4",
9622 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
9623 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
9624 },
9625 "node_modules/jake/node_modules/has-flag": {
9626 "version": "4.0.0",
9627 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
9628 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
9629 "engines": {
9630 "node": ">=8"
9631 }
9632 },
9633 "node_modules/jake/node_modules/supports-color": {
9634 "version": "7.2.0",
9635 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
9636 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
9637 "dependencies": {
9638 "has-flag": "^4.0.0"
9639 },
9640 "engines": {
9641 "node": ">=8"
9642 }
9643 },
9644 "node_modules/jest": {
9645 "version": "27.5.1",
9646 "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
9647 "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
9648 "dependencies": {
9649 "@jest/core": "^27.5.1",
9650 "import-local": "^3.0.2",
9651 "jest-cli": "^27.5.1"
9652 },
9653 "bin": {
9654 "jest": "bin/jest.js"
9655 },
9656 "engines": {
9657 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9658 },
9659 "peerDependencies": {
9660 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
9661 },
9662 "peerDependenciesMeta": {
9663 "node-notifier": {
9664 "optional": true
9665 }
9666 }
9667 },
9668 "node_modules/jest-changed-files": {
9669 "version": "27.5.1",
9670 "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
9671 "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
9672 "dependencies": {
9673 "@jest/types": "^27.5.1",
9674 "execa": "^5.0.0",
9675 "throat": "^6.0.1"
9676 },
9677 "engines": {
9678 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9679 }
9680 },
9681 "node_modules/jest-circus": {
9682 "version": "27.5.1",
9683 "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
9684 "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
9685 "dependencies": {
9686 "@jest/environment": "^27.5.1",
9687 "@jest/test-result": "^27.5.1",
9688 "@jest/types": "^27.5.1",
9689 "@types/node": "*",
9690 "chalk": "^4.0.0",
9691 "co": "^4.6.0",
9692 "dedent": "^0.7.0",
9693 "expect": "^27.5.1",
9694 "is-generator-fn": "^2.0.0",
9695 "jest-each": "^27.5.1",
9696 "jest-matcher-utils": "^27.5.1",
9697 "jest-message-util": "^27.5.1",
9698 "jest-runtime": "^27.5.1",
9699 "jest-snapshot": "^27.5.1",
9700 "jest-util": "^27.5.1",
9701 "pretty-format": "^27.5.1",
9702 "slash": "^3.0.0",
9703 "stack-utils": "^2.0.3",
9704 "throat": "^6.0.1"
9705 },
9706 "engines": {
9707 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9708 }
9709 },
9710 "node_modules/jest-circus/node_modules/ansi-styles": {
9711 "version": "4.3.0",
9712 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
9713 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
9714 "dependencies": {
9715 "color-convert": "^2.0.1"
9716 },
9717 "engines": {
9718 "node": ">=8"
9719 },
9720 "funding": {
9721 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
9722 }
9723 },
9724 "node_modules/jest-circus/node_modules/chalk": {
9725 "version": "4.1.2",
9726 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
9727 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
9728 "dependencies": {
9729 "ansi-styles": "^4.1.0",
9730 "supports-color": "^7.1.0"
9731 },
9732 "engines": {
9733 "node": ">=10"
9734 },
9735 "funding": {
9736 "url": "https://github.com/chalk/chalk?sponsor=1"
9737 }
9738 },
9739 "node_modules/jest-circus/node_modules/color-convert": {
9740 "version": "2.0.1",
9741 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
9742 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
9743 "dependencies": {
9744 "color-name": "~1.1.4"
9745 },
9746 "engines": {
9747 "node": ">=7.0.0"
9748 }
9749 },
9750 "node_modules/jest-circus/node_modules/color-name": {
9751 "version": "1.1.4",
9752 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
9753 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
9754 },
9755 "node_modules/jest-circus/node_modules/has-flag": {
9756 "version": "4.0.0",
9757 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
9758 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
9759 "engines": {
9760 "node": ">=8"
9761 }
9762 },
9763 "node_modules/jest-circus/node_modules/supports-color": {
9764 "version": "7.2.0",
9765 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
9766 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
9767 "dependencies": {
9768 "has-flag": "^4.0.0"
9769 },
9770 "engines": {
9771 "node": ">=8"
9772 }
9773 },
9774 "node_modules/jest-cli": {
9775 "version": "27.5.1",
9776 "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
9777 "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
9778 "dependencies": {
9779 "@jest/core": "^27.5.1",
9780 "@jest/test-result": "^27.5.1",
9781 "@jest/types": "^27.5.1",
9782 "chalk": "^4.0.0",
9783 "exit": "^0.1.2",
9784 "graceful-fs": "^4.2.9",
9785 "import-local": "^3.0.2",
9786 "jest-config": "^27.5.1",
9787 "jest-util": "^27.5.1",
9788 "jest-validate": "^27.5.1",
9789 "prompts": "^2.0.1",
9790 "yargs": "^16.2.0"
9791 },
9792 "bin": {
9793 "jest": "bin/jest.js"
9794 },
9795 "engines": {
9796 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9797 },
9798 "peerDependencies": {
9799 "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
9800 },
9801 "peerDependenciesMeta": {
9802 "node-notifier": {
9803 "optional": true
9804 }
9805 }
9806 },
9807 "node_modules/jest-cli/node_modules/ansi-styles": {
9808 "version": "4.3.0",
9809 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
9810 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
9811 "dependencies": {
9812 "color-convert": "^2.0.1"
9813 },
9814 "engines": {
9815 "node": ">=8"
9816 },
9817 "funding": {
9818 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
9819 }
9820 },
9821 "node_modules/jest-cli/node_modules/chalk": {
9822 "version": "4.1.2",
9823 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
9824 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
9825 "dependencies": {
9826 "ansi-styles": "^4.1.0",
9827 "supports-color": "^7.1.0"
9828 },
9829 "engines": {
9830 "node": ">=10"
9831 },
9832 "funding": {
9833 "url": "https://github.com/chalk/chalk?sponsor=1"
9834 }
9835 },
9836 "node_modules/jest-cli/node_modules/color-convert": {
9837 "version": "2.0.1",
9838 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
9839 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
9840 "dependencies": {
9841 "color-name": "~1.1.4"
9842 },
9843 "engines": {
9844 "node": ">=7.0.0"
9845 }
9846 },
9847 "node_modules/jest-cli/node_modules/color-name": {
9848 "version": "1.1.4",
9849 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
9850 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
9851 },
9852 "node_modules/jest-cli/node_modules/has-flag": {
9853 "version": "4.0.0",
9854 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
9855 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
9856 "engines": {
9857 "node": ">=8"
9858 }
9859 },
9860 "node_modules/jest-cli/node_modules/supports-color": {
9861 "version": "7.2.0",
9862 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
9863 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
9864 "dependencies": {
9865 "has-flag": "^4.0.0"
9866 },
9867 "engines": {
9868 "node": ">=8"
9869 }
9870 },
9871 "node_modules/jest-config": {
9872 "version": "27.5.1",
9873 "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
9874 "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
9875 "dependencies": {
9876 "@babel/core": "^7.8.0",
9877 "@jest/test-sequencer": "^27.5.1",
9878 "@jest/types": "^27.5.1",
9879 "babel-jest": "^27.5.1",
9880 "chalk": "^4.0.0",
9881 "ci-info": "^3.2.0",
9882 "deepmerge": "^4.2.2",
9883 "glob": "^7.1.1",
9884 "graceful-fs": "^4.2.9",
9885 "jest-circus": "^27.5.1",
9886 "jest-environment-jsdom": "^27.5.1",
9887 "jest-environment-node": "^27.5.1",
9888 "jest-get-type": "^27.5.1",
9889 "jest-jasmine2": "^27.5.1",
9890 "jest-regex-util": "^27.5.1",
9891 "jest-resolve": "^27.5.1",
9892 "jest-runner": "^27.5.1",
9893 "jest-util": "^27.5.1",
9894 "jest-validate": "^27.5.1",
9895 "micromatch": "^4.0.4",
9896 "parse-json": "^5.2.0",
9897 "pretty-format": "^27.5.1",
9898 "slash": "^3.0.0",
9899 "strip-json-comments": "^3.1.1"
9900 },
9901 "engines": {
9902 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9903 },
9904 "peerDependencies": {
9905 "ts-node": ">=9.0.0"
9906 },
9907 "peerDependenciesMeta": {
9908 "ts-node": {
9909 "optional": true
9910 }
9911 }
9912 },
9913 "node_modules/jest-config/node_modules/ansi-styles": {
9914 "version": "4.3.0",
9915 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
9916 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
9917 "dependencies": {
9918 "color-convert": "^2.0.1"
9919 },
9920 "engines": {
9921 "node": ">=8"
9922 },
9923 "funding": {
9924 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
9925 }
9926 },
9927 "node_modules/jest-config/node_modules/chalk": {
9928 "version": "4.1.2",
9929 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
9930 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
9931 "dependencies": {
9932 "ansi-styles": "^4.1.0",
9933 "supports-color": "^7.1.0"
9934 },
9935 "engines": {
9936 "node": ">=10"
9937 },
9938 "funding": {
9939 "url": "https://github.com/chalk/chalk?sponsor=1"
9940 }
9941 },
9942 "node_modules/jest-config/node_modules/color-convert": {
9943 "version": "2.0.1",
9944 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
9945 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
9946 "dependencies": {
9947 "color-name": "~1.1.4"
9948 },
9949 "engines": {
9950 "node": ">=7.0.0"
9951 }
9952 },
9953 "node_modules/jest-config/node_modules/color-name": {
9954 "version": "1.1.4",
9955 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
9956 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
9957 },
9958 "node_modules/jest-config/node_modules/has-flag": {
9959 "version": "4.0.0",
9960 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
9961 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
9962 "engines": {
9963 "node": ">=8"
9964 }
9965 },
9966 "node_modules/jest-config/node_modules/supports-color": {
9967 "version": "7.2.0",
9968 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
9969 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
9970 "dependencies": {
9971 "has-flag": "^4.0.0"
9972 },
9973 "engines": {
9974 "node": ">=8"
9975 }
9976 },
9977 "node_modules/jest-diff": {
9978 "version": "27.5.1",
9979 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
9980 "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
9981 "dependencies": {
9982 "chalk": "^4.0.0",
9983 "diff-sequences": "^27.5.1",
9984 "jest-get-type": "^27.5.1",
9985 "pretty-format": "^27.5.1"
9986 },
9987 "engines": {
9988 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
9989 }
9990 },
9991 "node_modules/jest-diff/node_modules/ansi-styles": {
9992 "version": "4.3.0",
9993 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
9994 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
9995 "dependencies": {
9996 "color-convert": "^2.0.1"
9997 },
9998 "engines": {
9999 "node": ">=8"
10000 },
10001 "funding": {
10002 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
10003 }
10004 },
10005 "node_modules/jest-diff/node_modules/chalk": {
10006 "version": "4.1.2",
10007 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
10008 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
10009 "dependencies": {
10010 "ansi-styles": "^4.1.0",
10011 "supports-color": "^7.1.0"
10012 },
10013 "engines": {
10014 "node": ">=10"
10015 },
10016 "funding": {
10017 "url": "https://github.com/chalk/chalk?sponsor=1"
10018 }
10019 },
10020 "node_modules/jest-diff/node_modules/color-convert": {
10021 "version": "2.0.1",
10022 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
10023 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
10024 "dependencies": {
10025 "color-name": "~1.1.4"
10026 },
10027 "engines": {
10028 "node": ">=7.0.0"
10029 }
10030 },
10031 "node_modules/jest-diff/node_modules/color-name": {
10032 "version": "1.1.4",
10033 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
10034 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
10035 },
10036 "node_modules/jest-diff/node_modules/has-flag": {
10037 "version": "4.0.0",
10038 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
10039 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
10040 "engines": {
10041 "node": ">=8"
10042 }
10043 },
10044 "node_modules/jest-diff/node_modules/supports-color": {
10045 "version": "7.2.0",
10046 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
10047 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
10048 "dependencies": {
10049 "has-flag": "^4.0.0"
10050 },
10051 "engines": {
10052 "node": ">=8"
10053 }
10054 },
10055 "node_modules/jest-docblock": {
10056 "version": "27.5.1",
10057 "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
10058 "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
10059 "dependencies": {
10060 "detect-newline": "^3.0.0"
10061 },
10062 "engines": {
10063 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10064 }
10065 },
10066 "node_modules/jest-each": {
10067 "version": "27.5.1",
10068 "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
10069 "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
10070 "dependencies": {
10071 "@jest/types": "^27.5.1",
10072 "chalk": "^4.0.0",
10073 "jest-get-type": "^27.5.1",
10074 "jest-util": "^27.5.1",
10075 "pretty-format": "^27.5.1"
10076 },
10077 "engines": {
10078 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10079 }
10080 },
10081 "node_modules/jest-each/node_modules/ansi-styles": {
10082 "version": "4.3.0",
10083 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
10084 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
10085 "dependencies": {
10086 "color-convert": "^2.0.1"
10087 },
10088 "engines": {
10089 "node": ">=8"
10090 },
10091 "funding": {
10092 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
10093 }
10094 },
10095 "node_modules/jest-each/node_modules/chalk": {
10096 "version": "4.1.2",
10097 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
10098 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
10099 "dependencies": {
10100 "ansi-styles": "^4.1.0",
10101 "supports-color": "^7.1.0"
10102 },
10103 "engines": {
10104 "node": ">=10"
10105 },
10106 "funding": {
10107 "url": "https://github.com/chalk/chalk?sponsor=1"
10108 }
10109 },
10110 "node_modules/jest-each/node_modules/color-convert": {
10111 "version": "2.0.1",
10112 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
10113 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
10114 "dependencies": {
10115 "color-name": "~1.1.4"
10116 },
10117 "engines": {
10118 "node": ">=7.0.0"
10119 }
10120 },
10121 "node_modules/jest-each/node_modules/color-name": {
10122 "version": "1.1.4",
10123 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
10124 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
10125 },
10126 "node_modules/jest-each/node_modules/has-flag": {
10127 "version": "4.0.0",
10128 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
10129 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
10130 "engines": {
10131 "node": ">=8"
10132 }
10133 },
10134 "node_modules/jest-each/node_modules/supports-color": {
10135 "version": "7.2.0",
10136 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
10137 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
10138 "dependencies": {
10139 "has-flag": "^4.0.0"
10140 },
10141 "engines": {
10142 "node": ">=8"
10143 }
10144 },
10145 "node_modules/jest-environment-jsdom": {
10146 "version": "27.5.1",
10147 "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
10148 "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
10149 "dependencies": {
10150 "@jest/environment": "^27.5.1",
10151 "@jest/fake-timers": "^27.5.1",
10152 "@jest/types": "^27.5.1",
10153 "@types/node": "*",
10154 "jest-mock": "^27.5.1",
10155 "jest-util": "^27.5.1",
10156 "jsdom": "^16.6.0"
10157 },
10158 "engines": {
10159 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10160 }
10161 },
10162 "node_modules/jest-environment-node": {
10163 "version": "27.5.1",
10164 "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
10165 "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
10166 "dependencies": {
10167 "@jest/environment": "^27.5.1",
10168 "@jest/fake-timers": "^27.5.1",
10169 "@jest/types": "^27.5.1",
10170 "@types/node": "*",
10171 "jest-mock": "^27.5.1",
10172 "jest-util": "^27.5.1"
10173 },
10174 "engines": {
10175 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10176 }
10177 },
10178 "node_modules/jest-get-type": {
10179 "version": "27.5.1",
10180 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
10181 "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
10182 "engines": {
10183 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10184 }
10185 },
10186 "node_modules/jest-haste-map": {
10187 "version": "27.5.1",
10188 "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
10189 "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
10190 "dependencies": {
10191 "@jest/types": "^27.5.1",
10192 "@types/graceful-fs": "^4.1.2",
10193 "@types/node": "*",
10194 "anymatch": "^3.0.3",
10195 "fb-watchman": "^2.0.0",
10196 "graceful-fs": "^4.2.9",
10197 "jest-regex-util": "^27.5.1",
10198 "jest-serializer": "^27.5.1",
10199 "jest-util": "^27.5.1",
10200 "jest-worker": "^27.5.1",
10201 "micromatch": "^4.0.4",
10202 "walker": "^1.0.7"
10203 },
10204 "engines": {
10205 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10206 },
10207 "optionalDependencies": {
10208 "fsevents": "^2.3.2"
10209 }
10210 },
10211 "node_modules/jest-jasmine2": {
10212 "version": "27.5.1",
10213 "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
10214 "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
10215 "dependencies": {
10216 "@jest/environment": "^27.5.1",
10217 "@jest/source-map": "^27.5.1",
10218 "@jest/test-result": "^27.5.1",
10219 "@jest/types": "^27.5.1",
10220 "@types/node": "*",
10221 "chalk": "^4.0.0",
10222 "co": "^4.6.0",
10223 "expect": "^27.5.1",
10224 "is-generator-fn": "^2.0.0",
10225 "jest-each": "^27.5.1",
10226 "jest-matcher-utils": "^27.5.1",
10227 "jest-message-util": "^27.5.1",
10228 "jest-runtime": "^27.5.1",
10229 "jest-snapshot": "^27.5.1",
10230 "jest-util": "^27.5.1",
10231 "pretty-format": "^27.5.1",
10232 "throat": "^6.0.1"
10233 },
10234 "engines": {
10235 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10236 }
10237 },
10238 "node_modules/jest-jasmine2/node_modules/ansi-styles": {
10239 "version": "4.3.0",
10240 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
10241 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
10242 "dependencies": {
10243 "color-convert": "^2.0.1"
10244 },
10245 "engines": {
10246 "node": ">=8"
10247 },
10248 "funding": {
10249 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
10250 }
10251 },
10252 "node_modules/jest-jasmine2/node_modules/chalk": {
10253 "version": "4.1.2",
10254 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
10255 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
10256 "dependencies": {
10257 "ansi-styles": "^4.1.0",
10258 "supports-color": "^7.1.0"
10259 },
10260 "engines": {
10261 "node": ">=10"
10262 },
10263 "funding": {
10264 "url": "https://github.com/chalk/chalk?sponsor=1"
10265 }
10266 },
10267 "node_modules/jest-jasmine2/node_modules/color-convert": {
10268 "version": "2.0.1",
10269 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
10270 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
10271 "dependencies": {
10272 "color-name": "~1.1.4"
10273 },
10274 "engines": {
10275 "node": ">=7.0.0"
10276 }
10277 },
10278 "node_modules/jest-jasmine2/node_modules/color-name": {
10279 "version": "1.1.4",
10280 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
10281 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
10282 },
10283 "node_modules/jest-jasmine2/node_modules/has-flag": {
10284 "version": "4.0.0",
10285 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
10286 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
10287 "engines": {
10288 "node": ">=8"
10289 }
10290 },
10291 "node_modules/jest-jasmine2/node_modules/supports-color": {
10292 "version": "7.2.0",
10293 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
10294 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
10295 "dependencies": {
10296 "has-flag": "^4.0.0"
10297 },
10298 "engines": {
10299 "node": ">=8"
10300 }
10301 },
10302 "node_modules/jest-leak-detector": {
10303 "version": "27.5.1",
10304 "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
10305 "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
10306 "dependencies": {
10307 "jest-get-type": "^27.5.1",
10308 "pretty-format": "^27.5.1"
10309 },
10310 "engines": {
10311 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10312 }
10313 },
10314 "node_modules/jest-matcher-utils": {
10315 "version": "27.5.1",
10316 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
10317 "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
10318 "dependencies": {
10319 "chalk": "^4.0.0",
10320 "jest-diff": "^27.5.1",
10321 "jest-get-type": "^27.5.1",
10322 "pretty-format": "^27.5.1"
10323 },
10324 "engines": {
10325 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10326 }
10327 },
10328 "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
10329 "version": "4.3.0",
10330 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
10331 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
10332 "dependencies": {
10333 "color-convert": "^2.0.1"
10334 },
10335 "engines": {
10336 "node": ">=8"
10337 },
10338 "funding": {
10339 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
10340 }
10341 },
10342 "node_modules/jest-matcher-utils/node_modules/chalk": {
10343 "version": "4.1.2",
10344 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
10345 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
10346 "dependencies": {
10347 "ansi-styles": "^4.1.0",
10348 "supports-color": "^7.1.0"
10349 },
10350 "engines": {
10351 "node": ">=10"
10352 },
10353 "funding": {
10354 "url": "https://github.com/chalk/chalk?sponsor=1"
10355 }
10356 },
10357 "node_modules/jest-matcher-utils/node_modules/color-convert": {
10358 "version": "2.0.1",
10359 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
10360 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
10361 "dependencies": {
10362 "color-name": "~1.1.4"
10363 },
10364 "engines": {
10365 "node": ">=7.0.0"
10366 }
10367 },
10368 "node_modules/jest-matcher-utils/node_modules/color-name": {
10369 "version": "1.1.4",
10370 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
10371 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
10372 },
10373 "node_modules/jest-matcher-utils/node_modules/has-flag": {
10374 "version": "4.0.0",
10375 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
10376 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
10377 "engines": {
10378 "node": ">=8"
10379 }
10380 },
10381 "node_modules/jest-matcher-utils/node_modules/supports-color": {
10382 "version": "7.2.0",
10383 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
10384 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
10385 "dependencies": {
10386 "has-flag": "^4.0.0"
10387 },
10388 "engines": {
10389 "node": ">=8"
10390 }
10391 },
10392 "node_modules/jest-message-util": {
10393 "version": "27.5.1",
10394 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
10395 "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
10396 "dependencies": {
10397 "@babel/code-frame": "^7.12.13",
10398 "@jest/types": "^27.5.1",
10399 "@types/stack-utils": "^2.0.0",
10400 "chalk": "^4.0.0",
10401 "graceful-fs": "^4.2.9",
10402 "micromatch": "^4.0.4",
10403 "pretty-format": "^27.5.1",
10404 "slash": "^3.0.0",
10405 "stack-utils": "^2.0.3"
10406 },
10407 "engines": {
10408 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10409 }
10410 },
10411 "node_modules/jest-message-util/node_modules/ansi-styles": {
10412 "version": "4.3.0",
10413 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
10414 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
10415 "dependencies": {
10416 "color-convert": "^2.0.1"
10417 },
10418 "engines": {
10419 "node": ">=8"
10420 },
10421 "funding": {
10422 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
10423 }
10424 },
10425 "node_modules/jest-message-util/node_modules/chalk": {
10426 "version": "4.1.2",
10427 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
10428 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
10429 "dependencies": {
10430 "ansi-styles": "^4.1.0",
10431 "supports-color": "^7.1.0"
10432 },
10433 "engines": {
10434 "node": ">=10"
10435 },
10436 "funding": {
10437 "url": "https://github.com/chalk/chalk?sponsor=1"
10438 }
10439 },
10440 "node_modules/jest-message-util/node_modules/color-convert": {
10441 "version": "2.0.1",
10442 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
10443 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
10444 "dependencies": {
10445 "color-name": "~1.1.4"
10446 },
10447 "engines": {
10448 "node": ">=7.0.0"
10449 }
10450 },
10451 "node_modules/jest-message-util/node_modules/color-name": {
10452 "version": "1.1.4",
10453 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
10454 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
10455 },
10456 "node_modules/jest-message-util/node_modules/has-flag": {
10457 "version": "4.0.0",
10458 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
10459 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
10460 "engines": {
10461 "node": ">=8"
10462 }
10463 },
10464 "node_modules/jest-message-util/node_modules/supports-color": {
10465 "version": "7.2.0",
10466 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
10467 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
10468 "dependencies": {
10469 "has-flag": "^4.0.0"
10470 },
10471 "engines": {
10472 "node": ">=8"
10473 }
10474 },
10475 "node_modules/jest-mock": {
10476 "version": "27.5.1",
10477 "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
10478 "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
10479 "dependencies": {
10480 "@jest/types": "^27.5.1",
10481 "@types/node": "*"
10482 },
10483 "engines": {
10484 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10485 }
10486 },
10487 "node_modules/jest-pnp-resolver": {
10488 "version": "1.2.3",
10489 "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
10490 "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
10491 "engines": {
10492 "node": ">=6"
10493 },
10494 "peerDependencies": {
10495 "jest-resolve": "*"
10496 },
10497 "peerDependenciesMeta": {
10498 "jest-resolve": {
10499 "optional": true
10500 }
10501 }
10502 },
10503 "node_modules/jest-regex-util": {
10504 "version": "27.5.1",
10505 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
10506 "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
10507 "engines": {
10508 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10509 }
10510 },
10511 "node_modules/jest-resolve": {
10512 "version": "27.5.1",
10513 "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
10514 "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
10515 "dependencies": {
10516 "@jest/types": "^27.5.1",
10517 "chalk": "^4.0.0",
10518 "graceful-fs": "^4.2.9",
10519 "jest-haste-map": "^27.5.1",
10520 "jest-pnp-resolver": "^1.2.2",
10521 "jest-util": "^27.5.1",
10522 "jest-validate": "^27.5.1",
10523 "resolve": "^1.20.0",
10524 "resolve.exports": "^1.1.0",
10525 "slash": "^3.0.0"
10526 },
10527 "engines": {
10528 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10529 }
10530 },
10531 "node_modules/jest-resolve-dependencies": {
10532 "version": "27.5.1",
10533 "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
10534 "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
10535 "dependencies": {
10536 "@jest/types": "^27.5.1",
10537 "jest-regex-util": "^27.5.1",
10538 "jest-snapshot": "^27.5.1"
10539 },
10540 "engines": {
10541 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10542 }
10543 },
10544 "node_modules/jest-resolve/node_modules/ansi-styles": {
10545 "version": "4.3.0",
10546 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
10547 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
10548 "dependencies": {
10549 "color-convert": "^2.0.1"
10550 },
10551 "engines": {
10552 "node": ">=8"
10553 },
10554 "funding": {
10555 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
10556 }
10557 },
10558 "node_modules/jest-resolve/node_modules/chalk": {
10559 "version": "4.1.2",
10560 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
10561 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
10562 "dependencies": {
10563 "ansi-styles": "^4.1.0",
10564 "supports-color": "^7.1.0"
10565 },
10566 "engines": {
10567 "node": ">=10"
10568 },
10569 "funding": {
10570 "url": "https://github.com/chalk/chalk?sponsor=1"
10571 }
10572 },
10573 "node_modules/jest-resolve/node_modules/color-convert": {
10574 "version": "2.0.1",
10575 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
10576 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
10577 "dependencies": {
10578 "color-name": "~1.1.4"
10579 },
10580 "engines": {
10581 "node": ">=7.0.0"
10582 }
10583 },
10584 "node_modules/jest-resolve/node_modules/color-name": {
10585 "version": "1.1.4",
10586 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
10587 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
10588 },
10589 "node_modules/jest-resolve/node_modules/has-flag": {
10590 "version": "4.0.0",
10591 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
10592 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
10593 "engines": {
10594 "node": ">=8"
10595 }
10596 },
10597 "node_modules/jest-resolve/node_modules/supports-color": {
10598 "version": "7.2.0",
10599 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
10600 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
10601 "dependencies": {
10602 "has-flag": "^4.0.0"
10603 },
10604 "engines": {
10605 "node": ">=8"
10606 }
10607 },
10608 "node_modules/jest-runner": {
10609 "version": "27.5.1",
10610 "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
10611 "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
10612 "dependencies": {
10613 "@jest/console": "^27.5.1",
10614 "@jest/environment": "^27.5.1",
10615 "@jest/test-result": "^27.5.1",
10616 "@jest/transform": "^27.5.1",
10617 "@jest/types": "^27.5.1",
10618 "@types/node": "*",
10619 "chalk": "^4.0.0",
10620 "emittery": "^0.8.1",
10621 "graceful-fs": "^4.2.9",
10622 "jest-docblock": "^27.5.1",
10623 "jest-environment-jsdom": "^27.5.1",
10624 "jest-environment-node": "^27.5.1",
10625 "jest-haste-map": "^27.5.1",
10626 "jest-leak-detector": "^27.5.1",
10627 "jest-message-util": "^27.5.1",
10628 "jest-resolve": "^27.5.1",
10629 "jest-runtime": "^27.5.1",
10630 "jest-util": "^27.5.1",
10631 "jest-worker": "^27.5.1",
10632 "source-map-support": "^0.5.6",
10633 "throat": "^6.0.1"
10634 },
10635 "engines": {
10636 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10637 }
10638 },
10639 "node_modules/jest-runner/node_modules/ansi-styles": {
10640 "version": "4.3.0",
10641 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
10642 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
10643 "dependencies": {
10644 "color-convert": "^2.0.1"
10645 },
10646 "engines": {
10647 "node": ">=8"
10648 },
10649 "funding": {
10650 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
10651 }
10652 },
10653 "node_modules/jest-runner/node_modules/chalk": {
10654 "version": "4.1.2",
10655 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
10656 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
10657 "dependencies": {
10658 "ansi-styles": "^4.1.0",
10659 "supports-color": "^7.1.0"
10660 },
10661 "engines": {
10662 "node": ">=10"
10663 },
10664 "funding": {
10665 "url": "https://github.com/chalk/chalk?sponsor=1"
10666 }
10667 },
10668 "node_modules/jest-runner/node_modules/color-convert": {
10669 "version": "2.0.1",
10670 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
10671 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
10672 "dependencies": {
10673 "color-name": "~1.1.4"
10674 },
10675 "engines": {
10676 "node": ">=7.0.0"
10677 }
10678 },
10679 "node_modules/jest-runner/node_modules/color-name": {
10680 "version": "1.1.4",
10681 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
10682 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
10683 },
10684 "node_modules/jest-runner/node_modules/has-flag": {
10685 "version": "4.0.0",
10686 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
10687 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
10688 "engines": {
10689 "node": ">=8"
10690 }
10691 },
10692 "node_modules/jest-runner/node_modules/supports-color": {
10693 "version": "7.2.0",
10694 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
10695 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
10696 "dependencies": {
10697 "has-flag": "^4.0.0"
10698 },
10699 "engines": {
10700 "node": ">=8"
10701 }
10702 },
10703 "node_modules/jest-runtime": {
10704 "version": "27.5.1",
10705 "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
10706 "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
10707 "dependencies": {
10708 "@jest/environment": "^27.5.1",
10709 "@jest/fake-timers": "^27.5.1",
10710 "@jest/globals": "^27.5.1",
10711 "@jest/source-map": "^27.5.1",
10712 "@jest/test-result": "^27.5.1",
10713 "@jest/transform": "^27.5.1",
10714 "@jest/types": "^27.5.1",
10715 "chalk": "^4.0.0",
10716 "cjs-module-lexer": "^1.0.0",
10717 "collect-v8-coverage": "^1.0.0",
10718 "execa": "^5.0.0",
10719 "glob": "^7.1.3",
10720 "graceful-fs": "^4.2.9",
10721 "jest-haste-map": "^27.5.1",
10722 "jest-message-util": "^27.5.1",
10723 "jest-mock": "^27.5.1",
10724 "jest-regex-util": "^27.5.1",
10725 "jest-resolve": "^27.5.1",
10726 "jest-snapshot": "^27.5.1",
10727 "jest-util": "^27.5.1",
10728 "slash": "^3.0.0",
10729 "strip-bom": "^4.0.0"
10730 },
10731 "engines": {
10732 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10733 }
10734 },
10735 "node_modules/jest-runtime/node_modules/ansi-styles": {
10736 "version": "4.3.0",
10737 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
10738 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
10739 "dependencies": {
10740 "color-convert": "^2.0.1"
10741 },
10742 "engines": {
10743 "node": ">=8"
10744 },
10745 "funding": {
10746 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
10747 }
10748 },
10749 "node_modules/jest-runtime/node_modules/chalk": {
10750 "version": "4.1.2",
10751 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
10752 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
10753 "dependencies": {
10754 "ansi-styles": "^4.1.0",
10755 "supports-color": "^7.1.0"
10756 },
10757 "engines": {
10758 "node": ">=10"
10759 },
10760 "funding": {
10761 "url": "https://github.com/chalk/chalk?sponsor=1"
10762 }
10763 },
10764 "node_modules/jest-runtime/node_modules/color-convert": {
10765 "version": "2.0.1",
10766 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
10767 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
10768 "dependencies": {
10769 "color-name": "~1.1.4"
10770 },
10771 "engines": {
10772 "node": ">=7.0.0"
10773 }
10774 },
10775 "node_modules/jest-runtime/node_modules/color-name": {
10776 "version": "1.1.4",
10777 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
10778 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
10779 },
10780 "node_modules/jest-runtime/node_modules/has-flag": {
10781 "version": "4.0.0",
10782 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
10783 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
10784 "engines": {
10785 "node": ">=8"
10786 }
10787 },
10788 "node_modules/jest-runtime/node_modules/supports-color": {
10789 "version": "7.2.0",
10790 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
10791 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
10792 "dependencies": {
10793 "has-flag": "^4.0.0"
10794 },
10795 "engines": {
10796 "node": ">=8"
10797 }
10798 },
10799 "node_modules/jest-serializer": {
10800 "version": "27.5.1",
10801 "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
10802 "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
10803 "dependencies": {
10804 "@types/node": "*",
10805 "graceful-fs": "^4.2.9"
10806 },
10807 "engines": {
10808 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10809 }
10810 },
10811 "node_modules/jest-snapshot": {
10812 "version": "27.5.1",
10813 "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
10814 "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
10815 "dependencies": {
10816 "@babel/core": "^7.7.2",
10817 "@babel/generator": "^7.7.2",
10818 "@babel/plugin-syntax-typescript": "^7.7.2",
10819 "@babel/traverse": "^7.7.2",
10820 "@babel/types": "^7.0.0",
10821 "@jest/transform": "^27.5.1",
10822 "@jest/types": "^27.5.1",
10823 "@types/babel__traverse": "^7.0.4",
10824 "@types/prettier": "^2.1.5",
10825 "babel-preset-current-node-syntax": "^1.0.0",
10826 "chalk": "^4.0.0",
10827 "expect": "^27.5.1",
10828 "graceful-fs": "^4.2.9",
10829 "jest-diff": "^27.5.1",
10830 "jest-get-type": "^27.5.1",
10831 "jest-haste-map": "^27.5.1",
10832 "jest-matcher-utils": "^27.5.1",
10833 "jest-message-util": "^27.5.1",
10834 "jest-util": "^27.5.1",
10835 "natural-compare": "^1.4.0",
10836 "pretty-format": "^27.5.1",
10837 "semver": "^7.3.2"
10838 },
10839 "engines": {
10840 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10841 }
10842 },
10843 "node_modules/jest-snapshot/node_modules/ansi-styles": {
10844 "version": "4.3.0",
10845 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
10846 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
10847 "dependencies": {
10848 "color-convert": "^2.0.1"
10849 },
10850 "engines": {
10851 "node": ">=8"
10852 },
10853 "funding": {
10854 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
10855 }
10856 },
10857 "node_modules/jest-snapshot/node_modules/chalk": {
10858 "version": "4.1.2",
10859 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
10860 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
10861 "dependencies": {
10862 "ansi-styles": "^4.1.0",
10863 "supports-color": "^7.1.0"
10864 },
10865 "engines": {
10866 "node": ">=10"
10867 },
10868 "funding": {
10869 "url": "https://github.com/chalk/chalk?sponsor=1"
10870 }
10871 },
10872 "node_modules/jest-snapshot/node_modules/color-convert": {
10873 "version": "2.0.1",
10874 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
10875 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
10876 "dependencies": {
10877 "color-name": "~1.1.4"
10878 },
10879 "engines": {
10880 "node": ">=7.0.0"
10881 }
10882 },
10883 "node_modules/jest-snapshot/node_modules/color-name": {
10884 "version": "1.1.4",
10885 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
10886 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
10887 },
10888 "node_modules/jest-snapshot/node_modules/has-flag": {
10889 "version": "4.0.0",
10890 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
10891 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
10892 "engines": {
10893 "node": ">=8"
10894 }
10895 },
10896 "node_modules/jest-snapshot/node_modules/supports-color": {
10897 "version": "7.2.0",
10898 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
10899 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
10900 "dependencies": {
10901 "has-flag": "^4.0.0"
10902 },
10903 "engines": {
10904 "node": ">=8"
10905 }
10906 },
10907 "node_modules/jest-util": {
10908 "version": "27.5.1",
10909 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
10910 "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
10911 "dependencies": {
10912 "@jest/types": "^27.5.1",
10913 "@types/node": "*",
10914 "chalk": "^4.0.0",
10915 "ci-info": "^3.2.0",
10916 "graceful-fs": "^4.2.9",
10917 "picomatch": "^2.2.3"
10918 },
10919 "engines": {
10920 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
10921 }
10922 },
10923 "node_modules/jest-util/node_modules/ansi-styles": {
10924 "version": "4.3.0",
10925 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
10926 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
10927 "dependencies": {
10928 "color-convert": "^2.0.1"
10929 },
10930 "engines": {
10931 "node": ">=8"
10932 },
10933 "funding": {
10934 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
10935 }
10936 },
10937 "node_modules/jest-util/node_modules/chalk": {
10938 "version": "4.1.2",
10939 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
10940 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
10941 "dependencies": {
10942 "ansi-styles": "^4.1.0",
10943 "supports-color": "^7.1.0"
10944 },
10945 "engines": {
10946 "node": ">=10"
10947 },
10948 "funding": {
10949 "url": "https://github.com/chalk/chalk?sponsor=1"
10950 }
10951 },
10952 "node_modules/jest-util/node_modules/color-convert": {
10953 "version": "2.0.1",
10954 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
10955 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
10956 "dependencies": {
10957 "color-name": "~1.1.4"
10958 },
10959 "engines": {
10960 "node": ">=7.0.0"
10961 }
10962 },
10963 "node_modules/jest-util/node_modules/color-name": {
10964 "version": "1.1.4",
10965 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
10966 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
10967 },
10968 "node_modules/jest-util/node_modules/has-flag": {
10969 "version": "4.0.0",
10970 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
10971 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
10972 "engines": {
10973 "node": ">=8"
10974 }
10975 },
10976 "node_modules/jest-util/node_modules/supports-color": {
10977 "version": "7.2.0",
10978 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
10979 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
10980 "dependencies": {
10981 "has-flag": "^4.0.0"
10982 },
10983 "engines": {
10984 "node": ">=8"
10985 }
10986 },
10987 "node_modules/jest-validate": {
10988 "version": "27.5.1",
10989 "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
10990 "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
10991 "dependencies": {
10992 "@jest/types": "^27.5.1",
10993 "camelcase": "^6.2.0",
10994 "chalk": "^4.0.0",
10995 "jest-get-type": "^27.5.1",
10996 "leven": "^3.1.0",
10997 "pretty-format": "^27.5.1"
10998 },
10999 "engines": {
11000 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11001 }
11002 },
11003 "node_modules/jest-validate/node_modules/ansi-styles": {
11004 "version": "4.3.0",
11005 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
11006 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
11007 "dependencies": {
11008 "color-convert": "^2.0.1"
11009 },
11010 "engines": {
11011 "node": ">=8"
11012 },
11013 "funding": {
11014 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11015 }
11016 },
11017 "node_modules/jest-validate/node_modules/chalk": {
11018 "version": "4.1.2",
11019 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
11020 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
11021 "dependencies": {
11022 "ansi-styles": "^4.1.0",
11023 "supports-color": "^7.1.0"
11024 },
11025 "engines": {
11026 "node": ">=10"
11027 },
11028 "funding": {
11029 "url": "https://github.com/chalk/chalk?sponsor=1"
11030 }
11031 },
11032 "node_modules/jest-validate/node_modules/color-convert": {
11033 "version": "2.0.1",
11034 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
11035 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
11036 "dependencies": {
11037 "color-name": "~1.1.4"
11038 },
11039 "engines": {
11040 "node": ">=7.0.0"
11041 }
11042 },
11043 "node_modules/jest-validate/node_modules/color-name": {
11044 "version": "1.1.4",
11045 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
11046 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
11047 },
11048 "node_modules/jest-validate/node_modules/has-flag": {
11049 "version": "4.0.0",
11050 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
11051 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
11052 "engines": {
11053 "node": ">=8"
11054 }
11055 },
11056 "node_modules/jest-validate/node_modules/supports-color": {
11057 "version": "7.2.0",
11058 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
11059 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
11060 "dependencies": {
11061 "has-flag": "^4.0.0"
11062 },
11063 "engines": {
11064 "node": ">=8"
11065 }
11066 },
11067 "node_modules/jest-watch-typeahead": {
11068 "version": "1.1.0",
11069 "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz",
11070 "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==",
11071 "dependencies": {
11072 "ansi-escapes": "^4.3.1",
11073 "chalk": "^4.0.0",
11074 "jest-regex-util": "^28.0.0",
11075 "jest-watcher": "^28.0.0",
11076 "slash": "^4.0.0",
11077 "string-length": "^5.0.1",
11078 "strip-ansi": "^7.0.1"
11079 },
11080 "engines": {
11081 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
11082 },
11083 "peerDependencies": {
11084 "jest": "^27.0.0 || ^28.0.0"
11085 }
11086 },
11087 "node_modules/jest-watch-typeahead/node_modules/@jest/console": {
11088 "version": "28.1.3",
11089 "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz",
11090 "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==",
11091 "dependencies": {
11092 "@jest/types": "^28.1.3",
11093 "@types/node": "*",
11094 "chalk": "^4.0.0",
11095 "jest-message-util": "^28.1.3",
11096 "jest-util": "^28.1.3",
11097 "slash": "^3.0.0"
11098 },
11099 "engines": {
11100 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11101 }
11102 },
11103 "node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": {
11104 "version": "3.0.0",
11105 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
11106 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
11107 "engines": {
11108 "node": ">=8"
11109 }
11110 },
11111 "node_modules/jest-watch-typeahead/node_modules/@jest/test-result": {
11112 "version": "28.1.3",
11113 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz",
11114 "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==",
11115 "dependencies": {
11116 "@jest/console": "^28.1.3",
11117 "@jest/types": "^28.1.3",
11118 "@types/istanbul-lib-coverage": "^2.0.0",
11119 "collect-v8-coverage": "^1.0.0"
11120 },
11121 "engines": {
11122 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11123 }
11124 },
11125 "node_modules/jest-watch-typeahead/node_modules/@jest/types": {
11126 "version": "28.1.3",
11127 "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
11128 "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
11129 "dependencies": {
11130 "@jest/schemas": "^28.1.3",
11131 "@types/istanbul-lib-coverage": "^2.0.0",
11132 "@types/istanbul-reports": "^3.0.0",
11133 "@types/node": "*",
11134 "@types/yargs": "^17.0.8",
11135 "chalk": "^4.0.0"
11136 },
11137 "engines": {
11138 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11139 }
11140 },
11141 "node_modules/jest-watch-typeahead/node_modules/@types/yargs": {
11142 "version": "17.0.22",
11143 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.22.tgz",
11144 "integrity": "sha512-pet5WJ9U8yPVRhkwuEIp5ktAeAqRZOq4UdAyWLWzxbtpyXnzbtLdKiXAjJzi/KLmPGS9wk86lUFWZFN6sISo4g==",
11145 "dependencies": {
11146 "@types/yargs-parser": "*"
11147 }
11148 },
11149 "node_modules/jest-watch-typeahead/node_modules/ansi-styles": {
11150 "version": "4.3.0",
11151 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
11152 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
11153 "dependencies": {
11154 "color-convert": "^2.0.1"
11155 },
11156 "engines": {
11157 "node": ">=8"
11158 },
11159 "funding": {
11160 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11161 }
11162 },
11163 "node_modules/jest-watch-typeahead/node_modules/chalk": {
11164 "version": "4.1.2",
11165 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
11166 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
11167 "dependencies": {
11168 "ansi-styles": "^4.1.0",
11169 "supports-color": "^7.1.0"
11170 },
11171 "engines": {
11172 "node": ">=10"
11173 },
11174 "funding": {
11175 "url": "https://github.com/chalk/chalk?sponsor=1"
11176 }
11177 },
11178 "node_modules/jest-watch-typeahead/node_modules/color-convert": {
11179 "version": "2.0.1",
11180 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
11181 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
11182 "dependencies": {
11183 "color-name": "~1.1.4"
11184 },
11185 "engines": {
11186 "node": ">=7.0.0"
11187 }
11188 },
11189 "node_modules/jest-watch-typeahead/node_modules/color-name": {
11190 "version": "1.1.4",
11191 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
11192 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
11193 },
11194 "node_modules/jest-watch-typeahead/node_modules/emittery": {
11195 "version": "0.10.2",
11196 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz",
11197 "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==",
11198 "engines": {
11199 "node": ">=12"
11200 },
11201 "funding": {
11202 "url": "https://github.com/sindresorhus/emittery?sponsor=1"
11203 }
11204 },
11205 "node_modules/jest-watch-typeahead/node_modules/has-flag": {
11206 "version": "4.0.0",
11207 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
11208 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
11209 "engines": {
11210 "node": ">=8"
11211 }
11212 },
11213 "node_modules/jest-watch-typeahead/node_modules/jest-message-util": {
11214 "version": "28.1.3",
11215 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz",
11216 "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==",
11217 "dependencies": {
11218 "@babel/code-frame": "^7.12.13",
11219 "@jest/types": "^28.1.3",
11220 "@types/stack-utils": "^2.0.0",
11221 "chalk": "^4.0.0",
11222 "graceful-fs": "^4.2.9",
11223 "micromatch": "^4.0.4",
11224 "pretty-format": "^28.1.3",
11225 "slash": "^3.0.0",
11226 "stack-utils": "^2.0.3"
11227 },
11228 "engines": {
11229 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11230 }
11231 },
11232 "node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": {
11233 "version": "3.0.0",
11234 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
11235 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
11236 "engines": {
11237 "node": ">=8"
11238 }
11239 },
11240 "node_modules/jest-watch-typeahead/node_modules/jest-regex-util": {
11241 "version": "28.0.2",
11242 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
11243 "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==",
11244 "engines": {
11245 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11246 }
11247 },
11248 "node_modules/jest-watch-typeahead/node_modules/jest-util": {
11249 "version": "28.1.3",
11250 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
11251 "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
11252 "dependencies": {
11253 "@jest/types": "^28.1.3",
11254 "@types/node": "*",
11255 "chalk": "^4.0.0",
11256 "ci-info": "^3.2.0",
11257 "graceful-fs": "^4.2.9",
11258 "picomatch": "^2.2.3"
11259 },
11260 "engines": {
11261 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11262 }
11263 },
11264 "node_modules/jest-watch-typeahead/node_modules/jest-watcher": {
11265 "version": "28.1.3",
11266 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz",
11267 "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==",
11268 "dependencies": {
11269 "@jest/test-result": "^28.1.3",
11270 "@jest/types": "^28.1.3",
11271 "@types/node": "*",
11272 "ansi-escapes": "^4.2.1",
11273 "chalk": "^4.0.0",
11274 "emittery": "^0.10.2",
11275 "jest-util": "^28.1.3",
11276 "string-length": "^4.0.1"
11277 },
11278 "engines": {
11279 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11280 }
11281 },
11282 "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": {
11283 "version": "4.0.2",
11284 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
11285 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
11286 "dependencies": {
11287 "char-regex": "^1.0.2",
11288 "strip-ansi": "^6.0.0"
11289 },
11290 "engines": {
11291 "node": ">=10"
11292 }
11293 },
11294 "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": {
11295 "version": "6.0.1",
11296 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
11297 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
11298 "dependencies": {
11299 "ansi-regex": "^5.0.1"
11300 },
11301 "engines": {
11302 "node": ">=8"
11303 }
11304 },
11305 "node_modules/jest-watch-typeahead/node_modules/pretty-format": {
11306 "version": "28.1.3",
11307 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
11308 "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
11309 "dependencies": {
11310 "@jest/schemas": "^28.1.3",
11311 "ansi-regex": "^5.0.1",
11312 "ansi-styles": "^5.0.0",
11313 "react-is": "^18.0.0"
11314 },
11315 "engines": {
11316 "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
11317 }
11318 },
11319 "node_modules/jest-watch-typeahead/node_modules/pretty-format/node_modules/ansi-styles": {
11320 "version": "5.2.0",
11321 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
11322 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
11323 "engines": {
11324 "node": ">=10"
11325 },
11326 "funding": {
11327 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11328 }
11329 },
11330 "node_modules/jest-watch-typeahead/node_modules/react-is": {
11331 "version": "18.2.0",
11332 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
11333 "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
11334 },
11335 "node_modules/jest-watch-typeahead/node_modules/slash": {
11336 "version": "4.0.0",
11337 "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
11338 "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
11339 "engines": {
11340 "node": ">=12"
11341 },
11342 "funding": {
11343 "url": "https://github.com/sponsors/sindresorhus"
11344 }
11345 },
11346 "node_modules/jest-watch-typeahead/node_modules/string-length": {
11347 "version": "5.0.1",
11348 "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
11349 "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
11350 "dependencies": {
11351 "char-regex": "^2.0.0",
11352 "strip-ansi": "^7.0.1"
11353 },
11354 "engines": {
11355 "node": ">=12.20"
11356 },
11357 "funding": {
11358 "url": "https://github.com/sponsors/sindresorhus"
11359 }
11360 },
11361 "node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": {
11362 "version": "2.0.1",
11363 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz",
11364 "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==",
11365 "engines": {
11366 "node": ">=12.20"
11367 }
11368 },
11369 "node_modules/jest-watch-typeahead/node_modules/strip-ansi": {
11370 "version": "7.0.1",
11371 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
11372 "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
11373 "dependencies": {
11374 "ansi-regex": "^6.0.1"
11375 },
11376 "engines": {
11377 "node": ">=12"
11378 },
11379 "funding": {
11380 "url": "https://github.com/chalk/strip-ansi?sponsor=1"
11381 }
11382 },
11383 "node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": {
11384 "version": "6.0.1",
11385 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
11386 "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
11387 "engines": {
11388 "node": ">=12"
11389 },
11390 "funding": {
11391 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
11392 }
11393 },
11394 "node_modules/jest-watch-typeahead/node_modules/supports-color": {
11395 "version": "7.2.0",
11396 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
11397 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
11398 "dependencies": {
11399 "has-flag": "^4.0.0"
11400 },
11401 "engines": {
11402 "node": ">=8"
11403 }
11404 },
11405 "node_modules/jest-watcher": {
11406 "version": "27.5.1",
11407 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
11408 "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
11409 "dependencies": {
11410 "@jest/test-result": "^27.5.1",
11411 "@jest/types": "^27.5.1",
11412 "@types/node": "*",
11413 "ansi-escapes": "^4.2.1",
11414 "chalk": "^4.0.0",
11415 "jest-util": "^27.5.1",
11416 "string-length": "^4.0.1"
11417 },
11418 "engines": {
11419 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
11420 }
11421 },
11422 "node_modules/jest-watcher/node_modules/ansi-styles": {
11423 "version": "4.3.0",
11424 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
11425 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
11426 "dependencies": {
11427 "color-convert": "^2.0.1"
11428 },
11429 "engines": {
11430 "node": ">=8"
11431 },
11432 "funding": {
11433 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11434 }
11435 },
11436 "node_modules/jest-watcher/node_modules/chalk": {
11437 "version": "4.1.2",
11438 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
11439 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
11440 "dependencies": {
11441 "ansi-styles": "^4.1.0",
11442 "supports-color": "^7.1.0"
11443 },
11444 "engines": {
11445 "node": ">=10"
11446 },
11447 "funding": {
11448 "url": "https://github.com/chalk/chalk?sponsor=1"
11449 }
11450 },
11451 "node_modules/jest-watcher/node_modules/color-convert": {
11452 "version": "2.0.1",
11453 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
11454 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
11455 "dependencies": {
11456 "color-name": "~1.1.4"
11457 },
11458 "engines": {
11459 "node": ">=7.0.0"
11460 }
11461 },
11462 "node_modules/jest-watcher/node_modules/color-name": {
11463 "version": "1.1.4",
11464 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
11465 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
11466 },
11467 "node_modules/jest-watcher/node_modules/has-flag": {
11468 "version": "4.0.0",
11469 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
11470 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
11471 "engines": {
11472 "node": ">=8"
11473 }
11474 },
11475 "node_modules/jest-watcher/node_modules/supports-color": {
11476 "version": "7.2.0",
11477 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
11478 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
11479 "dependencies": {
11480 "has-flag": "^4.0.0"
11481 },
11482 "engines": {
11483 "node": ">=8"
11484 }
11485 },
11486 "node_modules/jest-worker": {
11487 "version": "27.5.1",
11488 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
11489 "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
11490 "dependencies": {
11491 "@types/node": "*",
11492 "merge-stream": "^2.0.0",
11493 "supports-color": "^8.0.0"
11494 },
11495 "engines": {
11496 "node": ">= 10.13.0"
11497 }
11498 },
11499 "node_modules/jest-worker/node_modules/has-flag": {
11500 "version": "4.0.0",
11501 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
11502 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
11503 "engines": {
11504 "node": ">=8"
11505 }
11506 },
11507 "node_modules/jest-worker/node_modules/supports-color": {
11508 "version": "8.1.1",
11509 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
11510 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
11511 "dependencies": {
11512 "has-flag": "^4.0.0"
11513 },
11514 "engines": {
11515 "node": ">=10"
11516 },
11517 "funding": {
11518 "url": "https://github.com/chalk/supports-color?sponsor=1"
11519 }
11520 },
11521 "node_modules/js-sdsl": {
11522 "version": "4.3.0",
11523 "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz",
11524 "integrity": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==",
11525 "funding": {
11526 "type": "opencollective",
11527 "url": "https://opencollective.com/js-sdsl"
11528 }
11529 },
691 "node_modules/js-tokens": { 11530 "node_modules/js-tokens": {
692 "version": "4.0.0", 11531 "version": "4.0.0",
693 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", 11532 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
694 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" 11533 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
695 }, 11534 },
11535 "node_modules/js-yaml": {
11536 "version": "3.14.1",
11537 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
11538 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
11539 "dependencies": {
11540 "argparse": "^1.0.7",
11541 "esprima": "^4.0.0"
11542 },
11543 "bin": {
11544 "js-yaml": "bin/js-yaml.js"
11545 }
11546 },
11547 "node_modules/jsdom": {
11548 "version": "16.7.0",
11549 "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
11550 "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
11551 "dependencies": {
11552 "abab": "^2.0.5",
11553 "acorn": "^8.2.4",
11554 "acorn-globals": "^6.0.0",
11555 "cssom": "^0.4.4",
11556 "cssstyle": "^2.3.0",
11557 "data-urls": "^2.0.0",
11558 "decimal.js": "^10.2.1",
11559 "domexception": "^2.0.1",
11560 "escodegen": "^2.0.0",
11561 "form-data": "^3.0.0",
11562 "html-encoding-sniffer": "^2.0.1",
11563 "http-proxy-agent": "^4.0.1",
11564 "https-proxy-agent": "^5.0.0",
11565 "is-potential-custom-element-name": "^1.0.1",
11566 "nwsapi": "^2.2.0",
11567 "parse5": "6.0.1",
11568 "saxes": "^5.0.1",
11569 "symbol-tree": "^3.2.4",
11570 "tough-cookie": "^4.0.0",
11571 "w3c-hr-time": "^1.0.2",
11572 "w3c-xmlserializer": "^2.0.0",
11573 "webidl-conversions": "^6.1.0",
11574 "whatwg-encoding": "^1.0.5",
11575 "whatwg-mimetype": "^2.3.0",
11576 "whatwg-url": "^8.5.0",
11577 "ws": "^7.4.6",
11578 "xml-name-validator": "^3.0.0"
11579 },
11580 "engines": {
11581 "node": ">=10"
11582 },
11583 "peerDependencies": {
11584 "canvas": "^2.5.0"
11585 },
11586 "peerDependenciesMeta": {
11587 "canvas": {
11588 "optional": true
11589 }
11590 }
11591 },
11592 "node_modules/jsesc": {
11593 "version": "2.5.2",
11594 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
11595 "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
11596 "bin": {
11597 "jsesc": "bin/jsesc"
11598 },
11599 "engines": {
11600 "node": ">=4"
11601 }
11602 },
11603 "node_modules/json-parse-even-better-errors": {
11604 "version": "2.3.1",
11605 "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
11606 "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
11607 },
11608 "node_modules/json-schema": {
11609 "version": "0.4.0",
11610 "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
11611 "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
11612 },
11613 "node_modules/json-schema-traverse": {
11614 "version": "0.4.1",
11615 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
11616 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
11617 },
11618 "node_modules/json-stable-stringify-without-jsonify": {
11619 "version": "1.0.1",
11620 "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
11621 "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="
11622 },
11623 "node_modules/json5": {
11624 "version": "2.2.3",
11625 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
11626 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
11627 "bin": {
11628 "json5": "lib/cli.js"
11629 },
11630 "engines": {
11631 "node": ">=6"
11632 }
11633 },
11634 "node_modules/jsonfile": {
11635 "version": "6.1.0",
11636 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
11637 "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
11638 "dependencies": {
11639 "universalify": "^2.0.0"
11640 },
11641 "optionalDependencies": {
11642 "graceful-fs": "^4.1.6"
11643 }
11644 },
11645 "node_modules/jsonpointer": {
11646 "version": "5.0.1",
11647 "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
11648 "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
11649 "engines": {
11650 "node": ">=0.10.0"
11651 }
11652 },
11653 "node_modules/jsx-ast-utils": {
11654 "version": "3.3.3",
11655 "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz",
11656 "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==",
11657 "dependencies": {
11658 "array-includes": "^3.1.5",
11659 "object.assign": "^4.1.3"
11660 },
11661 "engines": {
11662 "node": ">=4.0"
11663 }
11664 },
11665 "node_modules/kind-of": {
11666 "version": "6.0.3",
11667 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
11668 "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
11669 "engines": {
11670 "node": ">=0.10.0"
11671 }
11672 },
11673 "node_modules/kleur": {
11674 "version": "3.0.3",
11675 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
11676 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
11677 "engines": {
11678 "node": ">=6"
11679 }
11680 },
11681 "node_modules/klona": {
11682 "version": "2.0.6",
11683 "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
11684 "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
11685 "engines": {
11686 "node": ">= 8"
11687 }
11688 },
11689 "node_modules/language-subtag-registry": {
11690 "version": "0.3.22",
11691 "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
11692 "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w=="
11693 },
11694 "node_modules/language-tags": {
11695 "version": "1.0.5",
11696 "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
11697 "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==",
11698 "dependencies": {
11699 "language-subtag-registry": "~0.3.2"
11700 }
11701 },
11702 "node_modules/leven": {
11703 "version": "3.1.0",
11704 "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
11705 "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
11706 "engines": {
11707 "node": ">=6"
11708 }
11709 },
11710 "node_modules/levn": {
11711 "version": "0.4.1",
11712 "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
11713 "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
11714 "dependencies": {
11715 "prelude-ls": "^1.2.1",
11716 "type-check": "~0.4.0"
11717 },
11718 "engines": {
11719 "node": ">= 0.8.0"
11720 }
11721 },
11722 "node_modules/lilconfig": {
11723 "version": "2.0.6",
11724 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz",
11725 "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==",
11726 "engines": {
11727 "node": ">=10"
11728 }
11729 },
11730 "node_modules/lines-and-columns": {
11731 "version": "1.2.4",
11732 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
11733 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
11734 },
11735 "node_modules/loader-runner": {
11736 "version": "4.3.0",
11737 "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
11738 "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
11739 "engines": {
11740 "node": ">=6.11.5"
11741 }
11742 },
11743 "node_modules/loader-utils": {
11744 "version": "2.0.4",
11745 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
11746 "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
11747 "dependencies": {
11748 "big.js": "^5.2.2",
11749 "emojis-list": "^3.0.0",
11750 "json5": "^2.1.2"
11751 },
11752 "engines": {
11753 "node": ">=8.9.0"
11754 }
11755 },
11756 "node_modules/locate-path": {
11757 "version": "6.0.0",
11758 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
11759 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
11760 "dependencies": {
11761 "p-locate": "^5.0.0"
11762 },
11763 "engines": {
11764 "node": ">=10"
11765 },
11766 "funding": {
11767 "url": "https://github.com/sponsors/sindresorhus"
11768 }
11769 },
11770 "node_modules/lodash": {
11771 "version": "4.17.21",
11772 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
11773 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
11774 },
11775 "node_modules/lodash.debounce": {
11776 "version": "4.0.8",
11777 "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
11778 "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
11779 },
11780 "node_modules/lodash.memoize": {
11781 "version": "4.1.2",
11782 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
11783 "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
11784 },
11785 "node_modules/lodash.merge": {
11786 "version": "4.6.2",
11787 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
11788 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
11789 },
11790 "node_modules/lodash.sortby": {
11791 "version": "4.7.0",
11792 "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
11793 "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA=="
11794 },
11795 "node_modules/lodash.uniq": {
11796 "version": "4.5.0",
11797 "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
11798 "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
11799 },
696 "node_modules/loose-envify": { 11800 "node_modules/loose-envify": {
697 "version": "1.4.0", 11801 "version": "1.4.0",
698 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", 11802 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
@@ -704,11 +11808,299 @@
704 "loose-envify": "cli.js" 11808 "loose-envify": "cli.js"
705 } 11809 }
706 }, 11810 },
11811 "node_modules/lower-case": {
11812 "version": "2.0.2",
11813 "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
11814 "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
11815 "dependencies": {
11816 "tslib": "^2.0.3"
11817 }
11818 },
11819 "node_modules/lru-cache": {
11820 "version": "5.1.1",
11821 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
11822 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
11823 "dependencies": {
11824 "yallist": "^3.0.2"
11825 }
11826 },
11827 "node_modules/lz-string": {
11828 "version": "1.4.4",
11829 "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
11830 "integrity": "sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ==",
11831 "bin": {
11832 "lz-string": "bin/bin.js"
11833 }
11834 },
11835 "node_modules/magic-string": {
11836 "version": "0.25.9",
11837 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
11838 "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
11839 "dependencies": {
11840 "sourcemap-codec": "^1.4.8"
11841 }
11842 },
11843 "node_modules/make-dir": {
11844 "version": "3.1.0",
11845 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
11846 "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
11847 "dependencies": {
11848 "semver": "^6.0.0"
11849 },
11850 "engines": {
11851 "node": ">=8"
11852 },
11853 "funding": {
11854 "url": "https://github.com/sponsors/sindresorhus"
11855 }
11856 },
11857 "node_modules/make-dir/node_modules/semver": {
11858 "version": "6.3.0",
11859 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
11860 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
11861 "bin": {
11862 "semver": "bin/semver.js"
11863 }
11864 },
11865 "node_modules/makeerror": {
11866 "version": "1.0.12",
11867 "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
11868 "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
11869 "dependencies": {
11870 "tmpl": "1.0.5"
11871 }
11872 },
11873 "node_modules/mdn-data": {
11874 "version": "2.0.4",
11875 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
11876 "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
11877 },
11878 "node_modules/media-typer": {
11879 "version": "0.3.0",
11880 "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
11881 "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
11882 "engines": {
11883 "node": ">= 0.6"
11884 }
11885 },
11886 "node_modules/memfs": {
11887 "version": "3.4.13",
11888 "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.13.tgz",
11889 "integrity": "sha512-omTM41g3Skpvx5dSYeZIbXKcXoAVc/AoMNwn9TKx++L/gaen/+4TTttmu8ZSch5vfVJ8uJvGbroTsIlslRg6lg==",
11890 "dependencies": {
11891 "fs-monkey": "^1.0.3"
11892 },
11893 "engines": {
11894 "node": ">= 4.0.0"
11895 }
11896 },
11897 "node_modules/merge-descriptors": {
11898 "version": "1.0.1",
11899 "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
11900 "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w=="
11901 },
11902 "node_modules/merge-stream": {
11903 "version": "2.0.0",
11904 "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
11905 "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
11906 },
11907 "node_modules/merge2": {
11908 "version": "1.4.1",
11909 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
11910 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
11911 "engines": {
11912 "node": ">= 8"
11913 }
11914 },
11915 "node_modules/methods": {
11916 "version": "1.1.2",
11917 "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
11918 "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
11919 "engines": {
11920 "node": ">= 0.6"
11921 }
11922 },
11923 "node_modules/micromatch": {
11924 "version": "4.0.5",
11925 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
11926 "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
11927 "dependencies": {
11928 "braces": "^3.0.2",
11929 "picomatch": "^2.3.1"
11930 },
11931 "engines": {
11932 "node": ">=8.6"
11933 }
11934 },
11935 "node_modules/mime": {
11936 "version": "1.6.0",
11937 "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
11938 "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
11939 "bin": {
11940 "mime": "cli.js"
11941 },
11942 "engines": {
11943 "node": ">=4"
11944 }
11945 },
11946 "node_modules/mime-db": {
11947 "version": "1.52.0",
11948 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
11949 "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
11950 "engines": {
11951 "node": ">= 0.6"
11952 }
11953 },
11954 "node_modules/mime-types": {
11955 "version": "2.1.35",
11956 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
11957 "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
11958 "dependencies": {
11959 "mime-db": "1.52.0"
11960 },
11961 "engines": {
11962 "node": ">= 0.6"
11963 }
11964 },
11965 "node_modules/mimic-fn": {
11966 "version": "2.1.0",
11967 "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
11968 "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
11969 "engines": {
11970 "node": ">=6"
11971 }
11972 },
11973 "node_modules/min-indent": {
11974 "version": "1.0.1",
11975 "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
11976 "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
11977 "engines": {
11978 "node": ">=4"
11979 }
11980 },
11981 "node_modules/mini-css-extract-plugin": {
11982 "version": "2.7.2",
11983 "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz",
11984 "integrity": "sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==",
11985 "dependencies": {
11986 "schema-utils": "^4.0.0"
11987 },
11988 "engines": {
11989 "node": ">= 12.13.0"
11990 },
11991 "funding": {
11992 "type": "opencollective",
11993 "url": "https://opencollective.com/webpack"
11994 },
11995 "peerDependencies": {
11996 "webpack": "^5.0.0"
11997 }
11998 },
11999 "node_modules/mini-css-extract-plugin/node_modules/ajv": {
12000 "version": "8.12.0",
12001 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
12002 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
12003 "dependencies": {
12004 "fast-deep-equal": "^3.1.1",
12005 "json-schema-traverse": "^1.0.0",
12006 "require-from-string": "^2.0.2",
12007 "uri-js": "^4.2.2"
12008 },
12009 "funding": {
12010 "type": "github",
12011 "url": "https://github.com/sponsors/epoberezkin"
12012 }
12013 },
12014 "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": {
12015 "version": "5.1.0",
12016 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
12017 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
12018 "dependencies": {
12019 "fast-deep-equal": "^3.1.3"
12020 },
12021 "peerDependencies": {
12022 "ajv": "^8.8.2"
12023 }
12024 },
12025 "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": {
12026 "version": "1.0.0",
12027 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
12028 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
12029 },
12030 "node_modules/mini-css-extract-plugin/node_modules/schema-utils": {
12031 "version": "4.0.0",
12032 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
12033 "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
12034 "dependencies": {
12035 "@types/json-schema": "^7.0.9",
12036 "ajv": "^8.8.0",
12037 "ajv-formats": "^2.1.1",
12038 "ajv-keywords": "^5.0.0"
12039 },
12040 "engines": {
12041 "node": ">= 12.13.0"
12042 },
12043 "funding": {
12044 "type": "opencollective",
12045 "url": "https://opencollective.com/webpack"
12046 }
12047 },
12048 "node_modules/minimalistic-assert": {
12049 "version": "1.0.1",
12050 "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
12051 "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
12052 },
12053 "node_modules/minimatch": {
12054 "version": "3.1.2",
12055 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
12056 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
12057 "dependencies": {
12058 "brace-expansion": "^1.1.7"
12059 },
12060 "engines": {
12061 "node": "*"
12062 }
12063 },
12064 "node_modules/minimist": {
12065 "version": "1.2.8",
12066 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
12067 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
12068 "funding": {
12069 "url": "https://github.com/sponsors/ljharb"
12070 }
12071 },
12072 "node_modules/mkdirp": {
12073 "version": "0.5.6",
12074 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
12075 "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
12076 "dependencies": {
12077 "minimist": "^1.2.6"
12078 },
12079 "bin": {
12080 "mkdirp": "bin/cmd.js"
12081 }
12082 },
12083 "node_modules/ms": {
12084 "version": "2.1.2",
12085 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
12086 "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
12087 },
12088 "node_modules/multicast-dns": {
12089 "version": "7.2.5",
12090 "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
12091 "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
12092 "dependencies": {
12093 "dns-packet": "^5.2.2",
12094 "thunky": "^1.0.2"
12095 },
12096 "bin": {
12097 "multicast-dns": "cli.js"
12098 }
12099 },
707 "node_modules/nanoid": { 12100 "node_modules/nanoid": {
708 "version": "3.3.4", 12101 "version": "3.3.4",
709 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", 12102 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
710 "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", 12103 "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==",
711 "dev": true,
712 "bin": { 12104 "bin": {
713 "nanoid": "bin/nanoid.cjs" 12105 "nanoid": "bin/nanoid.cjs"
714 }, 12106 },
@@ -716,23 +12108,642 @@
716 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 12108 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
717 } 12109 }
718 }, 12110 },
12111 "node_modules/natural-compare": {
12112 "version": "1.4.0",
12113 "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
12114 "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="
12115 },
12116 "node_modules/natural-compare-lite": {
12117 "version": "1.4.0",
12118 "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
12119 "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g=="
12120 },
12121 "node_modules/negotiator": {
12122 "version": "0.6.3",
12123 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
12124 "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
12125 "engines": {
12126 "node": ">= 0.6"
12127 }
12128 },
12129 "node_modules/neo-async": {
12130 "version": "2.6.2",
12131 "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
12132 "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
12133 },
12134 "node_modules/no-case": {
12135 "version": "3.0.4",
12136 "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
12137 "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
12138 "dependencies": {
12139 "lower-case": "^2.0.2",
12140 "tslib": "^2.0.3"
12141 }
12142 },
12143 "node_modules/node-forge": {
12144 "version": "1.3.1",
12145 "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
12146 "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
12147 "engines": {
12148 "node": ">= 6.13.0"
12149 }
12150 },
12151 "node_modules/node-int64": {
12152 "version": "0.4.0",
12153 "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
12154 "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw=="
12155 },
12156 "node_modules/node-releases": {
12157 "version": "2.0.10",
12158 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz",
12159 "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w=="
12160 },
12161 "node_modules/normalize-path": {
12162 "version": "3.0.0",
12163 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
12164 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
12165 "engines": {
12166 "node": ">=0.10.0"
12167 }
12168 },
12169 "node_modules/normalize-range": {
12170 "version": "0.1.2",
12171 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
12172 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
12173 "engines": {
12174 "node": ">=0.10.0"
12175 }
12176 },
12177 "node_modules/normalize-url": {
12178 "version": "6.1.0",
12179 "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
12180 "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
12181 "engines": {
12182 "node": ">=10"
12183 },
12184 "funding": {
12185 "url": "https://github.com/sponsors/sindresorhus"
12186 }
12187 },
12188 "node_modules/npm-run-path": {
12189 "version": "4.0.1",
12190 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
12191 "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
12192 "dependencies": {
12193 "path-key": "^3.0.0"
12194 },
12195 "engines": {
12196 "node": ">=8"
12197 }
12198 },
12199 "node_modules/nth-check": {
12200 "version": "2.1.1",
12201 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
12202 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
12203 "dependencies": {
12204 "boolbase": "^1.0.0"
12205 },
12206 "funding": {
12207 "url": "https://github.com/fb55/nth-check?sponsor=1"
12208 }
12209 },
12210 "node_modules/nwsapi": {
12211 "version": "2.2.2",
12212 "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz",
12213 "integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw=="
12214 },
12215 "node_modules/object-assign": {
12216 "version": "4.1.1",
12217 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
12218 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
12219 "engines": {
12220 "node": ">=0.10.0"
12221 }
12222 },
12223 "node_modules/object-hash": {
12224 "version": "3.0.0",
12225 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
12226 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
12227 "engines": {
12228 "node": ">= 6"
12229 }
12230 },
12231 "node_modules/object-inspect": {
12232 "version": "1.12.3",
12233 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
12234 "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
12235 "funding": {
12236 "url": "https://github.com/sponsors/ljharb"
12237 }
12238 },
12239 "node_modules/object-is": {
12240 "version": "1.1.5",
12241 "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
12242 "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
12243 "dependencies": {
12244 "call-bind": "^1.0.2",
12245 "define-properties": "^1.1.3"
12246 },
12247 "engines": {
12248 "node": ">= 0.4"
12249 },
12250 "funding": {
12251 "url": "https://github.com/sponsors/ljharb"
12252 }
12253 },
12254 "node_modules/object-keys": {
12255 "version": "1.1.1",
12256 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
12257 "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
12258 "engines": {
12259 "node": ">= 0.4"
12260 }
12261 },
12262 "node_modules/object.assign": {
12263 "version": "4.1.4",
12264 "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
12265 "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
12266 "dependencies": {
12267 "call-bind": "^1.0.2",
12268 "define-properties": "^1.1.4",
12269 "has-symbols": "^1.0.3",
12270 "object-keys": "^1.1.1"
12271 },
12272 "engines": {
12273 "node": ">= 0.4"
12274 },
12275 "funding": {
12276 "url": "https://github.com/sponsors/ljharb"
12277 }
12278 },
12279 "node_modules/object.entries": {
12280 "version": "1.1.6",
12281 "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
12282 "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
12283 "dependencies": {
12284 "call-bind": "^1.0.2",
12285 "define-properties": "^1.1.4",
12286 "es-abstract": "^1.20.4"
12287 },
12288 "engines": {
12289 "node": ">= 0.4"
12290 }
12291 },
12292 "node_modules/object.fromentries": {
12293 "version": "2.0.6",
12294 "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
12295 "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
12296 "dependencies": {
12297 "call-bind": "^1.0.2",
12298 "define-properties": "^1.1.4",
12299 "es-abstract": "^1.20.4"
12300 },
12301 "engines": {
12302 "node": ">= 0.4"
12303 },
12304 "funding": {
12305 "url": "https://github.com/sponsors/ljharb"
12306 }
12307 },
12308 "node_modules/object.getownpropertydescriptors": {
12309 "version": "2.1.5",
12310 "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.5.tgz",
12311 "integrity": "sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw==",
12312 "dependencies": {
12313 "array.prototype.reduce": "^1.0.5",
12314 "call-bind": "^1.0.2",
12315 "define-properties": "^1.1.4",
12316 "es-abstract": "^1.20.4"
12317 },
12318 "engines": {
12319 "node": ">= 0.8"
12320 },
12321 "funding": {
12322 "url": "https://github.com/sponsors/ljharb"
12323 }
12324 },
12325 "node_modules/object.hasown": {
12326 "version": "1.1.2",
12327 "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
12328 "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==",
12329 "dependencies": {
12330 "define-properties": "^1.1.4",
12331 "es-abstract": "^1.20.4"
12332 },
12333 "funding": {
12334 "url": "https://github.com/sponsors/ljharb"
12335 }
12336 },
12337 "node_modules/object.values": {
12338 "version": "1.1.6",
12339 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
12340 "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
12341 "dependencies": {
12342 "call-bind": "^1.0.2",
12343 "define-properties": "^1.1.4",
12344 "es-abstract": "^1.20.4"
12345 },
12346 "engines": {
12347 "node": ">= 0.4"
12348 },
12349 "funding": {
12350 "url": "https://github.com/sponsors/ljharb"
12351 }
12352 },
12353 "node_modules/obuf": {
12354 "version": "1.1.2",
12355 "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
12356 "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
12357 },
12358 "node_modules/on-finished": {
12359 "version": "2.4.1",
12360 "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
12361 "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
12362 "dependencies": {
12363 "ee-first": "1.1.1"
12364 },
12365 "engines": {
12366 "node": ">= 0.8"
12367 }
12368 },
12369 "node_modules/on-headers": {
12370 "version": "1.0.2",
12371 "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
12372 "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
12373 "engines": {
12374 "node": ">= 0.8"
12375 }
12376 },
12377 "node_modules/once": {
12378 "version": "1.4.0",
12379 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
12380 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
12381 "dependencies": {
12382 "wrappy": "1"
12383 }
12384 },
12385 "node_modules/onetime": {
12386 "version": "5.1.2",
12387 "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
12388 "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
12389 "dependencies": {
12390 "mimic-fn": "^2.1.0"
12391 },
12392 "engines": {
12393 "node": ">=6"
12394 },
12395 "funding": {
12396 "url": "https://github.com/sponsors/sindresorhus"
12397 }
12398 },
12399 "node_modules/open": {
12400 "version": "8.4.1",
12401 "resolved": "https://registry.npmjs.org/open/-/open-8.4.1.tgz",
12402 "integrity": "sha512-/4b7qZNhv6Uhd7jjnREh1NjnPxlTq+XNWPG88Ydkj5AILcA5m3ajvcg57pB24EQjKv0dK62XnDqk9c/hkIG5Kg==",
12403 "dependencies": {
12404 "define-lazy-prop": "^2.0.0",
12405 "is-docker": "^2.1.1",
12406 "is-wsl": "^2.2.0"
12407 },
12408 "engines": {
12409 "node": ">=12"
12410 },
12411 "funding": {
12412 "url": "https://github.com/sponsors/sindresorhus"
12413 }
12414 },
12415 "node_modules/optionator": {
12416 "version": "0.9.1",
12417 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
12418 "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
12419 "dependencies": {
12420 "deep-is": "^0.1.3",
12421 "fast-levenshtein": "^2.0.6",
12422 "levn": "^0.4.1",
12423 "prelude-ls": "^1.2.1",
12424 "type-check": "^0.4.0",
12425 "word-wrap": "^1.2.3"
12426 },
12427 "engines": {
12428 "node": ">= 0.8.0"
12429 }
12430 },
12431 "node_modules/p-limit": {
12432 "version": "3.1.0",
12433 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
12434 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
12435 "dependencies": {
12436 "yocto-queue": "^0.1.0"
12437 },
12438 "engines": {
12439 "node": ">=10"
12440 },
12441 "funding": {
12442 "url": "https://github.com/sponsors/sindresorhus"
12443 }
12444 },
12445 "node_modules/p-locate": {
12446 "version": "5.0.0",
12447 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
12448 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
12449 "dependencies": {
12450 "p-limit": "^3.0.2"
12451 },
12452 "engines": {
12453 "node": ">=10"
12454 },
12455 "funding": {
12456 "url": "https://github.com/sponsors/sindresorhus"
12457 }
12458 },
12459 "node_modules/p-retry": {
12460 "version": "4.6.2",
12461 "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
12462 "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
12463 "dependencies": {
12464 "@types/retry": "0.12.0",
12465 "retry": "^0.13.1"
12466 },
12467 "engines": {
12468 "node": ">=8"
12469 }
12470 },
12471 "node_modules/p-try": {
12472 "version": "2.2.0",
12473 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
12474 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
12475 "engines": {
12476 "node": ">=6"
12477 }
12478 },
12479 "node_modules/param-case": {
12480 "version": "3.0.4",
12481 "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
12482 "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
12483 "dependencies": {
12484 "dot-case": "^3.0.4",
12485 "tslib": "^2.0.3"
12486 }
12487 },
12488 "node_modules/parent-module": {
12489 "version": "1.0.1",
12490 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
12491 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
12492 "dependencies": {
12493 "callsites": "^3.0.0"
12494 },
12495 "engines": {
12496 "node": ">=6"
12497 }
12498 },
12499 "node_modules/parse-json": {
12500 "version": "5.2.0",
12501 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
12502 "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
12503 "dependencies": {
12504 "@babel/code-frame": "^7.0.0",
12505 "error-ex": "^1.3.1",
12506 "json-parse-even-better-errors": "^2.3.0",
12507 "lines-and-columns": "^1.1.6"
12508 },
12509 "engines": {
12510 "node": ">=8"
12511 },
12512 "funding": {
12513 "url": "https://github.com/sponsors/sindresorhus"
12514 }
12515 },
12516 "node_modules/parse5": {
12517 "version": "6.0.1",
12518 "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
12519 "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
12520 },
12521 "node_modules/parseurl": {
12522 "version": "1.3.3",
12523 "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
12524 "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
12525 "engines": {
12526 "node": ">= 0.8"
12527 }
12528 },
12529 "node_modules/pascal-case": {
12530 "version": "3.1.2",
12531 "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
12532 "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
12533 "dependencies": {
12534 "no-case": "^3.0.4",
12535 "tslib": "^2.0.3"
12536 }
12537 },
12538 "node_modules/path-exists": {
12539 "version": "4.0.0",
12540 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
12541 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
12542 "engines": {
12543 "node": ">=8"
12544 }
12545 },
12546 "node_modules/path-is-absolute": {
12547 "version": "1.0.1",
12548 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
12549 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
12550 "engines": {
12551 "node": ">=0.10.0"
12552 }
12553 },
12554 "node_modules/path-key": {
12555 "version": "3.1.1",
12556 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
12557 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
12558 "engines": {
12559 "node": ">=8"
12560 }
12561 },
719 "node_modules/path-parse": { 12562 "node_modules/path-parse": {
720 "version": "1.0.7", 12563 "version": "1.0.7",
721 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 12564 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
722 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", 12565 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
723 "dev": true 12566 },
12567 "node_modules/path-to-regexp": {
12568 "version": "0.1.7",
12569 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
12570 "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ=="
12571 },
12572 "node_modules/path-type": {
12573 "version": "4.0.0",
12574 "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
12575 "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
12576 "engines": {
12577 "node": ">=8"
12578 }
12579 },
12580 "node_modules/performance-now": {
12581 "version": "2.1.0",
12582 "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
12583 "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
724 }, 12584 },
725 "node_modules/picocolors": { 12585 "node_modules/picocolors": {
726 "version": "1.0.0", 12586 "version": "1.0.0",
727 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", 12587 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
728 "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", 12588 "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
729 "dev": true 12589 },
12590 "node_modules/picomatch": {
12591 "version": "2.3.1",
12592 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
12593 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
12594 "engines": {
12595 "node": ">=8.6"
12596 },
12597 "funding": {
12598 "url": "https://github.com/sponsors/jonschlinkert"
12599 }
12600 },
12601 "node_modules/pify": {
12602 "version": "2.3.0",
12603 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
12604 "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
12605 "engines": {
12606 "node": ">=0.10.0"
12607 }
12608 },
12609 "node_modules/pirates": {
12610 "version": "4.0.5",
12611 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
12612 "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
12613 "engines": {
12614 "node": ">= 6"
12615 }
12616 },
12617 "node_modules/pkg-dir": {
12618 "version": "4.2.0",
12619 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
12620 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
12621 "dependencies": {
12622 "find-up": "^4.0.0"
12623 },
12624 "engines": {
12625 "node": ">=8"
12626 }
12627 },
12628 "node_modules/pkg-dir/node_modules/find-up": {
12629 "version": "4.1.0",
12630 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
12631 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
12632 "dependencies": {
12633 "locate-path": "^5.0.0",
12634 "path-exists": "^4.0.0"
12635 },
12636 "engines": {
12637 "node": ">=8"
12638 }
12639 },
12640 "node_modules/pkg-dir/node_modules/locate-path": {
12641 "version": "5.0.0",
12642 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
12643 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
12644 "dependencies": {
12645 "p-locate": "^4.1.0"
12646 },
12647 "engines": {
12648 "node": ">=8"
12649 }
12650 },
12651 "node_modules/pkg-dir/node_modules/p-limit": {
12652 "version": "2.3.0",
12653 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
12654 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
12655 "dependencies": {
12656 "p-try": "^2.0.0"
12657 },
12658 "engines": {
12659 "node": ">=6"
12660 },
12661 "funding": {
12662 "url": "https://github.com/sponsors/sindresorhus"
12663 }
12664 },
12665 "node_modules/pkg-dir/node_modules/p-locate": {
12666 "version": "4.1.0",
12667 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
12668 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
12669 "dependencies": {
12670 "p-limit": "^2.2.0"
12671 },
12672 "engines": {
12673 "node": ">=8"
12674 }
12675 },
12676 "node_modules/pkg-up": {
12677 "version": "3.1.0",
12678 "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
12679 "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
12680 "dependencies": {
12681 "find-up": "^3.0.0"
12682 },
12683 "engines": {
12684 "node": ">=8"
12685 }
12686 },
12687 "node_modules/pkg-up/node_modules/find-up": {
12688 "version": "3.0.0",
12689 "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
12690 "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
12691 "dependencies": {
12692 "locate-path": "^3.0.0"
12693 },
12694 "engines": {
12695 "node": ">=6"
12696 }
12697 },
12698 "node_modules/pkg-up/node_modules/locate-path": {
12699 "version": "3.0.0",
12700 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
12701 "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
12702 "dependencies": {
12703 "p-locate": "^3.0.0",
12704 "path-exists": "^3.0.0"
12705 },
12706 "engines": {
12707 "node": ">=6"
12708 }
12709 },
12710 "node_modules/pkg-up/node_modules/p-limit": {
12711 "version": "2.3.0",
12712 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
12713 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
12714 "dependencies": {
12715 "p-try": "^2.0.0"
12716 },
12717 "engines": {
12718 "node": ">=6"
12719 },
12720 "funding": {
12721 "url": "https://github.com/sponsors/sindresorhus"
12722 }
12723 },
12724 "node_modules/pkg-up/node_modules/p-locate": {
12725 "version": "3.0.0",
12726 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
12727 "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
12728 "dependencies": {
12729 "p-limit": "^2.0.0"
12730 },
12731 "engines": {
12732 "node": ">=6"
12733 }
12734 },
12735 "node_modules/pkg-up/node_modules/path-exists": {
12736 "version": "3.0.0",
12737 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
12738 "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
12739 "engines": {
12740 "node": ">=4"
12741 }
730 }, 12742 },
731 "node_modules/postcss": { 12743 "node_modules/postcss": {
732 "version": "8.4.21", 12744 "version": "8.4.21",
733 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", 12745 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
734 "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", 12746 "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
735 "dev": true,
736 "funding": [ 12747 "funding": [
737 { 12748 {
738 "type": "opencollective", 12749 "type": "opencollective",
@@ -752,6 +12763,1390 @@
752 "node": "^10 || ^12 || >=14" 12763 "node": "^10 || ^12 || >=14"
753 } 12764 }
754 }, 12765 },
12766 "node_modules/postcss-attribute-case-insensitive": {
12767 "version": "5.0.2",
12768 "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz",
12769 "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==",
12770 "dependencies": {
12771 "postcss-selector-parser": "^6.0.10"
12772 },
12773 "engines": {
12774 "node": "^12 || ^14 || >=16"
12775 },
12776 "funding": {
12777 "type": "opencollective",
12778 "url": "https://opencollective.com/csstools"
12779 },
12780 "peerDependencies": {
12781 "postcss": "^8.2"
12782 }
12783 },
12784 "node_modules/postcss-browser-comments": {
12785 "version": "4.0.0",
12786 "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz",
12787 "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==",
12788 "engines": {
12789 "node": ">=8"
12790 },
12791 "peerDependencies": {
12792 "browserslist": ">=4",
12793 "postcss": ">=8"
12794 }
12795 },
12796 "node_modules/postcss-calc": {
12797 "version": "8.2.4",
12798 "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
12799 "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
12800 "dependencies": {
12801 "postcss-selector-parser": "^6.0.9",
12802 "postcss-value-parser": "^4.2.0"
12803 },
12804 "peerDependencies": {
12805 "postcss": "^8.2.2"
12806 }
12807 },
12808 "node_modules/postcss-clamp": {
12809 "version": "4.1.0",
12810 "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
12811 "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
12812 "dependencies": {
12813 "postcss-value-parser": "^4.2.0"
12814 },
12815 "engines": {
12816 "node": ">=7.6.0"
12817 },
12818 "peerDependencies": {
12819 "postcss": "^8.4.6"
12820 }
12821 },
12822 "node_modules/postcss-color-functional-notation": {
12823 "version": "4.2.4",
12824 "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz",
12825 "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==",
12826 "dependencies": {
12827 "postcss-value-parser": "^4.2.0"
12828 },
12829 "engines": {
12830 "node": "^12 || ^14 || >=16"
12831 },
12832 "funding": {
12833 "type": "opencollective",
12834 "url": "https://opencollective.com/csstools"
12835 },
12836 "peerDependencies": {
12837 "postcss": "^8.2"
12838 }
12839 },
12840 "node_modules/postcss-color-hex-alpha": {
12841 "version": "8.0.4",
12842 "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz",
12843 "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==",
12844 "dependencies": {
12845 "postcss-value-parser": "^4.2.0"
12846 },
12847 "engines": {
12848 "node": "^12 || ^14 || >=16"
12849 },
12850 "funding": {
12851 "type": "opencollective",
12852 "url": "https://opencollective.com/csstools"
12853 },
12854 "peerDependencies": {
12855 "postcss": "^8.4"
12856 }
12857 },
12858 "node_modules/postcss-color-rebeccapurple": {
12859 "version": "7.1.1",
12860 "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz",
12861 "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==",
12862 "dependencies": {
12863 "postcss-value-parser": "^4.2.0"
12864 },
12865 "engines": {
12866 "node": "^12 || ^14 || >=16"
12867 },
12868 "funding": {
12869 "type": "opencollective",
12870 "url": "https://opencollective.com/csstools"
12871 },
12872 "peerDependencies": {
12873 "postcss": "^8.2"
12874 }
12875 },
12876 "node_modules/postcss-colormin": {
12877 "version": "5.3.1",
12878 "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz",
12879 "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==",
12880 "dependencies": {
12881 "browserslist": "^4.21.4",
12882 "caniuse-api": "^3.0.0",
12883 "colord": "^2.9.1",
12884 "postcss-value-parser": "^4.2.0"
12885 },
12886 "engines": {
12887 "node": "^10 || ^12 || >=14.0"
12888 },
12889 "peerDependencies": {
12890 "postcss": "^8.2.15"
12891 }
12892 },
12893 "node_modules/postcss-convert-values": {
12894 "version": "5.1.3",
12895 "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz",
12896 "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==",
12897 "dependencies": {
12898 "browserslist": "^4.21.4",
12899 "postcss-value-parser": "^4.2.0"
12900 },
12901 "engines": {
12902 "node": "^10 || ^12 || >=14.0"
12903 },
12904 "peerDependencies": {
12905 "postcss": "^8.2.15"
12906 }
12907 },
12908 "node_modules/postcss-custom-media": {
12909 "version": "8.0.2",
12910 "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz",
12911 "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==",
12912 "dependencies": {
12913 "postcss-value-parser": "^4.2.0"
12914 },
12915 "engines": {
12916 "node": "^12 || ^14 || >=16"
12917 },
12918 "funding": {
12919 "type": "opencollective",
12920 "url": "https://opencollective.com/csstools"
12921 },
12922 "peerDependencies": {
12923 "postcss": "^8.3"
12924 }
12925 },
12926 "node_modules/postcss-custom-properties": {
12927 "version": "12.1.11",
12928 "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz",
12929 "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==",
12930 "dependencies": {
12931 "postcss-value-parser": "^4.2.0"
12932 },
12933 "engines": {
12934 "node": "^12 || ^14 || >=16"
12935 },
12936 "funding": {
12937 "type": "opencollective",
12938 "url": "https://opencollective.com/csstools"
12939 },
12940 "peerDependencies": {
12941 "postcss": "^8.2"
12942 }
12943 },
12944 "node_modules/postcss-custom-selectors": {
12945 "version": "6.0.3",
12946 "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz",
12947 "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==",
12948 "dependencies": {
12949 "postcss-selector-parser": "^6.0.4"
12950 },
12951 "engines": {
12952 "node": "^12 || ^14 || >=16"
12953 },
12954 "funding": {
12955 "type": "opencollective",
12956 "url": "https://opencollective.com/csstools"
12957 },
12958 "peerDependencies": {
12959 "postcss": "^8.3"
12960 }
12961 },
12962 "node_modules/postcss-dir-pseudo-class": {
12963 "version": "6.0.5",
12964 "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz",
12965 "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==",
12966 "dependencies": {
12967 "postcss-selector-parser": "^6.0.10"
12968 },
12969 "engines": {
12970 "node": "^12 || ^14 || >=16"
12971 },
12972 "funding": {
12973 "type": "opencollective",
12974 "url": "https://opencollective.com/csstools"
12975 },
12976 "peerDependencies": {
12977 "postcss": "^8.2"
12978 }
12979 },
12980 "node_modules/postcss-discard-comments": {
12981 "version": "5.1.2",
12982 "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
12983 "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
12984 "engines": {
12985 "node": "^10 || ^12 || >=14.0"
12986 },
12987 "peerDependencies": {
12988 "postcss": "^8.2.15"
12989 }
12990 },
12991 "node_modules/postcss-discard-duplicates": {
12992 "version": "5.1.0",
12993 "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
12994 "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
12995 "engines": {
12996 "node": "^10 || ^12 || >=14.0"
12997 },
12998 "peerDependencies": {
12999 "postcss": "^8.2.15"
13000 }
13001 },
13002 "node_modules/postcss-discard-empty": {
13003 "version": "5.1.1",
13004 "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
13005 "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
13006 "engines": {
13007 "node": "^10 || ^12 || >=14.0"
13008 },
13009 "peerDependencies": {
13010 "postcss": "^8.2.15"
13011 }
13012 },
13013 "node_modules/postcss-discard-overridden": {
13014 "version": "5.1.0",
13015 "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
13016 "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
13017 "engines": {
13018 "node": "^10 || ^12 || >=14.0"
13019 },
13020 "peerDependencies": {
13021 "postcss": "^8.2.15"
13022 }
13023 },
13024 "node_modules/postcss-double-position-gradients": {
13025 "version": "3.1.2",
13026 "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz",
13027 "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==",
13028 "dependencies": {
13029 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
13030 "postcss-value-parser": "^4.2.0"
13031 },
13032 "engines": {
13033 "node": "^12 || ^14 || >=16"
13034 },
13035 "funding": {
13036 "type": "opencollective",
13037 "url": "https://opencollective.com/csstools"
13038 },
13039 "peerDependencies": {
13040 "postcss": "^8.2"
13041 }
13042 },
13043 "node_modules/postcss-env-function": {
13044 "version": "4.0.6",
13045 "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
13046 "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
13047 "dependencies": {
13048 "postcss-value-parser": "^4.2.0"
13049 },
13050 "engines": {
13051 "node": "^12 || ^14 || >=16"
13052 },
13053 "peerDependencies": {
13054 "postcss": "^8.4"
13055 }
13056 },
13057 "node_modules/postcss-flexbugs-fixes": {
13058 "version": "5.0.2",
13059 "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
13060 "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
13061 "peerDependencies": {
13062 "postcss": "^8.1.4"
13063 }
13064 },
13065 "node_modules/postcss-focus-visible": {
13066 "version": "6.0.4",
13067 "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
13068 "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
13069 "dependencies": {
13070 "postcss-selector-parser": "^6.0.9"
13071 },
13072 "engines": {
13073 "node": "^12 || ^14 || >=16"
13074 },
13075 "peerDependencies": {
13076 "postcss": "^8.4"
13077 }
13078 },
13079 "node_modules/postcss-focus-within": {
13080 "version": "5.0.4",
13081 "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz",
13082 "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==",
13083 "dependencies": {
13084 "postcss-selector-parser": "^6.0.9"
13085 },
13086 "engines": {
13087 "node": "^12 || ^14 || >=16"
13088 },
13089 "peerDependencies": {
13090 "postcss": "^8.4"
13091 }
13092 },
13093 "node_modules/postcss-font-variant": {
13094 "version": "5.0.0",
13095 "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
13096 "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
13097 "peerDependencies": {
13098 "postcss": "^8.1.0"
13099 }
13100 },
13101 "node_modules/postcss-gap-properties": {
13102 "version": "3.0.5",
13103 "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz",
13104 "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==",
13105 "engines": {
13106 "node": "^12 || ^14 || >=16"
13107 },
13108 "funding": {
13109 "type": "opencollective",
13110 "url": "https://opencollective.com/csstools"
13111 },
13112 "peerDependencies": {
13113 "postcss": "^8.2"
13114 }
13115 },
13116 "node_modules/postcss-image-set-function": {
13117 "version": "4.0.7",
13118 "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz",
13119 "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==",
13120 "dependencies": {
13121 "postcss-value-parser": "^4.2.0"
13122 },
13123 "engines": {
13124 "node": "^12 || ^14 || >=16"
13125 },
13126 "funding": {
13127 "type": "opencollective",
13128 "url": "https://opencollective.com/csstools"
13129 },
13130 "peerDependencies": {
13131 "postcss": "^8.2"
13132 }
13133 },
13134 "node_modules/postcss-import": {
13135 "version": "14.1.0",
13136 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz",
13137 "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==",
13138 "dependencies": {
13139 "postcss-value-parser": "^4.0.0",
13140 "read-cache": "^1.0.0",
13141 "resolve": "^1.1.7"
13142 },
13143 "engines": {
13144 "node": ">=10.0.0"
13145 },
13146 "peerDependencies": {
13147 "postcss": "^8.0.0"
13148 }
13149 },
13150 "node_modules/postcss-initial": {
13151 "version": "4.0.1",
13152 "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
13153 "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
13154 "peerDependencies": {
13155 "postcss": "^8.0.0"
13156 }
13157 },
13158 "node_modules/postcss-js": {
13159 "version": "4.0.1",
13160 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
13161 "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
13162 "dependencies": {
13163 "camelcase-css": "^2.0.1"
13164 },
13165 "engines": {
13166 "node": "^12 || ^14 || >= 16"
13167 },
13168 "funding": {
13169 "type": "opencollective",
13170 "url": "https://opencollective.com/postcss/"
13171 },
13172 "peerDependencies": {
13173 "postcss": "^8.4.21"
13174 }
13175 },
13176 "node_modules/postcss-lab-function": {
13177 "version": "4.2.1",
13178 "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz",
13179 "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==",
13180 "dependencies": {
13181 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
13182 "postcss-value-parser": "^4.2.0"
13183 },
13184 "engines": {
13185 "node": "^12 || ^14 || >=16"
13186 },
13187 "funding": {
13188 "type": "opencollective",
13189 "url": "https://opencollective.com/csstools"
13190 },
13191 "peerDependencies": {
13192 "postcss": "^8.2"
13193 }
13194 },
13195 "node_modules/postcss-load-config": {
13196 "version": "3.1.4",
13197 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
13198 "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
13199 "dependencies": {
13200 "lilconfig": "^2.0.5",
13201 "yaml": "^1.10.2"
13202 },
13203 "engines": {
13204 "node": ">= 10"
13205 },
13206 "funding": {
13207 "type": "opencollective",
13208 "url": "https://opencollective.com/postcss/"
13209 },
13210 "peerDependencies": {
13211 "postcss": ">=8.0.9",
13212 "ts-node": ">=9.0.0"
13213 },
13214 "peerDependenciesMeta": {
13215 "postcss": {
13216 "optional": true
13217 },
13218 "ts-node": {
13219 "optional": true
13220 }
13221 }
13222 },
13223 "node_modules/postcss-loader": {
13224 "version": "6.2.1",
13225 "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
13226 "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
13227 "dependencies": {
13228 "cosmiconfig": "^7.0.0",
13229 "klona": "^2.0.5",
13230 "semver": "^7.3.5"
13231 },
13232 "engines": {
13233 "node": ">= 12.13.0"
13234 },
13235 "funding": {
13236 "type": "opencollective",
13237 "url": "https://opencollective.com/webpack"
13238 },
13239 "peerDependencies": {
13240 "postcss": "^7.0.0 || ^8.0.1",
13241 "webpack": "^5.0.0"
13242 }
13243 },
13244 "node_modules/postcss-logical": {
13245 "version": "5.0.4",
13246 "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz",
13247 "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
13248 "engines": {
13249 "node": "^12 || ^14 || >=16"
13250 },
13251 "peerDependencies": {
13252 "postcss": "^8.4"
13253 }
13254 },
13255 "node_modules/postcss-media-minmax": {
13256 "version": "5.0.0",
13257 "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
13258 "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
13259 "engines": {
13260 "node": ">=10.0.0"
13261 },
13262 "peerDependencies": {
13263 "postcss": "^8.1.0"
13264 }
13265 },
13266 "node_modules/postcss-merge-longhand": {
13267 "version": "5.1.7",
13268 "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz",
13269 "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==",
13270 "dependencies": {
13271 "postcss-value-parser": "^4.2.0",
13272 "stylehacks": "^5.1.1"
13273 },
13274 "engines": {
13275 "node": "^10 || ^12 || >=14.0"
13276 },
13277 "peerDependencies": {
13278 "postcss": "^8.2.15"
13279 }
13280 },
13281 "node_modules/postcss-merge-rules": {
13282 "version": "5.1.4",
13283 "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz",
13284 "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==",
13285 "dependencies": {
13286 "browserslist": "^4.21.4",
13287 "caniuse-api": "^3.0.0",
13288 "cssnano-utils": "^3.1.0",
13289 "postcss-selector-parser": "^6.0.5"
13290 },
13291 "engines": {
13292 "node": "^10 || ^12 || >=14.0"
13293 },
13294 "peerDependencies": {
13295 "postcss": "^8.2.15"
13296 }
13297 },
13298 "node_modules/postcss-minify-font-values": {
13299 "version": "5.1.0",
13300 "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
13301 "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
13302 "dependencies": {
13303 "postcss-value-parser": "^4.2.0"
13304 },
13305 "engines": {
13306 "node": "^10 || ^12 || >=14.0"
13307 },
13308 "peerDependencies": {
13309 "postcss": "^8.2.15"
13310 }
13311 },
13312 "node_modules/postcss-minify-gradients": {
13313 "version": "5.1.1",
13314 "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
13315 "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
13316 "dependencies": {
13317 "colord": "^2.9.1",
13318 "cssnano-utils": "^3.1.0",
13319 "postcss-value-parser": "^4.2.0"
13320 },
13321 "engines": {
13322 "node": "^10 || ^12 || >=14.0"
13323 },
13324 "peerDependencies": {
13325 "postcss": "^8.2.15"
13326 }
13327 },
13328 "node_modules/postcss-minify-params": {
13329 "version": "5.1.4",
13330 "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz",
13331 "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==",
13332 "dependencies": {
13333 "browserslist": "^4.21.4",
13334 "cssnano-utils": "^3.1.0",
13335 "postcss-value-parser": "^4.2.0"
13336 },
13337 "engines": {
13338 "node": "^10 || ^12 || >=14.0"
13339 },
13340 "peerDependencies": {
13341 "postcss": "^8.2.15"
13342 }
13343 },
13344 "node_modules/postcss-minify-selectors": {
13345 "version": "5.2.1",
13346 "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz",
13347 "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==",
13348 "dependencies": {
13349 "postcss-selector-parser": "^6.0.5"
13350 },
13351 "engines": {
13352 "node": "^10 || ^12 || >=14.0"
13353 },
13354 "peerDependencies": {
13355 "postcss": "^8.2.15"
13356 }
13357 },
13358 "node_modules/postcss-modules-extract-imports": {
13359 "version": "3.0.0",
13360 "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
13361 "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
13362 "engines": {
13363 "node": "^10 || ^12 || >= 14"
13364 },
13365 "peerDependencies": {
13366 "postcss": "^8.1.0"
13367 }
13368 },
13369 "node_modules/postcss-modules-local-by-default": {
13370 "version": "4.0.0",
13371 "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
13372 "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
13373 "dependencies": {
13374 "icss-utils": "^5.0.0",
13375 "postcss-selector-parser": "^6.0.2",
13376 "postcss-value-parser": "^4.1.0"
13377 },
13378 "engines": {
13379 "node": "^10 || ^12 || >= 14"
13380 },
13381 "peerDependencies": {
13382 "postcss": "^8.1.0"
13383 }
13384 },
13385 "node_modules/postcss-modules-scope": {
13386 "version": "3.0.0",
13387 "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
13388 "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
13389 "dependencies": {
13390 "postcss-selector-parser": "^6.0.4"
13391 },
13392 "engines": {
13393 "node": "^10 || ^12 || >= 14"
13394 },
13395 "peerDependencies": {
13396 "postcss": "^8.1.0"
13397 }
13398 },
13399 "node_modules/postcss-modules-values": {
13400 "version": "4.0.0",
13401 "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
13402 "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
13403 "dependencies": {
13404 "icss-utils": "^5.0.0"
13405 },
13406 "engines": {
13407 "node": "^10 || ^12 || >= 14"
13408 },
13409 "peerDependencies": {
13410 "postcss": "^8.1.0"
13411 }
13412 },
13413 "node_modules/postcss-nested": {
13414 "version": "6.0.0",
13415 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz",
13416 "integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==",
13417 "dependencies": {
13418 "postcss-selector-parser": "^6.0.10"
13419 },
13420 "engines": {
13421 "node": ">=12.0"
13422 },
13423 "funding": {
13424 "type": "opencollective",
13425 "url": "https://opencollective.com/postcss/"
13426 },
13427 "peerDependencies": {
13428 "postcss": "^8.2.14"
13429 }
13430 },
13431 "node_modules/postcss-nesting": {
13432 "version": "10.2.0",
13433 "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz",
13434 "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==",
13435 "dependencies": {
13436 "@csstools/selector-specificity": "^2.0.0",
13437 "postcss-selector-parser": "^6.0.10"
13438 },
13439 "engines": {
13440 "node": "^12 || ^14 || >=16"
13441 },
13442 "funding": {
13443 "type": "opencollective",
13444 "url": "https://opencollective.com/csstools"
13445 },
13446 "peerDependencies": {
13447 "postcss": "^8.2"
13448 }
13449 },
13450 "node_modules/postcss-normalize": {
13451 "version": "10.0.1",
13452 "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz",
13453 "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==",
13454 "dependencies": {
13455 "@csstools/normalize.css": "*",
13456 "postcss-browser-comments": "^4",
13457 "sanitize.css": "*"
13458 },
13459 "engines": {
13460 "node": ">= 12"
13461 },
13462 "peerDependencies": {
13463 "browserslist": ">= 4",
13464 "postcss": ">= 8"
13465 }
13466 },
13467 "node_modules/postcss-normalize-charset": {
13468 "version": "5.1.0",
13469 "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
13470 "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
13471 "engines": {
13472 "node": "^10 || ^12 || >=14.0"
13473 },
13474 "peerDependencies": {
13475 "postcss": "^8.2.15"
13476 }
13477 },
13478 "node_modules/postcss-normalize-display-values": {
13479 "version": "5.1.0",
13480 "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
13481 "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
13482 "dependencies": {
13483 "postcss-value-parser": "^4.2.0"
13484 },
13485 "engines": {
13486 "node": "^10 || ^12 || >=14.0"
13487 },
13488 "peerDependencies": {
13489 "postcss": "^8.2.15"
13490 }
13491 },
13492 "node_modules/postcss-normalize-positions": {
13493 "version": "5.1.1",
13494 "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz",
13495 "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==",
13496 "dependencies": {
13497 "postcss-value-parser": "^4.2.0"
13498 },
13499 "engines": {
13500 "node": "^10 || ^12 || >=14.0"
13501 },
13502 "peerDependencies": {
13503 "postcss": "^8.2.15"
13504 }
13505 },
13506 "node_modules/postcss-normalize-repeat-style": {
13507 "version": "5.1.1",
13508 "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz",
13509 "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==",
13510 "dependencies": {
13511 "postcss-value-parser": "^4.2.0"
13512 },
13513 "engines": {
13514 "node": "^10 || ^12 || >=14.0"
13515 },
13516 "peerDependencies": {
13517 "postcss": "^8.2.15"
13518 }
13519 },
13520 "node_modules/postcss-normalize-string": {
13521 "version": "5.1.0",
13522 "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
13523 "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
13524 "dependencies": {
13525 "postcss-value-parser": "^4.2.0"
13526 },
13527 "engines": {
13528 "node": "^10 || ^12 || >=14.0"
13529 },
13530 "peerDependencies": {
13531 "postcss": "^8.2.15"
13532 }
13533 },
13534 "node_modules/postcss-normalize-timing-functions": {
13535 "version": "5.1.0",
13536 "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
13537 "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
13538 "dependencies": {
13539 "postcss-value-parser": "^4.2.0"
13540 },
13541 "engines": {
13542 "node": "^10 || ^12 || >=14.0"
13543 },
13544 "peerDependencies": {
13545 "postcss": "^8.2.15"
13546 }
13547 },
13548 "node_modules/postcss-normalize-unicode": {
13549 "version": "5.1.1",
13550 "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz",
13551 "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==",
13552 "dependencies": {
13553 "browserslist": "^4.21.4",
13554 "postcss-value-parser": "^4.2.0"
13555 },
13556 "engines": {
13557 "node": "^10 || ^12 || >=14.0"
13558 },
13559 "peerDependencies": {
13560 "postcss": "^8.2.15"
13561 }
13562 },
13563 "node_modules/postcss-normalize-url": {
13564 "version": "5.1.0",
13565 "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
13566 "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
13567 "dependencies": {
13568 "normalize-url": "^6.0.1",
13569 "postcss-value-parser": "^4.2.0"
13570 },
13571 "engines": {
13572 "node": "^10 || ^12 || >=14.0"
13573 },
13574 "peerDependencies": {
13575 "postcss": "^8.2.15"
13576 }
13577 },
13578 "node_modules/postcss-normalize-whitespace": {
13579 "version": "5.1.1",
13580 "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
13581 "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
13582 "dependencies": {
13583 "postcss-value-parser": "^4.2.0"
13584 },
13585 "engines": {
13586 "node": "^10 || ^12 || >=14.0"
13587 },
13588 "peerDependencies": {
13589 "postcss": "^8.2.15"
13590 }
13591 },
13592 "node_modules/postcss-opacity-percentage": {
13593 "version": "1.1.3",
13594 "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz",
13595 "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==",
13596 "funding": [
13597 {
13598 "type": "kofi",
13599 "url": "https://ko-fi.com/mrcgrtz"
13600 },
13601 {
13602 "type": "liberapay",
13603 "url": "https://liberapay.com/mrcgrtz"
13604 }
13605 ],
13606 "engines": {
13607 "node": "^12 || ^14 || >=16"
13608 },
13609 "peerDependencies": {
13610 "postcss": "^8.2"
13611 }
13612 },
13613 "node_modules/postcss-ordered-values": {
13614 "version": "5.1.3",
13615 "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz",
13616 "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==",
13617 "dependencies": {
13618 "cssnano-utils": "^3.1.0",
13619 "postcss-value-parser": "^4.2.0"
13620 },
13621 "engines": {
13622 "node": "^10 || ^12 || >=14.0"
13623 },
13624 "peerDependencies": {
13625 "postcss": "^8.2.15"
13626 }
13627 },
13628 "node_modules/postcss-overflow-shorthand": {
13629 "version": "3.0.4",
13630 "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz",
13631 "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==",
13632 "dependencies": {
13633 "postcss-value-parser": "^4.2.0"
13634 },
13635 "engines": {
13636 "node": "^12 || ^14 || >=16"
13637 },
13638 "funding": {
13639 "type": "opencollective",
13640 "url": "https://opencollective.com/csstools"
13641 },
13642 "peerDependencies": {
13643 "postcss": "^8.2"
13644 }
13645 },
13646 "node_modules/postcss-page-break": {
13647 "version": "3.0.4",
13648 "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
13649 "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
13650 "peerDependencies": {
13651 "postcss": "^8"
13652 }
13653 },
13654 "node_modules/postcss-place": {
13655 "version": "7.0.5",
13656 "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz",
13657 "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==",
13658 "dependencies": {
13659 "postcss-value-parser": "^4.2.0"
13660 },
13661 "engines": {
13662 "node": "^12 || ^14 || >=16"
13663 },
13664 "funding": {
13665 "type": "opencollective",
13666 "url": "https://opencollective.com/csstools"
13667 },
13668 "peerDependencies": {
13669 "postcss": "^8.2"
13670 }
13671 },
13672 "node_modules/postcss-preset-env": {
13673 "version": "7.8.3",
13674 "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz",
13675 "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==",
13676 "dependencies": {
13677 "@csstools/postcss-cascade-layers": "^1.1.1",
13678 "@csstools/postcss-color-function": "^1.1.1",
13679 "@csstools/postcss-font-format-keywords": "^1.0.1",
13680 "@csstools/postcss-hwb-function": "^1.0.2",
13681 "@csstools/postcss-ic-unit": "^1.0.1",
13682 "@csstools/postcss-is-pseudo-class": "^2.0.7",
13683 "@csstools/postcss-nested-calc": "^1.0.0",
13684 "@csstools/postcss-normalize-display-values": "^1.0.1",
13685 "@csstools/postcss-oklab-function": "^1.1.1",
13686 "@csstools/postcss-progressive-custom-properties": "^1.3.0",
13687 "@csstools/postcss-stepped-value-functions": "^1.0.1",
13688 "@csstools/postcss-text-decoration-shorthand": "^1.0.0",
13689 "@csstools/postcss-trigonometric-functions": "^1.0.2",
13690 "@csstools/postcss-unset-value": "^1.0.2",
13691 "autoprefixer": "^10.4.13",
13692 "browserslist": "^4.21.4",
13693 "css-blank-pseudo": "^3.0.3",
13694 "css-has-pseudo": "^3.0.4",
13695 "css-prefers-color-scheme": "^6.0.3",
13696 "cssdb": "^7.1.0",
13697 "postcss-attribute-case-insensitive": "^5.0.2",
13698 "postcss-clamp": "^4.1.0",
13699 "postcss-color-functional-notation": "^4.2.4",
13700 "postcss-color-hex-alpha": "^8.0.4",
13701 "postcss-color-rebeccapurple": "^7.1.1",
13702 "postcss-custom-media": "^8.0.2",
13703 "postcss-custom-properties": "^12.1.10",
13704 "postcss-custom-selectors": "^6.0.3",
13705 "postcss-dir-pseudo-class": "^6.0.5",
13706 "postcss-double-position-gradients": "^3.1.2",
13707 "postcss-env-function": "^4.0.6",
13708 "postcss-focus-visible": "^6.0.4",
13709 "postcss-focus-within": "^5.0.4",
13710 "postcss-font-variant": "^5.0.0",
13711 "postcss-gap-properties": "^3.0.5",
13712 "postcss-image-set-function": "^4.0.7",
13713 "postcss-initial": "^4.0.1",
13714 "postcss-lab-function": "^4.2.1",
13715 "postcss-logical": "^5.0.4",
13716 "postcss-media-minmax": "^5.0.0",
13717 "postcss-nesting": "^10.2.0",
13718 "postcss-opacity-percentage": "^1.1.2",
13719 "postcss-overflow-shorthand": "^3.0.4",
13720 "postcss-page-break": "^3.0.4",
13721 "postcss-place": "^7.0.5",
13722 "postcss-pseudo-class-any-link": "^7.1.6",
13723 "postcss-replace-overflow-wrap": "^4.0.0",
13724 "postcss-selector-not": "^6.0.1",
13725 "postcss-value-parser": "^4.2.0"
13726 },
13727 "engines": {
13728 "node": "^12 || ^14 || >=16"
13729 },
13730 "funding": {
13731 "type": "opencollective",
13732 "url": "https://opencollective.com/csstools"
13733 },
13734 "peerDependencies": {
13735 "postcss": "^8.2"
13736 }
13737 },
13738 "node_modules/postcss-pseudo-class-any-link": {
13739 "version": "7.1.6",
13740 "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz",
13741 "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==",
13742 "dependencies": {
13743 "postcss-selector-parser": "^6.0.10"
13744 },
13745 "engines": {
13746 "node": "^12 || ^14 || >=16"
13747 },
13748 "funding": {
13749 "type": "opencollective",
13750 "url": "https://opencollective.com/csstools"
13751 },
13752 "peerDependencies": {
13753 "postcss": "^8.2"
13754 }
13755 },
13756 "node_modules/postcss-reduce-initial": {
13757 "version": "5.1.2",
13758 "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz",
13759 "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==",
13760 "dependencies": {
13761 "browserslist": "^4.21.4",
13762 "caniuse-api": "^3.0.0"
13763 },
13764 "engines": {
13765 "node": "^10 || ^12 || >=14.0"
13766 },
13767 "peerDependencies": {
13768 "postcss": "^8.2.15"
13769 }
13770 },
13771 "node_modules/postcss-reduce-transforms": {
13772 "version": "5.1.0",
13773 "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
13774 "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
13775 "dependencies": {
13776 "postcss-value-parser": "^4.2.0"
13777 },
13778 "engines": {
13779 "node": "^10 || ^12 || >=14.0"
13780 },
13781 "peerDependencies": {
13782 "postcss": "^8.2.15"
13783 }
13784 },
13785 "node_modules/postcss-replace-overflow-wrap": {
13786 "version": "4.0.0",
13787 "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
13788 "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
13789 "peerDependencies": {
13790 "postcss": "^8.0.3"
13791 }
13792 },
13793 "node_modules/postcss-selector-not": {
13794 "version": "6.0.1",
13795 "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz",
13796 "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==",
13797 "dependencies": {
13798 "postcss-selector-parser": "^6.0.10"
13799 },
13800 "engines": {
13801 "node": "^12 || ^14 || >=16"
13802 },
13803 "funding": {
13804 "type": "opencollective",
13805 "url": "https://opencollective.com/csstools"
13806 },
13807 "peerDependencies": {
13808 "postcss": "^8.2"
13809 }
13810 },
13811 "node_modules/postcss-selector-parser": {
13812 "version": "6.0.11",
13813 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz",
13814 "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==",
13815 "dependencies": {
13816 "cssesc": "^3.0.0",
13817 "util-deprecate": "^1.0.2"
13818 },
13819 "engines": {
13820 "node": ">=4"
13821 }
13822 },
13823 "node_modules/postcss-svgo": {
13824 "version": "5.1.0",
13825 "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
13826 "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
13827 "dependencies": {
13828 "postcss-value-parser": "^4.2.0",
13829 "svgo": "^2.7.0"
13830 },
13831 "engines": {
13832 "node": "^10 || ^12 || >=14.0"
13833 },
13834 "peerDependencies": {
13835 "postcss": "^8.2.15"
13836 }
13837 },
13838 "node_modules/postcss-svgo/node_modules/commander": {
13839 "version": "7.2.0",
13840 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
13841 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
13842 "engines": {
13843 "node": ">= 10"
13844 }
13845 },
13846 "node_modules/postcss-svgo/node_modules/css-tree": {
13847 "version": "1.1.3",
13848 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
13849 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
13850 "dependencies": {
13851 "mdn-data": "2.0.14",
13852 "source-map": "^0.6.1"
13853 },
13854 "engines": {
13855 "node": ">=8.0.0"
13856 }
13857 },
13858 "node_modules/postcss-svgo/node_modules/mdn-data": {
13859 "version": "2.0.14",
13860 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
13861 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
13862 },
13863 "node_modules/postcss-svgo/node_modules/source-map": {
13864 "version": "0.6.1",
13865 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
13866 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
13867 "engines": {
13868 "node": ">=0.10.0"
13869 }
13870 },
13871 "node_modules/postcss-svgo/node_modules/svgo": {
13872 "version": "2.8.0",
13873 "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
13874 "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
13875 "dependencies": {
13876 "@trysound/sax": "0.2.0",
13877 "commander": "^7.2.0",
13878 "css-select": "^4.1.3",
13879 "css-tree": "^1.1.3",
13880 "csso": "^4.2.0",
13881 "picocolors": "^1.0.0",
13882 "stable": "^0.1.8"
13883 },
13884 "bin": {
13885 "svgo": "bin/svgo"
13886 },
13887 "engines": {
13888 "node": ">=10.13.0"
13889 }
13890 },
13891 "node_modules/postcss-unique-selectors": {
13892 "version": "5.1.1",
13893 "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
13894 "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
13895 "dependencies": {
13896 "postcss-selector-parser": "^6.0.5"
13897 },
13898 "engines": {
13899 "node": "^10 || ^12 || >=14.0"
13900 },
13901 "peerDependencies": {
13902 "postcss": "^8.2.15"
13903 }
13904 },
13905 "node_modules/postcss-value-parser": {
13906 "version": "4.2.0",
13907 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
13908 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
13909 },
13910 "node_modules/prelude-ls": {
13911 "version": "1.2.1",
13912 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
13913 "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
13914 "engines": {
13915 "node": ">= 0.8.0"
13916 }
13917 },
13918 "node_modules/pretty-bytes": {
13919 "version": "5.6.0",
13920 "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
13921 "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
13922 "engines": {
13923 "node": ">=6"
13924 },
13925 "funding": {
13926 "url": "https://github.com/sponsors/sindresorhus"
13927 }
13928 },
13929 "node_modules/pretty-error": {
13930 "version": "4.0.0",
13931 "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
13932 "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
13933 "dependencies": {
13934 "lodash": "^4.17.20",
13935 "renderkid": "^3.0.0"
13936 }
13937 },
13938 "node_modules/pretty-format": {
13939 "version": "27.5.1",
13940 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
13941 "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
13942 "dependencies": {
13943 "ansi-regex": "^5.0.1",
13944 "ansi-styles": "^5.0.0",
13945 "react-is": "^17.0.1"
13946 },
13947 "engines": {
13948 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
13949 }
13950 },
13951 "node_modules/pretty-format/node_modules/ansi-styles": {
13952 "version": "5.2.0",
13953 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
13954 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
13955 "engines": {
13956 "node": ">=10"
13957 },
13958 "funding": {
13959 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
13960 }
13961 },
13962 "node_modules/process-nextick-args": {
13963 "version": "2.0.1",
13964 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
13965 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
13966 },
13967 "node_modules/promise": {
13968 "version": "8.3.0",
13969 "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
13970 "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==",
13971 "dependencies": {
13972 "asap": "~2.0.6"
13973 }
13974 },
13975 "node_modules/prompts": {
13976 "version": "2.4.2",
13977 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
13978 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
13979 "dependencies": {
13980 "kleur": "^3.0.3",
13981 "sisteransi": "^1.0.5"
13982 },
13983 "engines": {
13984 "node": ">= 6"
13985 }
13986 },
13987 "node_modules/prop-types": {
13988 "version": "15.8.1",
13989 "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
13990 "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
13991 "dependencies": {
13992 "loose-envify": "^1.4.0",
13993 "object-assign": "^4.1.1",
13994 "react-is": "^16.13.1"
13995 }
13996 },
13997 "node_modules/prop-types/node_modules/react-is": {
13998 "version": "16.13.1",
13999 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
14000 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
14001 },
14002 "node_modules/proxy-addr": {
14003 "version": "2.0.7",
14004 "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
14005 "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
14006 "dependencies": {
14007 "forwarded": "0.2.0",
14008 "ipaddr.js": "1.9.1"
14009 },
14010 "engines": {
14011 "node": ">= 0.10"
14012 }
14013 },
14014 "node_modules/proxy-addr/node_modules/ipaddr.js": {
14015 "version": "1.9.1",
14016 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
14017 "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
14018 "engines": {
14019 "node": ">= 0.10"
14020 }
14021 },
14022 "node_modules/psl": {
14023 "version": "1.9.0",
14024 "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
14025 "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="
14026 },
14027 "node_modules/punycode": {
14028 "version": "2.3.0",
14029 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
14030 "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
14031 "engines": {
14032 "node": ">=6"
14033 }
14034 },
14035 "node_modules/q": {
14036 "version": "1.5.1",
14037 "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
14038 "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==",
14039 "engines": {
14040 "node": ">=0.6.0",
14041 "teleport": ">=0.2.0"
14042 }
14043 },
14044 "node_modules/qs": {
14045 "version": "6.11.0",
14046 "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
14047 "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
14048 "dependencies": {
14049 "side-channel": "^1.0.4"
14050 },
14051 "engines": {
14052 "node": ">=0.6"
14053 },
14054 "funding": {
14055 "url": "https://github.com/sponsors/ljharb"
14056 }
14057 },
14058 "node_modules/querystringify": {
14059 "version": "2.2.0",
14060 "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
14061 "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
14062 },
14063 "node_modules/queue-microtask": {
14064 "version": "1.2.3",
14065 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
14066 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
14067 "funding": [
14068 {
14069 "type": "github",
14070 "url": "https://github.com/sponsors/feross"
14071 },
14072 {
14073 "type": "patreon",
14074 "url": "https://www.patreon.com/feross"
14075 },
14076 {
14077 "type": "consulting",
14078 "url": "https://feross.org/support"
14079 }
14080 ]
14081 },
14082 "node_modules/quick-lru": {
14083 "version": "5.1.1",
14084 "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
14085 "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
14086 "engines": {
14087 "node": ">=10"
14088 },
14089 "funding": {
14090 "url": "https://github.com/sponsors/sindresorhus"
14091 }
14092 },
14093 "node_modules/raf": {
14094 "version": "3.4.1",
14095 "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
14096 "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
14097 "dependencies": {
14098 "performance-now": "^2.1.0"
14099 }
14100 },
14101 "node_modules/randombytes": {
14102 "version": "2.1.0",
14103 "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
14104 "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
14105 "dependencies": {
14106 "safe-buffer": "^5.1.0"
14107 }
14108 },
14109 "node_modules/range-parser": {
14110 "version": "1.2.1",
14111 "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
14112 "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
14113 "engines": {
14114 "node": ">= 0.6"
14115 }
14116 },
14117 "node_modules/raw-body": {
14118 "version": "2.5.1",
14119 "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz",
14120 "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
14121 "dependencies": {
14122 "bytes": "3.1.2",
14123 "http-errors": "2.0.0",
14124 "iconv-lite": "0.4.24",
14125 "unpipe": "1.0.0"
14126 },
14127 "engines": {
14128 "node": ">= 0.8"
14129 }
14130 },
14131 "node_modules/raw-body/node_modules/bytes": {
14132 "version": "3.1.2",
14133 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
14134 "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
14135 "engines": {
14136 "node": ">= 0.8"
14137 }
14138 },
14139 "node_modules/raw-body/node_modules/iconv-lite": {
14140 "version": "0.4.24",
14141 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
14142 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
14143 "dependencies": {
14144 "safer-buffer": ">= 2.1.2 < 3"
14145 },
14146 "engines": {
14147 "node": ">=0.10.0"
14148 }
14149 },
755 "node_modules/react": { 14150 "node_modules/react": {
756 "version": "18.2.0", 14151 "version": "18.2.0",
757 "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", 14152 "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
@@ -763,6 +14158,139 @@
763 "node": ">=0.10.0" 14158 "node": ">=0.10.0"
764 } 14159 }
765 }, 14160 },
14161 "node_modules/react-app-polyfill": {
14162 "version": "3.0.0",
14163 "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
14164 "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
14165 "dependencies": {
14166 "core-js": "^3.19.2",
14167 "object-assign": "^4.1.1",
14168 "promise": "^8.1.0",
14169 "raf": "^3.4.1",
14170 "regenerator-runtime": "^0.13.9",
14171 "whatwg-fetch": "^3.6.2"
14172 },
14173 "engines": {
14174 "node": ">=14"
14175 }
14176 },
14177 "node_modules/react-dev-utils": {
14178 "version": "12.0.1",
14179 "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",
14180 "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==",
14181 "dependencies": {
14182 "@babel/code-frame": "^7.16.0",
14183 "address": "^1.1.2",
14184 "browserslist": "^4.18.1",
14185 "chalk": "^4.1.2",
14186 "cross-spawn": "^7.0.3",
14187 "detect-port-alt": "^1.1.6",
14188 "escape-string-regexp": "^4.0.0",
14189 "filesize": "^8.0.6",
14190 "find-up": "^5.0.0",
14191 "fork-ts-checker-webpack-plugin": "^6.5.0",
14192 "global-modules": "^2.0.0",
14193 "globby": "^11.0.4",
14194 "gzip-size": "^6.0.0",
14195 "immer": "^9.0.7",
14196 "is-root": "^2.1.0",
14197 "loader-utils": "^3.2.0",
14198 "open": "^8.4.0",
14199 "pkg-up": "^3.1.0",
14200 "prompts": "^2.4.2",
14201 "react-error-overlay": "^6.0.11",
14202 "recursive-readdir": "^2.2.2",
14203 "shell-quote": "^1.7.3",
14204 "strip-ansi": "^6.0.1",
14205 "text-table": "^0.2.0"
14206 },
14207 "engines": {
14208 "node": ">=14"
14209 }
14210 },
14211 "node_modules/react-dev-utils/node_modules/ansi-styles": {
14212 "version": "4.3.0",
14213 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
14214 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
14215 "dependencies": {
14216 "color-convert": "^2.0.1"
14217 },
14218 "engines": {
14219 "node": ">=8"
14220 },
14221 "funding": {
14222 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
14223 }
14224 },
14225 "node_modules/react-dev-utils/node_modules/chalk": {
14226 "version": "4.1.2",
14227 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
14228 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
14229 "dependencies": {
14230 "ansi-styles": "^4.1.0",
14231 "supports-color": "^7.1.0"
14232 },
14233 "engines": {
14234 "node": ">=10"
14235 },
14236 "funding": {
14237 "url": "https://github.com/chalk/chalk?sponsor=1"
14238 }
14239 },
14240 "node_modules/react-dev-utils/node_modules/color-convert": {
14241 "version": "2.0.1",
14242 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
14243 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
14244 "dependencies": {
14245 "color-name": "~1.1.4"
14246 },
14247 "engines": {
14248 "node": ">=7.0.0"
14249 }
14250 },
14251 "node_modules/react-dev-utils/node_modules/color-name": {
14252 "version": "1.1.4",
14253 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
14254 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
14255 },
14256 "node_modules/react-dev-utils/node_modules/escape-string-regexp": {
14257 "version": "4.0.0",
14258 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
14259 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
14260 "engines": {
14261 "node": ">=10"
14262 },
14263 "funding": {
14264 "url": "https://github.com/sponsors/sindresorhus"
14265 }
14266 },
14267 "node_modules/react-dev-utils/node_modules/has-flag": {
14268 "version": "4.0.0",
14269 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
14270 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
14271 "engines": {
14272 "node": ">=8"
14273 }
14274 },
14275 "node_modules/react-dev-utils/node_modules/loader-utils": {
14276 "version": "3.2.1",
14277 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz",
14278 "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==",
14279 "engines": {
14280 "node": ">= 12.13.0"
14281 }
14282 },
14283 "node_modules/react-dev-utils/node_modules/supports-color": {
14284 "version": "7.2.0",
14285 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
14286 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
14287 "dependencies": {
14288 "has-flag": "^4.0.0"
14289 },
14290 "engines": {
14291 "node": ">=8"
14292 }
14293 },
766 "node_modules/react-dom": { 14294 "node_modules/react-dom": {
767 "version": "18.2.0", 14295 "version": "18.2.0",
768 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", 14296 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
@@ -775,11 +14303,292 @@
775 "react": "^18.2.0" 14303 "react": "^18.2.0"
776 } 14304 }
777 }, 14305 },
14306 "node_modules/react-error-overlay": {
14307 "version": "6.0.11",
14308 "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz",
14309 "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg=="
14310 },
14311 "node_modules/react-is": {
14312 "version": "17.0.2",
14313 "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
14314 "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
14315 },
14316 "node_modules/react-refresh": {
14317 "version": "0.11.0",
14318 "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
14319 "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==",
14320 "engines": {
14321 "node": ">=0.10.0"
14322 }
14323 },
14324 "node_modules/react-scripts": {
14325 "version": "5.0.1",
14326 "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
14327 "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==",
14328 "dependencies": {
14329 "@babel/core": "^7.16.0",
14330 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
14331 "@svgr/webpack": "^5.5.0",
14332 "babel-jest": "^27.4.2",
14333 "babel-loader": "^8.2.3",
14334 "babel-plugin-named-asset-import": "^0.3.8",
14335 "babel-preset-react-app": "^10.0.1",
14336 "bfj": "^7.0.2",
14337 "browserslist": "^4.18.1",
14338 "camelcase": "^6.2.1",
14339 "case-sensitive-paths-webpack-plugin": "^2.4.0",
14340 "css-loader": "^6.5.1",
14341 "css-minimizer-webpack-plugin": "^3.2.0",
14342 "dotenv": "^10.0.0",
14343 "dotenv-expand": "^5.1.0",
14344 "eslint": "^8.3.0",
14345 "eslint-config-react-app": "^7.0.1",
14346 "eslint-webpack-plugin": "^3.1.1",
14347 "file-loader": "^6.2.0",
14348 "fs-extra": "^10.0.0",
14349 "html-webpack-plugin": "^5.5.0",
14350 "identity-obj-proxy": "^3.0.0",
14351 "jest": "^27.4.3",
14352 "jest-resolve": "^27.4.2",
14353 "jest-watch-typeahead": "^1.0.0",
14354 "mini-css-extract-plugin": "^2.4.5",
14355 "postcss": "^8.4.4",
14356 "postcss-flexbugs-fixes": "^5.0.2",
14357 "postcss-loader": "^6.2.1",
14358 "postcss-normalize": "^10.0.1",
14359 "postcss-preset-env": "^7.0.1",
14360 "prompts": "^2.4.2",
14361 "react-app-polyfill": "^3.0.0",
14362 "react-dev-utils": "^12.0.1",
14363 "react-refresh": "^0.11.0",
14364 "resolve": "^1.20.0",
14365 "resolve-url-loader": "^4.0.0",
14366 "sass-loader": "^12.3.0",
14367 "semver": "^7.3.5",
14368 "source-map-loader": "^3.0.0",
14369 "style-loader": "^3.3.1",
14370 "tailwindcss": "^3.0.2",
14371 "terser-webpack-plugin": "^5.2.5",
14372 "webpack": "^5.64.4",
14373 "webpack-dev-server": "^4.6.0",
14374 "webpack-manifest-plugin": "^4.0.2",
14375 "workbox-webpack-plugin": "^6.4.1"
14376 },
14377 "bin": {
14378 "react-scripts": "bin/react-scripts.js"
14379 },
14380 "engines": {
14381 "node": ">=14.0.0"
14382 },
14383 "optionalDependencies": {
14384 "fsevents": "^2.3.2"
14385 },
14386 "peerDependencies": {
14387 "react": ">= 16",
14388 "typescript": "^3.2.1 || ^4"
14389 },
14390 "peerDependenciesMeta": {
14391 "typescript": {
14392 "optional": true
14393 }
14394 }
14395 },
14396 "node_modules/read-cache": {
14397 "version": "1.0.0",
14398 "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
14399 "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
14400 "dependencies": {
14401 "pify": "^2.3.0"
14402 }
14403 },
14404 "node_modules/readable-stream": {
14405 "version": "3.6.0",
14406 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
14407 "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
14408 "dependencies": {
14409 "inherits": "^2.0.3",
14410 "string_decoder": "^1.1.1",
14411 "util-deprecate": "^1.0.1"
14412 },
14413 "engines": {
14414 "node": ">= 6"
14415 }
14416 },
14417 "node_modules/readdirp": {
14418 "version": "3.6.0",
14419 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
14420 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
14421 "dependencies": {
14422 "picomatch": "^2.2.1"
14423 },
14424 "engines": {
14425 "node": ">=8.10.0"
14426 }
14427 },
14428 "node_modules/recursive-readdir": {
14429 "version": "2.2.3",
14430 "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz",
14431 "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==",
14432 "dependencies": {
14433 "minimatch": "^3.0.5"
14434 },
14435 "engines": {
14436 "node": ">=6.0.0"
14437 }
14438 },
14439 "node_modules/redent": {
14440 "version": "3.0.0",
14441 "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
14442 "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
14443 "dependencies": {
14444 "indent-string": "^4.0.0",
14445 "strip-indent": "^3.0.0"
14446 },
14447 "engines": {
14448 "node": ">=8"
14449 }
14450 },
14451 "node_modules/regenerate": {
14452 "version": "1.4.2",
14453 "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
14454 "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
14455 },
14456 "node_modules/regenerate-unicode-properties": {
14457 "version": "10.1.0",
14458 "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz",
14459 "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==",
14460 "dependencies": {
14461 "regenerate": "^1.4.2"
14462 },
14463 "engines": {
14464 "node": ">=4"
14465 }
14466 },
14467 "node_modules/regenerator-runtime": {
14468 "version": "0.13.11",
14469 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
14470 "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
14471 },
14472 "node_modules/regenerator-transform": {
14473 "version": "0.15.1",
14474 "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz",
14475 "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==",
14476 "dependencies": {
14477 "@babel/runtime": "^7.8.4"
14478 }
14479 },
14480 "node_modules/regex-parser": {
14481 "version": "2.2.11",
14482 "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
14483 "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
14484 },
14485 "node_modules/regexp.prototype.flags": {
14486 "version": "1.4.3",
14487 "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",
14488 "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==",
14489 "dependencies": {
14490 "call-bind": "^1.0.2",
14491 "define-properties": "^1.1.3",
14492 "functions-have-names": "^1.2.2"
14493 },
14494 "engines": {
14495 "node": ">= 0.4"
14496 },
14497 "funding": {
14498 "url": "https://github.com/sponsors/ljharb"
14499 }
14500 },
14501 "node_modules/regexpp": {
14502 "version": "3.2.0",
14503 "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
14504 "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
14505 "engines": {
14506 "node": ">=8"
14507 },
14508 "funding": {
14509 "url": "https://github.com/sponsors/mysticatea"
14510 }
14511 },
14512 "node_modules/regexpu-core": {
14513 "version": "5.3.1",
14514 "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.1.tgz",
14515 "integrity": "sha512-nCOzW2V/X15XpLsK2rlgdwrysrBq+AauCn+omItIz4R1pIcmeot5zvjdmOBRLzEH/CkC6IxMJVmxDe3QcMuNVQ==",
14516 "dependencies": {
14517 "@babel/regjsgen": "^0.8.0",
14518 "regenerate": "^1.4.2",
14519 "regenerate-unicode-properties": "^10.1.0",
14520 "regjsparser": "^0.9.1",
14521 "unicode-match-property-ecmascript": "^2.0.0",
14522 "unicode-match-property-value-ecmascript": "^2.1.0"
14523 },
14524 "engines": {
14525 "node": ">=4"
14526 }
14527 },
14528 "node_modules/regjsparser": {
14529 "version": "0.9.1",
14530 "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
14531 "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
14532 "dependencies": {
14533 "jsesc": "~0.5.0"
14534 },
14535 "bin": {
14536 "regjsparser": "bin/parser"
14537 }
14538 },
14539 "node_modules/regjsparser/node_modules/jsesc": {
14540 "version": "0.5.0",
14541 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
14542 "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
14543 "bin": {
14544 "jsesc": "bin/jsesc"
14545 }
14546 },
14547 "node_modules/relateurl": {
14548 "version": "0.2.7",
14549 "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
14550 "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
14551 "engines": {
14552 "node": ">= 0.10"
14553 }
14554 },
14555 "node_modules/renderkid": {
14556 "version": "3.0.0",
14557 "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
14558 "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
14559 "dependencies": {
14560 "css-select": "^4.1.3",
14561 "dom-converter": "^0.2.0",
14562 "htmlparser2": "^6.1.0",
14563 "lodash": "^4.17.21",
14564 "strip-ansi": "^6.0.1"
14565 }
14566 },
14567 "node_modules/require-directory": {
14568 "version": "2.1.1",
14569 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
14570 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
14571 "engines": {
14572 "node": ">=0.10.0"
14573 }
14574 },
14575 "node_modules/require-from-string": {
14576 "version": "2.0.2",
14577 "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
14578 "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
14579 "engines": {
14580 "node": ">=0.10.0"
14581 }
14582 },
14583 "node_modules/requires-port": {
14584 "version": "1.0.0",
14585 "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
14586 "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
14587 },
778 "node_modules/resolve": { 14588 "node_modules/resolve": {
779 "version": "1.22.1", 14589 "version": "1.22.1",
780 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", 14590 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
781 "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", 14591 "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
782 "dev": true,
783 "dependencies": { 14592 "dependencies": {
784 "is-core-module": "^2.9.0", 14593 "is-core-module": "^2.9.0",
785 "path-parse": "^1.0.7", 14594 "path-parse": "^1.0.7",
@@ -792,22 +14601,306 @@
792 "url": "https://github.com/sponsors/ljharb" 14601 "url": "https://github.com/sponsors/ljharb"
793 } 14602 }
794 }, 14603 },
14604 "node_modules/resolve-cwd": {
14605 "version": "3.0.0",
14606 "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
14607 "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
14608 "dependencies": {
14609 "resolve-from": "^5.0.0"
14610 },
14611 "engines": {
14612 "node": ">=8"
14613 }
14614 },
14615 "node_modules/resolve-from": {
14616 "version": "5.0.0",
14617 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
14618 "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
14619 "engines": {
14620 "node": ">=8"
14621 }
14622 },
14623 "node_modules/resolve-url-loader": {
14624 "version": "4.0.0",
14625 "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
14626 "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
14627 "dependencies": {
14628 "adjust-sourcemap-loader": "^4.0.0",
14629 "convert-source-map": "^1.7.0",
14630 "loader-utils": "^2.0.0",
14631 "postcss": "^7.0.35",
14632 "source-map": "0.6.1"
14633 },
14634 "engines": {
14635 "node": ">=8.9"
14636 },
14637 "peerDependencies": {
14638 "rework": "1.0.1",
14639 "rework-visit": "1.0.0"
14640 },
14641 "peerDependenciesMeta": {
14642 "rework": {
14643 "optional": true
14644 },
14645 "rework-visit": {
14646 "optional": true
14647 }
14648 }
14649 },
14650 "node_modules/resolve-url-loader/node_modules/picocolors": {
14651 "version": "0.2.1",
14652 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
14653 "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
14654 },
14655 "node_modules/resolve-url-loader/node_modules/postcss": {
14656 "version": "7.0.39",
14657 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
14658 "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
14659 "dependencies": {
14660 "picocolors": "^0.2.1",
14661 "source-map": "^0.6.1"
14662 },
14663 "engines": {
14664 "node": ">=6.0.0"
14665 },
14666 "funding": {
14667 "type": "opencollective",
14668 "url": "https://opencollective.com/postcss/"
14669 }
14670 },
14671 "node_modules/resolve-url-loader/node_modules/source-map": {
14672 "version": "0.6.1",
14673 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
14674 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
14675 "engines": {
14676 "node": ">=0.10.0"
14677 }
14678 },
14679 "node_modules/resolve.exports": {
14680 "version": "1.1.1",
14681 "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz",
14682 "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==",
14683 "engines": {
14684 "node": ">=10"
14685 }
14686 },
14687 "node_modules/retry": {
14688 "version": "0.13.1",
14689 "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
14690 "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
14691 "engines": {
14692 "node": ">= 4"
14693 }
14694 },
14695 "node_modules/reusify": {
14696 "version": "1.0.4",
14697 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
14698 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
14699 "engines": {
14700 "iojs": ">=1.0.0",
14701 "node": ">=0.10.0"
14702 }
14703 },
14704 "node_modules/rimraf": {
14705 "version": "3.0.2",
14706 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
14707 "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
14708 "dependencies": {
14709 "glob": "^7.1.3"
14710 },
14711 "bin": {
14712 "rimraf": "bin.js"
14713 },
14714 "funding": {
14715 "url": "https://github.com/sponsors/isaacs"
14716 }
14717 },
795 "node_modules/rollup": { 14718 "node_modules/rollup": {
796 "version": "3.9.1", 14719 "version": "2.79.1",
797 "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.9.1.tgz", 14720 "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
798 "integrity": "sha512-GswCYHXftN8ZKGVgQhTFUJB/NBXxrRGgO2NCy6E8s1rwEJ4Q9/VttNqcYfEvx4dTo4j58YqdC3OVztPzlKSX8w==", 14721 "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
799 "dev": true,
800 "bin": { 14722 "bin": {
801 "rollup": "dist/bin/rollup" 14723 "rollup": "dist/bin/rollup"
802 }, 14724 },
803 "engines": { 14725 "engines": {
804 "node": ">=14.18.0", 14726 "node": ">=10.0.0"
805 "npm": ">=8.0.0"
806 }, 14727 },
807 "optionalDependencies": { 14728 "optionalDependencies": {
808 "fsevents": "~2.3.2" 14729 "fsevents": "~2.3.2"
809 } 14730 }
810 }, 14731 },
14732 "node_modules/rollup-plugin-terser": {
14733 "version": "7.0.2",
14734 "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
14735 "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
14736 "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
14737 "dependencies": {
14738 "@babel/code-frame": "^7.10.4",
14739 "jest-worker": "^26.2.1",
14740 "serialize-javascript": "^4.0.0",
14741 "terser": "^5.0.0"
14742 },
14743 "peerDependencies": {
14744 "rollup": "^2.0.0"
14745 }
14746 },
14747 "node_modules/rollup-plugin-terser/node_modules/has-flag": {
14748 "version": "4.0.0",
14749 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
14750 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
14751 "engines": {
14752 "node": ">=8"
14753 }
14754 },
14755 "node_modules/rollup-plugin-terser/node_modules/jest-worker": {
14756 "version": "26.6.2",
14757 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
14758 "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
14759 "dependencies": {
14760 "@types/node": "*",
14761 "merge-stream": "^2.0.0",
14762 "supports-color": "^7.0.0"
14763 },
14764 "engines": {
14765 "node": ">= 10.13.0"
14766 }
14767 },
14768 "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
14769 "version": "4.0.0",
14770 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
14771 "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
14772 "dependencies": {
14773 "randombytes": "^2.1.0"
14774 }
14775 },
14776 "node_modules/rollup-plugin-terser/node_modules/supports-color": {
14777 "version": "7.2.0",
14778 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
14779 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
14780 "dependencies": {
14781 "has-flag": "^4.0.0"
14782 },
14783 "engines": {
14784 "node": ">=8"
14785 }
14786 },
14787 "node_modules/run-parallel": {
14788 "version": "1.2.0",
14789 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
14790 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
14791 "funding": [
14792 {
14793 "type": "github",
14794 "url": "https://github.com/sponsors/feross"
14795 },
14796 {
14797 "type": "patreon",
14798 "url": "https://www.patreon.com/feross"
14799 },
14800 {
14801 "type": "consulting",
14802 "url": "https://feross.org/support"
14803 }
14804 ],
14805 "dependencies": {
14806 "queue-microtask": "^1.2.2"
14807 }
14808 },
14809 "node_modules/safe-buffer": {
14810 "version": "5.2.1",
14811 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
14812 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
14813 "funding": [
14814 {
14815 "type": "github",
14816 "url": "https://github.com/sponsors/feross"
14817 },
14818 {
14819 "type": "patreon",
14820 "url": "https://www.patreon.com/feross"
14821 },
14822 {
14823 "type": "consulting",
14824 "url": "https://feross.org/support"
14825 }
14826 ]
14827 },
14828 "node_modules/safe-regex-test": {
14829 "version": "1.0.0",
14830 "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
14831 "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
14832 "dependencies": {
14833 "call-bind": "^1.0.2",
14834 "get-intrinsic": "^1.1.3",
14835 "is-regex": "^1.1.4"
14836 },
14837 "funding": {
14838 "url": "https://github.com/sponsors/ljharb"
14839 }
14840 },
14841 "node_modules/safer-buffer": {
14842 "version": "2.1.2",
14843 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
14844 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
14845 },
14846 "node_modules/sanitize.css": {
14847 "version": "13.0.0",
14848 "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz",
14849 "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA=="
14850 },
14851 "node_modules/sass-loader": {
14852 "version": "12.6.0",
14853 "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz",
14854 "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==",
14855 "dependencies": {
14856 "klona": "^2.0.4",
14857 "neo-async": "^2.6.2"
14858 },
14859 "engines": {
14860 "node": ">= 12.13.0"
14861 },
14862 "funding": {
14863 "type": "opencollective",
14864 "url": "https://opencollective.com/webpack"
14865 },
14866 "peerDependencies": {
14867 "fibers": ">= 3.1.0",
14868 "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
14869 "sass": "^1.3.0",
14870 "sass-embedded": "*",
14871 "webpack": "^5.0.0"
14872 },
14873 "peerDependenciesMeta": {
14874 "fibers": {
14875 "optional": true
14876 },
14877 "node-sass": {
14878 "optional": true
14879 },
14880 "sass": {
14881 "optional": true
14882 },
14883 "sass-embedded": {
14884 "optional": true
14885 }
14886 }
14887 },
14888 "node_modules/sax": {
14889 "version": "1.2.4",
14890 "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
14891 "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
14892 },
14893 "node_modules/saxes": {
14894 "version": "5.0.1",
14895 "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
14896 "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
14897 "dependencies": {
14898 "xmlchars": "^2.2.0"
14899 },
14900 "engines": {
14901 "node": ">=10"
14902 }
14903 },
811 "node_modules/scheduler": { 14904 "node_modules/scheduler": {
812 "version": "0.23.0", 14905 "version": "0.23.0",
813 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", 14906 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
@@ -816,20 +14909,654 @@
816 "loose-envify": "^1.1.0" 14909 "loose-envify": "^1.1.0"
817 } 14910 }
818 }, 14911 },
14912 "node_modules/schema-utils": {
14913 "version": "3.1.1",
14914 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
14915 "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
14916 "dependencies": {
14917 "@types/json-schema": "^7.0.8",
14918 "ajv": "^6.12.5",
14919 "ajv-keywords": "^3.5.2"
14920 },
14921 "engines": {
14922 "node": ">= 10.13.0"
14923 },
14924 "funding": {
14925 "type": "opencollective",
14926 "url": "https://opencollective.com/webpack"
14927 }
14928 },
14929 "node_modules/select-hose": {
14930 "version": "2.0.0",
14931 "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
14932 "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg=="
14933 },
14934 "node_modules/selfsigned": {
14935 "version": "2.1.1",
14936 "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.1.1.tgz",
14937 "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==",
14938 "dependencies": {
14939 "node-forge": "^1"
14940 },
14941 "engines": {
14942 "node": ">=10"
14943 }
14944 },
14945 "node_modules/semver": {
14946 "version": "7.3.8",
14947 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
14948 "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
14949 "dependencies": {
14950 "lru-cache": "^6.0.0"
14951 },
14952 "bin": {
14953 "semver": "bin/semver.js"
14954 },
14955 "engines": {
14956 "node": ">=10"
14957 }
14958 },
14959 "node_modules/semver/node_modules/lru-cache": {
14960 "version": "6.0.0",
14961 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
14962 "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
14963 "dependencies": {
14964 "yallist": "^4.0.0"
14965 },
14966 "engines": {
14967 "node": ">=10"
14968 }
14969 },
14970 "node_modules/semver/node_modules/yallist": {
14971 "version": "4.0.0",
14972 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
14973 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
14974 },
14975 "node_modules/send": {
14976 "version": "0.18.0",
14977 "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
14978 "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
14979 "dependencies": {
14980 "debug": "2.6.9",
14981 "depd": "2.0.0",
14982 "destroy": "1.2.0",
14983 "encodeurl": "~1.0.2",
14984 "escape-html": "~1.0.3",
14985 "etag": "~1.8.1",
14986 "fresh": "0.5.2",
14987 "http-errors": "2.0.0",
14988 "mime": "1.6.0",
14989 "ms": "2.1.3",
14990 "on-finished": "2.4.1",
14991 "range-parser": "~1.2.1",
14992 "statuses": "2.0.1"
14993 },
14994 "engines": {
14995 "node": ">= 0.8.0"
14996 }
14997 },
14998 "node_modules/send/node_modules/debug": {
14999 "version": "2.6.9",
15000 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
15001 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
15002 "dependencies": {
15003 "ms": "2.0.0"
15004 }
15005 },
15006 "node_modules/send/node_modules/debug/node_modules/ms": {
15007 "version": "2.0.0",
15008 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
15009 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
15010 },
15011 "node_modules/send/node_modules/ms": {
15012 "version": "2.1.3",
15013 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
15014 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
15015 },
15016 "node_modules/serialize-javascript": {
15017 "version": "6.0.1",
15018 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz",
15019 "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==",
15020 "dependencies": {
15021 "randombytes": "^2.1.0"
15022 }
15023 },
15024 "node_modules/serve-index": {
15025 "version": "1.9.1",
15026 "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
15027 "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
15028 "dependencies": {
15029 "accepts": "~1.3.4",
15030 "batch": "0.6.1",
15031 "debug": "2.6.9",
15032 "escape-html": "~1.0.3",
15033 "http-errors": "~1.6.2",
15034 "mime-types": "~2.1.17",
15035 "parseurl": "~1.3.2"
15036 },
15037 "engines": {
15038 "node": ">= 0.8.0"
15039 }
15040 },
15041 "node_modules/serve-index/node_modules/debug": {
15042 "version": "2.6.9",
15043 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
15044 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
15045 "dependencies": {
15046 "ms": "2.0.0"
15047 }
15048 },
15049 "node_modules/serve-index/node_modules/depd": {
15050 "version": "1.1.2",
15051 "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
15052 "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
15053 "engines": {
15054 "node": ">= 0.6"
15055 }
15056 },
15057 "node_modules/serve-index/node_modules/http-errors": {
15058 "version": "1.6.3",
15059 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
15060 "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
15061 "dependencies": {
15062 "depd": "~1.1.2",
15063 "inherits": "2.0.3",
15064 "setprototypeof": "1.1.0",
15065 "statuses": ">= 1.4.0 < 2"
15066 },
15067 "engines": {
15068 "node": ">= 0.6"
15069 }
15070 },
15071 "node_modules/serve-index/node_modules/inherits": {
15072 "version": "2.0.3",
15073 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
15074 "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw=="
15075 },
15076 "node_modules/serve-index/node_modules/ms": {
15077 "version": "2.0.0",
15078 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
15079 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
15080 },
15081 "node_modules/serve-index/node_modules/setprototypeof": {
15082 "version": "1.1.0",
15083 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
15084 "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ=="
15085 },
15086 "node_modules/serve-index/node_modules/statuses": {
15087 "version": "1.5.0",
15088 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
15089 "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
15090 "engines": {
15091 "node": ">= 0.6"
15092 }
15093 },
15094 "node_modules/serve-static": {
15095 "version": "1.15.0",
15096 "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
15097 "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
15098 "dependencies": {
15099 "encodeurl": "~1.0.2",
15100 "escape-html": "~1.0.3",
15101 "parseurl": "~1.3.3",
15102 "send": "0.18.0"
15103 },
15104 "engines": {
15105 "node": ">= 0.8.0"
15106 }
15107 },
15108 "node_modules/setprototypeof": {
15109 "version": "1.2.0",
15110 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
15111 "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
15112 },
15113 "node_modules/shebang-command": {
15114 "version": "2.0.0",
15115 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
15116 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
15117 "dependencies": {
15118 "shebang-regex": "^3.0.0"
15119 },
15120 "engines": {
15121 "node": ">=8"
15122 }
15123 },
15124 "node_modules/shebang-regex": {
15125 "version": "3.0.0",
15126 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
15127 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
15128 "engines": {
15129 "node": ">=8"
15130 }
15131 },
15132 "node_modules/shell-quote": {
15133 "version": "1.8.0",
15134 "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.0.tgz",
15135 "integrity": "sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==",
15136 "funding": {
15137 "url": "https://github.com/sponsors/ljharb"
15138 }
15139 },
15140 "node_modules/side-channel": {
15141 "version": "1.0.4",
15142 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
15143 "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
15144 "dependencies": {
15145 "call-bind": "^1.0.0",
15146 "get-intrinsic": "^1.0.2",
15147 "object-inspect": "^1.9.0"
15148 },
15149 "funding": {
15150 "url": "https://github.com/sponsors/ljharb"
15151 }
15152 },
15153 "node_modules/signal-exit": {
15154 "version": "3.0.7",
15155 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
15156 "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
15157 },
15158 "node_modules/sisteransi": {
15159 "version": "1.0.5",
15160 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
15161 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
15162 },
15163 "node_modules/slash": {
15164 "version": "3.0.0",
15165 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
15166 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
15167 "engines": {
15168 "node": ">=8"
15169 }
15170 },
15171 "node_modules/sockjs": {
15172 "version": "0.3.24",
15173 "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
15174 "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
15175 "dependencies": {
15176 "faye-websocket": "^0.11.3",
15177 "uuid": "^8.3.2",
15178 "websocket-driver": "^0.7.4"
15179 }
15180 },
15181 "node_modules/source-list-map": {
15182 "version": "2.0.1",
15183 "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
15184 "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
15185 },
15186 "node_modules/source-map": {
15187 "version": "0.7.4",
15188 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
15189 "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
15190 "engines": {
15191 "node": ">= 8"
15192 }
15193 },
819 "node_modules/source-map-js": { 15194 "node_modules/source-map-js": {
820 "version": "1.0.2", 15195 "version": "1.0.2",
821 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", 15196 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
822 "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", 15197 "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
823 "dev": true,
824 "engines": { 15198 "engines": {
825 "node": ">=0.10.0" 15199 "node": ">=0.10.0"
826 } 15200 }
827 }, 15201 },
15202 "node_modules/source-map-loader": {
15203 "version": "3.0.2",
15204 "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz",
15205 "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==",
15206 "dependencies": {
15207 "abab": "^2.0.5",
15208 "iconv-lite": "^0.6.3",
15209 "source-map-js": "^1.0.1"
15210 },
15211 "engines": {
15212 "node": ">= 12.13.0"
15213 },
15214 "funding": {
15215 "type": "opencollective",
15216 "url": "https://opencollective.com/webpack"
15217 },
15218 "peerDependencies": {
15219 "webpack": "^5.0.0"
15220 }
15221 },
15222 "node_modules/source-map-support": {
15223 "version": "0.5.21",
15224 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
15225 "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
15226 "dependencies": {
15227 "buffer-from": "^1.0.0",
15228 "source-map": "^0.6.0"
15229 }
15230 },
15231 "node_modules/source-map-support/node_modules/source-map": {
15232 "version": "0.6.1",
15233 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
15234 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
15235 "engines": {
15236 "node": ">=0.10.0"
15237 }
15238 },
15239 "node_modules/sourcemap-codec": {
15240 "version": "1.4.8",
15241 "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
15242 "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
15243 "deprecated": "Please use @jridgewell/sourcemap-codec instead"
15244 },
15245 "node_modules/spdy": {
15246 "version": "4.0.2",
15247 "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
15248 "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
15249 "dependencies": {
15250 "debug": "^4.1.0",
15251 "handle-thing": "^2.0.0",
15252 "http-deceiver": "^1.2.7",
15253 "select-hose": "^2.0.0",
15254 "spdy-transport": "^3.0.0"
15255 },
15256 "engines": {
15257 "node": ">=6.0.0"
15258 }
15259 },
15260 "node_modules/spdy-transport": {
15261 "version": "3.0.0",
15262 "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
15263 "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
15264 "dependencies": {
15265 "debug": "^4.1.0",
15266 "detect-node": "^2.0.4",
15267 "hpack.js": "^2.1.6",
15268 "obuf": "^1.1.2",
15269 "readable-stream": "^3.0.6",
15270 "wbuf": "^1.7.3"
15271 }
15272 },
15273 "node_modules/sprintf-js": {
15274 "version": "1.0.3",
15275 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
15276 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
15277 },
15278 "node_modules/stable": {
15279 "version": "0.1.8",
15280 "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
15281 "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
15282 "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility"
15283 },
15284 "node_modules/stack-utils": {
15285 "version": "2.0.6",
15286 "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
15287 "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
15288 "dependencies": {
15289 "escape-string-regexp": "^2.0.0"
15290 },
15291 "engines": {
15292 "node": ">=10"
15293 }
15294 },
15295 "node_modules/stack-utils/node_modules/escape-string-regexp": {
15296 "version": "2.0.0",
15297 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
15298 "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
15299 "engines": {
15300 "node": ">=8"
15301 }
15302 },
15303 "node_modules/stackframe": {
15304 "version": "1.3.4",
15305 "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
15306 "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
15307 },
15308 "node_modules/statuses": {
15309 "version": "2.0.1",
15310 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
15311 "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
15312 "engines": {
15313 "node": ">= 0.8"
15314 }
15315 },
15316 "node_modules/stop-iteration-iterator": {
15317 "version": "1.0.0",
15318 "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz",
15319 "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==",
15320 "dependencies": {
15321 "internal-slot": "^1.0.4"
15322 },
15323 "engines": {
15324 "node": ">= 0.4"
15325 }
15326 },
15327 "node_modules/string_decoder": {
15328 "version": "1.3.0",
15329 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
15330 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
15331 "dependencies": {
15332 "safe-buffer": "~5.2.0"
15333 }
15334 },
15335 "node_modules/string-length": {
15336 "version": "4.0.2",
15337 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
15338 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
15339 "dependencies": {
15340 "char-regex": "^1.0.2",
15341 "strip-ansi": "^6.0.0"
15342 },
15343 "engines": {
15344 "node": ">=10"
15345 }
15346 },
15347 "node_modules/string-natural-compare": {
15348 "version": "3.0.1",
15349 "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
15350 "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
15351 },
15352 "node_modules/string-width": {
15353 "version": "4.2.3",
15354 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
15355 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
15356 "dependencies": {
15357 "emoji-regex": "^8.0.0",
15358 "is-fullwidth-code-point": "^3.0.0",
15359 "strip-ansi": "^6.0.1"
15360 },
15361 "engines": {
15362 "node": ">=8"
15363 }
15364 },
15365 "node_modules/string-width/node_modules/emoji-regex": {
15366 "version": "8.0.0",
15367 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
15368 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
15369 },
15370 "node_modules/string.prototype.matchall": {
15371 "version": "4.0.8",
15372 "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz",
15373 "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==",
15374 "dependencies": {
15375 "call-bind": "^1.0.2",
15376 "define-properties": "^1.1.4",
15377 "es-abstract": "^1.20.4",
15378 "get-intrinsic": "^1.1.3",
15379 "has-symbols": "^1.0.3",
15380 "internal-slot": "^1.0.3",
15381 "regexp.prototype.flags": "^1.4.3",
15382 "side-channel": "^1.0.4"
15383 },
15384 "funding": {
15385 "url": "https://github.com/sponsors/ljharb"
15386 }
15387 },
15388 "node_modules/string.prototype.trimend": {
15389 "version": "1.0.6",
15390 "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
15391 "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
15392 "dependencies": {
15393 "call-bind": "^1.0.2",
15394 "define-properties": "^1.1.4",
15395 "es-abstract": "^1.20.4"
15396 },
15397 "funding": {
15398 "url": "https://github.com/sponsors/ljharb"
15399 }
15400 },
15401 "node_modules/string.prototype.trimstart": {
15402 "version": "1.0.6",
15403 "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
15404 "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
15405 "dependencies": {
15406 "call-bind": "^1.0.2",
15407 "define-properties": "^1.1.4",
15408 "es-abstract": "^1.20.4"
15409 },
15410 "funding": {
15411 "url": "https://github.com/sponsors/ljharb"
15412 }
15413 },
15414 "node_modules/stringify-object": {
15415 "version": "3.3.0",
15416 "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
15417 "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
15418 "dependencies": {
15419 "get-own-enumerable-property-symbols": "^3.0.0",
15420 "is-obj": "^1.0.1",
15421 "is-regexp": "^1.0.0"
15422 },
15423 "engines": {
15424 "node": ">=4"
15425 }
15426 },
15427 "node_modules/strip-ansi": {
15428 "version": "6.0.1",
15429 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
15430 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
15431 "dependencies": {
15432 "ansi-regex": "^5.0.1"
15433 },
15434 "engines": {
15435 "node": ">=8"
15436 }
15437 },
15438 "node_modules/strip-bom": {
15439 "version": "4.0.0",
15440 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
15441 "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
15442 "engines": {
15443 "node": ">=8"
15444 }
15445 },
15446 "node_modules/strip-comments": {
15447 "version": "2.0.1",
15448 "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
15449 "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
15450 "engines": {
15451 "node": ">=10"
15452 }
15453 },
15454 "node_modules/strip-final-newline": {
15455 "version": "2.0.0",
15456 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
15457 "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
15458 "engines": {
15459 "node": ">=6"
15460 }
15461 },
15462 "node_modules/strip-indent": {
15463 "version": "3.0.0",
15464 "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
15465 "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
15466 "dependencies": {
15467 "min-indent": "^1.0.0"
15468 },
15469 "engines": {
15470 "node": ">=8"
15471 }
15472 },
15473 "node_modules/strip-json-comments": {
15474 "version": "3.1.1",
15475 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
15476 "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
15477 "engines": {
15478 "node": ">=8"
15479 },
15480 "funding": {
15481 "url": "https://github.com/sponsors/sindresorhus"
15482 }
15483 },
15484 "node_modules/style-loader": {
15485 "version": "3.3.1",
15486 "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz",
15487 "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==",
15488 "engines": {
15489 "node": ">= 12.13.0"
15490 },
15491 "funding": {
15492 "type": "opencollective",
15493 "url": "https://opencollective.com/webpack"
15494 },
15495 "peerDependencies": {
15496 "webpack": "^5.0.0"
15497 }
15498 },
15499 "node_modules/stylehacks": {
15500 "version": "5.1.1",
15501 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz",
15502 "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==",
15503 "dependencies": {
15504 "browserslist": "^4.21.4",
15505 "postcss-selector-parser": "^6.0.4"
15506 },
15507 "engines": {
15508 "node": "^10 || ^12 || >=14.0"
15509 },
15510 "peerDependencies": {
15511 "postcss": "^8.2.15"
15512 }
15513 },
15514 "node_modules/supports-color": {
15515 "version": "5.5.0",
15516 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
15517 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
15518 "dependencies": {
15519 "has-flag": "^3.0.0"
15520 },
15521 "engines": {
15522 "node": ">=4"
15523 }
15524 },
15525 "node_modules/supports-hyperlinks": {
15526 "version": "2.3.0",
15527 "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",
15528 "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",
15529 "dependencies": {
15530 "has-flag": "^4.0.0",
15531 "supports-color": "^7.0.0"
15532 },
15533 "engines": {
15534 "node": ">=8"
15535 }
15536 },
15537 "node_modules/supports-hyperlinks/node_modules/has-flag": {
15538 "version": "4.0.0",
15539 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
15540 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
15541 "engines": {
15542 "node": ">=8"
15543 }
15544 },
15545 "node_modules/supports-hyperlinks/node_modules/supports-color": {
15546 "version": "7.2.0",
15547 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
15548 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
15549 "dependencies": {
15550 "has-flag": "^4.0.0"
15551 },
15552 "engines": {
15553 "node": ">=8"
15554 }
15555 },
828 "node_modules/supports-preserve-symlinks-flag": { 15556 "node_modules/supports-preserve-symlinks-flag": {
829 "version": "1.0.0", 15557 "version": "1.0.0",
830 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 15558 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
831 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", 15559 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
832 "dev": true,
833 "engines": { 15560 "engines": {
834 "node": ">= 0.4" 15561 "node": ">= 0.4"
835 }, 15562 },
@@ -837,323 +15564,4496 @@
837 "url": "https://github.com/sponsors/ljharb" 15564 "url": "https://github.com/sponsors/ljharb"
838 } 15565 }
839 }, 15566 },
840 "node_modules/typescript": { 15567 "node_modules/svg-parser": {
841 "version": "4.9.4", 15568 "version": "2.0.4",
842 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", 15569 "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
843 "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", 15570 "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ=="
844 "dev": true, 15571 },
15572 "node_modules/svgo": {
15573 "version": "1.3.2",
15574 "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
15575 "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
15576 "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.",
15577 "dependencies": {
15578 "chalk": "^2.4.1",
15579 "coa": "^2.0.2",
15580 "css-select": "^2.0.0",
15581 "css-select-base-adapter": "^0.1.1",
15582 "css-tree": "1.0.0-alpha.37",
15583 "csso": "^4.0.2",
15584 "js-yaml": "^3.13.1",
15585 "mkdirp": "~0.5.1",
15586 "object.values": "^1.1.0",
15587 "sax": "~1.2.4",
15588 "stable": "^0.1.8",
15589 "unquote": "~1.1.1",
15590 "util.promisify": "~1.0.0"
15591 },
845 "bin": { 15592 "bin": {
846 "tsc": "bin/tsc", 15593 "svgo": "bin/svgo"
847 "tsserver": "bin/tsserver"
848 }, 15594 },
849 "engines": { 15595 "engines": {
850 "node": ">=4.2.0" 15596 "node": ">=4.0.0"
851 } 15597 }
852 }, 15598 },
853 "node_modules/vite": { 15599 "node_modules/svgo/node_modules/css-select": {
854 "version": "4.0.4", 15600 "version": "2.1.0",
855 "resolved": "https://registry.npmjs.org/vite/-/vite-4.0.4.tgz", 15601 "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
856 "integrity": "sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==", 15602 "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
857 "dev": true,
858 "dependencies": { 15603 "dependencies": {
859 "esbuild": "^0.16.3", 15604 "boolbase": "^1.0.0",
860 "postcss": "^8.4.20", 15605 "css-what": "^3.2.1",
861 "resolve": "^1.22.1", 15606 "domutils": "^1.7.0",
862 "rollup": "^3.7.0" 15607 "nth-check": "^1.0.2"
15608 }
15609 },
15610 "node_modules/svgo/node_modules/css-what": {
15611 "version": "3.4.2",
15612 "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
15613 "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
15614 "engines": {
15615 "node": ">= 6"
15616 },
15617 "funding": {
15618 "url": "https://github.com/sponsors/fb55"
15619 }
15620 },
15621 "node_modules/svgo/node_modules/dom-serializer": {
15622 "version": "0.2.2",
15623 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
15624 "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
15625 "dependencies": {
15626 "domelementtype": "^2.0.1",
15627 "entities": "^2.0.0"
15628 }
15629 },
15630 "node_modules/svgo/node_modules/domutils": {
15631 "version": "1.7.0",
15632 "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
15633 "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
15634 "dependencies": {
15635 "dom-serializer": "0",
15636 "domelementtype": "1"
15637 }
15638 },
15639 "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": {
15640 "version": "1.3.1",
15641 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
15642 "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
15643 },
15644 "node_modules/svgo/node_modules/nth-check": {
15645 "version": "1.0.2",
15646 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
15647 "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
15648 "dependencies": {
15649 "boolbase": "~1.0.0"
15650 }
15651 },
15652 "node_modules/symbol-tree": {
15653 "version": "3.2.4",
15654 "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
15655 "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
15656 },
15657 "node_modules/tailwindcss": {
15658 "version": "3.2.7",
15659 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz",
15660 "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==",
15661 "dependencies": {
15662 "arg": "^5.0.2",
15663 "chokidar": "^3.5.3",
15664 "color-name": "^1.1.4",
15665 "detective": "^5.2.1",
15666 "didyoumean": "^1.2.2",
15667 "dlv": "^1.1.3",
15668 "fast-glob": "^3.2.12",
15669 "glob-parent": "^6.0.2",
15670 "is-glob": "^4.0.3",
15671 "lilconfig": "^2.0.6",
15672 "micromatch": "^4.0.5",
15673 "normalize-path": "^3.0.0",
15674 "object-hash": "^3.0.0",
15675 "picocolors": "^1.0.0",
15676 "postcss": "^8.0.9",
15677 "postcss-import": "^14.1.0",
15678 "postcss-js": "^4.0.0",
15679 "postcss-load-config": "^3.1.4",
15680 "postcss-nested": "6.0.0",
15681 "postcss-selector-parser": "^6.0.11",
15682 "postcss-value-parser": "^4.2.0",
15683 "quick-lru": "^5.1.1",
15684 "resolve": "^1.22.1"
863 }, 15685 },
864 "bin": { 15686 "bin": {
865 "vite": "bin/vite.js" 15687 "tailwind": "lib/cli.js",
15688 "tailwindcss": "lib/cli.js"
866 }, 15689 },
867 "engines": { 15690 "engines": {
868 "node": "^14.18.0 || >=16.0.0" 15691 "node": ">=12.13.0"
869 }, 15692 },
870 "optionalDependencies": { 15693 "peerDependencies": {
871 "fsevents": "~2.3.2" 15694 "postcss": "^8.0.9"
15695 }
15696 },
15697 "node_modules/tailwindcss/node_modules/color-name": {
15698 "version": "1.1.4",
15699 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
15700 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
15701 },
15702 "node_modules/tapable": {
15703 "version": "2.2.1",
15704 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
15705 "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
15706 "engines": {
15707 "node": ">=6"
15708 }
15709 },
15710 "node_modules/temp-dir": {
15711 "version": "2.0.0",
15712 "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
15713 "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
15714 "engines": {
15715 "node": ">=8"
15716 }
15717 },
15718 "node_modules/tempy": {
15719 "version": "0.6.0",
15720 "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
15721 "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
15722 "dependencies": {
15723 "is-stream": "^2.0.0",
15724 "temp-dir": "^2.0.0",
15725 "type-fest": "^0.16.0",
15726 "unique-string": "^2.0.0"
15727 },
15728 "engines": {
15729 "node": ">=10"
15730 },
15731 "funding": {
15732 "url": "https://github.com/sponsors/sindresorhus"
15733 }
15734 },
15735 "node_modules/tempy/node_modules/type-fest": {
15736 "version": "0.16.0",
15737 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
15738 "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
15739 "engines": {
15740 "node": ">=10"
15741 },
15742 "funding": {
15743 "url": "https://github.com/sponsors/sindresorhus"
15744 }
15745 },
15746 "node_modules/terminal-link": {
15747 "version": "2.1.1",
15748 "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
15749 "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
15750 "dependencies": {
15751 "ansi-escapes": "^4.2.1",
15752 "supports-hyperlinks": "^2.0.0"
15753 },
15754 "engines": {
15755 "node": ">=8"
15756 },
15757 "funding": {
15758 "url": "https://github.com/sponsors/sindresorhus"
15759 }
15760 },
15761 "node_modules/terser": {
15762 "version": "5.16.4",
15763 "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.4.tgz",
15764 "integrity": "sha512-5yEGuZ3DZradbogeYQ1NaGz7rXVBDWujWlx1PT8efXO6Txn+eWbfKqB2bTDVmFXmePFkoLU6XI8UektMIEA0ug==",
15765 "dependencies": {
15766 "@jridgewell/source-map": "^0.3.2",
15767 "acorn": "^8.5.0",
15768 "commander": "^2.20.0",
15769 "source-map-support": "~0.5.20"
15770 },
15771 "bin": {
15772 "terser": "bin/terser"
15773 },
15774 "engines": {
15775 "node": ">=10"
15776 }
15777 },
15778 "node_modules/terser-webpack-plugin": {
15779 "version": "5.3.6",
15780 "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz",
15781 "integrity": "sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==",
15782 "dependencies": {
15783 "@jridgewell/trace-mapping": "^0.3.14",
15784 "jest-worker": "^27.4.5",
15785 "schema-utils": "^3.1.1",
15786 "serialize-javascript": "^6.0.0",
15787 "terser": "^5.14.1"
15788 },
15789 "engines": {
15790 "node": ">= 10.13.0"
15791 },
15792 "funding": {
15793 "type": "opencollective",
15794 "url": "https://opencollective.com/webpack"
872 }, 15795 },
873 "peerDependencies": { 15796 "peerDependencies": {
874 "@types/node": ">= 14", 15797 "webpack": "^5.1.0"
875 "less": "*",
876 "sass": "*",
877 "stylus": "*",
878 "sugarss": "*",
879 "terser": "^5.4.0"
880 }, 15798 },
881 "peerDependenciesMeta": { 15799 "peerDependenciesMeta": {
882 "@types/node": { 15800 "@swc/core": {
883 "optional": true 15801 "optional": true
884 }, 15802 },
885 "less": { 15803 "esbuild": {
886 "optional": true 15804 "optional": true
887 }, 15805 },
888 "sass": { 15806 "uglify-js": {
889 "optional": true 15807 "optional": true
15808 }
15809 }
15810 },
15811 "node_modules/terser/node_modules/commander": {
15812 "version": "2.20.3",
15813 "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
15814 "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
15815 },
15816 "node_modules/test-exclude": {
15817 "version": "6.0.0",
15818 "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
15819 "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
15820 "dependencies": {
15821 "@istanbuljs/schema": "^0.1.2",
15822 "glob": "^7.1.4",
15823 "minimatch": "^3.0.4"
15824 },
15825 "engines": {
15826 "node": ">=8"
15827 }
15828 },
15829 "node_modules/text-table": {
15830 "version": "0.2.0",
15831 "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
15832 "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="
15833 },
15834 "node_modules/throat": {
15835 "version": "6.0.2",
15836 "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz",
15837 "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ=="
15838 },
15839 "node_modules/thunky": {
15840 "version": "1.1.0",
15841 "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
15842 "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA=="
15843 },
15844 "node_modules/tmpl": {
15845 "version": "1.0.5",
15846 "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
15847 "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
15848 },
15849 "node_modules/to-fast-properties": {
15850 "version": "2.0.0",
15851 "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
15852 "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
15853 "engines": {
15854 "node": ">=4"
15855 }
15856 },
15857 "node_modules/to-regex-range": {
15858 "version": "5.0.1",
15859 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
15860 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
15861 "dependencies": {
15862 "is-number": "^7.0.0"
15863 },
15864 "engines": {
15865 "node": ">=8.0"
15866 }
15867 },
15868 "node_modules/toidentifier": {
15869 "version": "1.0.1",
15870 "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
15871 "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
15872 "engines": {
15873 "node": ">=0.6"
15874 }
15875 },
15876 "node_modules/tough-cookie": {
15877 "version": "4.1.2",
15878 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz",
15879 "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==",
15880 "dependencies": {
15881 "psl": "^1.1.33",
15882 "punycode": "^2.1.1",
15883 "universalify": "^0.2.0",
15884 "url-parse": "^1.5.3"
15885 },
15886 "engines": {
15887 "node": ">=6"
15888 }
15889 },
15890 "node_modules/tough-cookie/node_modules/universalify": {
15891 "version": "0.2.0",
15892 "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
15893 "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
15894 "engines": {
15895 "node": ">= 4.0.0"
15896 }
15897 },
15898 "node_modules/tr46": {
15899 "version": "2.1.0",
15900 "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
15901 "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
15902 "dependencies": {
15903 "punycode": "^2.1.1"
15904 },
15905 "engines": {
15906 "node": ">=8"
15907 }
15908 },
15909 "node_modules/tryer": {
15910 "version": "1.0.1",
15911 "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
15912 "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA=="
15913 },
15914 "node_modules/tsconfig-paths": {
15915 "version": "3.14.1",
15916 "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz",
15917 "integrity": "sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==",
15918 "dependencies": {
15919 "@types/json5": "^0.0.29",
15920 "json5": "^1.0.1",
15921 "minimist": "^1.2.6",
15922 "strip-bom": "^3.0.0"
15923 }
15924 },
15925 "node_modules/tsconfig-paths/node_modules/json5": {
15926 "version": "1.0.2",
15927 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
15928 "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
15929 "dependencies": {
15930 "minimist": "^1.2.0"
15931 },
15932 "bin": {
15933 "json5": "lib/cli.js"
15934 }
15935 },
15936 "node_modules/tsconfig-paths/node_modules/strip-bom": {
15937 "version": "3.0.0",
15938 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
15939 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
15940 "engines": {
15941 "node": ">=4"
15942 }
15943 },
15944 "node_modules/tslib": {
15945 "version": "2.5.0",
15946 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
15947 "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
15948 },
15949 "node_modules/tsutils": {
15950 "version": "3.21.0",
15951 "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
15952 "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
15953 "dependencies": {
15954 "tslib": "^1.8.1"
15955 },
15956 "engines": {
15957 "node": ">= 6"
15958 },
15959 "peerDependencies": {
15960 "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"
15961 }
15962 },
15963 "node_modules/tsutils/node_modules/tslib": {
15964 "version": "1.14.1",
15965 "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
15966 "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
15967 },
15968 "node_modules/type-check": {
15969 "version": "0.4.0",
15970 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
15971 "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
15972 "dependencies": {
15973 "prelude-ls": "^1.2.1"
15974 },
15975 "engines": {
15976 "node": ">= 0.8.0"
15977 }
15978 },
15979 "node_modules/type-detect": {
15980 "version": "4.0.8",
15981 "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
15982 "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
15983 "engines": {
15984 "node": ">=4"
15985 }
15986 },
15987 "node_modules/type-fest": {
15988 "version": "0.21.3",
15989 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
15990 "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
15991 "engines": {
15992 "node": ">=10"
15993 },
15994 "funding": {
15995 "url": "https://github.com/sponsors/sindresorhus"
15996 }
15997 },
15998 "node_modules/type-is": {
15999 "version": "1.6.18",
16000 "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
16001 "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
16002 "dependencies": {
16003 "media-typer": "0.3.0",
16004 "mime-types": "~2.1.24"
16005 },
16006 "engines": {
16007 "node": ">= 0.6"
16008 }
16009 },
16010 "node_modules/typed-array-length": {
16011 "version": "1.0.4",
16012 "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
16013 "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
16014 "dependencies": {
16015 "call-bind": "^1.0.2",
16016 "for-each": "^0.3.3",
16017 "is-typed-array": "^1.1.9"
16018 },
16019 "funding": {
16020 "url": "https://github.com/sponsors/ljharb"
16021 }
16022 },
16023 "node_modules/typedarray-to-buffer": {
16024 "version": "3.1.5",
16025 "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
16026 "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
16027 "dependencies": {
16028 "is-typedarray": "^1.0.0"
16029 }
16030 },
16031 "node_modules/typescript": {
16032 "version": "4.9.5",
16033 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
16034 "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
16035 "peer": true,
16036 "bin": {
16037 "tsc": "bin/tsc",
16038 "tsserver": "bin/tsserver"
16039 },
16040 "engines": {
16041 "node": ">=4.2.0"
16042 }
16043 },
16044 "node_modules/unbox-primitive": {
16045 "version": "1.0.2",
16046 "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
16047 "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
16048 "dependencies": {
16049 "call-bind": "^1.0.2",
16050 "has-bigints": "^1.0.2",
16051 "has-symbols": "^1.0.3",
16052 "which-boxed-primitive": "^1.0.2"
16053 },
16054 "funding": {
16055 "url": "https://github.com/sponsors/ljharb"
16056 }
16057 },
16058 "node_modules/unicode-canonical-property-names-ecmascript": {
16059 "version": "2.0.0",
16060 "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
16061 "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
16062 "engines": {
16063 "node": ">=4"
16064 }
16065 },
16066 "node_modules/unicode-match-property-ecmascript": {
16067 "version": "2.0.0",
16068 "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
16069 "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
16070 "dependencies": {
16071 "unicode-canonical-property-names-ecmascript": "^2.0.0",
16072 "unicode-property-aliases-ecmascript": "^2.0.0"
16073 },
16074 "engines": {
16075 "node": ">=4"
16076 }
16077 },
16078 "node_modules/unicode-match-property-value-ecmascript": {
16079 "version": "2.1.0",
16080 "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
16081 "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
16082 "engines": {
16083 "node": ">=4"
16084 }
16085 },
16086 "node_modules/unicode-property-aliases-ecmascript": {
16087 "version": "2.1.0",
16088 "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
16089 "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
16090 "engines": {
16091 "node": ">=4"
16092 }
16093 },
16094 "node_modules/unique-string": {
16095 "version": "2.0.0",
16096 "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
16097 "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
16098 "dependencies": {
16099 "crypto-random-string": "^2.0.0"
16100 },
16101 "engines": {
16102 "node": ">=8"
16103 }
16104 },
16105 "node_modules/universalify": {
16106 "version": "2.0.0",
16107 "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
16108 "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
16109 "engines": {
16110 "node": ">= 10.0.0"
16111 }
16112 },
16113 "node_modules/unpipe": {
16114 "version": "1.0.0",
16115 "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
16116 "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
16117 "engines": {
16118 "node": ">= 0.8"
16119 }
16120 },
16121 "node_modules/unquote": {
16122 "version": "1.1.1",
16123 "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
16124 "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg=="
16125 },
16126 "node_modules/upath": {
16127 "version": "1.2.0",
16128 "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
16129 "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
16130 "engines": {
16131 "node": ">=4",
16132 "yarn": "*"
16133 }
16134 },
16135 "node_modules/update-browserslist-db": {
16136 "version": "1.0.10",
16137 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz",
16138 "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==",
16139 "funding": [
16140 {
16141 "type": "opencollective",
16142 "url": "https://opencollective.com/browserslist"
890 }, 16143 },
891 "stylus": { 16144 {
16145 "type": "tidelift",
16146 "url": "https://tidelift.com/funding/github/npm/browserslist"
16147 }
16148 ],
16149 "dependencies": {
16150 "escalade": "^3.1.1",
16151 "picocolors": "^1.0.0"
16152 },
16153 "bin": {
16154 "browserslist-lint": "cli.js"
16155 },
16156 "peerDependencies": {
16157 "browserslist": ">= 4.21.0"
16158 }
16159 },
16160 "node_modules/uri-js": {
16161 "version": "4.4.1",
16162 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
16163 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
16164 "dependencies": {
16165 "punycode": "^2.1.0"
16166 }
16167 },
16168 "node_modules/url-parse": {
16169 "version": "1.5.10",
16170 "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
16171 "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
16172 "dependencies": {
16173 "querystringify": "^2.1.1",
16174 "requires-port": "^1.0.0"
16175 }
16176 },
16177 "node_modules/util-deprecate": {
16178 "version": "1.0.2",
16179 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
16180 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
16181 },
16182 "node_modules/util.promisify": {
16183 "version": "1.0.1",
16184 "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
16185 "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
16186 "dependencies": {
16187 "define-properties": "^1.1.3",
16188 "es-abstract": "^1.17.2",
16189 "has-symbols": "^1.0.1",
16190 "object.getownpropertydescriptors": "^2.1.0"
16191 },
16192 "funding": {
16193 "url": "https://github.com/sponsors/ljharb"
16194 }
16195 },
16196 "node_modules/utila": {
16197 "version": "0.4.0",
16198 "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
16199 "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA=="
16200 },
16201 "node_modules/utils-merge": {
16202 "version": "1.0.1",
16203 "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
16204 "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
16205 "engines": {
16206 "node": ">= 0.4.0"
16207 }
16208 },
16209 "node_modules/uuid": {
16210 "version": "8.3.2",
16211 "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
16212 "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
16213 "bin": {
16214 "uuid": "dist/bin/uuid"
16215 }
16216 },
16217 "node_modules/v8-to-istanbul": {
16218 "version": "8.1.1",
16219 "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
16220 "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
16221 "dependencies": {
16222 "@types/istanbul-lib-coverage": "^2.0.1",
16223 "convert-source-map": "^1.6.0",
16224 "source-map": "^0.7.3"
16225 },
16226 "engines": {
16227 "node": ">=10.12.0"
16228 }
16229 },
16230 "node_modules/vary": {
16231 "version": "1.1.2",
16232 "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
16233 "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
16234 "engines": {
16235 "node": ">= 0.8"
16236 }
16237 },
16238 "node_modules/w3c-hr-time": {
16239 "version": "1.0.2",
16240 "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
16241 "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
16242 "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",
16243 "dependencies": {
16244 "browser-process-hrtime": "^1.0.0"
16245 }
16246 },
16247 "node_modules/w3c-xmlserializer": {
16248 "version": "2.0.0",
16249 "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
16250 "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
16251 "dependencies": {
16252 "xml-name-validator": "^3.0.0"
16253 },
16254 "engines": {
16255 "node": ">=10"
16256 }
16257 },
16258 "node_modules/walker": {
16259 "version": "1.0.8",
16260 "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
16261 "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
16262 "dependencies": {
16263 "makeerror": "1.0.12"
16264 }
16265 },
16266 "node_modules/watchpack": {
16267 "version": "2.4.0",
16268 "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",
16269 "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
16270 "dependencies": {
16271 "glob-to-regexp": "^0.4.1",
16272 "graceful-fs": "^4.1.2"
16273 },
16274 "engines": {
16275 "node": ">=10.13.0"
16276 }
16277 },
16278 "node_modules/wbuf": {
16279 "version": "1.7.3",
16280 "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
16281 "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
16282 "dependencies": {
16283 "minimalistic-assert": "^1.0.0"
16284 }
16285 },
16286 "node_modules/web-vitals": {
16287 "version": "2.1.4",
16288 "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz",
16289 "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg=="
16290 },
16291 "node_modules/webidl-conversions": {
16292 "version": "6.1.0",
16293 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
16294 "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
16295 "engines": {
16296 "node": ">=10.4"
16297 }
16298 },
16299 "node_modules/webpack": {
16300 "version": "5.75.0",
16301 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz",
16302 "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==",
16303 "dependencies": {
16304 "@types/eslint-scope": "^3.7.3",
16305 "@types/estree": "^0.0.51",
16306 "@webassemblyjs/ast": "1.11.1",
16307 "@webassemblyjs/wasm-edit": "1.11.1",
16308 "@webassemblyjs/wasm-parser": "1.11.1",
16309 "acorn": "^8.7.1",
16310 "acorn-import-assertions": "^1.7.6",
16311 "browserslist": "^4.14.5",
16312 "chrome-trace-event": "^1.0.2",
16313 "enhanced-resolve": "^5.10.0",
16314 "es-module-lexer": "^0.9.0",
16315 "eslint-scope": "5.1.1",
16316 "events": "^3.2.0",
16317 "glob-to-regexp": "^0.4.1",
16318 "graceful-fs": "^4.2.9",
16319 "json-parse-even-better-errors": "^2.3.1",
16320 "loader-runner": "^4.2.0",
16321 "mime-types": "^2.1.27",
16322 "neo-async": "^2.6.2",
16323 "schema-utils": "^3.1.0",
16324 "tapable": "^2.1.1",
16325 "terser-webpack-plugin": "^5.1.3",
16326 "watchpack": "^2.4.0",
16327 "webpack-sources": "^3.2.3"
16328 },
16329 "bin": {
16330 "webpack": "bin/webpack.js"
16331 },
16332 "engines": {
16333 "node": ">=10.13.0"
16334 },
16335 "funding": {
16336 "type": "opencollective",
16337 "url": "https://opencollective.com/webpack"
16338 },
16339 "peerDependenciesMeta": {
16340 "webpack-cli": {
16341 "optional": true
16342 }
16343 }
16344 },
16345 "node_modules/webpack-dev-middleware": {
16346 "version": "5.3.3",
16347 "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz",
16348 "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==",
16349 "dependencies": {
16350 "colorette": "^2.0.10",
16351 "memfs": "^3.4.3",
16352 "mime-types": "^2.1.31",
16353 "range-parser": "^1.2.1",
16354 "schema-utils": "^4.0.0"
16355 },
16356 "engines": {
16357 "node": ">= 12.13.0"
16358 },
16359 "funding": {
16360 "type": "opencollective",
16361 "url": "https://opencollective.com/webpack"
16362 },
16363 "peerDependencies": {
16364 "webpack": "^4.0.0 || ^5.0.0"
16365 }
16366 },
16367 "node_modules/webpack-dev-middleware/node_modules/ajv": {
16368 "version": "8.12.0",
16369 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
16370 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
16371 "dependencies": {
16372 "fast-deep-equal": "^3.1.1",
16373 "json-schema-traverse": "^1.0.0",
16374 "require-from-string": "^2.0.2",
16375 "uri-js": "^4.2.2"
16376 },
16377 "funding": {
16378 "type": "github",
16379 "url": "https://github.com/sponsors/epoberezkin"
16380 }
16381 },
16382 "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": {
16383 "version": "5.1.0",
16384 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
16385 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
16386 "dependencies": {
16387 "fast-deep-equal": "^3.1.3"
16388 },
16389 "peerDependencies": {
16390 "ajv": "^8.8.2"
16391 }
16392 },
16393 "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": {
16394 "version": "1.0.0",
16395 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
16396 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
16397 },
16398 "node_modules/webpack-dev-middleware/node_modules/schema-utils": {
16399 "version": "4.0.0",
16400 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
16401 "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
16402 "dependencies": {
16403 "@types/json-schema": "^7.0.9",
16404 "ajv": "^8.8.0",
16405 "ajv-formats": "^2.1.1",
16406 "ajv-keywords": "^5.0.0"
16407 },
16408 "engines": {
16409 "node": ">= 12.13.0"
16410 },
16411 "funding": {
16412 "type": "opencollective",
16413 "url": "https://opencollective.com/webpack"
16414 }
16415 },
16416 "node_modules/webpack-dev-server": {
16417 "version": "4.11.1",
16418 "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz",
16419 "integrity": "sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==",
16420 "dependencies": {
16421 "@types/bonjour": "^3.5.9",
16422 "@types/connect-history-api-fallback": "^1.3.5",
16423 "@types/express": "^4.17.13",
16424 "@types/serve-index": "^1.9.1",
16425 "@types/serve-static": "^1.13.10",
16426 "@types/sockjs": "^0.3.33",
16427 "@types/ws": "^8.5.1",
16428 "ansi-html-community": "^0.0.8",
16429 "bonjour-service": "^1.0.11",
16430 "chokidar": "^3.5.3",
16431 "colorette": "^2.0.10",
16432 "compression": "^1.7.4",
16433 "connect-history-api-fallback": "^2.0.0",
16434 "default-gateway": "^6.0.3",
16435 "express": "^4.17.3",
16436 "graceful-fs": "^4.2.6",
16437 "html-entities": "^2.3.2",
16438 "http-proxy-middleware": "^2.0.3",
16439 "ipaddr.js": "^2.0.1",
16440 "open": "^8.0.9",
16441 "p-retry": "^4.5.0",
16442 "rimraf": "^3.0.2",
16443 "schema-utils": "^4.0.0",
16444 "selfsigned": "^2.1.1",
16445 "serve-index": "^1.9.1",
16446 "sockjs": "^0.3.24",
16447 "spdy": "^4.0.2",
16448 "webpack-dev-middleware": "^5.3.1",
16449 "ws": "^8.4.2"
16450 },
16451 "bin": {
16452 "webpack-dev-server": "bin/webpack-dev-server.js"
16453 },
16454 "engines": {
16455 "node": ">= 12.13.0"
16456 },
16457 "funding": {
16458 "type": "opencollective",
16459 "url": "https://opencollective.com/webpack"
16460 },
16461 "peerDependencies": {
16462 "webpack": "^4.37.0 || ^5.0.0"
16463 },
16464 "peerDependenciesMeta": {
16465 "webpack-cli": {
16466 "optional": true
16467 }
16468 }
16469 },
16470 "node_modules/webpack-dev-server/node_modules/ajv": {
16471 "version": "8.12.0",
16472 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
16473 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
16474 "dependencies": {
16475 "fast-deep-equal": "^3.1.1",
16476 "json-schema-traverse": "^1.0.0",
16477 "require-from-string": "^2.0.2",
16478 "uri-js": "^4.2.2"
16479 },
16480 "funding": {
16481 "type": "github",
16482 "url": "https://github.com/sponsors/epoberezkin"
16483 }
16484 },
16485 "node_modules/webpack-dev-server/node_modules/ajv-keywords": {
16486 "version": "5.1.0",
16487 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
16488 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
16489 "dependencies": {
16490 "fast-deep-equal": "^3.1.3"
16491 },
16492 "peerDependencies": {
16493 "ajv": "^8.8.2"
16494 }
16495 },
16496 "node_modules/webpack-dev-server/node_modules/json-schema-traverse": {
16497 "version": "1.0.0",
16498 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
16499 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
16500 },
16501 "node_modules/webpack-dev-server/node_modules/schema-utils": {
16502 "version": "4.0.0",
16503 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
16504 "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
16505 "dependencies": {
16506 "@types/json-schema": "^7.0.9",
16507 "ajv": "^8.8.0",
16508 "ajv-formats": "^2.1.1",
16509 "ajv-keywords": "^5.0.0"
16510 },
16511 "engines": {
16512 "node": ">= 12.13.0"
16513 },
16514 "funding": {
16515 "type": "opencollective",
16516 "url": "https://opencollective.com/webpack"
16517 }
16518 },
16519 "node_modules/webpack-dev-server/node_modules/ws": {
16520 "version": "8.12.1",
16521 "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz",
16522 "integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==",
16523 "engines": {
16524 "node": ">=10.0.0"
16525 },
16526 "peerDependencies": {
16527 "bufferutil": "^4.0.1",
16528 "utf-8-validate": ">=5.0.2"
16529 },
16530 "peerDependenciesMeta": {
16531 "bufferutil": {
892 "optional": true 16532 "optional": true
893 }, 16533 },
894 "sugarss": { 16534 "utf-8-validate": {
16535 "optional": true
16536 }
16537 }
16538 },
16539 "node_modules/webpack-manifest-plugin": {
16540 "version": "4.1.1",
16541 "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
16542 "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
16543 "dependencies": {
16544 "tapable": "^2.0.0",
16545 "webpack-sources": "^2.2.0"
16546 },
16547 "engines": {
16548 "node": ">=12.22.0"
16549 },
16550 "peerDependencies": {
16551 "webpack": "^4.44.2 || ^5.47.0"
16552 }
16553 },
16554 "node_modules/webpack-manifest-plugin/node_modules/source-map": {
16555 "version": "0.6.1",
16556 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
16557 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
16558 "engines": {
16559 "node": ">=0.10.0"
16560 }
16561 },
16562 "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": {
16563 "version": "2.3.1",
16564 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
16565 "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
16566 "dependencies": {
16567 "source-list-map": "^2.0.1",
16568 "source-map": "^0.6.1"
16569 },
16570 "engines": {
16571 "node": ">=10.13.0"
16572 }
16573 },
16574 "node_modules/webpack-sources": {
16575 "version": "3.2.3",
16576 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
16577 "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
16578 "engines": {
16579 "node": ">=10.13.0"
16580 }
16581 },
16582 "node_modules/webpack/node_modules/@types/estree": {
16583 "version": "0.0.51",
16584 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz",
16585 "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ=="
16586 },
16587 "node_modules/webpack/node_modules/eslint-scope": {
16588 "version": "5.1.1",
16589 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
16590 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
16591 "dependencies": {
16592 "esrecurse": "^4.3.0",
16593 "estraverse": "^4.1.1"
16594 },
16595 "engines": {
16596 "node": ">=8.0.0"
16597 }
16598 },
16599 "node_modules/webpack/node_modules/estraverse": {
16600 "version": "4.3.0",
16601 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
16602 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
16603 "engines": {
16604 "node": ">=4.0"
16605 }
16606 },
16607 "node_modules/websocket-driver": {
16608 "version": "0.7.4",
16609 "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
16610 "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
16611 "dependencies": {
16612 "http-parser-js": ">=0.5.1",
16613 "safe-buffer": ">=5.1.0",
16614 "websocket-extensions": ">=0.1.1"
16615 },
16616 "engines": {
16617 "node": ">=0.8.0"
16618 }
16619 },
16620 "node_modules/websocket-extensions": {
16621 "version": "0.1.4",
16622 "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
16623 "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
16624 "engines": {
16625 "node": ">=0.8.0"
16626 }
16627 },
16628 "node_modules/whatwg-encoding": {
16629 "version": "1.0.5",
16630 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
16631 "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
16632 "dependencies": {
16633 "iconv-lite": "0.4.24"
16634 }
16635 },
16636 "node_modules/whatwg-encoding/node_modules/iconv-lite": {
16637 "version": "0.4.24",
16638 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
16639 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
16640 "dependencies": {
16641 "safer-buffer": ">= 2.1.2 < 3"
16642 },
16643 "engines": {
16644 "node": ">=0.10.0"
16645 }
16646 },
16647 "node_modules/whatwg-fetch": {
16648 "version": "3.6.2",
16649 "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
16650 "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
16651 },
16652 "node_modules/whatwg-mimetype": {
16653 "version": "2.3.0",
16654 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
16655 "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
16656 },
16657 "node_modules/whatwg-url": {
16658 "version": "8.7.0",
16659 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
16660 "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
16661 "dependencies": {
16662 "lodash": "^4.7.0",
16663 "tr46": "^2.1.0",
16664 "webidl-conversions": "^6.1.0"
16665 },
16666 "engines": {
16667 "node": ">=10"
16668 }
16669 },
16670 "node_modules/which": {
16671 "version": "2.0.2",
16672 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
16673 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
16674 "dependencies": {
16675 "isexe": "^2.0.0"
16676 },
16677 "bin": {
16678 "node-which": "bin/node-which"
16679 },
16680 "engines": {
16681 "node": ">= 8"
16682 }
16683 },
16684 "node_modules/which-boxed-primitive": {
16685 "version": "1.0.2",
16686 "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
16687 "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
16688 "dependencies": {
16689 "is-bigint": "^1.0.1",
16690 "is-boolean-object": "^1.1.0",
16691 "is-number-object": "^1.0.4",
16692 "is-string": "^1.0.5",
16693 "is-symbol": "^1.0.3"
16694 },
16695 "funding": {
16696 "url": "https://github.com/sponsors/ljharb"
16697 }
16698 },
16699 "node_modules/which-collection": {
16700 "version": "1.0.1",
16701 "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
16702 "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==",
16703 "dependencies": {
16704 "is-map": "^2.0.1",
16705 "is-set": "^2.0.1",
16706 "is-weakmap": "^2.0.1",
16707 "is-weakset": "^2.0.1"
16708 },
16709 "funding": {
16710 "url": "https://github.com/sponsors/ljharb"
16711 }
16712 },
16713 "node_modules/which-typed-array": {
16714 "version": "1.1.9",
16715 "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz",
16716 "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==",
16717 "dependencies": {
16718 "available-typed-arrays": "^1.0.5",
16719 "call-bind": "^1.0.2",
16720 "for-each": "^0.3.3",
16721 "gopd": "^1.0.1",
16722 "has-tostringtag": "^1.0.0",
16723 "is-typed-array": "^1.1.10"
16724 },
16725 "engines": {
16726 "node": ">= 0.4"
16727 },
16728 "funding": {
16729 "url": "https://github.com/sponsors/ljharb"
16730 }
16731 },
16732 "node_modules/word-wrap": {
16733 "version": "1.2.3",
16734 "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
16735 "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
16736 "engines": {
16737 "node": ">=0.10.0"
16738 }
16739 },
16740 "node_modules/workbox-background-sync": {
16741 "version": "6.5.4",
16742 "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.5.4.tgz",
16743 "integrity": "sha512-0r4INQZMyPky/lj4Ou98qxcThrETucOde+7mRGJl13MPJugQNKeZQOdIJe/1AchOP23cTqHcN/YVpD6r8E6I8g==",
16744 "dependencies": {
16745 "idb": "^7.0.1",
16746 "workbox-core": "6.5.4"
16747 }
16748 },
16749 "node_modules/workbox-broadcast-update": {
16750 "version": "6.5.4",
16751 "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.5.4.tgz",
16752 "integrity": "sha512-I/lBERoH1u3zyBosnpPEtcAVe5lwykx9Yg1k6f8/BGEPGaMMgZrwVrqL1uA9QZ1NGGFoyE6t9i7lBjOlDhFEEw==",
16753 "dependencies": {
16754 "workbox-core": "6.5.4"
16755 }
16756 },
16757 "node_modules/workbox-build": {
16758 "version": "6.5.4",
16759 "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.5.4.tgz",
16760 "integrity": "sha512-kgRevLXEYvUW9WS4XoziYqZ8Q9j/2ziJYEtTrjdz5/L/cTUa2XfyMP2i7c3p34lgqJ03+mTiz13SdFef2POwbA==",
16761 "dependencies": {
16762 "@apideck/better-ajv-errors": "^0.3.1",
16763 "@babel/core": "^7.11.1",
16764 "@babel/preset-env": "^7.11.0",
16765 "@babel/runtime": "^7.11.2",
16766 "@rollup/plugin-babel": "^5.2.0",
16767 "@rollup/plugin-node-resolve": "^11.2.1",
16768 "@rollup/plugin-replace": "^2.4.1",
16769 "@surma/rollup-plugin-off-main-thread": "^2.2.3",
16770 "ajv": "^8.6.0",
16771 "common-tags": "^1.8.0",
16772 "fast-json-stable-stringify": "^2.1.0",
16773 "fs-extra": "^9.0.1",
16774 "glob": "^7.1.6",
16775 "lodash": "^4.17.20",
16776 "pretty-bytes": "^5.3.0",
16777 "rollup": "^2.43.1",
16778 "rollup-plugin-terser": "^7.0.0",
16779 "source-map": "^0.8.0-beta.0",
16780 "stringify-object": "^3.3.0",
16781 "strip-comments": "^2.0.1",
16782 "tempy": "^0.6.0",
16783 "upath": "^1.2.0",
16784 "workbox-background-sync": "6.5.4",
16785 "workbox-broadcast-update": "6.5.4",
16786 "workbox-cacheable-response": "6.5.4",
16787 "workbox-core": "6.5.4",
16788 "workbox-expiration": "6.5.4",
16789 "workbox-google-analytics": "6.5.4",
16790 "workbox-navigation-preload": "6.5.4",
16791 "workbox-precaching": "6.5.4",
16792 "workbox-range-requests": "6.5.4",
16793 "workbox-recipes": "6.5.4",
16794 "workbox-routing": "6.5.4",
16795 "workbox-strategies": "6.5.4",
16796 "workbox-streams": "6.5.4",
16797 "workbox-sw": "6.5.4",
16798 "workbox-window": "6.5.4"
16799 },
16800 "engines": {
16801 "node": ">=10.0.0"
16802 }
16803 },
16804 "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
16805 "version": "0.3.6",
16806 "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
16807 "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
16808 "dependencies": {
16809 "json-schema": "^0.4.0",
16810 "jsonpointer": "^5.0.0",
16811 "leven": "^3.1.0"
16812 },
16813 "engines": {
16814 "node": ">=10"
16815 },
16816 "peerDependencies": {
16817 "ajv": ">=8"
16818 }
16819 },
16820 "node_modules/workbox-build/node_modules/ajv": {
16821 "version": "8.12.0",
16822 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
16823 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
16824 "dependencies": {
16825 "fast-deep-equal": "^3.1.1",
16826 "json-schema-traverse": "^1.0.0",
16827 "require-from-string": "^2.0.2",
16828 "uri-js": "^4.2.2"
16829 },
16830 "funding": {
16831 "type": "github",
16832 "url": "https://github.com/sponsors/epoberezkin"
16833 }
16834 },
16835 "node_modules/workbox-build/node_modules/fs-extra": {
16836 "version": "9.1.0",
16837 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
16838 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
16839 "dependencies": {
16840 "at-least-node": "^1.0.0",
16841 "graceful-fs": "^4.2.0",
16842 "jsonfile": "^6.0.1",
16843 "universalify": "^2.0.0"
16844 },
16845 "engines": {
16846 "node": ">=10"
16847 }
16848 },
16849 "node_modules/workbox-build/node_modules/json-schema-traverse": {
16850 "version": "1.0.0",
16851 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
16852 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
16853 },
16854 "node_modules/workbox-build/node_modules/source-map": {
16855 "version": "0.8.0-beta.0",
16856 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
16857 "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
16858 "dependencies": {
16859 "whatwg-url": "^7.0.0"
16860 },
16861 "engines": {
16862 "node": ">= 8"
16863 }
16864 },
16865 "node_modules/workbox-build/node_modules/tr46": {
16866 "version": "1.0.1",
16867 "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
16868 "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
16869 "dependencies": {
16870 "punycode": "^2.1.0"
16871 }
16872 },
16873 "node_modules/workbox-build/node_modules/webidl-conversions": {
16874 "version": "4.0.2",
16875 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
16876 "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
16877 },
16878 "node_modules/workbox-build/node_modules/whatwg-url": {
16879 "version": "7.1.0",
16880 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
16881 "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
16882 "dependencies": {
16883 "lodash.sortby": "^4.7.0",
16884 "tr46": "^1.0.1",
16885 "webidl-conversions": "^4.0.2"
16886 }
16887 },
16888 "node_modules/workbox-cacheable-response": {
16889 "version": "6.5.4",
16890 "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.4.tgz",
16891 "integrity": "sha512-DCR9uD0Fqj8oB2TSWQEm1hbFs/85hXXoayVwFKLVuIuxwJaihBsLsp4y7J9bvZbqtPJ1KlCkmYVGQKrBU4KAug==",
16892 "dependencies": {
16893 "workbox-core": "6.5.4"
16894 }
16895 },
16896 "node_modules/workbox-core": {
16897 "version": "6.5.4",
16898 "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.4.tgz",
16899 "integrity": "sha512-OXYb+m9wZm8GrORlV2vBbE5EC1FKu71GGp0H4rjmxmF4/HLbMCoTFws87M3dFwgpmg0v00K++PImpNQ6J5NQ6Q=="
16900 },
16901 "node_modules/workbox-expiration": {
16902 "version": "6.5.4",
16903 "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.4.tgz",
16904 "integrity": "sha512-jUP5qPOpH1nXtjGGh1fRBa1wJL2QlIb5mGpct3NzepjGG2uFFBn4iiEBiI9GUmfAFR2ApuRhDydjcRmYXddiEQ==",
16905 "dependencies": {
16906 "idb": "^7.0.1",
16907 "workbox-core": "6.5.4"
16908 }
16909 },
16910 "node_modules/workbox-google-analytics": {
16911 "version": "6.5.4",
16912 "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.5.4.tgz",
16913 "integrity": "sha512-8AU1WuaXsD49249Wq0B2zn4a/vvFfHkpcFfqAFHNHwln3jK9QUYmzdkKXGIZl9wyKNP+RRX30vcgcyWMcZ9VAg==",
16914 "dependencies": {
16915 "workbox-background-sync": "6.5.4",
16916 "workbox-core": "6.5.4",
16917 "workbox-routing": "6.5.4",
16918 "workbox-strategies": "6.5.4"
16919 }
16920 },
16921 "node_modules/workbox-navigation-preload": {
16922 "version": "6.5.4",
16923 "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.5.4.tgz",
16924 "integrity": "sha512-IIwf80eO3cr8h6XSQJF+Hxj26rg2RPFVUmJLUlM0+A2GzB4HFbQyKkrgD5y2d84g2IbJzP4B4j5dPBRzamHrng==",
16925 "dependencies": {
16926 "workbox-core": "6.5.4"
16927 }
16928 },
16929 "node_modules/workbox-precaching": {
16930 "version": "6.5.4",
16931 "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.4.tgz",
16932 "integrity": "sha512-hSMezMsW6btKnxHB4bFy2Qfwey/8SYdGWvVIKFaUm8vJ4E53JAY+U2JwLTRD8wbLWoP6OVUdFlXsTdKu9yoLTg==",
16933 "dependencies": {
16934 "workbox-core": "6.5.4",
16935 "workbox-routing": "6.5.4",
16936 "workbox-strategies": "6.5.4"
16937 }
16938 },
16939 "node_modules/workbox-range-requests": {
16940 "version": "6.5.4",
16941 "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.5.4.tgz",
16942 "integrity": "sha512-Je2qR1NXCFC8xVJ/Lux6saH6IrQGhMpDrPXWZWWS8n/RD+WZfKa6dSZwU+/QksfEadJEr/NfY+aP/CXFFK5JFg==",
16943 "dependencies": {
16944 "workbox-core": "6.5.4"
16945 }
16946 },
16947 "node_modules/workbox-recipes": {
16948 "version": "6.5.4",
16949 "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.5.4.tgz",
16950 "integrity": "sha512-QZNO8Ez708NNwzLNEXTG4QYSKQ1ochzEtRLGaq+mr2PyoEIC1xFW7MrWxrONUxBFOByksds9Z4//lKAX8tHyUA==",
16951 "dependencies": {
16952 "workbox-cacheable-response": "6.5.4",
16953 "workbox-core": "6.5.4",
16954 "workbox-expiration": "6.5.4",
16955 "workbox-precaching": "6.5.4",
16956 "workbox-routing": "6.5.4",
16957 "workbox-strategies": "6.5.4"
16958 }
16959 },
16960 "node_modules/workbox-routing": {
16961 "version": "6.5.4",
16962 "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.4.tgz",
16963 "integrity": "sha512-apQswLsbrrOsBUWtr9Lf80F+P1sHnQdYodRo32SjiByYi36IDyL2r7BH1lJtFX8fwNHDa1QOVY74WKLLS6o5Pg==",
16964 "dependencies": {
16965 "workbox-core": "6.5.4"
16966 }
16967 },
16968 "node_modules/workbox-strategies": {
16969 "version": "6.5.4",
16970 "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.4.tgz",
16971 "integrity": "sha512-DEtsxhx0LIYWkJBTQolRxG4EI0setTJkqR4m7r4YpBdxtWJH1Mbg01Cj8ZjNOO8etqfA3IZaOPHUxCs8cBsKLw==",
16972 "dependencies": {
16973 "workbox-core": "6.5.4"
16974 }
16975 },
16976 "node_modules/workbox-streams": {
16977 "version": "6.5.4",
16978 "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.5.4.tgz",
16979 "integrity": "sha512-FXKVh87d2RFXkliAIheBojBELIPnWbQdyDvsH3t74Cwhg0fDheL1T8BqSM86hZvC0ZESLsznSYWw+Va+KVbUzg==",
16980 "dependencies": {
16981 "workbox-core": "6.5.4",
16982 "workbox-routing": "6.5.4"
16983 }
16984 },
16985 "node_modules/workbox-sw": {
16986 "version": "6.5.4",
16987 "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.5.4.tgz",
16988 "integrity": "sha512-vo2RQo7DILVRoH5LjGqw3nphavEjK4Qk+FenXeUsknKn14eCNedHOXWbmnvP4ipKhlE35pvJ4yl4YYf6YsJArA=="
16989 },
16990 "node_modules/workbox-webpack-plugin": {
16991 "version": "6.5.4",
16992 "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.5.4.tgz",
16993 "integrity": "sha512-LmWm/zoaahe0EGmMTrSLUi+BjyR3cdGEfU3fS6PN1zKFYbqAKuQ+Oy/27e4VSXsyIwAw8+QDfk1XHNGtZu9nQg==",
16994 "dependencies": {
16995 "fast-json-stable-stringify": "^2.1.0",
16996 "pretty-bytes": "^5.4.1",
16997 "upath": "^1.2.0",
16998 "webpack-sources": "^1.4.3",
16999 "workbox-build": "6.5.4"
17000 },
17001 "engines": {
17002 "node": ">=10.0.0"
17003 },
17004 "peerDependencies": {
17005 "webpack": "^4.4.0 || ^5.9.0"
17006 }
17007 },
17008 "node_modules/workbox-webpack-plugin/node_modules/source-map": {
17009 "version": "0.6.1",
17010 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
17011 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
17012 "engines": {
17013 "node": ">=0.10.0"
17014 }
17015 },
17016 "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": {
17017 "version": "1.4.3",
17018 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
17019 "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
17020 "dependencies": {
17021 "source-list-map": "^2.0.0",
17022 "source-map": "~0.6.1"
17023 }
17024 },
17025 "node_modules/workbox-window": {
17026 "version": "6.5.4",
17027 "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.5.4.tgz",
17028 "integrity": "sha512-HnLZJDwYBE+hpG25AQBO8RUWBJRaCsI9ksQJEp3aCOFCaG5kqaToAYXFRAHxzRluM2cQbGzdQF5rjKPWPA1fug==",
17029 "dependencies": {
17030 "@types/trusted-types": "^2.0.2",
17031 "workbox-core": "6.5.4"
17032 }
17033 },
17034 "node_modules/wrap-ansi": {
17035 "version": "7.0.0",
17036 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
17037 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
17038 "dependencies": {
17039 "ansi-styles": "^4.0.0",
17040 "string-width": "^4.1.0",
17041 "strip-ansi": "^6.0.0"
17042 },
17043 "engines": {
17044 "node": ">=10"
17045 },
17046 "funding": {
17047 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
17048 }
17049 },
17050 "node_modules/wrap-ansi/node_modules/ansi-styles": {
17051 "version": "4.3.0",
17052 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
17053 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
17054 "dependencies": {
17055 "color-convert": "^2.0.1"
17056 },
17057 "engines": {
17058 "node": ">=8"
17059 },
17060 "funding": {
17061 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
17062 }
17063 },
17064 "node_modules/wrap-ansi/node_modules/color-convert": {
17065 "version": "2.0.1",
17066 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
17067 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
17068 "dependencies": {
17069 "color-name": "~1.1.4"
17070 },
17071 "engines": {
17072 "node": ">=7.0.0"
17073 }
17074 },
17075 "node_modules/wrap-ansi/node_modules/color-name": {
17076 "version": "1.1.4",
17077 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
17078 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
17079 },
17080 "node_modules/wrappy": {
17081 "version": "1.0.2",
17082 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
17083 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
17084 },
17085 "node_modules/write-file-atomic": {
17086 "version": "3.0.3",
17087 "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
17088 "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
17089 "dependencies": {
17090 "imurmurhash": "^0.1.4",
17091 "is-typedarray": "^1.0.0",
17092 "signal-exit": "^3.0.2",
17093 "typedarray-to-buffer": "^3.1.5"
17094 }
17095 },
17096 "node_modules/ws": {
17097 "version": "7.5.9",
17098 "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
17099 "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
17100 "engines": {
17101 "node": ">=8.3.0"
17102 },
17103 "peerDependencies": {
17104 "bufferutil": "^4.0.1",
17105 "utf-8-validate": "^5.0.2"
17106 },
17107 "peerDependenciesMeta": {
17108 "bufferutil": {
895 "optional": true 17109 "optional": true
896 }, 17110 },
897 "terser": { 17111 "utf-8-validate": {
898 "optional": true 17112 "optional": true
899 } 17113 }
900 } 17114 }
17115 },
17116 "node_modules/xml-name-validator": {
17117 "version": "3.0.0",
17118 "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
17119 "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
17120 },
17121 "node_modules/xmlchars": {
17122 "version": "2.2.0",
17123 "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
17124 "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
17125 },
17126 "node_modules/xtend": {
17127 "version": "4.0.2",
17128 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
17129 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
17130 "engines": {
17131 "node": ">=0.4"
17132 }
17133 },
17134 "node_modules/y18n": {
17135 "version": "5.0.8",
17136 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
17137 "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
17138 "engines": {
17139 "node": ">=10"
17140 }
17141 },
17142 "node_modules/yallist": {
17143 "version": "3.1.1",
17144 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
17145 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
17146 },
17147 "node_modules/yaml": {
17148 "version": "1.10.2",
17149 "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
17150 "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
17151 "engines": {
17152 "node": ">= 6"
17153 }
17154 },
17155 "node_modules/yargs": {
17156 "version": "16.2.0",
17157 "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
17158 "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
17159 "dependencies": {
17160 "cliui": "^7.0.2",
17161 "escalade": "^3.1.1",
17162 "get-caller-file": "^2.0.5",
17163 "require-directory": "^2.1.1",
17164 "string-width": "^4.2.0",
17165 "y18n": "^5.0.5",
17166 "yargs-parser": "^20.2.2"
17167 },
17168 "engines": {
17169 "node": ">=10"
17170 }
17171 },
17172 "node_modules/yargs-parser": {
17173 "version": "20.2.9",
17174 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
17175 "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
17176 "engines": {
17177 "node": ">=10"
17178 }
17179 },
17180 "node_modules/yocto-queue": {
17181 "version": "0.1.0",
17182 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
17183 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
17184 "engines": {
17185 "node": ">=10"
17186 },
17187 "funding": {
17188 "url": "https://github.com/sponsors/sindresorhus"
17189 }
901 } 17190 }
902 }, 17191 },
903 "dependencies": { 17192 "dependencies": {
904 "@esbuild/android-arm": { 17193 "@adobe/css-tools": {
905 "version": "0.16.15", 17194 "version": "4.1.0",
906 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.16.15.tgz", 17195 "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.1.0.tgz",
907 "integrity": "sha512-JsJtmadyWcR+DEtHLixM7bAQsfi1s0Xotv9kVOoXbCLyhKPOHvMEyh3kJBuTbCPSE4c2jQkQVmarwc9Mg9k3bA==", 17196 "integrity": "sha512-mMVJ/j/GbZ/De4ZHWbQAQO1J6iVnjtZLc9WEdkUQb8S/Bu2cAF2bETXUgMAdvMG3/ngtKmcNBe+Zms9bg6jnQQ=="
908 "dev": true,
909 "optional": true
910 }, 17197 },
911 "@esbuild/android-arm64": { 17198 "@ampproject/remapping": {
912 "version": "0.16.15", 17199 "version": "2.2.0",
913 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.16.15.tgz", 17200 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
914 "integrity": "sha512-OdbkUv7468dSsgoFtHIwTaYAuI5lDEv/v+dlfGBUbVa2xSDIIuSOHXawynw5N9+5lygo/JdXa5/sgGjiEU18gQ==", 17201 "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",
915 "dev": true, 17202 "requires": {
916 "optional": true 17203 "@jridgewell/gen-mapping": "^0.1.0",
17204 "@jridgewell/trace-mapping": "^0.3.9"
17205 }
917 }, 17206 },
918 "@esbuild/android-x64": { 17207 "@babel/code-frame": {
919 "version": "0.16.15", 17208 "version": "7.18.6",
920 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.16.15.tgz", 17209 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
921 "integrity": "sha512-dPUOBiNNWAm+/bxoA75o7R7qqqfcEzXaYlb5uJk2xGHmUMNKSAnDCtRYLgx9/wfE4sXyn8H948OrDyUAHhPOuA==", 17210 "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
922 "dev": true, 17211 "requires": {
923 "optional": true 17212 "@babel/highlight": "^7.18.6"
17213 }
924 }, 17214 },
925 "@esbuild/darwin-arm64": { 17215 "@babel/compat-data": {
926 "version": "0.16.15", 17216 "version": "7.20.14",
927 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.16.15.tgz", 17217 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.14.tgz",
928 "integrity": "sha512-AksarYV85Hxgwh5/zb6qGl4sYWxIXPQGBAZ+jUro1ZpINy3EWumK+/4DPOKUBPnsrOIvnNXy7Rq4mTeCsMQDNA==", 17218 "integrity": "sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw=="
929 "dev": true,
930 "optional": true
931 }, 17219 },
932 "@esbuild/darwin-x64": { 17220 "@babel/core": {
933 "version": "0.16.15", 17221 "version": "7.20.12",
934 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.16.15.tgz", 17222 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz",
935 "integrity": "sha512-qqrKJxoohceZGGP+sZ5yXkzW9ZiyFZJ1gWSEfuYdOWzBSL18Uy3w7s/IvnDYHo++/cxwqM0ch3HQVReSZy7/4Q==", 17223 "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==",
936 "dev": true, 17224 "requires": {
937 "optional": true 17225 "@ampproject/remapping": "^2.1.0",
17226 "@babel/code-frame": "^7.18.6",
17227 "@babel/generator": "^7.20.7",
17228 "@babel/helper-compilation-targets": "^7.20.7",
17229 "@babel/helper-module-transforms": "^7.20.11",
17230 "@babel/helpers": "^7.20.7",
17231 "@babel/parser": "^7.20.7",
17232 "@babel/template": "^7.20.7",
17233 "@babel/traverse": "^7.20.12",
17234 "@babel/types": "^7.20.7",
17235 "convert-source-map": "^1.7.0",
17236 "debug": "^4.1.0",
17237 "gensync": "^1.0.0-beta.2",
17238 "json5": "^2.2.2",
17239 "semver": "^6.3.0"
17240 },
17241 "dependencies": {
17242 "semver": {
17243 "version": "6.3.0",
17244 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
17245 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
17246 }
17247 }
938 }, 17248 },
939 "@esbuild/freebsd-arm64": { 17249 "@babel/eslint-parser": {
940 "version": "0.16.15", 17250 "version": "7.19.1",
941 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.15.tgz", 17251 "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz",
942 "integrity": "sha512-LBWaep6RvJm5KnsKkocdVEzuwnGMjz54fcRVZ9d3R7FSEWOtPBxMhuxeA1n98JVbCLMkTPFmKN6xSnfhnM9WXQ==", 17252 "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==",
943 "dev": true, 17253 "requires": {
944 "optional": true 17254 "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
17255 "eslint-visitor-keys": "^2.1.0",
17256 "semver": "^6.3.0"
17257 },
17258 "dependencies": {
17259 "eslint-visitor-keys": {
17260 "version": "2.1.0",
17261 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
17262 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
17263 },
17264 "semver": {
17265 "version": "6.3.0",
17266 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
17267 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
17268 }
17269 }
945 }, 17270 },
946 "@esbuild/freebsd-x64": { 17271 "@babel/generator": {
947 "version": "0.16.15", 17272 "version": "7.20.14",
948 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.16.15.tgz", 17273 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.14.tgz",
949 "integrity": "sha512-LE8mKC6JPR04kPLRP9A6k7ZmG0k2aWF4ru79Sde6UeWCo7yDby5f48uJNFQ2pZqzUUkLrHL8xNdIHerJeZjHXg==", 17274 "integrity": "sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==",
950 "dev": true, 17275 "requires": {
951 "optional": true 17276 "@babel/types": "^7.20.7",
17277 "@jridgewell/gen-mapping": "^0.3.2",
17278 "jsesc": "^2.5.1"
17279 },
17280 "dependencies": {
17281 "@jridgewell/gen-mapping": {
17282 "version": "0.3.2",
17283 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
17284 "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
17285 "requires": {
17286 "@jridgewell/set-array": "^1.0.1",
17287 "@jridgewell/sourcemap-codec": "^1.4.10",
17288 "@jridgewell/trace-mapping": "^0.3.9"
17289 }
17290 }
17291 }
952 }, 17292 },
953 "@esbuild/linux-arm": { 17293 "@babel/helper-annotate-as-pure": {
954 "version": "0.16.15", 17294 "version": "7.18.6",
955 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.16.15.tgz", 17295 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
956 "integrity": "sha512-+1sGlqtMJTOnJUXwLUGnDhPaGRKqxT0UONtYacS+EjdDOrSgpQ/1gUXlnze45Z/BogwYaswQM19Gu1YD1T19/w==", 17296 "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
957 "dev": true, 17297 "requires": {
958 "optional": true 17298 "@babel/types": "^7.18.6"
17299 }
959 }, 17300 },
960 "@esbuild/linux-arm64": { 17301 "@babel/helper-builder-binary-assignment-operator-visitor": {
961 "version": "0.16.15", 17302 "version": "7.18.9",
962 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.16.15.tgz", 17303 "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz",
963 "integrity": "sha512-mRYpuQGbzY+XLczy3Sk7fMJ3DRKLGDIuvLKkkUkyecDGQMmil6K/xVKP9IpKO7JtNH477qAiMjjX7jfKae8t4g==", 17304 "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==",
964 "dev": true, 17305 "requires": {
965 "optional": true 17306 "@babel/helper-explode-assignable-expression": "^7.18.6",
17307 "@babel/types": "^7.18.9"
17308 }
966 }, 17309 },
967 "@esbuild/linux-ia32": { 17310 "@babel/helper-compilation-targets": {
968 "version": "0.16.15", 17311 "version": "7.20.7",
969 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.16.15.tgz", 17312 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz",
970 "integrity": "sha512-puXVFvY4m8EB6/fzu3LdgjiNnEZ3gZMSR7NmKoQe51l3hyQalvTjab3Dt7aX4qGf+8Pj7dsCOBNzNzkSlr/4Aw==", 17313 "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==",
971 "dev": true, 17314 "requires": {
972 "optional": true 17315 "@babel/compat-data": "^7.20.5",
17316 "@babel/helper-validator-option": "^7.18.6",
17317 "browserslist": "^4.21.3",
17318 "lru-cache": "^5.1.1",
17319 "semver": "^6.3.0"
17320 },
17321 "dependencies": {
17322 "semver": {
17323 "version": "6.3.0",
17324 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
17325 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
17326 }
17327 }
973 }, 17328 },
974 "@esbuild/linux-loong64": { 17329 "@babel/helper-create-class-features-plugin": {
975 "version": "0.16.15", 17330 "version": "7.20.12",
976 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.16.15.tgz", 17331 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz",
977 "integrity": "sha512-ATMGb3eg8T6ZTGZFldlGeFEcevBiVq6SBHvRAO04HMfUjZWneZ/U+JJb3YzlNZxuscJ4Tmzq+JrYxlk7ro4dRg==", 17332 "integrity": "sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==",
978 "dev": true, 17333 "requires": {
979 "optional": true 17334 "@babel/helper-annotate-as-pure": "^7.18.6",
17335 "@babel/helper-environment-visitor": "^7.18.9",
17336 "@babel/helper-function-name": "^7.19.0",
17337 "@babel/helper-member-expression-to-functions": "^7.20.7",
17338 "@babel/helper-optimise-call-expression": "^7.18.6",
17339 "@babel/helper-replace-supers": "^7.20.7",
17340 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
17341 "@babel/helper-split-export-declaration": "^7.18.6"
17342 }
980 }, 17343 },
981 "@esbuild/linux-mips64el": { 17344 "@babel/helper-create-regexp-features-plugin": {
982 "version": "0.16.15", 17345 "version": "7.20.5",
983 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.16.15.tgz", 17346 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz",
984 "integrity": "sha512-3SEA4L82OnoSATW+Ve8rPgLaKjC8WMt8fnx7De9kvi/NcVbkj8W+J7qnu/tK2P9pUPQP7Au/0sjPEqZtFeyKQQ==", 17347 "integrity": "sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==",
985 "dev": true, 17348 "requires": {
986 "optional": true 17349 "@babel/helper-annotate-as-pure": "^7.18.6",
17350 "regexpu-core": "^5.2.1"
17351 }
987 }, 17352 },
988 "@esbuild/linux-ppc64": { 17353 "@babel/helper-define-polyfill-provider": {
989 "version": "0.16.15", 17354 "version": "0.3.3",
990 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.16.15.tgz", 17355 "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz",
991 "integrity": "sha512-8PgbeX+N6vmqeySzyxO0NyDOltCEW13OS5jUHTvCHmCgf4kNXZtAWJ+zEfJxjRGYhVezQ1FdIm7WfN1R27uOyg==", 17356 "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==",
992 "dev": true, 17357 "requires": {
993 "optional": true 17358 "@babel/helper-compilation-targets": "^7.17.7",
17359 "@babel/helper-plugin-utils": "^7.16.7",
17360 "debug": "^4.1.1",
17361 "lodash.debounce": "^4.0.8",
17362 "resolve": "^1.14.2",
17363 "semver": "^6.1.2"
17364 },
17365 "dependencies": {
17366 "semver": {
17367 "version": "6.3.0",
17368 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
17369 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
17370 }
17371 }
994 }, 17372 },
995 "@esbuild/linux-riscv64": { 17373 "@babel/helper-environment-visitor": {
996 "version": "0.16.15", 17374 "version": "7.18.9",
997 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.16.15.tgz", 17375 "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
998 "integrity": "sha512-U+coqH+89vbPVoU30no1Fllrn6gvEeO5tfEArBhjYZ+dQ3Gv7ciQXYf5nrT1QdlIFwEjH4Is1U1iiaGWW+tGpQ==", 17376 "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg=="
999 "dev": true,
1000 "optional": true
1001 }, 17377 },
1002 "@esbuild/linux-s390x": { 17378 "@babel/helper-explode-assignable-expression": {
1003 "version": "0.16.15", 17379 "version": "7.18.6",
1004 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.16.15.tgz", 17380 "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz",
1005 "integrity": "sha512-M0nKLFMdyFGBoitxG42kq6Xap0CPeDC6gfF9lg7ZejzGF6kqYUGT+pQGl2QCQoxJBeat/LzTma1hG8C3dq2ocg==", 17381 "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==",
1006 "dev": true, 17382 "requires": {
1007 "optional": true 17383 "@babel/types": "^7.18.6"
17384 }
1008 }, 17385 },
1009 "@esbuild/linux-x64": { 17386 "@babel/helper-function-name": {
1010 "version": "0.16.15", 17387 "version": "7.19.0",
1011 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.16.15.tgz", 17388 "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz",
1012 "integrity": "sha512-t7/fOXBUKfigvhJLGKZ9TPHHgqNgpIpYaAbcXQk1X+fPeUG7x0tpAbXJ2wST9F/gJ02+CLETPMnhG7Tra2wqsQ==", 17389 "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==",
1013 "dev": true, 17390 "requires": {
1014 "optional": true 17391 "@babel/template": "^7.18.10",
17392 "@babel/types": "^7.19.0"
17393 }
1015 }, 17394 },
1016 "@esbuild/netbsd-x64": { 17395 "@babel/helper-hoist-variables": {
1017 "version": "0.16.15", 17396 "version": "7.18.6",
1018 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.16.15.tgz", 17397 "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
1019 "integrity": "sha512-0k0Nxi6DOJmTnLtKD/0rlyqOPpcqONXY53vpkoAsue8CfyhNPWtwzba1ICFNCfCY1dqL3Ho/xEzujJhmdXq1rg==", 17398 "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
1020 "dev": true, 17399 "requires": {
1021 "optional": true 17400 "@babel/types": "^7.18.6"
17401 }
1022 }, 17402 },
1023 "@esbuild/openbsd-x64": { 17403 "@babel/helper-member-expression-to-functions": {
1024 "version": "0.16.15", 17404 "version": "7.20.7",
1025 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.16.15.tgz", 17405 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.20.7.tgz",
1026 "integrity": "sha512-3SkckazfIbdSjsGpuIYT3d6n2Hx0tck3MS1yVsbahhWiLvdy4QozTpvlbjqO3GmvtvhxY4qdyhFOO2wiZKeTAQ==", 17406 "integrity": "sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==",
1027 "dev": true, 17407 "requires": {
1028 "optional": true 17408 "@babel/types": "^7.20.7"
17409 }
1029 }, 17410 },
1030 "@esbuild/sunos-x64": { 17411 "@babel/helper-module-imports": {
1031 "version": "0.16.15", 17412 "version": "7.18.6",
1032 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.16.15.tgz", 17413 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
1033 "integrity": "sha512-8PNvBC+O8X5EnyIGqE8St2bOjjrXMR17NOLenIrzolvwWnJXvwPo0tE/ahOeiAJmTOS/eAcN8b4LAZcn17Uj7w==", 17414 "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
1034 "dev": true, 17415 "requires": {
1035 "optional": true 17416 "@babel/types": "^7.18.6"
17417 }
1036 }, 17418 },
1037 "@esbuild/win32-arm64": { 17419 "@babel/helper-module-transforms": {
1038 "version": "0.16.15", 17420 "version": "7.20.11",
1039 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.16.15.tgz", 17421 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz",
1040 "integrity": "sha512-YPaSgm/mm7kNcATB53OxVGVfn6rDNbImTn330ZlF3hKej1e9ktCaljGjn2vH08z2dlHEf3kdt57tNjE6zs8SzA==", 17422 "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==",
1041 "dev": true, 17423 "requires": {
1042 "optional": true 17424 "@babel/helper-environment-visitor": "^7.18.9",
17425 "@babel/helper-module-imports": "^7.18.6",
17426 "@babel/helper-simple-access": "^7.20.2",
17427 "@babel/helper-split-export-declaration": "^7.18.6",
17428 "@babel/helper-validator-identifier": "^7.19.1",
17429 "@babel/template": "^7.20.7",
17430 "@babel/traverse": "^7.20.10",
17431 "@babel/types": "^7.20.7"
17432 }
1043 }, 17433 },
1044 "@esbuild/win32-ia32": { 17434 "@babel/helper-optimise-call-expression": {
1045 "version": "0.16.15", 17435 "version": "7.18.6",
1046 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.16.15.tgz", 17436 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz",
1047 "integrity": "sha512-0movUXbSNrTeNf5ZXT0avklEvlJD0hNGZsrrXHfsp9z4tK5xC+apCqmUEZeE9mqrb84Z8XbgGr/MS9LqafTP2A==", 17437 "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==",
1048 "dev": true, 17438 "requires": {
1049 "optional": true 17439 "@babel/types": "^7.18.6"
17440 }
1050 }, 17441 },
1051 "@esbuild/win32-x64": { 17442 "@babel/helper-plugin-utils": {
1052 "version": "0.16.15", 17443 "version": "7.20.2",
1053 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.16.15.tgz", 17444 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
1054 "integrity": "sha512-27h5GCcbfomVAqAnMJWvR1LqEY0dFqIq4vTe5nY3becnZNu0SX8F0+gTk3JPvgWQHzaGc6VkPzlOiMkdSUunUA==", 17445 "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ=="
1055 "dev": true,
1056 "optional": true
1057 }, 17446 },
1058 "@swc/core": { 17447 "@babel/helper-remap-async-to-generator": {
1059 "version": "1.3.25", 17448 "version": "7.18.9",
1060 "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.25.tgz", 17449 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz",
1061 "integrity": "sha512-wqzvM/wu6OsTVYPMStOpm7kIQcPX3GoZ0sC85qzDdsCxmJ1rmItLAD91sXPUmmdk0XqPYjLgT9MRDEIP5woz4g==", 17450 "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==",
1062 "dev": true, 17451 "requires": {
1063 "requires": { 17452 "@babel/helper-annotate-as-pure": "^7.18.6",
1064 "@swc/core-darwin-arm64": "1.3.25", 17453 "@babel/helper-environment-visitor": "^7.18.9",
1065 "@swc/core-darwin-x64": "1.3.25", 17454 "@babel/helper-wrap-function": "^7.18.9",
1066 "@swc/core-linux-arm-gnueabihf": "1.3.25", 17455 "@babel/types": "^7.18.9"
1067 "@swc/core-linux-arm64-gnu": "1.3.25", 17456 }
1068 "@swc/core-linux-arm64-musl": "1.3.25",
1069 "@swc/core-linux-x64-gnu": "1.3.25",
1070 "@swc/core-linux-x64-musl": "1.3.25",
1071 "@swc/core-win32-arm64-msvc": "1.3.25",
1072 "@swc/core-win32-ia32-msvc": "1.3.25",
1073 "@swc/core-win32-x64-msvc": "1.3.25"
1074 }
1075 },
1076 "@swc/core-darwin-arm64": {
1077 "version": "1.3.25",
1078 "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.25.tgz",
1079 "integrity": "sha512-8PWAVcjTJyj2VrqPBFOIi2w2P0Z8kOCbzHW3+pe+bSXxfGMG0MKPl5U2IXhsEL0ovm4xSFlqW0yygpoP3MmRPw==",
1080 "dev": true,
1081 "optional": true
1082 }, 17457 },
1083 "@swc/core-darwin-x64": { 17458 "@babel/helper-replace-supers": {
1084 "version": "1.3.25", 17459 "version": "7.20.7",
1085 "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.25.tgz", 17460 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz",
1086 "integrity": "sha512-5DHGiMYFEj5aa208tCjo7Sn5tiG4xPz+4gUiWVlglxqXFptkNim5xu/1G6VYm5Zk7dI5jJkjTU76GQG7IRvPug==", 17461 "integrity": "sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==",
1087 "dev": true, 17462 "requires": {
1088 "optional": true 17463 "@babel/helper-environment-visitor": "^7.18.9",
17464 "@babel/helper-member-expression-to-functions": "^7.20.7",
17465 "@babel/helper-optimise-call-expression": "^7.18.6",
17466 "@babel/template": "^7.20.7",
17467 "@babel/traverse": "^7.20.7",
17468 "@babel/types": "^7.20.7"
17469 }
1089 }, 17470 },
1090 "@swc/core-linux-arm-gnueabihf": { 17471 "@babel/helper-simple-access": {
1091 "version": "1.3.25", 17472 "version": "7.20.2",
1092 "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.25.tgz", 17473 "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz",
1093 "integrity": "sha512-YNfLxv9PhZk+jrJbpR1mMrYBUkufo0hiFv3S1OrX3l8edsIP4wPND5w9ZH0Oi898f6Jg9DBrY2zXJMQ+gWkbvA==", 17474 "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==",
1094 "dev": true, 17475 "requires": {
1095 "optional": true 17476 "@babel/types": "^7.20.2"
17477 }
1096 }, 17478 },
1097 "@swc/core-linux-arm64-gnu": { 17479 "@babel/helper-skip-transparent-expression-wrappers": {
1098 "version": "1.3.25", 17480 "version": "7.20.0",
1099 "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.25.tgz", 17481 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz",
1100 "integrity": "sha512-kS+spM5/xQ6QvWF1ms3byfjnhUlpjTfFwgCyHnIKgjvsYkDa+vkAIhKq6HuEdaTPaCRCjts0Zarhub1nClUU0g==", 17482 "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==",
1101 "dev": true, 17483 "requires": {
1102 "optional": true 17484 "@babel/types": "^7.20.0"
17485 }
1103 }, 17486 },
1104 "@swc/core-linux-arm64-musl": { 17487 "@babel/helper-split-export-declaration": {
1105 "version": "1.3.25", 17488 "version": "7.18.6",
1106 "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.25.tgz", 17489 "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
1107 "integrity": "sha512-vM3D7LWmjotUAJ2D4F+L+dspFeWrcPNVh0o8TCoTOYCt8DPD5YsUKTpIgOsZ+gReeWUAnNTh0Btx5pGGVfajGA==", 17490 "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
1108 "dev": true, 17491 "requires": {
1109 "optional": true 17492 "@babel/types": "^7.18.6"
17493 }
1110 }, 17494 },
1111 "@swc/core-linux-x64-gnu": { 17495 "@babel/helper-string-parser": {
1112 "version": "1.3.25", 17496 "version": "7.19.4",
1113 "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.25.tgz", 17497 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz",
1114 "integrity": "sha512-xUCLLMDlYa/zB8BftVa4SrxuVpcDxkltCfmBg5r2pZPVskhC5ZJsQZ/AvWNChoAB11shRhjTaWDlmxJEsa7TIg==", 17498 "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw=="
1115 "dev": true,
1116 "optional": true
1117 }, 17499 },
1118 "@swc/core-linux-x64-musl": { 17500 "@babel/helper-validator-identifier": {
1119 "version": "1.3.25", 17501 "version": "7.19.1",
1120 "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.25.tgz", 17502 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
1121 "integrity": "sha512-QzHU3BIaUVRSFNsUn3Qxx1vgtF/f5NqsFMAAPSq9Y8Yq5nrlc2t7cNuOROxHLbUqE+NPUp6+RglleJMoeWz5mA==", 17503 "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w=="
1122 "dev": true,
1123 "optional": true
1124 }, 17504 },
1125 "@swc/core-win32-arm64-msvc": { 17505 "@babel/helper-validator-option": {
1126 "version": "1.3.25", 17506 "version": "7.18.6",
1127 "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.25.tgz", 17507 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",
1128 "integrity": "sha512-77VSVtneVOAUL4zkRyQZ6pWVpTsVVdqwly/DKnRnloglGKxYuk5DG5MUBsL72Nnfv4OCHjZ27eI3NUrpLsUb2Q==", 17508 "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw=="
1129 "dev": true,
1130 "optional": true
1131 }, 17509 },
1132 "@swc/core-win32-ia32-msvc": { 17510 "@babel/helper-wrap-function": {
1133 "version": "1.3.25", 17511 "version": "7.20.5",
1134 "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.25.tgz", 17512 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz",
1135 "integrity": "sha512-kz0v3K3H6OPEZR3ry72Ad/6C5GrZBRRUk69K58LORQ8tZXQD3UGl85pUbQqyHl8fR5NU76Muxgovj9CI9iTHGA==", 17513 "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==",
1136 "dev": true, 17514 "requires": {
1137 "optional": true 17515 "@babel/helper-function-name": "^7.19.0",
17516 "@babel/template": "^7.18.10",
17517 "@babel/traverse": "^7.20.5",
17518 "@babel/types": "^7.20.5"
17519 }
1138 }, 17520 },
1139 "@swc/core-win32-x64-msvc": { 17521 "@babel/helpers": {
1140 "version": "1.3.25", 17522 "version": "7.20.13",
1141 "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.25.tgz", 17523 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.13.tgz",
1142 "integrity": "sha512-nmQOAzIpNRRnupWzkenJmW4i+h1M76cVNUqEU2MjmtesEkRZEGqv//jefXiyCP2zcbeLNLKiB2ptVJhpd1BvRA==", 17524 "integrity": "sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==",
1143 "dev": true, 17525 "requires": {
1144 "optional": true 17526 "@babel/template": "^7.20.7",
17527 "@babel/traverse": "^7.20.13",
17528 "@babel/types": "^7.20.7"
17529 }
17530 },
17531 "@babel/highlight": {
17532 "version": "7.18.6",
17533 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
17534 "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
17535 "requires": {
17536 "@babel/helper-validator-identifier": "^7.18.6",
17537 "chalk": "^2.0.0",
17538 "js-tokens": "^4.0.0"
17539 }
17540 },
17541 "@babel/parser": {
17542 "version": "7.20.15",
17543 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.15.tgz",
17544 "integrity": "sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg=="
17545 },
17546 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
17547 "version": "7.18.6",
17548 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz",
17549 "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==",
17550 "requires": {
17551 "@babel/helper-plugin-utils": "^7.18.6"
17552 }
17553 },
17554 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
17555 "version": "7.20.7",
17556 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz",
17557 "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==",
17558 "requires": {
17559 "@babel/helper-plugin-utils": "^7.20.2",
17560 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
17561 "@babel/plugin-proposal-optional-chaining": "^7.20.7"
17562 }
17563 },
17564 "@babel/plugin-proposal-async-generator-functions": {
17565 "version": "7.20.7",
17566 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz",
17567 "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==",
17568 "requires": {
17569 "@babel/helper-environment-visitor": "^7.18.9",
17570 "@babel/helper-plugin-utils": "^7.20.2",
17571 "@babel/helper-remap-async-to-generator": "^7.18.9",
17572 "@babel/plugin-syntax-async-generators": "^7.8.4"
17573 }
17574 },
17575 "@babel/plugin-proposal-class-properties": {
17576 "version": "7.18.6",
17577 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
17578 "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
17579 "requires": {
17580 "@babel/helper-create-class-features-plugin": "^7.18.6",
17581 "@babel/helper-plugin-utils": "^7.18.6"
17582 }
17583 },
17584 "@babel/plugin-proposal-class-static-block": {
17585 "version": "7.20.7",
17586 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.20.7.tgz",
17587 "integrity": "sha512-AveGOoi9DAjUYYuUAG//Ig69GlazLnoyzMw68VCDux+c1tsnnH/OkYcpz/5xzMkEFC6UxjR5Gw1c+iY2wOGVeQ==",
17588 "requires": {
17589 "@babel/helper-create-class-features-plugin": "^7.20.7",
17590 "@babel/helper-plugin-utils": "^7.20.2",
17591 "@babel/plugin-syntax-class-static-block": "^7.14.5"
17592 }
17593 },
17594 "@babel/plugin-proposal-decorators": {
17595 "version": "7.20.13",
17596 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.13.tgz",
17597 "integrity": "sha512-7T6BKHa9Cpd7lCueHBBzP0nkXNina+h5giOZw+a8ZpMfPFY19VjJAjIxyFHuWkhCWgL6QMqRiY/wB1fLXzm6Mw==",
17598 "requires": {
17599 "@babel/helper-create-class-features-plugin": "^7.20.12",
17600 "@babel/helper-plugin-utils": "^7.20.2",
17601 "@babel/helper-replace-supers": "^7.20.7",
17602 "@babel/helper-split-export-declaration": "^7.18.6",
17603 "@babel/plugin-syntax-decorators": "^7.19.0"
17604 }
17605 },
17606 "@babel/plugin-proposal-dynamic-import": {
17607 "version": "7.18.6",
17608 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz",
17609 "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==",
17610 "requires": {
17611 "@babel/helper-plugin-utils": "^7.18.6",
17612 "@babel/plugin-syntax-dynamic-import": "^7.8.3"
17613 }
17614 },
17615 "@babel/plugin-proposal-export-namespace-from": {
17616 "version": "7.18.9",
17617 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz",
17618 "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==",
17619 "requires": {
17620 "@babel/helper-plugin-utils": "^7.18.9",
17621 "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
17622 }
17623 },
17624 "@babel/plugin-proposal-json-strings": {
17625 "version": "7.18.6",
17626 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz",
17627 "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==",
17628 "requires": {
17629 "@babel/helper-plugin-utils": "^7.18.6",
17630 "@babel/plugin-syntax-json-strings": "^7.8.3"
17631 }
17632 },
17633 "@babel/plugin-proposal-logical-assignment-operators": {
17634 "version": "7.20.7",
17635 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz",
17636 "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==",
17637 "requires": {
17638 "@babel/helper-plugin-utils": "^7.20.2",
17639 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
17640 }
17641 },
17642 "@babel/plugin-proposal-nullish-coalescing-operator": {
17643 "version": "7.18.6",
17644 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
17645 "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
17646 "requires": {
17647 "@babel/helper-plugin-utils": "^7.18.6",
17648 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
17649 }
17650 },
17651 "@babel/plugin-proposal-numeric-separator": {
17652 "version": "7.18.6",
17653 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
17654 "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
17655 "requires": {
17656 "@babel/helper-plugin-utils": "^7.18.6",
17657 "@babel/plugin-syntax-numeric-separator": "^7.10.4"
17658 }
17659 },
17660 "@babel/plugin-proposal-object-rest-spread": {
17661 "version": "7.20.7",
17662 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz",
17663 "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==",
17664 "requires": {
17665 "@babel/compat-data": "^7.20.5",
17666 "@babel/helper-compilation-targets": "^7.20.7",
17667 "@babel/helper-plugin-utils": "^7.20.2",
17668 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
17669 "@babel/plugin-transform-parameters": "^7.20.7"
17670 }
17671 },
17672 "@babel/plugin-proposal-optional-catch-binding": {
17673 "version": "7.18.6",
17674 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
17675 "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
17676 "requires": {
17677 "@babel/helper-plugin-utils": "^7.18.6",
17678 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
17679 }
17680 },
17681 "@babel/plugin-proposal-optional-chaining": {
17682 "version": "7.20.7",
17683 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.20.7.tgz",
17684 "integrity": "sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==",
17685 "requires": {
17686 "@babel/helper-plugin-utils": "^7.20.2",
17687 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
17688 "@babel/plugin-syntax-optional-chaining": "^7.8.3"
17689 }
17690 },
17691 "@babel/plugin-proposal-private-methods": {
17692 "version": "7.18.6",
17693 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
17694 "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
17695 "requires": {
17696 "@babel/helper-create-class-features-plugin": "^7.18.6",
17697 "@babel/helper-plugin-utils": "^7.18.6"
17698 }
17699 },
17700 "@babel/plugin-proposal-private-property-in-object": {
17701 "version": "7.20.5",
17702 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz",
17703 "integrity": "sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==",
17704 "requires": {
17705 "@babel/helper-annotate-as-pure": "^7.18.6",
17706 "@babel/helper-create-class-features-plugin": "^7.20.5",
17707 "@babel/helper-plugin-utils": "^7.20.2",
17708 "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
17709 }
17710 },
17711 "@babel/plugin-proposal-unicode-property-regex": {
17712 "version": "7.18.6",
17713 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
17714 "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
17715 "requires": {
17716 "@babel/helper-create-regexp-features-plugin": "^7.18.6",
17717 "@babel/helper-plugin-utils": "^7.18.6"
17718 }
17719 },
17720 "@babel/plugin-syntax-async-generators": {
17721 "version": "7.8.4",
17722 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
17723 "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
17724 "requires": {
17725 "@babel/helper-plugin-utils": "^7.8.0"
17726 }
17727 },
17728 "@babel/plugin-syntax-bigint": {
17729 "version": "7.8.3",
17730 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
17731 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
17732 "requires": {
17733 "@babel/helper-plugin-utils": "^7.8.0"
17734 }
17735 },
17736 "@babel/plugin-syntax-class-properties": {
17737 "version": "7.12.13",
17738 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
17739 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
17740 "requires": {
17741 "@babel/helper-plugin-utils": "^7.12.13"
17742 }
17743 },
17744 "@babel/plugin-syntax-class-static-block": {
17745 "version": "7.14.5",
17746 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
17747 "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
17748 "requires": {
17749 "@babel/helper-plugin-utils": "^7.14.5"
17750 }
17751 },
17752 "@babel/plugin-syntax-decorators": {
17753 "version": "7.19.0",
17754 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.19.0.tgz",
17755 "integrity": "sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==",
17756 "requires": {
17757 "@babel/helper-plugin-utils": "^7.19.0"
17758 }
17759 },
17760 "@babel/plugin-syntax-dynamic-import": {
17761 "version": "7.8.3",
17762 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
17763 "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
17764 "requires": {
17765 "@babel/helper-plugin-utils": "^7.8.0"
17766 }
17767 },
17768 "@babel/plugin-syntax-export-namespace-from": {
17769 "version": "7.8.3",
17770 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
17771 "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
17772 "requires": {
17773 "@babel/helper-plugin-utils": "^7.8.3"
17774 }
17775 },
17776 "@babel/plugin-syntax-flow": {
17777 "version": "7.18.6",
17778 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz",
17779 "integrity": "sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==",
17780 "requires": {
17781 "@babel/helper-plugin-utils": "^7.18.6"
17782 }
17783 },
17784 "@babel/plugin-syntax-import-assertions": {
17785 "version": "7.20.0",
17786 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz",
17787 "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==",
17788 "requires": {
17789 "@babel/helper-plugin-utils": "^7.19.0"
17790 }
17791 },
17792 "@babel/plugin-syntax-import-meta": {
17793 "version": "7.10.4",
17794 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
17795 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
17796 "requires": {
17797 "@babel/helper-plugin-utils": "^7.10.4"
17798 }
17799 },
17800 "@babel/plugin-syntax-json-strings": {
17801 "version": "7.8.3",
17802 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
17803 "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
17804 "requires": {
17805 "@babel/helper-plugin-utils": "^7.8.0"
17806 }
17807 },
17808 "@babel/plugin-syntax-jsx": {
17809 "version": "7.18.6",
17810 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz",
17811 "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==",
17812 "requires": {
17813 "@babel/helper-plugin-utils": "^7.18.6"
17814 }
17815 },
17816 "@babel/plugin-syntax-logical-assignment-operators": {
17817 "version": "7.10.4",
17818 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
17819 "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
17820 "requires": {
17821 "@babel/helper-plugin-utils": "^7.10.4"
17822 }
17823 },
17824 "@babel/plugin-syntax-nullish-coalescing-operator": {
17825 "version": "7.8.3",
17826 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
17827 "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
17828 "requires": {
17829 "@babel/helper-plugin-utils": "^7.8.0"
17830 }
17831 },
17832 "@babel/plugin-syntax-numeric-separator": {
17833 "version": "7.10.4",
17834 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
17835 "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
17836 "requires": {
17837 "@babel/helper-plugin-utils": "^7.10.4"
17838 }
17839 },
17840 "@babel/plugin-syntax-object-rest-spread": {
17841 "version": "7.8.3",
17842 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
17843 "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
17844 "requires": {
17845 "@babel/helper-plugin-utils": "^7.8.0"
17846 }
17847 },
17848 "@babel/plugin-syntax-optional-catch-binding": {
17849 "version": "7.8.3",
17850 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
17851 "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
17852 "requires": {
17853 "@babel/helper-plugin-utils": "^7.8.0"
17854 }
17855 },
17856 "@babel/plugin-syntax-optional-chaining": {
17857 "version": "7.8.3",
17858 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
17859 "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
17860 "requires": {
17861 "@babel/helper-plugin-utils": "^7.8.0"
17862 }
17863 },
17864 "@babel/plugin-syntax-private-property-in-object": {
17865 "version": "7.14.5",
17866 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
17867 "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
17868 "requires": {
17869 "@babel/helper-plugin-utils": "^7.14.5"
17870 }
17871 },
17872 "@babel/plugin-syntax-top-level-await": {
17873 "version": "7.14.5",
17874 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
17875 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
17876 "requires": {
17877 "@babel/helper-plugin-utils": "^7.14.5"
17878 }
17879 },
17880 "@babel/plugin-syntax-typescript": {
17881 "version": "7.20.0",
17882 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz",
17883 "integrity": "sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==",
17884 "requires": {
17885 "@babel/helper-plugin-utils": "^7.19.0"
17886 }
17887 },
17888 "@babel/plugin-transform-arrow-functions": {
17889 "version": "7.20.7",
17890 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz",
17891 "integrity": "sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==",
17892 "requires": {
17893 "@babel/helper-plugin-utils": "^7.20.2"
17894 }
17895 },
17896 "@babel/plugin-transform-async-to-generator": {
17897 "version": "7.20.7",
17898 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz",
17899 "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==",
17900 "requires": {
17901 "@babel/helper-module-imports": "^7.18.6",
17902 "@babel/helper-plugin-utils": "^7.20.2",
17903 "@babel/helper-remap-async-to-generator": "^7.18.9"
17904 }
17905 },
17906 "@babel/plugin-transform-block-scoped-functions": {
17907 "version": "7.18.6",
17908 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz",
17909 "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==",
17910 "requires": {
17911 "@babel/helper-plugin-utils": "^7.18.6"
17912 }
17913 },
17914 "@babel/plugin-transform-block-scoping": {
17915 "version": "7.20.15",
17916 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.15.tgz",
17917 "integrity": "sha512-Vv4DMZ6MiNOhu/LdaZsT/bsLRxgL94d269Mv4R/9sp6+Mp++X/JqypZYypJXLlM4mlL352/Egzbzr98iABH1CA==",
17918 "requires": {
17919 "@babel/helper-plugin-utils": "^7.20.2"
17920 }
17921 },
17922 "@babel/plugin-transform-classes": {
17923 "version": "7.20.7",
17924 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.7.tgz",
17925 "integrity": "sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==",
17926 "requires": {
17927 "@babel/helper-annotate-as-pure": "^7.18.6",
17928 "@babel/helper-compilation-targets": "^7.20.7",
17929 "@babel/helper-environment-visitor": "^7.18.9",
17930 "@babel/helper-function-name": "^7.19.0",
17931 "@babel/helper-optimise-call-expression": "^7.18.6",
17932 "@babel/helper-plugin-utils": "^7.20.2",
17933 "@babel/helper-replace-supers": "^7.20.7",
17934 "@babel/helper-split-export-declaration": "^7.18.6",
17935 "globals": "^11.1.0"
17936 }
17937 },
17938 "@babel/plugin-transform-computed-properties": {
17939 "version": "7.20.7",
17940 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz",
17941 "integrity": "sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==",
17942 "requires": {
17943 "@babel/helper-plugin-utils": "^7.20.2",
17944 "@babel/template": "^7.20.7"
17945 }
17946 },
17947 "@babel/plugin-transform-destructuring": {
17948 "version": "7.20.7",
17949 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.7.tgz",
17950 "integrity": "sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==",
17951 "requires": {
17952 "@babel/helper-plugin-utils": "^7.20.2"
17953 }
17954 },
17955 "@babel/plugin-transform-dotall-regex": {
17956 "version": "7.18.6",
17957 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz",
17958 "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==",
17959 "requires": {
17960 "@babel/helper-create-regexp-features-plugin": "^7.18.6",
17961 "@babel/helper-plugin-utils": "^7.18.6"
17962 }
17963 },
17964 "@babel/plugin-transform-duplicate-keys": {
17965 "version": "7.18.9",
17966 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz",
17967 "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==",
17968 "requires": {
17969 "@babel/helper-plugin-utils": "^7.18.9"
17970 }
17971 },
17972 "@babel/plugin-transform-exponentiation-operator": {
17973 "version": "7.18.6",
17974 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz",
17975 "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==",
17976 "requires": {
17977 "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6",
17978 "@babel/helper-plugin-utils": "^7.18.6"
17979 }
17980 },
17981 "@babel/plugin-transform-flow-strip-types": {
17982 "version": "7.19.0",
17983 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.19.0.tgz",
17984 "integrity": "sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==",
17985 "requires": {
17986 "@babel/helper-plugin-utils": "^7.19.0",
17987 "@babel/plugin-syntax-flow": "^7.18.6"
17988 }
17989 },
17990 "@babel/plugin-transform-for-of": {
17991 "version": "7.18.8",
17992 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz",
17993 "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==",
17994 "requires": {
17995 "@babel/helper-plugin-utils": "^7.18.6"
17996 }
17997 },
17998 "@babel/plugin-transform-function-name": {
17999 "version": "7.18.9",
18000 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz",
18001 "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==",
18002 "requires": {
18003 "@babel/helper-compilation-targets": "^7.18.9",
18004 "@babel/helper-function-name": "^7.18.9",
18005 "@babel/helper-plugin-utils": "^7.18.9"
18006 }
18007 },
18008 "@babel/plugin-transform-literals": {
18009 "version": "7.18.9",
18010 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz",
18011 "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==",
18012 "requires": {
18013 "@babel/helper-plugin-utils": "^7.18.9"
18014 }
18015 },
18016 "@babel/plugin-transform-member-expression-literals": {
18017 "version": "7.18.6",
18018 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz",
18019 "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==",
18020 "requires": {
18021 "@babel/helper-plugin-utils": "^7.18.6"
18022 }
18023 },
18024 "@babel/plugin-transform-modules-amd": {
18025 "version": "7.20.11",
18026 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz",
18027 "integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==",
18028 "requires": {
18029 "@babel/helper-module-transforms": "^7.20.11",
18030 "@babel/helper-plugin-utils": "^7.20.2"
18031 }
18032 },
18033 "@babel/plugin-transform-modules-commonjs": {
18034 "version": "7.20.11",
18035 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.20.11.tgz",
18036 "integrity": "sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==",
18037 "requires": {
18038 "@babel/helper-module-transforms": "^7.20.11",
18039 "@babel/helper-plugin-utils": "^7.20.2",
18040 "@babel/helper-simple-access": "^7.20.2"
18041 }
18042 },
18043 "@babel/plugin-transform-modules-systemjs": {
18044 "version": "7.20.11",
18045 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz",
18046 "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==",
18047 "requires": {
18048 "@babel/helper-hoist-variables": "^7.18.6",
18049 "@babel/helper-module-transforms": "^7.20.11",
18050 "@babel/helper-plugin-utils": "^7.20.2",
18051 "@babel/helper-validator-identifier": "^7.19.1"
18052 }
18053 },
18054 "@babel/plugin-transform-modules-umd": {
18055 "version": "7.18.6",
18056 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz",
18057 "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==",
18058 "requires": {
18059 "@babel/helper-module-transforms": "^7.18.6",
18060 "@babel/helper-plugin-utils": "^7.18.6"
18061 }
18062 },
18063 "@babel/plugin-transform-named-capturing-groups-regex": {
18064 "version": "7.20.5",
18065 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz",
18066 "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==",
18067 "requires": {
18068 "@babel/helper-create-regexp-features-plugin": "^7.20.5",
18069 "@babel/helper-plugin-utils": "^7.20.2"
18070 }
18071 },
18072 "@babel/plugin-transform-new-target": {
18073 "version": "7.18.6",
18074 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz",
18075 "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==",
18076 "requires": {
18077 "@babel/helper-plugin-utils": "^7.18.6"
18078 }
18079 },
18080 "@babel/plugin-transform-object-super": {
18081 "version": "7.18.6",
18082 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz",
18083 "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==",
18084 "requires": {
18085 "@babel/helper-plugin-utils": "^7.18.6",
18086 "@babel/helper-replace-supers": "^7.18.6"
18087 }
18088 },
18089 "@babel/plugin-transform-parameters": {
18090 "version": "7.20.7",
18091 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.7.tgz",
18092 "integrity": "sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==",
18093 "requires": {
18094 "@babel/helper-plugin-utils": "^7.20.2"
18095 }
18096 },
18097 "@babel/plugin-transform-property-literals": {
18098 "version": "7.18.6",
18099 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz",
18100 "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==",
18101 "requires": {
18102 "@babel/helper-plugin-utils": "^7.18.6"
18103 }
18104 },
18105 "@babel/plugin-transform-react-constant-elements": {
18106 "version": "7.20.2",
18107 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.20.2.tgz",
18108 "integrity": "sha512-KS/G8YI8uwMGKErLFOHS/ekhqdHhpEloxs43NecQHVgo2QuQSyJhGIY1fL8UGl9wy5ItVwwoUL4YxVqsplGq2g==",
18109 "requires": {
18110 "@babel/helper-plugin-utils": "^7.20.2"
18111 }
18112 },
18113 "@babel/plugin-transform-react-display-name": {
18114 "version": "7.18.6",
18115 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz",
18116 "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==",
18117 "requires": {
18118 "@babel/helper-plugin-utils": "^7.18.6"
18119 }
18120 },
18121 "@babel/plugin-transform-react-jsx": {
18122 "version": "7.20.13",
18123 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.20.13.tgz",
18124 "integrity": "sha512-MmTZx/bkUrfJhhYAYt3Urjm+h8DQGrPrnKQ94jLo7NLuOU+T89a7IByhKmrb8SKhrIYIQ0FN0CHMbnFRen4qNw==",
18125 "requires": {
18126 "@babel/helper-annotate-as-pure": "^7.18.6",
18127 "@babel/helper-module-imports": "^7.18.6",
18128 "@babel/helper-plugin-utils": "^7.20.2",
18129 "@babel/plugin-syntax-jsx": "^7.18.6",
18130 "@babel/types": "^7.20.7"
18131 }
18132 },
18133 "@babel/plugin-transform-react-jsx-development": {
18134 "version": "7.18.6",
18135 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz",
18136 "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==",
18137 "requires": {
18138 "@babel/plugin-transform-react-jsx": "^7.18.6"
18139 }
18140 },
18141 "@babel/plugin-transform-react-pure-annotations": {
18142 "version": "7.18.6",
18143 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz",
18144 "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==",
18145 "requires": {
18146 "@babel/helper-annotate-as-pure": "^7.18.6",
18147 "@babel/helper-plugin-utils": "^7.18.6"
18148 }
18149 },
18150 "@babel/plugin-transform-regenerator": {
18151 "version": "7.20.5",
18152 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz",
18153 "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==",
18154 "requires": {
18155 "@babel/helper-plugin-utils": "^7.20.2",
18156 "regenerator-transform": "^0.15.1"
18157 }
18158 },
18159 "@babel/plugin-transform-reserved-words": {
18160 "version": "7.18.6",
18161 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz",
18162 "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==",
18163 "requires": {
18164 "@babel/helper-plugin-utils": "^7.18.6"
18165 }
18166 },
18167 "@babel/plugin-transform-runtime": {
18168 "version": "7.19.6",
18169 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz",
18170 "integrity": "sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==",
18171 "requires": {
18172 "@babel/helper-module-imports": "^7.18.6",
18173 "@babel/helper-plugin-utils": "^7.19.0",
18174 "babel-plugin-polyfill-corejs2": "^0.3.3",
18175 "babel-plugin-polyfill-corejs3": "^0.6.0",
18176 "babel-plugin-polyfill-regenerator": "^0.4.1",
18177 "semver": "^6.3.0"
18178 },
18179 "dependencies": {
18180 "semver": {
18181 "version": "6.3.0",
18182 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
18183 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
18184 }
18185 }
18186 },
18187 "@babel/plugin-transform-shorthand-properties": {
18188 "version": "7.18.6",
18189 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz",
18190 "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==",
18191 "requires": {
18192 "@babel/helper-plugin-utils": "^7.18.6"
18193 }
18194 },
18195 "@babel/plugin-transform-spread": {
18196 "version": "7.20.7",
18197 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz",
18198 "integrity": "sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==",
18199 "requires": {
18200 "@babel/helper-plugin-utils": "^7.20.2",
18201 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0"
18202 }
18203 },
18204 "@babel/plugin-transform-sticky-regex": {
18205 "version": "7.18.6",
18206 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz",
18207 "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==",
18208 "requires": {
18209 "@babel/helper-plugin-utils": "^7.18.6"
18210 }
18211 },
18212 "@babel/plugin-transform-template-literals": {
18213 "version": "7.18.9",
18214 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz",
18215 "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==",
18216 "requires": {
18217 "@babel/helper-plugin-utils": "^7.18.9"
18218 }
18219 },
18220 "@babel/plugin-transform-typeof-symbol": {
18221 "version": "7.18.9",
18222 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz",
18223 "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==",
18224 "requires": {
18225 "@babel/helper-plugin-utils": "^7.18.9"
18226 }
18227 },
18228 "@babel/plugin-transform-typescript": {
18229 "version": "7.20.13",
18230 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.13.tgz",
18231 "integrity": "sha512-O7I/THxarGcDZxkgWKMUrk7NK1/WbHAg3Xx86gqS6x9MTrNL6AwIluuZ96ms4xeDe6AVx6rjHbWHP7x26EPQBA==",
18232 "requires": {
18233 "@babel/helper-create-class-features-plugin": "^7.20.12",
18234 "@babel/helper-plugin-utils": "^7.20.2",
18235 "@babel/plugin-syntax-typescript": "^7.20.0"
18236 }
18237 },
18238 "@babel/plugin-transform-unicode-escapes": {
18239 "version": "7.18.10",
18240 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz",
18241 "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==",
18242 "requires": {
18243 "@babel/helper-plugin-utils": "^7.18.9"
18244 }
18245 },
18246 "@babel/plugin-transform-unicode-regex": {
18247 "version": "7.18.6",
18248 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz",
18249 "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==",
18250 "requires": {
18251 "@babel/helper-create-regexp-features-plugin": "^7.18.6",
18252 "@babel/helper-plugin-utils": "^7.18.6"
18253 }
18254 },
18255 "@babel/preset-env": {
18256 "version": "7.20.2",
18257 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.20.2.tgz",
18258 "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==",
18259 "requires": {
18260 "@babel/compat-data": "^7.20.1",
18261 "@babel/helper-compilation-targets": "^7.20.0",
18262 "@babel/helper-plugin-utils": "^7.20.2",
18263 "@babel/helper-validator-option": "^7.18.6",
18264 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
18265 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9",
18266 "@babel/plugin-proposal-async-generator-functions": "^7.20.1",
18267 "@babel/plugin-proposal-class-properties": "^7.18.6",
18268 "@babel/plugin-proposal-class-static-block": "^7.18.6",
18269 "@babel/plugin-proposal-dynamic-import": "^7.18.6",
18270 "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
18271 "@babel/plugin-proposal-json-strings": "^7.18.6",
18272 "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
18273 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
18274 "@babel/plugin-proposal-numeric-separator": "^7.18.6",
18275 "@babel/plugin-proposal-object-rest-spread": "^7.20.2",
18276 "@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
18277 "@babel/plugin-proposal-optional-chaining": "^7.18.9",
18278 "@babel/plugin-proposal-private-methods": "^7.18.6",
18279 "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
18280 "@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
18281 "@babel/plugin-syntax-async-generators": "^7.8.4",
18282 "@babel/plugin-syntax-class-properties": "^7.12.13",
18283 "@babel/plugin-syntax-class-static-block": "^7.14.5",
18284 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
18285 "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
18286 "@babel/plugin-syntax-import-assertions": "^7.20.0",
18287 "@babel/plugin-syntax-json-strings": "^7.8.3",
18288 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
18289 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
18290 "@babel/plugin-syntax-numeric-separator": "^7.10.4",
18291 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
18292 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
18293 "@babel/plugin-syntax-optional-chaining": "^7.8.3",
18294 "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
18295 "@babel/plugin-syntax-top-level-await": "^7.14.5",
18296 "@babel/plugin-transform-arrow-functions": "^7.18.6",
18297 "@babel/plugin-transform-async-to-generator": "^7.18.6",
18298 "@babel/plugin-transform-block-scoped-functions": "^7.18.6",
18299 "@babel/plugin-transform-block-scoping": "^7.20.2",
18300 "@babel/plugin-transform-classes": "^7.20.2",
18301 "@babel/plugin-transform-computed-properties": "^7.18.9",
18302 "@babel/plugin-transform-destructuring": "^7.20.2",
18303 "@babel/plugin-transform-dotall-regex": "^7.18.6",
18304 "@babel/plugin-transform-duplicate-keys": "^7.18.9",
18305 "@babel/plugin-transform-exponentiation-operator": "^7.18.6",
18306 "@babel/plugin-transform-for-of": "^7.18.8",
18307 "@babel/plugin-transform-function-name": "^7.18.9",
18308 "@babel/plugin-transform-literals": "^7.18.9",
18309 "@babel/plugin-transform-member-expression-literals": "^7.18.6",
18310 "@babel/plugin-transform-modules-amd": "^7.19.6",
18311 "@babel/plugin-transform-modules-commonjs": "^7.19.6",
18312 "@babel/plugin-transform-modules-systemjs": "^7.19.6",
18313 "@babel/plugin-transform-modules-umd": "^7.18.6",
18314 "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1",
18315 "@babel/plugin-transform-new-target": "^7.18.6",
18316 "@babel/plugin-transform-object-super": "^7.18.6",
18317 "@babel/plugin-transform-parameters": "^7.20.1",
18318 "@babel/plugin-transform-property-literals": "^7.18.6",
18319 "@babel/plugin-transform-regenerator": "^7.18.6",
18320 "@babel/plugin-transform-reserved-words": "^7.18.6",
18321 "@babel/plugin-transform-shorthand-properties": "^7.18.6",
18322 "@babel/plugin-transform-spread": "^7.19.0",
18323 "@babel/plugin-transform-sticky-regex": "^7.18.6",
18324 "@babel/plugin-transform-template-literals": "^7.18.9",
18325 "@babel/plugin-transform-typeof-symbol": "^7.18.9",
18326 "@babel/plugin-transform-unicode-escapes": "^7.18.10",
18327 "@babel/plugin-transform-unicode-regex": "^7.18.6",
18328 "@babel/preset-modules": "^0.1.5",
18329 "@babel/types": "^7.20.2",
18330 "babel-plugin-polyfill-corejs2": "^0.3.3",
18331 "babel-plugin-polyfill-corejs3": "^0.6.0",
18332 "babel-plugin-polyfill-regenerator": "^0.4.1",
18333 "core-js-compat": "^3.25.1",
18334 "semver": "^6.3.0"
18335 },
18336 "dependencies": {
18337 "semver": {
18338 "version": "6.3.0",
18339 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
18340 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
18341 }
18342 }
18343 },
18344 "@babel/preset-modules": {
18345 "version": "0.1.5",
18346 "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
18347 "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
18348 "requires": {
18349 "@babel/helper-plugin-utils": "^7.0.0",
18350 "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
18351 "@babel/plugin-transform-dotall-regex": "^7.4.4",
18352 "@babel/types": "^7.4.4",
18353 "esutils": "^2.0.2"
18354 }
18355 },
18356 "@babel/preset-react": {
18357 "version": "7.18.6",
18358 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz",
18359 "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==",
18360 "requires": {
18361 "@babel/helper-plugin-utils": "^7.18.6",
18362 "@babel/helper-validator-option": "^7.18.6",
18363 "@babel/plugin-transform-react-display-name": "^7.18.6",
18364 "@babel/plugin-transform-react-jsx": "^7.18.6",
18365 "@babel/plugin-transform-react-jsx-development": "^7.18.6",
18366 "@babel/plugin-transform-react-pure-annotations": "^7.18.6"
18367 }
18368 },
18369 "@babel/preset-typescript": {
18370 "version": "7.18.6",
18371 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz",
18372 "integrity": "sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==",
18373 "requires": {
18374 "@babel/helper-plugin-utils": "^7.18.6",
18375 "@babel/helper-validator-option": "^7.18.6",
18376 "@babel/plugin-transform-typescript": "^7.18.6"
18377 }
18378 },
18379 "@babel/regjsgen": {
18380 "version": "0.8.0",
18381 "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
18382 "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
18383 },
18384 "@babel/runtime": {
18385 "version": "7.20.13",
18386 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz",
18387 "integrity": "sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==",
18388 "requires": {
18389 "regenerator-runtime": "^0.13.11"
18390 }
18391 },
18392 "@babel/template": {
18393 "version": "7.20.7",
18394 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz",
18395 "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==",
18396 "requires": {
18397 "@babel/code-frame": "^7.18.6",
18398 "@babel/parser": "^7.20.7",
18399 "@babel/types": "^7.20.7"
18400 }
18401 },
18402 "@babel/traverse": {
18403 "version": "7.20.13",
18404 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz",
18405 "integrity": "sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==",
18406 "requires": {
18407 "@babel/code-frame": "^7.18.6",
18408 "@babel/generator": "^7.20.7",
18409 "@babel/helper-environment-visitor": "^7.18.9",
18410 "@babel/helper-function-name": "^7.19.0",
18411 "@babel/helper-hoist-variables": "^7.18.6",
18412 "@babel/helper-split-export-declaration": "^7.18.6",
18413 "@babel/parser": "^7.20.13",
18414 "@babel/types": "^7.20.7",
18415 "debug": "^4.1.0",
18416 "globals": "^11.1.0"
18417 }
18418 },
18419 "@babel/types": {
18420 "version": "7.20.7",
18421 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz",
18422 "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==",
18423 "requires": {
18424 "@babel/helper-string-parser": "^7.19.4",
18425 "@babel/helper-validator-identifier": "^7.19.1",
18426 "to-fast-properties": "^2.0.0"
18427 }
18428 },
18429 "@bcoe/v8-coverage": {
18430 "version": "0.2.3",
18431 "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
18432 "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
18433 },
18434 "@csstools/normalize.css": {
18435 "version": "12.0.0",
18436 "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz",
18437 "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg=="
18438 },
18439 "@csstools/postcss-cascade-layers": {
18440 "version": "1.1.1",
18441 "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz",
18442 "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==",
18443 "requires": {
18444 "@csstools/selector-specificity": "^2.0.2",
18445 "postcss-selector-parser": "^6.0.10"
18446 }
18447 },
18448 "@csstools/postcss-color-function": {
18449 "version": "1.1.1",
18450 "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz",
18451 "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==",
18452 "requires": {
18453 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
18454 "postcss-value-parser": "^4.2.0"
18455 }
18456 },
18457 "@csstools/postcss-font-format-keywords": {
18458 "version": "1.0.1",
18459 "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz",
18460 "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==",
18461 "requires": {
18462 "postcss-value-parser": "^4.2.0"
18463 }
18464 },
18465 "@csstools/postcss-hwb-function": {
18466 "version": "1.0.2",
18467 "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz",
18468 "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==",
18469 "requires": {
18470 "postcss-value-parser": "^4.2.0"
18471 }
18472 },
18473 "@csstools/postcss-ic-unit": {
18474 "version": "1.0.1",
18475 "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz",
18476 "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==",
18477 "requires": {
18478 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
18479 "postcss-value-parser": "^4.2.0"
18480 }
18481 },
18482 "@csstools/postcss-is-pseudo-class": {
18483 "version": "2.0.7",
18484 "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz",
18485 "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==",
18486 "requires": {
18487 "@csstools/selector-specificity": "^2.0.0",
18488 "postcss-selector-parser": "^6.0.10"
18489 }
18490 },
18491 "@csstools/postcss-nested-calc": {
18492 "version": "1.0.0",
18493 "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz",
18494 "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==",
18495 "requires": {
18496 "postcss-value-parser": "^4.2.0"
18497 }
18498 },
18499 "@csstools/postcss-normalize-display-values": {
18500 "version": "1.0.1",
18501 "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz",
18502 "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==",
18503 "requires": {
18504 "postcss-value-parser": "^4.2.0"
18505 }
18506 },
18507 "@csstools/postcss-oklab-function": {
18508 "version": "1.1.1",
18509 "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz",
18510 "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==",
18511 "requires": {
18512 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
18513 "postcss-value-parser": "^4.2.0"
18514 }
18515 },
18516 "@csstools/postcss-progressive-custom-properties": {
18517 "version": "1.3.0",
18518 "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
18519 "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
18520 "requires": {
18521 "postcss-value-parser": "^4.2.0"
18522 }
18523 },
18524 "@csstools/postcss-stepped-value-functions": {
18525 "version": "1.0.1",
18526 "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz",
18527 "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==",
18528 "requires": {
18529 "postcss-value-parser": "^4.2.0"
18530 }
18531 },
18532 "@csstools/postcss-text-decoration-shorthand": {
18533 "version": "1.0.0",
18534 "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz",
18535 "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==",
18536 "requires": {
18537 "postcss-value-parser": "^4.2.0"
18538 }
18539 },
18540 "@csstools/postcss-trigonometric-functions": {
18541 "version": "1.0.2",
18542 "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz",
18543 "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==",
18544 "requires": {
18545 "postcss-value-parser": "^4.2.0"
18546 }
18547 },
18548 "@csstools/postcss-unset-value": {
18549 "version": "1.0.2",
18550 "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz",
18551 "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==",
18552 "requires": {}
18553 },
18554 "@csstools/selector-specificity": {
18555 "version": "2.1.1",
18556 "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.1.1.tgz",
18557 "integrity": "sha512-jwx+WCqszn53YHOfvFMJJRd/B2GqkCBt+1MJSG6o5/s8+ytHMvDZXsJgUEWLk12UnLd7HYKac4BYU5i/Ron1Cw==",
18558 "requires": {}
18559 },
18560 "@eslint/eslintrc": {
18561 "version": "1.4.1",
18562 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz",
18563 "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==",
18564 "requires": {
18565 "ajv": "^6.12.4",
18566 "debug": "^4.3.2",
18567 "espree": "^9.4.0",
18568 "globals": "^13.19.0",
18569 "ignore": "^5.2.0",
18570 "import-fresh": "^3.2.1",
18571 "js-yaml": "^4.1.0",
18572 "minimatch": "^3.1.2",
18573 "strip-json-comments": "^3.1.1"
18574 },
18575 "dependencies": {
18576 "argparse": {
18577 "version": "2.0.1",
18578 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
18579 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
18580 },
18581 "globals": {
18582 "version": "13.20.0",
18583 "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
18584 "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
18585 "requires": {
18586 "type-fest": "^0.20.2"
18587 }
18588 },
18589 "js-yaml": {
18590 "version": "4.1.0",
18591 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
18592 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
18593 "requires": {
18594 "argparse": "^2.0.1"
18595 }
18596 },
18597 "type-fest": {
18598 "version": "0.20.2",
18599 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
18600 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
18601 }
18602 }
18603 },
18604 "@humanwhocodes/config-array": {
18605 "version": "0.11.8",
18606 "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz",
18607 "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==",
18608 "requires": {
18609 "@humanwhocodes/object-schema": "^1.2.1",
18610 "debug": "^4.1.1",
18611 "minimatch": "^3.0.5"
18612 }
18613 },
18614 "@humanwhocodes/module-importer": {
18615 "version": "1.0.1",
18616 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
18617 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA=="
18618 },
18619 "@humanwhocodes/object-schema": {
18620 "version": "1.2.1",
18621 "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
18622 "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
18623 },
18624 "@istanbuljs/load-nyc-config": {
18625 "version": "1.1.0",
18626 "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
18627 "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
18628 "requires": {
18629 "camelcase": "^5.3.1",
18630 "find-up": "^4.1.0",
18631 "get-package-type": "^0.1.0",
18632 "js-yaml": "^3.13.1",
18633 "resolve-from": "^5.0.0"
18634 },
18635 "dependencies": {
18636 "camelcase": {
18637 "version": "5.3.1",
18638 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
18639 "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
18640 },
18641 "find-up": {
18642 "version": "4.1.0",
18643 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
18644 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
18645 "requires": {
18646 "locate-path": "^5.0.0",
18647 "path-exists": "^4.0.0"
18648 }
18649 },
18650 "locate-path": {
18651 "version": "5.0.0",
18652 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
18653 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
18654 "requires": {
18655 "p-locate": "^4.1.0"
18656 }
18657 },
18658 "p-limit": {
18659 "version": "2.3.0",
18660 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
18661 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
18662 "requires": {
18663 "p-try": "^2.0.0"
18664 }
18665 },
18666 "p-locate": {
18667 "version": "4.1.0",
18668 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
18669 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
18670 "requires": {
18671 "p-limit": "^2.2.0"
18672 }
18673 }
18674 }
18675 },
18676 "@istanbuljs/schema": {
18677 "version": "0.1.3",
18678 "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
18679 "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="
18680 },
18681 "@jest/console": {
18682 "version": "27.5.1",
18683 "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
18684 "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
18685 "requires": {
18686 "@jest/types": "^27.5.1",
18687 "@types/node": "*",
18688 "chalk": "^4.0.0",
18689 "jest-message-util": "^27.5.1",
18690 "jest-util": "^27.5.1",
18691 "slash": "^3.0.0"
18692 },
18693 "dependencies": {
18694 "ansi-styles": {
18695 "version": "4.3.0",
18696 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
18697 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
18698 "requires": {
18699 "color-convert": "^2.0.1"
18700 }
18701 },
18702 "chalk": {
18703 "version": "4.1.2",
18704 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
18705 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
18706 "requires": {
18707 "ansi-styles": "^4.1.0",
18708 "supports-color": "^7.1.0"
18709 }
18710 },
18711 "color-convert": {
18712 "version": "2.0.1",
18713 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
18714 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
18715 "requires": {
18716 "color-name": "~1.1.4"
18717 }
18718 },
18719 "color-name": {
18720 "version": "1.1.4",
18721 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
18722 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
18723 },
18724 "has-flag": {
18725 "version": "4.0.0",
18726 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
18727 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
18728 },
18729 "supports-color": {
18730 "version": "7.2.0",
18731 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
18732 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
18733 "requires": {
18734 "has-flag": "^4.0.0"
18735 }
18736 }
18737 }
18738 },
18739 "@jest/core": {
18740 "version": "27.5.1",
18741 "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
18742 "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
18743 "requires": {
18744 "@jest/console": "^27.5.1",
18745 "@jest/reporters": "^27.5.1",
18746 "@jest/test-result": "^27.5.1",
18747 "@jest/transform": "^27.5.1",
18748 "@jest/types": "^27.5.1",
18749 "@types/node": "*",
18750 "ansi-escapes": "^4.2.1",
18751 "chalk": "^4.0.0",
18752 "emittery": "^0.8.1",
18753 "exit": "^0.1.2",
18754 "graceful-fs": "^4.2.9",
18755 "jest-changed-files": "^27.5.1",
18756 "jest-config": "^27.5.1",
18757 "jest-haste-map": "^27.5.1",
18758 "jest-message-util": "^27.5.1",
18759 "jest-regex-util": "^27.5.1",
18760 "jest-resolve": "^27.5.1",
18761 "jest-resolve-dependencies": "^27.5.1",
18762 "jest-runner": "^27.5.1",
18763 "jest-runtime": "^27.5.1",
18764 "jest-snapshot": "^27.5.1",
18765 "jest-util": "^27.5.1",
18766 "jest-validate": "^27.5.1",
18767 "jest-watcher": "^27.5.1",
18768 "micromatch": "^4.0.4",
18769 "rimraf": "^3.0.0",
18770 "slash": "^3.0.0",
18771 "strip-ansi": "^6.0.0"
18772 },
18773 "dependencies": {
18774 "ansi-styles": {
18775 "version": "4.3.0",
18776 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
18777 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
18778 "requires": {
18779 "color-convert": "^2.0.1"
18780 }
18781 },
18782 "chalk": {
18783 "version": "4.1.2",
18784 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
18785 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
18786 "requires": {
18787 "ansi-styles": "^4.1.0",
18788 "supports-color": "^7.1.0"
18789 }
18790 },
18791 "color-convert": {
18792 "version": "2.0.1",
18793 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
18794 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
18795 "requires": {
18796 "color-name": "~1.1.4"
18797 }
18798 },
18799 "color-name": {
18800 "version": "1.1.4",
18801 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
18802 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
18803 },
18804 "has-flag": {
18805 "version": "4.0.0",
18806 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
18807 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
18808 },
18809 "supports-color": {
18810 "version": "7.2.0",
18811 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
18812 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
18813 "requires": {
18814 "has-flag": "^4.0.0"
18815 }
18816 }
18817 }
18818 },
18819 "@jest/environment": {
18820 "version": "27.5.1",
18821 "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
18822 "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
18823 "requires": {
18824 "@jest/fake-timers": "^27.5.1",
18825 "@jest/types": "^27.5.1",
18826 "@types/node": "*",
18827 "jest-mock": "^27.5.1"
18828 }
18829 },
18830 "@jest/expect-utils": {
18831 "version": "29.4.3",
18832 "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.4.3.tgz",
18833 "integrity": "sha512-/6JWbkxHOP8EoS8jeeTd9dTfc9Uawi+43oLKHfp6zzux3U2hqOOVnV3ai4RpDYHOccL6g+5nrxpoc8DmJxtXVQ==",
18834 "requires": {
18835 "jest-get-type": "^29.4.3"
18836 },
18837 "dependencies": {
18838 "jest-get-type": {
18839 "version": "29.4.3",
18840 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz",
18841 "integrity": "sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg=="
18842 }
18843 }
18844 },
18845 "@jest/fake-timers": {
18846 "version": "27.5.1",
18847 "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
18848 "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
18849 "requires": {
18850 "@jest/types": "^27.5.1",
18851 "@sinonjs/fake-timers": "^8.0.1",
18852 "@types/node": "*",
18853 "jest-message-util": "^27.5.1",
18854 "jest-mock": "^27.5.1",
18855 "jest-util": "^27.5.1"
18856 }
18857 },
18858 "@jest/globals": {
18859 "version": "27.5.1",
18860 "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
18861 "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
18862 "requires": {
18863 "@jest/environment": "^27.5.1",
18864 "@jest/types": "^27.5.1",
18865 "expect": "^27.5.1"
18866 }
18867 },
18868 "@jest/reporters": {
18869 "version": "27.5.1",
18870 "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
18871 "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
18872 "requires": {
18873 "@bcoe/v8-coverage": "^0.2.3",
18874 "@jest/console": "^27.5.1",
18875 "@jest/test-result": "^27.5.1",
18876 "@jest/transform": "^27.5.1",
18877 "@jest/types": "^27.5.1",
18878 "@types/node": "*",
18879 "chalk": "^4.0.0",
18880 "collect-v8-coverage": "^1.0.0",
18881 "exit": "^0.1.2",
18882 "glob": "^7.1.2",
18883 "graceful-fs": "^4.2.9",
18884 "istanbul-lib-coverage": "^3.0.0",
18885 "istanbul-lib-instrument": "^5.1.0",
18886 "istanbul-lib-report": "^3.0.0",
18887 "istanbul-lib-source-maps": "^4.0.0",
18888 "istanbul-reports": "^3.1.3",
18889 "jest-haste-map": "^27.5.1",
18890 "jest-resolve": "^27.5.1",
18891 "jest-util": "^27.5.1",
18892 "jest-worker": "^27.5.1",
18893 "slash": "^3.0.0",
18894 "source-map": "^0.6.0",
18895 "string-length": "^4.0.1",
18896 "terminal-link": "^2.0.0",
18897 "v8-to-istanbul": "^8.1.0"
18898 },
18899 "dependencies": {
18900 "ansi-styles": {
18901 "version": "4.3.0",
18902 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
18903 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
18904 "requires": {
18905 "color-convert": "^2.0.1"
18906 }
18907 },
18908 "chalk": {
18909 "version": "4.1.2",
18910 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
18911 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
18912 "requires": {
18913 "ansi-styles": "^4.1.0",
18914 "supports-color": "^7.1.0"
18915 }
18916 },
18917 "color-convert": {
18918 "version": "2.0.1",
18919 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
18920 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
18921 "requires": {
18922 "color-name": "~1.1.4"
18923 }
18924 },
18925 "color-name": {
18926 "version": "1.1.4",
18927 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
18928 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
18929 },
18930 "has-flag": {
18931 "version": "4.0.0",
18932 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
18933 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
18934 },
18935 "source-map": {
18936 "version": "0.6.1",
18937 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
18938 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
18939 },
18940 "supports-color": {
18941 "version": "7.2.0",
18942 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
18943 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
18944 "requires": {
18945 "has-flag": "^4.0.0"
18946 }
18947 }
18948 }
18949 },
18950 "@jest/schemas": {
18951 "version": "28.1.3",
18952 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz",
18953 "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==",
18954 "requires": {
18955 "@sinclair/typebox": "^0.24.1"
18956 }
18957 },
18958 "@jest/source-map": {
18959 "version": "27.5.1",
18960 "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
18961 "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
18962 "requires": {
18963 "callsites": "^3.0.0",
18964 "graceful-fs": "^4.2.9",
18965 "source-map": "^0.6.0"
18966 },
18967 "dependencies": {
18968 "source-map": {
18969 "version": "0.6.1",
18970 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
18971 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
18972 }
18973 }
18974 },
18975 "@jest/test-result": {
18976 "version": "27.5.1",
18977 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
18978 "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
18979 "requires": {
18980 "@jest/console": "^27.5.1",
18981 "@jest/types": "^27.5.1",
18982 "@types/istanbul-lib-coverage": "^2.0.0",
18983 "collect-v8-coverage": "^1.0.0"
18984 }
18985 },
18986 "@jest/test-sequencer": {
18987 "version": "27.5.1",
18988 "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
18989 "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
18990 "requires": {
18991 "@jest/test-result": "^27.5.1",
18992 "graceful-fs": "^4.2.9",
18993 "jest-haste-map": "^27.5.1",
18994 "jest-runtime": "^27.5.1"
18995 }
18996 },
18997 "@jest/transform": {
18998 "version": "27.5.1",
18999 "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
19000 "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
19001 "requires": {
19002 "@babel/core": "^7.1.0",
19003 "@jest/types": "^27.5.1",
19004 "babel-plugin-istanbul": "^6.1.1",
19005 "chalk": "^4.0.0",
19006 "convert-source-map": "^1.4.0",
19007 "fast-json-stable-stringify": "^2.0.0",
19008 "graceful-fs": "^4.2.9",
19009 "jest-haste-map": "^27.5.1",
19010 "jest-regex-util": "^27.5.1",
19011 "jest-util": "^27.5.1",
19012 "micromatch": "^4.0.4",
19013 "pirates": "^4.0.4",
19014 "slash": "^3.0.0",
19015 "source-map": "^0.6.1",
19016 "write-file-atomic": "^3.0.0"
19017 },
19018 "dependencies": {
19019 "ansi-styles": {
19020 "version": "4.3.0",
19021 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
19022 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
19023 "requires": {
19024 "color-convert": "^2.0.1"
19025 }
19026 },
19027 "chalk": {
19028 "version": "4.1.2",
19029 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
19030 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
19031 "requires": {
19032 "ansi-styles": "^4.1.0",
19033 "supports-color": "^7.1.0"
19034 }
19035 },
19036 "color-convert": {
19037 "version": "2.0.1",
19038 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
19039 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
19040 "requires": {
19041 "color-name": "~1.1.4"
19042 }
19043 },
19044 "color-name": {
19045 "version": "1.1.4",
19046 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
19047 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
19048 },
19049 "has-flag": {
19050 "version": "4.0.0",
19051 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
19052 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
19053 },
19054 "source-map": {
19055 "version": "0.6.1",
19056 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
19057 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
19058 },
19059 "supports-color": {
19060 "version": "7.2.0",
19061 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
19062 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
19063 "requires": {
19064 "has-flag": "^4.0.0"
19065 }
19066 }
19067 }
19068 },
19069 "@jest/types": {
19070 "version": "27.5.1",
19071 "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
19072 "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
19073 "requires": {
19074 "@types/istanbul-lib-coverage": "^2.0.0",
19075 "@types/istanbul-reports": "^3.0.0",
19076 "@types/node": "*",
19077 "@types/yargs": "^16.0.0",
19078 "chalk": "^4.0.0"
19079 },
19080 "dependencies": {
19081 "ansi-styles": {
19082 "version": "4.3.0",
19083 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
19084 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
19085 "requires": {
19086 "color-convert": "^2.0.1"
19087 }
19088 },
19089 "chalk": {
19090 "version": "4.1.2",
19091 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
19092 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
19093 "requires": {
19094 "ansi-styles": "^4.1.0",
19095 "supports-color": "^7.1.0"
19096 }
19097 },
19098 "color-convert": {
19099 "version": "2.0.1",
19100 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
19101 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
19102 "requires": {
19103 "color-name": "~1.1.4"
19104 }
19105 },
19106 "color-name": {
19107 "version": "1.1.4",
19108 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
19109 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
19110 },
19111 "has-flag": {
19112 "version": "4.0.0",
19113 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
19114 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
19115 },
19116 "supports-color": {
19117 "version": "7.2.0",
19118 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
19119 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
19120 "requires": {
19121 "has-flag": "^4.0.0"
19122 }
19123 }
19124 }
19125 },
19126 "@jridgewell/gen-mapping": {
19127 "version": "0.1.1",
19128 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",
19129 "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==",
19130 "requires": {
19131 "@jridgewell/set-array": "^1.0.0",
19132 "@jridgewell/sourcemap-codec": "^1.4.10"
19133 }
19134 },
19135 "@jridgewell/resolve-uri": {
19136 "version": "3.1.0",
19137 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
19138 "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w=="
19139 },
19140 "@jridgewell/set-array": {
19141 "version": "1.1.2",
19142 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
19143 "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw=="
19144 },
19145 "@jridgewell/source-map": {
19146 "version": "0.3.2",
19147 "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz",
19148 "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==",
19149 "requires": {
19150 "@jridgewell/gen-mapping": "^0.3.0",
19151 "@jridgewell/trace-mapping": "^0.3.9"
19152 },
19153 "dependencies": {
19154 "@jridgewell/gen-mapping": {
19155 "version": "0.3.2",
19156 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
19157 "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
19158 "requires": {
19159 "@jridgewell/set-array": "^1.0.1",
19160 "@jridgewell/sourcemap-codec": "^1.4.10",
19161 "@jridgewell/trace-mapping": "^0.3.9"
19162 }
19163 }
19164 }
19165 },
19166 "@jridgewell/sourcemap-codec": {
19167 "version": "1.4.14",
19168 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
19169 "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
19170 },
19171 "@jridgewell/trace-mapping": {
19172 "version": "0.3.17",
19173 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz",
19174 "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==",
19175 "requires": {
19176 "@jridgewell/resolve-uri": "3.1.0",
19177 "@jridgewell/sourcemap-codec": "1.4.14"
19178 }
19179 },
19180 "@leichtgewicht/ip-codec": {
19181 "version": "2.0.4",
19182 "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
19183 "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
19184 },
19185 "@nicolo-ribaudo/eslint-scope-5-internals": {
19186 "version": "5.1.1-v1",
19187 "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
19188 "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
19189 "requires": {
19190 "eslint-scope": "5.1.1"
19191 },
19192 "dependencies": {
19193 "eslint-scope": {
19194 "version": "5.1.1",
19195 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
19196 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
19197 "requires": {
19198 "esrecurse": "^4.3.0",
19199 "estraverse": "^4.1.1"
19200 }
19201 },
19202 "estraverse": {
19203 "version": "4.3.0",
19204 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
19205 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
19206 }
19207 }
19208 },
19209 "@nodelib/fs.scandir": {
19210 "version": "2.1.5",
19211 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
19212 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
19213 "requires": {
19214 "@nodelib/fs.stat": "2.0.5",
19215 "run-parallel": "^1.1.9"
19216 }
19217 },
19218 "@nodelib/fs.stat": {
19219 "version": "2.0.5",
19220 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
19221 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A=="
19222 },
19223 "@nodelib/fs.walk": {
19224 "version": "1.2.8",
19225 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
19226 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
19227 "requires": {
19228 "@nodelib/fs.scandir": "2.1.5",
19229 "fastq": "^1.6.0"
19230 }
19231 },
19232 "@pmmmwh/react-refresh-webpack-plugin": {
19233 "version": "0.5.10",
19234 "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.10.tgz",
19235 "integrity": "sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==",
19236 "requires": {
19237 "ansi-html-community": "^0.0.8",
19238 "common-path-prefix": "^3.0.0",
19239 "core-js-pure": "^3.23.3",
19240 "error-stack-parser": "^2.0.6",
19241 "find-up": "^5.0.0",
19242 "html-entities": "^2.1.0",
19243 "loader-utils": "^2.0.4",
19244 "schema-utils": "^3.0.0",
19245 "source-map": "^0.7.3"
19246 }
19247 },
19248 "@rollup/plugin-babel": {
19249 "version": "5.3.1",
19250 "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
19251 "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
19252 "requires": {
19253 "@babel/helper-module-imports": "^7.10.4",
19254 "@rollup/pluginutils": "^3.1.0"
19255 }
19256 },
19257 "@rollup/plugin-node-resolve": {
19258 "version": "11.2.1",
19259 "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
19260 "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
19261 "requires": {
19262 "@rollup/pluginutils": "^3.1.0",
19263 "@types/resolve": "1.17.1",
19264 "builtin-modules": "^3.1.0",
19265 "deepmerge": "^4.2.2",
19266 "is-module": "^1.0.0",
19267 "resolve": "^1.19.0"
19268 }
19269 },
19270 "@rollup/plugin-replace": {
19271 "version": "2.4.2",
19272 "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
19273 "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
19274 "requires": {
19275 "@rollup/pluginutils": "^3.1.0",
19276 "magic-string": "^0.25.7"
19277 }
19278 },
19279 "@rollup/pluginutils": {
19280 "version": "3.1.0",
19281 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
19282 "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
19283 "requires": {
19284 "@types/estree": "0.0.39",
19285 "estree-walker": "^1.0.1",
19286 "picomatch": "^2.2.2"
19287 },
19288 "dependencies": {
19289 "@types/estree": {
19290 "version": "0.0.39",
19291 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
19292 "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
19293 }
19294 }
19295 },
19296 "@rushstack/eslint-patch": {
19297 "version": "1.2.0",
19298 "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz",
19299 "integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg=="
19300 },
19301 "@sinclair/typebox": {
19302 "version": "0.24.51",
19303 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz",
19304 "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA=="
19305 },
19306 "@sinonjs/commons": {
19307 "version": "1.8.6",
19308 "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
19309 "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
19310 "requires": {
19311 "type-detect": "4.0.8"
19312 }
19313 },
19314 "@sinonjs/fake-timers": {
19315 "version": "8.1.0",
19316 "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
19317 "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
19318 "requires": {
19319 "@sinonjs/commons": "^1.7.0"
19320 }
19321 },
19322 "@surma/rollup-plugin-off-main-thread": {
19323 "version": "2.2.3",
19324 "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
19325 "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
19326 "requires": {
19327 "ejs": "^3.1.6",
19328 "json5": "^2.2.0",
19329 "magic-string": "^0.25.0",
19330 "string.prototype.matchall": "^4.0.6"
19331 }
19332 },
19333 "@svgr/babel-plugin-add-jsx-attribute": {
19334 "version": "5.4.0",
19335 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
19336 "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg=="
19337 },
19338 "@svgr/babel-plugin-remove-jsx-attribute": {
19339 "version": "5.4.0",
19340 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
19341 "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg=="
19342 },
19343 "@svgr/babel-plugin-remove-jsx-empty-expression": {
19344 "version": "5.0.1",
19345 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
19346 "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA=="
19347 },
19348 "@svgr/babel-plugin-replace-jsx-attribute-value": {
19349 "version": "5.0.1",
19350 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
19351 "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ=="
19352 },
19353 "@svgr/babel-plugin-svg-dynamic-title": {
19354 "version": "5.4.0",
19355 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
19356 "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg=="
19357 },
19358 "@svgr/babel-plugin-svg-em-dimensions": {
19359 "version": "5.4.0",
19360 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
19361 "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw=="
19362 },
19363 "@svgr/babel-plugin-transform-react-native-svg": {
19364 "version": "5.4.0",
19365 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
19366 "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q=="
19367 },
19368 "@svgr/babel-plugin-transform-svg-component": {
19369 "version": "5.5.0",
19370 "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
19371 "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ=="
19372 },
19373 "@svgr/babel-preset": {
19374 "version": "5.5.0",
19375 "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
19376 "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
19377 "requires": {
19378 "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
19379 "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
19380 "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
19381 "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
19382 "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
19383 "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
19384 "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
19385 "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
19386 }
19387 },
19388 "@svgr/core": {
19389 "version": "5.5.0",
19390 "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
19391 "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
19392 "requires": {
19393 "@svgr/plugin-jsx": "^5.5.0",
19394 "camelcase": "^6.2.0",
19395 "cosmiconfig": "^7.0.0"
19396 }
19397 },
19398 "@svgr/hast-util-to-babel-ast": {
19399 "version": "5.5.0",
19400 "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
19401 "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
19402 "requires": {
19403 "@babel/types": "^7.12.6"
19404 }
19405 },
19406 "@svgr/plugin-jsx": {
19407 "version": "5.5.0",
19408 "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
19409 "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
19410 "requires": {
19411 "@babel/core": "^7.12.3",
19412 "@svgr/babel-preset": "^5.5.0",
19413 "@svgr/hast-util-to-babel-ast": "^5.5.0",
19414 "svg-parser": "^2.0.2"
19415 }
19416 },
19417 "@svgr/plugin-svgo": {
19418 "version": "5.5.0",
19419 "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
19420 "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
19421 "requires": {
19422 "cosmiconfig": "^7.0.0",
19423 "deepmerge": "^4.2.2",
19424 "svgo": "^1.2.2"
19425 }
19426 },
19427 "@svgr/webpack": {
19428 "version": "5.5.0",
19429 "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
19430 "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
19431 "requires": {
19432 "@babel/core": "^7.12.3",
19433 "@babel/plugin-transform-react-constant-elements": "^7.12.1",
19434 "@babel/preset-env": "^7.12.1",
19435 "@babel/preset-react": "^7.12.5",
19436 "@svgr/core": "^5.5.0",
19437 "@svgr/plugin-jsx": "^5.5.0",
19438 "@svgr/plugin-svgo": "^5.5.0",
19439 "loader-utils": "^2.0.0"
19440 }
19441 },
19442 "@testing-library/dom": {
19443 "version": "9.0.0",
19444 "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.0.0.tgz",
19445 "integrity": "sha512-+/TLgKNFsYUshOY/zXsQOk+PlFQK+eyJ9T13IDVNJEi+M+Un7xlJK+FZKkbGSnf0+7E1G6PlDhkSYQ/GFiruBQ==",
19446 "peer": true,
19447 "requires": {
19448 "@babel/code-frame": "^7.10.4",
19449 "@babel/runtime": "^7.12.5",
19450 "@types/aria-query": "^5.0.1",
19451 "aria-query": "^5.0.0",
19452 "chalk": "^4.1.0",
19453 "dom-accessibility-api": "^0.5.9",
19454 "lz-string": "^1.4.4",
19455 "pretty-format": "^27.0.2"
19456 },
19457 "dependencies": {
19458 "ansi-styles": {
19459 "version": "4.3.0",
19460 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
19461 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
19462 "peer": true,
19463 "requires": {
19464 "color-convert": "^2.0.1"
19465 }
19466 },
19467 "chalk": {
19468 "version": "4.1.2",
19469 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
19470 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
19471 "peer": true,
19472 "requires": {
19473 "ansi-styles": "^4.1.0",
19474 "supports-color": "^7.1.0"
19475 }
19476 },
19477 "color-convert": {
19478 "version": "2.0.1",
19479 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
19480 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
19481 "peer": true,
19482 "requires": {
19483 "color-name": "~1.1.4"
19484 }
19485 },
19486 "color-name": {
19487 "version": "1.1.4",
19488 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
19489 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
19490 "peer": true
19491 },
19492 "has-flag": {
19493 "version": "4.0.0",
19494 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
19495 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
19496 "peer": true
19497 },
19498 "supports-color": {
19499 "version": "7.2.0",
19500 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
19501 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
19502 "peer": true,
19503 "requires": {
19504 "has-flag": "^4.0.0"
19505 }
19506 }
19507 }
19508 },
19509 "@testing-library/jest-dom": {
19510 "version": "5.16.5",
19511 "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz",
19512 "integrity": "sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==",
19513 "requires": {
19514 "@adobe/css-tools": "^4.0.1",
19515 "@babel/runtime": "^7.9.2",
19516 "@types/testing-library__jest-dom": "^5.9.1",
19517 "aria-query": "^5.0.0",
19518 "chalk": "^3.0.0",
19519 "css.escape": "^1.5.1",
19520 "dom-accessibility-api": "^0.5.6",
19521 "lodash": "^4.17.15",
19522 "redent": "^3.0.0"
19523 },
19524 "dependencies": {
19525 "ansi-styles": {
19526 "version": "4.3.0",
19527 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
19528 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
19529 "requires": {
19530 "color-convert": "^2.0.1"
19531 }
19532 },
19533 "chalk": {
19534 "version": "3.0.0",
19535 "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
19536 "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
19537 "requires": {
19538 "ansi-styles": "^4.1.0",
19539 "supports-color": "^7.1.0"
19540 }
19541 },
19542 "color-convert": {
19543 "version": "2.0.1",
19544 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
19545 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
19546 "requires": {
19547 "color-name": "~1.1.4"
19548 }
19549 },
19550 "color-name": {
19551 "version": "1.1.4",
19552 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
19553 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
19554 },
19555 "has-flag": {
19556 "version": "4.0.0",
19557 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
19558 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
19559 },
19560 "supports-color": {
19561 "version": "7.2.0",
19562 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
19563 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
19564 "requires": {
19565 "has-flag": "^4.0.0"
19566 }
19567 }
19568 }
19569 },
19570 "@testing-library/react": {
19571 "version": "13.4.0",
19572 "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.4.0.tgz",
19573 "integrity": "sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==",
19574 "requires": {
19575 "@babel/runtime": "^7.12.5",
19576 "@testing-library/dom": "^8.5.0",
19577 "@types/react-dom": "^18.0.0"
19578 },
19579 "dependencies": {
19580 "@testing-library/dom": {
19581 "version": "8.20.0",
19582 "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.0.tgz",
19583 "integrity": "sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==",
19584 "requires": {
19585 "@babel/code-frame": "^7.10.4",
19586 "@babel/runtime": "^7.12.5",
19587 "@types/aria-query": "^5.0.1",
19588 "aria-query": "^5.0.0",
19589 "chalk": "^4.1.0",
19590 "dom-accessibility-api": "^0.5.9",
19591 "lz-string": "^1.4.4",
19592 "pretty-format": "^27.0.2"
19593 }
19594 },
19595 "ansi-styles": {
19596 "version": "4.3.0",
19597 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
19598 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
19599 "requires": {
19600 "color-convert": "^2.0.1"
19601 }
19602 },
19603 "chalk": {
19604 "version": "4.1.2",
19605 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
19606 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
19607 "requires": {
19608 "ansi-styles": "^4.1.0",
19609 "supports-color": "^7.1.0"
19610 }
19611 },
19612 "color-convert": {
19613 "version": "2.0.1",
19614 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
19615 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
19616 "requires": {
19617 "color-name": "~1.1.4"
19618 }
19619 },
19620 "color-name": {
19621 "version": "1.1.4",
19622 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
19623 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
19624 },
19625 "has-flag": {
19626 "version": "4.0.0",
19627 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
19628 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
19629 },
19630 "supports-color": {
19631 "version": "7.2.0",
19632 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
19633 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
19634 "requires": {
19635 "has-flag": "^4.0.0"
19636 }
19637 }
19638 }
19639 },
19640 "@testing-library/user-event": {
19641 "version": "13.5.0",
19642 "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
19643 "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
19644 "requires": {
19645 "@babel/runtime": "^7.12.5"
19646 }
19647 },
19648 "@tootallnate/once": {
19649 "version": "1.1.2",
19650 "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
19651 "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw=="
19652 },
19653 "@trysound/sax": {
19654 "version": "0.2.0",
19655 "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
19656 "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA=="
19657 },
19658 "@types/aria-query": {
19659 "version": "5.0.1",
19660 "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.1.tgz",
19661 "integrity": "sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q=="
19662 },
19663 "@types/babel__core": {
19664 "version": "7.20.0",
19665 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz",
19666 "integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==",
19667 "requires": {
19668 "@babel/parser": "^7.20.7",
19669 "@babel/types": "^7.20.7",
19670 "@types/babel__generator": "*",
19671 "@types/babel__template": "*",
19672 "@types/babel__traverse": "*"
19673 }
19674 },
19675 "@types/babel__generator": {
19676 "version": "7.6.4",
19677 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
19678 "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
19679 "requires": {
19680 "@babel/types": "^7.0.0"
19681 }
19682 },
19683 "@types/babel__template": {
19684 "version": "7.4.1",
19685 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
19686 "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
19687 "requires": {
19688 "@babel/parser": "^7.1.0",
19689 "@babel/types": "^7.0.0"
19690 }
19691 },
19692 "@types/babel__traverse": {
19693 "version": "7.18.3",
19694 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz",
19695 "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==",
19696 "requires": {
19697 "@babel/types": "^7.3.0"
19698 }
19699 },
19700 "@types/body-parser": {
19701 "version": "1.19.2",
19702 "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
19703 "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==",
19704 "requires": {
19705 "@types/connect": "*",
19706 "@types/node": "*"
19707 }
19708 },
19709 "@types/bonjour": {
19710 "version": "3.5.10",
19711 "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz",
19712 "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==",
19713 "requires": {
19714 "@types/node": "*"
19715 }
19716 },
19717 "@types/connect": {
19718 "version": "3.4.35",
19719 "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz",
19720 "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==",
19721 "requires": {
19722 "@types/node": "*"
19723 }
19724 },
19725 "@types/connect-history-api-fallback": {
19726 "version": "1.3.5",
19727 "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz",
19728 "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==",
19729 "requires": {
19730 "@types/express-serve-static-core": "*",
19731 "@types/node": "*"
19732 }
19733 },
19734 "@types/eslint": {
19735 "version": "8.21.1",
19736 "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.21.1.tgz",
19737 "integrity": "sha512-rc9K8ZpVjNcLs8Fp0dkozd5Pt2Apk1glO4Vgz8ix1u6yFByxfqo5Yavpy65o+93TAe24jr7v+eSBtFLvOQtCRQ==",
19738 "requires": {
19739 "@types/estree": "*",
19740 "@types/json-schema": "*"
19741 }
19742 },
19743 "@types/eslint-scope": {
19744 "version": "3.7.4",
19745 "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz",
19746 "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==",
19747 "requires": {
19748 "@types/eslint": "*",
19749 "@types/estree": "*"
19750 }
19751 },
19752 "@types/estree": {
19753 "version": "1.0.0",
19754 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz",
19755 "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ=="
19756 },
19757 "@types/express": {
19758 "version": "4.17.17",
19759 "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz",
19760 "integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==",
19761 "requires": {
19762 "@types/body-parser": "*",
19763 "@types/express-serve-static-core": "^4.17.33",
19764 "@types/qs": "*",
19765 "@types/serve-static": "*"
19766 }
19767 },
19768 "@types/express-serve-static-core": {
19769 "version": "4.17.33",
19770 "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz",
19771 "integrity": "sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==",
19772 "requires": {
19773 "@types/node": "*",
19774 "@types/qs": "*",
19775 "@types/range-parser": "*"
19776 }
19777 },
19778 "@types/graceful-fs": {
19779 "version": "4.1.6",
19780 "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz",
19781 "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==",
19782 "requires": {
19783 "@types/node": "*"
19784 }
19785 },
19786 "@types/html-minifier-terser": {
19787 "version": "6.1.0",
19788 "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
19789 "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg=="
19790 },
19791 "@types/http-proxy": {
19792 "version": "1.17.9",
19793 "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz",
19794 "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==",
19795 "requires": {
19796 "@types/node": "*"
19797 }
19798 },
19799 "@types/istanbul-lib-coverage": {
19800 "version": "2.0.4",
19801 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
19802 "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
19803 },
19804 "@types/istanbul-lib-report": {
19805 "version": "3.0.0",
19806 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
19807 "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
19808 "requires": {
19809 "@types/istanbul-lib-coverage": "*"
19810 }
19811 },
19812 "@types/istanbul-reports": {
19813 "version": "3.0.1",
19814 "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
19815 "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
19816 "requires": {
19817 "@types/istanbul-lib-report": "*"
19818 }
19819 },
19820 "@types/jest": {
19821 "version": "29.4.0",
19822 "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.0.tgz",
19823 "integrity": "sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==",
19824 "requires": {
19825 "expect": "^29.0.0",
19826 "pretty-format": "^29.0.0"
19827 },
19828 "dependencies": {
19829 "@jest/schemas": {
19830 "version": "29.4.3",
19831 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz",
19832 "integrity": "sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==",
19833 "requires": {
19834 "@sinclair/typebox": "^0.25.16"
19835 }
19836 },
19837 "@jest/types": {
19838 "version": "29.4.3",
19839 "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.4.3.tgz",
19840 "integrity": "sha512-bPYfw8V65v17m2Od1cv44FH+SiKW7w2Xu7trhcdTLUmSv85rfKsP+qXSjO4KGJr4dtPSzl/gvslZBXctf1qGEA==",
19841 "requires": {
19842 "@jest/schemas": "^29.4.3",
19843 "@types/istanbul-lib-coverage": "^2.0.0",
19844 "@types/istanbul-reports": "^3.0.0",
19845 "@types/node": "*",
19846 "@types/yargs": "^17.0.8",
19847 "chalk": "^4.0.0"
19848 }
19849 },
19850 "@sinclair/typebox": {
19851 "version": "0.25.23",
19852 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.23.tgz",
19853 "integrity": "sha512-VEB8ygeP42CFLWyAJhN5OklpxUliqdNEUcXb4xZ/CINqtYGTjL5ukluKdKzQ0iWdUxyQ7B0539PAUhHKrCNWSQ=="
19854 },
19855 "@types/yargs": {
19856 "version": "17.0.22",
19857 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.22.tgz",
19858 "integrity": "sha512-pet5WJ9U8yPVRhkwuEIp5ktAeAqRZOq4UdAyWLWzxbtpyXnzbtLdKiXAjJzi/KLmPGS9wk86lUFWZFN6sISo4g==",
19859 "requires": {
19860 "@types/yargs-parser": "*"
19861 }
19862 },
19863 "ansi-styles": {
19864 "version": "4.3.0",
19865 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
19866 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
19867 "requires": {
19868 "color-convert": "^2.0.1"
19869 }
19870 },
19871 "chalk": {
19872 "version": "4.1.2",
19873 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
19874 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
19875 "requires": {
19876 "ansi-styles": "^4.1.0",
19877 "supports-color": "^7.1.0"
19878 }
19879 },
19880 "color-convert": {
19881 "version": "2.0.1",
19882 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
19883 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
19884 "requires": {
19885 "color-name": "~1.1.4"
19886 }
19887 },
19888 "color-name": {
19889 "version": "1.1.4",
19890 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
19891 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
19892 },
19893 "diff-sequences": {
19894 "version": "29.4.3",
19895 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.4.3.tgz",
19896 "integrity": "sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA=="
19897 },
19898 "expect": {
19899 "version": "29.4.3",
19900 "resolved": "https://registry.npmjs.org/expect/-/expect-29.4.3.tgz",
19901 "integrity": "sha512-uC05+Q7eXECFpgDrHdXA4k2rpMyStAYPItEDLyQDo5Ta7fVkJnNA/4zh/OIVkVVNZ1oOK1PipQoyNjuZ6sz6Dg==",
19902 "requires": {
19903 "@jest/expect-utils": "^29.4.3",
19904 "jest-get-type": "^29.4.3",
19905 "jest-matcher-utils": "^29.4.3",
19906 "jest-message-util": "^29.4.3",
19907 "jest-util": "^29.4.3"
19908 }
19909 },
19910 "has-flag": {
19911 "version": "4.0.0",
19912 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
19913 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
19914 },
19915 "jest-diff": {
19916 "version": "29.4.3",
19917 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.4.3.tgz",
19918 "integrity": "sha512-YB+ocenx7FZ3T5O9lMVMeLYV4265socJKtkwgk/6YUz/VsEzYDkiMuMhWzZmxm3wDRQvayJu/PjkjjSkjoHsCA==",
19919 "requires": {
19920 "chalk": "^4.0.0",
19921 "diff-sequences": "^29.4.3",
19922 "jest-get-type": "^29.4.3",
19923 "pretty-format": "^29.4.3"
19924 }
19925 },
19926 "jest-get-type": {
19927 "version": "29.4.3",
19928 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz",
19929 "integrity": "sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg=="
19930 },
19931 "jest-matcher-utils": {
19932 "version": "29.4.3",
19933 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.4.3.tgz",
19934 "integrity": "sha512-TTciiXEONycZ03h6R6pYiZlSkvYgT0l8aa49z/DLSGYjex4orMUcafuLXYyyEDWB1RKglq00jzwY00Ei7yFNVg==",
19935 "requires": {
19936 "chalk": "^4.0.0",
19937 "jest-diff": "^29.4.3",
19938 "jest-get-type": "^29.4.3",
19939 "pretty-format": "^29.4.3"
19940 }
19941 },
19942 "jest-message-util": {
19943 "version": "29.4.3",
19944 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.4.3.tgz",
19945 "integrity": "sha512-1Y8Zd4ZCN7o/QnWdMmT76If8LuDv23Z1DRovBj/vcSFNlGCJGoO8D1nJDw1AdyAGUk0myDLFGN5RbNeJyCRGCw==",
19946 "requires": {
19947 "@babel/code-frame": "^7.12.13",
19948 "@jest/types": "^29.4.3",
19949 "@types/stack-utils": "^2.0.0",
19950 "chalk": "^4.0.0",
19951 "graceful-fs": "^4.2.9",
19952 "micromatch": "^4.0.4",
19953 "pretty-format": "^29.4.3",
19954 "slash": "^3.0.0",
19955 "stack-utils": "^2.0.3"
19956 }
19957 },
19958 "jest-util": {
19959 "version": "29.4.3",
19960 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.4.3.tgz",
19961 "integrity": "sha512-ToSGORAz4SSSoqxDSylWX8JzkOQR7zoBtNRsA7e+1WUX5F8jrOwaNpuh1YfJHJKDHXLHmObv5eOjejUd+/Ws+Q==",
19962 "requires": {
19963 "@jest/types": "^29.4.3",
19964 "@types/node": "*",
19965 "chalk": "^4.0.0",
19966 "ci-info": "^3.2.0",
19967 "graceful-fs": "^4.2.9",
19968 "picomatch": "^2.2.3"
19969 }
19970 },
19971 "pretty-format": {
19972 "version": "29.4.3",
19973 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.4.3.tgz",
19974 "integrity": "sha512-cvpcHTc42lcsvOOAzd3XuNWTcvk1Jmnzqeu+WsOuiPmxUJTnkbAcFNsRKvEpBEUFVUgy/GTZLulZDcDEi+CIlA==",
19975 "requires": {
19976 "@jest/schemas": "^29.4.3",
19977 "ansi-styles": "^5.0.0",
19978 "react-is": "^18.0.0"
19979 },
19980 "dependencies": {
19981 "ansi-styles": {
19982 "version": "5.2.0",
19983 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
19984 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
19985 }
19986 }
19987 },
19988 "react-is": {
19989 "version": "18.2.0",
19990 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
19991 "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
19992 },
19993 "supports-color": {
19994 "version": "7.2.0",
19995 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
19996 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
19997 "requires": {
19998 "has-flag": "^4.0.0"
19999 }
20000 }
20001 }
20002 },
20003 "@types/json-schema": {
20004 "version": "7.0.11",
20005 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz",
20006 "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ=="
20007 },
20008 "@types/json5": {
20009 "version": "0.0.29",
20010 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
20011 "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
20012 },
20013 "@types/mime": {
20014 "version": "3.0.1",
20015 "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz",
20016 "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA=="
20017 },
20018 "@types/node": {
20019 "version": "18.13.0",
20020 "resolved": "https://registry.npmjs.org/@types/node/-/node-18.13.0.tgz",
20021 "integrity": "sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg=="
20022 },
20023 "@types/parse-json": {
20024 "version": "4.0.0",
20025 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
20026 "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
20027 },
20028 "@types/prettier": {
20029 "version": "2.7.2",
20030 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz",
20031 "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg=="
1145 }, 20032 },
1146 "@types/prop-types": { 20033 "@types/prop-types": {
1147 "version": "15.7.5", 20034 "version": "15.7.5",
1148 "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", 20035 "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
1149 "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", 20036 "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
1150 "dev": true 20037 },
20038 "@types/q": {
20039 "version": "1.5.5",
20040 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz",
20041 "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
20042 },
20043 "@types/qs": {
20044 "version": "6.9.7",
20045 "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
20046 "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
20047 },
20048 "@types/range-parser": {
20049 "version": "1.2.4",
20050 "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz",
20051 "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
1151 }, 20052 },
1152 "@types/react": { 20053 "@types/react": {
1153 "version": "18.0.26", 20054 "version": "18.0.28",
1154 "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.26.tgz", 20055 "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.28.tgz",
1155 "integrity": "sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==", 20056 "integrity": "sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==",
1156 "dev": true,
1157 "requires": { 20057 "requires": {
1158 "@types/prop-types": "*", 20058 "@types/prop-types": "*",
1159 "@types/scheduler": "*", 20059 "@types/scheduler": "*",
@@ -1161,101 +20061,5563 @@
1161 } 20061 }
1162 }, 20062 },
1163 "@types/react-dom": { 20063 "@types/react-dom": {
1164 "version": "18.0.10", 20064 "version": "18.0.11",
1165 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.10.tgz", 20065 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.11.tgz",
1166 "integrity": "sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==", 20066 "integrity": "sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==",
1167 "dev": true,
1168 "requires": { 20067 "requires": {
1169 "@types/react": "*" 20068 "@types/react": "*"
1170 } 20069 }
1171 }, 20070 },
20071 "@types/resolve": {
20072 "version": "1.17.1",
20073 "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
20074 "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
20075 "requires": {
20076 "@types/node": "*"
20077 }
20078 },
20079 "@types/retry": {
20080 "version": "0.12.0",
20081 "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
20082 "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="
20083 },
1172 "@types/scheduler": { 20084 "@types/scheduler": {
1173 "version": "0.16.2", 20085 "version": "0.16.2",
1174 "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", 20086 "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
1175 "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", 20087 "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
1176 "dev": true
1177 }, 20088 },
1178 "@vitejs/plugin-react-swc": { 20089 "@types/semver": {
1179 "version": "3.0.1", 20090 "version": "7.3.13",
1180 "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.0.1.tgz", 20091 "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz",
1181 "integrity": "sha512-3GQ2oruZO9j8dSHcI0MUeOZQBhjYyDQsF/pKY4Px+CJxn0M16OhgFeEzUjeuwci4zhhjoNIDE9aFNaV5GMQ09g==", 20092 "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw=="
1182 "dev": true, 20093 },
20094 "@types/serve-index": {
20095 "version": "1.9.1",
20096 "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz",
20097 "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==",
20098 "requires": {
20099 "@types/express": "*"
20100 }
20101 },
20102 "@types/serve-static": {
20103 "version": "1.15.0",
20104 "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.0.tgz",
20105 "integrity": "sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==",
20106 "requires": {
20107 "@types/mime": "*",
20108 "@types/node": "*"
20109 }
20110 },
20111 "@types/sockjs": {
20112 "version": "0.3.33",
20113 "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz",
20114 "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==",
20115 "requires": {
20116 "@types/node": "*"
20117 }
20118 },
20119 "@types/stack-utils": {
20120 "version": "2.0.1",
20121 "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
20122 "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
20123 },
20124 "@types/testing-library__jest-dom": {
20125 "version": "5.14.5",
20126 "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.5.tgz",
20127 "integrity": "sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==",
20128 "requires": {
20129 "@types/jest": "*"
20130 }
20131 },
20132 "@types/trusted-types": {
20133 "version": "2.0.3",
20134 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.3.tgz",
20135 "integrity": "sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g=="
20136 },
20137 "@types/ws": {
20138 "version": "8.5.4",
20139 "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz",
20140 "integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==",
20141 "requires": {
20142 "@types/node": "*"
20143 }
20144 },
20145 "@types/yargs": {
20146 "version": "16.0.5",
20147 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.5.tgz",
20148 "integrity": "sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==",
20149 "requires": {
20150 "@types/yargs-parser": "*"
20151 }
20152 },
20153 "@types/yargs-parser": {
20154 "version": "21.0.0",
20155 "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
20156 "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
20157 },
20158 "@typescript-eslint/eslint-plugin": {
20159 "version": "5.52.0",
20160 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.52.0.tgz",
20161 "integrity": "sha512-lHazYdvYVsBokwCdKOppvYJKaJ4S41CgKBcPvyd0xjZNbvQdhn/pnJlGtQksQ/NhInzdaeaSarlBjDXHuclEbg==",
20162 "requires": {
20163 "@typescript-eslint/scope-manager": "5.52.0",
20164 "@typescript-eslint/type-utils": "5.52.0",
20165 "@typescript-eslint/utils": "5.52.0",
20166 "debug": "^4.3.4",
20167 "grapheme-splitter": "^1.0.4",
20168 "ignore": "^5.2.0",
20169 "natural-compare-lite": "^1.4.0",
20170 "regexpp": "^3.2.0",
20171 "semver": "^7.3.7",
20172 "tsutils": "^3.21.0"
20173 }
20174 },
20175 "@typescript-eslint/experimental-utils": {
20176 "version": "5.52.0",
20177 "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.52.0.tgz",
20178 "integrity": "sha512-kd8CRr04mNE3hw4et6+0T0NI5vli2H6dJCGzjX1r12s/FXUehLVadmvo2Nl3DN80YqAh1cVC6zYZAkpmGiVJ5g==",
20179 "requires": {
20180 "@typescript-eslint/utils": "5.52.0"
20181 }
20182 },
20183 "@typescript-eslint/parser": {
20184 "version": "5.52.0",
20185 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.52.0.tgz",
20186 "integrity": "sha512-e2KiLQOZRo4Y0D/b+3y08i3jsekoSkOYStROYmPUnGMEoA0h+k2qOH5H6tcjIc68WDvGwH+PaOrP1XRzLJ6QlA==",
20187 "requires": {
20188 "@typescript-eslint/scope-manager": "5.52.0",
20189 "@typescript-eslint/types": "5.52.0",
20190 "@typescript-eslint/typescript-estree": "5.52.0",
20191 "debug": "^4.3.4"
20192 }
20193 },
20194 "@typescript-eslint/scope-manager": {
20195 "version": "5.52.0",
20196 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.52.0.tgz",
20197 "integrity": "sha512-AR7sxxfBKiNV0FWBSARxM8DmNxrwgnYMPwmpkC1Pl1n+eT8/I2NAUPuwDy/FmDcC6F8pBfmOcaxcxRHspgOBMw==",
20198 "requires": {
20199 "@typescript-eslint/types": "5.52.0",
20200 "@typescript-eslint/visitor-keys": "5.52.0"
20201 }
20202 },
20203 "@typescript-eslint/type-utils": {
20204 "version": "5.52.0",
20205 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.52.0.tgz",
20206 "integrity": "sha512-tEKuUHfDOv852QGlpPtB3lHOoig5pyFQN/cUiZtpw99D93nEBjexRLre5sQZlkMoHry/lZr8qDAt2oAHLKA6Jw==",
20207 "requires": {
20208 "@typescript-eslint/typescript-estree": "5.52.0",
20209 "@typescript-eslint/utils": "5.52.0",
20210 "debug": "^4.3.4",
20211 "tsutils": "^3.21.0"
20212 }
20213 },
20214 "@typescript-eslint/types": {
20215 "version": "5.52.0",
20216 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.52.0.tgz",
20217 "integrity": "sha512-oV7XU4CHYfBhk78fS7tkum+/Dpgsfi91IIDy7fjCyq2k6KB63M6gMC0YIvy+iABzmXThCRI6xpCEyVObBdWSDQ=="
20218 },
20219 "@typescript-eslint/typescript-estree": {
20220 "version": "5.52.0",
20221 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.52.0.tgz",
20222 "integrity": "sha512-WeWnjanyEwt6+fVrSR0MYgEpUAuROxuAH516WPjUblIrClzYJj0kBbjdnbQXLpgAN8qbEuGywiQsXUVDiAoEuQ==",
20223 "requires": {
20224 "@typescript-eslint/types": "5.52.0",
20225 "@typescript-eslint/visitor-keys": "5.52.0",
20226 "debug": "^4.3.4",
20227 "globby": "^11.1.0",
20228 "is-glob": "^4.0.3",
20229 "semver": "^7.3.7",
20230 "tsutils": "^3.21.0"
20231 }
20232 },
20233 "@typescript-eslint/utils": {
20234 "version": "5.52.0",
20235 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.52.0.tgz",
20236 "integrity": "sha512-As3lChhrbwWQLNk2HC8Ree96hldKIqk98EYvypd3It8Q1f8d5zWyIoaZEp2va5667M4ZyE7X8UUR+azXrFl+NA==",
20237 "requires": {
20238 "@types/json-schema": "^7.0.9",
20239 "@types/semver": "^7.3.12",
20240 "@typescript-eslint/scope-manager": "5.52.0",
20241 "@typescript-eslint/types": "5.52.0",
20242 "@typescript-eslint/typescript-estree": "5.52.0",
20243 "eslint-scope": "^5.1.1",
20244 "eslint-utils": "^3.0.0",
20245 "semver": "^7.3.7"
20246 },
20247 "dependencies": {
20248 "eslint-scope": {
20249 "version": "5.1.1",
20250 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
20251 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
20252 "requires": {
20253 "esrecurse": "^4.3.0",
20254 "estraverse": "^4.1.1"
20255 }
20256 },
20257 "estraverse": {
20258 "version": "4.3.0",
20259 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
20260 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
20261 }
20262 }
20263 },
20264 "@typescript-eslint/visitor-keys": {
20265 "version": "5.52.0",
20266 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.52.0.tgz",
20267 "integrity": "sha512-qMwpw6SU5VHCPr99y274xhbm+PRViK/NATY6qzt+Et7+mThGuFSl/ompj2/hrBlRP/kq+BFdgagnOSgw9TB0eA==",
20268 "requires": {
20269 "@typescript-eslint/types": "5.52.0",
20270 "eslint-visitor-keys": "^3.3.0"
20271 }
20272 },
20273 "@webassemblyjs/ast": {
20274 "version": "1.11.1",
20275 "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
20276 "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==",
20277 "requires": {
20278 "@webassemblyjs/helper-numbers": "1.11.1",
20279 "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
20280 }
20281 },
20282 "@webassemblyjs/floating-point-hex-parser": {
20283 "version": "1.11.1",
20284 "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
20285 "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ=="
20286 },
20287 "@webassemblyjs/helper-api-error": {
20288 "version": "1.11.1",
20289 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz",
20290 "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg=="
20291 },
20292 "@webassemblyjs/helper-buffer": {
20293 "version": "1.11.1",
20294 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz",
20295 "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA=="
20296 },
20297 "@webassemblyjs/helper-numbers": {
20298 "version": "1.11.1",
20299 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz",
20300 "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==",
20301 "requires": {
20302 "@webassemblyjs/floating-point-hex-parser": "1.11.1",
20303 "@webassemblyjs/helper-api-error": "1.11.1",
20304 "@xtuc/long": "4.2.2"
20305 }
20306 },
20307 "@webassemblyjs/helper-wasm-bytecode": {
20308 "version": "1.11.1",
20309 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz",
20310 "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q=="
20311 },
20312 "@webassemblyjs/helper-wasm-section": {
20313 "version": "1.11.1",
20314 "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz",
20315 "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==",
20316 "requires": {
20317 "@webassemblyjs/ast": "1.11.1",
20318 "@webassemblyjs/helper-buffer": "1.11.1",
20319 "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
20320 "@webassemblyjs/wasm-gen": "1.11.1"
20321 }
20322 },
20323 "@webassemblyjs/ieee754": {
20324 "version": "1.11.1",
20325 "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
20326 "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
20327 "requires": {
20328 "@xtuc/ieee754": "^1.2.0"
20329 }
20330 },
20331 "@webassemblyjs/leb128": {
20332 "version": "1.11.1",
20333 "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
20334 "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
20335 "requires": {
20336 "@xtuc/long": "4.2.2"
20337 }
20338 },
20339 "@webassemblyjs/utf8": {
20340 "version": "1.11.1",
20341 "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz",
20342 "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ=="
20343 },
20344 "@webassemblyjs/wasm-edit": {
20345 "version": "1.11.1",
20346 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz",
20347 "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==",
20348 "requires": {
20349 "@webassemblyjs/ast": "1.11.1",
20350 "@webassemblyjs/helper-buffer": "1.11.1",
20351 "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
20352 "@webassemblyjs/helper-wasm-section": "1.11.1",
20353 "@webassemblyjs/wasm-gen": "1.11.1",
20354 "@webassemblyjs/wasm-opt": "1.11.1",
20355 "@webassemblyjs/wasm-parser": "1.11.1",
20356 "@webassemblyjs/wast-printer": "1.11.1"
20357 }
20358 },
20359 "@webassemblyjs/wasm-gen": {
20360 "version": "1.11.1",
20361 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz",
20362 "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==",
20363 "requires": {
20364 "@webassemblyjs/ast": "1.11.1",
20365 "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
20366 "@webassemblyjs/ieee754": "1.11.1",
20367 "@webassemblyjs/leb128": "1.11.1",
20368 "@webassemblyjs/utf8": "1.11.1"
20369 }
20370 },
20371 "@webassemblyjs/wasm-opt": {
20372 "version": "1.11.1",
20373 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz",
20374 "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==",
20375 "requires": {
20376 "@webassemblyjs/ast": "1.11.1",
20377 "@webassemblyjs/helper-buffer": "1.11.1",
20378 "@webassemblyjs/wasm-gen": "1.11.1",
20379 "@webassemblyjs/wasm-parser": "1.11.1"
20380 }
20381 },
20382 "@webassemblyjs/wasm-parser": {
20383 "version": "1.11.1",
20384 "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
20385 "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
20386 "requires": {
20387 "@webassemblyjs/ast": "1.11.1",
20388 "@webassemblyjs/helper-api-error": "1.11.1",
20389 "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
20390 "@webassemblyjs/ieee754": "1.11.1",
20391 "@webassemblyjs/leb128": "1.11.1",
20392 "@webassemblyjs/utf8": "1.11.1"
20393 }
20394 },
20395 "@webassemblyjs/wast-printer": {
20396 "version": "1.11.1",
20397 "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz",
20398 "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
20399 "requires": {
20400 "@webassemblyjs/ast": "1.11.1",
20401 "@xtuc/long": "4.2.2"
20402 }
20403 },
20404 "@xtuc/ieee754": {
20405 "version": "1.2.0",
20406 "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
20407 "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
20408 },
20409 "@xtuc/long": {
20410 "version": "4.2.2",
20411 "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
20412 "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
20413 },
20414 "abab": {
20415 "version": "2.0.6",
20416 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
20417 "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA=="
20418 },
20419 "accepts": {
20420 "version": "1.3.8",
20421 "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
20422 "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
20423 "requires": {
20424 "mime-types": "~2.1.34",
20425 "negotiator": "0.6.3"
20426 }
20427 },
20428 "acorn": {
20429 "version": "8.8.2",
20430 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
20431 "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw=="
20432 },
20433 "acorn-globals": {
20434 "version": "6.0.0",
20435 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
20436 "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
20437 "requires": {
20438 "acorn": "^7.1.1",
20439 "acorn-walk": "^7.1.1"
20440 },
20441 "dependencies": {
20442 "acorn": {
20443 "version": "7.4.1",
20444 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
20445 "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
20446 }
20447 }
20448 },
20449 "acorn-import-assertions": {
20450 "version": "1.8.0",
20451 "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
20452 "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
20453 "requires": {}
20454 },
20455 "acorn-jsx": {
20456 "version": "5.3.2",
20457 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
20458 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
20459 "requires": {}
20460 },
20461 "acorn-node": {
20462 "version": "1.8.2",
20463 "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
20464 "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==",
20465 "requires": {
20466 "acorn": "^7.0.0",
20467 "acorn-walk": "^7.0.0",
20468 "xtend": "^4.0.2"
20469 },
20470 "dependencies": {
20471 "acorn": {
20472 "version": "7.4.1",
20473 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
20474 "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
20475 }
20476 }
20477 },
20478 "acorn-walk": {
20479 "version": "7.2.0",
20480 "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
20481 "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA=="
20482 },
20483 "address": {
20484 "version": "1.2.2",
20485 "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz",
20486 "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA=="
20487 },
20488 "adjust-sourcemap-loader": {
20489 "version": "4.0.0",
20490 "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
20491 "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
20492 "requires": {
20493 "loader-utils": "^2.0.0",
20494 "regex-parser": "^2.2.11"
20495 }
20496 },
20497 "agent-base": {
20498 "version": "6.0.2",
20499 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
20500 "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
20501 "requires": {
20502 "debug": "4"
20503 }
20504 },
20505 "ajv": {
20506 "version": "6.12.6",
20507 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
20508 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
20509 "requires": {
20510 "fast-deep-equal": "^3.1.1",
20511 "fast-json-stable-stringify": "^2.0.0",
20512 "json-schema-traverse": "^0.4.1",
20513 "uri-js": "^4.2.2"
20514 }
20515 },
20516 "ajv-formats": {
20517 "version": "2.1.1",
20518 "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
20519 "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
20520 "requires": {
20521 "ajv": "^8.0.0"
20522 },
20523 "dependencies": {
20524 "ajv": {
20525 "version": "8.12.0",
20526 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
20527 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
20528 "requires": {
20529 "fast-deep-equal": "^3.1.1",
20530 "json-schema-traverse": "^1.0.0",
20531 "require-from-string": "^2.0.2",
20532 "uri-js": "^4.2.2"
20533 }
20534 },
20535 "json-schema-traverse": {
20536 "version": "1.0.0",
20537 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
20538 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
20539 }
20540 }
20541 },
20542 "ajv-keywords": {
20543 "version": "3.5.2",
20544 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
20545 "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
20546 "requires": {}
20547 },
20548 "ansi-escapes": {
20549 "version": "4.3.2",
20550 "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
20551 "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
20552 "requires": {
20553 "type-fest": "^0.21.3"
20554 }
20555 },
20556 "ansi-html-community": {
20557 "version": "0.0.8",
20558 "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
20559 "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw=="
20560 },
20561 "ansi-regex": {
20562 "version": "5.0.1",
20563 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
20564 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
20565 },
20566 "ansi-styles": {
20567 "version": "3.2.1",
20568 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
20569 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
20570 "requires": {
20571 "color-convert": "^1.9.0"
20572 }
20573 },
20574 "anymatch": {
20575 "version": "3.1.3",
20576 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
20577 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
20578 "requires": {
20579 "normalize-path": "^3.0.0",
20580 "picomatch": "^2.0.4"
20581 }
20582 },
20583 "arg": {
20584 "version": "5.0.2",
20585 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
20586 "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
20587 },
20588 "argparse": {
20589 "version": "1.0.10",
20590 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
20591 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
20592 "requires": {
20593 "sprintf-js": "~1.0.2"
20594 }
20595 },
20596 "aria-query": {
20597 "version": "5.1.3",
20598 "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
20599 "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
20600 "requires": {
20601 "deep-equal": "^2.0.5"
20602 }
20603 },
20604 "array-flatten": {
20605 "version": "2.1.2",
20606 "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
20607 "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
20608 },
20609 "array-includes": {
20610 "version": "3.1.6",
20611 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
20612 "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
20613 "requires": {
20614 "call-bind": "^1.0.2",
20615 "define-properties": "^1.1.4",
20616 "es-abstract": "^1.20.4",
20617 "get-intrinsic": "^1.1.3",
20618 "is-string": "^1.0.7"
20619 }
20620 },
20621 "array-union": {
20622 "version": "2.1.0",
20623 "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
20624 "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
20625 },
20626 "array.prototype.flat": {
20627 "version": "1.3.1",
20628 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
20629 "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
20630 "requires": {
20631 "call-bind": "^1.0.2",
20632 "define-properties": "^1.1.4",
20633 "es-abstract": "^1.20.4",
20634 "es-shim-unscopables": "^1.0.0"
20635 }
20636 },
20637 "array.prototype.flatmap": {
20638 "version": "1.3.1",
20639 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
20640 "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
20641 "requires": {
20642 "call-bind": "^1.0.2",
20643 "define-properties": "^1.1.4",
20644 "es-abstract": "^1.20.4",
20645 "es-shim-unscopables": "^1.0.0"
20646 }
20647 },
20648 "array.prototype.reduce": {
20649 "version": "1.0.5",
20650 "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz",
20651 "integrity": "sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==",
20652 "requires": {
20653 "call-bind": "^1.0.2",
20654 "define-properties": "^1.1.4",
20655 "es-abstract": "^1.20.4",
20656 "es-array-method-boxes-properly": "^1.0.0",
20657 "is-string": "^1.0.7"
20658 }
20659 },
20660 "array.prototype.tosorted": {
20661 "version": "1.1.1",
20662 "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz",
20663 "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==",
20664 "requires": {
20665 "call-bind": "^1.0.2",
20666 "define-properties": "^1.1.4",
20667 "es-abstract": "^1.20.4",
20668 "es-shim-unscopables": "^1.0.0",
20669 "get-intrinsic": "^1.1.3"
20670 }
20671 },
20672 "asap": {
20673 "version": "2.0.6",
20674 "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
20675 "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
20676 },
20677 "ast-types-flow": {
20678 "version": "0.0.7",
20679 "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
20680 "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag=="
20681 },
20682 "async": {
20683 "version": "3.2.4",
20684 "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
20685 "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
20686 },
20687 "asynckit": {
20688 "version": "0.4.0",
20689 "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
20690 "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
20691 },
20692 "at-least-node": {
20693 "version": "1.0.0",
20694 "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
20695 "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg=="
20696 },
20697 "autoprefixer": {
20698 "version": "10.4.13",
20699 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz",
20700 "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==",
20701 "requires": {
20702 "browserslist": "^4.21.4",
20703 "caniuse-lite": "^1.0.30001426",
20704 "fraction.js": "^4.2.0",
20705 "normalize-range": "^0.1.2",
20706 "picocolors": "^1.0.0",
20707 "postcss-value-parser": "^4.2.0"
20708 }
20709 },
20710 "available-typed-arrays": {
20711 "version": "1.0.5",
20712 "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
20713 "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw=="
20714 },
20715 "axe-core": {
20716 "version": "4.6.3",
20717 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.3.tgz",
20718 "integrity": "sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg=="
20719 },
20720 "axobject-query": {
20721 "version": "3.1.1",
20722 "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz",
20723 "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==",
20724 "requires": {
20725 "deep-equal": "^2.0.5"
20726 }
20727 },
20728 "babel-jest": {
20729 "version": "27.5.1",
20730 "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
20731 "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
20732 "requires": {
20733 "@jest/transform": "^27.5.1",
20734 "@jest/types": "^27.5.1",
20735 "@types/babel__core": "^7.1.14",
20736 "babel-plugin-istanbul": "^6.1.1",
20737 "babel-preset-jest": "^27.5.1",
20738 "chalk": "^4.0.0",
20739 "graceful-fs": "^4.2.9",
20740 "slash": "^3.0.0"
20741 },
20742 "dependencies": {
20743 "ansi-styles": {
20744 "version": "4.3.0",
20745 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
20746 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
20747 "requires": {
20748 "color-convert": "^2.0.1"
20749 }
20750 },
20751 "chalk": {
20752 "version": "4.1.2",
20753 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
20754 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
20755 "requires": {
20756 "ansi-styles": "^4.1.0",
20757 "supports-color": "^7.1.0"
20758 }
20759 },
20760 "color-convert": {
20761 "version": "2.0.1",
20762 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
20763 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
20764 "requires": {
20765 "color-name": "~1.1.4"
20766 }
20767 },
20768 "color-name": {
20769 "version": "1.1.4",
20770 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
20771 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
20772 },
20773 "has-flag": {
20774 "version": "4.0.0",
20775 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
20776 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
20777 },
20778 "supports-color": {
20779 "version": "7.2.0",
20780 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
20781 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
20782 "requires": {
20783 "has-flag": "^4.0.0"
20784 }
20785 }
20786 }
20787 },
20788 "babel-loader": {
20789 "version": "8.3.0",
20790 "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz",
20791 "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==",
20792 "requires": {
20793 "find-cache-dir": "^3.3.1",
20794 "loader-utils": "^2.0.0",
20795 "make-dir": "^3.1.0",
20796 "schema-utils": "^2.6.5"
20797 },
20798 "dependencies": {
20799 "schema-utils": {
20800 "version": "2.7.1",
20801 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
20802 "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
20803 "requires": {
20804 "@types/json-schema": "^7.0.5",
20805 "ajv": "^6.12.4",
20806 "ajv-keywords": "^3.5.2"
20807 }
20808 }
20809 }
20810 },
20811 "babel-plugin-istanbul": {
20812 "version": "6.1.1",
20813 "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
20814 "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
20815 "requires": {
20816 "@babel/helper-plugin-utils": "^7.0.0",
20817 "@istanbuljs/load-nyc-config": "^1.0.0",
20818 "@istanbuljs/schema": "^0.1.2",
20819 "istanbul-lib-instrument": "^5.0.4",
20820 "test-exclude": "^6.0.0"
20821 }
20822 },
20823 "babel-plugin-jest-hoist": {
20824 "version": "27.5.1",
20825 "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
20826 "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
20827 "requires": {
20828 "@babel/template": "^7.3.3",
20829 "@babel/types": "^7.3.3",
20830 "@types/babel__core": "^7.0.0",
20831 "@types/babel__traverse": "^7.0.6"
20832 }
20833 },
20834 "babel-plugin-macros": {
20835 "version": "3.1.0",
20836 "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
20837 "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
20838 "requires": {
20839 "@babel/runtime": "^7.12.5",
20840 "cosmiconfig": "^7.0.0",
20841 "resolve": "^1.19.0"
20842 }
20843 },
20844 "babel-plugin-named-asset-import": {
20845 "version": "0.3.8",
20846 "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz",
20847 "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==",
20848 "requires": {}
20849 },
20850 "babel-plugin-polyfill-corejs2": {
20851 "version": "0.3.3",
20852 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz",
20853 "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==",
20854 "requires": {
20855 "@babel/compat-data": "^7.17.7",
20856 "@babel/helper-define-polyfill-provider": "^0.3.3",
20857 "semver": "^6.1.1"
20858 },
20859 "dependencies": {
20860 "semver": {
20861 "version": "6.3.0",
20862 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
20863 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
20864 }
20865 }
20866 },
20867 "babel-plugin-polyfill-corejs3": {
20868 "version": "0.6.0",
20869 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz",
20870 "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==",
20871 "requires": {
20872 "@babel/helper-define-polyfill-provider": "^0.3.3",
20873 "core-js-compat": "^3.25.1"
20874 }
20875 },
20876 "babel-plugin-polyfill-regenerator": {
20877 "version": "0.4.1",
20878 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz",
20879 "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==",
20880 "requires": {
20881 "@babel/helper-define-polyfill-provider": "^0.3.3"
20882 }
20883 },
20884 "babel-plugin-transform-react-remove-prop-types": {
20885 "version": "0.4.24",
20886 "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
20887 "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
20888 },
20889 "babel-preset-current-node-syntax": {
20890 "version": "1.0.1",
20891 "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
20892 "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
20893 "requires": {
20894 "@babel/plugin-syntax-async-generators": "^7.8.4",
20895 "@babel/plugin-syntax-bigint": "^7.8.3",
20896 "@babel/plugin-syntax-class-properties": "^7.8.3",
20897 "@babel/plugin-syntax-import-meta": "^7.8.3",
20898 "@babel/plugin-syntax-json-strings": "^7.8.3",
20899 "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
20900 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
20901 "@babel/plugin-syntax-numeric-separator": "^7.8.3",
20902 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
20903 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
20904 "@babel/plugin-syntax-optional-chaining": "^7.8.3",
20905 "@babel/plugin-syntax-top-level-await": "^7.8.3"
20906 }
20907 },
20908 "babel-preset-jest": {
20909 "version": "27.5.1",
20910 "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
20911 "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
20912 "requires": {
20913 "babel-plugin-jest-hoist": "^27.5.1",
20914 "babel-preset-current-node-syntax": "^1.0.0"
20915 }
20916 },
20917 "babel-preset-react-app": {
20918 "version": "10.0.1",
20919 "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz",
20920 "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==",
20921 "requires": {
20922 "@babel/core": "^7.16.0",
20923 "@babel/plugin-proposal-class-properties": "^7.16.0",
20924 "@babel/plugin-proposal-decorators": "^7.16.4",
20925 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
20926 "@babel/plugin-proposal-numeric-separator": "^7.16.0",
20927 "@babel/plugin-proposal-optional-chaining": "^7.16.0",
20928 "@babel/plugin-proposal-private-methods": "^7.16.0",
20929 "@babel/plugin-transform-flow-strip-types": "^7.16.0",
20930 "@babel/plugin-transform-react-display-name": "^7.16.0",
20931 "@babel/plugin-transform-runtime": "^7.16.4",
20932 "@babel/preset-env": "^7.16.4",
20933 "@babel/preset-react": "^7.16.0",
20934 "@babel/preset-typescript": "^7.16.0",
20935 "@babel/runtime": "^7.16.3",
20936 "babel-plugin-macros": "^3.1.0",
20937 "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
20938 }
20939 },
20940 "balanced-match": {
20941 "version": "1.0.2",
20942 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
20943 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
20944 },
20945 "batch": {
20946 "version": "0.6.1",
20947 "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
20948 "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw=="
20949 },
20950 "bfj": {
20951 "version": "7.0.2",
20952 "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
20953 "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
20954 "requires": {
20955 "bluebird": "^3.5.5",
20956 "check-types": "^11.1.1",
20957 "hoopy": "^0.1.4",
20958 "tryer": "^1.0.1"
20959 }
20960 },
20961 "big.js": {
20962 "version": "5.2.2",
20963 "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
20964 "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ=="
20965 },
20966 "binary-extensions": {
20967 "version": "2.2.0",
20968 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
20969 "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA=="
20970 },
20971 "bluebird": {
20972 "version": "3.7.2",
20973 "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
20974 "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
20975 },
20976 "body-parser": {
20977 "version": "1.20.1",
20978 "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz",
20979 "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
20980 "requires": {
20981 "bytes": "3.1.2",
20982 "content-type": "~1.0.4",
20983 "debug": "2.6.9",
20984 "depd": "2.0.0",
20985 "destroy": "1.2.0",
20986 "http-errors": "2.0.0",
20987 "iconv-lite": "0.4.24",
20988 "on-finished": "2.4.1",
20989 "qs": "6.11.0",
20990 "raw-body": "2.5.1",
20991 "type-is": "~1.6.18",
20992 "unpipe": "1.0.0"
20993 },
20994 "dependencies": {
20995 "bytes": {
20996 "version": "3.1.2",
20997 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
20998 "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="
20999 },
21000 "debug": {
21001 "version": "2.6.9",
21002 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
21003 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
21004 "requires": {
21005 "ms": "2.0.0"
21006 }
21007 },
21008 "iconv-lite": {
21009 "version": "0.4.24",
21010 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
21011 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
21012 "requires": {
21013 "safer-buffer": ">= 2.1.2 < 3"
21014 }
21015 },
21016 "ms": {
21017 "version": "2.0.0",
21018 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
21019 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
21020 }
21021 }
21022 },
21023 "bonjour-service": {
21024 "version": "1.1.0",
21025 "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.0.tgz",
21026 "integrity": "sha512-LVRinRB3k1/K0XzZ2p58COnWvkQknIY6sf0zF2rpErvcJXpMBttEPQSxK+HEXSS9VmpZlDoDnQWv8ftJT20B0Q==",
21027 "requires": {
21028 "array-flatten": "^2.1.2",
21029 "dns-equal": "^1.0.0",
21030 "fast-deep-equal": "^3.1.3",
21031 "multicast-dns": "^7.2.5"
21032 }
21033 },
21034 "boolbase": {
21035 "version": "1.0.0",
21036 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
21037 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
21038 },
21039 "brace-expansion": {
21040 "version": "1.1.11",
21041 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
21042 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
21043 "requires": {
21044 "balanced-match": "^1.0.0",
21045 "concat-map": "0.0.1"
21046 }
21047 },
21048 "braces": {
21049 "version": "3.0.2",
21050 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
21051 "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
21052 "requires": {
21053 "fill-range": "^7.0.1"
21054 }
21055 },
21056 "browser-process-hrtime": {
21057 "version": "1.0.0",
21058 "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
21059 "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
21060 },
21061 "browserslist": {
21062 "version": "4.21.5",
21063 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz",
21064 "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==",
21065 "requires": {
21066 "caniuse-lite": "^1.0.30001449",
21067 "electron-to-chromium": "^1.4.284",
21068 "node-releases": "^2.0.8",
21069 "update-browserslist-db": "^1.0.10"
21070 }
21071 },
21072 "bser": {
21073 "version": "2.1.1",
21074 "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
21075 "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
21076 "requires": {
21077 "node-int64": "^0.4.0"
21078 }
21079 },
21080 "buffer-from": {
21081 "version": "1.1.2",
21082 "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
21083 "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
21084 },
21085 "builtin-modules": {
21086 "version": "3.3.0",
21087 "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
21088 "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw=="
21089 },
21090 "bytes": {
21091 "version": "3.0.0",
21092 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
21093 "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw=="
21094 },
21095 "call-bind": {
21096 "version": "1.0.2",
21097 "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
21098 "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
21099 "requires": {
21100 "function-bind": "^1.1.1",
21101 "get-intrinsic": "^1.0.2"
21102 }
21103 },
21104 "callsites": {
21105 "version": "3.1.0",
21106 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
21107 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
21108 },
21109 "camel-case": {
21110 "version": "4.1.2",
21111 "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
21112 "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
21113 "requires": {
21114 "pascal-case": "^3.1.2",
21115 "tslib": "^2.0.3"
21116 }
21117 },
21118 "camelcase": {
21119 "version": "6.3.0",
21120 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
21121 "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="
21122 },
21123 "camelcase-css": {
21124 "version": "2.0.1",
21125 "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
21126 "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA=="
21127 },
21128 "caniuse-api": {
21129 "version": "3.0.0",
21130 "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
21131 "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
21132 "requires": {
21133 "browserslist": "^4.0.0",
21134 "caniuse-lite": "^1.0.0",
21135 "lodash.memoize": "^4.1.2",
21136 "lodash.uniq": "^4.5.0"
21137 }
21138 },
21139 "caniuse-lite": {
21140 "version": "1.0.30001456",
21141 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001456.tgz",
21142 "integrity": "sha512-XFHJY5dUgmpMV25UqaD4kVq2LsiaU5rS8fb0f17pCoXQiQslzmFgnfOxfvo1bTpTqf7dwG/N/05CnLCnOEKmzA=="
21143 },
21144 "case-sensitive-paths-webpack-plugin": {
21145 "version": "2.4.0",
21146 "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
21147 "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw=="
21148 },
21149 "chalk": {
21150 "version": "2.4.2",
21151 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
21152 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
21153 "requires": {
21154 "ansi-styles": "^3.2.1",
21155 "escape-string-regexp": "^1.0.5",
21156 "supports-color": "^5.3.0"
21157 }
21158 },
21159 "char-regex": {
21160 "version": "1.0.2",
21161 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
21162 "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="
21163 },
21164 "check-types": {
21165 "version": "11.2.2",
21166 "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.2.tgz",
21167 "integrity": "sha512-HBiYvXvn9Z70Z88XKjz3AEKd4HJhBXsa3j7xFnITAzoS8+q6eIGi8qDB8FKPBAjtuxjI/zFpwuiCb8oDtKOYrA=="
21168 },
21169 "chokidar": {
21170 "version": "3.5.3",
21171 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
21172 "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
21173 "requires": {
21174 "anymatch": "~3.1.2",
21175 "braces": "~3.0.2",
21176 "fsevents": "~2.3.2",
21177 "glob-parent": "~5.1.2",
21178 "is-binary-path": "~2.1.0",
21179 "is-glob": "~4.0.1",
21180 "normalize-path": "~3.0.0",
21181 "readdirp": "~3.6.0"
21182 },
21183 "dependencies": {
21184 "glob-parent": {
21185 "version": "5.1.2",
21186 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
21187 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
21188 "requires": {
21189 "is-glob": "^4.0.1"
21190 }
21191 }
21192 }
21193 },
21194 "chrome-trace-event": {
21195 "version": "1.0.3",
21196 "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
21197 "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg=="
21198 },
21199 "ci-info": {
21200 "version": "3.8.0",
21201 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
21202 "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw=="
21203 },
21204 "cjs-module-lexer": {
21205 "version": "1.2.2",
21206 "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
21207 "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA=="
21208 },
21209 "clean-css": {
21210 "version": "5.3.2",
21211 "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz",
21212 "integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==",
21213 "requires": {
21214 "source-map": "~0.6.0"
21215 },
21216 "dependencies": {
21217 "source-map": {
21218 "version": "0.6.1",
21219 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
21220 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
21221 }
21222 }
21223 },
21224 "cliui": {
21225 "version": "7.0.4",
21226 "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
21227 "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
21228 "requires": {
21229 "string-width": "^4.2.0",
21230 "strip-ansi": "^6.0.0",
21231 "wrap-ansi": "^7.0.0"
21232 }
21233 },
21234 "co": {
21235 "version": "4.6.0",
21236 "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
21237 "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ=="
21238 },
21239 "coa": {
21240 "version": "2.0.2",
21241 "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
21242 "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
21243 "requires": {
21244 "@types/q": "^1.5.1",
21245 "chalk": "^2.4.1",
21246 "q": "^1.1.2"
21247 }
21248 },
21249 "collect-v8-coverage": {
21250 "version": "1.0.1",
21251 "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
21252 "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
21253 },
21254 "color-convert": {
21255 "version": "1.9.3",
21256 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
21257 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
21258 "requires": {
21259 "color-name": "1.1.3"
21260 }
21261 },
21262 "color-name": {
21263 "version": "1.1.3",
21264 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
21265 "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
21266 },
21267 "colord": {
21268 "version": "2.9.3",
21269 "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
21270 "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw=="
21271 },
21272 "colorette": {
21273 "version": "2.0.19",
21274 "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz",
21275 "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ=="
21276 },
21277 "combined-stream": {
21278 "version": "1.0.8",
21279 "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
21280 "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
21281 "requires": {
21282 "delayed-stream": "~1.0.0"
21283 }
21284 },
21285 "commander": {
21286 "version": "8.3.0",
21287 "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
21288 "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="
21289 },
21290 "common-path-prefix": {
21291 "version": "3.0.0",
21292 "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
21293 "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
21294 },
21295 "common-tags": {
21296 "version": "1.8.2",
21297 "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
21298 "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA=="
21299 },
21300 "commondir": {
21301 "version": "1.0.1",
21302 "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
21303 "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
21304 },
21305 "compressible": {
21306 "version": "2.0.18",
21307 "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
21308 "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
21309 "requires": {
21310 "mime-db": ">= 1.43.0 < 2"
21311 }
21312 },
21313 "compression": {
21314 "version": "1.7.4",
21315 "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
21316 "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
21317 "requires": {
21318 "accepts": "~1.3.5",
21319 "bytes": "3.0.0",
21320 "compressible": "~2.0.16",
21321 "debug": "2.6.9",
21322 "on-headers": "~1.0.2",
21323 "safe-buffer": "5.1.2",
21324 "vary": "~1.1.2"
21325 },
21326 "dependencies": {
21327 "debug": {
21328 "version": "2.6.9",
21329 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
21330 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
21331 "requires": {
21332 "ms": "2.0.0"
21333 }
21334 },
21335 "ms": {
21336 "version": "2.0.0",
21337 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
21338 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
21339 },
21340 "safe-buffer": {
21341 "version": "5.1.2",
21342 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
21343 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
21344 }
21345 }
21346 },
21347 "concat-map": {
21348 "version": "0.0.1",
21349 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
21350 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
21351 },
21352 "confusing-browser-globals": {
21353 "version": "1.0.11",
21354 "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
21355 "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA=="
21356 },
21357 "connect-history-api-fallback": {
21358 "version": "2.0.0",
21359 "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
21360 "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA=="
21361 },
21362 "content-disposition": {
21363 "version": "0.5.4",
21364 "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
21365 "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
21366 "requires": {
21367 "safe-buffer": "5.2.1"
21368 }
21369 },
21370 "content-type": {
21371 "version": "1.0.5",
21372 "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
21373 "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA=="
21374 },
21375 "convert-source-map": {
21376 "version": "1.9.0",
21377 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
21378 "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
21379 },
21380 "cookie": {
21381 "version": "0.5.0",
21382 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
21383 "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw=="
21384 },
21385 "cookie-signature": {
21386 "version": "1.0.6",
21387 "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
21388 "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="
21389 },
21390 "core-js": {
21391 "version": "3.28.0",
21392 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.28.0.tgz",
21393 "integrity": "sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw=="
21394 },
21395 "core-js-compat": {
21396 "version": "3.28.0",
21397 "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.28.0.tgz",
21398 "integrity": "sha512-myzPgE7QodMg4nnd3K1TDoES/nADRStM8Gpz0D6nhkwbmwEnE0ZGJgoWsvQ722FR8D7xS0n0LV556RcEicjTyg==",
21399 "requires": {
21400 "browserslist": "^4.21.5"
21401 }
21402 },
21403 "core-js-pure": {
21404 "version": "3.28.0",
21405 "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.28.0.tgz",
21406 "integrity": "sha512-DSOVleA9/v3LNj/vFxAPfUHttKTzrB2RXhAPvR5TPXn4vrra3Z2ssytvRyt8eruJwAfwAiFADEbrjcRdcvPLQQ=="
21407 },
21408 "core-util-is": {
21409 "version": "1.0.3",
21410 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
21411 "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
21412 },
21413 "cosmiconfig": {
21414 "version": "7.1.0",
21415 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
21416 "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
21417 "requires": {
21418 "@types/parse-json": "^4.0.0",
21419 "import-fresh": "^3.2.1",
21420 "parse-json": "^5.0.0",
21421 "path-type": "^4.0.0",
21422 "yaml": "^1.10.0"
21423 }
21424 },
21425 "cross-spawn": {
21426 "version": "7.0.3",
21427 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
21428 "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
21429 "requires": {
21430 "path-key": "^3.1.0",
21431 "shebang-command": "^2.0.0",
21432 "which": "^2.0.1"
21433 }
21434 },
21435 "crypto-random-string": {
21436 "version": "2.0.0",
21437 "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
21438 "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA=="
21439 },
21440 "css-blank-pseudo": {
21441 "version": "3.0.3",
21442 "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz",
21443 "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==",
21444 "requires": {
21445 "postcss-selector-parser": "^6.0.9"
21446 }
21447 },
21448 "css-declaration-sorter": {
21449 "version": "6.3.1",
21450 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz",
21451 "integrity": "sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==",
21452 "requires": {}
21453 },
21454 "css-has-pseudo": {
21455 "version": "3.0.4",
21456 "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz",
21457 "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==",
21458 "requires": {
21459 "postcss-selector-parser": "^6.0.9"
21460 }
21461 },
21462 "css-loader": {
21463 "version": "6.7.3",
21464 "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz",
21465 "integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==",
21466 "requires": {
21467 "icss-utils": "^5.1.0",
21468 "postcss": "^8.4.19",
21469 "postcss-modules-extract-imports": "^3.0.0",
21470 "postcss-modules-local-by-default": "^4.0.0",
21471 "postcss-modules-scope": "^3.0.0",
21472 "postcss-modules-values": "^4.0.0",
21473 "postcss-value-parser": "^4.2.0",
21474 "semver": "^7.3.8"
21475 }
21476 },
21477 "css-minimizer-webpack-plugin": {
21478 "version": "3.4.1",
21479 "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
21480 "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==",
1183 "requires": { 21481 "requires": {
1184 "@swc/core": "^1.3.22" 21482 "cssnano": "^5.0.6",
21483 "jest-worker": "^27.0.2",
21484 "postcss": "^8.3.5",
21485 "schema-utils": "^4.0.0",
21486 "serialize-javascript": "^6.0.0",
21487 "source-map": "^0.6.1"
21488 },
21489 "dependencies": {
21490 "ajv": {
21491 "version": "8.12.0",
21492 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
21493 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
21494 "requires": {
21495 "fast-deep-equal": "^3.1.1",
21496 "json-schema-traverse": "^1.0.0",
21497 "require-from-string": "^2.0.2",
21498 "uri-js": "^4.2.2"
21499 }
21500 },
21501 "ajv-keywords": {
21502 "version": "5.1.0",
21503 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
21504 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
21505 "requires": {
21506 "fast-deep-equal": "^3.1.3"
21507 }
21508 },
21509 "json-schema-traverse": {
21510 "version": "1.0.0",
21511 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
21512 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
21513 },
21514 "schema-utils": {
21515 "version": "4.0.0",
21516 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
21517 "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
21518 "requires": {
21519 "@types/json-schema": "^7.0.9",
21520 "ajv": "^8.8.0",
21521 "ajv-formats": "^2.1.1",
21522 "ajv-keywords": "^5.0.0"
21523 }
21524 },
21525 "source-map": {
21526 "version": "0.6.1",
21527 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
21528 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
21529 }
21530 }
21531 },
21532 "css-prefers-color-scheme": {
21533 "version": "6.0.3",
21534 "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz",
21535 "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==",
21536 "requires": {}
21537 },
21538 "css-select": {
21539 "version": "4.3.0",
21540 "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz",
21541 "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
21542 "requires": {
21543 "boolbase": "^1.0.0",
21544 "css-what": "^6.0.1",
21545 "domhandler": "^4.3.1",
21546 "domutils": "^2.8.0",
21547 "nth-check": "^2.0.1"
21548 }
21549 },
21550 "css-select-base-adapter": {
21551 "version": "0.1.1",
21552 "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
21553 "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
21554 },
21555 "css-tree": {
21556 "version": "1.0.0-alpha.37",
21557 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
21558 "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
21559 "requires": {
21560 "mdn-data": "2.0.4",
21561 "source-map": "^0.6.1"
21562 },
21563 "dependencies": {
21564 "source-map": {
21565 "version": "0.6.1",
21566 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
21567 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
21568 }
21569 }
21570 },
21571 "css-what": {
21572 "version": "6.1.0",
21573 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
21574 "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw=="
21575 },
21576 "css.escape": {
21577 "version": "1.5.1",
21578 "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
21579 "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg=="
21580 },
21581 "cssdb": {
21582 "version": "7.4.1",
21583 "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.4.1.tgz",
21584 "integrity": "sha512-0Q8NOMpXJ3iTDDbUv9grcmQAfdDx4qz+fN/+Md2FGbevT+6+bJNQ2LjB2YIUlLbpBTM32idU1Sb+tb/uGt6/XQ=="
21585 },
21586 "cssesc": {
21587 "version": "3.0.0",
21588 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
21589 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
21590 },
21591 "cssnano": {
21592 "version": "5.1.15",
21593 "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz",
21594 "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==",
21595 "requires": {
21596 "cssnano-preset-default": "^5.2.14",
21597 "lilconfig": "^2.0.3",
21598 "yaml": "^1.10.2"
21599 }
21600 },
21601 "cssnano-preset-default": {
21602 "version": "5.2.14",
21603 "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz",
21604 "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==",
21605 "requires": {
21606 "css-declaration-sorter": "^6.3.1",
21607 "cssnano-utils": "^3.1.0",
21608 "postcss-calc": "^8.2.3",
21609 "postcss-colormin": "^5.3.1",
21610 "postcss-convert-values": "^5.1.3",
21611 "postcss-discard-comments": "^5.1.2",
21612 "postcss-discard-duplicates": "^5.1.0",
21613 "postcss-discard-empty": "^5.1.1",
21614 "postcss-discard-overridden": "^5.1.0",
21615 "postcss-merge-longhand": "^5.1.7",
21616 "postcss-merge-rules": "^5.1.4",
21617 "postcss-minify-font-values": "^5.1.0",
21618 "postcss-minify-gradients": "^5.1.1",
21619 "postcss-minify-params": "^5.1.4",
21620 "postcss-minify-selectors": "^5.2.1",
21621 "postcss-normalize-charset": "^5.1.0",
21622 "postcss-normalize-display-values": "^5.1.0",
21623 "postcss-normalize-positions": "^5.1.1",
21624 "postcss-normalize-repeat-style": "^5.1.1",
21625 "postcss-normalize-string": "^5.1.0",
21626 "postcss-normalize-timing-functions": "^5.1.0",
21627 "postcss-normalize-unicode": "^5.1.1",
21628 "postcss-normalize-url": "^5.1.0",
21629 "postcss-normalize-whitespace": "^5.1.1",
21630 "postcss-ordered-values": "^5.1.3",
21631 "postcss-reduce-initial": "^5.1.2",
21632 "postcss-reduce-transforms": "^5.1.0",
21633 "postcss-svgo": "^5.1.0",
21634 "postcss-unique-selectors": "^5.1.1"
21635 }
21636 },
21637 "cssnano-utils": {
21638 "version": "3.1.0",
21639 "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
21640 "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
21641 "requires": {}
21642 },
21643 "csso": {
21644 "version": "4.2.0",
21645 "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
21646 "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
21647 "requires": {
21648 "css-tree": "^1.1.2"
21649 },
21650 "dependencies": {
21651 "css-tree": {
21652 "version": "1.1.3",
21653 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
21654 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
21655 "requires": {
21656 "mdn-data": "2.0.14",
21657 "source-map": "^0.6.1"
21658 }
21659 },
21660 "mdn-data": {
21661 "version": "2.0.14",
21662 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
21663 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
21664 },
21665 "source-map": {
21666 "version": "0.6.1",
21667 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
21668 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
21669 }
21670 }
21671 },
21672 "cssom": {
21673 "version": "0.4.4",
21674 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
21675 "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
21676 },
21677 "cssstyle": {
21678 "version": "2.3.0",
21679 "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
21680 "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
21681 "requires": {
21682 "cssom": "~0.3.6"
21683 },
21684 "dependencies": {
21685 "cssom": {
21686 "version": "0.3.8",
21687 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
21688 "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
21689 }
1185 } 21690 }
1186 }, 21691 },
1187 "csstype": { 21692 "csstype": {
1188 "version": "3.1.1", 21693 "version": "3.1.1",
1189 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", 21694 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz",
1190 "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==", 21695 "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw=="
1191 "dev": true 21696 },
1192 }, 21697 "damerau-levenshtein": {
1193 "esbuild": { 21698 "version": "1.0.8",
1194 "version": "0.16.15", 21699 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
1195 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.16.15.tgz", 21700 "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
1196 "integrity": "sha512-v+3ozjy9wyj8cOElzx3//Lsb4TCxPfZxRmdsfm0YaEkvZu7y6rKH7Zi1UpDx4JI7dSQui+U1Qxhfij9KBbHfrA==", 21701 },
1197 "dev": true, 21702 "data-urls": {
1198 "requires": { 21703 "version": "2.0.0",
1199 "@esbuild/android-arm": "0.16.15", 21704 "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
1200 "@esbuild/android-arm64": "0.16.15", 21705 "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
1201 "@esbuild/android-x64": "0.16.15", 21706 "requires": {
1202 "@esbuild/darwin-arm64": "0.16.15", 21707 "abab": "^2.0.3",
1203 "@esbuild/darwin-x64": "0.16.15", 21708 "whatwg-mimetype": "^2.3.0",
1204 "@esbuild/freebsd-arm64": "0.16.15", 21709 "whatwg-url": "^8.0.0"
1205 "@esbuild/freebsd-x64": "0.16.15", 21710 }
1206 "@esbuild/linux-arm": "0.16.15", 21711 },
1207 "@esbuild/linux-arm64": "0.16.15", 21712 "debug": {
1208 "@esbuild/linux-ia32": "0.16.15", 21713 "version": "4.3.4",
1209 "@esbuild/linux-loong64": "0.16.15", 21714 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
1210 "@esbuild/linux-mips64el": "0.16.15", 21715 "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
1211 "@esbuild/linux-ppc64": "0.16.15", 21716 "requires": {
1212 "@esbuild/linux-riscv64": "0.16.15", 21717 "ms": "2.1.2"
1213 "@esbuild/linux-s390x": "0.16.15", 21718 }
1214 "@esbuild/linux-x64": "0.16.15", 21719 },
1215 "@esbuild/netbsd-x64": "0.16.15", 21720 "decimal.js": {
1216 "@esbuild/openbsd-x64": "0.16.15", 21721 "version": "10.4.3",
1217 "@esbuild/sunos-x64": "0.16.15", 21722 "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
1218 "@esbuild/win32-arm64": "0.16.15", 21723 "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA=="
1219 "@esbuild/win32-ia32": "0.16.15", 21724 },
1220 "@esbuild/win32-x64": "0.16.15" 21725 "dedent": {
21726 "version": "0.7.0",
21727 "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
21728 "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA=="
21729 },
21730 "deep-equal": {
21731 "version": "2.2.0",
21732 "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.0.tgz",
21733 "integrity": "sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==",
21734 "requires": {
21735 "call-bind": "^1.0.2",
21736 "es-get-iterator": "^1.1.2",
21737 "get-intrinsic": "^1.1.3",
21738 "is-arguments": "^1.1.1",
21739 "is-array-buffer": "^3.0.1",
21740 "is-date-object": "^1.0.5",
21741 "is-regex": "^1.1.4",
21742 "is-shared-array-buffer": "^1.0.2",
21743 "isarray": "^2.0.5",
21744 "object-is": "^1.1.5",
21745 "object-keys": "^1.1.1",
21746 "object.assign": "^4.1.4",
21747 "regexp.prototype.flags": "^1.4.3",
21748 "side-channel": "^1.0.4",
21749 "which-boxed-primitive": "^1.0.2",
21750 "which-collection": "^1.0.1",
21751 "which-typed-array": "^1.1.9"
21752 }
21753 },
21754 "deep-is": {
21755 "version": "0.1.4",
21756 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
21757 "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
21758 },
21759 "deepmerge": {
21760 "version": "4.3.0",
21761 "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.0.tgz",
21762 "integrity": "sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og=="
21763 },
21764 "default-gateway": {
21765 "version": "6.0.3",
21766 "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
21767 "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
21768 "requires": {
21769 "execa": "^5.0.0"
21770 }
21771 },
21772 "define-lazy-prop": {
21773 "version": "2.0.0",
21774 "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
21775 "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og=="
21776 },
21777 "define-properties": {
21778 "version": "1.2.0",
21779 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
21780 "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
21781 "requires": {
21782 "has-property-descriptors": "^1.0.0",
21783 "object-keys": "^1.1.1"
21784 }
21785 },
21786 "defined": {
21787 "version": "1.0.1",
21788 "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz",
21789 "integrity": "sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q=="
21790 },
21791 "delayed-stream": {
21792 "version": "1.0.0",
21793 "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
21794 "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
21795 },
21796 "depd": {
21797 "version": "2.0.0",
21798 "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
21799 "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw=="
21800 },
21801 "destroy": {
21802 "version": "1.2.0",
21803 "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
21804 "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg=="
21805 },
21806 "detect-newline": {
21807 "version": "3.1.0",
21808 "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
21809 "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="
21810 },
21811 "detect-node": {
21812 "version": "2.1.0",
21813 "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
21814 "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g=="
21815 },
21816 "detect-port-alt": {
21817 "version": "1.1.6",
21818 "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
21819 "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
21820 "requires": {
21821 "address": "^1.0.1",
21822 "debug": "^2.6.0"
21823 },
21824 "dependencies": {
21825 "debug": {
21826 "version": "2.6.9",
21827 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
21828 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
21829 "requires": {
21830 "ms": "2.0.0"
21831 }
21832 },
21833 "ms": {
21834 "version": "2.0.0",
21835 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
21836 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
21837 }
21838 }
21839 },
21840 "detective": {
21841 "version": "5.2.1",
21842 "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz",
21843 "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==",
21844 "requires": {
21845 "acorn-node": "^1.8.2",
21846 "defined": "^1.0.0",
21847 "minimist": "^1.2.6"
21848 }
21849 },
21850 "didyoumean": {
21851 "version": "1.2.2",
21852 "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
21853 "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
21854 },
21855 "diff-sequences": {
21856 "version": "27.5.1",
21857 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
21858 "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ=="
21859 },
21860 "dir-glob": {
21861 "version": "3.0.1",
21862 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
21863 "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
21864 "requires": {
21865 "path-type": "^4.0.0"
21866 }
21867 },
21868 "dlv": {
21869 "version": "1.1.3",
21870 "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
21871 "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
21872 },
21873 "dns-equal": {
21874 "version": "1.0.0",
21875 "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
21876 "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg=="
21877 },
21878 "dns-packet": {
21879 "version": "5.4.0",
21880 "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.4.0.tgz",
21881 "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==",
21882 "requires": {
21883 "@leichtgewicht/ip-codec": "^2.0.1"
21884 }
21885 },
21886 "doctrine": {
21887 "version": "3.0.0",
21888 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
21889 "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
21890 "requires": {
21891 "esutils": "^2.0.2"
21892 }
21893 },
21894 "dom-accessibility-api": {
21895 "version": "0.5.16",
21896 "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
21897 "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg=="
21898 },
21899 "dom-converter": {
21900 "version": "0.2.0",
21901 "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
21902 "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
21903 "requires": {
21904 "utila": "~0.4"
21905 }
21906 },
21907 "dom-serializer": {
21908 "version": "1.4.1",
21909 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
21910 "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
21911 "requires": {
21912 "domelementtype": "^2.0.1",
21913 "domhandler": "^4.2.0",
21914 "entities": "^2.0.0"
21915 }
21916 },
21917 "domelementtype": {
21918 "version": "2.3.0",
21919 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
21920 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw=="
21921 },
21922 "domexception": {
21923 "version": "2.0.1",
21924 "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
21925 "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
21926 "requires": {
21927 "webidl-conversions": "^5.0.0"
21928 },
21929 "dependencies": {
21930 "webidl-conversions": {
21931 "version": "5.0.0",
21932 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
21933 "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA=="
21934 }
21935 }
21936 },
21937 "domhandler": {
21938 "version": "4.3.1",
21939 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
21940 "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
21941 "requires": {
21942 "domelementtype": "^2.2.0"
21943 }
21944 },
21945 "domutils": {
21946 "version": "2.8.0",
21947 "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
21948 "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
21949 "requires": {
21950 "dom-serializer": "^1.0.1",
21951 "domelementtype": "^2.2.0",
21952 "domhandler": "^4.2.0"
21953 }
21954 },
21955 "dot-case": {
21956 "version": "3.0.4",
21957 "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
21958 "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
21959 "requires": {
21960 "no-case": "^3.0.4",
21961 "tslib": "^2.0.3"
1221 } 21962 }
1222 }, 21963 },
21964 "dotenv": {
21965 "version": "10.0.0",
21966 "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
21967 "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
21968 },
21969 "dotenv-expand": {
21970 "version": "5.1.0",
21971 "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
21972 "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
21973 },
21974 "duplexer": {
21975 "version": "0.1.2",
21976 "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
21977 "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
21978 },
21979 "ee-first": {
21980 "version": "1.1.1",
21981 "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
21982 "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
21983 },
21984 "ejs": {
21985 "version": "3.1.8",
21986 "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz",
21987 "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==",
21988 "requires": {
21989 "jake": "^10.8.5"
21990 }
21991 },
21992 "electron-to-chromium": {
21993 "version": "1.4.301",
21994 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.301.tgz",
21995 "integrity": "sha512-bz00ASIIDjcgszZKuEA1JEFhbDjqUNbQ/PEhNEl1wbixzYpeTp2H2QWjsQvAL2T1wJBdOwCF5hE896BoMwYKrA=="
21996 },
21997 "emittery": {
21998 "version": "0.8.1",
21999 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
22000 "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg=="
22001 },
22002 "emoji-regex": {
22003 "version": "9.2.2",
22004 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
22005 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
22006 },
22007 "emojis-list": {
22008 "version": "3.0.0",
22009 "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
22010 "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q=="
22011 },
22012 "encodeurl": {
22013 "version": "1.0.2",
22014 "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
22015 "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w=="
22016 },
22017 "enhanced-resolve": {
22018 "version": "5.12.0",
22019 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz",
22020 "integrity": "sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==",
22021 "requires": {
22022 "graceful-fs": "^4.2.4",
22023 "tapable": "^2.2.0"
22024 }
22025 },
22026 "entities": {
22027 "version": "2.2.0",
22028 "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
22029 "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="
22030 },
22031 "error-ex": {
22032 "version": "1.3.2",
22033 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
22034 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
22035 "requires": {
22036 "is-arrayish": "^0.2.1"
22037 }
22038 },
22039 "error-stack-parser": {
22040 "version": "2.1.4",
22041 "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
22042 "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
22043 "requires": {
22044 "stackframe": "^1.3.4"
22045 }
22046 },
22047 "es-abstract": {
22048 "version": "1.21.1",
22049 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.1.tgz",
22050 "integrity": "sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==",
22051 "requires": {
22052 "available-typed-arrays": "^1.0.5",
22053 "call-bind": "^1.0.2",
22054 "es-set-tostringtag": "^2.0.1",
22055 "es-to-primitive": "^1.2.1",
22056 "function-bind": "^1.1.1",
22057 "function.prototype.name": "^1.1.5",
22058 "get-intrinsic": "^1.1.3",
22059 "get-symbol-description": "^1.0.0",
22060 "globalthis": "^1.0.3",
22061 "gopd": "^1.0.1",
22062 "has": "^1.0.3",
22063 "has-property-descriptors": "^1.0.0",
22064 "has-proto": "^1.0.1",
22065 "has-symbols": "^1.0.3",
22066 "internal-slot": "^1.0.4",
22067 "is-array-buffer": "^3.0.1",
22068 "is-callable": "^1.2.7",
22069 "is-negative-zero": "^2.0.2",
22070 "is-regex": "^1.1.4",
22071 "is-shared-array-buffer": "^1.0.2",
22072 "is-string": "^1.0.7",
22073 "is-typed-array": "^1.1.10",
22074 "is-weakref": "^1.0.2",
22075 "object-inspect": "^1.12.2",
22076 "object-keys": "^1.1.1",
22077 "object.assign": "^4.1.4",
22078 "regexp.prototype.flags": "^1.4.3",
22079 "safe-regex-test": "^1.0.0",
22080 "string.prototype.trimend": "^1.0.6",
22081 "string.prototype.trimstart": "^1.0.6",
22082 "typed-array-length": "^1.0.4",
22083 "unbox-primitive": "^1.0.2",
22084 "which-typed-array": "^1.1.9"
22085 }
22086 },
22087 "es-array-method-boxes-properly": {
22088 "version": "1.0.0",
22089 "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
22090 "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA=="
22091 },
22092 "es-get-iterator": {
22093 "version": "1.1.3",
22094 "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz",
22095 "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==",
22096 "requires": {
22097 "call-bind": "^1.0.2",
22098 "get-intrinsic": "^1.1.3",
22099 "has-symbols": "^1.0.3",
22100 "is-arguments": "^1.1.1",
22101 "is-map": "^2.0.2",
22102 "is-set": "^2.0.2",
22103 "is-string": "^1.0.7",
22104 "isarray": "^2.0.5",
22105 "stop-iteration-iterator": "^1.0.0"
22106 }
22107 },
22108 "es-module-lexer": {
22109 "version": "0.9.3",
22110 "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
22111 "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ=="
22112 },
22113 "es-set-tostringtag": {
22114 "version": "2.0.1",
22115 "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
22116 "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==",
22117 "requires": {
22118 "get-intrinsic": "^1.1.3",
22119 "has": "^1.0.3",
22120 "has-tostringtag": "^1.0.0"
22121 }
22122 },
22123 "es-shim-unscopables": {
22124 "version": "1.0.0",
22125 "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
22126 "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
22127 "requires": {
22128 "has": "^1.0.3"
22129 }
22130 },
22131 "es-to-primitive": {
22132 "version": "1.2.1",
22133 "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
22134 "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
22135 "requires": {
22136 "is-callable": "^1.1.4",
22137 "is-date-object": "^1.0.1",
22138 "is-symbol": "^1.0.2"
22139 }
22140 },
22141 "escalade": {
22142 "version": "3.1.1",
22143 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
22144 "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="
22145 },
22146 "escape-html": {
22147 "version": "1.0.3",
22148 "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
22149 "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
22150 },
22151 "escape-string-regexp": {
22152 "version": "1.0.5",
22153 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
22154 "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
22155 },
22156 "escodegen": {
22157 "version": "2.0.0",
22158 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
22159 "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
22160 "requires": {
22161 "esprima": "^4.0.1",
22162 "estraverse": "^5.2.0",
22163 "esutils": "^2.0.2",
22164 "optionator": "^0.8.1",
22165 "source-map": "~0.6.1"
22166 },
22167 "dependencies": {
22168 "levn": {
22169 "version": "0.3.0",
22170 "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
22171 "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
22172 "requires": {
22173 "prelude-ls": "~1.1.2",
22174 "type-check": "~0.3.2"
22175 }
22176 },
22177 "optionator": {
22178 "version": "0.8.3",
22179 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
22180 "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
22181 "requires": {
22182 "deep-is": "~0.1.3",
22183 "fast-levenshtein": "~2.0.6",
22184 "levn": "~0.3.0",
22185 "prelude-ls": "~1.1.2",
22186 "type-check": "~0.3.2",
22187 "word-wrap": "~1.2.3"
22188 }
22189 },
22190 "prelude-ls": {
22191 "version": "1.1.2",
22192 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
22193 "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w=="
22194 },
22195 "source-map": {
22196 "version": "0.6.1",
22197 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
22198 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
22199 "optional": true
22200 },
22201 "type-check": {
22202 "version": "0.3.2",
22203 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
22204 "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
22205 "requires": {
22206 "prelude-ls": "~1.1.2"
22207 }
22208 }
22209 }
22210 },
22211 "eslint": {
22212 "version": "8.34.0",
22213 "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.34.0.tgz",
22214 "integrity": "sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==",
22215 "requires": {
22216 "@eslint/eslintrc": "^1.4.1",
22217 "@humanwhocodes/config-array": "^0.11.8",
22218 "@humanwhocodes/module-importer": "^1.0.1",
22219 "@nodelib/fs.walk": "^1.2.8",
22220 "ajv": "^6.10.0",
22221 "chalk": "^4.0.0",
22222 "cross-spawn": "^7.0.2",
22223 "debug": "^4.3.2",
22224 "doctrine": "^3.0.0",
22225 "escape-string-regexp": "^4.0.0",
22226 "eslint-scope": "^7.1.1",
22227 "eslint-utils": "^3.0.0",
22228 "eslint-visitor-keys": "^3.3.0",
22229 "espree": "^9.4.0",
22230 "esquery": "^1.4.0",
22231 "esutils": "^2.0.2",
22232 "fast-deep-equal": "^3.1.3",
22233 "file-entry-cache": "^6.0.1",
22234 "find-up": "^5.0.0",
22235 "glob-parent": "^6.0.2",
22236 "globals": "^13.19.0",
22237 "grapheme-splitter": "^1.0.4",
22238 "ignore": "^5.2.0",
22239 "import-fresh": "^3.0.0",
22240 "imurmurhash": "^0.1.4",
22241 "is-glob": "^4.0.0",
22242 "is-path-inside": "^3.0.3",
22243 "js-sdsl": "^4.1.4",
22244 "js-yaml": "^4.1.0",
22245 "json-stable-stringify-without-jsonify": "^1.0.1",
22246 "levn": "^0.4.1",
22247 "lodash.merge": "^4.6.2",
22248 "minimatch": "^3.1.2",
22249 "natural-compare": "^1.4.0",
22250 "optionator": "^0.9.1",
22251 "regexpp": "^3.2.0",
22252 "strip-ansi": "^6.0.1",
22253 "strip-json-comments": "^3.1.0",
22254 "text-table": "^0.2.0"
22255 },
22256 "dependencies": {
22257 "ansi-styles": {
22258 "version": "4.3.0",
22259 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
22260 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
22261 "requires": {
22262 "color-convert": "^2.0.1"
22263 }
22264 },
22265 "argparse": {
22266 "version": "2.0.1",
22267 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
22268 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
22269 },
22270 "chalk": {
22271 "version": "4.1.2",
22272 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
22273 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
22274 "requires": {
22275 "ansi-styles": "^4.1.0",
22276 "supports-color": "^7.1.0"
22277 }
22278 },
22279 "color-convert": {
22280 "version": "2.0.1",
22281 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
22282 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
22283 "requires": {
22284 "color-name": "~1.1.4"
22285 }
22286 },
22287 "color-name": {
22288 "version": "1.1.4",
22289 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
22290 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
22291 },
22292 "escape-string-regexp": {
22293 "version": "4.0.0",
22294 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
22295 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
22296 },
22297 "globals": {
22298 "version": "13.20.0",
22299 "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
22300 "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
22301 "requires": {
22302 "type-fest": "^0.20.2"
22303 }
22304 },
22305 "has-flag": {
22306 "version": "4.0.0",
22307 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
22308 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
22309 },
22310 "js-yaml": {
22311 "version": "4.1.0",
22312 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
22313 "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
22314 "requires": {
22315 "argparse": "^2.0.1"
22316 }
22317 },
22318 "supports-color": {
22319 "version": "7.2.0",
22320 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
22321 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
22322 "requires": {
22323 "has-flag": "^4.0.0"
22324 }
22325 },
22326 "type-fest": {
22327 "version": "0.20.2",
22328 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
22329 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
22330 }
22331 }
22332 },
22333 "eslint-config-react-app": {
22334 "version": "7.0.1",
22335 "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
22336 "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
22337 "requires": {
22338 "@babel/core": "^7.16.0",
22339 "@babel/eslint-parser": "^7.16.3",
22340 "@rushstack/eslint-patch": "^1.1.0",
22341 "@typescript-eslint/eslint-plugin": "^5.5.0",
22342 "@typescript-eslint/parser": "^5.5.0",
22343 "babel-preset-react-app": "^10.0.1",
22344 "confusing-browser-globals": "^1.0.11",
22345 "eslint-plugin-flowtype": "^8.0.3",
22346 "eslint-plugin-import": "^2.25.3",
22347 "eslint-plugin-jest": "^25.3.0",
22348 "eslint-plugin-jsx-a11y": "^6.5.1",
22349 "eslint-plugin-react": "^7.27.1",
22350 "eslint-plugin-react-hooks": "^4.3.0",
22351 "eslint-plugin-testing-library": "^5.0.1"
22352 }
22353 },
22354 "eslint-import-resolver-node": {
22355 "version": "0.3.7",
22356 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz",
22357 "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==",
22358 "requires": {
22359 "debug": "^3.2.7",
22360 "is-core-module": "^2.11.0",
22361 "resolve": "^1.22.1"
22362 },
22363 "dependencies": {
22364 "debug": {
22365 "version": "3.2.7",
22366 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
22367 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
22368 "requires": {
22369 "ms": "^2.1.1"
22370 }
22371 }
22372 }
22373 },
22374 "eslint-module-utils": {
22375 "version": "2.7.4",
22376 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz",
22377 "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==",
22378 "requires": {
22379 "debug": "^3.2.7"
22380 },
22381 "dependencies": {
22382 "debug": {
22383 "version": "3.2.7",
22384 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
22385 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
22386 "requires": {
22387 "ms": "^2.1.1"
22388 }
22389 }
22390 }
22391 },
22392 "eslint-plugin-flowtype": {
22393 "version": "8.0.3",
22394 "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
22395 "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
22396 "requires": {
22397 "lodash": "^4.17.21",
22398 "string-natural-compare": "^3.0.1"
22399 }
22400 },
22401 "eslint-plugin-import": {
22402 "version": "2.27.5",
22403 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
22404 "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==",
22405 "requires": {
22406 "array-includes": "^3.1.6",
22407 "array.prototype.flat": "^1.3.1",
22408 "array.prototype.flatmap": "^1.3.1",
22409 "debug": "^3.2.7",
22410 "doctrine": "^2.1.0",
22411 "eslint-import-resolver-node": "^0.3.7",
22412 "eslint-module-utils": "^2.7.4",
22413 "has": "^1.0.3",
22414 "is-core-module": "^2.11.0",
22415 "is-glob": "^4.0.3",
22416 "minimatch": "^3.1.2",
22417 "object.values": "^1.1.6",
22418 "resolve": "^1.22.1",
22419 "semver": "^6.3.0",
22420 "tsconfig-paths": "^3.14.1"
22421 },
22422 "dependencies": {
22423 "debug": {
22424 "version": "3.2.7",
22425 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
22426 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
22427 "requires": {
22428 "ms": "^2.1.1"
22429 }
22430 },
22431 "doctrine": {
22432 "version": "2.1.0",
22433 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
22434 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
22435 "requires": {
22436 "esutils": "^2.0.2"
22437 }
22438 },
22439 "semver": {
22440 "version": "6.3.0",
22441 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
22442 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
22443 }
22444 }
22445 },
22446 "eslint-plugin-jest": {
22447 "version": "25.7.0",
22448 "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz",
22449 "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==",
22450 "requires": {
22451 "@typescript-eslint/experimental-utils": "^5.0.0"
22452 }
22453 },
22454 "eslint-plugin-jsx-a11y": {
22455 "version": "6.7.1",
22456 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz",
22457 "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==",
22458 "requires": {
22459 "@babel/runtime": "^7.20.7",
22460 "aria-query": "^5.1.3",
22461 "array-includes": "^3.1.6",
22462 "array.prototype.flatmap": "^1.3.1",
22463 "ast-types-flow": "^0.0.7",
22464 "axe-core": "^4.6.2",
22465 "axobject-query": "^3.1.1",
22466 "damerau-levenshtein": "^1.0.8",
22467 "emoji-regex": "^9.2.2",
22468 "has": "^1.0.3",
22469 "jsx-ast-utils": "^3.3.3",
22470 "language-tags": "=1.0.5",
22471 "minimatch": "^3.1.2",
22472 "object.entries": "^1.1.6",
22473 "object.fromentries": "^2.0.6",
22474 "semver": "^6.3.0"
22475 },
22476 "dependencies": {
22477 "semver": {
22478 "version": "6.3.0",
22479 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
22480 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
22481 }
22482 }
22483 },
22484 "eslint-plugin-react": {
22485 "version": "7.32.2",
22486 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz",
22487 "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==",
22488 "requires": {
22489 "array-includes": "^3.1.6",
22490 "array.prototype.flatmap": "^1.3.1",
22491 "array.prototype.tosorted": "^1.1.1",
22492 "doctrine": "^2.1.0",
22493 "estraverse": "^5.3.0",
22494 "jsx-ast-utils": "^2.4.1 || ^3.0.0",
22495 "minimatch": "^3.1.2",
22496 "object.entries": "^1.1.6",
22497 "object.fromentries": "^2.0.6",
22498 "object.hasown": "^1.1.2",
22499 "object.values": "^1.1.6",
22500 "prop-types": "^15.8.1",
22501 "resolve": "^2.0.0-next.4",
22502 "semver": "^6.3.0",
22503 "string.prototype.matchall": "^4.0.8"
22504 },
22505 "dependencies": {
22506 "doctrine": {
22507 "version": "2.1.0",
22508 "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
22509 "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
22510 "requires": {
22511 "esutils": "^2.0.2"
22512 }
22513 },
22514 "resolve": {
22515 "version": "2.0.0-next.4",
22516 "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz",
22517 "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==",
22518 "requires": {
22519 "is-core-module": "^2.9.0",
22520 "path-parse": "^1.0.7",
22521 "supports-preserve-symlinks-flag": "^1.0.0"
22522 }
22523 },
22524 "semver": {
22525 "version": "6.3.0",
22526 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
22527 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
22528 }
22529 }
22530 },
22531 "eslint-plugin-react-hooks": {
22532 "version": "4.6.0",
22533 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
22534 "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
22535 "requires": {}
22536 },
22537 "eslint-plugin-testing-library": {
22538 "version": "5.10.2",
22539 "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.2.tgz",
22540 "integrity": "sha512-f1DmDWcz5SDM+IpCkEX0lbFqrrTs8HRsEElzDEqN/EBI0hpRj8Cns5+IVANXswE8/LeybIJqPAOQIFu2j5Y5sw==",
22541 "requires": {
22542 "@typescript-eslint/utils": "^5.43.0"
22543 }
22544 },
22545 "eslint-scope": {
22546 "version": "7.1.1",
22547 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
22548 "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
22549 "requires": {
22550 "esrecurse": "^4.3.0",
22551 "estraverse": "^5.2.0"
22552 }
22553 },
22554 "eslint-utils": {
22555 "version": "3.0.0",
22556 "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
22557 "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
22558 "requires": {
22559 "eslint-visitor-keys": "^2.0.0"
22560 },
22561 "dependencies": {
22562 "eslint-visitor-keys": {
22563 "version": "2.1.0",
22564 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
22565 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
22566 }
22567 }
22568 },
22569 "eslint-visitor-keys": {
22570 "version": "3.3.0",
22571 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
22572 "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA=="
22573 },
22574 "eslint-webpack-plugin": {
22575 "version": "3.2.0",
22576 "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz",
22577 "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==",
22578 "requires": {
22579 "@types/eslint": "^7.29.0 || ^8.4.1",
22580 "jest-worker": "^28.0.2",
22581 "micromatch": "^4.0.5",
22582 "normalize-path": "^3.0.0",
22583 "schema-utils": "^4.0.0"
22584 },
22585 "dependencies": {
22586 "ajv": {
22587 "version": "8.12.0",
22588 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
22589 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
22590 "requires": {
22591 "fast-deep-equal": "^3.1.1",
22592 "json-schema-traverse": "^1.0.0",
22593 "require-from-string": "^2.0.2",
22594 "uri-js": "^4.2.2"
22595 }
22596 },
22597 "ajv-keywords": {
22598 "version": "5.1.0",
22599 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
22600 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
22601 "requires": {
22602 "fast-deep-equal": "^3.1.3"
22603 }
22604 },
22605 "has-flag": {
22606 "version": "4.0.0",
22607 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
22608 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
22609 },
22610 "jest-worker": {
22611 "version": "28.1.3",
22612 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz",
22613 "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==",
22614 "requires": {
22615 "@types/node": "*",
22616 "merge-stream": "^2.0.0",
22617 "supports-color": "^8.0.0"
22618 }
22619 },
22620 "json-schema-traverse": {
22621 "version": "1.0.0",
22622 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
22623 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
22624 },
22625 "schema-utils": {
22626 "version": "4.0.0",
22627 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
22628 "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
22629 "requires": {
22630 "@types/json-schema": "^7.0.9",
22631 "ajv": "^8.8.0",
22632 "ajv-formats": "^2.1.1",
22633 "ajv-keywords": "^5.0.0"
22634 }
22635 },
22636 "supports-color": {
22637 "version": "8.1.1",
22638 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
22639 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
22640 "requires": {
22641 "has-flag": "^4.0.0"
22642 }
22643 }
22644 }
22645 },
22646 "espree": {
22647 "version": "9.4.1",
22648 "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz",
22649 "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==",
22650 "requires": {
22651 "acorn": "^8.8.0",
22652 "acorn-jsx": "^5.3.2",
22653 "eslint-visitor-keys": "^3.3.0"
22654 }
22655 },
22656 "esprima": {
22657 "version": "4.0.1",
22658 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
22659 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
22660 },
22661 "esquery": {
22662 "version": "1.4.2",
22663 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.2.tgz",
22664 "integrity": "sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==",
22665 "requires": {
22666 "estraverse": "^5.1.0"
22667 }
22668 },
22669 "esrecurse": {
22670 "version": "4.3.0",
22671 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
22672 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
22673 "requires": {
22674 "estraverse": "^5.2.0"
22675 }
22676 },
22677 "estraverse": {
22678 "version": "5.3.0",
22679 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
22680 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
22681 },
22682 "estree-walker": {
22683 "version": "1.0.1",
22684 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
22685 "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
22686 },
22687 "esutils": {
22688 "version": "2.0.3",
22689 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
22690 "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
22691 },
22692 "etag": {
22693 "version": "1.8.1",
22694 "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
22695 "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg=="
22696 },
22697 "eventemitter3": {
22698 "version": "4.0.7",
22699 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
22700 "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
22701 },
22702 "events": {
22703 "version": "3.3.0",
22704 "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
22705 "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q=="
22706 },
22707 "execa": {
22708 "version": "5.1.1",
22709 "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
22710 "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
22711 "requires": {
22712 "cross-spawn": "^7.0.3",
22713 "get-stream": "^6.0.0",
22714 "human-signals": "^2.1.0",
22715 "is-stream": "^2.0.0",
22716 "merge-stream": "^2.0.0",
22717 "npm-run-path": "^4.0.1",
22718 "onetime": "^5.1.2",
22719 "signal-exit": "^3.0.3",
22720 "strip-final-newline": "^2.0.0"
22721 }
22722 },
22723 "exit": {
22724 "version": "0.1.2",
22725 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
22726 "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ=="
22727 },
22728 "expect": {
22729 "version": "27.5.1",
22730 "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
22731 "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
22732 "requires": {
22733 "@jest/types": "^27.5.1",
22734 "jest-get-type": "^27.5.1",
22735 "jest-matcher-utils": "^27.5.1",
22736 "jest-message-util": "^27.5.1"
22737 }
22738 },
22739 "express": {
22740 "version": "4.18.2",
22741 "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz",
22742 "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==",
22743 "requires": {
22744 "accepts": "~1.3.8",
22745 "array-flatten": "1.1.1",
22746 "body-parser": "1.20.1",
22747 "content-disposition": "0.5.4",
22748 "content-type": "~1.0.4",
22749 "cookie": "0.5.0",
22750 "cookie-signature": "1.0.6",
22751 "debug": "2.6.9",
22752 "depd": "2.0.0",
22753 "encodeurl": "~1.0.2",
22754 "escape-html": "~1.0.3",
22755 "etag": "~1.8.1",
22756 "finalhandler": "1.2.0",
22757 "fresh": "0.5.2",
22758 "http-errors": "2.0.0",
22759 "merge-descriptors": "1.0.1",
22760 "methods": "~1.1.2",
22761 "on-finished": "2.4.1",
22762 "parseurl": "~1.3.3",
22763 "path-to-regexp": "0.1.7",
22764 "proxy-addr": "~2.0.7",
22765 "qs": "6.11.0",
22766 "range-parser": "~1.2.1",
22767 "safe-buffer": "5.2.1",
22768 "send": "0.18.0",
22769 "serve-static": "1.15.0",
22770 "setprototypeof": "1.2.0",
22771 "statuses": "2.0.1",
22772 "type-is": "~1.6.18",
22773 "utils-merge": "1.0.1",
22774 "vary": "~1.1.2"
22775 },
22776 "dependencies": {
22777 "array-flatten": {
22778 "version": "1.1.1",
22779 "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
22780 "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg=="
22781 },
22782 "debug": {
22783 "version": "2.6.9",
22784 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
22785 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
22786 "requires": {
22787 "ms": "2.0.0"
22788 }
22789 },
22790 "ms": {
22791 "version": "2.0.0",
22792 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
22793 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
22794 }
22795 }
22796 },
22797 "fast-deep-equal": {
22798 "version": "3.1.3",
22799 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
22800 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
22801 },
22802 "fast-glob": {
22803 "version": "3.2.12",
22804 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
22805 "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
22806 "requires": {
22807 "@nodelib/fs.stat": "^2.0.2",
22808 "@nodelib/fs.walk": "^1.2.3",
22809 "glob-parent": "^5.1.2",
22810 "merge2": "^1.3.0",
22811 "micromatch": "^4.0.4"
22812 },
22813 "dependencies": {
22814 "glob-parent": {
22815 "version": "5.1.2",
22816 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
22817 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
22818 "requires": {
22819 "is-glob": "^4.0.1"
22820 }
22821 }
22822 }
22823 },
22824 "fast-json-stable-stringify": {
22825 "version": "2.1.0",
22826 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
22827 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
22828 },
22829 "fast-levenshtein": {
22830 "version": "2.0.6",
22831 "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
22832 "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
22833 },
22834 "fastq": {
22835 "version": "1.15.0",
22836 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
22837 "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
22838 "requires": {
22839 "reusify": "^1.0.4"
22840 }
22841 },
22842 "faye-websocket": {
22843 "version": "0.11.4",
22844 "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
22845 "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
22846 "requires": {
22847 "websocket-driver": ">=0.5.1"
22848 }
22849 },
22850 "fb-watchman": {
22851 "version": "2.0.2",
22852 "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
22853 "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
22854 "requires": {
22855 "bser": "2.1.1"
22856 }
22857 },
22858 "file-entry-cache": {
22859 "version": "6.0.1",
22860 "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
22861 "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
22862 "requires": {
22863 "flat-cache": "^3.0.4"
22864 }
22865 },
22866 "file-loader": {
22867 "version": "6.2.0",
22868 "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
22869 "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
22870 "requires": {
22871 "loader-utils": "^2.0.0",
22872 "schema-utils": "^3.0.0"
22873 }
22874 },
22875 "filelist": {
22876 "version": "1.0.4",
22877 "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
22878 "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
22879 "requires": {
22880 "minimatch": "^5.0.1"
22881 },
22882 "dependencies": {
22883 "brace-expansion": {
22884 "version": "2.0.1",
22885 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
22886 "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
22887 "requires": {
22888 "balanced-match": "^1.0.0"
22889 }
22890 },
22891 "minimatch": {
22892 "version": "5.1.6",
22893 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
22894 "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
22895 "requires": {
22896 "brace-expansion": "^2.0.1"
22897 }
22898 }
22899 }
22900 },
22901 "filesize": {
22902 "version": "8.0.7",
22903 "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz",
22904 "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ=="
22905 },
22906 "fill-range": {
22907 "version": "7.0.1",
22908 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
22909 "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
22910 "requires": {
22911 "to-regex-range": "^5.0.1"
22912 }
22913 },
22914 "finalhandler": {
22915 "version": "1.2.0",
22916 "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
22917 "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
22918 "requires": {
22919 "debug": "2.6.9",
22920 "encodeurl": "~1.0.2",
22921 "escape-html": "~1.0.3",
22922 "on-finished": "2.4.1",
22923 "parseurl": "~1.3.3",
22924 "statuses": "2.0.1",
22925 "unpipe": "~1.0.0"
22926 },
22927 "dependencies": {
22928 "debug": {
22929 "version": "2.6.9",
22930 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
22931 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
22932 "requires": {
22933 "ms": "2.0.0"
22934 }
22935 },
22936 "ms": {
22937 "version": "2.0.0",
22938 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
22939 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
22940 }
22941 }
22942 },
22943 "find-cache-dir": {
22944 "version": "3.3.2",
22945 "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
22946 "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
22947 "requires": {
22948 "commondir": "^1.0.1",
22949 "make-dir": "^3.0.2",
22950 "pkg-dir": "^4.1.0"
22951 }
22952 },
22953 "find-up": {
22954 "version": "5.0.0",
22955 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
22956 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
22957 "requires": {
22958 "locate-path": "^6.0.0",
22959 "path-exists": "^4.0.0"
22960 }
22961 },
22962 "flat-cache": {
22963 "version": "3.0.4",
22964 "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
22965 "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
22966 "requires": {
22967 "flatted": "^3.1.0",
22968 "rimraf": "^3.0.2"
22969 }
22970 },
22971 "flatted": {
22972 "version": "3.2.7",
22973 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
22974 "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ=="
22975 },
22976 "follow-redirects": {
22977 "version": "1.15.2",
22978 "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
22979 "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA=="
22980 },
22981 "for-each": {
22982 "version": "0.3.3",
22983 "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
22984 "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
22985 "requires": {
22986 "is-callable": "^1.1.3"
22987 }
22988 },
22989 "fork-ts-checker-webpack-plugin": {
22990 "version": "6.5.2",
22991 "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.2.tgz",
22992 "integrity": "sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==",
22993 "requires": {
22994 "@babel/code-frame": "^7.8.3",
22995 "@types/json-schema": "^7.0.5",
22996 "chalk": "^4.1.0",
22997 "chokidar": "^3.4.2",
22998 "cosmiconfig": "^6.0.0",
22999 "deepmerge": "^4.2.2",
23000 "fs-extra": "^9.0.0",
23001 "glob": "^7.1.6",
23002 "memfs": "^3.1.2",
23003 "minimatch": "^3.0.4",
23004 "schema-utils": "2.7.0",
23005 "semver": "^7.3.2",
23006 "tapable": "^1.0.0"
23007 },
23008 "dependencies": {
23009 "ansi-styles": {
23010 "version": "4.3.0",
23011 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
23012 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
23013 "requires": {
23014 "color-convert": "^2.0.1"
23015 }
23016 },
23017 "chalk": {
23018 "version": "4.1.2",
23019 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
23020 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
23021 "requires": {
23022 "ansi-styles": "^4.1.0",
23023 "supports-color": "^7.1.0"
23024 }
23025 },
23026 "color-convert": {
23027 "version": "2.0.1",
23028 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
23029 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
23030 "requires": {
23031 "color-name": "~1.1.4"
23032 }
23033 },
23034 "color-name": {
23035 "version": "1.1.4",
23036 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
23037 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
23038 },
23039 "cosmiconfig": {
23040 "version": "6.0.0",
23041 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
23042 "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
23043 "requires": {
23044 "@types/parse-json": "^4.0.0",
23045 "import-fresh": "^3.1.0",
23046 "parse-json": "^5.0.0",
23047 "path-type": "^4.0.0",
23048 "yaml": "^1.7.2"
23049 }
23050 },
23051 "fs-extra": {
23052 "version": "9.1.0",
23053 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
23054 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
23055 "requires": {
23056 "at-least-node": "^1.0.0",
23057 "graceful-fs": "^4.2.0",
23058 "jsonfile": "^6.0.1",
23059 "universalify": "^2.0.0"
23060 }
23061 },
23062 "has-flag": {
23063 "version": "4.0.0",
23064 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
23065 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
23066 },
23067 "schema-utils": {
23068 "version": "2.7.0",
23069 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
23070 "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
23071 "requires": {
23072 "@types/json-schema": "^7.0.4",
23073 "ajv": "^6.12.2",
23074 "ajv-keywords": "^3.4.1"
23075 }
23076 },
23077 "supports-color": {
23078 "version": "7.2.0",
23079 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
23080 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
23081 "requires": {
23082 "has-flag": "^4.0.0"
23083 }
23084 },
23085 "tapable": {
23086 "version": "1.1.3",
23087 "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
23088 "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA=="
23089 }
23090 }
23091 },
23092 "form-data": {
23093 "version": "3.0.1",
23094 "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
23095 "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
23096 "requires": {
23097 "asynckit": "^0.4.0",
23098 "combined-stream": "^1.0.8",
23099 "mime-types": "^2.1.12"
23100 }
23101 },
23102 "forwarded": {
23103 "version": "0.2.0",
23104 "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
23105 "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow=="
23106 },
23107 "fraction.js": {
23108 "version": "4.2.0",
23109 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
23110 "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA=="
23111 },
23112 "fresh": {
23113 "version": "0.5.2",
23114 "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
23115 "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q=="
23116 },
23117 "fs-extra": {
23118 "version": "10.1.0",
23119 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
23120 "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
23121 "requires": {
23122 "graceful-fs": "^4.2.0",
23123 "jsonfile": "^6.0.1",
23124 "universalify": "^2.0.0"
23125 }
23126 },
23127 "fs-monkey": {
23128 "version": "1.0.3",
23129 "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz",
23130 "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q=="
23131 },
23132 "fs.realpath": {
23133 "version": "1.0.0",
23134 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
23135 "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
23136 },
1223 "fsevents": { 23137 "fsevents": {
1224 "version": "2.3.2", 23138 "version": "2.3.2",
1225 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", 23139 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
1226 "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", 23140 "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
1227 "dev": true,
1228 "optional": true 23141 "optional": true
1229 }, 23142 },
1230 "function-bind": { 23143 "function-bind": {
1231 "version": "1.1.1", 23144 "version": "1.1.1",
1232 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", 23145 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
1233 "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", 23146 "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
1234 "dev": true 23147 },
23148 "function.prototype.name": {
23149 "version": "1.1.5",
23150 "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
23151 "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
23152 "requires": {
23153 "call-bind": "^1.0.2",
23154 "define-properties": "^1.1.3",
23155 "es-abstract": "^1.19.0",
23156 "functions-have-names": "^1.2.2"
23157 }
23158 },
23159 "functions-have-names": {
23160 "version": "1.2.3",
23161 "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
23162 "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ=="
23163 },
23164 "gensync": {
23165 "version": "1.0.0-beta.2",
23166 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
23167 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg=="
23168 },
23169 "get-caller-file": {
23170 "version": "2.0.5",
23171 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
23172 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
23173 },
23174 "get-intrinsic": {
23175 "version": "1.2.0",
23176 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz",
23177 "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==",
23178 "requires": {
23179 "function-bind": "^1.1.1",
23180 "has": "^1.0.3",
23181 "has-symbols": "^1.0.3"
23182 }
23183 },
23184 "get-own-enumerable-property-symbols": {
23185 "version": "3.0.2",
23186 "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
23187 "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
23188 },
23189 "get-package-type": {
23190 "version": "0.1.0",
23191 "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
23192 "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="
23193 },
23194 "get-stream": {
23195 "version": "6.0.1",
23196 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
23197 "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="
23198 },
23199 "get-symbol-description": {
23200 "version": "1.0.0",
23201 "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
23202 "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
23203 "requires": {
23204 "call-bind": "^1.0.2",
23205 "get-intrinsic": "^1.1.1"
23206 }
23207 },
23208 "glob": {
23209 "version": "7.2.3",
23210 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
23211 "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
23212 "requires": {
23213 "fs.realpath": "^1.0.0",
23214 "inflight": "^1.0.4",
23215 "inherits": "2",
23216 "minimatch": "^3.1.1",
23217 "once": "^1.3.0",
23218 "path-is-absolute": "^1.0.0"
23219 }
23220 },
23221 "glob-parent": {
23222 "version": "6.0.2",
23223 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
23224 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
23225 "requires": {
23226 "is-glob": "^4.0.3"
23227 }
23228 },
23229 "glob-to-regexp": {
23230 "version": "0.4.1",
23231 "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
23232 "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
23233 },
23234 "global-modules": {
23235 "version": "2.0.0",
23236 "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
23237 "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
23238 "requires": {
23239 "global-prefix": "^3.0.0"
23240 }
23241 },
23242 "global-prefix": {
23243 "version": "3.0.0",
23244 "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
23245 "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
23246 "requires": {
23247 "ini": "^1.3.5",
23248 "kind-of": "^6.0.2",
23249 "which": "^1.3.1"
23250 },
23251 "dependencies": {
23252 "which": {
23253 "version": "1.3.1",
23254 "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
23255 "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
23256 "requires": {
23257 "isexe": "^2.0.0"
23258 }
23259 }
23260 }
23261 },
23262 "globals": {
23263 "version": "11.12.0",
23264 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
23265 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
23266 },
23267 "globalthis": {
23268 "version": "1.0.3",
23269 "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
23270 "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
23271 "requires": {
23272 "define-properties": "^1.1.3"
23273 }
23274 },
23275 "globby": {
23276 "version": "11.1.0",
23277 "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
23278 "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
23279 "requires": {
23280 "array-union": "^2.1.0",
23281 "dir-glob": "^3.0.1",
23282 "fast-glob": "^3.2.9",
23283 "ignore": "^5.2.0",
23284 "merge2": "^1.4.1",
23285 "slash": "^3.0.0"
23286 }
23287 },
23288 "gopd": {
23289 "version": "1.0.1",
23290 "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
23291 "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
23292 "requires": {
23293 "get-intrinsic": "^1.1.3"
23294 }
23295 },
23296 "graceful-fs": {
23297 "version": "4.2.10",
23298 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
23299 "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
23300 },
23301 "grapheme-splitter": {
23302 "version": "1.0.4",
23303 "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
23304 "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ=="
23305 },
23306 "gzip-size": {
23307 "version": "6.0.0",
23308 "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
23309 "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
23310 "requires": {
23311 "duplexer": "^0.1.2"
23312 }
23313 },
23314 "handle-thing": {
23315 "version": "2.0.1",
23316 "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
23317 "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
23318 },
23319 "harmony-reflect": {
23320 "version": "1.6.2",
23321 "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
23322 "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g=="
1235 }, 23323 },
1236 "has": { 23324 "has": {
1237 "version": "1.0.3", 23325 "version": "1.0.3",
1238 "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", 23326 "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
1239 "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", 23327 "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
1240 "dev": true,
1241 "requires": { 23328 "requires": {
1242 "function-bind": "^1.1.1" 23329 "function-bind": "^1.1.1"
1243 } 23330 }
1244 }, 23331 },
23332 "has-bigints": {
23333 "version": "1.0.2",
23334 "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
23335 "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ=="
23336 },
23337 "has-flag": {
23338 "version": "3.0.0",
23339 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
23340 "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
23341 },
23342 "has-property-descriptors": {
23343 "version": "1.0.0",
23344 "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
23345 "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
23346 "requires": {
23347 "get-intrinsic": "^1.1.1"
23348 }
23349 },
23350 "has-proto": {
23351 "version": "1.0.1",
23352 "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
23353 "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg=="
23354 },
23355 "has-symbols": {
23356 "version": "1.0.3",
23357 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
23358 "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
23359 },
23360 "has-tostringtag": {
23361 "version": "1.0.0",
23362 "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
23363 "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
23364 "requires": {
23365 "has-symbols": "^1.0.2"
23366 }
23367 },
23368 "he": {
23369 "version": "1.2.0",
23370 "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
23371 "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
23372 },
23373 "hoopy": {
23374 "version": "0.1.4",
23375 "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
23376 "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ=="
23377 },
23378 "hpack.js": {
23379 "version": "2.1.6",
23380 "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
23381 "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
23382 "requires": {
23383 "inherits": "^2.0.1",
23384 "obuf": "^1.0.0",
23385 "readable-stream": "^2.0.1",
23386 "wbuf": "^1.1.0"
23387 },
23388 "dependencies": {
23389 "isarray": {
23390 "version": "1.0.0",
23391 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
23392 "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
23393 },
23394 "readable-stream": {
23395 "version": "2.3.7",
23396 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
23397 "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
23398 "requires": {
23399 "core-util-is": "~1.0.0",
23400 "inherits": "~2.0.3",
23401 "isarray": "~1.0.0",
23402 "process-nextick-args": "~2.0.0",
23403 "safe-buffer": "~5.1.1",
23404 "string_decoder": "~1.1.1",
23405 "util-deprecate": "~1.0.1"
23406 }
23407 },
23408 "safe-buffer": {
23409 "version": "5.1.2",
23410 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
23411 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
23412 },
23413 "string_decoder": {
23414 "version": "1.1.1",
23415 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
23416 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
23417 "requires": {
23418 "safe-buffer": "~5.1.0"
23419 }
23420 }
23421 }
23422 },
23423 "html-encoding-sniffer": {
23424 "version": "2.0.1",
23425 "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
23426 "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
23427 "requires": {
23428 "whatwg-encoding": "^1.0.5"
23429 }
23430 },
23431 "html-entities": {
23432 "version": "2.3.3",
23433 "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz",
23434 "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA=="
23435 },
23436 "html-escaper": {
23437 "version": "2.0.2",
23438 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
23439 "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
23440 },
23441 "html-minifier-terser": {
23442 "version": "6.1.0",
23443 "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
23444 "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
23445 "requires": {
23446 "camel-case": "^4.1.2",
23447 "clean-css": "^5.2.2",
23448 "commander": "^8.3.0",
23449 "he": "^1.2.0",
23450 "param-case": "^3.0.4",
23451 "relateurl": "^0.2.7",
23452 "terser": "^5.10.0"
23453 }
23454 },
23455 "html-webpack-plugin": {
23456 "version": "5.5.0",
23457 "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz",
23458 "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==",
23459 "requires": {
23460 "@types/html-minifier-terser": "^6.0.0",
23461 "html-minifier-terser": "^6.0.2",
23462 "lodash": "^4.17.21",
23463 "pretty-error": "^4.0.0",
23464 "tapable": "^2.0.0"
23465 }
23466 },
23467 "htmlparser2": {
23468 "version": "6.1.0",
23469 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
23470 "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
23471 "requires": {
23472 "domelementtype": "^2.0.1",
23473 "domhandler": "^4.0.0",
23474 "domutils": "^2.5.2",
23475 "entities": "^2.0.0"
23476 }
23477 },
23478 "http-deceiver": {
23479 "version": "1.2.7",
23480 "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
23481 "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw=="
23482 },
23483 "http-errors": {
23484 "version": "2.0.0",
23485 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
23486 "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
23487 "requires": {
23488 "depd": "2.0.0",
23489 "inherits": "2.0.4",
23490 "setprototypeof": "1.2.0",
23491 "statuses": "2.0.1",
23492 "toidentifier": "1.0.1"
23493 }
23494 },
23495 "http-parser-js": {
23496 "version": "0.5.8",
23497 "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
23498 "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q=="
23499 },
23500 "http-proxy": {
23501 "version": "1.18.1",
23502 "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
23503 "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
23504 "requires": {
23505 "eventemitter3": "^4.0.0",
23506 "follow-redirects": "^1.0.0",
23507 "requires-port": "^1.0.0"
23508 }
23509 },
23510 "http-proxy-agent": {
23511 "version": "4.0.1",
23512 "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
23513 "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
23514 "requires": {
23515 "@tootallnate/once": "1",
23516 "agent-base": "6",
23517 "debug": "4"
23518 }
23519 },
23520 "http-proxy-middleware": {
23521 "version": "2.0.6",
23522 "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
23523 "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
23524 "requires": {
23525 "@types/http-proxy": "^1.17.8",
23526 "http-proxy": "^1.18.1",
23527 "is-glob": "^4.0.1",
23528 "is-plain-obj": "^3.0.0",
23529 "micromatch": "^4.0.2"
23530 }
23531 },
23532 "https-proxy-agent": {
23533 "version": "5.0.1",
23534 "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
23535 "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
23536 "requires": {
23537 "agent-base": "6",
23538 "debug": "4"
23539 }
23540 },
23541 "human-signals": {
23542 "version": "2.1.0",
23543 "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
23544 "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
23545 },
23546 "iconv-lite": {
23547 "version": "0.6.3",
23548 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
23549 "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
23550 "requires": {
23551 "safer-buffer": ">= 2.1.2 < 3.0.0"
23552 }
23553 },
23554 "icss-utils": {
23555 "version": "5.1.0",
23556 "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
23557 "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
23558 "requires": {}
23559 },
23560 "idb": {
23561 "version": "7.1.1",
23562 "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
23563 "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
23564 },
23565 "identity-obj-proxy": {
23566 "version": "3.0.0",
23567 "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
23568 "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==",
23569 "requires": {
23570 "harmony-reflect": "^1.4.6"
23571 }
23572 },
23573 "ignore": {
23574 "version": "5.2.4",
23575 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
23576 "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ=="
23577 },
23578 "immer": {
23579 "version": "9.0.19",
23580 "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.19.tgz",
23581 "integrity": "sha512-eY+Y0qcsB4TZKwgQzLaE/lqYMlKhv5J9dyd2RhhtGhNo2njPXDqU9XPfcNfa3MIDsdtZt5KlkIsirlo4dHsWdQ=="
23582 },
23583 "import-fresh": {
23584 "version": "3.3.0",
23585 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
23586 "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
23587 "requires": {
23588 "parent-module": "^1.0.0",
23589 "resolve-from": "^4.0.0"
23590 },
23591 "dependencies": {
23592 "resolve-from": {
23593 "version": "4.0.0",
23594 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
23595 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
23596 }
23597 }
23598 },
23599 "import-local": {
23600 "version": "3.1.0",
23601 "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
23602 "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
23603 "requires": {
23604 "pkg-dir": "^4.2.0",
23605 "resolve-cwd": "^3.0.0"
23606 }
23607 },
23608 "imurmurhash": {
23609 "version": "0.1.4",
23610 "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
23611 "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA=="
23612 },
23613 "indent-string": {
23614 "version": "4.0.0",
23615 "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
23616 "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg=="
23617 },
23618 "inflight": {
23619 "version": "1.0.6",
23620 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
23621 "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
23622 "requires": {
23623 "once": "^1.3.0",
23624 "wrappy": "1"
23625 }
23626 },
23627 "inherits": {
23628 "version": "2.0.4",
23629 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
23630 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
23631 },
23632 "ini": {
23633 "version": "1.3.8",
23634 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
23635 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
23636 },
23637 "internal-slot": {
23638 "version": "1.0.5",
23639 "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
23640 "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==",
23641 "requires": {
23642 "get-intrinsic": "^1.2.0",
23643 "has": "^1.0.3",
23644 "side-channel": "^1.0.4"
23645 }
23646 },
23647 "ipaddr.js": {
23648 "version": "2.0.1",
23649 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz",
23650 "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng=="
23651 },
23652 "is-arguments": {
23653 "version": "1.1.1",
23654 "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
23655 "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
23656 "requires": {
23657 "call-bind": "^1.0.2",
23658 "has-tostringtag": "^1.0.0"
23659 }
23660 },
23661 "is-array-buffer": {
23662 "version": "3.0.1",
23663 "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.1.tgz",
23664 "integrity": "sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ==",
23665 "requires": {
23666 "call-bind": "^1.0.2",
23667 "get-intrinsic": "^1.1.3",
23668 "is-typed-array": "^1.1.10"
23669 }
23670 },
23671 "is-arrayish": {
23672 "version": "0.2.1",
23673 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
23674 "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
23675 },
23676 "is-bigint": {
23677 "version": "1.0.4",
23678 "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
23679 "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
23680 "requires": {
23681 "has-bigints": "^1.0.1"
23682 }
23683 },
23684 "is-binary-path": {
23685 "version": "2.1.0",
23686 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
23687 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
23688 "requires": {
23689 "binary-extensions": "^2.0.0"
23690 }
23691 },
23692 "is-boolean-object": {
23693 "version": "1.1.2",
23694 "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
23695 "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
23696 "requires": {
23697 "call-bind": "^1.0.2",
23698 "has-tostringtag": "^1.0.0"
23699 }
23700 },
23701 "is-callable": {
23702 "version": "1.2.7",
23703 "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
23704 "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA=="
23705 },
1245 "is-core-module": { 23706 "is-core-module": {
1246 "version": "2.11.0", 23707 "version": "2.11.0",
1247 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", 23708 "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
1248 "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", 23709 "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
1249 "dev": true,
1250 "requires": { 23710 "requires": {
1251 "has": "^1.0.3" 23711 "has": "^1.0.3"
1252 } 23712 }
1253 }, 23713 },
23714 "is-date-object": {
23715 "version": "1.0.5",
23716 "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
23717 "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
23718 "requires": {
23719 "has-tostringtag": "^1.0.0"
23720 }
23721 },
23722 "is-docker": {
23723 "version": "2.2.1",
23724 "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
23725 "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ=="
23726 },
23727 "is-extglob": {
23728 "version": "2.1.1",
23729 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
23730 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="
23731 },
23732 "is-fullwidth-code-point": {
23733 "version": "3.0.0",
23734 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
23735 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
23736 },
23737 "is-generator-fn": {
23738 "version": "2.1.0",
23739 "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
23740 "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ=="
23741 },
23742 "is-glob": {
23743 "version": "4.0.3",
23744 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
23745 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
23746 "requires": {
23747 "is-extglob": "^2.1.1"
23748 }
23749 },
23750 "is-map": {
23751 "version": "2.0.2",
23752 "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
23753 "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg=="
23754 },
23755 "is-module": {
23756 "version": "1.0.0",
23757 "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
23758 "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
23759 },
23760 "is-negative-zero": {
23761 "version": "2.0.2",
23762 "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
23763 "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA=="
23764 },
23765 "is-number": {
23766 "version": "7.0.0",
23767 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
23768 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
23769 },
23770 "is-number-object": {
23771 "version": "1.0.7",
23772 "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
23773 "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
23774 "requires": {
23775 "has-tostringtag": "^1.0.0"
23776 }
23777 },
23778 "is-obj": {
23779 "version": "1.0.1",
23780 "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
23781 "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg=="
23782 },
23783 "is-path-inside": {
23784 "version": "3.0.3",
23785 "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
23786 "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ=="
23787 },
23788 "is-plain-obj": {
23789 "version": "3.0.0",
23790 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
23791 "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA=="
23792 },
23793 "is-potential-custom-element-name": {
23794 "version": "1.0.1",
23795 "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
23796 "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
23797 },
23798 "is-regex": {
23799 "version": "1.1.4",
23800 "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
23801 "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
23802 "requires": {
23803 "call-bind": "^1.0.2",
23804 "has-tostringtag": "^1.0.0"
23805 }
23806 },
23807 "is-regexp": {
23808 "version": "1.0.0",
23809 "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
23810 "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA=="
23811 },
23812 "is-root": {
23813 "version": "2.1.0",
23814 "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
23815 "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg=="
23816 },
23817 "is-set": {
23818 "version": "2.0.2",
23819 "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz",
23820 "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g=="
23821 },
23822 "is-shared-array-buffer": {
23823 "version": "1.0.2",
23824 "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
23825 "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
23826 "requires": {
23827 "call-bind": "^1.0.2"
23828 }
23829 },
23830 "is-stream": {
23831 "version": "2.0.1",
23832 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
23833 "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg=="
23834 },
23835 "is-string": {
23836 "version": "1.0.7",
23837 "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
23838 "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
23839 "requires": {
23840 "has-tostringtag": "^1.0.0"
23841 }
23842 },
23843 "is-symbol": {
23844 "version": "1.0.4",
23845 "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
23846 "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
23847 "requires": {
23848 "has-symbols": "^1.0.2"
23849 }
23850 },
23851 "is-typed-array": {
23852 "version": "1.1.10",
23853 "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
23854 "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
23855 "requires": {
23856 "available-typed-arrays": "^1.0.5",
23857 "call-bind": "^1.0.2",
23858 "for-each": "^0.3.3",
23859 "gopd": "^1.0.1",
23860 "has-tostringtag": "^1.0.0"
23861 }
23862 },
23863 "is-typedarray": {
23864 "version": "1.0.0",
23865 "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
23866 "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
23867 },
23868 "is-weakmap": {
23869 "version": "2.0.1",
23870 "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz",
23871 "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA=="
23872 },
23873 "is-weakref": {
23874 "version": "1.0.2",
23875 "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
23876 "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
23877 "requires": {
23878 "call-bind": "^1.0.2"
23879 }
23880 },
23881 "is-weakset": {
23882 "version": "2.0.2",
23883 "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz",
23884 "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==",
23885 "requires": {
23886 "call-bind": "^1.0.2",
23887 "get-intrinsic": "^1.1.1"
23888 }
23889 },
23890 "is-wsl": {
23891 "version": "2.2.0",
23892 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
23893 "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
23894 "requires": {
23895 "is-docker": "^2.0.0"
23896 }
23897 },
23898 "isarray": {
23899 "version": "2.0.5",
23900 "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
23901 "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="
23902 },
23903 "isexe": {
23904 "version": "2.0.0",
23905 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
23906 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
23907 },
23908 "istanbul-lib-coverage": {
23909 "version": "3.2.0",
23910 "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
23911 "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw=="
23912 },
23913 "istanbul-lib-instrument": {
23914 "version": "5.2.1",
23915 "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
23916 "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
23917 "requires": {
23918 "@babel/core": "^7.12.3",
23919 "@babel/parser": "^7.14.7",
23920 "@istanbuljs/schema": "^0.1.2",
23921 "istanbul-lib-coverage": "^3.2.0",
23922 "semver": "^6.3.0"
23923 },
23924 "dependencies": {
23925 "semver": {
23926 "version": "6.3.0",
23927 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
23928 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
23929 }
23930 }
23931 },
23932 "istanbul-lib-report": {
23933 "version": "3.0.0",
23934 "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
23935 "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
23936 "requires": {
23937 "istanbul-lib-coverage": "^3.0.0",
23938 "make-dir": "^3.0.0",
23939 "supports-color": "^7.1.0"
23940 },
23941 "dependencies": {
23942 "has-flag": {
23943 "version": "4.0.0",
23944 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
23945 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
23946 },
23947 "supports-color": {
23948 "version": "7.2.0",
23949 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
23950 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
23951 "requires": {
23952 "has-flag": "^4.0.0"
23953 }
23954 }
23955 }
23956 },
23957 "istanbul-lib-source-maps": {
23958 "version": "4.0.1",
23959 "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
23960 "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
23961 "requires": {
23962 "debug": "^4.1.1",
23963 "istanbul-lib-coverage": "^3.0.0",
23964 "source-map": "^0.6.1"
23965 },
23966 "dependencies": {
23967 "source-map": {
23968 "version": "0.6.1",
23969 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
23970 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
23971 }
23972 }
23973 },
23974 "istanbul-reports": {
23975 "version": "3.1.5",
23976 "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz",
23977 "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==",
23978 "requires": {
23979 "html-escaper": "^2.0.0",
23980 "istanbul-lib-report": "^3.0.0"
23981 }
23982 },
23983 "jake": {
23984 "version": "10.8.5",
23985 "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz",
23986 "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==",
23987 "requires": {
23988 "async": "^3.2.3",
23989 "chalk": "^4.0.2",
23990 "filelist": "^1.0.1",
23991 "minimatch": "^3.0.4"
23992 },
23993 "dependencies": {
23994 "ansi-styles": {
23995 "version": "4.3.0",
23996 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
23997 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
23998 "requires": {
23999 "color-convert": "^2.0.1"
24000 }
24001 },
24002 "chalk": {
24003 "version": "4.1.2",
24004 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24005 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24006 "requires": {
24007 "ansi-styles": "^4.1.0",
24008 "supports-color": "^7.1.0"
24009 }
24010 },
24011 "color-convert": {
24012 "version": "2.0.1",
24013 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24014 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24015 "requires": {
24016 "color-name": "~1.1.4"
24017 }
24018 },
24019 "color-name": {
24020 "version": "1.1.4",
24021 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24022 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24023 },
24024 "has-flag": {
24025 "version": "4.0.0",
24026 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24027 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24028 },
24029 "supports-color": {
24030 "version": "7.2.0",
24031 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24032 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24033 "requires": {
24034 "has-flag": "^4.0.0"
24035 }
24036 }
24037 }
24038 },
24039 "jest": {
24040 "version": "27.5.1",
24041 "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
24042 "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
24043 "requires": {
24044 "@jest/core": "^27.5.1",
24045 "import-local": "^3.0.2",
24046 "jest-cli": "^27.5.1"
24047 }
24048 },
24049 "jest-changed-files": {
24050 "version": "27.5.1",
24051 "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
24052 "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
24053 "requires": {
24054 "@jest/types": "^27.5.1",
24055 "execa": "^5.0.0",
24056 "throat": "^6.0.1"
24057 }
24058 },
24059 "jest-circus": {
24060 "version": "27.5.1",
24061 "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
24062 "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
24063 "requires": {
24064 "@jest/environment": "^27.5.1",
24065 "@jest/test-result": "^27.5.1",
24066 "@jest/types": "^27.5.1",
24067 "@types/node": "*",
24068 "chalk": "^4.0.0",
24069 "co": "^4.6.0",
24070 "dedent": "^0.7.0",
24071 "expect": "^27.5.1",
24072 "is-generator-fn": "^2.0.0",
24073 "jest-each": "^27.5.1",
24074 "jest-matcher-utils": "^27.5.1",
24075 "jest-message-util": "^27.5.1",
24076 "jest-runtime": "^27.5.1",
24077 "jest-snapshot": "^27.5.1",
24078 "jest-util": "^27.5.1",
24079 "pretty-format": "^27.5.1",
24080 "slash": "^3.0.0",
24081 "stack-utils": "^2.0.3",
24082 "throat": "^6.0.1"
24083 },
24084 "dependencies": {
24085 "ansi-styles": {
24086 "version": "4.3.0",
24087 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24088 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24089 "requires": {
24090 "color-convert": "^2.0.1"
24091 }
24092 },
24093 "chalk": {
24094 "version": "4.1.2",
24095 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24096 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24097 "requires": {
24098 "ansi-styles": "^4.1.0",
24099 "supports-color": "^7.1.0"
24100 }
24101 },
24102 "color-convert": {
24103 "version": "2.0.1",
24104 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24105 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24106 "requires": {
24107 "color-name": "~1.1.4"
24108 }
24109 },
24110 "color-name": {
24111 "version": "1.1.4",
24112 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24113 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24114 },
24115 "has-flag": {
24116 "version": "4.0.0",
24117 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24118 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24119 },
24120 "supports-color": {
24121 "version": "7.2.0",
24122 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24123 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24124 "requires": {
24125 "has-flag": "^4.0.0"
24126 }
24127 }
24128 }
24129 },
24130 "jest-cli": {
24131 "version": "27.5.1",
24132 "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
24133 "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
24134 "requires": {
24135 "@jest/core": "^27.5.1",
24136 "@jest/test-result": "^27.5.1",
24137 "@jest/types": "^27.5.1",
24138 "chalk": "^4.0.0",
24139 "exit": "^0.1.2",
24140 "graceful-fs": "^4.2.9",
24141 "import-local": "^3.0.2",
24142 "jest-config": "^27.5.1",
24143 "jest-util": "^27.5.1",
24144 "jest-validate": "^27.5.1",
24145 "prompts": "^2.0.1",
24146 "yargs": "^16.2.0"
24147 },
24148 "dependencies": {
24149 "ansi-styles": {
24150 "version": "4.3.0",
24151 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24152 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24153 "requires": {
24154 "color-convert": "^2.0.1"
24155 }
24156 },
24157 "chalk": {
24158 "version": "4.1.2",
24159 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24160 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24161 "requires": {
24162 "ansi-styles": "^4.1.0",
24163 "supports-color": "^7.1.0"
24164 }
24165 },
24166 "color-convert": {
24167 "version": "2.0.1",
24168 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24169 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24170 "requires": {
24171 "color-name": "~1.1.4"
24172 }
24173 },
24174 "color-name": {
24175 "version": "1.1.4",
24176 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24177 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24178 },
24179 "has-flag": {
24180 "version": "4.0.0",
24181 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24182 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24183 },
24184 "supports-color": {
24185 "version": "7.2.0",
24186 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24187 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24188 "requires": {
24189 "has-flag": "^4.0.0"
24190 }
24191 }
24192 }
24193 },
24194 "jest-config": {
24195 "version": "27.5.1",
24196 "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
24197 "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
24198 "requires": {
24199 "@babel/core": "^7.8.0",
24200 "@jest/test-sequencer": "^27.5.1",
24201 "@jest/types": "^27.5.1",
24202 "babel-jest": "^27.5.1",
24203 "chalk": "^4.0.0",
24204 "ci-info": "^3.2.0",
24205 "deepmerge": "^4.2.2",
24206 "glob": "^7.1.1",
24207 "graceful-fs": "^4.2.9",
24208 "jest-circus": "^27.5.1",
24209 "jest-environment-jsdom": "^27.5.1",
24210 "jest-environment-node": "^27.5.1",
24211 "jest-get-type": "^27.5.1",
24212 "jest-jasmine2": "^27.5.1",
24213 "jest-regex-util": "^27.5.1",
24214 "jest-resolve": "^27.5.1",
24215 "jest-runner": "^27.5.1",
24216 "jest-util": "^27.5.1",
24217 "jest-validate": "^27.5.1",
24218 "micromatch": "^4.0.4",
24219 "parse-json": "^5.2.0",
24220 "pretty-format": "^27.5.1",
24221 "slash": "^3.0.0",
24222 "strip-json-comments": "^3.1.1"
24223 },
24224 "dependencies": {
24225 "ansi-styles": {
24226 "version": "4.3.0",
24227 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24228 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24229 "requires": {
24230 "color-convert": "^2.0.1"
24231 }
24232 },
24233 "chalk": {
24234 "version": "4.1.2",
24235 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24236 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24237 "requires": {
24238 "ansi-styles": "^4.1.0",
24239 "supports-color": "^7.1.0"
24240 }
24241 },
24242 "color-convert": {
24243 "version": "2.0.1",
24244 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24245 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24246 "requires": {
24247 "color-name": "~1.1.4"
24248 }
24249 },
24250 "color-name": {
24251 "version": "1.1.4",
24252 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24253 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24254 },
24255 "has-flag": {
24256 "version": "4.0.0",
24257 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24258 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24259 },
24260 "supports-color": {
24261 "version": "7.2.0",
24262 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24263 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24264 "requires": {
24265 "has-flag": "^4.0.0"
24266 }
24267 }
24268 }
24269 },
24270 "jest-diff": {
24271 "version": "27.5.1",
24272 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
24273 "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
24274 "requires": {
24275 "chalk": "^4.0.0",
24276 "diff-sequences": "^27.5.1",
24277 "jest-get-type": "^27.5.1",
24278 "pretty-format": "^27.5.1"
24279 },
24280 "dependencies": {
24281 "ansi-styles": {
24282 "version": "4.3.0",
24283 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24284 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24285 "requires": {
24286 "color-convert": "^2.0.1"
24287 }
24288 },
24289 "chalk": {
24290 "version": "4.1.2",
24291 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24292 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24293 "requires": {
24294 "ansi-styles": "^4.1.0",
24295 "supports-color": "^7.1.0"
24296 }
24297 },
24298 "color-convert": {
24299 "version": "2.0.1",
24300 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24301 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24302 "requires": {
24303 "color-name": "~1.1.4"
24304 }
24305 },
24306 "color-name": {
24307 "version": "1.1.4",
24308 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24309 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24310 },
24311 "has-flag": {
24312 "version": "4.0.0",
24313 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24314 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24315 },
24316 "supports-color": {
24317 "version": "7.2.0",
24318 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24319 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24320 "requires": {
24321 "has-flag": "^4.0.0"
24322 }
24323 }
24324 }
24325 },
24326 "jest-docblock": {
24327 "version": "27.5.1",
24328 "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
24329 "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
24330 "requires": {
24331 "detect-newline": "^3.0.0"
24332 }
24333 },
24334 "jest-each": {
24335 "version": "27.5.1",
24336 "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
24337 "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
24338 "requires": {
24339 "@jest/types": "^27.5.1",
24340 "chalk": "^4.0.0",
24341 "jest-get-type": "^27.5.1",
24342 "jest-util": "^27.5.1",
24343 "pretty-format": "^27.5.1"
24344 },
24345 "dependencies": {
24346 "ansi-styles": {
24347 "version": "4.3.0",
24348 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24349 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24350 "requires": {
24351 "color-convert": "^2.0.1"
24352 }
24353 },
24354 "chalk": {
24355 "version": "4.1.2",
24356 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24357 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24358 "requires": {
24359 "ansi-styles": "^4.1.0",
24360 "supports-color": "^7.1.0"
24361 }
24362 },
24363 "color-convert": {
24364 "version": "2.0.1",
24365 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24366 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24367 "requires": {
24368 "color-name": "~1.1.4"
24369 }
24370 },
24371 "color-name": {
24372 "version": "1.1.4",
24373 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24374 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24375 },
24376 "has-flag": {
24377 "version": "4.0.0",
24378 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24379 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24380 },
24381 "supports-color": {
24382 "version": "7.2.0",
24383 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24384 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24385 "requires": {
24386 "has-flag": "^4.0.0"
24387 }
24388 }
24389 }
24390 },
24391 "jest-environment-jsdom": {
24392 "version": "27.5.1",
24393 "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
24394 "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
24395 "requires": {
24396 "@jest/environment": "^27.5.1",
24397 "@jest/fake-timers": "^27.5.1",
24398 "@jest/types": "^27.5.1",
24399 "@types/node": "*",
24400 "jest-mock": "^27.5.1",
24401 "jest-util": "^27.5.1",
24402 "jsdom": "^16.6.0"
24403 }
24404 },
24405 "jest-environment-node": {
24406 "version": "27.5.1",
24407 "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
24408 "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
24409 "requires": {
24410 "@jest/environment": "^27.5.1",
24411 "@jest/fake-timers": "^27.5.1",
24412 "@jest/types": "^27.5.1",
24413 "@types/node": "*",
24414 "jest-mock": "^27.5.1",
24415 "jest-util": "^27.5.1"
24416 }
24417 },
24418 "jest-get-type": {
24419 "version": "27.5.1",
24420 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
24421 "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw=="
24422 },
24423 "jest-haste-map": {
24424 "version": "27.5.1",
24425 "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
24426 "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
24427 "requires": {
24428 "@jest/types": "^27.5.1",
24429 "@types/graceful-fs": "^4.1.2",
24430 "@types/node": "*",
24431 "anymatch": "^3.0.3",
24432 "fb-watchman": "^2.0.0",
24433 "fsevents": "^2.3.2",
24434 "graceful-fs": "^4.2.9",
24435 "jest-regex-util": "^27.5.1",
24436 "jest-serializer": "^27.5.1",
24437 "jest-util": "^27.5.1",
24438 "jest-worker": "^27.5.1",
24439 "micromatch": "^4.0.4",
24440 "walker": "^1.0.7"
24441 }
24442 },
24443 "jest-jasmine2": {
24444 "version": "27.5.1",
24445 "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
24446 "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
24447 "requires": {
24448 "@jest/environment": "^27.5.1",
24449 "@jest/source-map": "^27.5.1",
24450 "@jest/test-result": "^27.5.1",
24451 "@jest/types": "^27.5.1",
24452 "@types/node": "*",
24453 "chalk": "^4.0.0",
24454 "co": "^4.6.0",
24455 "expect": "^27.5.1",
24456 "is-generator-fn": "^2.0.0",
24457 "jest-each": "^27.5.1",
24458 "jest-matcher-utils": "^27.5.1",
24459 "jest-message-util": "^27.5.1",
24460 "jest-runtime": "^27.5.1",
24461 "jest-snapshot": "^27.5.1",
24462 "jest-util": "^27.5.1",
24463 "pretty-format": "^27.5.1",
24464 "throat": "^6.0.1"
24465 },
24466 "dependencies": {
24467 "ansi-styles": {
24468 "version": "4.3.0",
24469 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24470 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24471 "requires": {
24472 "color-convert": "^2.0.1"
24473 }
24474 },
24475 "chalk": {
24476 "version": "4.1.2",
24477 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24478 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24479 "requires": {
24480 "ansi-styles": "^4.1.0",
24481 "supports-color": "^7.1.0"
24482 }
24483 },
24484 "color-convert": {
24485 "version": "2.0.1",
24486 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24487 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24488 "requires": {
24489 "color-name": "~1.1.4"
24490 }
24491 },
24492 "color-name": {
24493 "version": "1.1.4",
24494 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24495 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24496 },
24497 "has-flag": {
24498 "version": "4.0.0",
24499 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24500 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24501 },
24502 "supports-color": {
24503 "version": "7.2.0",
24504 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24505 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24506 "requires": {
24507 "has-flag": "^4.0.0"
24508 }
24509 }
24510 }
24511 },
24512 "jest-leak-detector": {
24513 "version": "27.5.1",
24514 "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
24515 "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
24516 "requires": {
24517 "jest-get-type": "^27.5.1",
24518 "pretty-format": "^27.5.1"
24519 }
24520 },
24521 "jest-matcher-utils": {
24522 "version": "27.5.1",
24523 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
24524 "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
24525 "requires": {
24526 "chalk": "^4.0.0",
24527 "jest-diff": "^27.5.1",
24528 "jest-get-type": "^27.5.1",
24529 "pretty-format": "^27.5.1"
24530 },
24531 "dependencies": {
24532 "ansi-styles": {
24533 "version": "4.3.0",
24534 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24535 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24536 "requires": {
24537 "color-convert": "^2.0.1"
24538 }
24539 },
24540 "chalk": {
24541 "version": "4.1.2",
24542 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24543 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24544 "requires": {
24545 "ansi-styles": "^4.1.0",
24546 "supports-color": "^7.1.0"
24547 }
24548 },
24549 "color-convert": {
24550 "version": "2.0.1",
24551 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24552 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24553 "requires": {
24554 "color-name": "~1.1.4"
24555 }
24556 },
24557 "color-name": {
24558 "version": "1.1.4",
24559 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24560 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24561 },
24562 "has-flag": {
24563 "version": "4.0.0",
24564 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24565 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24566 },
24567 "supports-color": {
24568 "version": "7.2.0",
24569 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24570 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24571 "requires": {
24572 "has-flag": "^4.0.0"
24573 }
24574 }
24575 }
24576 },
24577 "jest-message-util": {
24578 "version": "27.5.1",
24579 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
24580 "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
24581 "requires": {
24582 "@babel/code-frame": "^7.12.13",
24583 "@jest/types": "^27.5.1",
24584 "@types/stack-utils": "^2.0.0",
24585 "chalk": "^4.0.0",
24586 "graceful-fs": "^4.2.9",
24587 "micromatch": "^4.0.4",
24588 "pretty-format": "^27.5.1",
24589 "slash": "^3.0.0",
24590 "stack-utils": "^2.0.3"
24591 },
24592 "dependencies": {
24593 "ansi-styles": {
24594 "version": "4.3.0",
24595 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24596 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24597 "requires": {
24598 "color-convert": "^2.0.1"
24599 }
24600 },
24601 "chalk": {
24602 "version": "4.1.2",
24603 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24604 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24605 "requires": {
24606 "ansi-styles": "^4.1.0",
24607 "supports-color": "^7.1.0"
24608 }
24609 },
24610 "color-convert": {
24611 "version": "2.0.1",
24612 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24613 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24614 "requires": {
24615 "color-name": "~1.1.4"
24616 }
24617 },
24618 "color-name": {
24619 "version": "1.1.4",
24620 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24621 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24622 },
24623 "has-flag": {
24624 "version": "4.0.0",
24625 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24626 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24627 },
24628 "supports-color": {
24629 "version": "7.2.0",
24630 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24631 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24632 "requires": {
24633 "has-flag": "^4.0.0"
24634 }
24635 }
24636 }
24637 },
24638 "jest-mock": {
24639 "version": "27.5.1",
24640 "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
24641 "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
24642 "requires": {
24643 "@jest/types": "^27.5.1",
24644 "@types/node": "*"
24645 }
24646 },
24647 "jest-pnp-resolver": {
24648 "version": "1.2.3",
24649 "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
24650 "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
24651 "requires": {}
24652 },
24653 "jest-regex-util": {
24654 "version": "27.5.1",
24655 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
24656 "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg=="
24657 },
24658 "jest-resolve": {
24659 "version": "27.5.1",
24660 "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
24661 "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
24662 "requires": {
24663 "@jest/types": "^27.5.1",
24664 "chalk": "^4.0.0",
24665 "graceful-fs": "^4.2.9",
24666 "jest-haste-map": "^27.5.1",
24667 "jest-pnp-resolver": "^1.2.2",
24668 "jest-util": "^27.5.1",
24669 "jest-validate": "^27.5.1",
24670 "resolve": "^1.20.0",
24671 "resolve.exports": "^1.1.0",
24672 "slash": "^3.0.0"
24673 },
24674 "dependencies": {
24675 "ansi-styles": {
24676 "version": "4.3.0",
24677 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24678 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24679 "requires": {
24680 "color-convert": "^2.0.1"
24681 }
24682 },
24683 "chalk": {
24684 "version": "4.1.2",
24685 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24686 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24687 "requires": {
24688 "ansi-styles": "^4.1.0",
24689 "supports-color": "^7.1.0"
24690 }
24691 },
24692 "color-convert": {
24693 "version": "2.0.1",
24694 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24695 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24696 "requires": {
24697 "color-name": "~1.1.4"
24698 }
24699 },
24700 "color-name": {
24701 "version": "1.1.4",
24702 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24703 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24704 },
24705 "has-flag": {
24706 "version": "4.0.0",
24707 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24708 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24709 },
24710 "supports-color": {
24711 "version": "7.2.0",
24712 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24713 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24714 "requires": {
24715 "has-flag": "^4.0.0"
24716 }
24717 }
24718 }
24719 },
24720 "jest-resolve-dependencies": {
24721 "version": "27.5.1",
24722 "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
24723 "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
24724 "requires": {
24725 "@jest/types": "^27.5.1",
24726 "jest-regex-util": "^27.5.1",
24727 "jest-snapshot": "^27.5.1"
24728 }
24729 },
24730 "jest-runner": {
24731 "version": "27.5.1",
24732 "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
24733 "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
24734 "requires": {
24735 "@jest/console": "^27.5.1",
24736 "@jest/environment": "^27.5.1",
24737 "@jest/test-result": "^27.5.1",
24738 "@jest/transform": "^27.5.1",
24739 "@jest/types": "^27.5.1",
24740 "@types/node": "*",
24741 "chalk": "^4.0.0",
24742 "emittery": "^0.8.1",
24743 "graceful-fs": "^4.2.9",
24744 "jest-docblock": "^27.5.1",
24745 "jest-environment-jsdom": "^27.5.1",
24746 "jest-environment-node": "^27.5.1",
24747 "jest-haste-map": "^27.5.1",
24748 "jest-leak-detector": "^27.5.1",
24749 "jest-message-util": "^27.5.1",
24750 "jest-resolve": "^27.5.1",
24751 "jest-runtime": "^27.5.1",
24752 "jest-util": "^27.5.1",
24753 "jest-worker": "^27.5.1",
24754 "source-map-support": "^0.5.6",
24755 "throat": "^6.0.1"
24756 },
24757 "dependencies": {
24758 "ansi-styles": {
24759 "version": "4.3.0",
24760 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24761 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24762 "requires": {
24763 "color-convert": "^2.0.1"
24764 }
24765 },
24766 "chalk": {
24767 "version": "4.1.2",
24768 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24769 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24770 "requires": {
24771 "ansi-styles": "^4.1.0",
24772 "supports-color": "^7.1.0"
24773 }
24774 },
24775 "color-convert": {
24776 "version": "2.0.1",
24777 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24778 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24779 "requires": {
24780 "color-name": "~1.1.4"
24781 }
24782 },
24783 "color-name": {
24784 "version": "1.1.4",
24785 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24786 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24787 },
24788 "has-flag": {
24789 "version": "4.0.0",
24790 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24791 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24792 },
24793 "supports-color": {
24794 "version": "7.2.0",
24795 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24796 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24797 "requires": {
24798 "has-flag": "^4.0.0"
24799 }
24800 }
24801 }
24802 },
24803 "jest-runtime": {
24804 "version": "27.5.1",
24805 "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
24806 "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
24807 "requires": {
24808 "@jest/environment": "^27.5.1",
24809 "@jest/fake-timers": "^27.5.1",
24810 "@jest/globals": "^27.5.1",
24811 "@jest/source-map": "^27.5.1",
24812 "@jest/test-result": "^27.5.1",
24813 "@jest/transform": "^27.5.1",
24814 "@jest/types": "^27.5.1",
24815 "chalk": "^4.0.0",
24816 "cjs-module-lexer": "^1.0.0",
24817 "collect-v8-coverage": "^1.0.0",
24818 "execa": "^5.0.0",
24819 "glob": "^7.1.3",
24820 "graceful-fs": "^4.2.9",
24821 "jest-haste-map": "^27.5.1",
24822 "jest-message-util": "^27.5.1",
24823 "jest-mock": "^27.5.1",
24824 "jest-regex-util": "^27.5.1",
24825 "jest-resolve": "^27.5.1",
24826 "jest-snapshot": "^27.5.1",
24827 "jest-util": "^27.5.1",
24828 "slash": "^3.0.0",
24829 "strip-bom": "^4.0.0"
24830 },
24831 "dependencies": {
24832 "ansi-styles": {
24833 "version": "4.3.0",
24834 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24835 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24836 "requires": {
24837 "color-convert": "^2.0.1"
24838 }
24839 },
24840 "chalk": {
24841 "version": "4.1.2",
24842 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24843 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24844 "requires": {
24845 "ansi-styles": "^4.1.0",
24846 "supports-color": "^7.1.0"
24847 }
24848 },
24849 "color-convert": {
24850 "version": "2.0.1",
24851 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24852 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24853 "requires": {
24854 "color-name": "~1.1.4"
24855 }
24856 },
24857 "color-name": {
24858 "version": "1.1.4",
24859 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24860 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24861 },
24862 "has-flag": {
24863 "version": "4.0.0",
24864 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24865 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24866 },
24867 "supports-color": {
24868 "version": "7.2.0",
24869 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24870 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24871 "requires": {
24872 "has-flag": "^4.0.0"
24873 }
24874 }
24875 }
24876 },
24877 "jest-serializer": {
24878 "version": "27.5.1",
24879 "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
24880 "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
24881 "requires": {
24882 "@types/node": "*",
24883 "graceful-fs": "^4.2.9"
24884 }
24885 },
24886 "jest-snapshot": {
24887 "version": "27.5.1",
24888 "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
24889 "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
24890 "requires": {
24891 "@babel/core": "^7.7.2",
24892 "@babel/generator": "^7.7.2",
24893 "@babel/plugin-syntax-typescript": "^7.7.2",
24894 "@babel/traverse": "^7.7.2",
24895 "@babel/types": "^7.0.0",
24896 "@jest/transform": "^27.5.1",
24897 "@jest/types": "^27.5.1",
24898 "@types/babel__traverse": "^7.0.4",
24899 "@types/prettier": "^2.1.5",
24900 "babel-preset-current-node-syntax": "^1.0.0",
24901 "chalk": "^4.0.0",
24902 "expect": "^27.5.1",
24903 "graceful-fs": "^4.2.9",
24904 "jest-diff": "^27.5.1",
24905 "jest-get-type": "^27.5.1",
24906 "jest-haste-map": "^27.5.1",
24907 "jest-matcher-utils": "^27.5.1",
24908 "jest-message-util": "^27.5.1",
24909 "jest-util": "^27.5.1",
24910 "natural-compare": "^1.4.0",
24911 "pretty-format": "^27.5.1",
24912 "semver": "^7.3.2"
24913 },
24914 "dependencies": {
24915 "ansi-styles": {
24916 "version": "4.3.0",
24917 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24918 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24919 "requires": {
24920 "color-convert": "^2.0.1"
24921 }
24922 },
24923 "chalk": {
24924 "version": "4.1.2",
24925 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24926 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24927 "requires": {
24928 "ansi-styles": "^4.1.0",
24929 "supports-color": "^7.1.0"
24930 }
24931 },
24932 "color-convert": {
24933 "version": "2.0.1",
24934 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24935 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24936 "requires": {
24937 "color-name": "~1.1.4"
24938 }
24939 },
24940 "color-name": {
24941 "version": "1.1.4",
24942 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
24943 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
24944 },
24945 "has-flag": {
24946 "version": "4.0.0",
24947 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
24948 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
24949 },
24950 "supports-color": {
24951 "version": "7.2.0",
24952 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
24953 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
24954 "requires": {
24955 "has-flag": "^4.0.0"
24956 }
24957 }
24958 }
24959 },
24960 "jest-util": {
24961 "version": "27.5.1",
24962 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
24963 "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
24964 "requires": {
24965 "@jest/types": "^27.5.1",
24966 "@types/node": "*",
24967 "chalk": "^4.0.0",
24968 "ci-info": "^3.2.0",
24969 "graceful-fs": "^4.2.9",
24970 "picomatch": "^2.2.3"
24971 },
24972 "dependencies": {
24973 "ansi-styles": {
24974 "version": "4.3.0",
24975 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
24976 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
24977 "requires": {
24978 "color-convert": "^2.0.1"
24979 }
24980 },
24981 "chalk": {
24982 "version": "4.1.2",
24983 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
24984 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
24985 "requires": {
24986 "ansi-styles": "^4.1.0",
24987 "supports-color": "^7.1.0"
24988 }
24989 },
24990 "color-convert": {
24991 "version": "2.0.1",
24992 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
24993 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
24994 "requires": {
24995 "color-name": "~1.1.4"
24996 }
24997 },
24998 "color-name": {
24999 "version": "1.1.4",
25000 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
25001 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
25002 },
25003 "has-flag": {
25004 "version": "4.0.0",
25005 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
25006 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
25007 },
25008 "supports-color": {
25009 "version": "7.2.0",
25010 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
25011 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
25012 "requires": {
25013 "has-flag": "^4.0.0"
25014 }
25015 }
25016 }
25017 },
25018 "jest-validate": {
25019 "version": "27.5.1",
25020 "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
25021 "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
25022 "requires": {
25023 "@jest/types": "^27.5.1",
25024 "camelcase": "^6.2.0",
25025 "chalk": "^4.0.0",
25026 "jest-get-type": "^27.5.1",
25027 "leven": "^3.1.0",
25028 "pretty-format": "^27.5.1"
25029 },
25030 "dependencies": {
25031 "ansi-styles": {
25032 "version": "4.3.0",
25033 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
25034 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
25035 "requires": {
25036 "color-convert": "^2.0.1"
25037 }
25038 },
25039 "chalk": {
25040 "version": "4.1.2",
25041 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
25042 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
25043 "requires": {
25044 "ansi-styles": "^4.1.0",
25045 "supports-color": "^7.1.0"
25046 }
25047 },
25048 "color-convert": {
25049 "version": "2.0.1",
25050 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
25051 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
25052 "requires": {
25053 "color-name": "~1.1.4"
25054 }
25055 },
25056 "color-name": {
25057 "version": "1.1.4",
25058 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
25059 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
25060 },
25061 "has-flag": {
25062 "version": "4.0.0",
25063 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
25064 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
25065 },
25066 "supports-color": {
25067 "version": "7.2.0",
25068 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
25069 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
25070 "requires": {
25071 "has-flag": "^4.0.0"
25072 }
25073 }
25074 }
25075 },
25076 "jest-watch-typeahead": {
25077 "version": "1.1.0",
25078 "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz",
25079 "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==",
25080 "requires": {
25081 "ansi-escapes": "^4.3.1",
25082 "chalk": "^4.0.0",
25083 "jest-regex-util": "^28.0.0",
25084 "jest-watcher": "^28.0.0",
25085 "slash": "^4.0.0",
25086 "string-length": "^5.0.1",
25087 "strip-ansi": "^7.0.1"
25088 },
25089 "dependencies": {
25090 "@jest/console": {
25091 "version": "28.1.3",
25092 "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz",
25093 "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==",
25094 "requires": {
25095 "@jest/types": "^28.1.3",
25096 "@types/node": "*",
25097 "chalk": "^4.0.0",
25098 "jest-message-util": "^28.1.3",
25099 "jest-util": "^28.1.3",
25100 "slash": "^3.0.0"
25101 },
25102 "dependencies": {
25103 "slash": {
25104 "version": "3.0.0",
25105 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
25106 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
25107 }
25108 }
25109 },
25110 "@jest/test-result": {
25111 "version": "28.1.3",
25112 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz",
25113 "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==",
25114 "requires": {
25115 "@jest/console": "^28.1.3",
25116 "@jest/types": "^28.1.3",
25117 "@types/istanbul-lib-coverage": "^2.0.0",
25118 "collect-v8-coverage": "^1.0.0"
25119 }
25120 },
25121 "@jest/types": {
25122 "version": "28.1.3",
25123 "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz",
25124 "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==",
25125 "requires": {
25126 "@jest/schemas": "^28.1.3",
25127 "@types/istanbul-lib-coverage": "^2.0.0",
25128 "@types/istanbul-reports": "^3.0.0",
25129 "@types/node": "*",
25130 "@types/yargs": "^17.0.8",
25131 "chalk": "^4.0.0"
25132 }
25133 },
25134 "@types/yargs": {
25135 "version": "17.0.22",
25136 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.22.tgz",
25137 "integrity": "sha512-pet5WJ9U8yPVRhkwuEIp5ktAeAqRZOq4UdAyWLWzxbtpyXnzbtLdKiXAjJzi/KLmPGS9wk86lUFWZFN6sISo4g==",
25138 "requires": {
25139 "@types/yargs-parser": "*"
25140 }
25141 },
25142 "ansi-styles": {
25143 "version": "4.3.0",
25144 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
25145 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
25146 "requires": {
25147 "color-convert": "^2.0.1"
25148 }
25149 },
25150 "chalk": {
25151 "version": "4.1.2",
25152 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
25153 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
25154 "requires": {
25155 "ansi-styles": "^4.1.0",
25156 "supports-color": "^7.1.0"
25157 }
25158 },
25159 "color-convert": {
25160 "version": "2.0.1",
25161 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
25162 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
25163 "requires": {
25164 "color-name": "~1.1.4"
25165 }
25166 },
25167 "color-name": {
25168 "version": "1.1.4",
25169 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
25170 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
25171 },
25172 "emittery": {
25173 "version": "0.10.2",
25174 "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz",
25175 "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw=="
25176 },
25177 "has-flag": {
25178 "version": "4.0.0",
25179 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
25180 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
25181 },
25182 "jest-message-util": {
25183 "version": "28.1.3",
25184 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz",
25185 "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==",
25186 "requires": {
25187 "@babel/code-frame": "^7.12.13",
25188 "@jest/types": "^28.1.3",
25189 "@types/stack-utils": "^2.0.0",
25190 "chalk": "^4.0.0",
25191 "graceful-fs": "^4.2.9",
25192 "micromatch": "^4.0.4",
25193 "pretty-format": "^28.1.3",
25194 "slash": "^3.0.0",
25195 "stack-utils": "^2.0.3"
25196 },
25197 "dependencies": {
25198 "slash": {
25199 "version": "3.0.0",
25200 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
25201 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
25202 }
25203 }
25204 },
25205 "jest-regex-util": {
25206 "version": "28.0.2",
25207 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz",
25208 "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw=="
25209 },
25210 "jest-util": {
25211 "version": "28.1.3",
25212 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz",
25213 "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==",
25214 "requires": {
25215 "@jest/types": "^28.1.3",
25216 "@types/node": "*",
25217 "chalk": "^4.0.0",
25218 "ci-info": "^3.2.0",
25219 "graceful-fs": "^4.2.9",
25220 "picomatch": "^2.2.3"
25221 }
25222 },
25223 "jest-watcher": {
25224 "version": "28.1.3",
25225 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz",
25226 "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==",
25227 "requires": {
25228 "@jest/test-result": "^28.1.3",
25229 "@jest/types": "^28.1.3",
25230 "@types/node": "*",
25231 "ansi-escapes": "^4.2.1",
25232 "chalk": "^4.0.0",
25233 "emittery": "^0.10.2",
25234 "jest-util": "^28.1.3",
25235 "string-length": "^4.0.1"
25236 },
25237 "dependencies": {
25238 "string-length": {
25239 "version": "4.0.2",
25240 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
25241 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
25242 "requires": {
25243 "char-regex": "^1.0.2",
25244 "strip-ansi": "^6.0.0"
25245 }
25246 },
25247 "strip-ansi": {
25248 "version": "6.0.1",
25249 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
25250 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
25251 "requires": {
25252 "ansi-regex": "^5.0.1"
25253 }
25254 }
25255 }
25256 },
25257 "pretty-format": {
25258 "version": "28.1.3",
25259 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz",
25260 "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==",
25261 "requires": {
25262 "@jest/schemas": "^28.1.3",
25263 "ansi-regex": "^5.0.1",
25264 "ansi-styles": "^5.0.0",
25265 "react-is": "^18.0.0"
25266 },
25267 "dependencies": {
25268 "ansi-styles": {
25269 "version": "5.2.0",
25270 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
25271 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
25272 }
25273 }
25274 },
25275 "react-is": {
25276 "version": "18.2.0",
25277 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
25278 "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
25279 },
25280 "slash": {
25281 "version": "4.0.0",
25282 "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
25283 "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew=="
25284 },
25285 "string-length": {
25286 "version": "5.0.1",
25287 "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
25288 "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
25289 "requires": {
25290 "char-regex": "^2.0.0",
25291 "strip-ansi": "^7.0.1"
25292 },
25293 "dependencies": {
25294 "char-regex": {
25295 "version": "2.0.1",
25296 "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz",
25297 "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw=="
25298 }
25299 }
25300 },
25301 "strip-ansi": {
25302 "version": "7.0.1",
25303 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
25304 "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
25305 "requires": {
25306 "ansi-regex": "^6.0.1"
25307 },
25308 "dependencies": {
25309 "ansi-regex": {
25310 "version": "6.0.1",
25311 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
25312 "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA=="
25313 }
25314 }
25315 },
25316 "supports-color": {
25317 "version": "7.2.0",
25318 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
25319 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
25320 "requires": {
25321 "has-flag": "^4.0.0"
25322 }
25323 }
25324 }
25325 },
25326 "jest-watcher": {
25327 "version": "27.5.1",
25328 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
25329 "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
25330 "requires": {
25331 "@jest/test-result": "^27.5.1",
25332 "@jest/types": "^27.5.1",
25333 "@types/node": "*",
25334 "ansi-escapes": "^4.2.1",
25335 "chalk": "^4.0.0",
25336 "jest-util": "^27.5.1",
25337 "string-length": "^4.0.1"
25338 },
25339 "dependencies": {
25340 "ansi-styles": {
25341 "version": "4.3.0",
25342 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
25343 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
25344 "requires": {
25345 "color-convert": "^2.0.1"
25346 }
25347 },
25348 "chalk": {
25349 "version": "4.1.2",
25350 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
25351 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
25352 "requires": {
25353 "ansi-styles": "^4.1.0",
25354 "supports-color": "^7.1.0"
25355 }
25356 },
25357 "color-convert": {
25358 "version": "2.0.1",
25359 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
25360 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
25361 "requires": {
25362 "color-name": "~1.1.4"
25363 }
25364 },
25365 "color-name": {
25366 "version": "1.1.4",
25367 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
25368 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
25369 },
25370 "has-flag": {
25371 "version": "4.0.0",
25372 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
25373 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
25374 },
25375 "supports-color": {
25376 "version": "7.2.0",
25377 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
25378 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
25379 "requires": {
25380 "has-flag": "^4.0.0"
25381 }
25382 }
25383 }
25384 },
25385 "jest-worker": {
25386 "version": "27.5.1",
25387 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
25388 "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
25389 "requires": {
25390 "@types/node": "*",
25391 "merge-stream": "^2.0.0",
25392 "supports-color": "^8.0.0"
25393 },
25394 "dependencies": {
25395 "has-flag": {
25396 "version": "4.0.0",
25397 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
25398 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
25399 },
25400 "supports-color": {
25401 "version": "8.1.1",
25402 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
25403 "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
25404 "requires": {
25405 "has-flag": "^4.0.0"
25406 }
25407 }
25408 }
25409 },
25410 "js-sdsl": {
25411 "version": "4.3.0",
25412 "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz",
25413 "integrity": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ=="
25414 },
1254 "js-tokens": { 25415 "js-tokens": {
1255 "version": "4.0.0", 25416 "version": "4.0.0",
1256 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", 25417 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1257 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" 25418 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
1258 }, 25419 },
25420 "js-yaml": {
25421 "version": "3.14.1",
25422 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
25423 "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
25424 "requires": {
25425 "argparse": "^1.0.7",
25426 "esprima": "^4.0.0"
25427 }
25428 },
25429 "jsdom": {
25430 "version": "16.7.0",
25431 "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
25432 "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
25433 "requires": {
25434 "abab": "^2.0.5",
25435 "acorn": "^8.2.4",
25436 "acorn-globals": "^6.0.0",
25437 "cssom": "^0.4.4",
25438 "cssstyle": "^2.3.0",
25439 "data-urls": "^2.0.0",
25440 "decimal.js": "^10.2.1",
25441 "domexception": "^2.0.1",
25442 "escodegen": "^2.0.0",
25443 "form-data": "^3.0.0",
25444 "html-encoding-sniffer": "^2.0.1",
25445 "http-proxy-agent": "^4.0.1",
25446 "https-proxy-agent": "^5.0.0",
25447 "is-potential-custom-element-name": "^1.0.1",
25448 "nwsapi": "^2.2.0",
25449 "parse5": "6.0.1",
25450 "saxes": "^5.0.1",
25451 "symbol-tree": "^3.2.4",
25452 "tough-cookie": "^4.0.0",
25453 "w3c-hr-time": "^1.0.2",
25454 "w3c-xmlserializer": "^2.0.0",
25455 "webidl-conversions": "^6.1.0",
25456 "whatwg-encoding": "^1.0.5",
25457 "whatwg-mimetype": "^2.3.0",
25458 "whatwg-url": "^8.5.0",
25459 "ws": "^7.4.6",
25460 "xml-name-validator": "^3.0.0"
25461 }
25462 },
25463 "jsesc": {
25464 "version": "2.5.2",
25465 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
25466 "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
25467 },
25468 "json-parse-even-better-errors": {
25469 "version": "2.3.1",
25470 "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
25471 "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
25472 },
25473 "json-schema": {
25474 "version": "0.4.0",
25475 "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
25476 "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
25477 },
25478 "json-schema-traverse": {
25479 "version": "0.4.1",
25480 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
25481 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
25482 },
25483 "json-stable-stringify-without-jsonify": {
25484 "version": "1.0.1",
25485 "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
25486 "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="
25487 },
25488 "json5": {
25489 "version": "2.2.3",
25490 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
25491 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg=="
25492 },
25493 "jsonfile": {
25494 "version": "6.1.0",
25495 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
25496 "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
25497 "requires": {
25498 "graceful-fs": "^4.1.6",
25499 "universalify": "^2.0.0"
25500 }
25501 },
25502 "jsonpointer": {
25503 "version": "5.0.1",
25504 "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
25505 "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ=="
25506 },
25507 "jsx-ast-utils": {
25508 "version": "3.3.3",
25509 "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz",
25510 "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==",
25511 "requires": {
25512 "array-includes": "^3.1.5",
25513 "object.assign": "^4.1.3"
25514 }
25515 },
25516 "kind-of": {
25517 "version": "6.0.3",
25518 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
25519 "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
25520 },
25521 "kleur": {
25522 "version": "3.0.3",
25523 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
25524 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="
25525 },
25526 "klona": {
25527 "version": "2.0.6",
25528 "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
25529 "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA=="
25530 },
25531 "language-subtag-registry": {
25532 "version": "0.3.22",
25533 "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
25534 "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w=="
25535 },
25536 "language-tags": {
25537 "version": "1.0.5",
25538 "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
25539 "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==",
25540 "requires": {
25541 "language-subtag-registry": "~0.3.2"
25542 }
25543 },
25544 "leven": {
25545 "version": "3.1.0",
25546 "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
25547 "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A=="
25548 },
25549 "levn": {
25550 "version": "0.4.1",
25551 "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
25552 "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
25553 "requires": {
25554 "prelude-ls": "^1.2.1",
25555 "type-check": "~0.4.0"
25556 }
25557 },
25558 "lilconfig": {
25559 "version": "2.0.6",
25560 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz",
25561 "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg=="
25562 },
25563 "lines-and-columns": {
25564 "version": "1.2.4",
25565 "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
25566 "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
25567 },
25568 "loader-runner": {
25569 "version": "4.3.0",
25570 "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
25571 "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg=="
25572 },
25573 "loader-utils": {
25574 "version": "2.0.4",
25575 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
25576 "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
25577 "requires": {
25578 "big.js": "^5.2.2",
25579 "emojis-list": "^3.0.0",
25580 "json5": "^2.1.2"
25581 }
25582 },
25583 "locate-path": {
25584 "version": "6.0.0",
25585 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
25586 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
25587 "requires": {
25588 "p-locate": "^5.0.0"
25589 }
25590 },
25591 "lodash": {
25592 "version": "4.17.21",
25593 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
25594 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
25595 },
25596 "lodash.debounce": {
25597 "version": "4.0.8",
25598 "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
25599 "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
25600 },
25601 "lodash.memoize": {
25602 "version": "4.1.2",
25603 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
25604 "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
25605 },
25606 "lodash.merge": {
25607 "version": "4.6.2",
25608 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
25609 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
25610 },
25611 "lodash.sortby": {
25612 "version": "4.7.0",
25613 "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
25614 "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA=="
25615 },
25616 "lodash.uniq": {
25617 "version": "4.5.0",
25618 "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
25619 "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
25620 },
1259 "loose-envify": { 25621 "loose-envify": {
1260 "version": "1.4.0", 25622 "version": "1.4.0",
1261 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", 25623 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
@@ -1264,35 +25626,1503 @@
1264 "js-tokens": "^3.0.0 || ^4.0.0" 25626 "js-tokens": "^3.0.0 || ^4.0.0"
1265 } 25627 }
1266 }, 25628 },
25629 "lower-case": {
25630 "version": "2.0.2",
25631 "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
25632 "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
25633 "requires": {
25634 "tslib": "^2.0.3"
25635 }
25636 },
25637 "lru-cache": {
25638 "version": "5.1.1",
25639 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
25640 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
25641 "requires": {
25642 "yallist": "^3.0.2"
25643 }
25644 },
25645 "lz-string": {
25646 "version": "1.4.4",
25647 "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
25648 "integrity": "sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ=="
25649 },
25650 "magic-string": {
25651 "version": "0.25.9",
25652 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
25653 "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
25654 "requires": {
25655 "sourcemap-codec": "^1.4.8"
25656 }
25657 },
25658 "make-dir": {
25659 "version": "3.1.0",
25660 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
25661 "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
25662 "requires": {
25663 "semver": "^6.0.0"
25664 },
25665 "dependencies": {
25666 "semver": {
25667 "version": "6.3.0",
25668 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
25669 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
25670 }
25671 }
25672 },
25673 "makeerror": {
25674 "version": "1.0.12",
25675 "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
25676 "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
25677 "requires": {
25678 "tmpl": "1.0.5"
25679 }
25680 },
25681 "mdn-data": {
25682 "version": "2.0.4",
25683 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
25684 "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
25685 },
25686 "media-typer": {
25687 "version": "0.3.0",
25688 "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
25689 "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ=="
25690 },
25691 "memfs": {
25692 "version": "3.4.13",
25693 "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.13.tgz",
25694 "integrity": "sha512-omTM41g3Skpvx5dSYeZIbXKcXoAVc/AoMNwn9TKx++L/gaen/+4TTttmu8ZSch5vfVJ8uJvGbroTsIlslRg6lg==",
25695 "requires": {
25696 "fs-monkey": "^1.0.3"
25697 }
25698 },
25699 "merge-descriptors": {
25700 "version": "1.0.1",
25701 "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
25702 "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w=="
25703 },
25704 "merge-stream": {
25705 "version": "2.0.0",
25706 "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
25707 "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
25708 },
25709 "merge2": {
25710 "version": "1.4.1",
25711 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
25712 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
25713 },
25714 "methods": {
25715 "version": "1.1.2",
25716 "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
25717 "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w=="
25718 },
25719 "micromatch": {
25720 "version": "4.0.5",
25721 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
25722 "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
25723 "requires": {
25724 "braces": "^3.0.2",
25725 "picomatch": "^2.3.1"
25726 }
25727 },
25728 "mime": {
25729 "version": "1.6.0",
25730 "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
25731 "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
25732 },
25733 "mime-db": {
25734 "version": "1.52.0",
25735 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
25736 "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="
25737 },
25738 "mime-types": {
25739 "version": "2.1.35",
25740 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
25741 "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
25742 "requires": {
25743 "mime-db": "1.52.0"
25744 }
25745 },
25746 "mimic-fn": {
25747 "version": "2.1.0",
25748 "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
25749 "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
25750 },
25751 "min-indent": {
25752 "version": "1.0.1",
25753 "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
25754 "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg=="
25755 },
25756 "mini-css-extract-plugin": {
25757 "version": "2.7.2",
25758 "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz",
25759 "integrity": "sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==",
25760 "requires": {
25761 "schema-utils": "^4.0.0"
25762 },
25763 "dependencies": {
25764 "ajv": {
25765 "version": "8.12.0",
25766 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
25767 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
25768 "requires": {
25769 "fast-deep-equal": "^3.1.1",
25770 "json-schema-traverse": "^1.0.0",
25771 "require-from-string": "^2.0.2",
25772 "uri-js": "^4.2.2"
25773 }
25774 },
25775 "ajv-keywords": {
25776 "version": "5.1.0",
25777 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
25778 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
25779 "requires": {
25780 "fast-deep-equal": "^3.1.3"
25781 }
25782 },
25783 "json-schema-traverse": {
25784 "version": "1.0.0",
25785 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
25786 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
25787 },
25788 "schema-utils": {
25789 "version": "4.0.0",
25790 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
25791 "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
25792 "requires": {
25793 "@types/json-schema": "^7.0.9",
25794 "ajv": "^8.8.0",
25795 "ajv-formats": "^2.1.1",
25796 "ajv-keywords": "^5.0.0"
25797 }
25798 }
25799 }
25800 },
25801 "minimalistic-assert": {
25802 "version": "1.0.1",
25803 "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
25804 "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
25805 },
25806 "minimatch": {
25807 "version": "3.1.2",
25808 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
25809 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
25810 "requires": {
25811 "brace-expansion": "^1.1.7"
25812 }
25813 },
25814 "minimist": {
25815 "version": "1.2.8",
25816 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
25817 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="
25818 },
25819 "mkdirp": {
25820 "version": "0.5.6",
25821 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
25822 "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
25823 "requires": {
25824 "minimist": "^1.2.6"
25825 }
25826 },
25827 "ms": {
25828 "version": "2.1.2",
25829 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
25830 "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
25831 },
25832 "multicast-dns": {
25833 "version": "7.2.5",
25834 "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
25835 "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
25836 "requires": {
25837 "dns-packet": "^5.2.2",
25838 "thunky": "^1.0.2"
25839 }
25840 },
1267 "nanoid": { 25841 "nanoid": {
1268 "version": "3.3.4", 25842 "version": "3.3.4",
1269 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", 25843 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
1270 "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", 25844 "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw=="
1271 "dev": true 25845 },
25846 "natural-compare": {
25847 "version": "1.4.0",
25848 "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
25849 "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="
25850 },
25851 "natural-compare-lite": {
25852 "version": "1.4.0",
25853 "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
25854 "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g=="
25855 },
25856 "negotiator": {
25857 "version": "0.6.3",
25858 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
25859 "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="
25860 },
25861 "neo-async": {
25862 "version": "2.6.2",
25863 "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
25864 "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
25865 },
25866 "no-case": {
25867 "version": "3.0.4",
25868 "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
25869 "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
25870 "requires": {
25871 "lower-case": "^2.0.2",
25872 "tslib": "^2.0.3"
25873 }
25874 },
25875 "node-forge": {
25876 "version": "1.3.1",
25877 "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
25878 "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA=="
25879 },
25880 "node-int64": {
25881 "version": "0.4.0",
25882 "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
25883 "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw=="
25884 },
25885 "node-releases": {
25886 "version": "2.0.10",
25887 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz",
25888 "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w=="
25889 },
25890 "normalize-path": {
25891 "version": "3.0.0",
25892 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
25893 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
25894 },
25895 "normalize-range": {
25896 "version": "0.1.2",
25897 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
25898 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA=="
25899 },
25900 "normalize-url": {
25901 "version": "6.1.0",
25902 "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
25903 "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A=="
25904 },
25905 "npm-run-path": {
25906 "version": "4.0.1",
25907 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
25908 "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
25909 "requires": {
25910 "path-key": "^3.0.0"
25911 }
25912 },
25913 "nth-check": {
25914 "version": "2.1.1",
25915 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
25916 "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
25917 "requires": {
25918 "boolbase": "^1.0.0"
25919 }
25920 },
25921 "nwsapi": {
25922 "version": "2.2.2",
25923 "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz",
25924 "integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw=="
25925 },
25926 "object-assign": {
25927 "version": "4.1.1",
25928 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
25929 "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="
25930 },
25931 "object-hash": {
25932 "version": "3.0.0",
25933 "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
25934 "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw=="
25935 },
25936 "object-inspect": {
25937 "version": "1.12.3",
25938 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
25939 "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g=="
25940 },
25941 "object-is": {
25942 "version": "1.1.5",
25943 "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
25944 "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
25945 "requires": {
25946 "call-bind": "^1.0.2",
25947 "define-properties": "^1.1.3"
25948 }
25949 },
25950 "object-keys": {
25951 "version": "1.1.1",
25952 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
25953 "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="
25954 },
25955 "object.assign": {
25956 "version": "4.1.4",
25957 "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
25958 "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
25959 "requires": {
25960 "call-bind": "^1.0.2",
25961 "define-properties": "^1.1.4",
25962 "has-symbols": "^1.0.3",
25963 "object-keys": "^1.1.1"
25964 }
25965 },
25966 "object.entries": {
25967 "version": "1.1.6",
25968 "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
25969 "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
25970 "requires": {
25971 "call-bind": "^1.0.2",
25972 "define-properties": "^1.1.4",
25973 "es-abstract": "^1.20.4"
25974 }
25975 },
25976 "object.fromentries": {
25977 "version": "2.0.6",
25978 "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
25979 "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
25980 "requires": {
25981 "call-bind": "^1.0.2",
25982 "define-properties": "^1.1.4",
25983 "es-abstract": "^1.20.4"
25984 }
25985 },
25986 "object.getownpropertydescriptors": {
25987 "version": "2.1.5",
25988 "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.5.tgz",
25989 "integrity": "sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw==",
25990 "requires": {
25991 "array.prototype.reduce": "^1.0.5",
25992 "call-bind": "^1.0.2",
25993 "define-properties": "^1.1.4",
25994 "es-abstract": "^1.20.4"
25995 }
25996 },
25997 "object.hasown": {
25998 "version": "1.1.2",
25999 "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
26000 "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==",
26001 "requires": {
26002 "define-properties": "^1.1.4",
26003 "es-abstract": "^1.20.4"
26004 }
26005 },
26006 "object.values": {
26007 "version": "1.1.6",
26008 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
26009 "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
26010 "requires": {
26011 "call-bind": "^1.0.2",
26012 "define-properties": "^1.1.4",
26013 "es-abstract": "^1.20.4"
26014 }
26015 },
26016 "obuf": {
26017 "version": "1.1.2",
26018 "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
26019 "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
26020 },
26021 "on-finished": {
26022 "version": "2.4.1",
26023 "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
26024 "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
26025 "requires": {
26026 "ee-first": "1.1.1"
26027 }
26028 },
26029 "on-headers": {
26030 "version": "1.0.2",
26031 "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
26032 "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA=="
26033 },
26034 "once": {
26035 "version": "1.4.0",
26036 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
26037 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
26038 "requires": {
26039 "wrappy": "1"
26040 }
26041 },
26042 "onetime": {
26043 "version": "5.1.2",
26044 "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
26045 "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
26046 "requires": {
26047 "mimic-fn": "^2.1.0"
26048 }
26049 },
26050 "open": {
26051 "version": "8.4.1",
26052 "resolved": "https://registry.npmjs.org/open/-/open-8.4.1.tgz",
26053 "integrity": "sha512-/4b7qZNhv6Uhd7jjnREh1NjnPxlTq+XNWPG88Ydkj5AILcA5m3ajvcg57pB24EQjKv0dK62XnDqk9c/hkIG5Kg==",
26054 "requires": {
26055 "define-lazy-prop": "^2.0.0",
26056 "is-docker": "^2.1.1",
26057 "is-wsl": "^2.2.0"
26058 }
26059 },
26060 "optionator": {
26061 "version": "0.9.1",
26062 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
26063 "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
26064 "requires": {
26065 "deep-is": "^0.1.3",
26066 "fast-levenshtein": "^2.0.6",
26067 "levn": "^0.4.1",
26068 "prelude-ls": "^1.2.1",
26069 "type-check": "^0.4.0",
26070 "word-wrap": "^1.2.3"
26071 }
26072 },
26073 "p-limit": {
26074 "version": "3.1.0",
26075 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
26076 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
26077 "requires": {
26078 "yocto-queue": "^0.1.0"
26079 }
26080 },
26081 "p-locate": {
26082 "version": "5.0.0",
26083 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
26084 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
26085 "requires": {
26086 "p-limit": "^3.0.2"
26087 }
26088 },
26089 "p-retry": {
26090 "version": "4.6.2",
26091 "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
26092 "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
26093 "requires": {
26094 "@types/retry": "0.12.0",
26095 "retry": "^0.13.1"
26096 }
26097 },
26098 "p-try": {
26099 "version": "2.2.0",
26100 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
26101 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
26102 },
26103 "param-case": {
26104 "version": "3.0.4",
26105 "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
26106 "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
26107 "requires": {
26108 "dot-case": "^3.0.4",
26109 "tslib": "^2.0.3"
26110 }
26111 },
26112 "parent-module": {
26113 "version": "1.0.1",
26114 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
26115 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
26116 "requires": {
26117 "callsites": "^3.0.0"
26118 }
26119 },
26120 "parse-json": {
26121 "version": "5.2.0",
26122 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
26123 "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
26124 "requires": {
26125 "@babel/code-frame": "^7.0.0",
26126 "error-ex": "^1.3.1",
26127 "json-parse-even-better-errors": "^2.3.0",
26128 "lines-and-columns": "^1.1.6"
26129 }
26130 },
26131 "parse5": {
26132 "version": "6.0.1",
26133 "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
26134 "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
26135 },
26136 "parseurl": {
26137 "version": "1.3.3",
26138 "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
26139 "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
26140 },
26141 "pascal-case": {
26142 "version": "3.1.2",
26143 "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
26144 "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
26145 "requires": {
26146 "no-case": "^3.0.4",
26147 "tslib": "^2.0.3"
26148 }
26149 },
26150 "path-exists": {
26151 "version": "4.0.0",
26152 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
26153 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
26154 },
26155 "path-is-absolute": {
26156 "version": "1.0.1",
26157 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
26158 "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
26159 },
26160 "path-key": {
26161 "version": "3.1.1",
26162 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
26163 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
1272 }, 26164 },
1273 "path-parse": { 26165 "path-parse": {
1274 "version": "1.0.7", 26166 "version": "1.0.7",
1275 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 26167 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
1276 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", 26168 "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
1277 "dev": true 26169 },
26170 "path-to-regexp": {
26171 "version": "0.1.7",
26172 "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
26173 "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ=="
26174 },
26175 "path-type": {
26176 "version": "4.0.0",
26177 "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
26178 "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
26179 },
26180 "performance-now": {
26181 "version": "2.1.0",
26182 "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
26183 "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
1278 }, 26184 },
1279 "picocolors": { 26185 "picocolors": {
1280 "version": "1.0.0", 26186 "version": "1.0.0",
1281 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", 26187 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
1282 "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", 26188 "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
1283 "dev": true 26189 },
26190 "picomatch": {
26191 "version": "2.3.1",
26192 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
26193 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
26194 },
26195 "pify": {
26196 "version": "2.3.0",
26197 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
26198 "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog=="
26199 },
26200 "pirates": {
26201 "version": "4.0.5",
26202 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
26203 "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ=="
26204 },
26205 "pkg-dir": {
26206 "version": "4.2.0",
26207 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
26208 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
26209 "requires": {
26210 "find-up": "^4.0.0"
26211 },
26212 "dependencies": {
26213 "find-up": {
26214 "version": "4.1.0",
26215 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
26216 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
26217 "requires": {
26218 "locate-path": "^5.0.0",
26219 "path-exists": "^4.0.0"
26220 }
26221 },
26222 "locate-path": {
26223 "version": "5.0.0",
26224 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
26225 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
26226 "requires": {
26227 "p-locate": "^4.1.0"
26228 }
26229 },
26230 "p-limit": {
26231 "version": "2.3.0",
26232 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
26233 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
26234 "requires": {
26235 "p-try": "^2.0.0"
26236 }
26237 },
26238 "p-locate": {
26239 "version": "4.1.0",
26240 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
26241 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
26242 "requires": {
26243 "p-limit": "^2.2.0"
26244 }
26245 }
26246 }
26247 },
26248 "pkg-up": {
26249 "version": "3.1.0",
26250 "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
26251 "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
26252 "requires": {
26253 "find-up": "^3.0.0"
26254 },
26255 "dependencies": {
26256 "find-up": {
26257 "version": "3.0.0",
26258 "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
26259 "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
26260 "requires": {
26261 "locate-path": "^3.0.0"
26262 }
26263 },
26264 "locate-path": {
26265 "version": "3.0.0",
26266 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
26267 "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
26268 "requires": {
26269 "p-locate": "^3.0.0",
26270 "path-exists": "^3.0.0"
26271 }
26272 },
26273 "p-limit": {
26274 "version": "2.3.0",
26275 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
26276 "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
26277 "requires": {
26278 "p-try": "^2.0.0"
26279 }
26280 },
26281 "p-locate": {
26282 "version": "3.0.0",
26283 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
26284 "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
26285 "requires": {
26286 "p-limit": "^2.0.0"
26287 }
26288 },
26289 "path-exists": {
26290 "version": "3.0.0",
26291 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
26292 "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="
26293 }
26294 }
1284 }, 26295 },
1285 "postcss": { 26296 "postcss": {
1286 "version": "8.4.21", 26297 "version": "8.4.21",
1287 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", 26298 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
1288 "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", 26299 "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
1289 "dev": true,
1290 "requires": { 26300 "requires": {
1291 "nanoid": "^3.3.4", 26301 "nanoid": "^3.3.4",
1292 "picocolors": "^1.0.0", 26302 "picocolors": "^1.0.0",
1293 "source-map-js": "^1.0.2" 26303 "source-map-js": "^1.0.2"
1294 } 26304 }
1295 }, 26305 },
26306 "postcss-attribute-case-insensitive": {
26307 "version": "5.0.2",
26308 "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz",
26309 "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==",
26310 "requires": {
26311 "postcss-selector-parser": "^6.0.10"
26312 }
26313 },
26314 "postcss-browser-comments": {
26315 "version": "4.0.0",
26316 "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz",
26317 "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==",
26318 "requires": {}
26319 },
26320 "postcss-calc": {
26321 "version": "8.2.4",
26322 "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
26323 "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
26324 "requires": {
26325 "postcss-selector-parser": "^6.0.9",
26326 "postcss-value-parser": "^4.2.0"
26327 }
26328 },
26329 "postcss-clamp": {
26330 "version": "4.1.0",
26331 "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
26332 "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
26333 "requires": {
26334 "postcss-value-parser": "^4.2.0"
26335 }
26336 },
26337 "postcss-color-functional-notation": {
26338 "version": "4.2.4",
26339 "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz",
26340 "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==",
26341 "requires": {
26342 "postcss-value-parser": "^4.2.0"
26343 }
26344 },
26345 "postcss-color-hex-alpha": {
26346 "version": "8.0.4",
26347 "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz",
26348 "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==",
26349 "requires": {
26350 "postcss-value-parser": "^4.2.0"
26351 }
26352 },
26353 "postcss-color-rebeccapurple": {
26354 "version": "7.1.1",
26355 "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz",
26356 "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==",
26357 "requires": {
26358 "postcss-value-parser": "^4.2.0"
26359 }
26360 },
26361 "postcss-colormin": {
26362 "version": "5.3.1",
26363 "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz",
26364 "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==",
26365 "requires": {
26366 "browserslist": "^4.21.4",
26367 "caniuse-api": "^3.0.0",
26368 "colord": "^2.9.1",
26369 "postcss-value-parser": "^4.2.0"
26370 }
26371 },
26372 "postcss-convert-values": {
26373 "version": "5.1.3",
26374 "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz",
26375 "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==",
26376 "requires": {
26377 "browserslist": "^4.21.4",
26378 "postcss-value-parser": "^4.2.0"
26379 }
26380 },
26381 "postcss-custom-media": {
26382 "version": "8.0.2",
26383 "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz",
26384 "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==",
26385 "requires": {
26386 "postcss-value-parser": "^4.2.0"
26387 }
26388 },
26389 "postcss-custom-properties": {
26390 "version": "12.1.11",
26391 "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz",
26392 "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==",
26393 "requires": {
26394 "postcss-value-parser": "^4.2.0"
26395 }
26396 },
26397 "postcss-custom-selectors": {
26398 "version": "6.0.3",
26399 "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz",
26400 "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==",
26401 "requires": {
26402 "postcss-selector-parser": "^6.0.4"
26403 }
26404 },
26405 "postcss-dir-pseudo-class": {
26406 "version": "6.0.5",
26407 "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz",
26408 "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==",
26409 "requires": {
26410 "postcss-selector-parser": "^6.0.10"
26411 }
26412 },
26413 "postcss-discard-comments": {
26414 "version": "5.1.2",
26415 "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
26416 "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
26417 "requires": {}
26418 },
26419 "postcss-discard-duplicates": {
26420 "version": "5.1.0",
26421 "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
26422 "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
26423 "requires": {}
26424 },
26425 "postcss-discard-empty": {
26426 "version": "5.1.1",
26427 "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
26428 "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
26429 "requires": {}
26430 },
26431 "postcss-discard-overridden": {
26432 "version": "5.1.0",
26433 "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
26434 "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
26435 "requires": {}
26436 },
26437 "postcss-double-position-gradients": {
26438 "version": "3.1.2",
26439 "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz",
26440 "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==",
26441 "requires": {
26442 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
26443 "postcss-value-parser": "^4.2.0"
26444 }
26445 },
26446 "postcss-env-function": {
26447 "version": "4.0.6",
26448 "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz",
26449 "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==",
26450 "requires": {
26451 "postcss-value-parser": "^4.2.0"
26452 }
26453 },
26454 "postcss-flexbugs-fixes": {
26455 "version": "5.0.2",
26456 "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
26457 "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
26458 "requires": {}
26459 },
26460 "postcss-focus-visible": {
26461 "version": "6.0.4",
26462 "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
26463 "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
26464 "requires": {
26465 "postcss-selector-parser": "^6.0.9"
26466 }
26467 },
26468 "postcss-focus-within": {
26469 "version": "5.0.4",
26470 "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz",
26471 "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==",
26472 "requires": {
26473 "postcss-selector-parser": "^6.0.9"
26474 }
26475 },
26476 "postcss-font-variant": {
26477 "version": "5.0.0",
26478 "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
26479 "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
26480 "requires": {}
26481 },
26482 "postcss-gap-properties": {
26483 "version": "3.0.5",
26484 "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz",
26485 "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==",
26486 "requires": {}
26487 },
26488 "postcss-image-set-function": {
26489 "version": "4.0.7",
26490 "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz",
26491 "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==",
26492 "requires": {
26493 "postcss-value-parser": "^4.2.0"
26494 }
26495 },
26496 "postcss-import": {
26497 "version": "14.1.0",
26498 "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz",
26499 "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==",
26500 "requires": {
26501 "postcss-value-parser": "^4.0.0",
26502 "read-cache": "^1.0.0",
26503 "resolve": "^1.1.7"
26504 }
26505 },
26506 "postcss-initial": {
26507 "version": "4.0.1",
26508 "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
26509 "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
26510 "requires": {}
26511 },
26512 "postcss-js": {
26513 "version": "4.0.1",
26514 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
26515 "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
26516 "requires": {
26517 "camelcase-css": "^2.0.1"
26518 }
26519 },
26520 "postcss-lab-function": {
26521 "version": "4.2.1",
26522 "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz",
26523 "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==",
26524 "requires": {
26525 "@csstools/postcss-progressive-custom-properties": "^1.1.0",
26526 "postcss-value-parser": "^4.2.0"
26527 }
26528 },
26529 "postcss-load-config": {
26530 "version": "3.1.4",
26531 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
26532 "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
26533 "requires": {
26534 "lilconfig": "^2.0.5",
26535 "yaml": "^1.10.2"
26536 }
26537 },
26538 "postcss-loader": {
26539 "version": "6.2.1",
26540 "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
26541 "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
26542 "requires": {
26543 "cosmiconfig": "^7.0.0",
26544 "klona": "^2.0.5",
26545 "semver": "^7.3.5"
26546 }
26547 },
26548 "postcss-logical": {
26549 "version": "5.0.4",
26550 "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz",
26551 "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
26552 "requires": {}
26553 },
26554 "postcss-media-minmax": {
26555 "version": "5.0.0",
26556 "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
26557 "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
26558 "requires": {}
26559 },
26560 "postcss-merge-longhand": {
26561 "version": "5.1.7",
26562 "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz",
26563 "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==",
26564 "requires": {
26565 "postcss-value-parser": "^4.2.0",
26566 "stylehacks": "^5.1.1"
26567 }
26568 },
26569 "postcss-merge-rules": {
26570 "version": "5.1.4",
26571 "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz",
26572 "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==",
26573 "requires": {
26574 "browserslist": "^4.21.4",
26575 "caniuse-api": "^3.0.0",
26576 "cssnano-utils": "^3.1.0",
26577 "postcss-selector-parser": "^6.0.5"
26578 }
26579 },
26580 "postcss-minify-font-values": {
26581 "version": "5.1.0",
26582 "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
26583 "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
26584 "requires": {
26585 "postcss-value-parser": "^4.2.0"
26586 }
26587 },
26588 "postcss-minify-gradients": {
26589 "version": "5.1.1",
26590 "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
26591 "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
26592 "requires": {
26593 "colord": "^2.9.1",
26594 "cssnano-utils": "^3.1.0",
26595 "postcss-value-parser": "^4.2.0"
26596 }
26597 },
26598 "postcss-minify-params": {
26599 "version": "5.1.4",
26600 "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz",
26601 "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==",
26602 "requires": {
26603 "browserslist": "^4.21.4",
26604 "cssnano-utils": "^3.1.0",
26605 "postcss-value-parser": "^4.2.0"
26606 }
26607 },
26608 "postcss-minify-selectors": {
26609 "version": "5.2.1",
26610 "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz",
26611 "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==",
26612 "requires": {
26613 "postcss-selector-parser": "^6.0.5"
26614 }
26615 },
26616 "postcss-modules-extract-imports": {
26617 "version": "3.0.0",
26618 "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
26619 "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
26620 "requires": {}
26621 },
26622 "postcss-modules-local-by-default": {
26623 "version": "4.0.0",
26624 "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
26625 "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
26626 "requires": {
26627 "icss-utils": "^5.0.0",
26628 "postcss-selector-parser": "^6.0.2",
26629 "postcss-value-parser": "^4.1.0"
26630 }
26631 },
26632 "postcss-modules-scope": {
26633 "version": "3.0.0",
26634 "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
26635 "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
26636 "requires": {
26637 "postcss-selector-parser": "^6.0.4"
26638 }
26639 },
26640 "postcss-modules-values": {
26641 "version": "4.0.0",
26642 "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
26643 "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
26644 "requires": {
26645 "icss-utils": "^5.0.0"
26646 }
26647 },
26648 "postcss-nested": {
26649 "version": "6.0.0",
26650 "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz",
26651 "integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==",
26652 "requires": {
26653 "postcss-selector-parser": "^6.0.10"
26654 }
26655 },
26656 "postcss-nesting": {
26657 "version": "10.2.0",
26658 "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz",
26659 "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==",
26660 "requires": {
26661 "@csstools/selector-specificity": "^2.0.0",
26662 "postcss-selector-parser": "^6.0.10"
26663 }
26664 },
26665 "postcss-normalize": {
26666 "version": "10.0.1",
26667 "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz",
26668 "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==",
26669 "requires": {
26670 "@csstools/normalize.css": "*",
26671 "postcss-browser-comments": "^4",
26672 "sanitize.css": "*"
26673 }
26674 },
26675 "postcss-normalize-charset": {
26676 "version": "5.1.0",
26677 "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
26678 "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
26679 "requires": {}
26680 },
26681 "postcss-normalize-display-values": {
26682 "version": "5.1.0",
26683 "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
26684 "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
26685 "requires": {
26686 "postcss-value-parser": "^4.2.0"
26687 }
26688 },
26689 "postcss-normalize-positions": {
26690 "version": "5.1.1",
26691 "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz",
26692 "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==",
26693 "requires": {
26694 "postcss-value-parser": "^4.2.0"
26695 }
26696 },
26697 "postcss-normalize-repeat-style": {
26698 "version": "5.1.1",
26699 "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz",
26700 "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==",
26701 "requires": {
26702 "postcss-value-parser": "^4.2.0"
26703 }
26704 },
26705 "postcss-normalize-string": {
26706 "version": "5.1.0",
26707 "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
26708 "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
26709 "requires": {
26710 "postcss-value-parser": "^4.2.0"
26711 }
26712 },
26713 "postcss-normalize-timing-functions": {
26714 "version": "5.1.0",
26715 "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
26716 "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
26717 "requires": {
26718 "postcss-value-parser": "^4.2.0"
26719 }
26720 },
26721 "postcss-normalize-unicode": {
26722 "version": "5.1.1",
26723 "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz",
26724 "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==",
26725 "requires": {
26726 "browserslist": "^4.21.4",
26727 "postcss-value-parser": "^4.2.0"
26728 }
26729 },
26730 "postcss-normalize-url": {
26731 "version": "5.1.0",
26732 "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
26733 "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
26734 "requires": {
26735 "normalize-url": "^6.0.1",
26736 "postcss-value-parser": "^4.2.0"
26737 }
26738 },
26739 "postcss-normalize-whitespace": {
26740 "version": "5.1.1",
26741 "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
26742 "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
26743 "requires": {
26744 "postcss-value-parser": "^4.2.0"
26745 }
26746 },
26747 "postcss-opacity-percentage": {
26748 "version": "1.1.3",
26749 "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz",
26750 "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==",
26751 "requires": {}
26752 },
26753 "postcss-ordered-values": {
26754 "version": "5.1.3",
26755 "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz",
26756 "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==",
26757 "requires": {
26758 "cssnano-utils": "^3.1.0",
26759 "postcss-value-parser": "^4.2.0"
26760 }
26761 },
26762 "postcss-overflow-shorthand": {
26763 "version": "3.0.4",
26764 "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz",
26765 "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==",
26766 "requires": {
26767 "postcss-value-parser": "^4.2.0"
26768 }
26769 },
26770 "postcss-page-break": {
26771 "version": "3.0.4",
26772 "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
26773 "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
26774 "requires": {}
26775 },
26776 "postcss-place": {
26777 "version": "7.0.5",
26778 "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz",
26779 "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==",
26780 "requires": {
26781 "postcss-value-parser": "^4.2.0"
26782 }
26783 },
26784 "postcss-preset-env": {
26785 "version": "7.8.3",
26786 "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz",
26787 "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==",
26788 "requires": {
26789 "@csstools/postcss-cascade-layers": "^1.1.1",
26790 "@csstools/postcss-color-function": "^1.1.1",
26791 "@csstools/postcss-font-format-keywords": "^1.0.1",
26792 "@csstools/postcss-hwb-function": "^1.0.2",
26793 "@csstools/postcss-ic-unit": "^1.0.1",
26794 "@csstools/postcss-is-pseudo-class": "^2.0.7",
26795 "@csstools/postcss-nested-calc": "^1.0.0",
26796 "@csstools/postcss-normalize-display-values": "^1.0.1",
26797 "@csstools/postcss-oklab-function": "^1.1.1",
26798 "@csstools/postcss-progressive-custom-properties": "^1.3.0",
26799 "@csstools/postcss-stepped-value-functions": "^1.0.1",
26800 "@csstools/postcss-text-decoration-shorthand": "^1.0.0",
26801 "@csstools/postcss-trigonometric-functions": "^1.0.2",
26802 "@csstools/postcss-unset-value": "^1.0.2",
26803 "autoprefixer": "^10.4.13",
26804 "browserslist": "^4.21.4",
26805 "css-blank-pseudo": "^3.0.3",
26806 "css-has-pseudo": "^3.0.4",
26807 "css-prefers-color-scheme": "^6.0.3",
26808 "cssdb": "^7.1.0",
26809 "postcss-attribute-case-insensitive": "^5.0.2",
26810 "postcss-clamp": "^4.1.0",
26811 "postcss-color-functional-notation": "^4.2.4",
26812 "postcss-color-hex-alpha": "^8.0.4",
26813 "postcss-color-rebeccapurple": "^7.1.1",
26814 "postcss-custom-media": "^8.0.2",
26815 "postcss-custom-properties": "^12.1.10",
26816 "postcss-custom-selectors": "^6.0.3",
26817 "postcss-dir-pseudo-class": "^6.0.5",
26818 "postcss-double-position-gradients": "^3.1.2",
26819 "postcss-env-function": "^4.0.6",
26820 "postcss-focus-visible": "^6.0.4",
26821 "postcss-focus-within": "^5.0.4",
26822 "postcss-font-variant": "^5.0.0",
26823 "postcss-gap-properties": "^3.0.5",
26824 "postcss-image-set-function": "^4.0.7",
26825 "postcss-initial": "^4.0.1",
26826 "postcss-lab-function": "^4.2.1",
26827 "postcss-logical": "^5.0.4",
26828 "postcss-media-minmax": "^5.0.0",
26829 "postcss-nesting": "^10.2.0",
26830 "postcss-opacity-percentage": "^1.1.2",
26831 "postcss-overflow-shorthand": "^3.0.4",
26832 "postcss-page-break": "^3.0.4",
26833 "postcss-place": "^7.0.5",
26834 "postcss-pseudo-class-any-link": "^7.1.6",
26835 "postcss-replace-overflow-wrap": "^4.0.0",
26836 "postcss-selector-not": "^6.0.1",
26837 "postcss-value-parser": "^4.2.0"
26838 }
26839 },
26840 "postcss-pseudo-class-any-link": {
26841 "version": "7.1.6",
26842 "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz",
26843 "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==",
26844 "requires": {
26845 "postcss-selector-parser": "^6.0.10"
26846 }
26847 },
26848 "postcss-reduce-initial": {
26849 "version": "5.1.2",
26850 "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz",
26851 "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==",
26852 "requires": {
26853 "browserslist": "^4.21.4",
26854 "caniuse-api": "^3.0.0"
26855 }
26856 },
26857 "postcss-reduce-transforms": {
26858 "version": "5.1.0",
26859 "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
26860 "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
26861 "requires": {
26862 "postcss-value-parser": "^4.2.0"
26863 }
26864 },
26865 "postcss-replace-overflow-wrap": {
26866 "version": "4.0.0",
26867 "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
26868 "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
26869 "requires": {}
26870 },
26871 "postcss-selector-not": {
26872 "version": "6.0.1",
26873 "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz",
26874 "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==",
26875 "requires": {
26876 "postcss-selector-parser": "^6.0.10"
26877 }
26878 },
26879 "postcss-selector-parser": {
26880 "version": "6.0.11",
26881 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz",
26882 "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==",
26883 "requires": {
26884 "cssesc": "^3.0.0",
26885 "util-deprecate": "^1.0.2"
26886 }
26887 },
26888 "postcss-svgo": {
26889 "version": "5.1.0",
26890 "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
26891 "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
26892 "requires": {
26893 "postcss-value-parser": "^4.2.0",
26894 "svgo": "^2.7.0"
26895 },
26896 "dependencies": {
26897 "commander": {
26898 "version": "7.2.0",
26899 "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
26900 "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
26901 },
26902 "css-tree": {
26903 "version": "1.1.3",
26904 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
26905 "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
26906 "requires": {
26907 "mdn-data": "2.0.14",
26908 "source-map": "^0.6.1"
26909 }
26910 },
26911 "mdn-data": {
26912 "version": "2.0.14",
26913 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
26914 "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
26915 },
26916 "source-map": {
26917 "version": "0.6.1",
26918 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
26919 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
26920 },
26921 "svgo": {
26922 "version": "2.8.0",
26923 "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
26924 "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
26925 "requires": {
26926 "@trysound/sax": "0.2.0",
26927 "commander": "^7.2.0",
26928 "css-select": "^4.1.3",
26929 "css-tree": "^1.1.3",
26930 "csso": "^4.2.0",
26931 "picocolors": "^1.0.0",
26932 "stable": "^0.1.8"
26933 }
26934 }
26935 }
26936 },
26937 "postcss-unique-selectors": {
26938 "version": "5.1.1",
26939 "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
26940 "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
26941 "requires": {
26942 "postcss-selector-parser": "^6.0.5"
26943 }
26944 },
26945 "postcss-value-parser": {
26946 "version": "4.2.0",
26947 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
26948 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
26949 },
26950 "prelude-ls": {
26951 "version": "1.2.1",
26952 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
26953 "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
26954 },
26955 "pretty-bytes": {
26956 "version": "5.6.0",
26957 "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
26958 "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg=="
26959 },
26960 "pretty-error": {
26961 "version": "4.0.0",
26962 "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
26963 "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
26964 "requires": {
26965 "lodash": "^4.17.20",
26966 "renderkid": "^3.0.0"
26967 }
26968 },
26969 "pretty-format": {
26970 "version": "27.5.1",
26971 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
26972 "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
26973 "requires": {
26974 "ansi-regex": "^5.0.1",
26975 "ansi-styles": "^5.0.0",
26976 "react-is": "^17.0.1"
26977 },
26978 "dependencies": {
26979 "ansi-styles": {
26980 "version": "5.2.0",
26981 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
26982 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
26983 }
26984 }
26985 },
26986 "process-nextick-args": {
26987 "version": "2.0.1",
26988 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
26989 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
26990 },
26991 "promise": {
26992 "version": "8.3.0",
26993 "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
26994 "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==",
26995 "requires": {
26996 "asap": "~2.0.6"
26997 }
26998 },
26999 "prompts": {
27000 "version": "2.4.2",
27001 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
27002 "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
27003 "requires": {
27004 "kleur": "^3.0.3",
27005 "sisteransi": "^1.0.5"
27006 }
27007 },
27008 "prop-types": {
27009 "version": "15.8.1",
27010 "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
27011 "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
27012 "requires": {
27013 "loose-envify": "^1.4.0",
27014 "object-assign": "^4.1.1",
27015 "react-is": "^16.13.1"
27016 },
27017 "dependencies": {
27018 "react-is": {
27019 "version": "16.13.1",
27020 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
27021 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
27022 }
27023 }
27024 },
27025 "proxy-addr": {
27026 "version": "2.0.7",
27027 "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
27028 "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
27029 "requires": {
27030 "forwarded": "0.2.0",
27031 "ipaddr.js": "1.9.1"
27032 },
27033 "dependencies": {
27034 "ipaddr.js": {
27035 "version": "1.9.1",
27036 "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
27037 "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="
27038 }
27039 }
27040 },
27041 "psl": {
27042 "version": "1.9.0",
27043 "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
27044 "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="
27045 },
27046 "punycode": {
27047 "version": "2.3.0",
27048 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
27049 "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA=="
27050 },
27051 "q": {
27052 "version": "1.5.1",
27053 "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
27054 "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw=="
27055 },
27056 "qs": {
27057 "version": "6.11.0",
27058 "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
27059 "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
27060 "requires": {
27061 "side-channel": "^1.0.4"
27062 }
27063 },
27064 "querystringify": {
27065 "version": "2.2.0",
27066 "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
27067 "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
27068 },
27069 "queue-microtask": {
27070 "version": "1.2.3",
27071 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
27072 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="
27073 },
27074 "quick-lru": {
27075 "version": "5.1.1",
27076 "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
27077 "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA=="
27078 },
27079 "raf": {
27080 "version": "3.4.1",
27081 "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
27082 "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
27083 "requires": {
27084 "performance-now": "^2.1.0"
27085 }
27086 },
27087 "randombytes": {
27088 "version": "2.1.0",
27089 "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
27090 "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
27091 "requires": {
27092 "safe-buffer": "^5.1.0"
27093 }
27094 },
27095 "range-parser": {
27096 "version": "1.2.1",
27097 "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
27098 "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
27099 },
27100 "raw-body": {
27101 "version": "2.5.1",
27102 "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz",
27103 "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
27104 "requires": {
27105 "bytes": "3.1.2",
27106 "http-errors": "2.0.0",
27107 "iconv-lite": "0.4.24",
27108 "unpipe": "1.0.0"
27109 },
27110 "dependencies": {
27111 "bytes": {
27112 "version": "3.1.2",
27113 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
27114 "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="
27115 },
27116 "iconv-lite": {
27117 "version": "0.4.24",
27118 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
27119 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
27120 "requires": {
27121 "safer-buffer": ">= 2.1.2 < 3"
27122 }
27123 }
27124 }
27125 },
1296 "react": { 27126 "react": {
1297 "version": "18.2.0", 27127 "version": "18.2.0",
1298 "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", 27128 "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
@@ -1301,6 +27131,105 @@
1301 "loose-envify": "^1.1.0" 27131 "loose-envify": "^1.1.0"
1302 } 27132 }
1303 }, 27133 },
27134 "react-app-polyfill": {
27135 "version": "3.0.0",
27136 "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
27137 "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
27138 "requires": {
27139 "core-js": "^3.19.2",
27140 "object-assign": "^4.1.1",
27141 "promise": "^8.1.0",
27142 "raf": "^3.4.1",
27143 "regenerator-runtime": "^0.13.9",
27144 "whatwg-fetch": "^3.6.2"
27145 }
27146 },
27147 "react-dev-utils": {
27148 "version": "12.0.1",
27149 "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",
27150 "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==",
27151 "requires": {
27152 "@babel/code-frame": "^7.16.0",
27153 "address": "^1.1.2",
27154 "browserslist": "^4.18.1",
27155 "chalk": "^4.1.2",
27156 "cross-spawn": "^7.0.3",
27157 "detect-port-alt": "^1.1.6",
27158 "escape-string-regexp": "^4.0.0",
27159 "filesize": "^8.0.6",
27160 "find-up": "^5.0.0",
27161 "fork-ts-checker-webpack-plugin": "^6.5.0",
27162 "global-modules": "^2.0.0",
27163 "globby": "^11.0.4",
27164 "gzip-size": "^6.0.0",
27165 "immer": "^9.0.7",
27166 "is-root": "^2.1.0",
27167 "loader-utils": "^3.2.0",
27168 "open": "^8.4.0",
27169 "pkg-up": "^3.1.0",
27170 "prompts": "^2.4.2",
27171 "react-error-overlay": "^6.0.11",
27172 "recursive-readdir": "^2.2.2",
27173 "shell-quote": "^1.7.3",
27174 "strip-ansi": "^6.0.1",
27175 "text-table": "^0.2.0"
27176 },
27177 "dependencies": {
27178 "ansi-styles": {
27179 "version": "4.3.0",
27180 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
27181 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
27182 "requires": {
27183 "color-convert": "^2.0.1"
27184 }
27185 },
27186 "chalk": {
27187 "version": "4.1.2",
27188 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
27189 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
27190 "requires": {
27191 "ansi-styles": "^4.1.0",
27192 "supports-color": "^7.1.0"
27193 }
27194 },
27195 "color-convert": {
27196 "version": "2.0.1",
27197 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
27198 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
27199 "requires": {
27200 "color-name": "~1.1.4"
27201 }
27202 },
27203 "color-name": {
27204 "version": "1.1.4",
27205 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
27206 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
27207 },
27208 "escape-string-regexp": {
27209 "version": "4.0.0",
27210 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
27211 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
27212 },
27213 "has-flag": {
27214 "version": "4.0.0",
27215 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
27216 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
27217 },
27218 "loader-utils": {
27219 "version": "3.2.1",
27220 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz",
27221 "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw=="
27222 },
27223 "supports-color": {
27224 "version": "7.2.0",
27225 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
27226 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
27227 "requires": {
27228 "has-flag": "^4.0.0"
27229 }
27230 }
27231 }
27232 },
1304 "react-dom": { 27233 "react-dom": {
1305 "version": "18.2.0", 27234 "version": "18.2.0",
1306 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", 27235 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
@@ -1310,26 +27239,411 @@
1310 "scheduler": "^0.23.0" 27239 "scheduler": "^0.23.0"
1311 } 27240 }
1312 }, 27241 },
27242 "react-error-overlay": {
27243 "version": "6.0.11",
27244 "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz",
27245 "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg=="
27246 },
27247 "react-is": {
27248 "version": "17.0.2",
27249 "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
27250 "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
27251 },
27252 "react-refresh": {
27253 "version": "0.11.0",
27254 "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
27255 "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A=="
27256 },
27257 "react-scripts": {
27258 "version": "5.0.1",
27259 "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz",
27260 "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==",
27261 "requires": {
27262 "@babel/core": "^7.16.0",
27263 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
27264 "@svgr/webpack": "^5.5.0",
27265 "babel-jest": "^27.4.2",
27266 "babel-loader": "^8.2.3",
27267 "babel-plugin-named-asset-import": "^0.3.8",
27268 "babel-preset-react-app": "^10.0.1",
27269 "bfj": "^7.0.2",
27270 "browserslist": "^4.18.1",
27271 "camelcase": "^6.2.1",
27272 "case-sensitive-paths-webpack-plugin": "^2.4.0",
27273 "css-loader": "^6.5.1",
27274 "css-minimizer-webpack-plugin": "^3.2.0",
27275 "dotenv": "^10.0.0",
27276 "dotenv-expand": "^5.1.0",
27277 "eslint": "^8.3.0",
27278 "eslint-config-react-app": "^7.0.1",
27279 "eslint-webpack-plugin": "^3.1.1",
27280 "file-loader": "^6.2.0",
27281 "fs-extra": "^10.0.0",
27282 "fsevents": "^2.3.2",
27283 "html-webpack-plugin": "^5.5.0",
27284 "identity-obj-proxy": "^3.0.0",
27285 "jest": "^27.4.3",
27286 "jest-resolve": "^27.4.2",
27287 "jest-watch-typeahead": "^1.0.0",
27288 "mini-css-extract-plugin": "^2.4.5",
27289 "postcss": "^8.4.4",
27290 "postcss-flexbugs-fixes": "^5.0.2",
27291 "postcss-loader": "^6.2.1",
27292 "postcss-normalize": "^10.0.1",
27293 "postcss-preset-env": "^7.0.1",
27294 "prompts": "^2.4.2",
27295 "react-app-polyfill": "^3.0.0",
27296 "react-dev-utils": "^12.0.1",
27297 "react-refresh": "^0.11.0",
27298 "resolve": "^1.20.0",
27299 "resolve-url-loader": "^4.0.0",
27300 "sass-loader": "^12.3.0",
27301 "semver": "^7.3.5",
27302 "source-map-loader": "^3.0.0",
27303 "style-loader": "^3.3.1",
27304 "tailwindcss": "^3.0.2",
27305 "terser-webpack-plugin": "^5.2.5",
27306 "webpack": "^5.64.4",
27307 "webpack-dev-server": "^4.6.0",
27308 "webpack-manifest-plugin": "^4.0.2",
27309 "workbox-webpack-plugin": "^6.4.1"
27310 }
27311 },
27312 "read-cache": {
27313 "version": "1.0.0",
27314 "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
27315 "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
27316 "requires": {
27317 "pify": "^2.3.0"
27318 }
27319 },
27320 "readable-stream": {
27321 "version": "3.6.0",
27322 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
27323 "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
27324 "requires": {
27325 "inherits": "^2.0.3",
27326 "string_decoder": "^1.1.1",
27327 "util-deprecate": "^1.0.1"
27328 }
27329 },
27330 "readdirp": {
27331 "version": "3.6.0",
27332 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
27333 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
27334 "requires": {
27335 "picomatch": "^2.2.1"
27336 }
27337 },
27338 "recursive-readdir": {
27339 "version": "2.2.3",
27340 "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz",
27341 "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==",
27342 "requires": {
27343 "minimatch": "^3.0.5"
27344 }
27345 },
27346 "redent": {
27347 "version": "3.0.0",
27348 "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
27349 "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
27350 "requires": {
27351 "indent-string": "^4.0.0",
27352 "strip-indent": "^3.0.0"
27353 }
27354 },
27355 "regenerate": {
27356 "version": "1.4.2",
27357 "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
27358 "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
27359 },
27360 "regenerate-unicode-properties": {
27361 "version": "10.1.0",
27362 "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz",
27363 "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==",
27364 "requires": {
27365 "regenerate": "^1.4.2"
27366 }
27367 },
27368 "regenerator-runtime": {
27369 "version": "0.13.11",
27370 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
27371 "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
27372 },
27373 "regenerator-transform": {
27374 "version": "0.15.1",
27375 "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz",
27376 "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==",
27377 "requires": {
27378 "@babel/runtime": "^7.8.4"
27379 }
27380 },
27381 "regex-parser": {
27382 "version": "2.2.11",
27383 "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
27384 "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
27385 },
27386 "regexp.prototype.flags": {
27387 "version": "1.4.3",
27388 "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",
27389 "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==",
27390 "requires": {
27391 "call-bind": "^1.0.2",
27392 "define-properties": "^1.1.3",
27393 "functions-have-names": "^1.2.2"
27394 }
27395 },
27396 "regexpp": {
27397 "version": "3.2.0",
27398 "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
27399 "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg=="
27400 },
27401 "regexpu-core": {
27402 "version": "5.3.1",
27403 "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.1.tgz",
27404 "integrity": "sha512-nCOzW2V/X15XpLsK2rlgdwrysrBq+AauCn+omItIz4R1pIcmeot5zvjdmOBRLzEH/CkC6IxMJVmxDe3QcMuNVQ==",
27405 "requires": {
27406 "@babel/regjsgen": "^0.8.0",
27407 "regenerate": "^1.4.2",
27408 "regenerate-unicode-properties": "^10.1.0",
27409 "regjsparser": "^0.9.1",
27410 "unicode-match-property-ecmascript": "^2.0.0",
27411 "unicode-match-property-value-ecmascript": "^2.1.0"
27412 }
27413 },
27414 "regjsparser": {
27415 "version": "0.9.1",
27416 "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
27417 "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
27418 "requires": {
27419 "jsesc": "~0.5.0"
27420 },
27421 "dependencies": {
27422 "jsesc": {
27423 "version": "0.5.0",
27424 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
27425 "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA=="
27426 }
27427 }
27428 },
27429 "relateurl": {
27430 "version": "0.2.7",
27431 "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
27432 "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog=="
27433 },
27434 "renderkid": {
27435 "version": "3.0.0",
27436 "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
27437 "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
27438 "requires": {
27439 "css-select": "^4.1.3",
27440 "dom-converter": "^0.2.0",
27441 "htmlparser2": "^6.1.0",
27442 "lodash": "^4.17.21",
27443 "strip-ansi": "^6.0.1"
27444 }
27445 },
27446 "require-directory": {
27447 "version": "2.1.1",
27448 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
27449 "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q=="
27450 },
27451 "require-from-string": {
27452 "version": "2.0.2",
27453 "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
27454 "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="
27455 },
27456 "requires-port": {
27457 "version": "1.0.0",
27458 "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
27459 "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
27460 },
1313 "resolve": { 27461 "resolve": {
1314 "version": "1.22.1", 27462 "version": "1.22.1",
1315 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", 27463 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
1316 "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", 27464 "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
1317 "dev": true,
1318 "requires": { 27465 "requires": {
1319 "is-core-module": "^2.9.0", 27466 "is-core-module": "^2.9.0",
1320 "path-parse": "^1.0.7", 27467 "path-parse": "^1.0.7",
1321 "supports-preserve-symlinks-flag": "^1.0.0" 27468 "supports-preserve-symlinks-flag": "^1.0.0"
1322 } 27469 }
1323 }, 27470 },
27471 "resolve-cwd": {
27472 "version": "3.0.0",
27473 "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
27474 "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
27475 "requires": {
27476 "resolve-from": "^5.0.0"
27477 }
27478 },
27479 "resolve-from": {
27480 "version": "5.0.0",
27481 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
27482 "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
27483 },
27484 "resolve-url-loader": {
27485 "version": "4.0.0",
27486 "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
27487 "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
27488 "requires": {
27489 "adjust-sourcemap-loader": "^4.0.0",
27490 "convert-source-map": "^1.7.0",
27491 "loader-utils": "^2.0.0",
27492 "postcss": "^7.0.35",
27493 "source-map": "0.6.1"
27494 },
27495 "dependencies": {
27496 "picocolors": {
27497 "version": "0.2.1",
27498 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
27499 "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
27500 },
27501 "postcss": {
27502 "version": "7.0.39",
27503 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
27504 "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
27505 "requires": {
27506 "picocolors": "^0.2.1",
27507 "source-map": "^0.6.1"
27508 }
27509 },
27510 "source-map": {
27511 "version": "0.6.1",
27512 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
27513 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
27514 }
27515 }
27516 },
27517 "resolve.exports": {
27518 "version": "1.1.1",
27519 "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz",
27520 "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ=="
27521 },
27522 "retry": {
27523 "version": "0.13.1",
27524 "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
27525 "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg=="
27526 },
27527 "reusify": {
27528 "version": "1.0.4",
27529 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
27530 "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw=="
27531 },
27532 "rimraf": {
27533 "version": "3.0.2",
27534 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
27535 "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
27536 "requires": {
27537 "glob": "^7.1.3"
27538 }
27539 },
1324 "rollup": { 27540 "rollup": {
1325 "version": "3.9.1", 27541 "version": "2.79.1",
1326 "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.9.1.tgz", 27542 "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
1327 "integrity": "sha512-GswCYHXftN8ZKGVgQhTFUJB/NBXxrRGgO2NCy6E8s1rwEJ4Q9/VttNqcYfEvx4dTo4j58YqdC3OVztPzlKSX8w==", 27543 "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
1328 "dev": true,
1329 "requires": { 27544 "requires": {
1330 "fsevents": "~2.3.2" 27545 "fsevents": "~2.3.2"
1331 } 27546 }
1332 }, 27547 },
27548 "rollup-plugin-terser": {
27549 "version": "7.0.2",
27550 "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
27551 "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
27552 "requires": {
27553 "@babel/code-frame": "^7.10.4",
27554 "jest-worker": "^26.2.1",
27555 "serialize-javascript": "^4.0.0",
27556 "terser": "^5.0.0"
27557 },
27558 "dependencies": {
27559 "has-flag": {
27560 "version": "4.0.0",
27561 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
27562 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
27563 },
27564 "jest-worker": {
27565 "version": "26.6.2",
27566 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
27567 "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
27568 "requires": {
27569 "@types/node": "*",
27570 "merge-stream": "^2.0.0",
27571 "supports-color": "^7.0.0"
27572 }
27573 },
27574 "serialize-javascript": {
27575 "version": "4.0.0",
27576 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
27577 "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
27578 "requires": {
27579 "randombytes": "^2.1.0"
27580 }
27581 },
27582 "supports-color": {
27583 "version": "7.2.0",
27584 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
27585 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
27586 "requires": {
27587 "has-flag": "^4.0.0"
27588 }
27589 }
27590 }
27591 },
27592 "run-parallel": {
27593 "version": "1.2.0",
27594 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
27595 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
27596 "requires": {
27597 "queue-microtask": "^1.2.2"
27598 }
27599 },
27600 "safe-buffer": {
27601 "version": "5.2.1",
27602 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
27603 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
27604 },
27605 "safe-regex-test": {
27606 "version": "1.0.0",
27607 "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
27608 "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
27609 "requires": {
27610 "call-bind": "^1.0.2",
27611 "get-intrinsic": "^1.1.3",
27612 "is-regex": "^1.1.4"
27613 }
27614 },
27615 "safer-buffer": {
27616 "version": "2.1.2",
27617 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
27618 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
27619 },
27620 "sanitize.css": {
27621 "version": "13.0.0",
27622 "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz",
27623 "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA=="
27624 },
27625 "sass-loader": {
27626 "version": "12.6.0",
27627 "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz",
27628 "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==",
27629 "requires": {
27630 "klona": "^2.0.4",
27631 "neo-async": "^2.6.2"
27632 }
27633 },
27634 "sax": {
27635 "version": "1.2.4",
27636 "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
27637 "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
27638 },
27639 "saxes": {
27640 "version": "5.0.1",
27641 "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
27642 "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
27643 "requires": {
27644 "xmlchars": "^2.2.0"
27645 }
27646 },
1333 "scheduler": { 27647 "scheduler": {
1334 "version": "0.23.0", 27648 "version": "0.23.0",
1335 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", 27649 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
@@ -1338,36 +27652,1754 @@
1338 "loose-envify": "^1.1.0" 27652 "loose-envify": "^1.1.0"
1339 } 27653 }
1340 }, 27654 },
27655 "schema-utils": {
27656 "version": "3.1.1",
27657 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
27658 "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
27659 "requires": {
27660 "@types/json-schema": "^7.0.8",
27661 "ajv": "^6.12.5",
27662 "ajv-keywords": "^3.5.2"
27663 }
27664 },
27665 "select-hose": {
27666 "version": "2.0.0",
27667 "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
27668 "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg=="
27669 },
27670 "selfsigned": {
27671 "version": "2.1.1",
27672 "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.1.1.tgz",
27673 "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==",
27674 "requires": {
27675 "node-forge": "^1"
27676 }
27677 },
27678 "semver": {
27679 "version": "7.3.8",
27680 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
27681 "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
27682 "requires": {
27683 "lru-cache": "^6.0.0"
27684 },
27685 "dependencies": {
27686 "lru-cache": {
27687 "version": "6.0.0",
27688 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
27689 "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
27690 "requires": {
27691 "yallist": "^4.0.0"
27692 }
27693 },
27694 "yallist": {
27695 "version": "4.0.0",
27696 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
27697 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
27698 }
27699 }
27700 },
27701 "send": {
27702 "version": "0.18.0",
27703 "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
27704 "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
27705 "requires": {
27706 "debug": "2.6.9",
27707 "depd": "2.0.0",
27708 "destroy": "1.2.0",
27709 "encodeurl": "~1.0.2",
27710 "escape-html": "~1.0.3",
27711 "etag": "~1.8.1",
27712 "fresh": "0.5.2",
27713 "http-errors": "2.0.0",
27714 "mime": "1.6.0",
27715 "ms": "2.1.3",
27716 "on-finished": "2.4.1",
27717 "range-parser": "~1.2.1",
27718 "statuses": "2.0.1"
27719 },
27720 "dependencies": {
27721 "debug": {
27722 "version": "2.6.9",
27723 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
27724 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
27725 "requires": {
27726 "ms": "2.0.0"
27727 },
27728 "dependencies": {
27729 "ms": {
27730 "version": "2.0.0",
27731 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
27732 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
27733 }
27734 }
27735 },
27736 "ms": {
27737 "version": "2.1.3",
27738 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
27739 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
27740 }
27741 }
27742 },
27743 "serialize-javascript": {
27744 "version": "6.0.1",
27745 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz",
27746 "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==",
27747 "requires": {
27748 "randombytes": "^2.1.0"
27749 }
27750 },
27751 "serve-index": {
27752 "version": "1.9.1",
27753 "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
27754 "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
27755 "requires": {
27756 "accepts": "~1.3.4",
27757 "batch": "0.6.1",
27758 "debug": "2.6.9",
27759 "escape-html": "~1.0.3",
27760 "http-errors": "~1.6.2",
27761 "mime-types": "~2.1.17",
27762 "parseurl": "~1.3.2"
27763 },
27764 "dependencies": {
27765 "debug": {
27766 "version": "2.6.9",
27767 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
27768 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
27769 "requires": {
27770 "ms": "2.0.0"
27771 }
27772 },
27773 "depd": {
27774 "version": "1.1.2",
27775 "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
27776 "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ=="
27777 },
27778 "http-errors": {
27779 "version": "1.6.3",
27780 "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
27781 "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
27782 "requires": {
27783 "depd": "~1.1.2",
27784 "inherits": "2.0.3",
27785 "setprototypeof": "1.1.0",
27786 "statuses": ">= 1.4.0 < 2"
27787 }
27788 },
27789 "inherits": {
27790 "version": "2.0.3",
27791 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
27792 "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw=="
27793 },
27794 "ms": {
27795 "version": "2.0.0",
27796 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
27797 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
27798 },
27799 "setprototypeof": {
27800 "version": "1.1.0",
27801 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
27802 "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ=="
27803 },
27804 "statuses": {
27805 "version": "1.5.0",
27806 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
27807 "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA=="
27808 }
27809 }
27810 },
27811 "serve-static": {
27812 "version": "1.15.0",
27813 "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
27814 "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
27815 "requires": {
27816 "encodeurl": "~1.0.2",
27817 "escape-html": "~1.0.3",
27818 "parseurl": "~1.3.3",
27819 "send": "0.18.0"
27820 }
27821 },
27822 "setprototypeof": {
27823 "version": "1.2.0",
27824 "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
27825 "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
27826 },
27827 "shebang-command": {
27828 "version": "2.0.0",
27829 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
27830 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
27831 "requires": {
27832 "shebang-regex": "^3.0.0"
27833 }
27834 },
27835 "shebang-regex": {
27836 "version": "3.0.0",
27837 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
27838 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
27839 },
27840 "shell-quote": {
27841 "version": "1.8.0",
27842 "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.0.tgz",
27843 "integrity": "sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ=="
27844 },
27845 "side-channel": {
27846 "version": "1.0.4",
27847 "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
27848 "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
27849 "requires": {
27850 "call-bind": "^1.0.0",
27851 "get-intrinsic": "^1.0.2",
27852 "object-inspect": "^1.9.0"
27853 }
27854 },
27855 "signal-exit": {
27856 "version": "3.0.7",
27857 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
27858 "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
27859 },
27860 "sisteransi": {
27861 "version": "1.0.5",
27862 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
27863 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
27864 },
27865 "slash": {
27866 "version": "3.0.0",
27867 "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
27868 "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
27869 },
27870 "sockjs": {
27871 "version": "0.3.24",
27872 "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
27873 "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
27874 "requires": {
27875 "faye-websocket": "^0.11.3",
27876 "uuid": "^8.3.2",
27877 "websocket-driver": "^0.7.4"
27878 }
27879 },
27880 "source-list-map": {
27881 "version": "2.0.1",
27882 "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
27883 "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
27884 },
27885 "source-map": {
27886 "version": "0.7.4",
27887 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
27888 "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA=="
27889 },
1341 "source-map-js": { 27890 "source-map-js": {
1342 "version": "1.0.2", 27891 "version": "1.0.2",
1343 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", 27892 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
1344 "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", 27893 "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw=="
1345 "dev": true 27894 },
27895 "source-map-loader": {
27896 "version": "3.0.2",
27897 "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz",
27898 "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==",
27899 "requires": {
27900 "abab": "^2.0.5",
27901 "iconv-lite": "^0.6.3",
27902 "source-map-js": "^1.0.1"
27903 }
27904 },
27905 "source-map-support": {
27906 "version": "0.5.21",
27907 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
27908 "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
27909 "requires": {
27910 "buffer-from": "^1.0.0",
27911 "source-map": "^0.6.0"
27912 },
27913 "dependencies": {
27914 "source-map": {
27915 "version": "0.6.1",
27916 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
27917 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
27918 }
27919 }
27920 },
27921 "sourcemap-codec": {
27922 "version": "1.4.8",
27923 "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
27924 "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
27925 },
27926 "spdy": {
27927 "version": "4.0.2",
27928 "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
27929 "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
27930 "requires": {
27931 "debug": "^4.1.0",
27932 "handle-thing": "^2.0.0",
27933 "http-deceiver": "^1.2.7",
27934 "select-hose": "^2.0.0",
27935 "spdy-transport": "^3.0.0"
27936 }
27937 },
27938 "spdy-transport": {
27939 "version": "3.0.0",
27940 "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
27941 "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
27942 "requires": {
27943 "debug": "^4.1.0",
27944 "detect-node": "^2.0.4",
27945 "hpack.js": "^2.1.6",
27946 "obuf": "^1.1.2",
27947 "readable-stream": "^3.0.6",
27948 "wbuf": "^1.7.3"
27949 }
27950 },
27951 "sprintf-js": {
27952 "version": "1.0.3",
27953 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
27954 "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
27955 },
27956 "stable": {
27957 "version": "0.1.8",
27958 "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
27959 "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w=="
27960 },
27961 "stack-utils": {
27962 "version": "2.0.6",
27963 "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
27964 "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
27965 "requires": {
27966 "escape-string-regexp": "^2.0.0"
27967 },
27968 "dependencies": {
27969 "escape-string-regexp": {
27970 "version": "2.0.0",
27971 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
27972 "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
27973 }
27974 }
27975 },
27976 "stackframe": {
27977 "version": "1.3.4",
27978 "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
27979 "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
27980 },
27981 "statuses": {
27982 "version": "2.0.1",
27983 "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
27984 "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ=="
27985 },
27986 "stop-iteration-iterator": {
27987 "version": "1.0.0",
27988 "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz",
27989 "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==",
27990 "requires": {
27991 "internal-slot": "^1.0.4"
27992 }
27993 },
27994 "string_decoder": {
27995 "version": "1.3.0",
27996 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
27997 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
27998 "requires": {
27999 "safe-buffer": "~5.2.0"
28000 }
28001 },
28002 "string-length": {
28003 "version": "4.0.2",
28004 "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
28005 "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
28006 "requires": {
28007 "char-regex": "^1.0.2",
28008 "strip-ansi": "^6.0.0"
28009 }
28010 },
28011 "string-natural-compare": {
28012 "version": "3.0.1",
28013 "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
28014 "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
28015 },
28016 "string-width": {
28017 "version": "4.2.3",
28018 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
28019 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
28020 "requires": {
28021 "emoji-regex": "^8.0.0",
28022 "is-fullwidth-code-point": "^3.0.0",
28023 "strip-ansi": "^6.0.1"
28024 },
28025 "dependencies": {
28026 "emoji-regex": {
28027 "version": "8.0.0",
28028 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
28029 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
28030 }
28031 }
28032 },
28033 "string.prototype.matchall": {
28034 "version": "4.0.8",
28035 "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz",
28036 "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==",
28037 "requires": {
28038 "call-bind": "^1.0.2",
28039 "define-properties": "^1.1.4",
28040 "es-abstract": "^1.20.4",
28041 "get-intrinsic": "^1.1.3",
28042 "has-symbols": "^1.0.3",
28043 "internal-slot": "^1.0.3",
28044 "regexp.prototype.flags": "^1.4.3",
28045 "side-channel": "^1.0.4"
28046 }
28047 },
28048 "string.prototype.trimend": {
28049 "version": "1.0.6",
28050 "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
28051 "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
28052 "requires": {
28053 "call-bind": "^1.0.2",
28054 "define-properties": "^1.1.4",
28055 "es-abstract": "^1.20.4"
28056 }
28057 },
28058 "string.prototype.trimstart": {
28059 "version": "1.0.6",
28060 "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
28061 "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
28062 "requires": {
28063 "call-bind": "^1.0.2",
28064 "define-properties": "^1.1.4",
28065 "es-abstract": "^1.20.4"
28066 }
28067 },
28068 "stringify-object": {
28069 "version": "3.3.0",
28070 "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
28071 "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
28072 "requires": {
28073 "get-own-enumerable-property-symbols": "^3.0.0",
28074 "is-obj": "^1.0.1",
28075 "is-regexp": "^1.0.0"
28076 }
28077 },
28078 "strip-ansi": {
28079 "version": "6.0.1",
28080 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
28081 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
28082 "requires": {
28083 "ansi-regex": "^5.0.1"
28084 }
28085 },
28086 "strip-bom": {
28087 "version": "4.0.0",
28088 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
28089 "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w=="
28090 },
28091 "strip-comments": {
28092 "version": "2.0.1",
28093 "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
28094 "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw=="
28095 },
28096 "strip-final-newline": {
28097 "version": "2.0.0",
28098 "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
28099 "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA=="
28100 },
28101 "strip-indent": {
28102 "version": "3.0.0",
28103 "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
28104 "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
28105 "requires": {
28106 "min-indent": "^1.0.0"
28107 }
28108 },
28109 "strip-json-comments": {
28110 "version": "3.1.1",
28111 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
28112 "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig=="
28113 },
28114 "style-loader": {
28115 "version": "3.3.1",
28116 "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz",
28117 "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==",
28118 "requires": {}
28119 },
28120 "stylehacks": {
28121 "version": "5.1.1",
28122 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz",
28123 "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==",
28124 "requires": {
28125 "browserslist": "^4.21.4",
28126 "postcss-selector-parser": "^6.0.4"
28127 }
28128 },
28129 "supports-color": {
28130 "version": "5.5.0",
28131 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
28132 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
28133 "requires": {
28134 "has-flag": "^3.0.0"
28135 }
28136 },
28137 "supports-hyperlinks": {
28138 "version": "2.3.0",
28139 "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",
28140 "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",
28141 "requires": {
28142 "has-flag": "^4.0.0",
28143 "supports-color": "^7.0.0"
28144 },
28145 "dependencies": {
28146 "has-flag": {
28147 "version": "4.0.0",
28148 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
28149 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
28150 },
28151 "supports-color": {
28152 "version": "7.2.0",
28153 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
28154 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
28155 "requires": {
28156 "has-flag": "^4.0.0"
28157 }
28158 }
28159 }
1346 }, 28160 },
1347 "supports-preserve-symlinks-flag": { 28161 "supports-preserve-symlinks-flag": {
1348 "version": "1.0.0", 28162 "version": "1.0.0",
1349 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 28163 "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
1350 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", 28164 "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
1351 "dev": true 28165 },
28166 "svg-parser": {
28167 "version": "2.0.4",
28168 "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
28169 "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ=="
28170 },
28171 "svgo": {
28172 "version": "1.3.2",
28173 "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
28174 "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
28175 "requires": {
28176 "chalk": "^2.4.1",
28177 "coa": "^2.0.2",
28178 "css-select": "^2.0.0",
28179 "css-select-base-adapter": "^0.1.1",
28180 "css-tree": "1.0.0-alpha.37",
28181 "csso": "^4.0.2",
28182 "js-yaml": "^3.13.1",
28183 "mkdirp": "~0.5.1",
28184 "object.values": "^1.1.0",
28185 "sax": "~1.2.4",
28186 "stable": "^0.1.8",
28187 "unquote": "~1.1.1",
28188 "util.promisify": "~1.0.0"
28189 },
28190 "dependencies": {
28191 "css-select": {
28192 "version": "2.1.0",
28193 "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
28194 "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
28195 "requires": {
28196 "boolbase": "^1.0.0",
28197 "css-what": "^3.2.1",
28198 "domutils": "^1.7.0",
28199 "nth-check": "^1.0.2"
28200 }
28201 },
28202 "css-what": {
28203 "version": "3.4.2",
28204 "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
28205 "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ=="
28206 },
28207 "dom-serializer": {
28208 "version": "0.2.2",
28209 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
28210 "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
28211 "requires": {
28212 "domelementtype": "^2.0.1",
28213 "entities": "^2.0.0"
28214 }
28215 },
28216 "domutils": {
28217 "version": "1.7.0",
28218 "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
28219 "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
28220 "requires": {
28221 "dom-serializer": "0",
28222 "domelementtype": "1"
28223 },
28224 "dependencies": {
28225 "domelementtype": {
28226 "version": "1.3.1",
28227 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
28228 "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
28229 }
28230 }
28231 },
28232 "nth-check": {
28233 "version": "1.0.2",
28234 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
28235 "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
28236 "requires": {
28237 "boolbase": "~1.0.0"
28238 }
28239 }
28240 }
28241 },
28242 "symbol-tree": {
28243 "version": "3.2.4",
28244 "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
28245 "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
28246 },
28247 "tailwindcss": {
28248 "version": "3.2.7",
28249 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz",
28250 "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==",
28251 "requires": {
28252 "arg": "^5.0.2",
28253 "chokidar": "^3.5.3",
28254 "color-name": "^1.1.4",
28255 "detective": "^5.2.1",
28256 "didyoumean": "^1.2.2",
28257 "dlv": "^1.1.3",
28258 "fast-glob": "^3.2.12",
28259 "glob-parent": "^6.0.2",
28260 "is-glob": "^4.0.3",
28261 "lilconfig": "^2.0.6",
28262 "micromatch": "^4.0.5",
28263 "normalize-path": "^3.0.0",
28264 "object-hash": "^3.0.0",
28265 "picocolors": "^1.0.0",
28266 "postcss": "^8.0.9",
28267 "postcss-import": "^14.1.0",
28268 "postcss-js": "^4.0.0",
28269 "postcss-load-config": "^3.1.4",
28270 "postcss-nested": "6.0.0",
28271 "postcss-selector-parser": "^6.0.11",
28272 "postcss-value-parser": "^4.2.0",
28273 "quick-lru": "^5.1.1",
28274 "resolve": "^1.22.1"
28275 },
28276 "dependencies": {
28277 "color-name": {
28278 "version": "1.1.4",
28279 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
28280 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
28281 }
28282 }
28283 },
28284 "tapable": {
28285 "version": "2.2.1",
28286 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
28287 "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ=="
28288 },
28289 "temp-dir": {
28290 "version": "2.0.0",
28291 "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
28292 "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg=="
28293 },
28294 "tempy": {
28295 "version": "0.6.0",
28296 "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
28297 "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
28298 "requires": {
28299 "is-stream": "^2.0.0",
28300 "temp-dir": "^2.0.0",
28301 "type-fest": "^0.16.0",
28302 "unique-string": "^2.0.0"
28303 },
28304 "dependencies": {
28305 "type-fest": {
28306 "version": "0.16.0",
28307 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
28308 "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg=="
28309 }
28310 }
28311 },
28312 "terminal-link": {
28313 "version": "2.1.1",
28314 "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
28315 "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
28316 "requires": {
28317 "ansi-escapes": "^4.2.1",
28318 "supports-hyperlinks": "^2.0.0"
28319 }
28320 },
28321 "terser": {
28322 "version": "5.16.4",
28323 "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.4.tgz",
28324 "integrity": "sha512-5yEGuZ3DZradbogeYQ1NaGz7rXVBDWujWlx1PT8efXO6Txn+eWbfKqB2bTDVmFXmePFkoLU6XI8UektMIEA0ug==",
28325 "requires": {
28326 "@jridgewell/source-map": "^0.3.2",
28327 "acorn": "^8.5.0",
28328 "commander": "^2.20.0",
28329 "source-map-support": "~0.5.20"
28330 },
28331 "dependencies": {
28332 "commander": {
28333 "version": "2.20.3",
28334 "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
28335 "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
28336 }
28337 }
28338 },
28339 "terser-webpack-plugin": {
28340 "version": "5.3.6",
28341 "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz",
28342 "integrity": "sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==",
28343 "requires": {
28344 "@jridgewell/trace-mapping": "^0.3.14",
28345 "jest-worker": "^27.4.5",
28346 "schema-utils": "^3.1.1",
28347 "serialize-javascript": "^6.0.0",
28348 "terser": "^5.14.1"
28349 }
28350 },
28351 "test-exclude": {
28352 "version": "6.0.0",
28353 "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
28354 "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
28355 "requires": {
28356 "@istanbuljs/schema": "^0.1.2",
28357 "glob": "^7.1.4",
28358 "minimatch": "^3.0.4"
28359 }
28360 },
28361 "text-table": {
28362 "version": "0.2.0",
28363 "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
28364 "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="
28365 },
28366 "throat": {
28367 "version": "6.0.2",
28368 "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz",
28369 "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ=="
28370 },
28371 "thunky": {
28372 "version": "1.1.0",
28373 "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
28374 "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA=="
28375 },
28376 "tmpl": {
28377 "version": "1.0.5",
28378 "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
28379 "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
28380 },
28381 "to-fast-properties": {
28382 "version": "2.0.0",
28383 "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
28384 "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog=="
28385 },
28386 "to-regex-range": {
28387 "version": "5.0.1",
28388 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
28389 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
28390 "requires": {
28391 "is-number": "^7.0.0"
28392 }
28393 },
28394 "toidentifier": {
28395 "version": "1.0.1",
28396 "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
28397 "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="
28398 },
28399 "tough-cookie": {
28400 "version": "4.1.2",
28401 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz",
28402 "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==",
28403 "requires": {
28404 "psl": "^1.1.33",
28405 "punycode": "^2.1.1",
28406 "universalify": "^0.2.0",
28407 "url-parse": "^1.5.3"
28408 },
28409 "dependencies": {
28410 "universalify": {
28411 "version": "0.2.0",
28412 "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
28413 "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg=="
28414 }
28415 }
28416 },
28417 "tr46": {
28418 "version": "2.1.0",
28419 "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
28420 "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
28421 "requires": {
28422 "punycode": "^2.1.1"
28423 }
28424 },
28425 "tryer": {
28426 "version": "1.0.1",
28427 "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
28428 "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA=="
28429 },
28430 "tsconfig-paths": {
28431 "version": "3.14.1",
28432 "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz",
28433 "integrity": "sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==",
28434 "requires": {
28435 "@types/json5": "^0.0.29",
28436 "json5": "^1.0.1",
28437 "minimist": "^1.2.6",
28438 "strip-bom": "^3.0.0"
28439 },
28440 "dependencies": {
28441 "json5": {
28442 "version": "1.0.2",
28443 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
28444 "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
28445 "requires": {
28446 "minimist": "^1.2.0"
28447 }
28448 },
28449 "strip-bom": {
28450 "version": "3.0.0",
28451 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
28452 "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA=="
28453 }
28454 }
28455 },
28456 "tslib": {
28457 "version": "2.5.0",
28458 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
28459 "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
28460 },
28461 "tsutils": {
28462 "version": "3.21.0",
28463 "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
28464 "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
28465 "requires": {
28466 "tslib": "^1.8.1"
28467 },
28468 "dependencies": {
28469 "tslib": {
28470 "version": "1.14.1",
28471 "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
28472 "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
28473 }
28474 }
28475 },
28476 "type-check": {
28477 "version": "0.4.0",
28478 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
28479 "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
28480 "requires": {
28481 "prelude-ls": "^1.2.1"
28482 }
28483 },
28484 "type-detect": {
28485 "version": "4.0.8",
28486 "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
28487 "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g=="
28488 },
28489 "type-fest": {
28490 "version": "0.21.3",
28491 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
28492 "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="
28493 },
28494 "type-is": {
28495 "version": "1.6.18",
28496 "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
28497 "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
28498 "requires": {
28499 "media-typer": "0.3.0",
28500 "mime-types": "~2.1.24"
28501 }
28502 },
28503 "typed-array-length": {
28504 "version": "1.0.4",
28505 "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
28506 "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
28507 "requires": {
28508 "call-bind": "^1.0.2",
28509 "for-each": "^0.3.3",
28510 "is-typed-array": "^1.1.9"
28511 }
28512 },
28513 "typedarray-to-buffer": {
28514 "version": "3.1.5",
28515 "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
28516 "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
28517 "requires": {
28518 "is-typedarray": "^1.0.0"
28519 }
1352 }, 28520 },
1353 "typescript": { 28521 "typescript": {
1354 "version": "4.9.4", 28522 "version": "4.9.5",
1355 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", 28523 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
1356 "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", 28524 "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
1357 "dev": true 28525 "peer": true
1358 }, 28526 },
1359 "vite": { 28527 "unbox-primitive": {
1360 "version": "4.0.4", 28528 "version": "1.0.2",
1361 "resolved": "https://registry.npmjs.org/vite/-/vite-4.0.4.tgz", 28529 "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
1362 "integrity": "sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==", 28530 "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
1363 "dev": true, 28531 "requires": {
1364 "requires": { 28532 "call-bind": "^1.0.2",
1365 "esbuild": "^0.16.3", 28533 "has-bigints": "^1.0.2",
1366 "fsevents": "~2.3.2", 28534 "has-symbols": "^1.0.3",
1367 "postcss": "^8.4.20", 28535 "which-boxed-primitive": "^1.0.2"
1368 "resolve": "^1.22.1", 28536 }
1369 "rollup": "^3.7.0" 28537 },
28538 "unicode-canonical-property-names-ecmascript": {
28539 "version": "2.0.0",
28540 "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
28541 "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ=="
28542 },
28543 "unicode-match-property-ecmascript": {
28544 "version": "2.0.0",
28545 "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
28546 "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
28547 "requires": {
28548 "unicode-canonical-property-names-ecmascript": "^2.0.0",
28549 "unicode-property-aliases-ecmascript": "^2.0.0"
28550 }
28551 },
28552 "unicode-match-property-value-ecmascript": {
28553 "version": "2.1.0",
28554 "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
28555 "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA=="
28556 },
28557 "unicode-property-aliases-ecmascript": {
28558 "version": "2.1.0",
28559 "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
28560 "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w=="
28561 },
28562 "unique-string": {
28563 "version": "2.0.0",
28564 "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
28565 "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
28566 "requires": {
28567 "crypto-random-string": "^2.0.0"
28568 }
28569 },
28570 "universalify": {
28571 "version": "2.0.0",
28572 "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
28573 "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
28574 },
28575 "unpipe": {
28576 "version": "1.0.0",
28577 "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
28578 "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ=="
28579 },
28580 "unquote": {
28581 "version": "1.1.1",
28582 "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
28583 "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg=="
28584 },
28585 "upath": {
28586 "version": "1.2.0",
28587 "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
28588 "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg=="
28589 },
28590 "update-browserslist-db": {
28591 "version": "1.0.10",
28592 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz",
28593 "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==",
28594 "requires": {
28595 "escalade": "^3.1.1",
28596 "picocolors": "^1.0.0"
28597 }
28598 },
28599 "uri-js": {
28600 "version": "4.4.1",
28601 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
28602 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
28603 "requires": {
28604 "punycode": "^2.1.0"
28605 }
28606 },
28607 "url-parse": {
28608 "version": "1.5.10",
28609 "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
28610 "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
28611 "requires": {
28612 "querystringify": "^2.1.1",
28613 "requires-port": "^1.0.0"
28614 }
28615 },
28616 "util-deprecate": {
28617 "version": "1.0.2",
28618 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
28619 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
28620 },
28621 "util.promisify": {
28622 "version": "1.0.1",
28623 "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
28624 "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
28625 "requires": {
28626 "define-properties": "^1.1.3",
28627 "es-abstract": "^1.17.2",
28628 "has-symbols": "^1.0.1",
28629 "object.getownpropertydescriptors": "^2.1.0"
28630 }
28631 },
28632 "utila": {
28633 "version": "0.4.0",
28634 "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
28635 "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA=="
28636 },
28637 "utils-merge": {
28638 "version": "1.0.1",
28639 "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
28640 "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA=="
28641 },
28642 "uuid": {
28643 "version": "8.3.2",
28644 "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
28645 "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
28646 },
28647 "v8-to-istanbul": {
28648 "version": "8.1.1",
28649 "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
28650 "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
28651 "requires": {
28652 "@types/istanbul-lib-coverage": "^2.0.1",
28653 "convert-source-map": "^1.6.0",
28654 "source-map": "^0.7.3"
28655 }
28656 },
28657 "vary": {
28658 "version": "1.1.2",
28659 "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
28660 "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="
28661 },
28662 "w3c-hr-time": {
28663 "version": "1.0.2",
28664 "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
28665 "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
28666 "requires": {
28667 "browser-process-hrtime": "^1.0.0"
28668 }
28669 },
28670 "w3c-xmlserializer": {
28671 "version": "2.0.0",
28672 "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
28673 "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
28674 "requires": {
28675 "xml-name-validator": "^3.0.0"
28676 }
28677 },
28678 "walker": {
28679 "version": "1.0.8",
28680 "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
28681 "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
28682 "requires": {
28683 "makeerror": "1.0.12"
28684 }
28685 },
28686 "watchpack": {
28687 "version": "2.4.0",
28688 "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",
28689 "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
28690 "requires": {
28691 "glob-to-regexp": "^0.4.1",
28692 "graceful-fs": "^4.1.2"
28693 }
28694 },
28695 "wbuf": {
28696 "version": "1.7.3",
28697 "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
28698 "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
28699 "requires": {
28700 "minimalistic-assert": "^1.0.0"
28701 }
28702 },
28703 "web-vitals": {
28704 "version": "2.1.4",
28705 "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz",
28706 "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg=="
28707 },
28708 "webidl-conversions": {
28709 "version": "6.1.0",
28710 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
28711 "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w=="
28712 },
28713 "webpack": {
28714 "version": "5.75.0",
28715 "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz",
28716 "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==",
28717 "requires": {
28718 "@types/eslint-scope": "^3.7.3",
28719 "@types/estree": "^0.0.51",
28720 "@webassemblyjs/ast": "1.11.1",
28721 "@webassemblyjs/wasm-edit": "1.11.1",
28722 "@webassemblyjs/wasm-parser": "1.11.1",
28723 "acorn": "^8.7.1",
28724 "acorn-import-assertions": "^1.7.6",
28725 "browserslist": "^4.14.5",
28726 "chrome-trace-event": "^1.0.2",
28727 "enhanced-resolve": "^5.10.0",
28728 "es-module-lexer": "^0.9.0",
28729 "eslint-scope": "5.1.1",
28730 "events": "^3.2.0",
28731 "glob-to-regexp": "^0.4.1",
28732 "graceful-fs": "^4.2.9",
28733 "json-parse-even-better-errors": "^2.3.1",
28734 "loader-runner": "^4.2.0",
28735 "mime-types": "^2.1.27",
28736 "neo-async": "^2.6.2",
28737 "schema-utils": "^3.1.0",
28738 "tapable": "^2.1.1",
28739 "terser-webpack-plugin": "^5.1.3",
28740 "watchpack": "^2.4.0",
28741 "webpack-sources": "^3.2.3"
28742 },
28743 "dependencies": {
28744 "@types/estree": {
28745 "version": "0.0.51",
28746 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz",
28747 "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ=="
28748 },
28749 "eslint-scope": {
28750 "version": "5.1.1",
28751 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
28752 "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
28753 "requires": {
28754 "esrecurse": "^4.3.0",
28755 "estraverse": "^4.1.1"
28756 }
28757 },
28758 "estraverse": {
28759 "version": "4.3.0",
28760 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
28761 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
28762 }
28763 }
28764 },
28765 "webpack-dev-middleware": {
28766 "version": "5.3.3",
28767 "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz",
28768 "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==",
28769 "requires": {
28770 "colorette": "^2.0.10",
28771 "memfs": "^3.4.3",
28772 "mime-types": "^2.1.31",
28773 "range-parser": "^1.2.1",
28774 "schema-utils": "^4.0.0"
28775 },
28776 "dependencies": {
28777 "ajv": {
28778 "version": "8.12.0",
28779 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
28780 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
28781 "requires": {
28782 "fast-deep-equal": "^3.1.1",
28783 "json-schema-traverse": "^1.0.0",
28784 "require-from-string": "^2.0.2",
28785 "uri-js": "^4.2.2"
28786 }
28787 },
28788 "ajv-keywords": {
28789 "version": "5.1.0",
28790 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
28791 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
28792 "requires": {
28793 "fast-deep-equal": "^3.1.3"
28794 }
28795 },
28796 "json-schema-traverse": {
28797 "version": "1.0.0",
28798 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
28799 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
28800 },
28801 "schema-utils": {
28802 "version": "4.0.0",
28803 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
28804 "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
28805 "requires": {
28806 "@types/json-schema": "^7.0.9",
28807 "ajv": "^8.8.0",
28808 "ajv-formats": "^2.1.1",
28809 "ajv-keywords": "^5.0.0"
28810 }
28811 }
28812 }
28813 },
28814 "webpack-dev-server": {
28815 "version": "4.11.1",
28816 "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz",
28817 "integrity": "sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==",
28818 "requires": {
28819 "@types/bonjour": "^3.5.9",
28820 "@types/connect-history-api-fallback": "^1.3.5",
28821 "@types/express": "^4.17.13",
28822 "@types/serve-index": "^1.9.1",
28823 "@types/serve-static": "^1.13.10",
28824 "@types/sockjs": "^0.3.33",
28825 "@types/ws": "^8.5.1",
28826 "ansi-html-community": "^0.0.8",
28827 "bonjour-service": "^1.0.11",
28828 "chokidar": "^3.5.3",
28829 "colorette": "^2.0.10",
28830 "compression": "^1.7.4",
28831 "connect-history-api-fallback": "^2.0.0",
28832 "default-gateway": "^6.0.3",
28833 "express": "^4.17.3",
28834 "graceful-fs": "^4.2.6",
28835 "html-entities": "^2.3.2",
28836 "http-proxy-middleware": "^2.0.3",
28837 "ipaddr.js": "^2.0.1",
28838 "open": "^8.0.9",
28839 "p-retry": "^4.5.0",
28840 "rimraf": "^3.0.2",
28841 "schema-utils": "^4.0.0",
28842 "selfsigned": "^2.1.1",
28843 "serve-index": "^1.9.1",
28844 "sockjs": "^0.3.24",
28845 "spdy": "^4.0.2",
28846 "webpack-dev-middleware": "^5.3.1",
28847 "ws": "^8.4.2"
28848 },
28849 "dependencies": {
28850 "ajv": {
28851 "version": "8.12.0",
28852 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
28853 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
28854 "requires": {
28855 "fast-deep-equal": "^3.1.1",
28856 "json-schema-traverse": "^1.0.0",
28857 "require-from-string": "^2.0.2",
28858 "uri-js": "^4.2.2"
28859 }
28860 },
28861 "ajv-keywords": {
28862 "version": "5.1.0",
28863 "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
28864 "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
28865 "requires": {
28866 "fast-deep-equal": "^3.1.3"
28867 }
28868 },
28869 "json-schema-traverse": {
28870 "version": "1.0.0",
28871 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
28872 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
28873 },
28874 "schema-utils": {
28875 "version": "4.0.0",
28876 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
28877 "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
28878 "requires": {
28879 "@types/json-schema": "^7.0.9",
28880 "ajv": "^8.8.0",
28881 "ajv-formats": "^2.1.1",
28882 "ajv-keywords": "^5.0.0"
28883 }
28884 },
28885 "ws": {
28886 "version": "8.12.1",
28887 "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz",
28888 "integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==",
28889 "requires": {}
28890 }
28891 }
28892 },
28893 "webpack-manifest-plugin": {
28894 "version": "4.1.1",
28895 "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz",
28896 "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==",
28897 "requires": {
28898 "tapable": "^2.0.0",
28899 "webpack-sources": "^2.2.0"
28900 },
28901 "dependencies": {
28902 "source-map": {
28903 "version": "0.6.1",
28904 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
28905 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
28906 },
28907 "webpack-sources": {
28908 "version": "2.3.1",
28909 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
28910 "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
28911 "requires": {
28912 "source-list-map": "^2.0.1",
28913 "source-map": "^0.6.1"
28914 }
28915 }
1370 } 28916 }
28917 },
28918 "webpack-sources": {
28919 "version": "3.2.3",
28920 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
28921 "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w=="
28922 },
28923 "websocket-driver": {
28924 "version": "0.7.4",
28925 "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
28926 "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
28927 "requires": {
28928 "http-parser-js": ">=0.5.1",
28929 "safe-buffer": ">=5.1.0",
28930 "websocket-extensions": ">=0.1.1"
28931 }
28932 },
28933 "websocket-extensions": {
28934 "version": "0.1.4",
28935 "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
28936 "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="
28937 },
28938 "whatwg-encoding": {
28939 "version": "1.0.5",
28940 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
28941 "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
28942 "requires": {
28943 "iconv-lite": "0.4.24"
28944 },
28945 "dependencies": {
28946 "iconv-lite": {
28947 "version": "0.4.24",
28948 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
28949 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
28950 "requires": {
28951 "safer-buffer": ">= 2.1.2 < 3"
28952 }
28953 }
28954 }
28955 },
28956 "whatwg-fetch": {
28957 "version": "3.6.2",
28958 "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
28959 "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
28960 },
28961 "whatwg-mimetype": {
28962 "version": "2.3.0",
28963 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
28964 "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
28965 },
28966 "whatwg-url": {
28967 "version": "8.7.0",
28968 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
28969 "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
28970 "requires": {
28971 "lodash": "^4.7.0",
28972 "tr46": "^2.1.0",
28973 "webidl-conversions": "^6.1.0"
28974 }
28975 },
28976 "which": {
28977 "version": "2.0.2",
28978 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
28979 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
28980 "requires": {
28981 "isexe": "^2.0.0"
28982 }
28983 },
28984 "which-boxed-primitive": {
28985 "version": "1.0.2",
28986 "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
28987 "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
28988 "requires": {
28989 "is-bigint": "^1.0.1",
28990 "is-boolean-object": "^1.1.0",
28991 "is-number-object": "^1.0.4",
28992 "is-string": "^1.0.5",
28993 "is-symbol": "^1.0.3"
28994 }
28995 },
28996 "which-collection": {
28997 "version": "1.0.1",
28998 "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
28999 "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==",
29000 "requires": {
29001 "is-map": "^2.0.1",
29002 "is-set": "^2.0.1",
29003 "is-weakmap": "^2.0.1",
29004 "is-weakset": "^2.0.1"
29005 }
29006 },
29007 "which-typed-array": {
29008 "version": "1.1.9",
29009 "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz",
29010 "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==",
29011 "requires": {
29012 "available-typed-arrays": "^1.0.5",
29013 "call-bind": "^1.0.2",
29014 "for-each": "^0.3.3",
29015 "gopd": "^1.0.1",
29016 "has-tostringtag": "^1.0.0",
29017 "is-typed-array": "^1.1.10"
29018 }
29019 },
29020 "word-wrap": {
29021 "version": "1.2.3",
29022 "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
29023 "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ=="
29024 },
29025 "workbox-background-sync": {
29026 "version": "6.5.4",
29027 "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.5.4.tgz",
29028 "integrity": "sha512-0r4INQZMyPky/lj4Ou98qxcThrETucOde+7mRGJl13MPJugQNKeZQOdIJe/1AchOP23cTqHcN/YVpD6r8E6I8g==",
29029 "requires": {
29030 "idb": "^7.0.1",
29031 "workbox-core": "6.5.4"
29032 }
29033 },
29034 "workbox-broadcast-update": {
29035 "version": "6.5.4",
29036 "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.5.4.tgz",
29037 "integrity": "sha512-I/lBERoH1u3zyBosnpPEtcAVe5lwykx9Yg1k6f8/BGEPGaMMgZrwVrqL1uA9QZ1NGGFoyE6t9i7lBjOlDhFEEw==",
29038 "requires": {
29039 "workbox-core": "6.5.4"
29040 }
29041 },
29042 "workbox-build": {
29043 "version": "6.5.4",
29044 "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.5.4.tgz",
29045 "integrity": "sha512-kgRevLXEYvUW9WS4XoziYqZ8Q9j/2ziJYEtTrjdz5/L/cTUa2XfyMP2i7c3p34lgqJ03+mTiz13SdFef2POwbA==",
29046 "requires": {
29047 "@apideck/better-ajv-errors": "^0.3.1",
29048 "@babel/core": "^7.11.1",
29049 "@babel/preset-env": "^7.11.0",
29050 "@babel/runtime": "^7.11.2",
29051 "@rollup/plugin-babel": "^5.2.0",
29052 "@rollup/plugin-node-resolve": "^11.2.1",
29053 "@rollup/plugin-replace": "^2.4.1",
29054 "@surma/rollup-plugin-off-main-thread": "^2.2.3",
29055 "ajv": "^8.6.0",
29056 "common-tags": "^1.8.0",
29057 "fast-json-stable-stringify": "^2.1.0",
29058 "fs-extra": "^9.0.1",
29059 "glob": "^7.1.6",
29060 "lodash": "^4.17.20",
29061 "pretty-bytes": "^5.3.0",
29062 "rollup": "^2.43.1",
29063 "rollup-plugin-terser": "^7.0.0",
29064 "source-map": "^0.8.0-beta.0",
29065 "stringify-object": "^3.3.0",
29066 "strip-comments": "^2.0.1",
29067 "tempy": "^0.6.0",
29068 "upath": "^1.2.0",
29069 "workbox-background-sync": "6.5.4",
29070 "workbox-broadcast-update": "6.5.4",
29071 "workbox-cacheable-response": "6.5.4",
29072 "workbox-core": "6.5.4",
29073 "workbox-expiration": "6.5.4",
29074 "workbox-google-analytics": "6.5.4",
29075 "workbox-navigation-preload": "6.5.4",
29076 "workbox-precaching": "6.5.4",
29077 "workbox-range-requests": "6.5.4",
29078 "workbox-recipes": "6.5.4",
29079 "workbox-routing": "6.5.4",
29080 "workbox-strategies": "6.5.4",
29081 "workbox-streams": "6.5.4",
29082 "workbox-sw": "6.5.4",
29083 "workbox-window": "6.5.4"
29084 },
29085 "dependencies": {
29086 "@apideck/better-ajv-errors": {
29087 "version": "0.3.6",
29088 "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
29089 "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
29090 "requires": {
29091 "json-schema": "^0.4.0",
29092 "jsonpointer": "^5.0.0",
29093 "leven": "^3.1.0"
29094 }
29095 },
29096 "ajv": {
29097 "version": "8.12.0",
29098 "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
29099 "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
29100 "requires": {
29101 "fast-deep-equal": "^3.1.1",
29102 "json-schema-traverse": "^1.0.0",
29103 "require-from-string": "^2.0.2",
29104 "uri-js": "^4.2.2"
29105 }
29106 },
29107 "fs-extra": {
29108 "version": "9.1.0",
29109 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
29110 "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
29111 "requires": {
29112 "at-least-node": "^1.0.0",
29113 "graceful-fs": "^4.2.0",
29114 "jsonfile": "^6.0.1",
29115 "universalify": "^2.0.0"
29116 }
29117 },
29118 "json-schema-traverse": {
29119 "version": "1.0.0",
29120 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
29121 "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
29122 },
29123 "source-map": {
29124 "version": "0.8.0-beta.0",
29125 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
29126 "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
29127 "requires": {
29128 "whatwg-url": "^7.0.0"
29129 }
29130 },
29131 "tr46": {
29132 "version": "1.0.1",
29133 "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
29134 "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
29135 "requires": {
29136 "punycode": "^2.1.0"
29137 }
29138 },
29139 "webidl-conversions": {
29140 "version": "4.0.2",
29141 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
29142 "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
29143 },
29144 "whatwg-url": {
29145 "version": "7.1.0",
29146 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
29147 "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
29148 "requires": {
29149 "lodash.sortby": "^4.7.0",
29150 "tr46": "^1.0.1",
29151 "webidl-conversions": "^4.0.2"
29152 }
29153 }
29154 }
29155 },
29156 "workbox-cacheable-response": {
29157 "version": "6.5.4",
29158 "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.4.tgz",
29159 "integrity": "sha512-DCR9uD0Fqj8oB2TSWQEm1hbFs/85hXXoayVwFKLVuIuxwJaihBsLsp4y7J9bvZbqtPJ1KlCkmYVGQKrBU4KAug==",
29160 "requires": {
29161 "workbox-core": "6.5.4"
29162 }
29163 },
29164 "workbox-core": {
29165 "version": "6.5.4",
29166 "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.4.tgz",
29167 "integrity": "sha512-OXYb+m9wZm8GrORlV2vBbE5EC1FKu71GGp0H4rjmxmF4/HLbMCoTFws87M3dFwgpmg0v00K++PImpNQ6J5NQ6Q=="
29168 },
29169 "workbox-expiration": {
29170 "version": "6.5.4",
29171 "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.4.tgz",
29172 "integrity": "sha512-jUP5qPOpH1nXtjGGh1fRBa1wJL2QlIb5mGpct3NzepjGG2uFFBn4iiEBiI9GUmfAFR2ApuRhDydjcRmYXddiEQ==",
29173 "requires": {
29174 "idb": "^7.0.1",
29175 "workbox-core": "6.5.4"
29176 }
29177 },
29178 "workbox-google-analytics": {
29179 "version": "6.5.4",
29180 "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.5.4.tgz",
29181 "integrity": "sha512-8AU1WuaXsD49249Wq0B2zn4a/vvFfHkpcFfqAFHNHwln3jK9QUYmzdkKXGIZl9wyKNP+RRX30vcgcyWMcZ9VAg==",
29182 "requires": {
29183 "workbox-background-sync": "6.5.4",
29184 "workbox-core": "6.5.4",
29185 "workbox-routing": "6.5.4",
29186 "workbox-strategies": "6.5.4"
29187 }
29188 },
29189 "workbox-navigation-preload": {
29190 "version": "6.5.4",
29191 "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.5.4.tgz",
29192 "integrity": "sha512-IIwf80eO3cr8h6XSQJF+Hxj26rg2RPFVUmJLUlM0+A2GzB4HFbQyKkrgD5y2d84g2IbJzP4B4j5dPBRzamHrng==",
29193 "requires": {
29194 "workbox-core": "6.5.4"
29195 }
29196 },
29197 "workbox-precaching": {
29198 "version": "6.5.4",
29199 "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.4.tgz",
29200 "integrity": "sha512-hSMezMsW6btKnxHB4bFy2Qfwey/8SYdGWvVIKFaUm8vJ4E53JAY+U2JwLTRD8wbLWoP6OVUdFlXsTdKu9yoLTg==",
29201 "requires": {
29202 "workbox-core": "6.5.4",
29203 "workbox-routing": "6.5.4",
29204 "workbox-strategies": "6.5.4"
29205 }
29206 },
29207 "workbox-range-requests": {
29208 "version": "6.5.4",
29209 "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.5.4.tgz",
29210 "integrity": "sha512-Je2qR1NXCFC8xVJ/Lux6saH6IrQGhMpDrPXWZWWS8n/RD+WZfKa6dSZwU+/QksfEadJEr/NfY+aP/CXFFK5JFg==",
29211 "requires": {
29212 "workbox-core": "6.5.4"
29213 }
29214 },
29215 "workbox-recipes": {
29216 "version": "6.5.4",
29217 "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.5.4.tgz",
29218 "integrity": "sha512-QZNO8Ez708NNwzLNEXTG4QYSKQ1ochzEtRLGaq+mr2PyoEIC1xFW7MrWxrONUxBFOByksds9Z4//lKAX8tHyUA==",
29219 "requires": {
29220 "workbox-cacheable-response": "6.5.4",
29221 "workbox-core": "6.5.4",
29222 "workbox-expiration": "6.5.4",
29223 "workbox-precaching": "6.5.4",
29224 "workbox-routing": "6.5.4",
29225 "workbox-strategies": "6.5.4"
29226 }
29227 },
29228 "workbox-routing": {
29229 "version": "6.5.4",
29230 "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.4.tgz",
29231 "integrity": "sha512-apQswLsbrrOsBUWtr9Lf80F+P1sHnQdYodRo32SjiByYi36IDyL2r7BH1lJtFX8fwNHDa1QOVY74WKLLS6o5Pg==",
29232 "requires": {
29233 "workbox-core": "6.5.4"
29234 }
29235 },
29236 "workbox-strategies": {
29237 "version": "6.5.4",
29238 "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.4.tgz",
29239 "integrity": "sha512-DEtsxhx0LIYWkJBTQolRxG4EI0setTJkqR4m7r4YpBdxtWJH1Mbg01Cj8ZjNOO8etqfA3IZaOPHUxCs8cBsKLw==",
29240 "requires": {
29241 "workbox-core": "6.5.4"
29242 }
29243 },
29244 "workbox-streams": {
29245 "version": "6.5.4",
29246 "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.5.4.tgz",
29247 "integrity": "sha512-FXKVh87d2RFXkliAIheBojBELIPnWbQdyDvsH3t74Cwhg0fDheL1T8BqSM86hZvC0ZESLsznSYWw+Va+KVbUzg==",
29248 "requires": {
29249 "workbox-core": "6.5.4",
29250 "workbox-routing": "6.5.4"
29251 }
29252 },
29253 "workbox-sw": {
29254 "version": "6.5.4",
29255 "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.5.4.tgz",
29256 "integrity": "sha512-vo2RQo7DILVRoH5LjGqw3nphavEjK4Qk+FenXeUsknKn14eCNedHOXWbmnvP4ipKhlE35pvJ4yl4YYf6YsJArA=="
29257 },
29258 "workbox-webpack-plugin": {
29259 "version": "6.5.4",
29260 "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.5.4.tgz",
29261 "integrity": "sha512-LmWm/zoaahe0EGmMTrSLUi+BjyR3cdGEfU3fS6PN1zKFYbqAKuQ+Oy/27e4VSXsyIwAw8+QDfk1XHNGtZu9nQg==",
29262 "requires": {
29263 "fast-json-stable-stringify": "^2.1.0",
29264 "pretty-bytes": "^5.4.1",
29265 "upath": "^1.2.0",
29266 "webpack-sources": "^1.4.3",
29267 "workbox-build": "6.5.4"
29268 },
29269 "dependencies": {
29270 "source-map": {
29271 "version": "0.6.1",
29272 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
29273 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
29274 },
29275 "webpack-sources": {
29276 "version": "1.4.3",
29277 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
29278 "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
29279 "requires": {
29280 "source-list-map": "^2.0.0",
29281 "source-map": "~0.6.1"
29282 }
29283 }
29284 }
29285 },
29286 "workbox-window": {
29287 "version": "6.5.4",
29288 "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.5.4.tgz",
29289 "integrity": "sha512-HnLZJDwYBE+hpG25AQBO8RUWBJRaCsI9ksQJEp3aCOFCaG5kqaToAYXFRAHxzRluM2cQbGzdQF5rjKPWPA1fug==",
29290 "requires": {
29291 "@types/trusted-types": "^2.0.2",
29292 "workbox-core": "6.5.4"
29293 }
29294 },
29295 "wrap-ansi": {
29296 "version": "7.0.0",
29297 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
29298 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
29299 "requires": {
29300 "ansi-styles": "^4.0.0",
29301 "string-width": "^4.1.0",
29302 "strip-ansi": "^6.0.0"
29303 },
29304 "dependencies": {
29305 "ansi-styles": {
29306 "version": "4.3.0",
29307 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
29308 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
29309 "requires": {
29310 "color-convert": "^2.0.1"
29311 }
29312 },
29313 "color-convert": {
29314 "version": "2.0.1",
29315 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
29316 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
29317 "requires": {
29318 "color-name": "~1.1.4"
29319 }
29320 },
29321 "color-name": {
29322 "version": "1.1.4",
29323 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
29324 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
29325 }
29326 }
29327 },
29328 "wrappy": {
29329 "version": "1.0.2",
29330 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
29331 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
29332 },
29333 "write-file-atomic": {
29334 "version": "3.0.3",
29335 "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
29336 "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
29337 "requires": {
29338 "imurmurhash": "^0.1.4",
29339 "is-typedarray": "^1.0.0",
29340 "signal-exit": "^3.0.2",
29341 "typedarray-to-buffer": "^3.1.5"
29342 }
29343 },
29344 "ws": {
29345 "version": "7.5.9",
29346 "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
29347 "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
29348 "requires": {}
29349 },
29350 "xml-name-validator": {
29351 "version": "3.0.0",
29352 "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
29353 "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
29354 },
29355 "xmlchars": {
29356 "version": "2.2.0",
29357 "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
29358 "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
29359 },
29360 "xtend": {
29361 "version": "4.0.2",
29362 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
29363 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
29364 },
29365 "y18n": {
29366 "version": "5.0.8",
29367 "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
29368 "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA=="
29369 },
29370 "yallist": {
29371 "version": "3.1.1",
29372 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
29373 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
29374 },
29375 "yaml": {
29376 "version": "1.10.2",
29377 "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
29378 "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
29379 },
29380 "yargs": {
29381 "version": "16.2.0",
29382 "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
29383 "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
29384 "requires": {
29385 "cliui": "^7.0.2",
29386 "escalade": "^3.1.1",
29387 "get-caller-file": "^2.0.5",
29388 "require-directory": "^2.1.1",
29389 "string-width": "^4.2.0",
29390 "y18n": "^5.0.5",
29391 "yargs-parser": "^20.2.2"
29392 }
29393 },
29394 "yargs-parser": {
29395 "version": "20.2.9",
29396 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
29397 "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="
29398 },
29399 "yocto-queue": {
29400 "version": "0.1.0",
29401 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
29402 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
1371 } 29403 }
1372 } 29404 }
1373} 29405}
diff --git a/frontend/package.json b/frontend/package.json
index 26dc1bc..695b72c 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,22 +1,39 @@
1{ 1{
2 "name": "frontend", 2 "name": "lpb",
3 "homepage": ".",
4 "version": "0.1.0",
3 "private": true, 5 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc && vite build",
9 "preview": "vite preview"
10 },
11 "dependencies": { 6 "dependencies": {
7 "@testing-library/jest-dom": "^5.16.5",
8 "@testing-library/react": "^13.4.0",
9 "@testing-library/user-event": "^13.5.0",
12 "react": "^18.2.0", 10 "react": "^18.2.0",
13 "react-dom": "^18.2.0" 11 "react-dom": "^18.2.0",
12 "react-scripts": "5.0.1",
13 "web-vitals": "^2.1.4"
14 },
15 "scripts": {
16 "start": "react-scripts start",
17 "build": "react-scripts build",
18 "test": "react-scripts test",
19 "eject": "react-scripts eject"
20 },
21 "eslintConfig": {
22 "extends": [
23 "react-app",
24 "react-app/jest"
25 ]
14 }, 26 },
15 "devDependencies": { 27 "browserslist": {
16 "@types/react": "^18.0.26", 28 "production": [
17 "@types/react-dom": "^18.0.9", 29 ">0.2%",
18 "@vitejs/plugin-react-swc": "^3.0.0", 30 "not dead",
19 "typescript": "^4.9.3", 31 "not op_mini all"
20 "vite": "^4.0.0" 32 ],
33 "development": [
34 "last 1 chrome version",
35 "last 1 firefox version",
36 "last 1 safari version"
37 ]
21 } 38 }
22} \ No newline at end of file 39}
diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico
new file mode 100644
index 0000000..6be1828
--- /dev/null
+++ b/frontend/public/favicon.ico
Binary files differ
diff --git a/frontend/public/index.html b/frontend/public/index.html
new file mode 100644
index 0000000..3af82f1
--- /dev/null
+++ b/frontend/public/index.html
@@ -0,0 +1,16 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <meta name="theme-color" content="#000000" />
7 <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
8 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
9
10 <title>lp boards</title>
11 </head>
12 <body>
13 <noscript>You need to enable JavaScript to run this app.</noscript>
14 <div id="root"></div>
15 </body>
16</html>
diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json
new file mode 100644
index 0000000..080d6c7
--- /dev/null
+++ b/frontend/public/manifest.json
@@ -0,0 +1,25 @@
1{
2 "short_name": "React App",
3 "name": "Create React App Sample",
4 "icons": [
5 {
6 "src": "favicon.ico",
7 "sizes": "64x64 32x32 24x24 16x16",
8 "type": "image/x-icon"
9 },
10 {
11 "src": "logo192.png",
12 "type": "image/png",
13 "sizes": "192x192"
14 },
15 {
16 "src": "logo512.png",
17 "type": "image/png",
18 "sizes": "512x512"
19 }
20 ],
21 "start_url": ".",
22 "display": "standalone",
23 "theme_color": "#000000",
24 "background_color": "#ffffff"
25}
diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt
new file mode 100644
index 0000000..e9e57dc
--- /dev/null
+++ b/frontend/public/robots.txt
@@ -0,0 +1,3 @@
1# https://www.robotstxt.org/robotstxt.html
2User-agent: *
3Disallow:
diff --git a/frontend/src/App.css b/frontend/src/App.css
index 2c5e2ef..78dea16 100644
--- a/frontend/src/App.css
+++ b/frontend/src/App.css
@@ -1,41 +1,9 @@
1#root { 1body {
2 max-width: 1280px; 2 background-color: #141520;
3 margin: 0 auto; 3 margin: 0;
4 padding: 2rem; 4}
5 text-align: center; 5
6} 6@font-face {
7 7 font-family: 'D-DIN';
8.logo { 8 src: local('D-DIN'), url(./fonts/D-DIN.otf) format('oft');
9 height: 6em; 9} \ No newline at end of file
10 padding: 1.5em;
11 will-change: filter;
12}
13.logo:hover {
14 filter: drop-shadow(0 0 2em #646cffaa);
15}
16.logo.react:hover {
17 filter: drop-shadow(0 0 2em #61dafbaa);
18}
19
20@keyframes logo-spin {
21 from {
22 transform: rotate(0deg);
23 }
24 to {
25 transform: rotate(360deg);
26 }
27}
28
29@media (prefers-reduced-motion: no-preference) {
30 a:nth-of-type(2) .logo {
31 animation: logo-spin infinite 20s linear;
32 }
33}
34
35.card {
36 padding: 2em;
37}
38
39.read-the-docs {
40 color: #888;
41}
diff --git a/frontend/src/App.js b/frontend/src/App.js
new file mode 100644
index 0000000..e853b02
--- /dev/null
+++ b/frontend/src/App.js
@@ -0,0 +1,16 @@
1import React from 'react';
2
3import Sidebar from "./components/sidebar.js"
4import "./App.css";
5import "./fonts/D-DIN.otf"
6
7
8
9export default function App() {
10
11 return (
12 <>
13 <Sidebar/>
14 </>
15 )
16} \ No newline at end of file
diff --git a/frontend/src/components/sidebar.css b/frontend/src/components/sidebar.css
new file mode 100644
index 0000000..9742f0e
--- /dev/null
+++ b/frontend/src/components/sidebar.css
@@ -0,0 +1,73 @@
1#sidebar {
2 background-color: #2b2e46;
3 width: 320px; height: 100vh;
4 min-height: 840px;
5}
6
7#sidebar>div:nth-child(1){height: 140px;} /* logo */
8
9button#side-grid {
10 border: 0;
11 background-color: #202232;
12 border-radius: 20px;
13 font-size: 18px;
14 color: #cdcfdf;
15 width: 300px;
16
17 transition:
18 background-color .2s,
19 border-radius .5s,
20 width .3s;
21}
22span {
23 font-family: D-DIN;
24 opacity: 1;
25 transition: opacity .1s;
26}
27button#side-grid:hover {
28 background-color: #141520 !important;
29 border-radius: 10px !important;
30 cursor: pointer;
31}
32
33button>img{
34 height: 20px;
35 float: left;
36 padding-left: 4px;
37 filter: invert(0.8);
38 scale: 1.1;
39}
40
41#side-menu { /* just the menu button */
42 border: 0;
43 position: absolute;
44 background-color: transparent;
45 left: 6px; top: 6px;
46 width: 40px; height: 40px;
47 cursor: pointer;
48}
49
50#sidebar-list { /* buttons */
51 z-index: 1;
52 min-height: 700px;
53 width: 308px; height: calc(100vh - 140px); /* calc - logo */
54 position: absolute;
55 background-color: #2b2e46;
56 display: grid;
57 padding: 0 6px;
58 row-gap: 8px;
59 grid-template-rows:
60 60px 40px 40px
61 30px 40px 40px 40px
62 30px 40px 40px;
63
64 transition: width .3s;
65}
66
67#sidebar-content {
68 position: absolute;
69 background-color: #202232;
70 left: 52px;
71 min-height: 700px;
72 width: 268px; height: calc(100vh - 140px); /* calc - logo */
73} \ No newline at end of file
diff --git a/frontend/src/components/sidebar.js b/frontend/src/components/sidebar.js
new file mode 100644
index 0000000..0bc5a1e
--- /dev/null
+++ b/frontend/src/components/sidebar.js
@@ -0,0 +1,95 @@
1import React from 'react';
2
3import "./sidebar.css";
4import img0 from "../imgs/0.png"
5import img1 from "../imgs/1.png"
6import img2 from "../imgs/2.png"
7import img3 from "../imgs/3.png"
8import img4 from "../imgs/4.png"
9import img5 from "../imgs/5.png"
10import img6 from "../imgs/6.png"
11import img7 from "../imgs/7.png"
12import img8 from "../imgs/8.png"
13
14
15export default function Sidebar() {
16const sidebar_text = ['Home\u00A0page',"Profile","News","Records","Discussions","Leaderboards","Score\u00A0log"] // text on the buttons
17const [sidebar, setSidebar] = React.useState();
18
19
20// Locks button for 200ms before it can be clicked again, prevents spam
21const [isLocked, setIsLocked] = React.useState(false);
22function HandleLock(arg) {
23if (!isLocked) {
24 setIsLocked(true);
25 setTimeout(() => setIsLocked(false), 200);
26 SidebarHide(arg)
27 }
28}
29
30
31// Clicked buttons
32function SidebarClick(x){
33const btn = document.querySelectorAll("button#side-grid");
34
35
36sidebar_text.forEach((e,i) =>(
37 btn[i].style.backgroundColor="#202232",
38 btn[i].style.borderRadius="20px"
39))
40
41btn[x].style.backgroundColor="#141520"
42btn[x].style.borderRadius="10px"
43}
44
45
46// The menu button
47function SidebarHide(){
48const btn = document.querySelectorAll("button#side-grid");
49const span = document.querySelectorAll("#side-grid>span");
50const side = document.querySelector("#sidebar-list");
51
52if(sidebar===1){
53 setSidebar(0)
54 side.style.width="308px"
55 sidebar_text.forEach((e, i) =>(
56 btn[i].style.width="300px",
57 setTimeout(() => {span[i].style.opacity="1";span[i].textContent=e}, 200)
58 ))
59} else {
60 side.style.width="40px";
61 setSidebar(1)
62 sidebar_text.forEach((e,i) =>(
63 btn[i].style.width="40px",
64 span[i].style.opacity="0",
65 setTimeout(() => {span[i].textContent=""}, 100)
66 ))
67 }
68}
69
70return (
71<div id='sidebar'>
72 <div>
73 <img src={img0} alt="" width='320px' />
74 </div>
75 <div id='sidebar-list'>
76 <button onClick={()=>HandleLock()} id='side-menu'><img src={img1} alt="" /></button>
77 <p id='side-grid'></p> {/* p's are spaces between buttons */}
78 <button onClick={()=>SidebarClick(0)} id='side-grid'><img src={img2} alt="" /><span>Home page</span></button>
79 <button onClick={()=>SidebarClick(1)} id='side-grid'><img src={img3} alt="" /><span>Profile</span></button>
80 <p id='side-grid'></p>
81 <button onClick={()=>SidebarClick(2)} id='side-grid'><img src={img4} alt="" /><span>News</span></button>
82 <button onClick={()=>SidebarClick(3)} id='side-grid'><img src={img5} alt="" /><span>Records</span></button>
83 <button onClick={()=>SidebarClick(4)} id='side-grid'><img src={img6} alt="" /><span>Discussions</span></button>
84 <p id='side-grid'></p>
85 <button onClick={()=>SidebarClick(5)} id='side-grid'><img src={img7} alt="" /><span>Leaderboards</span></button>
86 <button onClick={()=>SidebarClick(6)} id='side-grid'><img src={img8} alt="" /><span>Score&nbsp;log</span></button>
87 </div>
88 <div id='sidebar-content'>
89
90 </div>
91</div>
92 )
93}
94
95
diff --git a/frontend/src/fonts/D-DIN.otf b/frontend/src/fonts/D-DIN.otf
new file mode 100644
index 0000000..ea5c4c8
--- /dev/null
+++ b/frontend/src/fonts/D-DIN.otf
Binary files differ
diff --git a/frontend/src/imgs/0.png b/frontend/src/imgs/0.png
new file mode 100644
index 0000000..37be8ca
--- /dev/null
+++ b/frontend/src/imgs/0.png
Binary files differ
diff --git a/frontend/src/imgs/1.png b/frontend/src/imgs/1.png
new file mode 100644
index 0000000..64d61fa
--- /dev/null
+++ b/frontend/src/imgs/1.png
Binary files differ
diff --git a/frontend/src/imgs/2.png b/frontend/src/imgs/2.png
new file mode 100644
index 0000000..ac4f96b
--- /dev/null
+++ b/frontend/src/imgs/2.png
Binary files differ
diff --git a/frontend/src/imgs/3.png b/frontend/src/imgs/3.png
new file mode 100644
index 0000000..2be4f03
--- /dev/null
+++ b/frontend/src/imgs/3.png
Binary files differ
diff --git a/frontend/src/imgs/4.png b/frontend/src/imgs/4.png
new file mode 100644
index 0000000..083d00d
--- /dev/null
+++ b/frontend/src/imgs/4.png
Binary files differ
diff --git a/frontend/src/imgs/5.png b/frontend/src/imgs/5.png
new file mode 100644
index 0000000..81f17e8
--- /dev/null
+++ b/frontend/src/imgs/5.png
Binary files differ
diff --git a/frontend/src/imgs/6.png b/frontend/src/imgs/6.png
new file mode 100644
index 0000000..71b57a6
--- /dev/null
+++ b/frontend/src/imgs/6.png
Binary files differ
diff --git a/frontend/src/imgs/7.png b/frontend/src/imgs/7.png
new file mode 100644
index 0000000..2e8df24
--- /dev/null
+++ b/frontend/src/imgs/7.png
Binary files differ
diff --git a/frontend/src/imgs/8.png b/frontend/src/imgs/8.png
new file mode 100644
index 0000000..df9a104
--- /dev/null
+++ b/frontend/src/imgs/8.png
Binary files differ
diff --git a/frontend/src/index.js b/frontend/src/index.js
new file mode 100644
index 0000000..20f2cdc
--- /dev/null
+++ b/frontend/src/index.js
@@ -0,0 +1,10 @@
1import React from 'react';
2import ReactDOM from 'react-dom/client';
3import App from './App';
4
5const root = ReactDOM.createRoot(document.getElementById('root'));
6root.render(
7 <React.StrictMode>
8 <App/>
9 </React.StrictMode>
10);