@fixedwidthtable/fixedwidthtable 0.0.1-security → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @fixedwidthtable/fixedwidthtable might be problematic. Click here for more details.

Files changed (69) hide show
  1. package/.eslintignore +2 -0
  2. package/.eslintrc.js +8 -0
  3. package/.github/dependabot.yml +24 -0
  4. package/.github/workflows/audit.yml +14 -0
  5. package/.github/workflows/ci.yml +53 -0
  6. package/.github/workflows/release.yml +31 -0
  7. package/.github/workflows/reusable-audit.yml +41 -0
  8. package/.github/workflows/reusable-lint.yml +33 -0
  9. package/CODEOWNERS +1 -0
  10. package/LICENSE.md +18 -0
  11. package/README.md +12 -3
  12. package/e2e/browser/test/e2e.playwright.ts +67 -0
  13. package/e2e/browser/test/globalSetup.ts +30 -0
  14. package/e2e/browser/test-app/.eslintrc.js +6 -0
  15. package/e2e/browser/test-app/README.md +46 -0
  16. package/e2e/browser/test-app/components/appContainer/index.tsx +109 -0
  17. package/e2e/browser/test-app/components/solidClient/index.tsx +149 -0
  18. package/e2e/browser/test-app/next-env.d.ts +5 -0
  19. package/e2e/browser/test-app/next.config.js +6 -0
  20. package/e2e/browser/test-app/package-lock.json +1982 -0
  21. package/e2e/browser/test-app/package.json +25 -0
  22. package/e2e/browser/test-app/pages/_app.tsx +28 -0
  23. package/e2e/browser/test-app/pages/index.tsx +36 -0
  24. package/e2e/browser/test-app/tsconfig.json +20 -0
  25. package/eslint-configs/README.md +75 -0
  26. package/eslint-configs/eslint-config-base/README.md +29 -0
  27. package/eslint-configs/eslint-config-base/index.js +159 -0
  28. package/eslint-configs/eslint-config-base/license-header.js +20 -0
  29. package/eslint-configs/eslint-config-base/package.json +41 -0
  30. package/eslint-configs/eslint-config-lib/README.md +51 -0
  31. package/eslint-configs/eslint-config-lib/index.js +83 -0
  32. package/eslint-configs/eslint-config-lib/package.json +29 -0
  33. package/eslint-configs/eslint-config-react/README.md +97 -0
  34. package/eslint-configs/eslint-config-react/index.js +75 -0
  35. package/eslint-configs/eslint-config-react/package.json +32 -0
  36. package/lerna.json +4 -0
  37. package/package.json +45 -3
  38. package/packages/base-rollup-config/README.md +22 -0
  39. package/packages/base-rollup-config/index.mjs +59 -0
  40. package/packages/base-rollup-config/package.json +25 -0
  41. package/packages/internal-playwright-helpers/README.md +30 -0
  42. package/packages/internal-playwright-helpers/package.json +29 -0
  43. package/packages/internal-playwright-helpers/rollup.config.mjs +57 -0
  44. package/packages/internal-playwright-helpers/src/fixtures.ts +51 -0
  45. package/packages/internal-playwright-helpers/src/flows/auth.ts +93 -0
  46. package/packages/internal-playwright-helpers/src/index.ts +26 -0
  47. package/packages/internal-playwright-helpers/src/pages/cognito.ts +48 -0
  48. package/packages/internal-playwright-helpers/src/pages/open-id.ts +56 -0
  49. package/packages/internal-playwright-helpers/src/pages/testPage.ts +74 -0
  50. package/packages/internal-playwright-helpers/tsconfig.json +8 -0
  51. package/packages/internal-playwright-testids/package.json +22 -0
  52. package/packages/internal-playwright-testids/rollup.config.mjs +56 -0
  53. package/packages/internal-playwright-testids/src/index.ts +35 -0
  54. package/packages/internal-playwright-testids/tsconfig.json +8 -0
  55. package/packages/internal-test-env/README.md +44 -0
  56. package/packages/internal-test-env/env/.env.example +36 -0
  57. package/packages/internal-test-env/index.ts +474 -0
  58. package/packages/internal-test-env/package.json +30 -0
  59. package/packages/internal-test-env/rollup.config.mjs +80 -0
  60. package/packages/internal-test-env/tsconfig.json +20 -0
  61. package/packages/internal-test-env/utils.ts +31 -0
  62. package/packages/jest-jsdom-polyfills/README.md +21 -0
  63. package/packages/jest-jsdom-polyfills/index.js +80 -0
  64. package/packages/jest-jsdom-polyfills/package.json +36 -0
  65. package/playwright.config.ts +76 -0
  66. package/scripts/index.js +1 -0
  67. package/scripts/prepare-release.sh +32 -0
  68. package/scripts/release.sh +36 -0
  69. package/tsconfig.base.json +17 -0
