~repos /only-bible-app

#kotlin#android#ios

git clone https://pyrossh.dev/repos/only-bible-app.git

The only bible app you will ever need. No ads. No in-app purchases. No distractions.


7c1925e8 pyrossh

1 year ago
add website
website/.eslintignore ADDED
@@ -0,0 +1,13 @@
1
+ .DS_Store
2
+ node_modules
3
+ /build
4
+ /.svelte-kit
5
+ /package
6
+ .env
7
+ .env.*
8
+ !.env.example
9
+
10
+ # Ignore files for PNPM, NPM and YARN
11
+ pnpm-lock.yaml
12
+ package-lock.json
13
+ yarn.lock
website/.eslintrc.cjs ADDED
@@ -0,0 +1,15 @@
1
+ /** @type { import("eslint").Linter.Config } */
2
+ module.exports = {
3
+ root: true,
4
+ extends: ['eslint:recommended', 'plugin:svelte/recommended', 'prettier'],
5
+ parserOptions: {
6
+ sourceType: 'module',
7
+ ecmaVersion: 2020,
8
+ extraFileExtensions: ['.svelte']
9
+ },
10
+ env: {
11
+ browser: true,
12
+ es2017: true,
13
+ node: true
14
+ }
15
+ };
website/.gitignore ADDED
@@ -0,0 +1,10 @@
1
+ .DS_Store
2
+ node_modules
3
+ /build
4
+ /.svelte-kit
5
+ /package
6
+ .env
7
+ .env.*
8
+ !.env.example
9
+ vite.config.js.timestamp-*
10
+ vite.config.ts.timestamp-*
website/.npmrc ADDED
@@ -0,0 +1 @@
1
+ engine-strict=true
website/.prettierignore ADDED
@@ -0,0 +1,4 @@
1
+ # Ignore files for PNPM, NPM and YARN
2
+ pnpm-lock.yaml
3
+ package-lock.json
4
+ yarn.lock
website/.prettierrc ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "useTabs": true,
3
+ "singleQuote": true,
4
+ "trailingComma": "none",
5
+ "printWidth": 100,
6
+ "plugins": ["prettier-plugin-svelte"],
7
+ "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
8
+ }
website/README.md ADDED
@@ -0,0 +1,38 @@
1
+ # create-svelte
2
+
3
+ Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).
4
+
5
+ ## Creating a project
6
+
7
+ If you're seeing this, you've probably already done this step. Congrats!
8
+
9
+ ```bash
10
+ # create a new project in the current directory
11
+ npm create svelte@latest
12
+
13
+ # create a new project in my-app
14
+ npm create svelte@latest my-app
15
+ ```
16
+
17
+ ## Developing
18
+
19
+ Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
20
+
21
+ ```bash
22
+ npm run dev
23
+
24
+ # or start the server and open the app in a new browser tab
25
+ npm run dev -- --open
26
+ ```
27
+
28
+ ## Building
29
+
30
+ To create a production version of your app:
31
+
32
+ ```bash
33
+ npm run build
34
+ ```
35
+
36
+ You can preview the production build with `npm run preview`.
37
+
38
+ > To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
website/jsconfig.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "extends": "./.svelte-kit/tsconfig.json",
3
+ "compilerOptions": {
4
+ "allowJs": true,
5
+ "checkJs": true,
6
+ "esModuleInterop": true,
7
+ "forceConsistentCasingInFileNames": true,
8
+ "resolveJsonModule": true,
9
+ "skipLibCheck": true,
10
+ "sourceMap": true,
11
+ "strict": true,
12
+ "moduleResolution": "bundler"
13
+ }
14
+ // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
15
+ // except $lib which is handled by https://kit.svelte.dev/docs/configuration#files
16
+ //
17
+ // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
18
+ // from the referenced tsconfig.json - TypeScript does not merge them in
19
+ }
website/package-lock.json ADDED
@@ -0,0 +1,4371 @@
1
+ {
2
+ "name": "website",
3
+ "version": "0.0.1",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "website",
9
+ "version": "0.0.1",
10
+ "dependencies": {
11
+ "@unocss/reset": "^0.59.4",
12
+ "unocss": "^0.59.4"
13
+ },
14
+ "devDependencies": {
15
+ "@sveltejs/adapter-auto": "^3.0.0",
16
+ "@sveltejs/kit": "^2.0.0",
17
+ "@types/eslint": "^8.56.0",
18
+ "@unocss/extractor-svelte": "^0.59.4",
19
+ "@unocss/preset-typography": "^0.59.4",
20
+ "@unocss/transformer-directives": "^0.59.4",
21
+ "@unocss/transformer-variant-group": "^0.59.4",
22
+ "eslint": "^8.56.0",
23
+ "eslint-config-prettier": "^9.1.0",
24
+ "eslint-plugin-svelte": "^2.35.1",
25
+ "prettier": "^3.1.1",
26
+ "prettier-plugin-svelte": "^3.1.2",
27
+ "svelte": "^4.2.7",
28
+ "svelte-check": "^3.6.0",
29
+ "typescript": "^5.0.0",
30
+ "vite": "^5.0.3"
31
+ }
32
+ },
33
+ "node_modules/@ampproject/remapping": {
34
+ "version": "2.3.0",
35
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
36
+ "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
37
+ "dependencies": {
38
+ "@jridgewell/gen-mapping": "^0.3.5",
39
+ "@jridgewell/trace-mapping": "^0.3.24"
40
+ },
41
+ "engines": {
42
+ "node": ">=6.0.0"
43
+ }
44
+ },
45
+ "node_modules/@antfu/install-pkg": {
46
+ "version": "0.1.1",
47
+ "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-0.1.1.tgz",
48
+ "integrity": "sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==",
49
+ "dependencies": {
50
+ "execa": "^5.1.1",
51
+ "find-up": "^5.0.0"
52
+ },
53
+ "funding": {
54
+ "url": "https://github.com/sponsors/antfu"
55
+ }
56
+ },
57
+ "node_modules/@antfu/utils": {
58
+ "version": "0.7.7",
59
+ "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.7.tgz",
60
+ "integrity": "sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==",
61
+ "funding": {
62
+ "url": "https://github.com/sponsors/antfu"
63
+ }
64
+ },
65
+ "node_modules/@babel/code-frame": {
66
+ "version": "7.24.2",
67
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
68
+ "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
69
+ "dependencies": {
70
+ "@babel/highlight": "^7.24.2",
71
+ "picocolors": "^1.0.0"
72
+ },
73
+ "engines": {
74
+ "node": ">=6.9.0"
75
+ }
76
+ },
77
+ "node_modules/@babel/compat-data": {
78
+ "version": "7.24.4",
79
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz",
80
+ "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==",
81
+ "engines": {
82
+ "node": ">=6.9.0"
83
+ }
84
+ },
85
+ "node_modules/@babel/core": {
86
+ "version": "7.24.5",
87
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz",
88
+ "integrity": "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==",
89
+ "dependencies": {
90
+ "@ampproject/remapping": "^2.2.0",
91
+ "@babel/code-frame": "^7.24.2",
92
+ "@babel/generator": "^7.24.5",
93
+ "@babel/helper-compilation-targets": "^7.23.6",
94
+ "@babel/helper-module-transforms": "^7.24.5",
95
+ "@babel/helpers": "^7.24.5",
96
+ "@babel/parser": "^7.24.5",
97
+ "@babel/template": "^7.24.0",
98
+ "@babel/traverse": "^7.24.5",
99
+ "@babel/types": "^7.24.5",
100
+ "convert-source-map": "^2.0.0",
101
+ "debug": "^4.1.0",
102
+ "gensync": "^1.0.0-beta.2",
103
+ "json5": "^2.2.3",
104
+ "semver": "^6.3.1"
105
+ },
106
+ "engines": {
107
+ "node": ">=6.9.0"
108
+ },
109
+ "funding": {
110
+ "type": "opencollective",
111
+ "url": "https://opencollective.com/babel"
112
+ }
113
+ },
114
+ "node_modules/@babel/core/node_modules/semver": {
115
+ "version": "6.3.1",
116
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
117
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
118
+ "bin": {
119
+ "semver": "bin/semver.js"
120
+ }
121
+ },
122
+ "node_modules/@babel/generator": {
123
+ "version": "7.24.5",
124
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz",
125
+ "integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==",
126
+ "dependencies": {
127
+ "@babel/types": "^7.24.5",
128
+ "@jridgewell/gen-mapping": "^0.3.5",
129
+ "@jridgewell/trace-mapping": "^0.3.25",
130
+ "jsesc": "^2.5.1"
131
+ },
132
+ "engines": {
133
+ "node": ">=6.9.0"
134
+ }
135
+ },
136
+ "node_modules/@babel/helper-annotate-as-pure": {
137
+ "version": "7.22.5",
138
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
139
+ "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
140
+ "dependencies": {
141
+ "@babel/types": "^7.22.5"
142
+ },
143
+ "engines": {
144
+ "node": ">=6.9.0"
145
+ }
146
+ },
147
+ "node_modules/@babel/helper-compilation-targets": {
148
+ "version": "7.23.6",
149
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
150
+ "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
151
+ "dependencies": {
152
+ "@babel/compat-data": "^7.23.5",
153
+ "@babel/helper-validator-option": "^7.23.5",
154
+ "browserslist": "^4.22.2",
155
+ "lru-cache": "^5.1.1",
156
+ "semver": "^6.3.1"
157
+ },
158
+ "engines": {
159
+ "node": ">=6.9.0"
160
+ }
161
+ },
162
+ "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
163
+ "version": "5.1.1",
164
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
165
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
166
+ "dependencies": {
167
+ "yallist": "^3.0.2"
168
+ }
169
+ },
170
+ "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
171
+ "version": "6.3.1",
172
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
173
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
174
+ "bin": {
175
+ "semver": "bin/semver.js"
176
+ }
177
+ },
178
+ "node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
179
+ "version": "3.1.1",
180
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
181
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
182
+ },
183
+ "node_modules/@babel/helper-create-class-features-plugin": {
184
+ "version": "7.24.5",
185
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz",
186
+ "integrity": "sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==",
187
+ "dependencies": {
188
+ "@babel/helper-annotate-as-pure": "^7.22.5",
189
+ "@babel/helper-environment-visitor": "^7.22.20",
190
+ "@babel/helper-function-name": "^7.23.0",
191
+ "@babel/helper-member-expression-to-functions": "^7.24.5",
192
+ "@babel/helper-optimise-call-expression": "^7.22.5",
193
+ "@babel/helper-replace-supers": "^7.24.1",
194
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
195
+ "@babel/helper-split-export-declaration": "^7.24.5",
196
+ "semver": "^6.3.1"
197
+ },
198
+ "engines": {
199
+ "node": ">=6.9.0"
200
+ },
201
+ "peerDependencies": {
202
+ "@babel/core": "^7.0.0"
203
+ }
204
+ },
205
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
206
+ "version": "6.3.1",
207
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
208
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
209
+ "bin": {
210
+ "semver": "bin/semver.js"
211
+ }
212
+ },
213
+ "node_modules/@babel/helper-environment-visitor": {
214
+ "version": "7.22.20",
215
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
216
+ "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
217
+ "engines": {
218
+ "node": ">=6.9.0"
219
+ }
220
+ },
221
+ "node_modules/@babel/helper-function-name": {
222
+ "version": "7.23.0",
223
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
224
+ "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
225
+ "dependencies": {
226
+ "@babel/template": "^7.22.15",
227
+ "@babel/types": "^7.23.0"
228
+ },
229
+ "engines": {
230
+ "node": ">=6.9.0"
231
+ }
232
+ },
233
+ "node_modules/@babel/helper-hoist-variables": {
234
+ "version": "7.22.5",
235
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
236
+ "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
237
+ "dependencies": {
238
+ "@babel/types": "^7.22.5"
239
+ },
240
+ "engines": {
241
+ "node": ">=6.9.0"
242
+ }
243
+ },
244
+ "node_modules/@babel/helper-member-expression-to-functions": {
245
+ "version": "7.24.5",
246
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz",
247
+ "integrity": "sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==",
248
+ "dependencies": {
249
+ "@babel/types": "^7.24.5"
250
+ },
251
+ "engines": {
252
+ "node": ">=6.9.0"
253
+ }
254
+ },
255
+ "node_modules/@babel/helper-module-imports": {
256
+ "version": "7.24.3",
257
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz",
258
+ "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==",
259
+ "dependencies": {
260
+ "@babel/types": "^7.24.0"
261
+ },
262
+ "engines": {
263
+ "node": ">=6.9.0"
264
+ }
265
+ },
266
+ "node_modules/@babel/helper-module-transforms": {
267
+ "version": "7.24.5",
268
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz",
269
+ "integrity": "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==",
270
+ "dependencies": {
271
+ "@babel/helper-environment-visitor": "^7.22.20",
272
+ "@babel/helper-module-imports": "^7.24.3",
273
+ "@babel/helper-simple-access": "^7.24.5",
274
+ "@babel/helper-split-export-declaration": "^7.24.5",
275
+ "@babel/helper-validator-identifier": "^7.24.5"
276
+ },
277
+ "engines": {
278
+ "node": ">=6.9.0"
279
+ },
280
+ "peerDependencies": {
281
+ "@babel/core": "^7.0.0"
282
+ }
283
+ },
284
+ "node_modules/@babel/helper-optimise-call-expression": {
285
+ "version": "7.22.5",
286
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
287
+ "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
288
+ "dependencies": {
289
+ "@babel/types": "^7.22.5"
290
+ },
291
+ "engines": {
292
+ "node": ">=6.9.0"
293
+ }
294
+ },
295
+ "node_modules/@babel/helper-plugin-utils": {
296
+ "version": "7.24.5",
297
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz",
298
+ "integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==",
299
+ "engines": {
300
+ "node": ">=6.9.0"
301
+ }
302
+ },
303
+ "node_modules/@babel/helper-replace-supers": {
304
+ "version": "7.24.1",
305
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz",
306
+ "integrity": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==",
307
+ "dependencies": {
308
+ "@babel/helper-environment-visitor": "^7.22.20",
309
+ "@babel/helper-member-expression-to-functions": "^7.23.0",
310
+ "@babel/helper-optimise-call-expression": "^7.22.5"
311
+ },
312
+ "engines": {
313
+ "node": ">=6.9.0"
314
+ },
315
+ "peerDependencies": {
316
+ "@babel/core": "^7.0.0"
317
+ }
318
+ },
319
+ "node_modules/@babel/helper-simple-access": {
320
+ "version": "7.24.5",
321
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz",
322
+ "integrity": "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==",
323
+ "dependencies": {
324
+ "@babel/types": "^7.24.5"
325
+ },
326
+ "engines": {
327
+ "node": ">=6.9.0"
328
+ }
329
+ },
330
+ "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
331
+ "version": "7.22.5",
332
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
333
+ "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
334
+ "dependencies": {
335
+ "@babel/types": "^7.22.5"
336
+ },
337
+ "engines": {
338
+ "node": ">=6.9.0"
339
+ }
340
+ },
341
+ "node_modules/@babel/helper-split-export-declaration": {
342
+ "version": "7.24.5",
343
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz",
344
+ "integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==",
345
+ "dependencies": {
346
+ "@babel/types": "^7.24.5"
347
+ },
348
+ "engines": {
349
+ "node": ">=6.9.0"
350
+ }
351
+ },
352
+ "node_modules/@babel/helper-string-parser": {
353
+ "version": "7.24.1",
354
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz",
355
+ "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==",
356
+ "engines": {
357
+ "node": ">=6.9.0"
358
+ }
359
+ },
360
+ "node_modules/@babel/helper-validator-identifier": {
361
+ "version": "7.24.5",
362
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz",
363
+ "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==",
364
+ "engines": {
365
+ "node": ">=6.9.0"
366
+ }
367
+ },
368
+ "node_modules/@babel/helper-validator-option": {
369
+ "version": "7.23.5",
370
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
371
+ "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
372
+ "engines": {
373
+ "node": ">=6.9.0"
374
+ }
375
+ },
376
+ "node_modules/@babel/helpers": {
377
+ "version": "7.24.5",
378
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz",
379
+ "integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==",
380
+ "dependencies": {
381
+ "@babel/template": "^7.24.0",
382
+ "@babel/traverse": "^7.24.5",
383
+ "@babel/types": "^7.24.5"
384
+ },
385
+ "engines": {
386
+ "node": ">=6.9.0"
387
+ }
388
+ },
389
+ "node_modules/@babel/highlight": {
390
+ "version": "7.24.5",
391
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.5.tgz",
392
+ "integrity": "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==",
393
+ "dependencies": {
394
+ "@babel/helper-validator-identifier": "^7.24.5",
395
+ "chalk": "^2.4.2",
396
+ "js-tokens": "^4.0.0",
397
+ "picocolors": "^1.0.0"
398
+ },
399
+ "engines": {
400
+ "node": ">=6.9.0"
401
+ }
402
+ },
403
+ "node_modules/@babel/highlight/node_modules/ansi-styles": {
404
+ "version": "3.2.1",
405
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
406
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
407
+ "dependencies": {
408
+ "color-convert": "^1.9.0"
409
+ },
410
+ "engines": {
411
+ "node": ">=4"
412
+ }
413
+ },
414
+ "node_modules/@babel/highlight/node_modules/chalk": {
415
+ "version": "2.4.2",
416
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
417
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
418
+ "dependencies": {
419
+ "ansi-styles": "^3.2.1",
420
+ "escape-string-regexp": "^1.0.5",
421
+ "supports-color": "^5.3.0"
422
+ },
423
+ "engines": {
424
+ "node": ">=4"
425
+ }
426
+ },
427
+ "node_modules/@babel/highlight/node_modules/color-convert": {
428
+ "version": "1.9.3",
429
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
430
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
431
+ "dependencies": {
432
+ "color-name": "1.1.3"
433
+ }
434
+ },
435
+ "node_modules/@babel/highlight/node_modules/color-name": {
436
+ "version": "1.1.3",
437
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
438
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
439
+ },
440
+ "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
441
+ "version": "1.0.5",
442
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
443
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
444
+ "engines": {
445
+ "node": ">=0.8.0"
446
+ }
447
+ },
448
+ "node_modules/@babel/highlight/node_modules/has-flag": {
449
+ "version": "3.0.0",
450
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
451
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
452
+ "engines": {
453
+ "node": ">=4"
454
+ }
455
+ },
456
+ "node_modules/@babel/highlight/node_modules/supports-color": {
457
+ "version": "5.5.0",
458
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
459
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
460
+ "dependencies": {
461
+ "has-flag": "^3.0.0"
462
+ },
463
+ "engines": {
464
+ "node": ">=4"
465
+ }
466
+ },
467
+ "node_modules/@babel/parser": {
468
+ "version": "7.24.5",
469
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz",
470
+ "integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==",
471
+ "bin": {
472
+ "parser": "bin/babel-parser.js"
473
+ },
474
+ "engines": {
475
+ "node": ">=6.0.0"
476
+ }
477
+ },
478
+ "node_modules/@babel/plugin-syntax-jsx": {
479
+ "version": "7.24.1",
480
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz",
481
+ "integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==",
482
+ "dependencies": {
483
+ "@babel/helper-plugin-utils": "^7.24.0"
484
+ },
485
+ "engines": {
486
+ "node": ">=6.9.0"
487
+ },
488
+ "peerDependencies": {
489
+ "@babel/core": "^7.0.0-0"
490
+ }
491
+ },
492
+ "node_modules/@babel/plugin-syntax-typescript": {
493
+ "version": "7.24.1",
494
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz",
495
+ "integrity": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==",
496
+ "dependencies": {
497
+ "@babel/helper-plugin-utils": "^7.24.0"
498
+ },
499
+ "engines": {
500
+ "node": ">=6.9.0"
501
+ },
502
+ "peerDependencies": {
503
+ "@babel/core": "^7.0.0-0"
504
+ }
505
+ },
506
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
507
+ "version": "7.24.1",
508
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz",
509
+ "integrity": "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==",
510
+ "dependencies": {
511
+ "@babel/helper-module-transforms": "^7.23.3",
512
+ "@babel/helper-plugin-utils": "^7.24.0",
513
+ "@babel/helper-simple-access": "^7.22.5"
514
+ },
515
+ "engines": {
516
+ "node": ">=6.9.0"
517
+ },
518
+ "peerDependencies": {
519
+ "@babel/core": "^7.0.0-0"
520
+ }
521
+ },
522
+ "node_modules/@babel/plugin-transform-typescript": {
523
+ "version": "7.24.5",
524
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.5.tgz",
525
+ "integrity": "sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw==",
526
+ "dependencies": {
527
+ "@babel/helper-annotate-as-pure": "^7.22.5",
528
+ "@babel/helper-create-class-features-plugin": "^7.24.5",
529
+ "@babel/helper-plugin-utils": "^7.24.5",
530
+ "@babel/plugin-syntax-typescript": "^7.24.1"
531
+ },
532
+ "engines": {
533
+ "node": ">=6.9.0"
534
+ },
535
+ "peerDependencies": {
536
+ "@babel/core": "^7.0.0-0"
537
+ }
538
+ },
539
+ "node_modules/@babel/preset-typescript": {
540
+ "version": "7.24.1",
541
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz",
542
+ "integrity": "sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==",
543
+ "dependencies": {
544
+ "@babel/helper-plugin-utils": "^7.24.0",
545
+ "@babel/helper-validator-option": "^7.23.5",
546
+ "@babel/plugin-syntax-jsx": "^7.24.1",
547
+ "@babel/plugin-transform-modules-commonjs": "^7.24.1",
548
+ "@babel/plugin-transform-typescript": "^7.24.1"
549
+ },
550
+ "engines": {
551
+ "node": ">=6.9.0"
552
+ },
553
+ "peerDependencies": {
554
+ "@babel/core": "^7.0.0-0"
555
+ }
556
+ },
557
+ "node_modules/@babel/template": {
558
+ "version": "7.24.0",
559
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz",
560
+ "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
561
+ "dependencies": {
562
+ "@babel/code-frame": "^7.23.5",
563
+ "@babel/parser": "^7.24.0",
564
+ "@babel/types": "^7.24.0"
565
+ },
566
+ "engines": {
567
+ "node": ">=6.9.0"
568
+ }
569
+ },
570
+ "node_modules/@babel/traverse": {
571
+ "version": "7.24.5",
572
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz",
573
+ "integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==",
574
+ "dependencies": {
575
+ "@babel/code-frame": "^7.24.2",
576
+ "@babel/generator": "^7.24.5",
577
+ "@babel/helper-environment-visitor": "^7.22.20",
578
+ "@babel/helper-function-name": "^7.23.0",
579
+ "@babel/helper-hoist-variables": "^7.22.5",
580
+ "@babel/helper-split-export-declaration": "^7.24.5",
581
+ "@babel/parser": "^7.24.5",
582
+ "@babel/types": "^7.24.5",
583
+ "debug": "^4.3.1",
584
+ "globals": "^11.1.0"
585
+ },
586
+ "engines": {
587
+ "node": ">=6.9.0"
588
+ }
589
+ },
590
+ "node_modules/@babel/traverse/node_modules/globals": {
591
+ "version": "11.12.0",
592
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
593
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
594
+ "engines": {
595
+ "node": ">=4"
596
+ }
597
+ },
598
+ "node_modules/@babel/types": {
599
+ "version": "7.24.5",
600
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz",
601
+ "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==",
602
+ "dependencies": {
603
+ "@babel/helper-string-parser": "^7.24.1",
604
+ "@babel/helper-validator-identifier": "^7.24.5",
605
+ "to-fast-properties": "^2.0.0"
606
+ },
607
+ "engines": {
608
+ "node": ">=6.9.0"
609
+ }
610
+ },
611
+ "node_modules/@esbuild/aix-ppc64": {
612
+ "version": "0.20.2",
613
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz",
614
+ "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==",
615
+ "cpu": [
616
+ "ppc64"
617
+ ],
618
+ "optional": true,
619
+ "os": [
620
+ "aix"
621
+ ],
622
+ "engines": {
623
+ "node": ">=12"
624
+ }
625
+ },
626
+ "node_modules/@esbuild/android-arm": {
627
+ "version": "0.20.2",
628
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz",
629
+ "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==",
630
+ "cpu": [
631
+ "arm"
632
+ ],
633
+ "optional": true,
634
+ "os": [
635
+ "android"
636
+ ],
637
+ "engines": {
638
+ "node": ">=12"
639
+ }
640
+ },
641
+ "node_modules/@esbuild/android-arm64": {
642
+ "version": "0.20.2",
643
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz",
644
+ "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==",
645
+ "cpu": [
646
+ "arm64"
647
+ ],
648
+ "optional": true,
649
+ "os": [
650
+ "android"
651
+ ],
652
+ "engines": {
653
+ "node": ">=12"
654
+ }
655
+ },
656
+ "node_modules/@esbuild/android-x64": {
657
+ "version": "0.20.2",
658
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz",
659
+ "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==",
660
+ "cpu": [
661
+ "x64"
662
+ ],
663
+ "optional": true,
664
+ "os": [
665
+ "android"
666
+ ],
667
+ "engines": {
668
+ "node": ">=12"
669
+ }
670
+ },
671
+ "node_modules/@esbuild/darwin-arm64": {
672
+ "version": "0.20.2",
673
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz",
674
+ "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==",
675
+ "cpu": [
676
+ "arm64"
677
+ ],
678
+ "optional": true,
679
+ "os": [
680
+ "darwin"
681
+ ],
682
+ "engines": {
683
+ "node": ">=12"
684
+ }
685
+ },
686
+ "node_modules/@esbuild/darwin-x64": {
687
+ "version": "0.20.2",
688
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz",
689
+ "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==",
690
+ "cpu": [
691
+ "x64"
692
+ ],
693
+ "optional": true,
694
+ "os": [
695
+ "darwin"
696
+ ],
697
+ "engines": {
698
+ "node": ">=12"
699
+ }
700
+ },
701
+ "node_modules/@esbuild/freebsd-arm64": {
702
+ "version": "0.20.2",
703
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz",
704
+ "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==",
705
+ "cpu": [
706
+ "arm64"
707
+ ],
708
+ "optional": true,
709
+ "os": [
710
+ "freebsd"
711
+ ],
712
+ "engines": {
713
+ "node": ">=12"
714
+ }
715
+ },
716
+ "node_modules/@esbuild/freebsd-x64": {
717
+ "version": "0.20.2",
718
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz",
719
+ "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==",
720
+ "cpu": [
721
+ "x64"
722
+ ],
723
+ "optional": true,
724
+ "os": [
725
+ "freebsd"
726
+ ],
727
+ "engines": {
728
+ "node": ">=12"
729
+ }
730
+ },
731
+ "node_modules/@esbuild/linux-arm": {
732
+ "version": "0.20.2",
733
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz",
734
+ "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==",
735
+ "cpu": [
736
+ "arm"
737
+ ],
738
+ "optional": true,
739
+ "os": [
740
+ "linux"
741
+ ],
742
+ "engines": {
743
+ "node": ">=12"
744
+ }
745
+ },
746
+ "node_modules/@esbuild/linux-arm64": {
747
+ "version": "0.20.2",
748
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz",
749
+ "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==",
750
+ "cpu": [
751
+ "arm64"
752
+ ],
753
+ "optional": true,
754
+ "os": [
755
+ "linux"
756
+ ],
757
+ "engines": {
758
+ "node": ">=12"
759
+ }
760
+ },
761
+ "node_modules/@esbuild/linux-ia32": {
762
+ "version": "0.20.2",
763
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz",
764
+ "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==",
765
+ "cpu": [
766
+ "ia32"
767
+ ],
768
+ "optional": true,
769
+ "os": [
770
+ "linux"
771
+ ],
772
+ "engines": {
773
+ "node": ">=12"
774
+ }
775
+ },
776
+ "node_modules/@esbuild/linux-loong64": {
777
+ "version": "0.20.2",
778
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz",
779
+ "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==",
780
+ "cpu": [
781
+ "loong64"
782
+ ],
783
+ "optional": true,
784
+ "os": [
785
+ "linux"
786
+ ],
787
+ "engines": {
788
+ "node": ">=12"
789
+ }
790
+ },
791
+ "node_modules/@esbuild/linux-mips64el": {
792
+ "version": "0.20.2",
793
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz",
794
+ "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==",
795
+ "cpu": [
796
+ "mips64el"
797
+ ],
798
+ "optional": true,
799
+ "os": [
800
+ "linux"
801
+ ],
802
+ "engines": {
803
+ "node": ">=12"
804
+ }
805
+ },
806
+ "node_modules/@esbuild/linux-ppc64": {
807
+ "version": "0.20.2",
808
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz",
809
+ "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==",
810
+ "cpu": [
811
+ "ppc64"
812
+ ],
813
+ "optional": true,
814
+ "os": [
815
+ "linux"
816
+ ],
817
+ "engines": {
818
+ "node": ">=12"
819
+ }
820
+ },
821
+ "node_modules/@esbuild/linux-riscv64": {
822
+ "version": "0.20.2",
823
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz",
824
+ "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==",
825
+ "cpu": [
826
+ "riscv64"
827
+ ],
828
+ "optional": true,
829
+ "os": [
830
+ "linux"
831
+ ],
832
+ "engines": {
833
+ "node": ">=12"
834
+ }
835
+ },
836
+ "node_modules/@esbuild/linux-s390x": {
837
+ "version": "0.20.2",
838
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz",
839
+ "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==",
840
+ "cpu": [
841
+ "s390x"
842
+ ],
843
+ "optional": true,
844
+ "os": [
845
+ "linux"
846
+ ],
847
+ "engines": {
848
+ "node": ">=12"
849
+ }
850
+ },
851
+ "node_modules/@esbuild/linux-x64": {
852
+ "version": "0.20.2",
853
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz",
854
+ "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==",
855
+ "cpu": [
856
+ "x64"
857
+ ],
858
+ "optional": true,
859
+ "os": [
860
+ "linux"
861
+ ],
862
+ "engines": {
863
+ "node": ">=12"
864
+ }
865
+ },
866
+ "node_modules/@esbuild/netbsd-x64": {
867
+ "version": "0.20.2",
868
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz",
869
+ "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==",
870
+ "cpu": [
871
+ "x64"
872
+ ],
873
+ "optional": true,
874
+ "os": [
875
+ "netbsd"
876
+ ],
877
+ "engines": {
878
+ "node": ">=12"
879
+ }
880
+ },
881
+ "node_modules/@esbuild/openbsd-x64": {
882
+ "version": "0.20.2",
883
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz",
884
+ "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==",
885
+ "cpu": [
886
+ "x64"
887
+ ],
888
+ "optional": true,
889
+ "os": [
890
+ "openbsd"
891
+ ],
892
+ "engines": {
893
+ "node": ">=12"
894
+ }
895
+ },
896
+ "node_modules/@esbuild/sunos-x64": {
897
+ "version": "0.20.2",
898
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz",
899
+ "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==",
900
+ "cpu": [
901
+ "x64"
902
+ ],
903
+ "optional": true,
904
+ "os": [
905
+ "sunos"
906
+ ],
907
+ "engines": {
908
+ "node": ">=12"
909
+ }
910
+ },
911
+ "node_modules/@esbuild/win32-arm64": {
912
+ "version": "0.20.2",
913
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz",
914
+ "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==",
915
+ "cpu": [
916
+ "arm64"
917
+ ],
918
+ "optional": true,
919
+ "os": [
920
+ "win32"
921
+ ],
922
+ "engines": {
923
+ "node": ">=12"
924
+ }
925
+ },
926
+ "node_modules/@esbuild/win32-ia32": {
927
+ "version": "0.20.2",
928
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz",
929
+ "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==",
930
+ "cpu": [
931
+ "ia32"
932
+ ],
933
+ "optional": true,
934
+ "os": [
935
+ "win32"
936
+ ],
937
+ "engines": {
938
+ "node": ">=12"
939
+ }
940
+ },
941
+ "node_modules/@esbuild/win32-x64": {
942
+ "version": "0.20.2",
943
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz",
944
+ "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==",
945
+ "cpu": [
946
+ "x64"
947
+ ],
948
+ "optional": true,
949
+ "os": [
950
+ "win32"
951
+ ],
952
+ "engines": {
953
+ "node": ">=12"
954
+ }
955
+ },
956
+ "node_modules/@eslint-community/eslint-utils": {
957
+ "version": "4.4.0",
958
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
959
+ "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
960
+ "dev": true,
961
+ "dependencies": {
962
+ "eslint-visitor-keys": "^3.3.0"
963
+ },
964
+ "engines": {
965
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
966
+ },
967
+ "peerDependencies": {
968
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
969
+ }
970
+ },
971
+ "node_modules/@eslint-community/regexpp": {
972
+ "version": "4.10.0",
973
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",
974
+ "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",
975
+ "dev": true,
976
+ "engines": {
977
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
978
+ }
979
+ },
980
+ "node_modules/@eslint/eslintrc": {
981
+ "version": "2.1.4",
982
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
983
+ "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
984
+ "dev": true,
985
+ "dependencies": {
986
+ "ajv": "^6.12.4",
987
+ "debug": "^4.3.2",
988
+ "espree": "^9.6.0",
989
+ "globals": "^13.19.0",
990
+ "ignore": "^5.2.0",
991
+ "import-fresh": "^3.2.1",
992
+ "js-yaml": "^4.1.0",
993
+ "minimatch": "^3.1.2",
994
+ "strip-json-comments": "^3.1.1"
995
+ },
996
+ "engines": {
997
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
998
+ },
999
+ "funding": {
1000
+ "url": "https://opencollective.com/eslint"
1001
+ }
1002
+ },
1003
+ "node_modules/@eslint/js": {
1004
+ "version": "8.57.0",
1005
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
1006
+ "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
1007
+ "dev": true,
1008
+ "engines": {
1009
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1010
+ }
1011
+ },
1012
+ "node_modules/@humanwhocodes/config-array": {
1013
+ "version": "0.11.14",
1014
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
1015
+ "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
1016
+ "dev": true,
1017
+ "dependencies": {
1018
+ "@humanwhocodes/object-schema": "^2.0.2",
1019
+ "debug": "^4.3.1",
1020
+ "minimatch": "^3.0.5"
1021
+ },
1022
+ "engines": {
1023
+ "node": ">=10.10.0"
1024
+ }
1025
+ },
1026
+ "node_modules/@humanwhocodes/module-importer": {
1027
+ "version": "1.0.1",
1028
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
1029
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
1030
+ "dev": true,
1031
+ "engines": {
1032
+ "node": ">=12.22"
1033
+ },
1034
+ "funding": {
1035
+ "type": "github",
1036
+ "url": "https://github.com/sponsors/nzakas"
1037
+ }
1038
+ },
1039
+ "node_modules/@humanwhocodes/object-schema": {
1040
+ "version": "2.0.3",
1041
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
1042
+ "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
1043
+ "dev": true
1044
+ },
1045
+ "node_modules/@iconify/types": {
1046
+ "version": "2.0.0",
1047
+ "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
1048
+ "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg=="
1049
+ },
1050
+ "node_modules/@iconify/utils": {
1051
+ "version": "2.1.23",
1052
+ "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.23.tgz",
1053
+ "integrity": "sha512-YGNbHKM5tyDvdWZ92y2mIkrfvm5Fvhe6WJSkWu7vvOFhMtYDP0casZpoRz0XEHZCrYsR4stdGT3cZ52yp5qZdQ==",
1054
+ "dependencies": {
1055
+ "@antfu/install-pkg": "^0.1.1",
1056
+ "@antfu/utils": "^0.7.7",
1057
+ "@iconify/types": "^2.0.0",
1058
+ "debug": "^4.3.4",
1059
+ "kolorist": "^1.8.0",
1060
+ "local-pkg": "^0.5.0",
1061
+ "mlly": "^1.6.1"
1062
+ }
1063
+ },
1064
+ "node_modules/@jridgewell/gen-mapping": {
1065
+ "version": "0.3.5",
1066
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
1067
+ "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
1068
+ "dependencies": {
1069
+ "@jridgewell/set-array": "^1.2.1",
1070
+ "@jridgewell/sourcemap-codec": "^1.4.10",
1071
+ "@jridgewell/trace-mapping": "^0.3.24"
1072
+ },
1073
+ "engines": {
1074
+ "node": ">=6.0.0"
1075
+ }
1076
+ },
1077
+ "node_modules/@jridgewell/resolve-uri": {
1078
+ "version": "3.1.2",
1079
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1080
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1081
+ "engines": {
1082
+ "node": ">=6.0.0"
1083
+ }
1084
+ },
1085
+ "node_modules/@jridgewell/set-array": {
1086
+ "version": "1.2.1",
1087
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
1088
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
1089
+ "engines": {
1090
+ "node": ">=6.0.0"
1091
+ }
1092
+ },
1093
+ "node_modules/@jridgewell/sourcemap-codec": {
1094
+ "version": "1.4.15",
1095
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
1096
+ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
1097
+ },
1098
+ "node_modules/@jridgewell/trace-mapping": {
1099
+ "version": "0.3.25",
1100
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
1101
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
1102
+ "dependencies": {
1103
+ "@jridgewell/resolve-uri": "^3.1.0",
1104
+ "@jridgewell/sourcemap-codec": "^1.4.14"
1105
+ }
1106
+ },
1107
+ "node_modules/@nodelib/fs.scandir": {
1108
+ "version": "2.1.5",
1109
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
1110
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
1111
+ "dependencies": {
1112
+ "@nodelib/fs.stat": "2.0.5",
1113
+ "run-parallel": "^1.1.9"
1114
+ },
1115
+ "engines": {
1116
+ "node": ">= 8"
1117
+ }
1118
+ },
1119
+ "node_modules/@nodelib/fs.stat": {
1120
+ "version": "2.0.5",
1121
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
1122
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
1123
+ "engines": {
1124
+ "node": ">= 8"
1125
+ }
1126
+ },
1127
+ "node_modules/@nodelib/fs.walk": {
1128
+ "version": "1.2.8",
1129
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
1130
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
1131
+ "dependencies": {
1132
+ "@nodelib/fs.scandir": "2.1.5",
1133
+ "fastq": "^1.6.0"
1134
+ },
1135
+ "engines": {
1136
+ "node": ">= 8"
1137
+ }
1138
+ },
1139
+ "node_modules/@polka/url": {
1140
+ "version": "1.0.0-next.25",
1141
+ "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz",
1142
+ "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ=="
1143
+ },
1144
+ "node_modules/@rollup/pluginutils": {
1145
+ "version": "5.1.0",
1146
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
1147
+ "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
1148
+ "dependencies": {
1149
+ "@types/estree": "^1.0.0",
1150
+ "estree-walker": "^2.0.2",
1151
+ "picomatch": "^2.3.1"
1152
+ },
1153
+ "engines": {
1154
+ "node": ">=14.0.0"
1155
+ },
1156
+ "peerDependencies": {
1157
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1158
+ },
1159
+ "peerDependenciesMeta": {
1160
+ "rollup": {
1161
+ "optional": true
1162
+ }
1163
+ }
1164
+ },
1165
+ "node_modules/@rollup/pluginutils/node_modules/estree-walker": {
1166
+ "version": "2.0.2",
1167
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1168
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
1169
+ },
1170
+ "node_modules/@rollup/rollup-android-arm-eabi": {
1171
+ "version": "4.17.2",
1172
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.17.2.tgz",
1173
+ "integrity": "sha512-NM0jFxY8bB8QLkoKxIQeObCaDlJKewVlIEkuyYKm5An1tdVZ966w2+MPQ2l8LBZLjR+SgyV+nRkTIunzOYBMLQ==",
1174
+ "cpu": [
1175
+ "arm"
1176
+ ],
1177
+ "optional": true,
1178
+ "os": [
1179
+ "android"
1180
+ ]
1181
+ },
1182
+ "node_modules/@rollup/rollup-android-arm64": {
1183
+ "version": "4.17.2",
1184
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.17.2.tgz",
1185
+ "integrity": "sha512-yeX/Usk7daNIVwkq2uGoq2BYJKZY1JfyLTaHO/jaiSwi/lsf8fTFoQW/n6IdAsx5tx+iotu2zCJwz8MxI6D/Bw==",
1186
+ "cpu": [
1187
+ "arm64"
1188
+ ],
1189
+ "optional": true,
1190
+ "os": [
1191
+ "android"
1192
+ ]
1193
+ },
1194
+ "node_modules/@rollup/rollup-darwin-arm64": {
1195
+ "version": "4.17.2",
1196
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.17.2.tgz",
1197
+ "integrity": "sha512-kcMLpE6uCwls023+kknm71ug7MZOrtXo+y5p/tsg6jltpDtgQY1Eq5sGfHcQfb+lfuKwhBmEURDga9N0ol4YPw==",
1198
+ "cpu": [
1199
+ "arm64"
1200
+ ],
1201
+ "optional": true,
1202
+ "os": [
1203
+ "darwin"
1204
+ ]
1205
+ },
1206
+ "node_modules/@rollup/rollup-darwin-x64": {
1207
+ "version": "4.17.2",
1208
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.17.2.tgz",
1209
+ "integrity": "sha512-AtKwD0VEx0zWkL0ZjixEkp5tbNLzX+FCqGG1SvOu993HnSz4qDI6S4kGzubrEJAljpVkhRSlg5bzpV//E6ysTQ==",
1210
+ "cpu": [
1211
+ "x64"
1212
+ ],
1213
+ "optional": true,
1214
+ "os": [
1215
+ "darwin"
1216
+ ]
1217
+ },
1218
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1219
+ "version": "4.17.2",
1220
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.17.2.tgz",
1221
+ "integrity": "sha512-3reX2fUHqN7sffBNqmEyMQVj/CKhIHZd4y631duy0hZqI8Qoqf6lTtmAKvJFYa6bhU95B1D0WgzHkmTg33In0A==",
1222
+ "cpu": [
1223
+ "arm"
1224
+ ],
1225
+ "optional": true,
1226
+ "os": [
1227
+ "linux"
1228
+ ]
1229
+ },
1230
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1231
+ "version": "4.17.2",
1232
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.17.2.tgz",
1233
+ "integrity": "sha512-uSqpsp91mheRgw96xtyAGP9FW5ChctTFEoXP0r5FAzj/3ZRv3Uxjtc7taRQSaQM/q85KEKjKsZuiZM3GyUivRg==",
1234
+ "cpu": [
1235
+ "arm"
1236
+ ],
1237
+ "optional": true,
1238
+ "os": [
1239
+ "linux"
1240
+ ]
1241
+ },
1242
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
1243
+ "version": "4.17.2",
1244
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.17.2.tgz",
1245
+ "integrity": "sha512-EMMPHkiCRtE8Wdk3Qhtciq6BndLtstqZIroHiiGzB3C5LDJmIZcSzVtLRbwuXuUft1Cnv+9fxuDtDxz3k3EW2A==",
1246
+ "cpu": [
1247
+ "arm64"
1248
+ ],
1249
+ "optional": true,
1250
+ "os": [
1251
+ "linux"
1252
+ ]
1253
+ },
1254
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
1255
+ "version": "4.17.2",
1256
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.17.2.tgz",
1257
+ "integrity": "sha512-NMPylUUZ1i0z/xJUIx6VUhISZDRT+uTWpBcjdv0/zkp7b/bQDF+NfnfdzuTiB1G6HTodgoFa93hp0O1xl+/UbA==",
1258
+ "cpu": [
1259
+ "arm64"
1260
+ ],
1261
+ "optional": true,
1262
+ "os": [
1263
+ "linux"
1264
+ ]
1265
+ },
1266
+ "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
1267
+ "version": "4.17.2",
1268
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.17.2.tgz",
1269
+ "integrity": "sha512-T19My13y8uYXPw/L/k0JYaX1fJKFT/PWdXiHr8mTbXWxjVF1t+8Xl31DgBBvEKclw+1b00Chg0hxE2O7bTG7GQ==",
1270
+ "cpu": [
1271
+ "ppc64"
1272
+ ],
1273
+ "optional": true,
1274
+ "os": [
1275
+ "linux"
1276
+ ]
1277
+ },
1278
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1279
+ "version": "4.17.2",
1280
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.17.2.tgz",
1281
+ "integrity": "sha512-BOaNfthf3X3fOWAB+IJ9kxTgPmMqPPH5f5k2DcCsRrBIbWnaJCgX2ll77dV1TdSy9SaXTR5iDXRL8n7AnoP5cg==",
1282
+ "cpu": [
1283
+ "riscv64"
1284
+ ],
1285
+ "optional": true,
1286
+ "os": [
1287
+ "linux"
1288
+ ]
1289
+ },
1290
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1291
+ "version": "4.17.2",
1292
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.17.2.tgz",
1293
+ "integrity": "sha512-W0UP/x7bnn3xN2eYMql2T/+wpASLE5SjObXILTMPUBDB/Fg/FxC+gX4nvCfPBCbNhz51C+HcqQp2qQ4u25ok6g==",
1294
+ "cpu": [
1295
+ "s390x"
1296
+ ],
1297
+ "optional": true,
1298
+ "os": [
1299
+ "linux"
1300
+ ]
1301
+ },
1302
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1303
+ "version": "4.17.2",
1304
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.17.2.tgz",
1305
+ "integrity": "sha512-Hy7pLwByUOuyaFC6mAr7m+oMC+V7qyifzs/nW2OJfC8H4hbCzOX07Ov0VFk/zP3kBsELWNFi7rJtgbKYsav9QQ==",
1306
+ "cpu": [
1307
+ "x64"
1308
+ ],
1309
+ "optional": true,
1310
+ "os": [
1311
+ "linux"
1312
+ ]
1313
+ },
1314
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1315
+ "version": "4.17.2",
1316
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.17.2.tgz",
1317
+ "integrity": "sha512-h1+yTWeYbRdAyJ/jMiVw0l6fOOm/0D1vNLui9iPuqgRGnXA0u21gAqOyB5iHjlM9MMfNOm9RHCQ7zLIzT0x11Q==",
1318
+ "cpu": [
1319
+ "x64"
1320
+ ],
1321
+ "optional": true,
1322
+ "os": [
1323
+ "linux"
1324
+ ]
1325
+ },
1326
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1327
+ "version": "4.17.2",
1328
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.17.2.tgz",
1329
+ "integrity": "sha512-tmdtXMfKAjy5+IQsVtDiCfqbynAQE/TQRpWdVataHmhMb9DCoJxp9vLcCBjEQWMiUYxO1QprH/HbY9ragCEFLA==",
1330
+ "cpu": [
1331
+ "arm64"
1332
+ ],
1333
+ "optional": true,
1334
+ "os": [
1335
+ "win32"
1336
+ ]
1337
+ },
1338
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1339
+ "version": "4.17.2",
1340
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.17.2.tgz",
1341
+ "integrity": "sha512-7II/QCSTAHuE5vdZaQEwJq2ZACkBpQDOmQsE6D6XUbnBHW8IAhm4eTufL6msLJorzrHDFv3CF8oCA/hSIRuZeQ==",
1342
+ "cpu": [
1343
+ "ia32"
1344
+ ],
1345
+ "optional": true,
1346
+ "os": [
1347
+ "win32"
1348
+ ]
1349
+ },
1350
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1351
+ "version": "4.17.2",
1352
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.17.2.tgz",
1353
+ "integrity": "sha512-TGGO7v7qOq4CYmSBVEYpI1Y5xDuCEnbVC5Vth8mOsW0gDSzxNrVERPc790IGHsrT2dQSimgMr9Ub3Y1Jci5/8w==",
1354
+ "cpu": [
1355
+ "x64"
1356
+ ],
1357
+ "optional": true,
1358
+ "os": [
1359
+ "win32"
1360
+ ]
1361
+ },
1362
+ "node_modules/@sveltejs/adapter-auto": {
1363
+ "version": "3.2.0",
1364
+ "resolved": "https://registry.npmjs.org/@sveltejs/adapter-auto/-/adapter-auto-3.2.0.tgz",
1365
+ "integrity": "sha512-She5nKT47kwHE18v9NMe6pbJcvULr82u0V3yZ0ej3n1laWKGgkgdEABE9/ak5iDPs93LqsBkuIo51kkwCLBjJA==",
1366
+ "dev": true,
1367
+ "dependencies": {
1368
+ "import-meta-resolve": "^4.0.0"
1369
+ },
1370
+ "peerDependencies": {
1371
+ "@sveltejs/kit": "^2.0.0"
1372
+ }
1373
+ },
1374
+ "node_modules/@sveltejs/kit": {
1375
+ "version": "2.5.7",
1376
+ "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.5.7.tgz",
1377
+ "integrity": "sha512-6uedTzrb7nQrw6HALxnPrPaXdIN2jJJTzTIl96Z3P5NiG+OAfpdPbrWrvkJ3GN4CfWqrmU4dJqwMMRMTD/C7ow==",
1378
+ "dev": true,
1379
+ "hasInstallScript": true,
1380
+ "dependencies": {
1381
+ "@types/cookie": "^0.6.0",
1382
+ "cookie": "^0.6.0",
1383
+ "devalue": "^5.0.0",
1384
+ "esm-env": "^1.0.0",
1385
+ "import-meta-resolve": "^4.0.0",
1386
+ "kleur": "^4.1.5",
1387
+ "magic-string": "^0.30.5",
1388
+ "mrmime": "^2.0.0",
1389
+ "sade": "^1.8.1",
1390
+ "set-cookie-parser": "^2.6.0",
1391
+ "sirv": "^2.0.4",
1392
+ "tiny-glob": "^0.2.9"
1393
+ },
1394
+ "bin": {
1395
+ "svelte-kit": "svelte-kit.js"
1396
+ },
1397
+ "engines": {
1398
+ "node": ">=18.13"
1399
+ },
1400
+ "peerDependencies": {
1401
+ "@sveltejs/vite-plugin-svelte": "^3.0.0",
1402
+ "svelte": "^4.0.0 || ^5.0.0-next.0",
1403
+ "vite": "^5.0.3"
1404
+ }
1405
+ },
1406
+ "node_modules/@sveltejs/vite-plugin-svelte": {
1407
+ "version": "3.1.0",
1408
+ "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-3.1.0.tgz",
1409
+ "integrity": "sha512-sY6ncCvg+O3njnzbZexcVtUqOBE3iYmQPJ9y+yXSkOwG576QI/xJrBnQSRXFLGwJNBa0T78JEKg5cIR0WOAuUw==",
1410
+ "dev": true,
1411
+ "peer": true,
1412
+ "dependencies": {
1413
+ "@sveltejs/vite-plugin-svelte-inspector": "^2.0.0",
1414
+ "debug": "^4.3.4",
1415
+ "deepmerge": "^4.3.1",
1416
+ "kleur": "^4.1.5",
1417
+ "magic-string": "^0.30.9",
1418
+ "svelte-hmr": "^0.16.0",
1419
+ "vitefu": "^0.2.5"
1420
+ },
1421
+ "engines": {
1422
+ "node": "^18.0.0 || >=20"
1423
+ },
1424
+ "peerDependencies": {
1425
+ "svelte": "^4.0.0 || ^5.0.0-next.0",
1426
+ "vite": "^5.0.0"
1427
+ }
1428
+ },
1429
+ "node_modules/@sveltejs/vite-plugin-svelte-inspector": {
1430
+ "version": "2.1.0",
1431
+ "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte-inspector/-/vite-plugin-svelte-inspector-2.1.0.tgz",
1432
+ "integrity": "sha512-9QX28IymvBlSCqsCll5t0kQVxipsfhFFL+L2t3nTWfXnddYwxBuAEtTtlaVQpRz9c37BhJjltSeY4AJSC03SSg==",
1433
+ "dev": true,
1434
+ "peer": true,
1435
+ "dependencies": {
1436
+ "debug": "^4.3.4"
1437
+ },
1438
+ "engines": {
1439
+ "node": "^18.0.0 || >=20"
1440
+ },
1441
+ "peerDependencies": {
1442
+ "@sveltejs/vite-plugin-svelte": "^3.0.0",
1443
+ "svelte": "^4.0.0 || ^5.0.0-next.0",
1444
+ "vite": "^5.0.0"
1445
+ }
1446
+ },
1447
+ "node_modules/@types/cookie": {
1448
+ "version": "0.6.0",
1449
+ "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
1450
+ "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
1451
+ "dev": true
1452
+ },
1453
+ "node_modules/@types/eslint": {
1454
+ "version": "8.56.10",
1455
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz",
1456
+ "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==",
1457
+ "dev": true,
1458
+ "dependencies": {
1459
+ "@types/estree": "*",
1460
+ "@types/json-schema": "*"
1461
+ }
1462
+ },
1463
+ "node_modules/@types/estree": {
1464
+ "version": "1.0.5",
1465
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
1466
+ "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
1467
+ },
1468
+ "node_modules/@types/json-schema": {
1469
+ "version": "7.0.15",
1470
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
1471
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
1472
+ "dev": true
1473
+ },
1474
+ "node_modules/@types/pug": {
1475
+ "version": "2.0.10",
1476
+ "resolved": "https://registry.npmjs.org/@types/pug/-/pug-2.0.10.tgz",
1477
+ "integrity": "sha512-Sk/uYFOBAB7mb74XcpizmH0KOR2Pv3D2Hmrh1Dmy5BmK3MpdSa5kqZcg6EKBdklU0bFXX9gCfzvpnyUehrPIuA==",
1478
+ "dev": true
1479
+ },
1480
+ "node_modules/@ungap/structured-clone": {
1481
+ "version": "1.2.0",
1482
+ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
1483
+ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
1484
+ "dev": true
1485
+ },
1486
+ "node_modules/@unocss/astro": {
1487
+ "version": "0.59.4",
1488
+ "resolved": "https://registry.npmjs.org/@unocss/astro/-/astro-0.59.4.tgz",
1489
+ "integrity": "sha512-DU3OR5MMR1Uvvec4/wB9EetDASHRg19Moy6z/MiIhn8JWJ0QzWYgSeJcfUX8exomMYv6WUEQJL+CyLI34Wmn8w==",
1490
+ "dependencies": {
1491
+ "@unocss/core": "0.59.4",
1492
+ "@unocss/reset": "0.59.4",
1493
+ "@unocss/vite": "0.59.4"
1494
+ },
1495
+ "funding": {
1496
+ "url": "https://github.com/sponsors/antfu"
1497
+ },
1498
+ "peerDependencies": {
1499
+ "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
1500
+ },
1501
+ "peerDependenciesMeta": {
1502
+ "vite": {
1503
+ "optional": true
1504
+ }
1505
+ }
1506
+ },
1507
+ "node_modules/@unocss/cli": {
1508
+ "version": "0.59.4",
1509
+ "resolved": "https://registry.npmjs.org/@unocss/cli/-/cli-0.59.4.tgz",
1510
+ "integrity": "sha512-TT+WKedSifhsRqnpoYD2LfyYipVzEbzIU4DDGIaDNeDxGXYOGpb876zzkPDcvZSpI37IJ/efkkV7PGYpPBcQBQ==",
1511
+ "dependencies": {
1512
+ "@ampproject/remapping": "^2.3.0",
1513
+ "@rollup/pluginutils": "^5.1.0",
1514
+ "@unocss/config": "0.59.4",
1515
+ "@unocss/core": "0.59.4",
1516
+ "@unocss/preset-uno": "0.59.4",
1517
+ "cac": "^6.7.14",
1518
+ "chokidar": "^3.6.0",
1519
+ "colorette": "^2.0.20",
1520
+ "consola": "^3.2.3",
1521
+ "fast-glob": "^3.3.2",
1522
+ "magic-string": "^0.30.10",
1523
+ "pathe": "^1.1.2",
1524
+ "perfect-debounce": "^1.0.0"
1525
+ },
1526
+ "bin": {
1527
+ "unocss": "bin/unocss.mjs"
1528
+ },
1529
+ "engines": {
1530
+ "node": ">=14"
1531
+ },
1532
+ "funding": {
1533
+ "url": "https://github.com/sponsors/antfu"
1534
+ }
1535
+ },
1536
+ "node_modules/@unocss/config": {
1537
+ "version": "0.59.4",
1538
+ "resolved": "https://registry.npmjs.org/@unocss/config/-/config-0.59.4.tgz",
1539
+ "integrity": "sha512-h3yhj+D5Ygn5R7gbK4wMrtXZX6FF5DF6YD517sSSb0XB3lxHD9PhhT4HaV1hpHknvu0cMFU3460M45+TN1TI0Q==",
1540
+ "dependencies": {
1541
+ "@unocss/core": "0.59.4",
1542
+ "unconfig": "^0.3.13"
1543
+ },
1544
+ "engines": {
1545
+ "node": ">=14"
1546
+ },
1547
+ "funding": {
1548
+ "url": "https://github.com/sponsors/antfu"
1549
+ }
1550
+ },
1551
+ "node_modules/@unocss/core": {
1552
+ "version": "0.59.4",
1553
+ "resolved": "https://registry.npmjs.org/@unocss/core/-/core-0.59.4.tgz",
1554
+ "integrity": "sha512-bBZ1sgcAtezQVZ1BST9IS3jqcsTLyqKNjiIf7FTnX3DHpfpYuMDFzSOtmkZDzBleOLO/CtcRWjT0HwTSQAmV0A==",
1555
+ "funding": {
1556
+ "url": "https://github.com/sponsors/antfu"
1557
+ }
1558
+ },
1559
+ "node_modules/@unocss/extractor-arbitrary-variants": {
1560
+ "version": "0.59.4",
1561
+ "resolved": "https://registry.npmjs.org/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.59.4.tgz",
1562
+ "integrity": "sha512-RDe4FgMGJQ+tp9GLvhPHni7Cc2O0lHBRMElVlN8LoXJAdODMICdbrEPGJlEfrc+7x/QgVFoR895KpYJh3hIgGA==",
1563
+ "dependencies": {
1564
+ "@unocss/core": "0.59.4"
1565
+ },
1566
+ "funding": {
1567
+ "url": "https://github.com/sponsors/antfu"
1568
+ }
1569
+ },
1570
+ "node_modules/@unocss/extractor-svelte": {
1571
+ "version": "0.59.4",
1572
+ "resolved": "https://registry.npmjs.org/@unocss/extractor-svelte/-/extractor-svelte-0.59.4.tgz",
1573
+ "integrity": "sha512-aG6S78hDe216xbccM0dMidkN37+X4p5coytCdK0FbzWRELA2OcGIqNepAI/+foCHojXyGMxJb4D0Xd+oOjP6Ig==",
1574
+ "dev": true,
1575
+ "funding": {
1576
+ "url": "https://github.com/sponsors/antfu"
1577
+ }
1578
+ },
1579
+ "node_modules/@unocss/inspector": {
1580
+ "version": "0.59.4",
1581
+ "resolved": "https://registry.npmjs.org/@unocss/inspector/-/inspector-0.59.4.tgz",
1582
+ "integrity": "sha512-QczJFNDiggmekkJyNcbcZIUVwlhvxz7ZwjnSf0w7K4znxfjKkZ1hNUbqLviM1HumkTKOdT27VISW7saN/ysO4w==",
1583
+ "dependencies": {
1584
+ "@unocss/core": "0.59.4",
1585
+ "@unocss/rule-utils": "0.59.4",
1586
+ "gzip-size": "^6.0.0",
1587
+ "sirv": "^2.0.4"
1588
+ },
1589
+ "funding": {
1590
+ "url": "https://github.com/sponsors/antfu"
1591
+ }
1592
+ },
1593
+ "node_modules/@unocss/postcss": {
1594
+ "version": "0.59.4",
1595
+ "resolved": "https://registry.npmjs.org/@unocss/postcss/-/postcss-0.59.4.tgz",
1596
+ "integrity": "sha512-KVz+AD7McHKp7VEWHbFahhyyVEo0oP/e1vnuNSuPlHthe+1V2zfH6lps+iJcvfL2072r5J+0PvD/1kOp5ryUSg==",
1597
+ "dependencies": {
1598
+ "@unocss/config": "0.59.4",
1599
+ "@unocss/core": "0.59.4",
1600
+ "@unocss/rule-utils": "0.59.4",
1601
+ "css-tree": "^2.3.1",
1602
+ "fast-glob": "^3.3.2",
1603
+ "magic-string": "^0.30.10",
1604
+ "postcss": "^8.4.38"
1605
+ },
1606
+ "engines": {
1607
+ "node": ">=14"
1608
+ },
1609
+ "funding": {
1610
+ "url": "https://github.com/sponsors/antfu"
1611
+ },
1612
+ "peerDependencies": {
1613
+ "postcss": "^8.4.21"
1614
+ }
1615
+ },
1616
+ "node_modules/@unocss/preset-attributify": {
1617
+ "version": "0.59.4",
1618
+ "resolved": "https://registry.npmjs.org/@unocss/preset-attributify/-/preset-attributify-0.59.4.tgz",
1619
+ "integrity": "sha512-BeogWuYaIakC1gmOZFFCjFVWmu/m3AqEX8UYQS6tY6lAaK2L4Qf4AstYBlT2zAMxy9LNxPDxFQrvfSfFk5Klsg==",
1620
+ "dependencies": {
1621
+ "@unocss/core": "0.59.4"
1622
+ },
1623
+ "funding": {
1624
+ "url": "https://github.com/sponsors/antfu"
1625
+ }
1626
+ },
1627
+ "node_modules/@unocss/preset-icons": {
1628
+ "version": "0.59.4",
1629
+ "resolved": "https://registry.npmjs.org/@unocss/preset-icons/-/preset-icons-0.59.4.tgz",
1630
+ "integrity": "sha512-Afjwh5oC4KRE8TNZDUkRK6hvvV1wKLrS1e5trniE0B0AM9HK3PBolQaIU7QmzPv6WQrog+MZgIwafg1eqsPUCA==",
1631
+ "dependencies": {
1632
+ "@iconify/utils": "^2.1.23",
1633
+ "@unocss/core": "0.59.4",
1634
+ "ofetch": "^1.3.4"
1635
+ },
1636
+ "funding": {
1637
+ "url": "https://github.com/sponsors/antfu"
1638
+ }
1639
+ },
1640
+ "node_modules/@unocss/preset-mini": {
1641
+ "version": "0.59.4",
1642
+ "resolved": "https://registry.npmjs.org/@unocss/preset-mini/-/preset-mini-0.59.4.tgz",
1643
+ "integrity": "sha512-ZLywGrXi1OCr4My5vX2rLUb5Xgx6ufR9WTQOvpQJGBdIV/jnZn/pyE5avCs476SnOq2K172lnd8mFmTK7/zArA==",
1644
+ "dependencies": {
1645
+ "@unocss/core": "0.59.4",
1646
+ "@unocss/extractor-arbitrary-variants": "0.59.4",
1647
+ "@unocss/rule-utils": "0.59.4"
1648
+ },
1649
+ "funding": {
1650
+ "url": "https://github.com/sponsors/antfu"
1651
+ }
1652
+ },
1653
+ "node_modules/@unocss/preset-tagify": {
1654
+ "version": "0.59.4",
1655
+ "resolved": "https://registry.npmjs.org/@unocss/preset-tagify/-/preset-tagify-0.59.4.tgz",
1656
+ "integrity": "sha512-vWMdTUoghOSmTbdmZtERssffmdUdOuhh4vUdl0R8Kv6KxB0PkvEFCu2FItn97nRJdSPlZSFxxDkaOIg9w+STNQ==",
1657
+ "dependencies": {
1658
+ "@unocss/core": "0.59.4"
1659
+ },
1660
+ "funding": {
1661
+ "url": "https://github.com/sponsors/antfu"
1662
+ }
1663
+ },
1664
+ "node_modules/@unocss/preset-typography": {
1665
+ "version": "0.59.4",
1666
+ "resolved": "https://registry.npmjs.org/@unocss/preset-typography/-/preset-typography-0.59.4.tgz",
1667
+ "integrity": "sha512-ZX9bxZUqlXK1qEDzO5lkK96ICt9itR/oNyn/7mMc1JPqwj263LumQMn5silocgzoLSUXEeq//L6GylqYjkL8GA==",
1668
+ "dependencies": {
1669
+ "@unocss/core": "0.59.4",
1670
+ "@unocss/preset-mini": "0.59.4"
1671
+ }
1672
+ },
1673
+ "node_modules/@unocss/preset-uno": {
1674
+ "version": "0.59.4",
1675
+ "resolved": "https://registry.npmjs.org/@unocss/preset-uno/-/preset-uno-0.59.4.tgz",
1676
+ "integrity": "sha512-G1f8ZluplvXZ3bERj+sM/8zzY//XD++nNOlAQNKOANSVht3qEoJebrfEiMClNpA5qW5VWOZhEhPkh0M7GsXtnA==",
1677
+ "dependencies": {
1678
+ "@unocss/core": "0.59.4",
1679
+ "@unocss/preset-mini": "0.59.4",
1680
+ "@unocss/preset-wind": "0.59.4",
1681
+ "@unocss/rule-utils": "0.59.4"
1682
+ },
1683
+ "funding": {
1684
+ "url": "https://github.com/sponsors/antfu"
1685
+ }
1686
+ },
1687
+ "node_modules/@unocss/preset-web-fonts": {
1688
+ "version": "0.59.4",
1689
+ "resolved": "https://registry.npmjs.org/@unocss/preset-web-fonts/-/preset-web-fonts-0.59.4.tgz",
1690
+ "integrity": "sha512-ehutTjKHnf2KPmdatN42N9a8+y+glKSU3UlcBRNsVIIXVIlaBQuPVGZSPhnMtrKD17IgWylXq2K6RJK+ab0hZA==",
1691
+ "dependencies": {
1692
+ "@unocss/core": "0.59.4",
1693
+ "ofetch": "^1.3.4"
1694
+ },
1695
+ "funding": {
1696
+ "url": "https://github.com/sponsors/antfu"
1697
+ }
1698
+ },
1699
+ "node_modules/@unocss/preset-wind": {
1700
+ "version": "0.59.4",
1701
+ "resolved": "https://registry.npmjs.org/@unocss/preset-wind/-/preset-wind-0.59.4.tgz",
1702
+ "integrity": "sha512-CNX6w0ZpSQg/i1oF0/WKWzto8PtLqoknC5h8JmmcGb7VsyBQeV0oNnhbURxpbuMEhbv1MWVIGvk8a+P6y0rFkQ==",
1703
+ "dependencies": {
1704
+ "@unocss/core": "0.59.4",
1705
+ "@unocss/preset-mini": "0.59.4",
1706
+ "@unocss/rule-utils": "0.59.4"
1707
+ },
1708
+ "funding": {
1709
+ "url": "https://github.com/sponsors/antfu"
1710
+ }
1711
+ },
1712
+ "node_modules/@unocss/reset": {
1713
+ "version": "0.59.4",
1714
+ "resolved": "https://registry.npmjs.org/@unocss/reset/-/reset-0.59.4.tgz",
1715
+ "integrity": "sha512-Upy4xzdWl4RChbLAXBq1BoR4WqxXMoIfjvtcwSZcZK2sylXCFAseSWnyzJFdSiXPqNfmMuNgPXgiSxiQB+cmNA==",
1716
+ "funding": {
1717
+ "url": "https://github.com/sponsors/antfu"
1718
+ }
1719
+ },
1720
+ "node_modules/@unocss/rule-utils": {
1721
+ "version": "0.59.4",
1722
+ "resolved": "https://registry.npmjs.org/@unocss/rule-utils/-/rule-utils-0.59.4.tgz",
1723
+ "integrity": "sha512-1qoLJlBWAkS4D4sg73990S1MT7E8E5md/YhopKjTQuEC9SyeVmEg+5pR/Xd8xhPKMqbcuBPl/DS8b6l/GQO56A==",
1724
+ "dependencies": {
1725
+ "@unocss/core": "^0.59.4",
1726
+ "magic-string": "^0.30.10"
1727
+ },
1728
+ "engines": {
1729
+ "node": ">=14"
1730
+ },
1731
+ "funding": {
1732
+ "url": "https://github.com/sponsors/antfu"
1733
+ }
1734
+ },
1735
+ "node_modules/@unocss/scope": {
1736
+ "version": "0.59.4",
1737
+ "resolved": "https://registry.npmjs.org/@unocss/scope/-/scope-0.59.4.tgz",
1738
+ "integrity": "sha512-wBQJ39kw4Tfj4km7AoGvSIobPKVnRZVsgc0bema5Y0PL3g1NeVQ/LopBI2zEJWdpxGXUWxSDsXm7BZo6qVlD/A=="
1739
+ },
1740
+ "node_modules/@unocss/transformer-attributify-jsx": {
1741
+ "version": "0.59.4",
1742
+ "resolved": "https://registry.npmjs.org/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.59.4.tgz",
1743
+ "integrity": "sha512-m4b83utzKMfUQH/45V2QkjJoXd8Tu2pRP1nic91Xf7QRceyKDD+BxoTneo2JNC2K274cQu7HqqotnCm2aFfEGw==",
1744
+ "dependencies": {
1745
+ "@unocss/core": "0.59.4"
1746
+ },
1747
+ "funding": {
1748
+ "url": "https://github.com/sponsors/antfu"
1749
+ }
1750
+ },
1751
+ "node_modules/@unocss/transformer-attributify-jsx-babel": {
1752
+ "version": "0.59.4",
1753
+ "resolved": "https://registry.npmjs.org/@unocss/transformer-attributify-jsx-babel/-/transformer-attributify-jsx-babel-0.59.4.tgz",
1754
+ "integrity": "sha512-xtCRSgeTaDBiNJLVX7oOSFe63JiFB5nrdK23PHn3IlZM9O7Bxx4ZxI3MQJtFZFQNE+INFko+DVyY1WiFEm1p/Q==",
1755
+ "dependencies": {
1756
+ "@babel/core": "^7.24.4",
1757
+ "@babel/plugin-syntax-jsx": "^7.24.1",
1758
+ "@babel/preset-typescript": "^7.24.1",
1759
+ "@unocss/core": "0.59.4"
1760
+ },
1761
+ "funding": {
1762
+ "url": "https://github.com/sponsors/antfu"
1763
+ }
1764
+ },
1765
+ "node_modules/@unocss/transformer-compile-class": {
1766
+ "version": "0.59.4",
1767
+ "resolved": "https://registry.npmjs.org/@unocss/transformer-compile-class/-/transformer-compile-class-0.59.4.tgz",
1768
+ "integrity": "sha512-Vgk2OCLPW0pU+Uzr1IgDtHVspSBb+gPrQFkV+5gxHk9ZdKi3oYKxLuufVWYDSwv7o9yfQGbYrMH9YLsjRsnA7Q==",
1769
+ "dependencies": {
1770
+ "@unocss/core": "0.59.4"
1771
+ },
1772
+ "funding": {
1773
+ "url": "https://github.com/sponsors/antfu"
1774
+ }
1775
+ },
1776
+ "node_modules/@unocss/transformer-directives": {
1777
+ "version": "0.59.4",
1778
+ "resolved": "https://registry.npmjs.org/@unocss/transformer-directives/-/transformer-directives-0.59.4.tgz",
1779
+ "integrity": "sha512-nXUTEclUbs0vQ4KfLhKt4J/5SLSEq1az2FNlJmiXMmqmn75X89OrtCu2OJu9sGXhn+YyBApxgcSSdxmtpqMi1Q==",
1780
+ "dependencies": {
1781
+ "@unocss/core": "0.59.4",
1782
+ "@unocss/rule-utils": "0.59.4",
1783
+ "css-tree": "^2.3.1"
1784
+ }
1785
+ },
1786
+ "node_modules/@unocss/transformer-variant-group": {
1787
+ "version": "0.59.4",
1788
+ "resolved": "https://registry.npmjs.org/@unocss/transformer-variant-group/-/transformer-variant-group-0.59.4.tgz",
1789
+ "integrity": "sha512-9XLixxn1NRgP62Kj4R/NC/rpqhql5F2s6ulJ8CAMTEbd/NylVhEANluPGDVUGcLJ4cj6E02hFa8C1PLGSm7/xw==",
1790
+ "dependencies": {
1791
+ "@unocss/core": "0.59.4"
1792
+ },
1793
+ "funding": {
1794
+ "url": "https://github.com/sponsors/antfu"
1795
+ }
1796
+ },
1797
+ "node_modules/@unocss/vite": {
1798
+ "version": "0.59.4",
1799
+ "resolved": "https://registry.npmjs.org/@unocss/vite/-/vite-0.59.4.tgz",
1800
+ "integrity": "sha512-q7GN7vkQYn79n7vYIUlaa7gXGwc7pk0Qo3z3ZFwWGE43/DtZnn2Hwl5UjgBAgi9McA+xqHJEHRsJnI7HJPHUYA==",
1801
+ "dependencies": {
1802
+ "@ampproject/remapping": "^2.3.0",
1803
+ "@rollup/pluginutils": "^5.1.0",
1804
+ "@unocss/config": "0.59.4",
1805
+ "@unocss/core": "0.59.4",
1806
+ "@unocss/inspector": "0.59.4",
1807
+ "@unocss/scope": "0.59.4",
1808
+ "@unocss/transformer-directives": "0.59.4",
1809
+ "chokidar": "^3.6.0",
1810
+ "fast-glob": "^3.3.2",
1811
+ "magic-string": "^0.30.10"
1812
+ },
1813
+ "funding": {
1814
+ "url": "https://github.com/sponsors/antfu"
1815
+ },
1816
+ "peerDependencies": {
1817
+ "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
1818
+ }
1819
+ },
1820
+ "node_modules/acorn": {
1821
+ "version": "8.11.3",
1822
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz",
1823
+ "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
1824
+ "bin": {
1825
+ "acorn": "bin/acorn"
1826
+ },
1827
+ "engines": {
1828
+ "node": ">=0.4.0"
1829
+ }
1830
+ },
1831
+ "node_modules/acorn-jsx": {
1832
+ "version": "5.3.2",
1833
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
1834
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
1835
+ "dev": true,
1836
+ "peerDependencies": {
1837
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
1838
+ }
1839
+ },
1840
+ "node_modules/ajv": {
1841
+ "version": "6.12.6",
1842
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
1843
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
1844
+ "dev": true,
1845
+ "dependencies": {
1846
+ "fast-deep-equal": "^3.1.1",
1847
+ "fast-json-stable-stringify": "^2.0.0",
1848
+ "json-schema-traverse": "^0.4.1",
1849
+ "uri-js": "^4.2.2"
1850
+ },
1851
+ "funding": {
1852
+ "type": "github",
1853
+ "url": "https://github.com/sponsors/epoberezkin"
1854
+ }
1855
+ },
1856
+ "node_modules/ansi-regex": {
1857
+ "version": "5.0.1",
1858
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1859
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1860
+ "dev": true,
1861
+ "engines": {
1862
+ "node": ">=8"
1863
+ }
1864
+ },
1865
+ "node_modules/ansi-styles": {
1866
+ "version": "4.3.0",
1867
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1868
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1869
+ "dev": true,
1870
+ "dependencies": {
1871
+ "color-convert": "^2.0.1"
1872
+ },
1873
+ "engines": {
1874
+ "node": ">=8"
1875
+ },
1876
+ "funding": {
1877
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1878
+ }
1879
+ },
1880
+ "node_modules/anymatch": {
1881
+ "version": "3.1.3",
1882
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
1883
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
1884
+ "dependencies": {
1885
+ "normalize-path": "^3.0.0",
1886
+ "picomatch": "^2.0.4"
1887
+ },
1888
+ "engines": {
1889
+ "node": ">= 8"
1890
+ }
1891
+ },
1892
+ "node_modules/argparse": {
1893
+ "version": "2.0.1",
1894
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
1895
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
1896
+ "dev": true
1897
+ },
1898
+ "node_modules/aria-query": {
1899
+ "version": "5.3.0",
1900
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
1901
+ "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
1902
+ "dev": true,
1903
+ "dependencies": {
1904
+ "dequal": "^2.0.3"
1905
+ }
1906
+ },
1907
+ "node_modules/axobject-query": {
1908
+ "version": "4.0.0",
1909
+ "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.0.0.tgz",
1910
+ "integrity": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==",
1911
+ "dev": true,
1912
+ "dependencies": {
1913
+ "dequal": "^2.0.3"
1914
+ }
1915
+ },
1916
+ "node_modules/balanced-match": {
1917
+ "version": "1.0.2",
1918
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1919
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1920
+ "dev": true
1921
+ },
1922
+ "node_modules/binary-extensions": {
1923
+ "version": "2.3.0",
1924
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
1925
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
1926
+ "engines": {
1927
+ "node": ">=8"
1928
+ },
1929
+ "funding": {
1930
+ "url": "https://github.com/sponsors/sindresorhus"
1931
+ }
1932
+ },
1933
+ "node_modules/brace-expansion": {
1934
+ "version": "1.1.11",
1935
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
1936
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
1937
+ "dev": true,
1938
+ "dependencies": {
1939
+ "balanced-match": "^1.0.0",
1940
+ "concat-map": "0.0.1"
1941
+ }
1942
+ },
1943
+ "node_modules/braces": {
1944
+ "version": "3.0.2",
1945
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
1946
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
1947
+ "dependencies": {
1948
+ "fill-range": "^7.0.1"
1949
+ },
1950
+ "engines": {
1951
+ "node": ">=8"
1952
+ }
1953
+ },
1954
+ "node_modules/browserslist": {
1955
+ "version": "4.23.0",
1956
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
1957
+ "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
1958
+ "funding": [
1959
+ {
1960
+ "type": "opencollective",
1961
+ "url": "https://opencollective.com/browserslist"
1962
+ },
1963
+ {
1964
+ "type": "tidelift",
1965
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1966
+ },
1967
+ {
1968
+ "type": "github",
1969
+ "url": "https://github.com/sponsors/ai"
1970
+ }
1971
+ ],
1972
+ "dependencies": {
1973
+ "caniuse-lite": "^1.0.30001587",
1974
+ "electron-to-chromium": "^1.4.668",
1975
+ "node-releases": "^2.0.14",
1976
+ "update-browserslist-db": "^1.0.13"
1977
+ },
1978
+ "bin": {
1979
+ "browserslist": "cli.js"
1980
+ },
1981
+ "engines": {
1982
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1983
+ }
1984
+ },
1985
+ "node_modules/buffer-crc32": {
1986
+ "version": "0.2.13",
1987
+ "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
1988
+ "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
1989
+ "dev": true,
1990
+ "engines": {
1991
+ "node": "*"
1992
+ }
1993
+ },
1994
+ "node_modules/cac": {
1995
+ "version": "6.7.14",
1996
+ "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
1997
+ "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
1998
+ "engines": {
1999
+ "node": ">=8"
2000
+ }
2001
+ },
2002
+ "node_modules/callsites": {
2003
+ "version": "3.1.0",
2004
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
2005
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
2006
+ "dev": true,
2007
+ "engines": {
2008
+ "node": ">=6"
2009
+ }
2010
+ },
2011
+ "node_modules/caniuse-lite": {
2012
+ "version": "1.0.30001614",
2013
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz",
2014
+ "integrity": "sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==",
2015
+ "funding": [
2016
+ {
2017
+ "type": "opencollective",
2018
+ "url": "https://opencollective.com/browserslist"
2019
+ },
2020
+ {
2021
+ "type": "tidelift",
2022
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2023
+ },
2024
+ {
2025
+ "type": "github",
2026
+ "url": "https://github.com/sponsors/ai"
2027
+ }
2028
+ ]
2029
+ },
2030
+ "node_modules/chalk": {
2031
+ "version": "4.1.2",
2032
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2033
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2034
+ "dev": true,
2035
+ "dependencies": {
2036
+ "ansi-styles": "^4.1.0",
2037
+ "supports-color": "^7.1.0"
2038
+ },
2039
+ "engines": {
2040
+ "node": ">=10"
2041
+ },
2042
+ "funding": {
2043
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2044
+ }
2045
+ },
2046
+ "node_modules/chokidar": {
2047
+ "version": "3.6.0",
2048
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
2049
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
2050
+ "dependencies": {
2051
+ "anymatch": "~3.1.2",
2052
+ "braces": "~3.0.2",
2053
+ "glob-parent": "~5.1.2",
2054
+ "is-binary-path": "~2.1.0",
2055
+ "is-glob": "~4.0.1",
2056
+ "normalize-path": "~3.0.0",
2057
+ "readdirp": "~3.6.0"
2058
+ },
2059
+ "engines": {
2060
+ "node": ">= 8.10.0"
2061
+ },
2062
+ "funding": {
2063
+ "url": "https://paulmillr.com/funding/"
2064
+ },
2065
+ "optionalDependencies": {
2066
+ "fsevents": "~2.3.2"
2067
+ }
2068
+ },
2069
+ "node_modules/chokidar/node_modules/glob-parent": {
2070
+ "version": "5.1.2",
2071
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
2072
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
2073
+ "dependencies": {
2074
+ "is-glob": "^4.0.1"
2075
+ },
2076
+ "engines": {
2077
+ "node": ">= 6"
2078
+ }
2079
+ },
2080
+ "node_modules/code-red": {
2081
+ "version": "1.0.4",
2082
+ "resolved": "https://registry.npmjs.org/code-red/-/code-red-1.0.4.tgz",
2083
+ "integrity": "sha512-7qJWqItLA8/VPVlKJlFXU+NBlo/qyfs39aJcuMT/2ere32ZqvF5OSxgdM5xOfJJ7O429gg2HM47y8v9P+9wrNw==",
2084
+ "dev": true,
2085
+ "dependencies": {
2086
+ "@jridgewell/sourcemap-codec": "^1.4.15",
2087
+ "@types/estree": "^1.0.1",
2088
+ "acorn": "^8.10.0",
2089
+ "estree-walker": "^3.0.3",
2090
+ "periscopic": "^3.1.0"
2091
+ }
2092
+ },
2093
+ "node_modules/color-convert": {
2094
+ "version": "2.0.1",
2095
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
2096
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2097
+ "dev": true,
2098
+ "dependencies": {
2099
+ "color-name": "~1.1.4"
2100
+ },
2101
+ "engines": {
2102
+ "node": ">=7.0.0"
2103
+ }
2104
+ },
2105
+ "node_modules/color-name": {
2106
+ "version": "1.1.4",
2107
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2108
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2109
+ "dev": true
2110
+ },
2111
+ "node_modules/colorette": {
2112
+ "version": "2.0.20",
2113
+ "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
2114
+ "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w=="
2115
+ },
2116
+ "node_modules/concat-map": {
2117
+ "version": "0.0.1",
2118
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2119
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
2120
+ "dev": true
2121
+ },
2122
+ "node_modules/confbox": {
2123
+ "version": "0.1.7",
2124
+ "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz",
2125
+ "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA=="
2126
+ },
2127
+ "node_modules/consola": {
2128
+ "version": "3.2.3",
2129
+ "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz",
2130
+ "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==",
2131
+ "engines": {
2132
+ "node": "^14.18.0 || >=16.10.0"
2133
+ }
2134
+ },
2135
+ "node_modules/convert-source-map": {
2136
+ "version": "2.0.0",
2137
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
2138
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
2139
+ },
2140
+ "node_modules/cookie": {
2141
+ "version": "0.6.0",
2142
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
2143
+ "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
2144
+ "dev": true,
2145
+ "engines": {
2146
+ "node": ">= 0.6"
2147
+ }
2148
+ },
2149
+ "node_modules/cross-spawn": {
2150
+ "version": "7.0.3",
2151
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
2152
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
2153
+ "dependencies": {
2154
+ "path-key": "^3.1.0",
2155
+ "shebang-command": "^2.0.0",
2156
+ "which": "^2.0.1"
2157
+ },
2158
+ "engines": {
2159
+ "node": ">= 8"
2160
+ }
2161
+ },
2162
+ "node_modules/css-tree": {
2163
+ "version": "2.3.1",
2164
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
2165
+ "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
2166
+ "dependencies": {
2167
+ "mdn-data": "2.0.30",
2168
+ "source-map-js": "^1.0.1"
2169
+ },
2170
+ "engines": {
2171
+ "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
2172
+ }
2173
+ },
2174
+ "node_modules/cssesc": {
2175
+ "version": "3.0.0",
2176
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
2177
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
2178
+ "dev": true,
2179
+ "bin": {
2180
+ "cssesc": "bin/cssesc"
2181
+ },
2182
+ "engines": {
2183
+ "node": ">=4"
2184
+ }
2185
+ },
2186
+ "node_modules/debug": {
2187
+ "version": "4.3.4",
2188
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
2189
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2190
+ "dependencies": {
2191
+ "ms": "2.1.2"
2192
+ },
2193
+ "engines": {
2194
+ "node": ">=6.0"
2195
+ },
2196
+ "peerDependenciesMeta": {
2197
+ "supports-color": {
2198
+ "optional": true
2199
+ }
2200
+ }
2201
+ },
2202
+ "node_modules/deep-is": {
2203
+ "version": "0.1.4",
2204
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
2205
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
2206
+ "dev": true
2207
+ },
2208
+ "node_modules/deepmerge": {
2209
+ "version": "4.3.1",
2210
+ "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
2211
+ "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
2212
+ "dev": true,
2213
+ "peer": true,
2214
+ "engines": {
2215
+ "node": ">=0.10.0"
2216
+ }
2217
+ },
2218
+ "node_modules/defu": {
2219
+ "version": "6.1.4",
2220
+ "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
2221
+ "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="
2222
+ },
2223
+ "node_modules/dequal": {
2224
+ "version": "2.0.3",
2225
+ "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
2226
+ "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
2227
+ "dev": true,
2228
+ "engines": {
2229
+ "node": ">=6"
2230
+ }
2231
+ },
2232
+ "node_modules/destr": {
2233
+ "version": "2.0.3",
2234
+ "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz",
2235
+ "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ=="
2236
+ },
2237
+ "node_modules/detect-indent": {
2238
+ "version": "6.1.0",
2239
+ "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz",
2240
+ "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==",
2241
+ "dev": true,
2242
+ "engines": {
2243
+ "node": ">=8"
2244
+ }
2245
+ },
2246
+ "node_modules/devalue": {
2247
+ "version": "5.0.0",
2248
+ "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.0.0.tgz",
2249
+ "integrity": "sha512-gO+/OMXF7488D+u3ue+G7Y4AA3ZmUnB3eHJXmBTgNHvr4ZNzl36A0ZtG+XCRNYCkYx/bFmw4qtkoFLa+wSrwAA==",
2250
+ "dev": true
2251
+ },
2252
+ "node_modules/doctrine": {
2253
+ "version": "3.0.0",
2254
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
2255
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
2256
+ "dev": true,
2257
+ "dependencies": {
2258
+ "esutils": "^2.0.2"
2259
+ },
2260
+ "engines": {
2261
+ "node": ">=6.0.0"
2262
+ }
2263
+ },
2264
+ "node_modules/duplexer": {
2265
+ "version": "0.1.2",
2266
+ "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
2267
+ "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
2268
+ },
2269
+ "node_modules/electron-to-chromium": {
2270
+ "version": "1.4.752",
2271
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.752.tgz",
2272
+ "integrity": "sha512-P3QJreYI/AUTcfBVrC4zy9KvnZWekViThgQMX/VpJ+IsOBbcX5JFpORM4qWapwWQ+agb2nYAOyn/4PMXOk0m2Q=="
2273
+ },
2274
+ "node_modules/es6-promise": {
2275
+ "version": "3.3.1",
2276
+ "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz",
2277
+ "integrity": "sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==",
2278
+ "dev": true
2279
+ },
2280
+ "node_modules/esbuild": {
2281
+ "version": "0.20.2",
2282
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz",
2283
+ "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==",
2284
+ "hasInstallScript": true,
2285
+ "bin": {
2286
+ "esbuild": "bin/esbuild"
2287
+ },
2288
+ "engines": {
2289
+ "node": ">=12"
2290
+ },
2291
+ "optionalDependencies": {
2292
+ "@esbuild/aix-ppc64": "0.20.2",
2293
+ "@esbuild/android-arm": "0.20.2",
2294
+ "@esbuild/android-arm64": "0.20.2",
2295
+ "@esbuild/android-x64": "0.20.2",
2296
+ "@esbuild/darwin-arm64": "0.20.2",
2297
+ "@esbuild/darwin-x64": "0.20.2",
2298
+ "@esbuild/freebsd-arm64": "0.20.2",
2299
+ "@esbuild/freebsd-x64": "0.20.2",
2300
+ "@esbuild/linux-arm": "0.20.2",
2301
+ "@esbuild/linux-arm64": "0.20.2",
2302
+ "@esbuild/linux-ia32": "0.20.2",
2303
+ "@esbuild/linux-loong64": "0.20.2",
2304
+ "@esbuild/linux-mips64el": "0.20.2",
2305
+ "@esbuild/linux-ppc64": "0.20.2",
2306
+ "@esbuild/linux-riscv64": "0.20.2",
2307
+ "@esbuild/linux-s390x": "0.20.2",
2308
+ "@esbuild/linux-x64": "0.20.2",
2309
+ "@esbuild/netbsd-x64": "0.20.2",
2310
+ "@esbuild/openbsd-x64": "0.20.2",
2311
+ "@esbuild/sunos-x64": "0.20.2",
2312
+ "@esbuild/win32-arm64": "0.20.2",
2313
+ "@esbuild/win32-ia32": "0.20.2",
2314
+ "@esbuild/win32-x64": "0.20.2"
2315
+ }
2316
+ },
2317
+ "node_modules/escalade": {
2318
+ "version": "3.1.2",
2319
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
2320
+ "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
2321
+ "engines": {
2322
+ "node": ">=6"
2323
+ }
2324
+ },
2325
+ "node_modules/escape-string-regexp": {
2326
+ "version": "4.0.0",
2327
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
2328
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
2329
+ "dev": true,
2330
+ "engines": {
2331
+ "node": ">=10"
2332
+ },
2333
+ "funding": {
2334
+ "url": "https://github.com/sponsors/sindresorhus"
2335
+ }
2336
+ },
2337
+ "node_modules/eslint": {
2338
+ "version": "8.57.0",
2339
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
2340
+ "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
2341
+ "dev": true,
2342
+ "dependencies": {
2343
+ "@eslint-community/eslint-utils": "^4.2.0",
2344
+ "@eslint-community/regexpp": "^4.6.1",
2345
+ "@eslint/eslintrc": "^2.1.4",
2346
+ "@eslint/js": "8.57.0",
2347
+ "@humanwhocodes/config-array": "^0.11.14",
2348
+ "@humanwhocodes/module-importer": "^1.0.1",
2349
+ "@nodelib/fs.walk": "^1.2.8",
2350
+ "@ungap/structured-clone": "^1.2.0",
2351
+ "ajv": "^6.12.4",
2352
+ "chalk": "^4.0.0",
2353
+ "cross-spawn": "^7.0.2",
2354
+ "debug": "^4.3.2",
2355
+ "doctrine": "^3.0.0",
2356
+ "escape-string-regexp": "^4.0.0",
2357
+ "eslint-scope": "^7.2.2",
2358
+ "eslint-visitor-keys": "^3.4.3",
2359
+ "espree": "^9.6.1",
2360
+ "esquery": "^1.4.2",
2361
+ "esutils": "^2.0.2",
2362
+ "fast-deep-equal": "^3.1.3",
2363
+ "file-entry-cache": "^6.0.1",
2364
+ "find-up": "^5.0.0",
2365
+ "glob-parent": "^6.0.2",
2366
+ "globals": "^13.19.0",
2367
+ "graphemer": "^1.4.0",
2368
+ "ignore": "^5.2.0",
2369
+ "imurmurhash": "^0.1.4",
2370
+ "is-glob": "^4.0.0",
2371
+ "is-path-inside": "^3.0.3",
2372
+ "js-yaml": "^4.1.0",
2373
+ "json-stable-stringify-without-jsonify": "^1.0.1",
2374
+ "levn": "^0.4.1",
2375
+ "lodash.merge": "^4.6.2",
2376
+ "minimatch": "^3.1.2",
2377
+ "natural-compare": "^1.4.0",
2378
+ "optionator": "^0.9.3",
2379
+ "strip-ansi": "^6.0.1",
2380
+ "text-table": "^0.2.0"
2381
+ },
2382
+ "bin": {
2383
+ "eslint": "bin/eslint.js"
2384
+ },
2385
+ "engines": {
2386
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2387
+ },
2388
+ "funding": {
2389
+ "url": "https://opencollective.com/eslint"
2390
+ }
2391
+ },
2392
+ "node_modules/eslint-compat-utils": {
2393
+ "version": "0.5.0",
2394
+ "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.0.tgz",
2395
+ "integrity": "sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==",
2396
+ "dev": true,
2397
+ "dependencies": {
2398
+ "semver": "^7.5.4"
2399
+ },
2400
+ "engines": {
2401
+ "node": ">=12"
2402
+ },
2403
+ "peerDependencies": {
2404
+ "eslint": ">=6.0.0"
2405
+ }
2406
+ },
2407
+ "node_modules/eslint-config-prettier": {
2408
+ "version": "9.1.0",
2409
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
2410
+ "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
2411
+ "dev": true,
2412
+ "bin": {
2413
+ "eslint-config-prettier": "bin/cli.js"
2414
+ },
2415
+ "peerDependencies": {
2416
+ "eslint": ">=7.0.0"
2417
+ }
2418
+ },
2419
+ "node_modules/eslint-plugin-svelte": {
2420
+ "version": "2.38.0",
2421
+ "resolved": "https://registry.npmjs.org/eslint-plugin-svelte/-/eslint-plugin-svelte-2.38.0.tgz",
2422
+ "integrity": "sha512-IwwxhHzitx3dr0/xo0z4jjDlb2AAHBPKt+juMyKKGTLlKi1rZfA4qixMwnveU20/JTHyipM6keX4Vr7LZFYc9g==",
2423
+ "dev": true,
2424
+ "dependencies": {
2425
+ "@eslint-community/eslint-utils": "^4.4.0",
2426
+ "@jridgewell/sourcemap-codec": "^1.4.15",
2427
+ "debug": "^4.3.4",
2428
+ "eslint-compat-utils": "^0.5.0",
2429
+ "esutils": "^2.0.3",
2430
+ "known-css-properties": "^0.30.0",
2431
+ "postcss": "^8.4.38",
2432
+ "postcss-load-config": "^3.1.4",
2433
+ "postcss-safe-parser": "^6.0.0",
2434
+ "postcss-selector-parser": "^6.0.16",
2435
+ "semver": "^7.6.0",
2436
+ "svelte-eslint-parser": ">=0.35.0 <1.0.0"
2437
+ },
2438
+ "engines": {
2439
+ "node": "^14.17.0 || >=16.0.0"
2440
+ },
2441
+ "funding": {
2442
+ "url": "https://github.com/sponsors/ota-meshi"
2443
+ },
2444
+ "peerDependencies": {
2445
+ "eslint": "^7.0.0 || ^8.0.0-0 || ^9.0.0-0",
2446
+ "svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.112"
2447
+ },
2448
+ "peerDependenciesMeta": {
2449
+ "svelte": {
2450
+ "optional": true
2451
+ }
2452
+ }
2453
+ },
2454
+ "node_modules/eslint-scope": {
2455
+ "version": "7.2.2",
2456
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
2457
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
2458
+ "dev": true,
2459
+ "dependencies": {
2460
+ "esrecurse": "^4.3.0",
2461
+ "estraverse": "^5.2.0"
2462
+ },
2463
+ "engines": {
2464
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2465
+ },
2466
+ "funding": {
2467
+ "url": "https://opencollective.com/eslint"
2468
+ }
2469
+ },
2470
+ "node_modules/eslint-visitor-keys": {
2471
+ "version": "3.4.3",
2472
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
2473
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
2474
+ "dev": true,
2475
+ "engines": {
2476
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2477
+ },
2478
+ "funding": {
2479
+ "url": "https://opencollective.com/eslint"
2480
+ }
2481
+ },
2482
+ "node_modules/esm-env": {
2483
+ "version": "1.0.0",
2484
+ "resolved": "https://registry.npmjs.org/esm-env/-/esm-env-1.0.0.tgz",
2485
+ "integrity": "sha512-Cf6VksWPsTuW01vU9Mk/3vRue91Zevka5SjyNf3nEpokFRuqt/KjUQoGAwq9qMmhpLTHmXzSIrFRw8zxWzmFBA==",
2486
+ "dev": true
2487
+ },
2488
+ "node_modules/espree": {
2489
+ "version": "9.6.1",
2490
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
2491
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
2492
+ "dev": true,
2493
+ "dependencies": {
2494
+ "acorn": "^8.9.0",
2495
+ "acorn-jsx": "^5.3.2",
2496
+ "eslint-visitor-keys": "^3.4.1"
2497
+ },
2498
+ "engines": {
2499
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2500
+ },
2501
+ "funding": {
2502
+ "url": "https://opencollective.com/eslint"
2503
+ }
2504
+ },
2505
+ "node_modules/esquery": {
2506
+ "version": "1.5.0",
2507
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
2508
+ "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
2509
+ "dev": true,
2510
+ "dependencies": {
2511
+ "estraverse": "^5.1.0"
2512
+ },
2513
+ "engines": {
2514
+ "node": ">=0.10"
2515
+ }
2516
+ },
2517
+ "node_modules/esrecurse": {
2518
+ "version": "4.3.0",
2519
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
2520
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
2521
+ "dev": true,
2522
+ "dependencies": {
2523
+ "estraverse": "^5.2.0"
2524
+ },
2525
+ "engines": {
2526
+ "node": ">=4.0"
2527
+ }
2528
+ },
2529
+ "node_modules/estraverse": {
2530
+ "version": "5.3.0",
2531
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
2532
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
2533
+ "dev": true,
2534
+ "engines": {
2535
+ "node": ">=4.0"
2536
+ }
2537
+ },
2538
+ "node_modules/estree-walker": {
2539
+ "version": "3.0.3",
2540
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
2541
+ "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
2542
+ "dev": true,
2543
+ "dependencies": {
2544
+ "@types/estree": "^1.0.0"
2545
+ }
2546
+ },
2547
+ "node_modules/esutils": {
2548
+ "version": "2.0.3",
2549
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
2550
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
2551
+ "dev": true,
2552
+ "engines": {
2553
+ "node": ">=0.10.0"
2554
+ }
2555
+ },
2556
+ "node_modules/execa": {
2557
+ "version": "5.1.1",
2558
+ "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
2559
+ "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
2560
+ "dependencies": {
2561
+ "cross-spawn": "^7.0.3",
2562
+ "get-stream": "^6.0.0",
2563
+ "human-signals": "^2.1.0",
2564
+ "is-stream": "^2.0.0",
2565
+ "merge-stream": "^2.0.0",
2566
+ "npm-run-path": "^4.0.1",
2567
+ "onetime": "^5.1.2",
2568
+ "signal-exit": "^3.0.3",
2569
+ "strip-final-newline": "^2.0.0"
2570
+ },
2571
+ "engines": {
2572
+ "node": ">=10"
2573
+ },
2574
+ "funding": {
2575
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
2576
+ }
2577
+ },
2578
+ "node_modules/fast-deep-equal": {
2579
+ "version": "3.1.3",
2580
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2581
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
2582
+ "dev": true
2583
+ },
2584
+ "node_modules/fast-glob": {
2585
+ "version": "3.3.2",
2586
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
2587
+ "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
2588
+ "dependencies": {
2589
+ "@nodelib/fs.stat": "^2.0.2",
2590
+ "@nodelib/fs.walk": "^1.2.3",
2591
+ "glob-parent": "^5.1.2",
2592
+ "merge2": "^1.3.0",
2593
+ "micromatch": "^4.0.4"
2594
+ },
2595
+ "engines": {
2596
+ "node": ">=8.6.0"
2597
+ }
2598
+ },
2599
+ "node_modules/fast-glob/node_modules/glob-parent": {
2600
+ "version": "5.1.2",
2601
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
2602
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
2603
+ "dependencies": {
2604
+ "is-glob": "^4.0.1"
2605
+ },
2606
+ "engines": {
2607
+ "node": ">= 6"
2608
+ }
2609
+ },
2610
+ "node_modules/fast-json-stable-stringify": {
2611
+ "version": "2.1.0",
2612
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
2613
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
2614
+ "dev": true
2615
+ },
2616
+ "node_modules/fast-levenshtein": {
2617
+ "version": "2.0.6",
2618
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
2619
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
2620
+ "dev": true
2621
+ },
2622
+ "node_modules/fastq": {
2623
+ "version": "1.17.1",
2624
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
2625
+ "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
2626
+ "dependencies": {
2627
+ "reusify": "^1.0.4"
2628
+ }
2629
+ },
2630
+ "node_modules/file-entry-cache": {
2631
+ "version": "6.0.1",
2632
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
2633
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
2634
+ "dev": true,
2635
+ "dependencies": {
2636
+ "flat-cache": "^3.0.4"
2637
+ },
2638
+ "engines": {
2639
+ "node": "^10.12.0 || >=12.0.0"
2640
+ }
2641
+ },
2642
+ "node_modules/fill-range": {
2643
+ "version": "7.0.1",
2644
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
2645
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
2646
+ "dependencies": {
2647
+ "to-regex-range": "^5.0.1"
2648
+ },
2649
+ "engines": {
2650
+ "node": ">=8"
2651
+ }
2652
+ },
2653
+ "node_modules/find-up": {
2654
+ "version": "5.0.0",
2655
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
2656
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
2657
+ "dependencies": {
2658
+ "locate-path": "^6.0.0",
2659
+ "path-exists": "^4.0.0"
2660
+ },
2661
+ "engines": {
2662
+ "node": ">=10"
2663
+ },
2664
+ "funding": {
2665
+ "url": "https://github.com/sponsors/sindresorhus"
2666
+ }
2667
+ },
2668
+ "node_modules/flat-cache": {
2669
+ "version": "3.2.0",
2670
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
2671
+ "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
2672
+ "dev": true,
2673
+ "dependencies": {
2674
+ "flatted": "^3.2.9",
2675
+ "keyv": "^4.5.3",
2676
+ "rimraf": "^3.0.2"
2677
+ },
2678
+ "engines": {
2679
+ "node": "^10.12.0 || >=12.0.0"
2680
+ }
2681
+ },
2682
+ "node_modules/flatted": {
2683
+ "version": "3.3.1",
2684
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
2685
+ "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
2686
+ "dev": true
2687
+ },
2688
+ "node_modules/fs.realpath": {
2689
+ "version": "1.0.0",
2690
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
2691
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
2692
+ "dev": true
2693
+ },
2694
+ "node_modules/fsevents": {
2695
+ "version": "2.3.3",
2696
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2697
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2698
+ "hasInstallScript": true,
2699
+ "optional": true,
2700
+ "os": [
2701
+ "darwin"
2702
+ ],
2703
+ "engines": {
2704
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2705
+ }
2706
+ },
2707
+ "node_modules/gensync": {
2708
+ "version": "1.0.0-beta.2",
2709
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
2710
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
2711
+ "engines": {
2712
+ "node": ">=6.9.0"
2713
+ }
2714
+ },
2715
+ "node_modules/get-stream": {
2716
+ "version": "6.0.1",
2717
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
2718
+ "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
2719
+ "engines": {
2720
+ "node": ">=10"
2721
+ },
2722
+ "funding": {
2723
+ "url": "https://github.com/sponsors/sindresorhus"
2724
+ }
2725
+ },
2726
+ "node_modules/glob": {
2727
+ "version": "7.2.3",
2728
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
2729
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
2730
+ "dev": true,
2731
+ "dependencies": {
2732
+ "fs.realpath": "^1.0.0",
2733
+ "inflight": "^1.0.4",
2734
+ "inherits": "2",
2735
+ "minimatch": "^3.1.1",
2736
+ "once": "^1.3.0",
2737
+ "path-is-absolute": "^1.0.0"
2738
+ },
2739
+ "engines": {
2740
+ "node": "*"
2741
+ },
2742
+ "funding": {
2743
+ "url": "https://github.com/sponsors/isaacs"
2744
+ }
2745
+ },
2746
+ "node_modules/glob-parent": {
2747
+ "version": "6.0.2",
2748
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
2749
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
2750
+ "dev": true,
2751
+ "dependencies": {
2752
+ "is-glob": "^4.0.3"
2753
+ },
2754
+ "engines": {
2755
+ "node": ">=10.13.0"
2756
+ }
2757
+ },
2758
+ "node_modules/globals": {
2759
+ "version": "13.24.0",
2760
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
2761
+ "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
2762
+ "dev": true,
2763
+ "dependencies": {
2764
+ "type-fest": "^0.20.2"
2765
+ },
2766
+ "engines": {
2767
+ "node": ">=8"
2768
+ },
2769
+ "funding": {
2770
+ "url": "https://github.com/sponsors/sindresorhus"
2771
+ }
2772
+ },
2773
+ "node_modules/globalyzer": {
2774
+ "version": "0.1.0",
2775
+ "resolved": "https://registry.npmjs.org/globalyzer/-/globalyzer-0.1.0.tgz",
2776
+ "integrity": "sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==",
2777
+ "dev": true
2778
+ },
2779
+ "node_modules/globrex": {
2780
+ "version": "0.1.2",
2781
+ "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz",
2782
+ "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
2783
+ "dev": true
2784
+ },
2785
+ "node_modules/graceful-fs": {
2786
+ "version": "4.2.11",
2787
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
2788
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
2789
+ "dev": true
2790
+ },
2791
+ "node_modules/graphemer": {
2792
+ "version": "1.4.0",
2793
+ "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
2794
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
2795
+ "dev": true
2796
+ },
2797
+ "node_modules/gzip-size": {
2798
+ "version": "6.0.0",
2799
+ "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
2800
+ "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
2801
+ "dependencies": {
2802
+ "duplexer": "^0.1.2"
2803
+ },
2804
+ "engines": {
2805
+ "node": ">=10"
2806
+ },
2807
+ "funding": {
2808
+ "url": "https://github.com/sponsors/sindresorhus"
2809
+ }
2810
+ },
2811
+ "node_modules/has-flag": {
2812
+ "version": "4.0.0",
2813
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2814
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2815
+ "dev": true,
2816
+ "engines": {
2817
+ "node": ">=8"
2818
+ }
2819
+ },
2820
+ "node_modules/human-signals": {
2821
+ "version": "2.1.0",
2822
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
2823
+ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
2824
+ "engines": {
2825
+ "node": ">=10.17.0"
2826
+ }
2827
+ },
2828
+ "node_modules/ignore": {
2829
+ "version": "5.3.1",
2830
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
2831
+ "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
2832
+ "dev": true,
2833
+ "engines": {
2834
+ "node": ">= 4"
2835
+ }
2836
+ },
2837
+ "node_modules/import-fresh": {
2838
+ "version": "3.3.0",
2839
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
2840
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
2841
+ "dev": true,
2842
+ "dependencies": {
2843
+ "parent-module": "^1.0.0",
2844
+ "resolve-from": "^4.0.0"
2845
+ },
2846
+ "engines": {
2847
+ "node": ">=6"
2848
+ },
2849
+ "funding": {
2850
+ "url": "https://github.com/sponsors/sindresorhus"
2851
+ }
2852
+ },
2853
+ "node_modules/import-meta-resolve": {
2854
+ "version": "4.1.0",
2855
+ "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz",
2856
+ "integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==",
2857
+ "dev": true,
2858
+ "funding": {
2859
+ "type": "github",
2860
+ "url": "https://github.com/sponsors/wooorm"
2861
+ }
2862
+ },
2863
+ "node_modules/imurmurhash": {
2864
+ "version": "0.1.4",
2865
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
2866
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
2867
+ "dev": true,
2868
+ "engines": {
2869
+ "node": ">=0.8.19"
2870
+ }
2871
+ },
2872
+ "node_modules/inflight": {
2873
+ "version": "1.0.6",
2874
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
2875
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
2876
+ "dev": true,
2877
+ "dependencies": {
2878
+ "once": "^1.3.0",
2879
+ "wrappy": "1"
2880
+ }
2881
+ },
2882
+ "node_modules/inherits": {
2883
+ "version": "2.0.4",
2884
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2885
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2886
+ "dev": true
2887
+ },
2888
+ "node_modules/is-binary-path": {
2889
+ "version": "2.1.0",
2890
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
2891
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
2892
+ "dependencies": {
2893
+ "binary-extensions": "^2.0.0"
2894
+ },
2895
+ "engines": {
2896
+ "node": ">=8"
2897
+ }
2898
+ },
2899
+ "node_modules/is-extglob": {
2900
+ "version": "2.1.1",
2901
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
2902
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2903
+ "engines": {
2904
+ "node": ">=0.10.0"
2905
+ }
2906
+ },
2907
+ "node_modules/is-glob": {
2908
+ "version": "4.0.3",
2909
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
2910
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2911
+ "dependencies": {
2912
+ "is-extglob": "^2.1.1"
2913
+ },
2914
+ "engines": {
2915
+ "node": ">=0.10.0"
2916
+ }
2917
+ },
2918
+ "node_modules/is-number": {
2919
+ "version": "7.0.0",
2920
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
2921
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
2922
+ "engines": {
2923
+ "node": ">=0.12.0"
2924
+ }
2925
+ },
2926
+ "node_modules/is-path-inside": {
2927
+ "version": "3.0.3",
2928
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
2929
+ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
2930
+ "dev": true,
2931
+ "engines": {
2932
+ "node": ">=8"
2933
+ }
2934
+ },
2935
+ "node_modules/is-reference": {
2936
+ "version": "3.0.2",
2937
+ "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.2.tgz",
2938
+ "integrity": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==",
2939
+ "dev": true,
2940
+ "dependencies": {
2941
+ "@types/estree": "*"
2942
+ }
2943
+ },
2944
+ "node_modules/is-stream": {
2945
+ "version": "2.0.1",
2946
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
2947
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
2948
+ "engines": {
2949
+ "node": ">=8"
2950
+ },
2951
+ "funding": {
2952
+ "url": "https://github.com/sponsors/sindresorhus"
2953
+ }
2954
+ },
2955
+ "node_modules/isexe": {
2956
+ "version": "2.0.0",
2957
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2958
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
2959
+ },
2960
+ "node_modules/jiti": {
2961
+ "version": "1.21.0",
2962
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz",
2963
+ "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==",
2964
+ "bin": {
2965
+ "jiti": "bin/jiti.js"
2966
+ }
2967
+ },
2968
+ "node_modules/js-tokens": {
2969
+ "version": "4.0.0",
2970
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2971
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
2972
+ },
2973
+ "node_modules/js-yaml": {
2974
+ "version": "4.1.0",
2975
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
2976
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2977
+ "dev": true,
2978
+ "dependencies": {
2979
+ "argparse": "^2.0.1"
2980
+ },
2981
+ "bin": {
2982
+ "js-yaml": "bin/js-yaml.js"
2983
+ }
2984
+ },
2985
+ "node_modules/jsesc": {
2986
+ "version": "2.5.2",
2987
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
2988
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
2989
+ "bin": {
2990
+ "jsesc": "bin/jsesc"
2991
+ },
2992
+ "engines": {
2993
+ "node": ">=4"
2994
+ }
2995
+ },
2996
+ "node_modules/json-buffer": {
2997
+ "version": "3.0.1",
2998
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
2999
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
3000
+ "dev": true
3001
+ },
3002
+ "node_modules/json-schema-traverse": {
3003
+ "version": "0.4.1",
3004
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
3005
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
3006
+ "dev": true
3007
+ },
3008
+ "node_modules/json-stable-stringify-without-jsonify": {
3009
+ "version": "1.0.1",
3010
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
3011
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
3012
+ "dev": true
3013
+ },
3014
+ "node_modules/json5": {
3015
+ "version": "2.2.3",
3016
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
3017
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
3018
+ "bin": {
3019
+ "json5": "lib/cli.js"
3020
+ },
3021
+ "engines": {
3022
+ "node": ">=6"
3023
+ }
3024
+ },
3025
+ "node_modules/keyv": {
3026
+ "version": "4.5.4",
3027
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
3028
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
3029
+ "dev": true,
3030
+ "dependencies": {
3031
+ "json-buffer": "3.0.1"
3032
+ }
3033
+ },
3034
+ "node_modules/kleur": {
3035
+ "version": "4.1.5",
3036
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
3037
+ "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
3038
+ "dev": true,
3039
+ "engines": {
3040
+ "node": ">=6"
3041
+ }
3042
+ },
3043
+ "node_modules/known-css-properties": {
3044
+ "version": "0.30.0",
3045
+ "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.30.0.tgz",
3046
+ "integrity": "sha512-VSWXYUnsPu9+WYKkfmJyLKtIvaRJi1kXUqVmBACORXZQxT5oZDsoZ2vQP+bQFDnWtpI/4eq3MLoRMjI2fnLzTQ==",
3047
+ "dev": true
3048
+ },
3049
+ "node_modules/kolorist": {
3050
+ "version": "1.8.0",
3051
+ "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
3052
+ "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ=="
3053
+ },
3054
+ "node_modules/levn": {
3055
+ "version": "0.4.1",
3056
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
3057
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
3058
+ "dev": true,
3059
+ "dependencies": {
3060
+ "prelude-ls": "^1.2.1",
3061
+ "type-check": "~0.4.0"
3062
+ },
3063
+ "engines": {
3064
+ "node": ">= 0.8.0"
3065
+ }
3066
+ },
3067
+ "node_modules/lilconfig": {
3068
+ "version": "2.1.0",
3069
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
3070
+ "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
3071
+ "dev": true,
3072
+ "engines": {
3073
+ "node": ">=10"
3074
+ }
3075
+ },
3076
+ "node_modules/local-pkg": {
3077
+ "version": "0.5.0",
3078
+ "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz",
3079
+ "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
3080
+ "dependencies": {
3081
+ "mlly": "^1.4.2",
3082
+ "pkg-types": "^1.0.3"
3083
+ },
3084
+ "engines": {
3085
+ "node": ">=14"
3086
+ },
3087
+ "funding": {
3088
+ "url": "https://github.com/sponsors/antfu"
3089
+ }
3090
+ },
3091
+ "node_modules/locate-character": {
3092
+ "version": "3.0.0",
3093
+ "resolved": "https://registry.npmjs.org/locate-character/-/locate-character-3.0.0.tgz",
3094
+ "integrity": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==",
3095
+ "dev": true
3096
+ },
3097
+ "node_modules/locate-path": {
3098
+ "version": "6.0.0",
3099
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
3100
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
3101
+ "dependencies": {
3102
+ "p-locate": "^5.0.0"
3103
+ },
3104
+ "engines": {
3105
+ "node": ">=10"
3106
+ },
3107
+ "funding": {
3108
+ "url": "https://github.com/sponsors/sindresorhus"
3109
+ }
3110
+ },
3111
+ "node_modules/lodash.merge": {
3112
+ "version": "4.6.2",
3113
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
3114
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
3115
+ "dev": true
3116
+ },
3117
+ "node_modules/lru-cache": {
3118
+ "version": "6.0.0",
3119
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
3120
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
3121
+ "dev": true,
3122
+ "dependencies": {
3123
+ "yallist": "^4.0.0"
3124
+ },
3125
+ "engines": {
3126
+ "node": ">=10"
3127
+ }
3128
+ },
3129
+ "node_modules/magic-string": {
3130
+ "version": "0.30.10",
3131
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz",
3132
+ "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==",
3133
+ "dependencies": {
3134
+ "@jridgewell/sourcemap-codec": "^1.4.15"
3135
+ }
3136
+ },
3137
+ "node_modules/mdn-data": {
3138
+ "version": "2.0.30",
3139
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
3140
+ "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
3141
+ },
3142
+ "node_modules/merge-stream": {
3143
+ "version": "2.0.0",
3144
+ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
3145
+ "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
3146
+ },
3147
+ "node_modules/merge2": {
3148
+ "version": "1.4.1",
3149
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
3150
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
3151
+ "engines": {
3152
+ "node": ">= 8"
3153
+ }
3154
+ },
3155
+ "node_modules/micromatch": {
3156
+ "version": "4.0.5",
3157
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
3158
+ "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
3159
+ "dependencies": {
3160
+ "braces": "^3.0.2",
3161
+ "picomatch": "^2.3.1"
3162
+ },
3163
+ "engines": {
3164
+ "node": ">=8.6"
3165
+ }
3166
+ },
3167
+ "node_modules/mimic-fn": {
3168
+ "version": "2.1.0",
3169
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
3170
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
3171
+ "engines": {
3172
+ "node": ">=6"
3173
+ }
3174
+ },
3175
+ "node_modules/min-indent": {
3176
+ "version": "1.0.1",
3177
+ "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
3178
+ "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
3179
+ "dev": true,
3180
+ "engines": {
3181
+ "node": ">=4"
3182
+ }
3183
+ },
3184
+ "node_modules/minimatch": {
3185
+ "version": "3.1.2",
3186
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
3187
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
3188
+ "dev": true,
3189
+ "dependencies": {
3190
+ "brace-expansion": "^1.1.7"
3191
+ },
3192
+ "engines": {
3193
+ "node": "*"
3194
+ }
3195
+ },
3196
+ "node_modules/minimist": {
3197
+ "version": "1.2.8",
3198
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
3199
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
3200
+ "dev": true,
3201
+ "funding": {
3202
+ "url": "https://github.com/sponsors/ljharb"
3203
+ }
3204
+ },
3205
+ "node_modules/mkdirp": {
3206
+ "version": "0.5.6",
3207
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
3208
+ "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
3209
+ "dev": true,
3210
+ "dependencies": {
3211
+ "minimist": "^1.2.6"
3212
+ },
3213
+ "bin": {
3214
+ "mkdirp": "bin/cmd.js"
3215
+ }
3216
+ },
3217
+ "node_modules/mlly": {
3218
+ "version": "1.7.0",
3219
+ "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.0.tgz",
3220
+ "integrity": "sha512-U9SDaXGEREBYQgfejV97coK0UL1r+qnF2SyO9A3qcI8MzKnsIFKHNVEkrDyNncQTKQQumsasmeq84eNMdBfsNQ==",
3221
+ "dependencies": {
3222
+ "acorn": "^8.11.3",
3223
+ "pathe": "^1.1.2",
3224
+ "pkg-types": "^1.1.0",
3225
+ "ufo": "^1.5.3"
3226
+ }
3227
+ },
3228
+ "node_modules/mri": {
3229
+ "version": "1.2.0",
3230
+ "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
3231
+ "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
3232
+ "dev": true,
3233
+ "engines": {
3234
+ "node": ">=4"
3235
+ }
3236
+ },
3237
+ "node_modules/mrmime": {
3238
+ "version": "2.0.0",
3239
+ "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz",
3240
+ "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
3241
+ "engines": {
3242
+ "node": ">=10"
3243
+ }
3244
+ },
3245
+ "node_modules/ms": {
3246
+ "version": "2.1.2",
3247
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
3248
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
3249
+ },
3250
+ "node_modules/nanoid": {
3251
+ "version": "3.3.7",
3252
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
3253
+ "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
3254
+ "funding": [
3255
+ {
3256
+ "type": "github",
3257
+ "url": "https://github.com/sponsors/ai"
3258
+ }
3259
+ ],
3260
+ "bin": {
3261
+ "nanoid": "bin/nanoid.cjs"
3262
+ },
3263
+ "engines": {
3264
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3265
+ }
3266
+ },
3267
+ "node_modules/natural-compare": {
3268
+ "version": "1.4.0",
3269
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
3270
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
3271
+ "dev": true
3272
+ },
3273
+ "node_modules/node-fetch-native": {
3274
+ "version": "1.6.4",
3275
+ "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz",
3276
+ "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ=="
3277
+ },
3278
+ "node_modules/node-releases": {
3279
+ "version": "2.0.14",
3280
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
3281
+ "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw=="
3282
+ },
3283
+ "node_modules/normalize-path": {
3284
+ "version": "3.0.0",
3285
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
3286
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
3287
+ "engines": {
3288
+ "node": ">=0.10.0"
3289
+ }
3290
+ },
3291
+ "node_modules/npm-run-path": {
3292
+ "version": "4.0.1",
3293
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
3294
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
3295
+ "dependencies": {
3296
+ "path-key": "^3.0.0"
3297
+ },
3298
+ "engines": {
3299
+ "node": ">=8"
3300
+ }
3301
+ },
3302
+ "node_modules/ofetch": {
3303
+ "version": "1.3.4",
3304
+ "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.3.4.tgz",
3305
+ "integrity": "sha512-KLIET85ik3vhEfS+3fDlc/BAZiAp+43QEC/yCo5zkNoY2YaKvNkOaFr/6wCFgFH1kuYQM5pMNi0Tg8koiIemtw==",
3306
+ "dependencies": {
3307
+ "destr": "^2.0.3",
3308
+ "node-fetch-native": "^1.6.3",
3309
+ "ufo": "^1.5.3"
3310
+ }
3311
+ },
3312
+ "node_modules/once": {
3313
+ "version": "1.4.0",
3314
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
3315
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
3316
+ "dev": true,
3317
+ "dependencies": {
3318
+ "wrappy": "1"
3319
+ }
3320
+ },
3321
+ "node_modules/onetime": {
3322
+ "version": "5.1.2",
3323
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
3324
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
3325
+ "dependencies": {
3326
+ "mimic-fn": "^2.1.0"
3327
+ },
3328
+ "engines": {
3329
+ "node": ">=6"
3330
+ },
3331
+ "funding": {
3332
+ "url": "https://github.com/sponsors/sindresorhus"
3333
+ }
3334
+ },
3335
+ "node_modules/optionator": {
3336
+ "version": "0.9.4",
3337
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
3338
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
3339
+ "dev": true,
3340
+ "dependencies": {
3341
+ "deep-is": "^0.1.3",
3342
+ "fast-levenshtein": "^2.0.6",
3343
+ "levn": "^0.4.1",
3344
+ "prelude-ls": "^1.2.1",
3345
+ "type-check": "^0.4.0",
3346
+ "word-wrap": "^1.2.5"
3347
+ },
3348
+ "engines": {
3349
+ "node": ">= 0.8.0"
3350
+ }
3351
+ },
3352
+ "node_modules/p-limit": {
3353
+ "version": "3.1.0",
3354
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
3355
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
3356
+ "dependencies": {
3357
+ "yocto-queue": "^0.1.0"
3358
+ },
3359
+ "engines": {
3360
+ "node": ">=10"
3361
+ },
3362
+ "funding": {
3363
+ "url": "https://github.com/sponsors/sindresorhus"
3364
+ }
3365
+ },
3366
+ "node_modules/p-locate": {
3367
+ "version": "5.0.0",
3368
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
3369
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
3370
+ "dependencies": {
3371
+ "p-limit": "^3.0.2"
3372
+ },
3373
+ "engines": {
3374
+ "node": ">=10"
3375
+ },
3376
+ "funding": {
3377
+ "url": "https://github.com/sponsors/sindresorhus"
3378
+ }
3379
+ },
3380
+ "node_modules/parent-module": {
3381
+ "version": "1.0.1",
3382
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
3383
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
3384
+ "dev": true,
3385
+ "dependencies": {
3386
+ "callsites": "^3.0.0"
3387
+ },
3388
+ "engines": {
3389
+ "node": ">=6"
3390
+ }
3391
+ },
3392
+ "node_modules/path-exists": {
3393
+ "version": "4.0.0",
3394
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
3395
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
3396
+ "engines": {
3397
+ "node": ">=8"
3398
+ }
3399
+ },
3400
+ "node_modules/path-is-absolute": {
3401
+ "version": "1.0.1",
3402
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
3403
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
3404
+ "dev": true,
3405
+ "engines": {
3406
+ "node": ">=0.10.0"
3407
+ }
3408
+ },
3409
+ "node_modules/path-key": {
3410
+ "version": "3.1.1",
3411
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
3412
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
3413
+ "engines": {
3414
+ "node": ">=8"
3415
+ }
3416
+ },
3417
+ "node_modules/pathe": {
3418
+ "version": "1.1.2",
3419
+ "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
3420
+ "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
3421
+ },
3422
+ "node_modules/perfect-debounce": {
3423
+ "version": "1.0.0",
3424
+ "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
3425
+ "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA=="
3426
+ },
3427
+ "node_modules/periscopic": {
3428
+ "version": "3.1.0",
3429
+ "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz",
3430
+ "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==",
3431
+ "dev": true,
3432
+ "dependencies": {
3433
+ "@types/estree": "^1.0.0",
3434
+ "estree-walker": "^3.0.0",
3435
+ "is-reference": "^3.0.0"
3436
+ }
3437
+ },
3438
+ "node_modules/picocolors": {
3439
+ "version": "1.0.0",
3440
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
3441
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
3442
+ },
3443
+ "node_modules/picomatch": {
3444
+ "version": "2.3.1",
3445
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
3446
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
3447
+ "engines": {
3448
+ "node": ">=8.6"
3449
+ },
3450
+ "funding": {
3451
+ "url": "https://github.com/sponsors/jonschlinkert"
3452
+ }
3453
+ },
3454
+ "node_modules/pkg-types": {
3455
+ "version": "1.1.0",
3456
+ "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.0.tgz",
3457
+ "integrity": "sha512-/RpmvKdxKf8uILTtoOhAgf30wYbP2Qw+L9p3Rvshx1JZVX+XQNZQFjlbmGHEGIm4CkVPlSn+NXmIM8+9oWQaSA==",
3458
+ "dependencies": {
3459
+ "confbox": "^0.1.7",
3460
+ "mlly": "^1.6.1",
3461
+ "pathe": "^1.1.2"
3462
+ }
3463
+ },
3464
+ "node_modules/postcss": {
3465
+ "version": "8.4.38",
3466
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
3467
+ "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
3468
+ "funding": [
3469
+ {
3470
+ "type": "opencollective",
3471
+ "url": "https://opencollective.com/postcss/"
3472
+ },
3473
+ {
3474
+ "type": "tidelift",
3475
+ "url": "https://tidelift.com/funding/github/npm/postcss"
3476
+ },
3477
+ {
3478
+ "type": "github",
3479
+ "url": "https://github.com/sponsors/ai"
3480
+ }
3481
+ ],
3482
+ "dependencies": {
3483
+ "nanoid": "^3.3.7",
3484
+ "picocolors": "^1.0.0",
3485
+ "source-map-js": "^1.2.0"
3486
+ },
3487
+ "engines": {
3488
+ "node": "^10 || ^12 || >=14"
3489
+ }
3490
+ },
3491
+ "node_modules/postcss-load-config": {
3492
+ "version": "3.1.4",
3493
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
3494
+ "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
3495
+ "dev": true,
3496
+ "dependencies": {
3497
+ "lilconfig": "^2.0.5",
3498
+ "yaml": "^1.10.2"
3499
+ },
3500
+ "engines": {
3501
+ "node": ">= 10"
3502
+ },
3503
+ "funding": {
3504
+ "type": "opencollective",
3505
+ "url": "https://opencollective.com/postcss/"
3506
+ },
3507
+ "peerDependencies": {
3508
+ "postcss": ">=8.0.9",
3509
+ "ts-node": ">=9.0.0"
3510
+ },
3511
+ "peerDependenciesMeta": {
3512
+ "postcss": {
3513
+ "optional": true
3514
+ },
3515
+ "ts-node": {
3516
+ "optional": true
3517
+ }
3518
+ }
3519
+ },
3520
+ "node_modules/postcss-safe-parser": {
3521
+ "version": "6.0.0",
3522
+ "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz",
3523
+ "integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==",
3524
+ "dev": true,
3525
+ "engines": {
3526
+ "node": ">=12.0"
3527
+ },
3528
+ "funding": {
3529
+ "type": "opencollective",
3530
+ "url": "https://opencollective.com/postcss/"
3531
+ },
3532
+ "peerDependencies": {
3533
+ "postcss": "^8.3.3"
3534
+ }
3535
+ },
3536
+ "node_modules/postcss-scss": {
3537
+ "version": "4.0.9",
3538
+ "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz",
3539
+ "integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==",
3540
+ "dev": true,
3541
+ "funding": [
3542
+ {
3543
+ "type": "opencollective",
3544
+ "url": "https://opencollective.com/postcss/"
3545
+ },
3546
+ {
3547
+ "type": "tidelift",
3548
+ "url": "https://tidelift.com/funding/github/npm/postcss-scss"
3549
+ },
3550
+ {
3551
+ "type": "github",
3552
+ "url": "https://github.com/sponsors/ai"
3553
+ }
3554
+ ],
3555
+ "engines": {
3556
+ "node": ">=12.0"
3557
+ },
3558
+ "peerDependencies": {
3559
+ "postcss": "^8.4.29"
3560
+ }
3561
+ },
3562
+ "node_modules/postcss-selector-parser": {
3563
+ "version": "6.0.16",
3564
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz",
3565
+ "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==",
3566
+ "dev": true,
3567
+ "dependencies": {
3568
+ "cssesc": "^3.0.0",
3569
+ "util-deprecate": "^1.0.2"
3570
+ },
3571
+ "engines": {
3572
+ "node": ">=4"
3573
+ }
3574
+ },
3575
+ "node_modules/prelude-ls": {
3576
+ "version": "1.2.1",
3577
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
3578
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
3579
+ "dev": true,
3580
+ "engines": {
3581
+ "node": ">= 0.8.0"
3582
+ }
3583
+ },
3584
+ "node_modules/prettier": {
3585
+ "version": "3.2.5",
3586
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz",
3587
+ "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==",
3588
+ "dev": true,
3589
+ "bin": {
3590
+ "prettier": "bin/prettier.cjs"
3591
+ },
3592
+ "engines": {
3593
+ "node": ">=14"
3594
+ },
3595
+ "funding": {
3596
+ "url": "https://github.com/prettier/prettier?sponsor=1"
3597
+ }
3598
+ },
3599
+ "node_modules/prettier-plugin-svelte": {
3600
+ "version": "3.2.3",
3601
+ "resolved": "https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-3.2.3.tgz",
3602
+ "integrity": "sha512-wJq8RunyFlWco6U0WJV5wNCM7zpBFakS76UBSbmzMGpncpK98NZABaE+s7n8/APDCEVNHXC5Mpq+MLebQtsRlg==",
3603
+ "dev": true,
3604
+ "peerDependencies": {
3605
+ "prettier": "^3.0.0",
3606
+ "svelte": "^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0"
3607
+ }
3608
+ },
3609
+ "node_modules/punycode": {
3610
+ "version": "2.3.1",
3611
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
3612
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
3613
+ "dev": true,
3614
+ "engines": {
3615
+ "node": ">=6"
3616
+ }
3617
+ },
3618
+ "node_modules/queue-microtask": {
3619
+ "version": "1.2.3",
3620
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
3621
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
3622
+ "funding": [
3623
+ {
3624
+ "type": "github",
3625
+ "url": "https://github.com/sponsors/feross"
3626
+ },
3627
+ {
3628
+ "type": "patreon",
3629
+ "url": "https://www.patreon.com/feross"
3630
+ },
3631
+ {
3632
+ "type": "consulting",
3633
+ "url": "https://feross.org/support"
3634
+ }
3635
+ ]
3636
+ },
3637
+ "node_modules/readdirp": {
3638
+ "version": "3.6.0",
3639
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
3640
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
3641
+ "dependencies": {
3642
+ "picomatch": "^2.2.1"
3643
+ },
3644
+ "engines": {
3645
+ "node": ">=8.10.0"
3646
+ }
3647
+ },
3648
+ "node_modules/resolve-from": {
3649
+ "version": "4.0.0",
3650
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
3651
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
3652
+ "dev": true,
3653
+ "engines": {
3654
+ "node": ">=4"
3655
+ }
3656
+ },
3657
+ "node_modules/reusify": {
3658
+ "version": "1.0.4",
3659
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
3660
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
3661
+ "engines": {
3662
+ "iojs": ">=1.0.0",
3663
+ "node": ">=0.10.0"
3664
+ }
3665
+ },
3666
+ "node_modules/rimraf": {
3667
+ "version": "3.0.2",
3668
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
3669
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
3670
+ "dev": true,
3671
+ "dependencies": {
3672
+ "glob": "^7.1.3"
3673
+ },
3674
+ "bin": {
3675
+ "rimraf": "bin.js"
3676
+ },
3677
+ "funding": {
3678
+ "url": "https://github.com/sponsors/isaacs"
3679
+ }
3680
+ },
3681
+ "node_modules/rollup": {
3682
+ "version": "4.17.2",
3683
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.17.2.tgz",
3684
+ "integrity": "sha512-/9ClTJPByC0U4zNLowV1tMBe8yMEAxewtR3cUNX5BoEpGH3dQEWpJLr6CLp0fPdYRF/fzVOgvDb1zXuakwF5kQ==",
3685
+ "dependencies": {
3686
+ "@types/estree": "1.0.5"
3687
+ },
3688
+ "bin": {
3689
+ "rollup": "dist/bin/rollup"
3690
+ },
3691
+ "engines": {
3692
+ "node": ">=18.0.0",
3693
+ "npm": ">=8.0.0"
3694
+ },
3695
+ "optionalDependencies": {
3696
+ "@rollup/rollup-android-arm-eabi": "4.17.2",
3697
+ "@rollup/rollup-android-arm64": "4.17.2",
3698
+ "@rollup/rollup-darwin-arm64": "4.17.2",
3699
+ "@rollup/rollup-darwin-x64": "4.17.2",
3700
+ "@rollup/rollup-linux-arm-gnueabihf": "4.17.2",
3701
+ "@rollup/rollup-linux-arm-musleabihf": "4.17.2",
3702
+ "@rollup/rollup-linux-arm64-gnu": "4.17.2",
3703
+ "@rollup/rollup-linux-arm64-musl": "4.17.2",
3704
+ "@rollup/rollup-linux-powerpc64le-gnu": "4.17.2",
3705
+ "@rollup/rollup-linux-riscv64-gnu": "4.17.2",
3706
+ "@rollup/rollup-linux-s390x-gnu": "4.17.2",
3707
+ "@rollup/rollup-linux-x64-gnu": "4.17.2",
3708
+ "@rollup/rollup-linux-x64-musl": "4.17.2",
3709
+ "@rollup/rollup-win32-arm64-msvc": "4.17.2",
3710
+ "@rollup/rollup-win32-ia32-msvc": "4.17.2",
3711
+ "@rollup/rollup-win32-x64-msvc": "4.17.2",
3712
+ "fsevents": "~2.3.2"
3713
+ }
3714
+ },
3715
+ "node_modules/run-parallel": {
3716
+ "version": "1.2.0",
3717
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
3718
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
3719
+ "funding": [
3720
+ {
3721
+ "type": "github",
3722
+ "url": "https://github.com/sponsors/feross"
3723
+ },
3724
+ {
3725
+ "type": "patreon",
3726
+ "url": "https://www.patreon.com/feross"
3727
+ },
3728
+ {
3729
+ "type": "consulting",
3730
+ "url": "https://feross.org/support"
3731
+ }
3732
+ ],
3733
+ "dependencies": {
3734
+ "queue-microtask": "^1.2.2"
3735
+ }
3736
+ },
3737
+ "node_modules/sade": {
3738
+ "version": "1.8.1",
3739
+ "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz",
3740
+ "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==",
3741
+ "dev": true,
3742
+ "dependencies": {
3743
+ "mri": "^1.1.0"
3744
+ },
3745
+ "engines": {
3746
+ "node": ">=6"
3747
+ }
3748
+ },
3749
+ "node_modules/sander": {
3750
+ "version": "0.5.1",
3751
+ "resolved": "https://registry.npmjs.org/sander/-/sander-0.5.1.tgz",
3752
+ "integrity": "sha512-3lVqBir7WuKDHGrKRDn/1Ye3kwpXaDOMsiRP1wd6wpZW56gJhsbp5RqQpA6JG/P+pkXizygnr1dKR8vzWaVsfA==",
3753
+ "dev": true,
3754
+ "dependencies": {
3755
+ "es6-promise": "^3.1.2",
3756
+ "graceful-fs": "^4.1.3",
3757
+ "mkdirp": "^0.5.1",
3758
+ "rimraf": "^2.5.2"
3759
+ }
3760
+ },
3761
+ "node_modules/sander/node_modules/rimraf": {
3762
+ "version": "2.7.1",
3763
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
3764
+ "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
3765
+ "dev": true,
3766
+ "dependencies": {
3767
+ "glob": "^7.1.3"
3768
+ },
3769
+ "bin": {
3770
+ "rimraf": "bin.js"
3771
+ }
3772
+ },
3773
+ "node_modules/semver": {
3774
+ "version": "7.6.0",
3775
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
3776
+ "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
3777
+ "dev": true,
3778
+ "dependencies": {
3779
+ "lru-cache": "^6.0.0"
3780
+ },
3781
+ "bin": {
3782
+ "semver": "bin/semver.js"
3783
+ },
3784
+ "engines": {
3785
+ "node": ">=10"
3786
+ }
3787
+ },
3788
+ "node_modules/set-cookie-parser": {
3789
+ "version": "2.6.0",
3790
+ "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz",
3791
+ "integrity": "sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==",
3792
+ "dev": true
3793
+ },
3794
+ "node_modules/shebang-command": {
3795
+ "version": "2.0.0",
3796
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
3797
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
3798
+ "dependencies": {
3799
+ "shebang-regex": "^3.0.0"
3800
+ },
3801
+ "engines": {
3802
+ "node": ">=8"
3803
+ }
3804
+ },
3805
+ "node_modules/shebang-regex": {
3806
+ "version": "3.0.0",
3807
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
3808
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
3809
+ "engines": {
3810
+ "node": ">=8"
3811
+ }
3812
+ },
3813
+ "node_modules/signal-exit": {
3814
+ "version": "3.0.7",
3815
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
3816
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
3817
+ },
3818
+ "node_modules/sirv": {
3819
+ "version": "2.0.4",
3820
+ "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz",
3821
+ "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==",
3822
+ "dependencies": {
3823
+ "@polka/url": "^1.0.0-next.24",
3824
+ "mrmime": "^2.0.0",
3825
+ "totalist": "^3.0.0"
3826
+ },
3827
+ "engines": {
3828
+ "node": ">= 10"
3829
+ }
3830
+ },
3831
+ "node_modules/sorcery": {
3832
+ "version": "0.11.0",
3833
+ "resolved": "https://registry.npmjs.org/sorcery/-/sorcery-0.11.0.tgz",
3834
+ "integrity": "sha512-J69LQ22xrQB1cIFJhPfgtLuI6BpWRiWu1Y3vSsIwK/eAScqJxd/+CJlUuHQRdX2C9NGFamq+KqNywGgaThwfHw==",
3835
+ "dev": true,
3836
+ "dependencies": {
3837
+ "@jridgewell/sourcemap-codec": "^1.4.14",
3838
+ "buffer-crc32": "^0.2.5",
3839
+ "minimist": "^1.2.0",
3840
+ "sander": "^0.5.0"
3841
+ },
3842
+ "bin": {
3843
+ "sorcery": "bin/sorcery"
3844
+ }
3845
+ },
3846
+ "node_modules/source-map-js": {
3847
+ "version": "1.2.0",
3848
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
3849
+ "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
3850
+ "engines": {
3851
+ "node": ">=0.10.0"
3852
+ }
3853
+ },
3854
+ "node_modules/strip-ansi": {
3855
+ "version": "6.0.1",
3856
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3857
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3858
+ "dev": true,
3859
+ "dependencies": {
3860
+ "ansi-regex": "^5.0.1"
3861
+ },
3862
+ "engines": {
3863
+ "node": ">=8"
3864
+ }
3865
+ },
3866
+ "node_modules/strip-final-newline": {
3867
+ "version": "2.0.0",
3868
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
3869
+ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
3870
+ "engines": {
3871
+ "node": ">=6"
3872
+ }
3873
+ },
3874
+ "node_modules/strip-indent": {
3875
+ "version": "3.0.0",
3876
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
3877
+ "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
3878
+ "dev": true,
3879
+ "dependencies": {
3880
+ "min-indent": "^1.0.0"
3881
+ },
3882
+ "engines": {
3883
+ "node": ">=8"
3884
+ }
3885
+ },
3886
+ "node_modules/strip-json-comments": {
3887
+ "version": "3.1.1",
3888
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
3889
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
3890
+ "dev": true,
3891
+ "engines": {
3892
+ "node": ">=8"
3893
+ },
3894
+ "funding": {
3895
+ "url": "https://github.com/sponsors/sindresorhus"
3896
+ }
3897
+ },
3898
+ "node_modules/supports-color": {
3899
+ "version": "7.2.0",
3900
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3901
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3902
+ "dev": true,
3903
+ "dependencies": {
3904
+ "has-flag": "^4.0.0"
3905
+ },
3906
+ "engines": {
3907
+ "node": ">=8"
3908
+ }
3909
+ },
3910
+ "node_modules/svelte": {
3911
+ "version": "4.2.15",
3912
+ "resolved": "https://registry.npmjs.org/svelte/-/svelte-4.2.15.tgz",
3913
+ "integrity": "sha512-j9KJSccHgLeRERPlhMKrCXpk2TqL2m5Z+k+OBTQhZOhIdCCd3WfqV+ylPWeipEwq17P/ekiSFWwrVQv93i3bsg==",
3914
+ "dev": true,
3915
+ "dependencies": {
3916
+ "@ampproject/remapping": "^2.2.1",
3917
+ "@jridgewell/sourcemap-codec": "^1.4.15",
3918
+ "@jridgewell/trace-mapping": "^0.3.18",
3919
+ "@types/estree": "^1.0.1",
3920
+ "acorn": "^8.9.0",
3921
+ "aria-query": "^5.3.0",
3922
+ "axobject-query": "^4.0.0",
3923
+ "code-red": "^1.0.3",
3924
+ "css-tree": "^2.3.1",
3925
+ "estree-walker": "^3.0.3",
3926
+ "is-reference": "^3.0.1",
3927
+ "locate-character": "^3.0.0",
3928
+ "magic-string": "^0.30.4",
3929
+ "periscopic": "^3.1.0"
3930
+ },
3931
+ "engines": {
3932
+ "node": ">=16"
3933
+ }
3934
+ },
3935
+ "node_modules/svelte-check": {
3936
+ "version": "3.7.0",
3937
+ "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.7.0.tgz",
3938
+ "integrity": "sha512-Va6sGL4Vy4znn0K+vaatk98zoBvG2aDee4y3r5X4S80z8DXfbACHvdLlyXa4C4c5tQzK9H0Uq2pbd20wH3ucjQ==",
3939
+ "dev": true,
3940
+ "dependencies": {
3941
+ "@jridgewell/trace-mapping": "^0.3.17",
3942
+ "chokidar": "^3.4.1",
3943
+ "fast-glob": "^3.2.7",
3944
+ "import-fresh": "^3.2.1",
3945
+ "picocolors": "^1.0.0",
3946
+ "sade": "^1.7.4",
3947
+ "svelte-preprocess": "^5.1.3",
3948
+ "typescript": "^5.0.3"
3949
+ },
3950
+ "bin": {
3951
+ "svelte-check": "bin/svelte-check"
3952
+ },
3953
+ "peerDependencies": {
3954
+ "svelte": "^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0"
3955
+ }
3956
+ },
3957
+ "node_modules/svelte-eslint-parser": {
3958
+ "version": "0.35.0",
3959
+ "resolved": "https://registry.npmjs.org/svelte-eslint-parser/-/svelte-eslint-parser-0.35.0.tgz",
3960
+ "integrity": "sha512-CtbPseajW0gjwEvHiuzYJkPDjAcHz2FaHt540j6RVYrZgnE6xWkzUBodQ4I3nV+G5AS0Svt8K6aIA/CIU9xT2Q==",
3961
+ "dev": true,
3962
+ "dependencies": {
3963
+ "eslint-scope": "^7.2.2",
3964
+ "eslint-visitor-keys": "^3.4.3",
3965
+ "espree": "^9.6.1",
3966
+ "postcss": "^8.4.38",
3967
+ "postcss-scss": "^4.0.9"
3968
+ },
3969
+ "engines": {
3970
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
3971
+ },
3972
+ "funding": {
3973
+ "url": "https://github.com/sponsors/ota-meshi"
3974
+ },
3975
+ "peerDependencies": {
3976
+ "svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.112"
3977
+ },
3978
+ "peerDependenciesMeta": {
3979
+ "svelte": {
3980
+ "optional": true
3981
+ }
3982
+ }
3983
+ },
3984
+ "node_modules/svelte-hmr": {
3985
+ "version": "0.16.0",
3986
+ "resolved": "https://registry.npmjs.org/svelte-hmr/-/svelte-hmr-0.16.0.tgz",
3987
+ "integrity": "sha512-Gyc7cOS3VJzLlfj7wKS0ZnzDVdv3Pn2IuVeJPk9m2skfhcu5bq3wtIZyQGggr7/Iim5rH5cncyQft/kRLupcnA==",
3988
+ "dev": true,
3989
+ "peer": true,
3990
+ "engines": {
3991
+ "node": "^12.20 || ^14.13.1 || >= 16"
3992
+ },
3993
+ "peerDependencies": {
3994
+ "svelte": "^3.19.0 || ^4.0.0"
3995
+ }
3996
+ },
3997
+ "node_modules/svelte-preprocess": {
3998
+ "version": "5.1.4",
3999
+ "resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-5.1.4.tgz",
4000
+ "integrity": "sha512-IvnbQ6D6Ao3Gg6ftiM5tdbR6aAETwjhHV+UKGf5bHGYR69RQvF1ho0JKPcbUON4vy4R7zom13jPjgdOWCQ5hDA==",
4001
+ "dev": true,
4002
+ "hasInstallScript": true,
4003
+ "dependencies": {
4004
+ "@types/pug": "^2.0.6",
4005
+ "detect-indent": "^6.1.0",
4006
+ "magic-string": "^0.30.5",
4007
+ "sorcery": "^0.11.0",
4008
+ "strip-indent": "^3.0.0"
4009
+ },
4010
+ "engines": {
4011
+ "node": ">= 16.0.0"
4012
+ },
4013
+ "peerDependencies": {
4014
+ "@babel/core": "^7.10.2",
4015
+ "coffeescript": "^2.5.1",
4016
+ "less": "^3.11.3 || ^4.0.0",
4017
+ "postcss": "^7 || ^8",
4018
+ "postcss-load-config": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
4019
+ "pug": "^3.0.0",
4020
+ "sass": "^1.26.8",
4021
+ "stylus": "^0.55.0",
4022
+ "sugarss": "^2.0.0 || ^3.0.0 || ^4.0.0",
4023
+ "svelte": "^3.23.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0",
4024
+ "typescript": ">=3.9.5 || ^4.0.0 || ^5.0.0"
4025
+ },
4026
+ "peerDependenciesMeta": {
4027
+ "@babel/core": {
4028
+ "optional": true
4029
+ },
4030
+ "coffeescript": {
4031
+ "optional": true
4032
+ },
4033
+ "less": {
4034
+ "optional": true
4035
+ },
4036
+ "postcss": {
4037
+ "optional": true
4038
+ },
4039
+ "postcss-load-config": {
4040
+ "optional": true
4041
+ },
4042
+ "pug": {
4043
+ "optional": true
4044
+ },
4045
+ "sass": {
4046
+ "optional": true
4047
+ },
4048
+ "stylus": {
4049
+ "optional": true
4050
+ },
4051
+ "sugarss": {
4052
+ "optional": true
4053
+ },
4054
+ "typescript": {
4055
+ "optional": true
4056
+ }
4057
+ }
4058
+ },
4059
+ "node_modules/text-table": {
4060
+ "version": "0.2.0",
4061
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
4062
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
4063
+ "dev": true
4064
+ },
4065
+ "node_modules/tiny-glob": {
4066
+ "version": "0.2.9",
4067
+ "resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz",
4068
+ "integrity": "sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==",
4069
+ "dev": true,
4070
+ "dependencies": {
4071
+ "globalyzer": "0.1.0",
4072
+ "globrex": "^0.1.2"
4073
+ }
4074
+ },
4075
+ "node_modules/to-fast-properties": {
4076
+ "version": "2.0.0",
4077
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
4078
+ "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
4079
+ "engines": {
4080
+ "node": ">=4"
4081
+ }
4082
+ },
4083
+ "node_modules/to-regex-range": {
4084
+ "version": "5.0.1",
4085
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
4086
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
4087
+ "dependencies": {
4088
+ "is-number": "^7.0.0"
4089
+ },
4090
+ "engines": {
4091
+ "node": ">=8.0"
4092
+ }
4093
+ },
4094
+ "node_modules/totalist": {
4095
+ "version": "3.0.1",
4096
+ "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
4097
+ "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
4098
+ "engines": {
4099
+ "node": ">=6"
4100
+ }
4101
+ },
4102
+ "node_modules/type-check": {
4103
+ "version": "0.4.0",
4104
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
4105
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
4106
+ "dev": true,
4107
+ "dependencies": {
4108
+ "prelude-ls": "^1.2.1"
4109
+ },
4110
+ "engines": {
4111
+ "node": ">= 0.8.0"
4112
+ }
4113
+ },
4114
+ "node_modules/type-fest": {
4115
+ "version": "0.20.2",
4116
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
4117
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
4118
+ "dev": true,
4119
+ "engines": {
4120
+ "node": ">=10"
4121
+ },
4122
+ "funding": {
4123
+ "url": "https://github.com/sponsors/sindresorhus"
4124
+ }
4125
+ },
4126
+ "node_modules/typescript": {
4127
+ "version": "5.4.5",
4128
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
4129
+ "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
4130
+ "dev": true,
4131
+ "bin": {
4132
+ "tsc": "bin/tsc",
4133
+ "tsserver": "bin/tsserver"
4134
+ },
4135
+ "engines": {
4136
+ "node": ">=14.17"
4137
+ }
4138
+ },
4139
+ "node_modules/ufo": {
4140
+ "version": "1.5.3",
4141
+ "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.3.tgz",
4142
+ "integrity": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw=="
4143
+ },
4144
+ "node_modules/unconfig": {
4145
+ "version": "0.3.13",
4146
+ "resolved": "https://registry.npmjs.org/unconfig/-/unconfig-0.3.13.tgz",
4147
+ "integrity": "sha512-N9Ph5NC4+sqtcOjPfHrRcHekBCadCXWTBzp2VYYbySOHW0PfD9XLCeXshTXjkPYwLrBr9AtSeU0CZmkYECJhng==",
4148
+ "dependencies": {
4149
+ "@antfu/utils": "^0.7.7",
4150
+ "defu": "^6.1.4",
4151
+ "jiti": "^1.21.0"
4152
+ },
4153
+ "funding": {
4154
+ "url": "https://github.com/sponsors/antfu"
4155
+ }
4156
+ },
4157
+ "node_modules/unocss": {
4158
+ "version": "0.59.4",
4159
+ "resolved": "https://registry.npmjs.org/unocss/-/unocss-0.59.4.tgz",
4160
+ "integrity": "sha512-QmCVjRObvVu/gsGrJGVt0NnrdhFFn314BUZn2WQyXV9rIvHLRmG5bIu0j5vibJkj7ZhFchTrnTM1pTFXP1xt5g==",
4161
+ "dependencies": {
4162
+ "@unocss/astro": "0.59.4",
4163
+ "@unocss/cli": "0.59.4",
4164
+ "@unocss/core": "0.59.4",
4165
+ "@unocss/extractor-arbitrary-variants": "0.59.4",
4166
+ "@unocss/postcss": "0.59.4",
4167
+ "@unocss/preset-attributify": "0.59.4",
4168
+ "@unocss/preset-icons": "0.59.4",
4169
+ "@unocss/preset-mini": "0.59.4",
4170
+ "@unocss/preset-tagify": "0.59.4",
4171
+ "@unocss/preset-typography": "0.59.4",
4172
+ "@unocss/preset-uno": "0.59.4",
4173
+ "@unocss/preset-web-fonts": "0.59.4",
4174
+ "@unocss/preset-wind": "0.59.4",
4175
+ "@unocss/reset": "0.59.4",
4176
+ "@unocss/transformer-attributify-jsx": "0.59.4",
4177
+ "@unocss/transformer-attributify-jsx-babel": "0.59.4",
4178
+ "@unocss/transformer-compile-class": "0.59.4",
4179
+ "@unocss/transformer-directives": "0.59.4",
4180
+ "@unocss/transformer-variant-group": "0.59.4",
4181
+ "@unocss/vite": "0.59.4"
4182
+ },
4183
+ "engines": {
4184
+ "node": ">=14"
4185
+ },
4186
+ "funding": {
4187
+ "url": "https://github.com/sponsors/antfu"
4188
+ },
4189
+ "peerDependencies": {
4190
+ "@unocss/webpack": "0.59.4",
4191
+ "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
4192
+ },
4193
+ "peerDependenciesMeta": {
4194
+ "@unocss/webpack": {
4195
+ "optional": true
4196
+ },
4197
+ "vite": {
4198
+ "optional": true
4199
+ }
4200
+ }
4201
+ },
4202
+ "node_modules/update-browserslist-db": {
4203
+ "version": "1.0.14",
4204
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.14.tgz",
4205
+ "integrity": "sha512-JixKH8GR2pWYshIPUg/NujK3JO7JiqEEUiNArE86NQyrgUuZeTlZQN3xuS/yiV5Kb48ev9K6RqNkaJjXsdg7Jw==",
4206
+ "funding": [
4207
+ {
4208
+ "type": "opencollective",
4209
+ "url": "https://opencollective.com/browserslist"
4210
+ },
4211
+ {
4212
+ "type": "tidelift",
4213
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
4214
+ },
4215
+ {
4216
+ "type": "github",
4217
+ "url": "https://github.com/sponsors/ai"
4218
+ }
4219
+ ],
4220
+ "dependencies": {
4221
+ "escalade": "^3.1.2",
4222
+ "picocolors": "^1.0.0"
4223
+ },
4224
+ "bin": {
4225
+ "update-browserslist-db": "cli.js"
4226
+ },
4227
+ "peerDependencies": {
4228
+ "browserslist": ">= 4.21.0"
4229
+ }
4230
+ },
4231
+ "node_modules/uri-js": {
4232
+ "version": "4.4.1",
4233
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
4234
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
4235
+ "dev": true,
4236
+ "dependencies": {
4237
+ "punycode": "^2.1.0"
4238
+ }
4239
+ },
4240
+ "node_modules/util-deprecate": {
4241
+ "version": "1.0.2",
4242
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
4243
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
4244
+ "dev": true
4245
+ },
4246
+ "node_modules/vite": {
4247
+ "version": "5.2.10",
4248
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.10.tgz",
4249
+ "integrity": "sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==",
4250
+ "dependencies": {
4251
+ "esbuild": "^0.20.1",
4252
+ "postcss": "^8.4.38",
4253
+ "rollup": "^4.13.0"
4254
+ },
4255
+ "bin": {
4256
+ "vite": "bin/vite.js"
4257
+ },
4258
+ "engines": {
4259
+ "node": "^18.0.0 || >=20.0.0"
4260
+ },
4261
+ "funding": {
4262
+ "url": "https://github.com/vitejs/vite?sponsor=1"
4263
+ },
4264
+ "optionalDependencies": {
4265
+ "fsevents": "~2.3.3"
4266
+ },
4267
+ "peerDependencies": {
4268
+ "@types/node": "^18.0.0 || >=20.0.0",
4269
+ "less": "*",
4270
+ "lightningcss": "^1.21.0",
4271
+ "sass": "*",
4272
+ "stylus": "*",
4273
+ "sugarss": "*",
4274
+ "terser": "^5.4.0"
4275
+ },
4276
+ "peerDependenciesMeta": {
4277
+ "@types/node": {
4278
+ "optional": true
4279
+ },
4280
+ "less": {
4281
+ "optional": true
4282
+ },
4283
+ "lightningcss": {
4284
+ "optional": true
4285
+ },
4286
+ "sass": {
4287
+ "optional": true
4288
+ },
4289
+ "stylus": {
4290
+ "optional": true
4291
+ },
4292
+ "sugarss": {
4293
+ "optional": true
4294
+ },
4295
+ "terser": {
4296
+ "optional": true
4297
+ }
4298
+ }
4299
+ },
4300
+ "node_modules/vitefu": {
4301
+ "version": "0.2.5",
4302
+ "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.5.tgz",
4303
+ "integrity": "sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==",
4304
+ "dev": true,
4305
+ "peer": true,
4306
+ "peerDependencies": {
4307
+ "vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
4308
+ },
4309
+ "peerDependenciesMeta": {
4310
+ "vite": {
4311
+ "optional": true
4312
+ }
4313
+ }
4314
+ },
4315
+ "node_modules/which": {
4316
+ "version": "2.0.2",
4317
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
4318
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
4319
+ "dependencies": {
4320
+ "isexe": "^2.0.0"
4321
+ },
4322
+ "bin": {
4323
+ "node-which": "bin/node-which"
4324
+ },
4325
+ "engines": {
4326
+ "node": ">= 8"
4327
+ }
4328
+ },
4329
+ "node_modules/word-wrap": {
4330
+ "version": "1.2.5",
4331
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
4332
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
4333
+ "dev": true,
4334
+ "engines": {
4335
+ "node": ">=0.10.0"
4336
+ }
4337
+ },
4338
+ "node_modules/wrappy": {
4339
+ "version": "1.0.2",
4340
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
4341
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
4342
+ "dev": true
4343
+ },
4344
+ "node_modules/yallist": {
4345
+ "version": "4.0.0",
4346
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
4347
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
4348
+ "dev": true
4349
+ },
4350
+ "node_modules/yaml": {
4351
+ "version": "1.10.2",
4352
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
4353
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
4354
+ "dev": true,
4355
+ "engines": {
4356
+ "node": ">= 6"
4357
+ }
4358
+ },
4359
+ "node_modules/yocto-queue": {
4360
+ "version": "0.1.0",
4361
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
4362
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
4363
+ "engines": {
4364
+ "node": ">=10"
4365
+ },
4366
+ "funding": {
4367
+ "url": "https://github.com/sponsors/sindresorhus"
4368
+ }
4369
+ }
4370
+ }
4371
+ }
website/package.json ADDED
@@ -0,0 +1,37 @@
1
+ {
2
+ "name": "website",
3
+ "version": "0.0.1",
4
+ "private": true,
5
+ "scripts": {
6
+ "dev": "vite dev",
7
+ "build": "vite build",
8
+ "preview": "vite preview",
9
+ "check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
10
+ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
11
+ "lint": "prettier --check . && eslint .",
12
+ "format": "prettier --write ."
13
+ },
14
+ "devDependencies": {
15
+ "@sveltejs/adapter-auto": "^3.0.0",
16
+ "@sveltejs/kit": "^2.0.0",
17
+ "@types/eslint": "^8.56.0",
18
+ "@unocss/extractor-svelte": "^0.59.4",
19
+ "@unocss/preset-typography": "^0.59.4",
20
+ "@unocss/transformer-directives": "^0.59.4",
21
+ "@unocss/transformer-variant-group": "^0.59.4",
22
+ "eslint": "^8.56.0",
23
+ "eslint-config-prettier": "^9.1.0",
24
+ "eslint-plugin-svelte": "^2.35.1",
25
+ "prettier": "^3.1.1",
26
+ "prettier-plugin-svelte": "^3.1.2",
27
+ "svelte": "^4.2.7",
28
+ "svelte-check": "^3.6.0",
29
+ "typescript": "^5.0.0",
30
+ "vite": "^5.0.3"
31
+ },
32
+ "type": "module",
33
+ "dependencies": {
34
+ "@unocss/reset": "^0.59.4",
35
+ "unocss": "^0.59.4"
36
+ }
37
+ }
website/src/app.d.ts ADDED
@@ -0,0 +1,13 @@
1
+ // See https://kit.svelte.dev/docs/types#app
2
+ // for information about these interfaces
3
+ declare global {
4
+ namespace App {
5
+ // interface Error {}
6
+ // interface Locals {}
7
+ // interface PageData {}
8
+ // interface PageState {}
9
+ // interface Platform {}
10
+ }
11
+ }
12
+
13
+ export {};
website/src/app.html ADDED
@@ -0,0 +1,21 @@
1
+ <!doctype html>
2
+ <html lang="en" class="min-h-full h-full">
3
+
4
+ <head>
5
+ <meta charset="utf-8" />
6
+ <link rel="icon" href="%sveltekit.assets%/favicon.ico" />
7
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
8
+ %sveltekit.head%
9
+ </head>
10
+
11
+ <body data-sveltekit-preload-data="hover"
12
+ class="font-sans leading-normal tracking-normal text-gray-900 bg-white flex h-full">
13
+ <div style="display: contents">
14
+ <div class="max-w-[50rem] flex flex-col mx-auto size-full">
15
+ %sveltekit.body%
16
+ </div>
17
+ </div>
18
+ </div>
19
+ </body>
20
+
21
+ </html>
website/src/lib/index.js ADDED
@@ -0,0 +1 @@
1
+ // place files you want to import through the `$lib` alias in this folder.
website/src/routes/+page.svelte ADDED
@@ -0,0 +1,174 @@
1
+ <script>
2
+ import 'virtual:uno.css';
3
+ import '@unocss/reset/tailwind.css';
4
+ </script>
5
+
6
+ <svelte:head>
7
+ <title>Only Bible App</title>
8
+ <meta name="description" content="The only bible app you will ever need" />
9
+ </svelte:head>
10
+
11
+ <!-- ========== HEADER ========== -->
12
+ <header class="mb-auto flex flex-wrap sm:justify-start sm:flex-nowrap w-full text-sm py-4">
13
+ <nav
14
+ class="w-full px-4 sm:flex sm:items-center sm:justify-between sm:px-6 lg:px-8"
15
+ aria-label="Global"
16
+ >
17
+ <div class="flex items-center justify-between">
18
+ <a
19
+ class="flex items-center text-xl font-semibold text-gray-800 focus:outline-none focus:ring-1 focus:ring-gray-600"
20
+ href="/"
21
+ aria-label="Brand"
22
+ >
23
+ <img
24
+ class="mr-2 w-1/8 rounded-3"
25
+ src="https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/59/26/b8/5926b8c7-b993-c4d4-8945-1fe3de765e27/AppIcon-0-0-1x_U007emarketing-0-7-0-0-85-220.png/540x540bb.jpg"
26
+ alt="Only Bible App"
27
+ />
28
+ Only Bible App
29
+ </a>
30
+ <div class="sm:hidden">
31
+ <button
32
+ type="button"
33
+ class="hs-collapse-toggle p-2 inline-flex justify-center items-center gap-2 rounded-lg border border-gray-700 hover:border-gray-600 font-medium text-gray-300 hover:text-white shadow-sm align-middle focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-900 focus:ring-blue-600 transition-all text-sm dark:border-neutral-700 dark:hover:border-neutral-600"
34
+ data-hs-collapse="#navbar-collapse-with-animation"
35
+ aria-controls="navbar-collapse-with-animation"
36
+ aria-label="Toggle navigation"
37
+ >
38
+ <svg
39
+ class="hs-collapse-open:hidden flex-shrink-0 size-4"
40
+ xmlns="http://www.w3.org/2000/svg"
41
+ width="24"
42
+ height="24"
43
+ viewBox="0 0 24 24"
44
+ fill="none"
45
+ stroke="currentColor"
46
+ stroke-width="2"
47
+ stroke-linecap="round"
48
+ stroke-linejoin="round"
49
+ >
50
+ <line x1="3" x2="21" y1="6" y2="6" />
51
+ <line x1="3" x2="21" y1="12" y2="12" />
52
+ <line x1="3" x2="21" y1="18" y2="18" />
53
+ </svg>
54
+ <svg
55
+ class="hs-collapse-open:block hidden flex-shrink-0 size-4"
56
+ xmlns="http://www.w3.org/2000/svg"
57
+ width="24"
58
+ height="24"
59
+ viewBox="0 0 24 24"
60
+ fill="none"
61
+ stroke="currentColor"
62
+ stroke-width="2"
63
+ stroke-linecap="round"
64
+ stroke-linejoin="round"
65
+ >
66
+ <path d="M18 6 6 18" />
67
+ <path d="m6 6 12 12" />
68
+ </svg>
69
+ </button>
70
+ </div>
71
+ </div>
72
+ <div
73
+ id="navbar-collapse-with-animation"
74
+ class="hs-collapse hidden overflow-hidden transition-all duration-300 basis-full grow sm:block"
75
+ >
76
+ <div
77
+ class="flex flex-col gap-5 mt-5 sm:flex-row sm:items-center sm:justify-end sm:mt-0 text-gray-400"
78
+ >
79
+ <a
80
+ class="font-medium hover:text-gray-500 focus:outline-none focus:ring-1 focus:ring-gray-600 dark:text-neutral-400 dark:hover:text-neutral-500 dark:focus:ring-neutral-500"
81
+ href="/about-us"
82
+ >
83
+ About us
84
+ </a>
85
+ <a
86
+ class="font-medium hover:text-gray-500 focus:outline-none focus:ring-1 focus:ring-gray-600 dark:text-neutral-400 dark:hover:text-neutral-500 dark:focus:ring-neutral-500"
87
+ href="/privacy-policy"
88
+ >
89
+ Privacy Policy
90
+ </a>
91
+ <a
92
+ class="font-medium hover:text-gray-500 focus:outline-none focus:ring-1 focus:ring-gray-600 dark:text-neutral-400 dark:hover:text-neutral-500 dark:focus:ring-neutral-500"
93
+ href="/terms-and-conditions"
94
+ >
95
+ Terms & Conditions
96
+ </a>
97
+ </div>
98
+ </div>
99
+ </nav>
100
+ </header>
101
+ <!-- ========== END HEADER ========== -->
102
+
103
+ <!-- ========== MAIN CONTENT ========== -->
104
+ <main id="content" class="mt-10 sm:mt-20 prose">
105
+ <!-- Hero -->
106
+ <div class="max-w-[50rem] px-4 sm:px-6 lg:px-8">
107
+ <!-- Grid -->
108
+ <div class="flex flex-col sm:flex-row">
109
+ <div class="flex flex-1 flex-col items-center">
110
+ <h1
111
+ class="block text-3xl font-bold text-center sm:text-left text-gray-800 sm:text-4xl lg:leading-tight dark:text-white"
112
+ >
113
+ The only bible app you will ever need
114
+ </h1>
115
+ <p class="mt-3 text-lg text-gray-800 dark:text-neutral-400">
116
+ No ads, No in-app purchases, No distractions.
117
+ </p>
118
+
119
+ <!-- Buttons -->
120
+ <div class="flex mt-4">
121
+ <a
122
+ class="flex-1 mr-2 -ml-3"
123
+ href="https://play.google.com/store/apps/details?id=sh.pyros.only_bible_app"
124
+ rel="noopener noreferrer"
125
+ target="blank"
126
+ >
127
+ <img
128
+ class="w-48"
129
+ alt="Get it on Google Play"
130
+ src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"
131
+ />
132
+ </a>
133
+ <a
134
+ class="flex-1 mt-2"
135
+ href="https://apps.apple.com/us/app/only-bible-app/id6467606465?itsct=apps_box_badge&amp;itscg=30200"
136
+ rel="noopener noreferrer"
137
+ target="blank"
138
+ >
139
+ <img
140
+ class="w-32"
141
+ src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=250x83&amp;releaseDate=1695600000"
142
+ alt="Download on the App Store"
143
+ />
144
+ </a>
145
+ </div>
146
+ <!-- End Buttons -->
147
+ </div>
148
+ <!-- End Col -->
149
+ <div class="flex flex-1 flex-col mt-10 sm:mt-0 sm:flex-row items-center">
150
+ <img class="w-7/8" src="/images/light.png" alt="app light screen shot" />
151
+ <img class="w-7/8" src="/images/dark.png" alt="app dark screen shot" />
152
+ </div>
153
+ <!-- End Col -->
154
+ </div>
155
+ <!-- End Grid -->
156
+ </div>
157
+ <!-- End Hero -->
158
+ </main>
159
+ <!-- ========== END MAIN CONTENT ========== -->
160
+
161
+ <!-- ========== FOOTER ========== -->
162
+ <footer class="text-center py-5 mt-20">
163
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
164
+ <p class="text-sm text-gray-800 dark:text-neutral-400">
165
+ Copyright © 2024 <a
166
+ class="decoration-2 underline underline-offset-2 font-medium hover:text-gray-400 hover:decoration-gray-400"
167
+ href="https://github.com/pyrossh"
168
+ >
169
+ pyrossh
170
+ </a>
171
+ </p>
172
+ </div>
173
+ </footer>
174
+ <!-- ========== END FOOTER ========== -->
website/src/routes/about-us/+page.svelte ADDED
@@ -0,0 +1,36 @@
1
+ <script>
2
+ import 'virtual:uno.css';
3
+ import '@unocss/reset/tailwind.css';
4
+ </script>
5
+
6
+ <svelte:head>
7
+ <title>About Us | Only Bible App</title>
8
+ </svelte:head>
9
+
10
+ <main id="content" class="prose">
11
+ <div class="max-w-[120rem] mx-auto px-4 sm:px-6 lg:px-8">
12
+ <div class="flex flex-col">
13
+ <h1 class="text-center">About Us</h1>
14
+ <p>
15
+ This app was created by us, to be a minimally invasive bible app as I got tired and fed up
16
+ with the current trend of bible apps in the app stores. Most of these apps try to upsell
17
+ various materials of the bible. Now days they are also into the subscription business model
18
+ else trying to get Ad revenue. This is all fueled more by the book publishers who make
19
+ profits from the original Bible manuscripts by translating them and selling it instead of
20
+ giving it for free.
21
+ </p>
22
+ <p>
23
+ All the bibles used in this App are free and available in the public domain. Most of the
24
+ text are sourced from
25
+ <a href="https://www.wordproject.org/" target="_blank">The Word Project</a>
26
+ and compilation work done by the
27
+ <a href="https://github.com/godlytalias/Bible-Database" target="_blank">
28
+ Bible Database team
29
+ </a>
30
+ </p>
31
+ <h4>Contact Us</h4>
32
+ If you have any questions or suggestions for us you can contact us at
33
+ <strong>pyros2097@gmail.com</strong>
34
+ </div>
35
+ </div>
36
+ </main>
website/src/routes/privacy-policy/+page.svelte ADDED
@@ -0,0 +1,29 @@
1
+ <script>
2
+ import 'virtual:uno.css';
3
+ import '@unocss/reset/tailwind.css';
4
+ </script>
5
+
6
+ <svelte:head>
7
+ <title>Privacy Policy | Only Bible App</title>
8
+ </svelte:head>
9
+
10
+ <main id="content" class="prose">
11
+ <div class="max-w-[120rem] mx-auto px-4 sm:px-6 lg:px-8">
12
+ <div class="flex flex-col">
13
+ <h1 class="text-center">Privacy Policy</h1>
14
+ <p>
15
+ Only Bible App does not collect any information about you or your usage of the app. It does
16
+ not send any information about you to anyone. It does not contain ads. It will never install
17
+ additional products on your device or change your device's configuration. No ads, No in-app
18
+ purchases, No distractions.
19
+ </p>
20
+ <h4>Changes to this Privacy Policy</h4>
21
+ I may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically
22
+ for any changes. I will notify you of any changes by posting the new Privacy Policy on this page.
23
+ <p>This policy is effective as of <strong>2023-09-08</strong></p>
24
+ <h4>Contact Us</h4>
25
+ If you have any questions or suggestions for us you can contact us at
26
+ <strong>pyros2097@gmail.com</strong>
27
+ </div>
28
+ </div>
29
+ </main>
website/src/routes/terms-and-conditions/+page.svelte ADDED
@@ -0,0 +1,48 @@
1
+ <script>
2
+ import 'virtual:uno.css';
3
+ import '@unocss/reset/tailwind.css';
4
+ </script>
5
+
6
+ <svelte:head>
7
+ <title>Terms and Conditions | Only Bible App</title>
8
+ </svelte:head>
9
+
10
+ <main id="content" class="prose">
11
+ <div class="max-w-[120rem] mx-auto px-4 sm:px-6 lg:px-8">
12
+ <div class="flex flex-col">
13
+ <h1 class="text-3xl sm:text-4xl text-center">Terms and Conditions</h1>
14
+ <p>
15
+ By downloading or using the app, these terms will automatically apply to you – you should
16
+ make sure therefore that you read them carefully before using the app. You’re not allowed to
17
+ copy or modify the app, any part of the app, or our trademarks in any way. You’re not
18
+ allowed to attempt to extract the source code of the app, and you also shouldn’t try to
19
+ translate the app into other languages or make derivative versions. The app itself, and all
20
+ the trademarks, copyright, database rights, and other intellectual property rights related
21
+ to it, still belong to us.
22
+ </p>
23
+ <p>
24
+ We are committed to ensuring that the app is as useful and efficient as possible. For that
25
+ reason, we reserve the right to make changes to the app or to charge for its services, at
26
+ any time and for any reason. We will never charge you for the app or its services without
27
+ making it very clear to you exactly what you’re paying for.
28
+ </p>
29
+ <p>
30
+ The Only Bible App app stores and processes personal data that you have provided to us, to
31
+ provide my Service. It’s your responsibility to keep your phone and access to the app
32
+ secure. We therefore recommend that you do not jailbreak or root your phone, which is the
33
+ process of removing software restrictions and limitations imposed by the official operating
34
+ system of your device. It could make your phone vulnerable to malware/viruses/malicious
35
+ programs, compromise your phone’s security features and it could mean that the Only Bible
36
+ App app won’t work properly or at all.
37
+ </p>
38
+ <h4>Changes to this Terms and conditions</h4>
39
+ I may update our Terms and conditions from time to time. Thus, you are advised to review this page
40
+ periodically for any changes. I will notify you of any changes by posting the new Terms and conditions
41
+ on this page.
42
+ <p>This policy is effective as of <strong>2023-09-08</strong></p>
43
+ <h4>Contact Us</h4>
44
+ If you have any questions or suggestions for us you can contact us at
45
+ <strong>pyros2097@gmail.com</strong>
46
+ </div>
47
+ </div>
48
+ </main>
website/static/favicon-16x16.png ADDED
Binary file
website/static/favicon-32x32.png ADDED
Binary file
website/static/favicon.ico ADDED
Binary file
website/static/images/dark.png ADDED
Binary file
website/static/images/light.png ADDED
Binary file
website/svelte.config.js ADDED
@@ -0,0 +1,13 @@
1
+ import adapter from '@sveltejs/adapter-auto';
2
+
3
+ /** @type {import('@sveltejs/kit').Config} */
4
+ const config = {
5
+ kit: {
6
+ // adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
7
+ // If your environment is not supported, or you settled on a specific environment, switch out the adapter.
8
+ // See https://kit.svelte.dev/docs/adapters for more information about adapters.
9
+ adapter: adapter()
10
+ }
11
+ };
12
+
13
+ export default config;
website/uno.config.ts ADDED
@@ -0,0 +1,25 @@
1
+ import { defineConfig, presetIcons, presetUno, presetTypography } from 'unocss';
2
+ import transformerVariantGroup from '@unocss/transformer-variant-group';
3
+ import transformerDirectives from '@unocss/transformer-directives';
4
+
5
+ export default defineConfig({
6
+ presets: [
7
+ presetUno(),
8
+ presetTypography(),
9
+ presetIcons({
10
+ extraProperties: {
11
+ width: '2.25rem',
12
+ height: '2.25rem'
13
+ }
14
+ })
15
+ ],
16
+ transformers: [transformerVariantGroup(), transformerDirectives()],
17
+ theme: {
18
+ fontFamily: {
19
+ sans: 'system-ui',
20
+ serif: 'system-ui',
21
+ mono: 'monospace',
22
+ logo: 'Kaiti SC'
23
+ }
24
+ }
25
+ });
website/vite.config.js ADDED
@@ -0,0 +1,15 @@
1
+ import { sveltekit } from '@sveltejs/kit/vite'
2
+ import UnoCSS from 'unocss/vite'
3
+ import extractorSvelte from '@unocss/extractor-svelte'
4
+ import { defineConfig } from 'vite';
5
+
6
+ export default defineConfig({
7
+ plugins: [
8
+ UnoCSS({
9
+ extractors: [
10
+ extractorSvelte(),
11
+ ],
12
+ }),
13
+ sveltekit()
14
+ ]
15
+ });