@@ -0,0 +1,1982 @@
1
+ {
2
+ "name": "test",
3
+ "version": "0.1.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "test",
9
+ "version": "0.1.0",
10
+ "dependencies": {
11
+ "@inrupt/solid-client": "^1.30.0",
12
+ "@inrupt/solid-client-authn-browser": "^1.17.1",
13
+ "next": "^13.4.19",
14
+ "react": "^18.2.0",
15
+ "react-dom": "^18.2.0"
16
+ },
17
+ "devDependencies": {
18
+ "@types/node": "^20.6.0",
19
+ "@types/react": "^18.2.21",
20
+ "@types/react-dom": "^18.2.7",
21
+ "eslint": "^8.49.0",
22
+ "typescript": "^5.2.2"
23
+ }
24
+ },
25
+ "node_modules/@aashutoshrathi/word-wrap": {
26
+ "version": "1.2.6",
27
+ "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
28
+ "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
29
+ "dev": true,
30
+ "engines": {
31
+ "node": ">=0.10.0"
32
+ }
33
+ },
34
+ "node_modules/@bergos/jsonparse": {
35
+ "version": "1.4.1",
36
+ "resolved": "https://registry.npmjs.org/@bergos/jsonparse/-/jsonparse-1.4.1.tgz",
37
+ "integrity": "sha512-vXIT0nzZGX/+yMD5bx2VhTzc92H55tPoehh1BW/FZHOndWGFddrH3MAfdx39FRc7irABirW6EQaGxIJYV6CGuA==",
38
+ "engines": [
39
+ "node >= 0.2.0"
40
+ ],
41
+ "dependencies": {
42
+ "buffer": "^6.0.3"
43
+ }
44
+ },
45
+ "node_modules/@eslint-community/eslint-utils": {
46
+ "version": "4.4.0",
47
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
48
+ "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
49
+ "dev": true,
50
+ "dependencies": {
51
+ "eslint-visitor-keys": "^3.3.0"
52
+ },
53
+ "engines": {
54
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
55
+ },
56
+ "peerDependencies": {
57
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
58
+ }
59
+ },
60
+ "node_modules/@eslint-community/regexpp": {
61
+ "version": "4.6.2",
62
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz",
63
+ "integrity": "sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==",
64
+ "dev": true,
65
+ "engines": {
66
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
67
+ }
68
+ },
69
+ "node_modules/@eslint/eslintrc": {
70
+ "version": "2.1.2",
71
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz",
72
+ "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==",
73
+ "dev": true,
74
+ "dependencies": {
75
+ "ajv": "^6.12.4",
76
+ "debug": "^4.3.2",
77
+ "espree": "^9.6.0",
78
+ "globals": "^13.19.0",
79
+ "ignore": "^5.2.0",
80
+ "import-fresh": "^3.2.1",
81
+ "js-yaml": "^4.1.0",
82
+ "minimatch": "^3.1.2",
83
+ "strip-json-comments": "^3.1.1"
84
+ },
85
+ "engines": {
86
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
87
+ },
88
+ "funding": {
89
+ "url": "https://opencollective.com/eslint"
90
+ }
91
+ },
92
+ "node_modules/@eslint/js": {
93
+ "version": "8.49.0",
94
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz",
95
+ "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==",
96
+ "dev": true,
97
+ "engines": {
98
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
99
+ }
100
+ },
101
+ "node_modules/@humanwhocodes/config-array": {
102
+ "version": "0.11.11",
103
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz",
104
+ "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==",
105
+ "dev": true,
106
+ "dependencies": {
107
+ "@humanwhocodes/object-schema": "^1.2.1",
108
+ "debug": "^4.1.1",
109
+ "minimatch": "^3.0.5"
110
+ },
111
+ "engines": {
112
+ "node": ">=10.10.0"
113
+ }
114
+ },
115
+ "node_modules/@humanwhocodes/module-importer": {
116
+ "version": "1.0.1",
117
+ "dev": true,
118
+ "license": "Apache-2.0",
119
+ "engines": {
120
+ "node": ">=12.22"
121
+ },
122
+ "funding": {
123
+ "type": "github",
124
+ "url": "https://github.com/sponsors/nzakas"
125
+ }
126
+ },
127
+ "node_modules/@humanwhocodes/object-schema": {
128
+ "version": "1.2.1",
129
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
130
+ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
131
+ "dev": true
132
+ },
133
+ "node_modules/@inrupt/oidc-client": {
134
+ "version": "1.11.6",
135
+ "resolved": "https://registry.npmjs.org/@inrupt/oidc-client/-/oidc-client-1.11.6.tgz",
136
+ "integrity": "sha512-1rCTk1T6pdm/7gKozutZutk7jwmYBADlnkGGoI5ypke099NOCa5KFXjkQpbjsps0PRkKZ+0EaR70XN5+xqmViA==",
137
+ "dependencies": {
138
+ "acorn": "^7.4.1",
139
+ "base64-js": "^1.5.1",
140
+ "core-js": "^3.8.3",
141
+ "crypto-js": "^4.0.0",
142
+ "serialize-javascript": "^4.0.0"
143
+ }
144
+ },
145
+ "node_modules/@inrupt/oidc-client-ext": {
146
+ "version": "1.17.1",
147
+ "resolved": "https://registry.npmjs.org/@inrupt/oidc-client-ext/-/oidc-client-ext-1.17.1.tgz",
148
+ "integrity": "sha512-uh8ecf4xALoel6Yxlg8srsGO44JhQLjE++mdM13Fniy6TwCU+odHSnMny9afpO/HBZ6abQ02mCFiLtrufczzaA==",
149
+ "dependencies": {
150
+ "@inrupt/oidc-client": "^1.11.6",
151
+ "@inrupt/solid-client-authn-core": "^1.17.1",
152
+ "@inrupt/universal-fetch": "^1.0.1",
153
+ "jose": "^4.10.0",
154
+ "uuid": "^9.0.0"
155
+ }
156
+ },
157
+ "node_modules/@inrupt/solid-client": {
158
+ "version": "1.30.0",
159
+ "resolved": "https://registry.npmjs.org/@inrupt/solid-client/-/solid-client-1.30.0.tgz",
160
+ "integrity": "sha512-iRyLqM9k5W0IiRHZz+dGsa+94pu8cGqjRB5B8s+YhLlNQH/fY6Xmu21f1zl1uKWebc4PBlAJPcBcR46RVXlCJQ==",
161
+ "dependencies": {
162
+ "@inrupt/universal-fetch": "^1.0.1",
163
+ "@rdfjs/dataset": "^1.1.0",
164
+ "@types/rdfjs__dataset": "^1.0.4",
165
+ "buffer": "^6.0.3",
166
+ "http-link-header": "^1.1.0",
167
+ "jsonld-context-parser": "^2.3.0",
168
+ "jsonld-streaming-parser": "^3.2.0",
169
+ "n3": "^1.10.0",
170
+ "uuid": "^9.0.0"
171
+ },
172
+ "engines": {
173
+ "node": "^14.17.0 || ^16.0.0 || ^18.0.0 || ^20.0.0"
174
+ },
175
+ "optionalDependencies": {
176
+ "fsevents": "^2.3.2"
177
+ }
178
+ },
179
+ "node_modules/@inrupt/solid-client-authn-browser": {
180
+ "version": "1.17.1",
181
+ "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-browser/-/solid-client-authn-browser-1.17.1.tgz",
182
+ "integrity": "sha512-ApTK9H+v6YOp099opLdyLq9qM5j8adpYkK4KMOQKsK9ndDLVNiduq4EgPq4/jtwPGe0hG0YWuFuB8mJpLzJftA==",
183
+ "dependencies": {
184
+ "@inrupt/oidc-client-ext": "^1.17.1",
185
+ "@inrupt/solid-client-authn-core": "^1.17.1",
186
+ "@inrupt/universal-fetch": "^1.0.2",
187
+ "events": "^3.3.0",
188
+ "jose": "^4.3.7",
189
+ "uuid": "^9.0.0"
190
+ }
191
+ },
192
+ "node_modules/@inrupt/solid-client-authn-core": {
193
+ "version": "1.17.1",
194
+ "resolved": "https://registry.npmjs.org/@inrupt/solid-client-authn-core/-/solid-client-authn-core-1.17.1.tgz",
195
+ "integrity": "sha512-UKTtZH0lISgWaiUYRr0zRkvFHIjYzVaWEC0IJoLUFIEfJdYogMXmPKoHyJEw7MdJ6qVYMLdPo9k2OSLfdUfYjA==",
196
+ "dependencies": {
197
+ "@inrupt/universal-fetch": "^1.0.1",
198
+ "events": "^3.3.0",
199
+ "jose": "^4.10.0",
200
+ "uuid": "^9.0.0"
201
+ },
202
+ "engines": {
203
+ "node": "^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0"
204
+ }
205
+ },
206
+ "node_modules/@inrupt/universal-fetch": {
207
+ "version": "1.0.3",
208
+ "resolved": "https://registry.npmjs.org/@inrupt/universal-fetch/-/universal-fetch-1.0.3.tgz",
209
+ "integrity": "sha512-AP/nMOuuKvR2YoQkdS77ntuuq5ZYDGStI8Uirp1MCsyPSoBLyNnRjMLjlGqIlaC+5Xp7TYZJ9z/Kl2uUEpXUFw==",
210
+ "dependencies": {
211
+ "node-fetch": "^2.6.7",
212
+ "undici": "^5.19.1"
213
+ },
214
+ "engines": {
215
+ "node": "^14.17.0 || ^16.0.0 || ^18.0.0 || ^20.0.0"
216
+ }
217
+ },
218
+ "node_modules/@next/env": {
219
+ "version": "13.4.19",
220
+ "resolved": "https://registry.npmjs.org/@next/env/-/env-13.4.19.tgz",
221
+ "integrity": "sha512-FsAT5x0jF2kkhNkKkukhsyYOrRqtSxrEhfliniIq0bwWbuXLgyt3Gv0Ml+b91XwjwArmuP7NxCiGd++GGKdNMQ=="
222
+ },
223
+ "node_modules/@next/swc-darwin-arm64": {
224
+ "version": "13.4.19",
225
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.4.19.tgz",
226
+ "integrity": "sha512-vv1qrjXeGbuF2mOkhkdxMDtv9np7W4mcBtaDnHU+yJG+bBwa6rYsYSCI/9Xm5+TuF5SbZbrWO6G1NfTh1TMjvQ==",
227
+ "cpu": [
228
+ "arm64"
229
+ ],
230
+ "optional": true,
231
+ "os": [
232
+ "darwin"
233
+ ],
234
+ "engines": {
235
+ "node": ">= 10"
236
+ }
237
+ },
238
+ "node_modules/@next/swc-darwin-x64": {
239
+ "version": "13.4.19",
240
+ "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-13.4.19.tgz",
241
+ "integrity": "sha512-jyzO6wwYhx6F+7gD8ddZfuqO4TtpJdw3wyOduR4fxTUCm3aLw7YmHGYNjS0xRSYGAkLpBkH1E0RcelyId6lNsw==",
242
+ "cpu": [
243
+ "x64"
244
+ ],
245
+ "optional": true,
246
+ "os": [
247
+ "darwin"
248
+ ],
249
+ "engines": {
250
+ "node": ">= 10"
251
+ }
252
+ },
253
+ "node_modules/@next/swc-linux-arm64-gnu": {
254
+ "version": "13.4.19",
255
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.4.19.tgz",
256
+ "integrity": "sha512-vdlnIlaAEh6H+G6HrKZB9c2zJKnpPVKnA6LBwjwT2BTjxI7e0Hx30+FoWCgi50e+YO49p6oPOtesP9mXDRiiUg==",
257
+ "cpu": [
258
+ "arm64"
259
+ ],
260
+ "optional": true,
261
+ "os": [
262
+ "linux"
263
+ ],
264
+ "engines": {
265
+ "node": ">= 10"
266
+ }
267
+ },
268
+ "node_modules/@next/swc-linux-arm64-musl": {
269
+ "version": "13.4.19",
270
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.4.19.tgz",
271
+ "integrity": "sha512-aU0HkH2XPgxqrbNRBFb3si9Ahu/CpaR5RPmN2s9GiM9qJCiBBlZtRTiEca+DC+xRPyCThTtWYgxjWHgU7ZkyvA==",
272
+ "cpu": [
273
+ "arm64"
274
+ ],
275
+ "optional": true,
276
+ "os": [
277
+ "linux"
278
+ ],
279
+ "engines": {
280
+ "node": ">= 10"
281
+ }
282
+ },
283
+ "node_modules/@next/swc-linux-x64-gnu": {
284
+ "version": "13.4.19",
285
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.4.19.tgz",
286
+ "integrity": "sha512-htwOEagMa/CXNykFFeAHHvMJeqZfNQEoQvHfsA4wgg5QqGNqD5soeCer4oGlCol6NGUxknrQO6VEustcv+Md+g==",
287
+ "cpu": [
288
+ "x64"
289
+ ],
290
+ "optional": true,
291
+ "os": [
292
+ "linux"
293
+ ],
294
+ "engines": {
295
+ "node": ">= 10"
296
+ }
297
+ },
298
+ "node_modules/@next/swc-linux-x64-musl": {
299
+ "version": "13.4.19",
300
+ "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.4.19.tgz",
301
+ "integrity": "sha512-4Gj4vvtbK1JH8ApWTT214b3GwUh9EKKQjY41hH/t+u55Knxi/0wesMzwQRhppK6Ddalhu0TEttbiJ+wRcoEj5Q==",
302
+ "cpu": [
303
+ "x64"
304
+ ],
305
+ "optional": true,
306
+ "os": [
307
+ "linux"
308
+ ],
309
+ "engines": {
310
+ "node": ">= 10"
311
+ }
312
+ },
313
+ "node_modules/@next/swc-win32-arm64-msvc": {
314
+ "version": "13.4.19",
315
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.4.19.tgz",
316
+ "integrity": "sha512-bUfDevQK4NsIAHXs3/JNgnvEY+LRyneDN788W2NYiRIIzmILjba7LaQTfihuFawZDhRtkYCv3JDC3B4TwnmRJw==",
317
+ "cpu": [
318
+ "arm64"
319
+ ],
320
+ "optional": true,
321
+ "os": [
322
+ "win32"
323
+ ],
324
+ "engines": {
325
+ "node": ">= 10"
326
+ }
327
+ },
328
+ "node_modules/@next/swc-win32-ia32-msvc": {
329
+ "version": "13.4.19",
330
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.4.19.tgz",
331
+ "integrity": "sha512-Y5kikILFAr81LYIFaw6j/NrOtmiM4Sf3GtOc0pn50ez2GCkr+oejYuKGcwAwq3jiTKuzF6OF4iT2INPoxRycEA==",
332
+ "cpu": [
333
+ "ia32"
334
+ ],
335
+ "optional": true,
336
+ "os": [
337
+ "win32"
338
+ ],
339
+ "engines": {
340
+ "node": ">= 10"
341
+ }
342
+ },
343
+ "node_modules/@next/swc-win32-x64-msvc": {
344
+ "version": "13.4.19",
345
+ "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.4.19.tgz",
346
+ "integrity": "sha512-YzA78jBDXMYiINdPdJJwGgPNT3YqBNNGhsthsDoWHL9p24tEJn9ViQf/ZqTbwSpX/RrkPupLfuuTH2sf73JBAw==",
347
+ "cpu": [
348
+ "x64"
349
+ ],
350
+ "optional": true,
351
+ "os": [
352
+ "win32"
353
+ ],
354
+ "engines": {
355
+ "node": ">= 10"
356
+ }
357
+ },
358
+ "node_modules/@nodelib/fs.scandir": {
359
+ "version": "2.1.5",
360
+ "dev": true,
361
+ "license": "MIT",
362
+ "dependencies": {
363
+ "@nodelib/fs.stat": "2.0.5",
364
+ "run-parallel": "^1.1.9"
365
+ },
366
+ "engines": {
367
+ "node": ">= 8"
368
+ }
369
+ },
370
+ "node_modules/@nodelib/fs.stat": {
371
+ "version": "2.0.5",
372
+ "dev": true,
373
+ "license": "MIT",
374
+ "engines": {
375
+ "node": ">= 8"
376
+ }
377
+ },
378
+ "node_modules/@nodelib/fs.walk": {
379
+ "version": "1.2.8",
380
+ "dev": true,
381
+ "license": "MIT",
382
+ "dependencies": {
383
+ "@nodelib/fs.scandir": "2.1.5",
384
+ "fastq": "^1.6.0"
385
+ },
386
+ "engines": {
387
+ "node": ">= 8"
388
+ }
389
+ },
390
+ "node_modules/@rdfjs/data-model": {
391
+ "version": "1.3.4",
392
+ "resolved": "https://registry.npmjs.org/@rdfjs/data-model/-/data-model-1.3.4.tgz",
393
+ "integrity": "sha512-iKzNcKvJotgbFDdti7GTQDCYmL7GsGldkYStiP0K8EYtN7deJu5t7U11rKTz+nR7RtesUggT+lriZ7BakFv8QQ==",
394
+ "dependencies": {
395
+ "@rdfjs/types": ">=1.0.1"
396
+ },
397
+ "bin": {
398
+ "rdfjs-data-model-test": "bin/test.js"
399
+ }
400
+ },
401
+ "node_modules/@rdfjs/dataset": {
402
+ "version": "1.1.1",
403
+ "resolved": "https://registry.npmjs.org/@rdfjs/dataset/-/dataset-1.1.1.tgz",
404
+ "integrity": "sha512-BNwCSvG0cz0srsG5esq6CQKJc1m8g/M0DZpLuiEp0MMpfwguXX7VeS8TCg4UUG3DV/DqEvhy83ZKSEjdsYseeA==",
405
+ "dependencies": {
406
+ "@rdfjs/data-model": "^1.2.0"
407
+ },
408
+ "bin": {
409
+ "rdfjs-dataset-test": "bin/test.js"
410
+ }
411
+ },
412
+ "node_modules/@rdfjs/types": {
413
+ "version": "1.1.0",
414
+ "resolved": "https://registry.npmjs.org/@rdfjs/types/-/types-1.1.0.tgz",
415
+ "integrity": "sha512-5zm8bN2/CC634dTcn/0AhTRLaQRjXDZs3QfcAsQKNturHT7XVWcKy/8p3P5gXl+YkZTAmy7T5M/LyiT/jbkENw==",
416
+ "dependencies": {
417
+ "@types/node": "*"
418
+ }
419
+ },
420
+ "node_modules/@swc/helpers": {
421
+ "version": "0.5.1",
422
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz",
423
+ "integrity": "sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==",
424
+ "dependencies": {
425
+ "tslib": "^2.4.0"
426
+ }
427
+ },
428
+ "node_modules/@types/http-link-header": {
429
+ "version": "1.0.3",
430
+ "resolved": "https://registry.npmjs.org/@types/http-link-header/-/http-link-header-1.0.3.tgz",
431
+ "integrity": "sha512-y8HkoD/vyid+5MrJ3aas0FvU3/BVBGcyG9kgxL0Zn4JwstA8CglFPnrR0RuzOjRCXwqzL5uxWC2IO7Ub0rMU2A==",
432
+ "dependencies": {
433
+ "@types/node": "*"
434
+ }
435
+ },
436
+ "node_modules/@types/node": {
437
+ "version": "20.6.0",
438
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.0.tgz",
439
+ "integrity": "sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg=="
440
+ },
441
+ "node_modules/@types/prop-types": {
442
+ "version": "15.7.5",
443
+ "dev": true,
444
+ "license": "MIT"
445
+ },
446
+ "node_modules/@types/rdfjs__dataset": {
447
+ "version": "1.0.5",
448
+ "resolved": "https://registry.npmjs.org/@types/rdfjs__dataset/-/rdfjs__dataset-1.0.5.tgz",
449
+ "integrity": "sha512-8OBC9Kr/ZSgNoUTe5mHTDPHaPt8Xen4XbYfqcbYv56d+4WdKliHXaFmFc0L4I5vsynE5JGu21Hvg2zWgX1Az6Q==",
450
+ "dependencies": {
451
+ "rdf-js": "^4.0.2"
452
+ }
453
+ },
454
+ "node_modules/@types/react": {
455
+ "version": "18.2.21",
456
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz",
457
+ "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==",
458
+ "dev": true,
459
+ "dependencies": {
460
+ "@types/prop-types": "*",
461
+ "@types/scheduler": "*",
462
+ "csstype": "^3.0.2"
463
+ }
464
+ },
465
+ "node_modules/@types/react-dom": {
466
+ "version": "18.2.7",
467
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz",
468
+ "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==",
469
+ "dev": true,
470
+ "dependencies": {
471
+ "@types/react": "*"
472
+ }
473
+ },
474
+ "node_modules/@types/readable-stream": {
475
+ "version": "2.3.15",
476
+ "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-2.3.15.tgz",
477
+ "integrity": "sha512-oM5JSKQCcICF1wvGgmecmHldZ48OZamtMxcGGVICOJA8o8cahXC1zEVAif8iwoc5j8etxFaRFnf095+CDsuoFQ==",
478
+ "dependencies": {
479
+ "@types/node": "*",
480
+ "safe-buffer": "~5.1.1"
481
+ }
482
+ },
483
+ "node_modules/@types/readable-stream/node_modules/safe-buffer": {
484
+ "version": "5.1.2",
485
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
486
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
487
+ },
488
+ "node_modules/@types/scheduler": {
489
+ "version": "0.16.2",
490
+ "dev": true,
491
+ "license": "MIT"
492
+ },
493
+ "node_modules/abort-controller": {
494
+ "version": "3.0.0",
495
+ "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
496
+ "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
497
+ "dependencies": {
498
+ "event-target-shim": "^5.0.0"
499
+ },
500
+ "engines": {
501
+ "node": ">=6.5"
502
+ }
503
+ },
504
+ "node_modules/acorn": {
505
+ "version": "7.4.1",
506
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
507
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
508
+ "bin": {
509
+ "acorn": "bin/acorn"
510
+ },
511
+ "engines": {
512
+ "node": ">=0.4.0"
513
+ }
514
+ },
515
+ "node_modules/acorn-jsx": {
516
+ "version": "5.3.2",
517
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
518
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
519
+ "dev": true,
520
+ "peerDependencies": {
521
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
522
+ }
523
+ },
524
+ "node_modules/ajv": {
525
+ "version": "6.12.6",
526
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
527
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
528
+ "dev": true,
529
+ "dependencies": {
530
+ "fast-deep-equal": "^3.1.1",
531
+ "fast-json-stable-stringify": "^2.0.0",
532
+ "json-schema-traverse": "^0.4.1",
533
+ "uri-js": "^4.2.2"
534
+ },
535
+ "funding": {
536
+ "type": "github",
537
+ "url": "https://github.com/sponsors/epoberezkin"
538
+ }
539
+ },
540
+ "node_modules/ansi-regex": {
541
+ "version": "5.0.1",
542
+ "dev": true,
543
+ "license": "MIT",
544
+ "engines": {
545
+ "node": ">=8"
546
+ }
547
+ },
548
+ "node_modules/ansi-styles": {
549
+ "version": "4.3.0",
550
+ "dev": true,
551
+ "license": "MIT",
552
+ "dependencies": {
553
+ "color-convert": "^2.0.1"
554
+ },
555
+ "engines": {
556
+ "node": ">=8"
557
+ },
558
+ "funding": {
559
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
560
+ }
561
+ },
562
+ "node_modules/argparse": {
563
+ "version": "2.0.1",
564
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
565
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
566
+ "dev": true
567
+ },
568
+ "node_modules/balanced-match": {
569
+ "version": "1.0.2",
570
+ "dev": true,
571
+ "license": "MIT"
572
+ },
573
+ "node_modules/base64-js": {
574
+ "version": "1.5.1",
575
+ "funding": [
576
+ {
577
+ "type": "github",
578
+ "url": "https://github.com/sponsors/feross"
579
+ },
580
+ {
581
+ "type": "patreon",
582
+ "url": "https://www.patreon.com/feross"
583
+ },
584
+ {
585
+ "type": "consulting",
586
+ "url": "https://feross.org/support"
587
+ }
588
+ ],
589
+ "license": "MIT"
590
+ },
591
+ "node_modules/brace-expansion": {
592
+ "version": "1.1.11",
593
+ "dev": true,
594
+ "license": "MIT",
595
+ "dependencies": {
596
+ "balanced-match": "^1.0.0",
597
+ "concat-map": "0.0.1"
598
+ }
599
+ },
600
+ "node_modules/buffer": {
601
+ "version": "6.0.3",
602
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
603
+ "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
604
+ "funding": [
605
+ {
606
+ "type": "github",
607
+ "url": "https://github.com/sponsors/feross"
608
+ },
609
+ {
610
+ "type": "patreon",
611
+ "url": "https://www.patreon.com/feross"
612
+ },
613
+ {
614
+ "type": "consulting",
615
+ "url": "https://feross.org/support"
616
+ }
617
+ ],
618
+ "dependencies": {
619
+ "base64-js": "^1.3.1",
620
+ "ieee754": "^1.2.1"
621
+ }
622
+ },
623
+ "node_modules/busboy": {
624
+ "version": "1.6.0",
625
+ "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
626
+ "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
627
+ "dependencies": {
628
+ "streamsearch": "^1.1.0"
629
+ },
630
+ "engines": {
631
+ "node": ">=10.16.0"
632
+ }
633
+ },
634
+ "node_modules/callsites": {
635
+ "version": "3.1.0",
636
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
637
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
638
+ "dev": true,
639
+ "engines": {
640
+ "node": ">=6"
641
+ }
642
+ },
643
+ "node_modules/caniuse-lite": {
644
+ "version": "1.0.30001434",
645
+ "funding": [
646
+ {
647
+ "type": "opencollective",
648
+ "url": "https://opencollective.com/browserslist"
649
+ },
650
+ {
651
+ "type": "tidelift",
652
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
653
+ }
654
+ ],
655
+ "license": "CC-BY-4.0"
656
+ },
657
+ "node_modules/canonicalize": {
658
+ "version": "1.0.8",
659
+ "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.8.tgz",
660
+ "integrity": "sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A=="
661
+ },
662
+ "node_modules/chalk": {
663
+ "version": "4.1.2",
664
+ "dev": true,
665
+ "license": "MIT",
666
+ "dependencies": {
667
+ "ansi-styles": "^4.1.0",
668
+ "supports-color": "^7.1.0"
669
+ },
670
+ "engines": {
671
+ "node": ">=10"
672
+ },
673
+ "funding": {
674
+ "url": "https://github.com/chalk/chalk?sponsor=1"
675
+ }
676
+ },
677
+ "node_modules/client-only": {
678
+ "version": "0.0.1",
679
+ "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
680
+ "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA=="
681
+ },
682
+ "node_modules/color-convert": {
683
+ "version": "2.0.1",
684
+ "dev": true,
685
+ "license": "MIT",
686
+ "dependencies": {
687
+ "color-name": "~1.1.4"
688
+ },
689
+ "engines": {
690
+ "node": ">=7.0.0"
691
+ }
692
+ },
693
+ "node_modules/color-name": {
694
+ "version": "1.1.4",
695
+ "dev": true,
696
+ "license": "MIT"
697
+ },
698
+ "node_modules/concat-map": {
699
+ "version": "0.0.1",
700
+ "dev": true,
701
+ "license": "MIT"
702
+ },
703
+ "node_modules/core-js": {
704
+ "version": "3.32.0",
705
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.0.tgz",
706
+ "integrity": "sha512-rd4rYZNlF3WuoYuRIDEmbR/ga9CeuWX9U05umAvgrrZoHY4Z++cp/xwPQMvUpBB4Ag6J8KfD80G0zwCyaSxDww==",
707
+ "hasInstallScript": true,
708
+ "funding": {
709
+ "type": "opencollective",
710
+ "url": "https://opencollective.com/core-js"
711
+ }
712
+ },
713
+ "node_modules/cross-fetch": {
714
+ "version": "3.1.5",
715
+ "license": "MIT",
716
+ "dependencies": {
717
+ "node-fetch": "2.6.7"
718
+ }
719
+ },
720
+ "node_modules/cross-spawn": {
721
+ "version": "7.0.3",
722
+ "dev": true,
723
+ "license": "MIT",
724
+ "dependencies": {
725
+ "path-key": "^3.1.0",
726
+ "shebang-command": "^2.0.0",
727
+ "which": "^2.0.1"
728
+ },
729
+ "engines": {
730
+ "node": ">= 8"
731
+ }
732
+ },
733
+ "node_modules/crypto-js": {
734
+ "version": "4.1.1",
735
+ "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz",
736
+ "integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
737
+ },
738
+ "node_modules/csstype": {
739
+ "version": "3.0.11",
740
+ "dev": true,
741
+ "license": "MIT"
742
+ },
743
+ "node_modules/debug": {
744
+ "version": "4.3.4",
745
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
746
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
747
+ "dev": true,
748
+ "dependencies": {
749
+ "ms": "2.1.2"
750
+ },
751
+ "engines": {
752
+ "node": ">=6.0"
753
+ },
754
+ "peerDependenciesMeta": {
755
+ "supports-color": {
756
+ "optional": true
757
+ }
758
+ }
759
+ },
760
+ "node_modules/deep-is": {
761
+ "version": "0.1.4",
762
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
763
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
764
+ "dev": true
765
+ },
766
+ "node_modules/doctrine": {
767
+ "version": "3.0.0",
768
+ "dev": true,
769
+ "license": "Apache-2.0",
770
+ "dependencies": {
771
+ "esutils": "^2.0.2"
772
+ },
773
+ "engines": {
774
+ "node": ">=6.0.0"
775
+ }
776
+ },
777
+ "node_modules/escape-string-regexp": {
778
+ "version": "4.0.0",
779
+ "dev": true,
780
+ "license": "MIT",
781
+ "engines": {
782
+ "node": ">=10"
783
+ },
784
+ "funding": {
785
+ "url": "https://github.com/sponsors/sindresorhus"
786
+ }
787
+ },
788
+ "node_modules/eslint": {
789
+ "version": "8.49.0",
790
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz",
791
+ "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==",
792
+ "dev": true,
793
+ "dependencies": {
794
+ "@eslint-community/eslint-utils": "^4.2.0",
795
+ "@eslint-community/regexpp": "^4.6.1",
796
+ "@eslint/eslintrc": "^2.1.2",
797
+ "@eslint/js": "8.49.0",
798
+ "@humanwhocodes/config-array": "^0.11.11",
799
+ "@humanwhocodes/module-importer": "^1.0.1",
800
+ "@nodelib/fs.walk": "^1.2.8",
801
+ "ajv": "^6.12.4",
802
+ "chalk": "^4.0.0",
803
+ "cross-spawn": "^7.0.2",
804
+ "debug": "^4.3.2",
805
+ "doctrine": "^3.0.0",
806
+ "escape-string-regexp": "^4.0.0",
807
+ "eslint-scope": "^7.2.2",
808
+ "eslint-visitor-keys": "^3.4.3",
809
+ "espree": "^9.6.1",
810
+ "esquery": "^1.4.2",
811
+ "esutils": "^2.0.2",
812
+ "fast-deep-equal": "^3.1.3",
813
+ "file-entry-cache": "^6.0.1",
814
+ "find-up": "^5.0.0",
815
+ "glob-parent": "^6.0.2",
816
+ "globals": "^13.19.0",
817
+ "graphemer": "^1.4.0",
818
+ "ignore": "^5.2.0",
819
+ "imurmurhash": "^0.1.4",
820
+ "is-glob": "^4.0.0",
821
+ "is-path-inside": "^3.0.3",
822
+ "js-yaml": "^4.1.0",
823
+ "json-stable-stringify-without-jsonify": "^1.0.1",
824
+ "levn": "^0.4.1",
825
+ "lodash.merge": "^4.6.2",
826
+ "minimatch": "^3.1.2",
827
+ "natural-compare": "^1.4.0",
828
+ "optionator": "^0.9.3",
829
+ "strip-ansi": "^6.0.1",
830
+ "text-table": "^0.2.0"
831
+ },
832
+ "bin": {
833
+ "eslint": "bin/eslint.js"
834
+ },
835
+ "engines": {
836
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
837
+ },
838
+ "funding": {
839
+ "url": "https://opencollective.com/eslint"
840
+ }
841
+ },
842
+ "node_modules/eslint-scope": {
843
+ "version": "7.2.2",
844
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
845
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
846
+ "dev": true,
847
+ "dependencies": {
848
+ "esrecurse": "^4.3.0",
849
+ "estraverse": "^5.2.0"
850
+ },
851
+ "engines": {
852
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
853
+ },
854
+ "funding": {
855
+ "url": "https://opencollective.com/eslint"
856
+ }
857
+ },
858
+ "node_modules/eslint-visitor-keys": {
859
+ "version": "3.4.3",
860
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
861
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
862
+ "dev": true,
863
+ "engines": {
864
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
865
+ },
866
+ "funding": {
867
+ "url": "https://opencollective.com/eslint"
868
+ }
869
+ },
870
+ "node_modules/espree": {
871
+ "version": "9.6.1",
872
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
873
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
874
+ "dev": true,
875
+ "dependencies": {
876
+ "acorn": "^8.9.0",
877
+ "acorn-jsx": "^5.3.2",
878
+ "eslint-visitor-keys": "^3.4.1"
879
+ },
880
+ "engines": {
881
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
882
+ },
883
+ "funding": {
884
+ "url": "https://opencollective.com/eslint"
885
+ }
886
+ },
887
+ "node_modules/espree/node_modules/acorn": {
888
+ "version": "8.10.0",
889
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
890
+ "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
891
+ "dev": true,
892
+ "bin": {
893
+ "acorn": "bin/acorn"
894
+ },
895
+ "engines": {
896
+ "node": ">=0.4.0"
897
+ }
898
+ },
899
+ "node_modules/esquery": {
900
+ "version": "1.5.0",
901
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
902
+ "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
903
+ "dev": true,
904
+ "dependencies": {
905
+ "estraverse": "^5.1.0"
906
+ },
907
+ "engines": {
908
+ "node": ">=0.10"
909
+ }
910
+ },
911
+ "node_modules/esrecurse": {
912
+ "version": "4.3.0",
913
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
914
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
915
+ "dev": true,
916
+ "dependencies": {
917
+ "estraverse": "^5.2.0"
918
+ },
919
+ "engines": {
920
+ "node": ">=4.0"
921
+ }
922
+ },
923
+ "node_modules/estraverse": {
924
+ "version": "5.3.0",
925
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
926
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
927
+ "dev": true,
928
+ "engines": {
929
+ "node": ">=4.0"
930
+ }
931
+ },
932
+ "node_modules/esutils": {
933
+ "version": "2.0.3",
934
+ "dev": true,
935
+ "license": "BSD-2-Clause",
936
+ "engines": {
937
+ "node": ">=0.10.0"
938
+ }
939
+ },
940
+ "node_modules/event-target-shim": {
941
+ "version": "5.0.1",
942
+ "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
943
+ "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
944
+ "engines": {
945
+ "node": ">=6"
946
+ }
947
+ },
948
+ "node_modules/events": {
949
+ "version": "3.3.0",
950
+ "license": "MIT",
951
+ "engines": {
952
+ "node": ">=0.8.x"
953
+ }
954
+ },
955
+ "node_modules/fast-deep-equal": {
956
+ "version": "3.1.3",
957
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
958
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
959
+ "dev": true
960
+ },
961
+ "node_modules/fast-json-stable-stringify": {
962
+ "version": "2.1.0",
963
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
964
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
965
+ "dev": true
966
+ },
967
+ "node_modules/fast-levenshtein": {
968
+ "version": "2.0.6",
969
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
970
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
971
+ "dev": true
972
+ },
973
+ "node_modules/fastq": {
974
+ "version": "1.13.0",
975
+ "dev": true,
976
+ "license": "ISC",
977
+ "dependencies": {
978
+ "reusify": "^1.0.4"
979
+ }
980
+ },
981
+ "node_modules/file-entry-cache": {
982
+ "version": "6.0.1",
983
+ "dev": true,
984
+ "license": "MIT",
985
+ "dependencies": {
986
+ "flat-cache": "^3.0.4"
987
+ },
988
+ "engines": {
989
+ "node": "^10.12.0 || >=12.0.0"
990
+ }
991
+ },
992
+ "node_modules/find-up": {
993
+ "version": "5.0.0",
994
+ "dev": true,
995
+ "license": "MIT",
996
+ "dependencies": {
997
+ "locate-path": "^6.0.0",
998
+ "path-exists": "^4.0.0"
999
+ },
1000
+ "engines": {
1001
+ "node": ">=10"
1002
+ },
1003
+ "funding": {
1004
+ "url": "https://github.com/sponsors/sindresorhus"
1005
+ }
1006
+ },
1007
+ "node_modules/flat-cache": {
1008
+ "version": "3.0.4",
1009
+ "dev": true,
1010
+ "license": "MIT",
1011
+ "dependencies": {
1012
+ "flatted": "^3.1.0",
1013
+ "rimraf": "^3.0.2"
1014
+ },
1015
+ "engines": {
1016
+ "node": "^10.12.0 || >=12.0.0"
1017
+ }
1018
+ },
1019
+ "node_modules/flatted": {
1020
+ "version": "3.2.5",
1021
+ "dev": true,
1022
+ "license": "ISC"
1023
+ },
1024
+ "node_modules/fs.realpath": {
1025
+ "version": "1.0.0",
1026
+ "dev": true,
1027
+ "license": "ISC"
1028
+ },
1029
+ "node_modules/fsevents": {
1030
+ "version": "2.3.2",
1031
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
1032
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
1033
+ "hasInstallScript": true,
1034
+ "optional": true,
1035
+ "os": [
1036
+ "darwin"
1037
+ ],
1038
+ "engines": {
1039
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1040
+ }
1041
+ },
1042
+ "node_modules/glob": {
1043
+ "version": "7.1.7",
1044
+ "dev": true,
1045
+ "license": "ISC",
1046
+ "dependencies": {
1047
+ "fs.realpath": "^1.0.0",
1048
+ "inflight": "^1.0.4",
1049
+ "inherits": "2",
1050
+ "minimatch": "^3.0.4",
1051
+ "once": "^1.3.0",
1052
+ "path-is-absolute": "^1.0.0"
1053
+ },
1054
+ "engines": {
1055
+ "node": "*"
1056
+ },
1057
+ "funding": {
1058
+ "url": "https://github.com/sponsors/isaacs"
1059
+ }
1060
+ },
1061
+ "node_modules/glob-parent": {
1062
+ "version": "6.0.2",
1063
+ "dev": true,
1064
+ "license": "ISC",
1065
+ "dependencies": {
1066
+ "is-glob": "^4.0.3"
1067
+ },
1068
+ "engines": {
1069
+ "node": ">=10.13.0"
1070
+ }
1071
+ },
1072
+ "node_modules/glob-to-regexp": {
1073
+ "version": "0.4.1",
1074
+ "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
1075
+ "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
1076
+ },
1077
+ "node_modules/globals": {
1078
+ "version": "13.21.0",
1079
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz",
1080
+ "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==",
1081
+ "dev": true,
1082
+ "dependencies": {
1083
+ "type-fest": "^0.20.2"
1084
+ },
1085
+ "engines": {
1086
+ "node": ">=8"
1087
+ },
1088
+ "funding": {
1089
+ "url": "https://github.com/sponsors/sindresorhus"
1090
+ }
1091
+ },
1092
+ "node_modules/graceful-fs": {
1093
+ "version": "4.2.11",
1094
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1095
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
1096
+ },
1097
+ "node_modules/graphemer": {
1098
+ "version": "1.4.0",
1099
+ "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
1100
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
1101
+ "dev": true
1102
+ },
1103
+ "node_modules/has-flag": {
1104
+ "version": "4.0.0",
1105
+ "dev": true,
1106
+ "license": "MIT",
1107
+ "engines": {
1108
+ "node": ">=8"
1109
+ }
1110
+ },
1111
+ "node_modules/http-link-header": {
1112
+ "version": "1.1.1",
1113
+ "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.1.1.tgz",
1114
+ "integrity": "sha512-mW3N/rTYpCn99s1do0zx6nzFZSwLH9HGfUM4ZqLWJ16ylmYaC2v5eYGqrNTQlByx8AzUgGI+V/32gXPugs1+Sw==",
1115
+ "engines": {
1116
+ "node": ">=6.0.0"
1117
+ }
1118
+ },
1119
+ "node_modules/ieee754": {
1120
+ "version": "1.2.1",
1121
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
1122
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
1123
+ "funding": [
1124
+ {
1125
+ "type": "github",
1126
+ "url": "https://github.com/sponsors/feross"
1127
+ },
1128
+ {
1129
+ "type": "patreon",
1130
+ "url": "https://www.patreon.com/feross"
1131
+ },
1132
+ {
1133
+ "type": "consulting",
1134
+ "url": "https://feross.org/support"
1135
+ }
1136
+ ]
1137
+ },
1138
+ "node_modules/ignore": {
1139
+ "version": "5.2.4",
1140
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
1141
+ "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
1142
+ "dev": true,
1143
+ "engines": {
1144
+ "node": ">= 4"
1145
+ }
1146
+ },
1147
+ "node_modules/import-fresh": {
1148
+ "version": "3.3.0",
1149
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
1150
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
1151
+ "dev": true,
1152
+ "dependencies": {
1153
+ "parent-module": "^1.0.0",
1154
+ "resolve-from": "^4.0.0"
1155
+ },
1156
+ "engines": {
1157
+ "node": ">=6"
1158
+ },
1159
+ "funding": {
1160
+ "url": "https://github.com/sponsors/sindresorhus"
1161
+ }
1162
+ },
1163
+ "node_modules/imurmurhash": {
1164
+ "version": "0.1.4",
1165
+ "dev": true,
1166
+ "license": "MIT",
1167
+ "engines": {
1168
+ "node": ">=0.8.19"
1169
+ }
1170
+ },
1171
+ "node_modules/inflight": {
1172
+ "version": "1.0.6",
1173
+ "dev": true,
1174
+ "license": "ISC",
1175
+ "dependencies": {
1176
+ "once": "^1.3.0",
1177
+ "wrappy": "1"
1178
+ }
1179
+ },
1180
+ "node_modules/inherits": {
1181
+ "version": "2.0.4",
1182
+ "dev": true,
1183
+ "license": "ISC"
1184
+ },
1185
+ "node_modules/is-extglob": {
1186
+ "version": "2.1.1",
1187
+ "dev": true,
1188
+ "license": "MIT",
1189
+ "engines": {
1190
+ "node": ">=0.10.0"
1191
+ }
1192
+ },
1193
+ "node_modules/is-glob": {
1194
+ "version": "4.0.3",
1195
+ "dev": true,
1196
+ "license": "MIT",
1197
+ "dependencies": {
1198
+ "is-extglob": "^2.1.1"
1199
+ },
1200
+ "engines": {
1201
+ "node": ">=0.10.0"
1202
+ }
1203
+ },
1204
+ "node_modules/is-path-inside": {
1205
+ "version": "3.0.3",
1206
+ "dev": true,
1207
+ "license": "MIT",
1208
+ "engines": {
1209
+ "node": ">=8"
1210
+ }
1211
+ },
1212
+ "node_modules/isexe": {
1213
+ "version": "2.0.0",
1214
+ "dev": true,
1215
+ "license": "ISC"
1216
+ },
1217
+ "node_modules/jose": {
1218
+ "version": "4.14.4",
1219
+ "resolved": "https://registry.npmjs.org/jose/-/jose-4.14.4.tgz",
1220
+ "integrity": "sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g==",
1221
+ "funding": {
1222
+ "url": "https://github.com/sponsors/panva"
1223
+ }
1224
+ },
1225
+ "node_modules/js-tokens": {
1226
+ "version": "4.0.0",
1227
+ "license": "MIT"
1228
+ },
1229
+ "node_modules/js-yaml": {
1230
+ "version": "4.1.0",
1231
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
1232
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
1233
+ "dev": true,
1234
+ "dependencies": {
1235
+ "argparse": "^2.0.1"
1236
+ },
1237
+ "bin": {
1238
+ "js-yaml": "bin/js-yaml.js"
1239
+ }
1240
+ },
1241
+ "node_modules/json-schema-traverse": {
1242
+ "version": "0.4.1",
1243
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
1244
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
1245
+ "dev": true
1246
+ },
1247
+ "node_modules/json-stable-stringify-without-jsonify": {
1248
+ "version": "1.0.1",
1249
+ "dev": true,
1250
+ "license": "MIT"
1251
+ },
1252
+ "node_modules/jsonld-context-parser": {
1253
+ "version": "2.3.0",
1254
+ "resolved": "https://registry.npmjs.org/jsonld-context-parser/-/jsonld-context-parser-2.3.0.tgz",
1255
+ "integrity": "sha512-c6w2GE57O26eWFjcPX6k6G86ootsIfpuVwhZKjCll0bVoDGBxr1P4OuU+yvgfnh1GJhAGErolfC7W1BklLjWMg==",
1256
+ "dependencies": {
1257
+ "@types/http-link-header": "^1.0.1",
1258
+ "@types/node": "^18.0.0",
1259
+ "canonicalize": "^1.0.1",
1260
+ "cross-fetch": "^3.0.6",
1261
+ "http-link-header": "^1.0.2",
1262
+ "relative-to-absolute-iri": "^1.0.5"
1263
+ },
1264
+ "bin": {
1265
+ "jsonld-context-parse": "bin/jsonld-context-parse.js"
1266
+ }
1267
+ },
1268
+ "node_modules/jsonld-context-parser/node_modules/@types/node": {
1269
+ "version": "18.16.18",
1270
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.18.tgz",
1271
+ "integrity": "sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw=="
1272
+ },
1273
+ "node_modules/jsonld-streaming-parser": {
1274
+ "version": "3.2.0",
1275
+ "resolved": "https://registry.npmjs.org/jsonld-streaming-parser/-/jsonld-streaming-parser-3.2.0.tgz",
1276
+ "integrity": "sha512-lJR1SCT364PGpFrOQaY+ZQ7qDWqqiT3IMK+AvZ83fo0LvltFn8/UyXvIFc3RO7YcaEjLahAF0otCi8vOq21NtQ==",
1277
+ "dependencies": {
1278
+ "@bergos/jsonparse": "^1.4.0",
1279
+ "@rdfjs/types": "*",
1280
+ "@types/http-link-header": "^1.0.1",
1281
+ "@types/readable-stream": "^2.3.13",
1282
+ "buffer": "^6.0.3",
1283
+ "canonicalize": "^1.0.1",
1284
+ "http-link-header": "^1.0.2",
1285
+ "jsonld-context-parser": "^2.3.0",
1286
+ "rdf-data-factory": "^1.1.0",
1287
+ "readable-stream": "^4.0.0"
1288
+ }
1289
+ },
1290
+ "node_modules/levn": {
1291
+ "version": "0.4.1",
1292
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
1293
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
1294
+ "dev": true,
1295
+ "dependencies": {
1296
+ "prelude-ls": "^1.2.1",
1297
+ "type-check": "~0.4.0"
1298
+ },
1299
+ "engines": {
1300
+ "node": ">= 0.8.0"
1301
+ }
1302
+ },
1303
+ "node_modules/locate-path": {
1304
+ "version": "6.0.0",
1305
+ "dev": true,
1306
+ "license": "MIT",
1307
+ "dependencies": {
1308
+ "p-locate": "^5.0.0"
1309
+ },
1310
+ "engines": {
1311
+ "node": ">=10"
1312
+ },
1313
+ "funding": {
1314
+ "url": "https://github.com/sponsors/sindresorhus"
1315
+ }
1316
+ },
1317
+ "node_modules/lodash.merge": {
1318
+ "version": "4.6.2",
1319
+ "dev": true,
1320
+ "license": "MIT"
1321
+ },
1322
+ "node_modules/loose-envify": {
1323
+ "version": "1.4.0",
1324
+ "license": "MIT",
1325
+ "dependencies": {
1326
+ "js-tokens": "^3.0.0 || ^4.0.0"
1327
+ },
1328
+ "bin": {
1329
+ "loose-envify": "cli.js"
1330
+ }
1331
+ },
1332
+ "node_modules/minimatch": {
1333
+ "version": "3.1.2",
1334
+ "dev": true,
1335
+ "license": "ISC",
1336
+ "dependencies": {
1337
+ "brace-expansion": "^1.1.7"
1338
+ },
1339
+ "engines": {
1340
+ "node": "*"
1341
+ }
1342
+ },
1343
+ "node_modules/ms": {
1344
+ "version": "2.1.2",
1345
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
1346
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
1347
+ "dev": true
1348
+ },
1349
+ "node_modules/n3": {
1350
+ "version": "1.16.4",
1351
+ "resolved": "https://registry.npmjs.org/n3/-/n3-1.16.4.tgz",
1352
+ "integrity": "sha512-jtC53efM5/q4BYC3qBnegn1MJDKXHH9PEd6gVDNpIicbgXS6gkANz4DdI0jt4aLvza1xSjCcni33riXWvfoEdw==",
1353
+ "dependencies": {
1354
+ "queue-microtask": "^1.1.2",
1355
+ "readable-stream": "^4.0.0"
1356
+ },
1357
+ "engines": {
1358
+ "node": ">=12.0"
1359
+ }
1360
+ },
1361
+ "node_modules/nanoid": {
1362
+ "version": "3.3.4",
1363
+ "license": "MIT",
1364
+ "bin": {
1365
+ "nanoid": "bin/nanoid.cjs"
1366
+ },
1367
+ "engines": {
1368
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1369
+ }
1370
+ },
1371
+ "node_modules/natural-compare": {
1372
+ "version": "1.4.0",
1373
+ "dev": true,
1374
+ "license": "MIT"
1375
+ },
1376
+ "node_modules/next": {
1377
+ "version": "13.4.19",
1378
+ "resolved": "https://registry.npmjs.org/next/-/next-13.4.19.tgz",
1379
+ "integrity": "sha512-HuPSzzAbJ1T4BD8e0bs6B9C1kWQ6gv8ykZoRWs5AQoiIuqbGHHdQO7Ljuvg05Q0Z24E2ABozHe6FxDvI6HfyAw==",
1380
+ "dependencies": {
1381
+ "@next/env": "13.4.19",
1382
+ "@swc/helpers": "0.5.1",
1383
+ "busboy": "1.6.0",
1384
+ "caniuse-lite": "^1.0.30001406",
1385
+ "postcss": "8.4.14",
1386
+ "styled-jsx": "5.1.1",
1387
+ "watchpack": "2.4.0",
1388
+ "zod": "3.21.4"
1389
+ },
1390
+ "bin": {
1391
+ "next": "dist/bin/next"
1392
+ },
1393
+ "engines": {
1394
+ "node": ">=16.8.0"
1395
+ },
1396
+ "optionalDependencies": {
1397
+ "@next/swc-darwin-arm64": "13.4.19",
1398
+ "@next/swc-darwin-x64": "13.4.19",
1399
+ "@next/swc-linux-arm64-gnu": "13.4.19",
1400
+ "@next/swc-linux-arm64-musl": "13.4.19",
1401
+ "@next/swc-linux-x64-gnu": "13.4.19",
1402
+ "@next/swc-linux-x64-musl": "13.4.19",
1403
+ "@next/swc-win32-arm64-msvc": "13.4.19",
1404
+ "@next/swc-win32-ia32-msvc": "13.4.19",
1405
+ "@next/swc-win32-x64-msvc": "13.4.19"
1406
+ },
1407
+ "peerDependencies": {
1408
+ "@opentelemetry/api": "^1.1.0",
1409
+ "react": "^18.2.0",
1410
+ "react-dom": "^18.2.0",
1411
+ "sass": "^1.3.0"
1412
+ },
1413
+ "peerDependenciesMeta": {
1414
+ "@opentelemetry/api": {
1415
+ "optional": true
1416
+ },
1417
+ "sass": {
1418
+ "optional": true
1419
+ }
1420
+ }
1421
+ },
1422
+ "node_modules/node-fetch": {
1423
+ "version": "2.6.7",
1424
+ "license": "MIT",
1425
+ "dependencies": {
1426
+ "whatwg-url": "^5.0.0"
1427
+ },
1428
+ "engines": {
1429
+ "node": "4.x || >=6.0.0"
1430
+ },
1431
+ "peerDependencies": {
1432
+ "encoding": "^0.1.0"
1433
+ },
1434
+ "peerDependenciesMeta": {
1435
+ "encoding": {
1436
+ "optional": true
1437
+ }
1438
+ }
1439
+ },
1440
+ "node_modules/once": {
1441
+ "version": "1.4.0",
1442
+ "dev": true,
1443
+ "license": "ISC",
1444
+ "dependencies": {
1445
+ "wrappy": "1"
1446
+ }
1447
+ },
1448
+ "node_modules/optionator": {
1449
+ "version": "0.9.3",
1450
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
1451
+ "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
1452
+ "dev": true,
1453
+ "dependencies": {
1454
+ "@aashutoshrathi/word-wrap": "^1.2.3",
1455
+ "deep-is": "^0.1.3",
1456
+ "fast-levenshtein": "^2.0.6",
1457
+ "levn": "^0.4.1",
1458
+ "prelude-ls": "^1.2.1",
1459
+ "type-check": "^0.4.0"
1460
+ },
1461
+ "engines": {
1462
+ "node": ">= 0.8.0"
1463
+ }
1464
+ },
1465
+ "node_modules/p-limit": {
1466
+ "version": "3.1.0",
1467
+ "dev": true,
1468
+ "license": "MIT",
1469
+ "dependencies": {
1470
+ "yocto-queue": "^0.1.0"
1471
+ },
1472
+ "engines": {
1473
+ "node": ">=10"
1474
+ },
1475
+ "funding": {
1476
+ "url": "https://github.com/sponsors/sindresorhus"
1477
+ }
1478
+ },
1479
+ "node_modules/p-locate": {
1480
+ "version": "5.0.0",
1481
+ "dev": true,
1482
+ "license": "MIT",
1483
+ "dependencies": {
1484
+ "p-limit": "^3.0.2"
1485
+ },
1486
+ "engines": {
1487
+ "node": ">=10"
1488
+ },
1489
+ "funding": {
1490
+ "url": "https://github.com/sponsors/sindresorhus"
1491
+ }
1492
+ },
1493
+ "node_modules/parent-module": {
1494
+ "version": "1.0.1",
1495
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
1496
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
1497
+ "dev": true,
1498
+ "dependencies": {
1499
+ "callsites": "^3.0.0"
1500
+ },
1501
+ "engines": {
1502
+ "node": ">=6"
1503
+ }
1504
+ },
1505
+ "node_modules/path-exists": {
1506
+ "version": "4.0.0",
1507
+ "dev": true,
1508
+ "license": "MIT",
1509
+ "engines": {
1510
+ "node": ">=8"
1511
+ }
1512
+ },
1513
+ "node_modules/path-is-absolute": {
1514
+ "version": "1.0.1",
1515
+ "dev": true,
1516
+ "license": "MIT",
1517
+ "engines": {
1518
+ "node": ">=0.10.0"
1519
+ }
1520
+ },
1521
+ "node_modules/path-key": {
1522
+ "version": "3.1.1",
1523
+ "dev": true,
1524
+ "license": "MIT",
1525
+ "engines": {
1526
+ "node": ">=8"
1527
+ }
1528
+ },
1529
+ "node_modules/picocolors": {
1530
+ "version": "1.0.0",
1531
+ "license": "ISC"
1532
+ },
1533
+ "node_modules/postcss": {
1534
+ "version": "8.4.14",
1535
+ "funding": [
1536
+ {
1537
+ "type": "opencollective",
1538
+ "url": "https://opencollective.com/postcss/"
1539
+ },
1540
+ {
1541
+ "type": "tidelift",
1542
+ "url": "https://tidelift.com/funding/github/npm/postcss"
1543
+ }
1544
+ ],
1545
+ "license": "MIT",
1546
+ "dependencies": {
1547
+ "nanoid": "^3.3.4",
1548
+ "picocolors": "^1.0.0",
1549
+ "source-map-js": "^1.0.2"
1550
+ },
1551
+ "engines": {
1552
+ "node": "^10 || ^12 || >=14"
1553
+ }
1554
+ },
1555
+ "node_modules/prelude-ls": {
1556
+ "version": "1.2.1",
1557
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
1558
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
1559
+ "dev": true,
1560
+ "engines": {
1561
+ "node": ">= 0.8.0"
1562
+ }
1563
+ },
1564
+ "node_modules/process": {
1565
+ "version": "0.11.10",
1566
+ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
1567
+ "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
1568
+ "engines": {
1569
+ "node": ">= 0.6.0"
1570
+ }
1571
+ },
1572
+ "node_modules/punycode": {
1573
+ "version": "2.3.0",
1574
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
1575
+ "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
1576
+ "dev": true,
1577
+ "engines": {
1578
+ "node": ">=6"
1579
+ }
1580
+ },
1581
+ "node_modules/queue-microtask": {
1582
+ "version": "1.2.3",
1583
+ "funding": [
1584
+ {
1585
+ "type": "github",
1586
+ "url": "https://github.com/sponsors/feross"
1587
+ },
1588
+ {
1589
+ "type": "patreon",
1590
+ "url": "https://www.patreon.com/feross"
1591
+ },
1592
+ {
1593
+ "type": "consulting",
1594
+ "url": "https://feross.org/support"
1595
+ }
1596
+ ],
1597
+ "license": "MIT"
1598
+ },
1599
+ "node_modules/randombytes": {
1600
+ "version": "2.1.0",
1601
+ "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
1602
+ "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
1603
+ "dependencies": {
1604
+ "safe-buffer": "^5.1.0"
1605
+ }
1606
+ },
1607
+ "node_modules/rdf-data-factory": {
1608
+ "version": "1.1.2",
1609
+ "resolved": "https://registry.npmjs.org/rdf-data-factory/-/rdf-data-factory-1.1.2.tgz",
1610
+ "integrity": "sha512-TfQD63Lokabd09ES1jAtKK8AA6rkr9rwyUBGo6olOt1CE0Um36CUQIqytyf0am2ouBPR0l7SaHxCiMcPGHkt1A==",
1611
+ "dependencies": {
1612
+ "@rdfjs/types": "*"
1613
+ }
1614
+ },
1615
+ "node_modules/rdf-js": {
1616
+ "version": "4.0.2",
1617
+ "resolved": "https://registry.npmjs.org/rdf-js/-/rdf-js-4.0.2.tgz",
1618
+ "integrity": "sha512-ApvlFa/WsQh8LpPK/6hctQwG06Z9ztQQGWVtrcrf9L6+sejHNXLPOqL+w7q3hF+iL0C4sv3AX1PUtGkLNzyZ0Q==",
1619
+ "dependencies": {
1620
+ "@rdfjs/types": "*"
1621
+ }
1622
+ },
1623
+ "node_modules/react": {
1624
+ "version": "18.2.0",
1625
+ "license": "MIT",
1626
+ "dependencies": {
1627
+ "loose-envify": "^1.1.0"
1628
+ },
1629
+ "engines": {
1630
+ "node": ">=0.10.0"
1631
+ }
1632
+ },
1633
+ "node_modules/react-dom": {
1634
+ "version": "18.2.0",
1635
+ "license": "MIT",
1636
+ "dependencies": {
1637
+ "loose-envify": "^1.1.0",
1638
+ "scheduler": "^0.23.0"
1639
+ },
1640
+ "peerDependencies": {
1641
+ "react": "^18.2.0"
1642
+ }
1643
+ },
1644
+ "node_modules/readable-stream": {
1645
+ "version": "4.4.0",
1646
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.0.tgz",
1647
+ "integrity": "sha512-kDMOq0qLtxV9f/SQv522h8cxZBqNZXuXNyjyezmfAAuribMyVXziljpQ/uQhfE1XLg2/TLTW2DsnoE4VAi/krg==",
1648
+ "dependencies": {
1649
+ "abort-controller": "^3.0.0",
1650
+ "buffer": "^6.0.3",
1651
+ "events": "^3.3.0",
1652
+ "process": "^0.11.10"
1653
+ },
1654
+ "engines": {
1655
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1656
+ }
1657
+ },
1658
+ "node_modules/relative-to-absolute-iri": {
1659
+ "version": "1.0.7",
1660
+ "resolved": "https://registry.npmjs.org/relative-to-absolute-iri/-/relative-to-absolute-iri-1.0.7.tgz",
1661
+ "integrity": "sha512-Xjyl4HmIzg2jzK/Un2gELqbcE8Fxy85A/aLSHE6PE/3+OGsFwmKVA1vRyGaz6vLWSqLDMHA+5rjD/xbibSQN1Q=="
1662
+ },
1663
+ "node_modules/resolve-from": {
1664
+ "version": "4.0.0",
1665
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
1666
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
1667
+ "dev": true,
1668
+ "engines": {
1669
+ "node": ">=4"
1670
+ }
1671
+ },
1672
+ "node_modules/reusify": {
1673
+ "version": "1.0.4",
1674
+ "dev": true,
1675
+ "license": "MIT",
1676
+ "engines": {
1677
+ "iojs": ">=1.0.0",
1678
+ "node": ">=0.10.0"
1679
+ }
1680
+ },
1681
+ "node_modules/rimraf": {
1682
+ "version": "3.0.2",
1683
+ "dev": true,
1684
+ "license": "ISC",
1685
+ "dependencies": {
1686
+ "glob": "^7.1.3"
1687
+ },
1688
+ "bin": {
1689
+ "rimraf": "bin.js"
1690
+ },
1691
+ "funding": {
1692
+ "url": "https://github.com/sponsors/isaacs"
1693
+ }
1694
+ },
1695
+ "node_modules/run-parallel": {
1696
+ "version": "1.2.0",
1697
+ "dev": true,
1698
+ "funding": [
1699
+ {
1700
+ "type": "github",
1701
+ "url": "https://github.com/sponsors/feross"
1702
+ },
1703
+ {
1704
+ "type": "patreon",
1705
+ "url": "https://www.patreon.com/feross"
1706
+ },
1707
+ {
1708
+ "type": "consulting",
1709
+ "url": "https://feross.org/support"
1710
+ }
1711
+ ],
1712
+ "license": "MIT",
1713
+ "dependencies": {
1714
+ "queue-microtask": "^1.2.2"
1715
+ }
1716
+ },
1717
+ "node_modules/safe-buffer": {
1718
+ "version": "5.2.1",
1719
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1720
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1721
+ "funding": [
1722
+ {
1723
+ "type": "github",
1724
+ "url": "https://github.com/sponsors/feross"
1725
+ },
1726
+ {
1727
+ "type": "patreon",
1728
+ "url": "https://www.patreon.com/feross"
1729
+ },
1730
+ {
1731
+ "type": "consulting",
1732
+ "url": "https://feross.org/support"
1733
+ }
1734
+ ]
1735
+ },
1736
+ "node_modules/scheduler": {
1737
+ "version": "0.23.0",
1738
+ "license": "MIT",
1739
+ "dependencies": {
1740
+ "loose-envify": "^1.1.0"
1741
+ }
1742
+ },
1743
+ "node_modules/serialize-javascript": {
1744
+ "version": "4.0.0",
1745
+ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
1746
+ "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
1747
+ "dependencies": {
1748
+ "randombytes": "^2.1.0"
1749
+ }
1750
+ },
1751
+ "node_modules/shebang-command": {
1752
+ "version": "2.0.0",
1753
+ "dev": true,
1754
+ "license": "MIT",
1755
+ "dependencies": {
1756
+ "shebang-regex": "^3.0.0"
1757
+ },
1758
+ "engines": {
1759
+ "node": ">=8"
1760
+ }
1761
+ },
1762
+ "node_modules/shebang-regex": {
1763
+ "version": "3.0.0",
1764
+ "dev": true,
1765
+ "license": "MIT",
1766
+ "engines": {
1767
+ "node": ">=8"
1768
+ }
1769
+ },
1770
+ "node_modules/source-map-js": {
1771
+ "version": "1.0.2",
1772
+ "license": "BSD-3-Clause",
1773
+ "engines": {
1774
+ "node": ">=0.10.0"
1775
+ }
1776
+ },
1777
+ "node_modules/streamsearch": {
1778
+ "version": "1.1.0",
1779
+ "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
1780
+ "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
1781
+ "engines": {
1782
+ "node": ">=10.0.0"
1783
+ }
1784
+ },
1785
+ "node_modules/strip-ansi": {
1786
+ "version": "6.0.1",
1787
+ "dev": true,
1788
+ "license": "MIT",
1789
+ "dependencies": {
1790
+ "ansi-regex": "^5.0.1"
1791
+ },
1792
+ "engines": {
1793
+ "node": ">=8"
1794
+ }
1795
+ },
1796
+ "node_modules/strip-json-comments": {
1797
+ "version": "3.1.1",
1798
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
1799
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
1800
+ "dev": true,
1801
+ "engines": {
1802
+ "node": ">=8"
1803
+ },
1804
+ "funding": {
1805
+ "url": "https://github.com/sponsors/sindresorhus"
1806
+ }
1807
+ },
1808
+ "node_modules/styled-jsx": {
1809
+ "version": "5.1.1",
1810
+ "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz",
1811
+ "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==",
1812
+ "dependencies": {
1813
+ "client-only": "0.0.1"
1814
+ },
1815
+ "engines": {
1816
+ "node": ">= 12.0.0"
1817
+ },
1818
+ "peerDependencies": {
1819
+ "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
1820
+ },
1821
+ "peerDependenciesMeta": {
1822
+ "@babel/core": {
1823
+ "optional": true
1824
+ },
1825
+ "babel-plugin-macros": {
1826
+ "optional": true
1827
+ }
1828
+ }
1829
+ },
1830
+ "node_modules/supports-color": {
1831
+ "version": "7.2.0",
1832
+ "dev": true,
1833
+ "license": "MIT",
1834
+ "dependencies": {
1835
+ "has-flag": "^4.0.0"
1836
+ },
1837
+ "engines": {
1838
+ "node": ">=8"
1839
+ }
1840
+ },
1841
+ "node_modules/text-table": {
1842
+ "version": "0.2.0",
1843
+ "dev": true,
1844
+ "license": "MIT"
1845
+ },
1846
+ "node_modules/tr46": {
1847
+ "version": "0.0.3",
1848
+ "license": "MIT"
1849
+ },
1850
+ "node_modules/tslib": {
1851
+ "version": "2.5.3",
1852
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
1853
+ "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
1854
+ },
1855
+ "node_modules/type-check": {
1856
+ "version": "0.4.0",
1857
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
1858
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
1859
+ "dev": true,
1860
+ "dependencies": {
1861
+ "prelude-ls": "^1.2.1"
1862
+ },
1863
+ "engines": {
1864
+ "node": ">= 0.8.0"
1865
+ }
1866
+ },
1867
+ "node_modules/type-fest": {
1868
+ "version": "0.20.2",
1869
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
1870
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
1871
+ "dev": true,
1872
+ "engines": {
1873
+ "node": ">=10"
1874
+ },
1875
+ "funding": {
1876
+ "url": "https://github.com/sponsors/sindresorhus"
1877
+ }
1878
+ },
1879
+ "node_modules/typescript": {
1880
+ "version": "5.2.2",
1881
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
1882
+ "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
1883
+ "dev": true,
1884
+ "bin": {
1885
+ "tsc": "bin/tsc",
1886
+ "tsserver": "bin/tsserver"
1887
+ },
1888
+ "engines": {
1889
+ "node": ">=14.17"
1890
+ }
1891
+ },
1892
+ "node_modules/undici": {
1893
+ "version": "5.22.1",
1894
+ "resolved": "https://registry.npmjs.org/undici/-/undici-5.22.1.tgz",
1895
+ "integrity": "sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw==",
1896
+ "dependencies": {
1897
+ "busboy": "^1.6.0"
1898
+ },
1899
+ "engines": {
1900
+ "node": ">=14.0"
1901
+ }
1902
+ },
1903
+ "node_modules/uri-js": {
1904
+ "version": "4.4.1",
1905
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
1906
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
1907
+ "dev": true,
1908
+ "dependencies": {
1909
+ "punycode": "^2.1.0"
1910
+ }
1911
+ },
1912
+ "node_modules/uuid": {
1913
+ "version": "9.0.0",
1914
+ "license": "MIT",
1915
+ "bin": {
1916
+ "uuid": "dist/bin/uuid"
1917
+ }
1918
+ },
1919
+ "node_modules/watchpack": {
1920
+ "version": "2.4.0",
1921
+ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz",
1922
+ "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
1923
+ "dependencies": {
1924
+ "glob-to-regexp": "^0.4.1",
1925
+ "graceful-fs": "^4.1.2"
1926
+ },
1927
+ "engines": {
1928
+ "node": ">=10.13.0"
1929
+ }
1930
+ },
1931
+ "node_modules/webidl-conversions": {
1932
+ "version": "3.0.1",
1933
+ "license": "BSD-2-Clause"
1934
+ },
1935
+ "node_modules/whatwg-url": {
1936
+ "version": "5.0.0",
1937
+ "license": "MIT",
1938
+ "dependencies": {
1939
+ "tr46": "~0.0.3",
1940
+ "webidl-conversions": "^3.0.0"
1941
+ }
1942
+ },
1943
+ "node_modules/which": {
1944
+ "version": "2.0.2",
1945
+ "dev": true,
1946
+ "license": "ISC",
1947
+ "dependencies": {
1948
+ "isexe": "^2.0.0"
1949
+ },
1950
+ "bin": {
1951
+ "node-which": "bin/node-which"
1952
+ },
1953
+ "engines": {
1954
+ "node": ">= 8"
1955
+ }
1956
+ },
1957
+ "node_modules/wrappy": {
1958
+ "version": "1.0.2",
1959
+ "dev": true,
1960
+ "license": "ISC"
1961
+ },
1962
+ "node_modules/yocto-queue": {
1963
+ "version": "0.1.0",
1964
+ "dev": true,
1965
+ "license": "MIT",
1966
+ "engines": {
1967
+ "node": ">=10"
1968
+ },
1969
+ "funding": {
1970
+ "url": "https://github.com/sponsors/sindresorhus"
1971
+ }
1972
+ },
1973
+ "node_modules/zod": {
1974
+ "version": "3.21.4",
1975
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.4.tgz",
1976
+ "integrity": "sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==",
1977
+ "funding": {
1978
+ "url": "https://github.com/sponsors/colinhacks"
1979
+ }
1980
+ }
1981
+ }
1982
+ }