create-yiougo 1.0.0
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.
- package/README.md +120 -0
- package/index.js +76 -0
- package/package.json +45 -0
- package/template/.env.example +7 -0
- package/template/README.md +122 -0
- package/template/index.html +13 -0
- package/template/package-lock.json +3543 -0
- package/template/package.json +38 -0
- package/template/public/vite.svg +1 -0
- package/template/server/config/database.ts +31 -0
- package/template/server/config/redis.ts +23 -0
- package/template/server/index.ts +28 -0
- package/template/server/models/user.model.ts +10 -0
- package/template/server/routes/user.routes.ts +45 -0
- package/template/server/services/user.service.ts +100 -0
- package/template/shared/types/index.ts +14 -0
- package/template/src/App.vue +16 -0
- package/template/src/api/user.api.ts +53 -0
- package/template/src/components/BaseButton.vue +49 -0
- package/template/src/components/BaseCard.vue +41 -0
- package/template/src/components/index.ts +3 -0
- package/template/src/composables/index.ts +3 -0
- package/template/src/composables/useLoading.ts +36 -0
- package/template/src/composables/useNotification.ts +52 -0
- package/template/src/env.d.ts +13 -0
- package/template/src/hooks/index.ts +2 -0
- package/template/src/hooks/useApi.ts +60 -0
- package/template/src/layouts/default.vue +29 -0
- package/template/src/main.ts +20 -0
- package/template/src/pages/about.vue +111 -0
- package/template/src/pages/index.vue +38 -0
- package/template/src/pages/users.vue +126 -0
- package/template/src/router/index.ts +12 -0
- package/template/src/stores/user.store.ts +64 -0
- package/template/src/styles/main.scss +15 -0
- package/template/src/styles/quasar-variables.sass +8 -0
- package/template/src/types/global.d.ts +28 -0
- package/template/src/utils/date.ts +49 -0
- package/template/src/utils/index.ts +3 -0
- package/template/src/utils/storage.ts +56 -0
- package/template/src/vite-env.d.ts +7 -0
- package/template/tsconfig.app.json +32 -0
- package/template/tsconfig.json +7 -0
- package/template/tsconfig.node.json +23 -0
- package/template/tsconfig.server.json +29 -0
- package/template/vite.config.ts +42 -0
|
@@ -0,0 +1,3543 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "yiougo-app",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "yiougo-app",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@elysiajs/cors": "^1.1.0",
|
|
12
|
+
"@elysiajs/swagger": "^1.1.5",
|
|
13
|
+
"elysia": "^1.1.25",
|
|
14
|
+
"mongodb": "^6.11.0",
|
|
15
|
+
"redis": "^4.7.0"
|
|
16
|
+
},
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@elysiajs/eden": "^1.1.10",
|
|
19
|
+
"@quasar/extras": "^1.16.12",
|
|
20
|
+
"@quasar/vite-plugin": "^1.7.3",
|
|
21
|
+
"@types/bun": "latest",
|
|
22
|
+
"@types/node": "^22.10.5",
|
|
23
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
24
|
+
"pinia": "^2.3.0",
|
|
25
|
+
"quasar": "^2.17.3",
|
|
26
|
+
"sass-embedded": "^1.81.0",
|
|
27
|
+
"typescript": "^5.7.2",
|
|
28
|
+
"vite": "^6.0.7",
|
|
29
|
+
"vite-plugin-pages": "^0.32.3",
|
|
30
|
+
"vite-plugin-vue-layouts": "^0.11.0",
|
|
31
|
+
"vue": "^3.5.13",
|
|
32
|
+
"vue-router": "^4.5.0",
|
|
33
|
+
"vue-tsc": "^2.1.10"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"node_modules/@babel/helper-string-parser": {
|
|
37
|
+
"version": "7.27.1",
|
|
38
|
+
"resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
39
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
40
|
+
"dev": true,
|
|
41
|
+
"license": "MIT",
|
|
42
|
+
"engines": {
|
|
43
|
+
"node": ">=6.9.0"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
47
|
+
"version": "7.28.5",
|
|
48
|
+
"resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
49
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
50
|
+
"dev": true,
|
|
51
|
+
"license": "MIT",
|
|
52
|
+
"engines": {
|
|
53
|
+
"node": ">=6.9.0"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"node_modules/@babel/parser": {
|
|
57
|
+
"version": "7.28.5",
|
|
58
|
+
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.5.tgz",
|
|
59
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
60
|
+
"dev": true,
|
|
61
|
+
"license": "MIT",
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"@babel/types": "^7.28.5"
|
|
64
|
+
},
|
|
65
|
+
"bin": {
|
|
66
|
+
"parser": "bin/babel-parser.js"
|
|
67
|
+
},
|
|
68
|
+
"engines": {
|
|
69
|
+
"node": ">=6.0.0"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"node_modules/@babel/types": {
|
|
73
|
+
"version": "7.28.5",
|
|
74
|
+
"resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.5.tgz",
|
|
75
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
76
|
+
"dev": true,
|
|
77
|
+
"license": "MIT",
|
|
78
|
+
"dependencies": {
|
|
79
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
80
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
81
|
+
},
|
|
82
|
+
"engines": {
|
|
83
|
+
"node": ">=6.9.0"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"node_modules/@bufbuild/protobuf": {
|
|
87
|
+
"version": "2.10.2",
|
|
88
|
+
"resolved": "https://registry.npmmirror.com/@bufbuild/protobuf/-/protobuf-2.10.2.tgz",
|
|
89
|
+
"integrity": "sha512-uFsRXwIGyu+r6AMdz+XijIIZJYpoWeYzILt5yZ2d3mCjQrWUTVpVD9WL/jZAbvp+Ed04rOhrsk7FiTcEDseB5A==",
|
|
90
|
+
"dev": true,
|
|
91
|
+
"license": "(Apache-2.0 AND BSD-3-Clause)"
|
|
92
|
+
},
|
|
93
|
+
"node_modules/@elysiajs/cors": {
|
|
94
|
+
"version": "1.4.0",
|
|
95
|
+
"resolved": "https://registry.npmmirror.com/@elysiajs/cors/-/cors-1.4.0.tgz",
|
|
96
|
+
"integrity": "sha512-pb0SCzBfFbFSYA/U40HHO7R+YrcXBJXOWgL20eSViK33ol1e20ru2/KUaZYo5IMUn63yaTJI/bQERuQ+77ND8g==",
|
|
97
|
+
"license": "MIT",
|
|
98
|
+
"peerDependencies": {
|
|
99
|
+
"elysia": ">= 1.4.0"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"node_modules/@elysiajs/eden": {
|
|
103
|
+
"version": "1.4.6",
|
|
104
|
+
"resolved": "https://registry.npmmirror.com/@elysiajs/eden/-/eden-1.4.6.tgz",
|
|
105
|
+
"integrity": "sha512-Tsa4NwXEWg/u73vWiYZQ3L5/ecgZSxqiEjYwpS+4qBKXeTZqZKl2hcgHJSVBL+InEDMi35Xugct7qyAXE5oM4Q==",
|
|
106
|
+
"dev": true,
|
|
107
|
+
"license": "MIT",
|
|
108
|
+
"peerDependencies": {
|
|
109
|
+
"elysia": ">=1.4.19"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"node_modules/@elysiajs/swagger": {
|
|
113
|
+
"version": "1.3.1",
|
|
114
|
+
"resolved": "https://registry.npmmirror.com/@elysiajs/swagger/-/swagger-1.3.1.tgz",
|
|
115
|
+
"integrity": "sha512-LcbLHa0zE6FJKWPWKsIC/f+62wbDv3aXydqcNPVPyqNcaUgwvCajIi+5kHEU6GO3oXUCpzKaMsb3gsjt8sLzFQ==",
|
|
116
|
+
"license": "MIT",
|
|
117
|
+
"dependencies": {
|
|
118
|
+
"@scalar/themes": "^0.9.52",
|
|
119
|
+
"@scalar/types": "^0.0.12",
|
|
120
|
+
"openapi-types": "^12.1.3",
|
|
121
|
+
"pathe": "^1.1.2"
|
|
122
|
+
},
|
|
123
|
+
"peerDependencies": {
|
|
124
|
+
"elysia": ">= 1.3.0"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"node_modules/@esbuild/aix-ppc64": {
|
|
128
|
+
"version": "0.25.12",
|
|
129
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
|
|
130
|
+
"integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
|
|
131
|
+
"cpu": [
|
|
132
|
+
"ppc64"
|
|
133
|
+
],
|
|
134
|
+
"dev": true,
|
|
135
|
+
"license": "MIT",
|
|
136
|
+
"optional": true,
|
|
137
|
+
"os": [
|
|
138
|
+
"aix"
|
|
139
|
+
],
|
|
140
|
+
"engines": {
|
|
141
|
+
"node": ">=18"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"node_modules/@esbuild/android-arm": {
|
|
145
|
+
"version": "0.25.12",
|
|
146
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
|
|
147
|
+
"integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
|
|
148
|
+
"cpu": [
|
|
149
|
+
"arm"
|
|
150
|
+
],
|
|
151
|
+
"dev": true,
|
|
152
|
+
"license": "MIT",
|
|
153
|
+
"optional": true,
|
|
154
|
+
"os": [
|
|
155
|
+
"android"
|
|
156
|
+
],
|
|
157
|
+
"engines": {
|
|
158
|
+
"node": ">=18"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"node_modules/@esbuild/android-arm64": {
|
|
162
|
+
"version": "0.25.12",
|
|
163
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
|
|
164
|
+
"integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
|
|
165
|
+
"cpu": [
|
|
166
|
+
"arm64"
|
|
167
|
+
],
|
|
168
|
+
"dev": true,
|
|
169
|
+
"license": "MIT",
|
|
170
|
+
"optional": true,
|
|
171
|
+
"os": [
|
|
172
|
+
"android"
|
|
173
|
+
],
|
|
174
|
+
"engines": {
|
|
175
|
+
"node": ">=18"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"node_modules/@esbuild/android-x64": {
|
|
179
|
+
"version": "0.25.12",
|
|
180
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
|
|
181
|
+
"integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
|
|
182
|
+
"cpu": [
|
|
183
|
+
"x64"
|
|
184
|
+
],
|
|
185
|
+
"dev": true,
|
|
186
|
+
"license": "MIT",
|
|
187
|
+
"optional": true,
|
|
188
|
+
"os": [
|
|
189
|
+
"android"
|
|
190
|
+
],
|
|
191
|
+
"engines": {
|
|
192
|
+
"node": ">=18"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"node_modules/@esbuild/darwin-arm64": {
|
|
196
|
+
"version": "0.25.12",
|
|
197
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
|
|
198
|
+
"integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
|
|
199
|
+
"cpu": [
|
|
200
|
+
"arm64"
|
|
201
|
+
],
|
|
202
|
+
"dev": true,
|
|
203
|
+
"license": "MIT",
|
|
204
|
+
"optional": true,
|
|
205
|
+
"os": [
|
|
206
|
+
"darwin"
|
|
207
|
+
],
|
|
208
|
+
"engines": {
|
|
209
|
+
"node": ">=18"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"node_modules/@esbuild/darwin-x64": {
|
|
213
|
+
"version": "0.25.12",
|
|
214
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
|
|
215
|
+
"integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
|
|
216
|
+
"cpu": [
|
|
217
|
+
"x64"
|
|
218
|
+
],
|
|
219
|
+
"dev": true,
|
|
220
|
+
"license": "MIT",
|
|
221
|
+
"optional": true,
|
|
222
|
+
"os": [
|
|
223
|
+
"darwin"
|
|
224
|
+
],
|
|
225
|
+
"engines": {
|
|
226
|
+
"node": ">=18"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"node_modules/@esbuild/freebsd-arm64": {
|
|
230
|
+
"version": "0.25.12",
|
|
231
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
|
|
232
|
+
"integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
|
|
233
|
+
"cpu": [
|
|
234
|
+
"arm64"
|
|
235
|
+
],
|
|
236
|
+
"dev": true,
|
|
237
|
+
"license": "MIT",
|
|
238
|
+
"optional": true,
|
|
239
|
+
"os": [
|
|
240
|
+
"freebsd"
|
|
241
|
+
],
|
|
242
|
+
"engines": {
|
|
243
|
+
"node": ">=18"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"node_modules/@esbuild/freebsd-x64": {
|
|
247
|
+
"version": "0.25.12",
|
|
248
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
|
|
249
|
+
"integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
|
|
250
|
+
"cpu": [
|
|
251
|
+
"x64"
|
|
252
|
+
],
|
|
253
|
+
"dev": true,
|
|
254
|
+
"license": "MIT",
|
|
255
|
+
"optional": true,
|
|
256
|
+
"os": [
|
|
257
|
+
"freebsd"
|
|
258
|
+
],
|
|
259
|
+
"engines": {
|
|
260
|
+
"node": ">=18"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"node_modules/@esbuild/linux-arm": {
|
|
264
|
+
"version": "0.25.12",
|
|
265
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
|
|
266
|
+
"integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
|
|
267
|
+
"cpu": [
|
|
268
|
+
"arm"
|
|
269
|
+
],
|
|
270
|
+
"dev": true,
|
|
271
|
+
"license": "MIT",
|
|
272
|
+
"optional": true,
|
|
273
|
+
"os": [
|
|
274
|
+
"linux"
|
|
275
|
+
],
|
|
276
|
+
"engines": {
|
|
277
|
+
"node": ">=18"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"node_modules/@esbuild/linux-arm64": {
|
|
281
|
+
"version": "0.25.12",
|
|
282
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
|
|
283
|
+
"integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
|
|
284
|
+
"cpu": [
|
|
285
|
+
"arm64"
|
|
286
|
+
],
|
|
287
|
+
"dev": true,
|
|
288
|
+
"license": "MIT",
|
|
289
|
+
"optional": true,
|
|
290
|
+
"os": [
|
|
291
|
+
"linux"
|
|
292
|
+
],
|
|
293
|
+
"engines": {
|
|
294
|
+
"node": ">=18"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"node_modules/@esbuild/linux-ia32": {
|
|
298
|
+
"version": "0.25.12",
|
|
299
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
|
|
300
|
+
"integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
|
|
301
|
+
"cpu": [
|
|
302
|
+
"ia32"
|
|
303
|
+
],
|
|
304
|
+
"dev": true,
|
|
305
|
+
"license": "MIT",
|
|
306
|
+
"optional": true,
|
|
307
|
+
"os": [
|
|
308
|
+
"linux"
|
|
309
|
+
],
|
|
310
|
+
"engines": {
|
|
311
|
+
"node": ">=18"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"node_modules/@esbuild/linux-loong64": {
|
|
315
|
+
"version": "0.25.12",
|
|
316
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
|
|
317
|
+
"integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
|
|
318
|
+
"cpu": [
|
|
319
|
+
"loong64"
|
|
320
|
+
],
|
|
321
|
+
"dev": true,
|
|
322
|
+
"license": "MIT",
|
|
323
|
+
"optional": true,
|
|
324
|
+
"os": [
|
|
325
|
+
"linux"
|
|
326
|
+
],
|
|
327
|
+
"engines": {
|
|
328
|
+
"node": ">=18"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"node_modules/@esbuild/linux-mips64el": {
|
|
332
|
+
"version": "0.25.12",
|
|
333
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
|
|
334
|
+
"integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
|
|
335
|
+
"cpu": [
|
|
336
|
+
"mips64el"
|
|
337
|
+
],
|
|
338
|
+
"dev": true,
|
|
339
|
+
"license": "MIT",
|
|
340
|
+
"optional": true,
|
|
341
|
+
"os": [
|
|
342
|
+
"linux"
|
|
343
|
+
],
|
|
344
|
+
"engines": {
|
|
345
|
+
"node": ">=18"
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"node_modules/@esbuild/linux-ppc64": {
|
|
349
|
+
"version": "0.25.12",
|
|
350
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
|
|
351
|
+
"integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
|
|
352
|
+
"cpu": [
|
|
353
|
+
"ppc64"
|
|
354
|
+
],
|
|
355
|
+
"dev": true,
|
|
356
|
+
"license": "MIT",
|
|
357
|
+
"optional": true,
|
|
358
|
+
"os": [
|
|
359
|
+
"linux"
|
|
360
|
+
],
|
|
361
|
+
"engines": {
|
|
362
|
+
"node": ">=18"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"node_modules/@esbuild/linux-riscv64": {
|
|
366
|
+
"version": "0.25.12",
|
|
367
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
|
|
368
|
+
"integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
|
|
369
|
+
"cpu": [
|
|
370
|
+
"riscv64"
|
|
371
|
+
],
|
|
372
|
+
"dev": true,
|
|
373
|
+
"license": "MIT",
|
|
374
|
+
"optional": true,
|
|
375
|
+
"os": [
|
|
376
|
+
"linux"
|
|
377
|
+
],
|
|
378
|
+
"engines": {
|
|
379
|
+
"node": ">=18"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"node_modules/@esbuild/linux-s390x": {
|
|
383
|
+
"version": "0.25.12",
|
|
384
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
|
|
385
|
+
"integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
|
|
386
|
+
"cpu": [
|
|
387
|
+
"s390x"
|
|
388
|
+
],
|
|
389
|
+
"dev": true,
|
|
390
|
+
"license": "MIT",
|
|
391
|
+
"optional": true,
|
|
392
|
+
"os": [
|
|
393
|
+
"linux"
|
|
394
|
+
],
|
|
395
|
+
"engines": {
|
|
396
|
+
"node": ">=18"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"node_modules/@esbuild/linux-x64": {
|
|
400
|
+
"version": "0.25.12",
|
|
401
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
|
|
402
|
+
"integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
|
|
403
|
+
"cpu": [
|
|
404
|
+
"x64"
|
|
405
|
+
],
|
|
406
|
+
"dev": true,
|
|
407
|
+
"license": "MIT",
|
|
408
|
+
"optional": true,
|
|
409
|
+
"os": [
|
|
410
|
+
"linux"
|
|
411
|
+
],
|
|
412
|
+
"engines": {
|
|
413
|
+
"node": ">=18"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"node_modules/@esbuild/netbsd-arm64": {
|
|
417
|
+
"version": "0.25.12",
|
|
418
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
|
|
419
|
+
"integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
|
|
420
|
+
"cpu": [
|
|
421
|
+
"arm64"
|
|
422
|
+
],
|
|
423
|
+
"dev": true,
|
|
424
|
+
"license": "MIT",
|
|
425
|
+
"optional": true,
|
|
426
|
+
"os": [
|
|
427
|
+
"netbsd"
|
|
428
|
+
],
|
|
429
|
+
"engines": {
|
|
430
|
+
"node": ">=18"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"node_modules/@esbuild/netbsd-x64": {
|
|
434
|
+
"version": "0.25.12",
|
|
435
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
|
|
436
|
+
"integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
|
|
437
|
+
"cpu": [
|
|
438
|
+
"x64"
|
|
439
|
+
],
|
|
440
|
+
"dev": true,
|
|
441
|
+
"license": "MIT",
|
|
442
|
+
"optional": true,
|
|
443
|
+
"os": [
|
|
444
|
+
"netbsd"
|
|
445
|
+
],
|
|
446
|
+
"engines": {
|
|
447
|
+
"node": ">=18"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
"node_modules/@esbuild/openbsd-arm64": {
|
|
451
|
+
"version": "0.25.12",
|
|
452
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
|
|
453
|
+
"integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
|
|
454
|
+
"cpu": [
|
|
455
|
+
"arm64"
|
|
456
|
+
],
|
|
457
|
+
"dev": true,
|
|
458
|
+
"license": "MIT",
|
|
459
|
+
"optional": true,
|
|
460
|
+
"os": [
|
|
461
|
+
"openbsd"
|
|
462
|
+
],
|
|
463
|
+
"engines": {
|
|
464
|
+
"node": ">=18"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"node_modules/@esbuild/openbsd-x64": {
|
|
468
|
+
"version": "0.25.12",
|
|
469
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
|
|
470
|
+
"integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
|
|
471
|
+
"cpu": [
|
|
472
|
+
"x64"
|
|
473
|
+
],
|
|
474
|
+
"dev": true,
|
|
475
|
+
"license": "MIT",
|
|
476
|
+
"optional": true,
|
|
477
|
+
"os": [
|
|
478
|
+
"openbsd"
|
|
479
|
+
],
|
|
480
|
+
"engines": {
|
|
481
|
+
"node": ">=18"
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
"node_modules/@esbuild/openharmony-arm64": {
|
|
485
|
+
"version": "0.25.12",
|
|
486
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
|
|
487
|
+
"integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
|
|
488
|
+
"cpu": [
|
|
489
|
+
"arm64"
|
|
490
|
+
],
|
|
491
|
+
"dev": true,
|
|
492
|
+
"license": "MIT",
|
|
493
|
+
"optional": true,
|
|
494
|
+
"os": [
|
|
495
|
+
"openharmony"
|
|
496
|
+
],
|
|
497
|
+
"engines": {
|
|
498
|
+
"node": ">=18"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"node_modules/@esbuild/sunos-x64": {
|
|
502
|
+
"version": "0.25.12",
|
|
503
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
|
|
504
|
+
"integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
|
|
505
|
+
"cpu": [
|
|
506
|
+
"x64"
|
|
507
|
+
],
|
|
508
|
+
"dev": true,
|
|
509
|
+
"license": "MIT",
|
|
510
|
+
"optional": true,
|
|
511
|
+
"os": [
|
|
512
|
+
"sunos"
|
|
513
|
+
],
|
|
514
|
+
"engines": {
|
|
515
|
+
"node": ">=18"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
"node_modules/@esbuild/win32-arm64": {
|
|
519
|
+
"version": "0.25.12",
|
|
520
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
|
|
521
|
+
"integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
|
|
522
|
+
"cpu": [
|
|
523
|
+
"arm64"
|
|
524
|
+
],
|
|
525
|
+
"dev": true,
|
|
526
|
+
"license": "MIT",
|
|
527
|
+
"optional": true,
|
|
528
|
+
"os": [
|
|
529
|
+
"win32"
|
|
530
|
+
],
|
|
531
|
+
"engines": {
|
|
532
|
+
"node": ">=18"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"node_modules/@esbuild/win32-ia32": {
|
|
536
|
+
"version": "0.25.12",
|
|
537
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
|
|
538
|
+
"integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
|
|
539
|
+
"cpu": [
|
|
540
|
+
"ia32"
|
|
541
|
+
],
|
|
542
|
+
"dev": true,
|
|
543
|
+
"license": "MIT",
|
|
544
|
+
"optional": true,
|
|
545
|
+
"os": [
|
|
546
|
+
"win32"
|
|
547
|
+
],
|
|
548
|
+
"engines": {
|
|
549
|
+
"node": ">=18"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
"node_modules/@esbuild/win32-x64": {
|
|
553
|
+
"version": "0.25.12",
|
|
554
|
+
"resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
|
|
555
|
+
"integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
|
|
556
|
+
"cpu": [
|
|
557
|
+
"x64"
|
|
558
|
+
],
|
|
559
|
+
"dev": true,
|
|
560
|
+
"license": "MIT",
|
|
561
|
+
"optional": true,
|
|
562
|
+
"os": [
|
|
563
|
+
"win32"
|
|
564
|
+
],
|
|
565
|
+
"engines": {
|
|
566
|
+
"node": ">=18"
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
570
|
+
"version": "1.5.5",
|
|
571
|
+
"resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
572
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
573
|
+
"dev": true,
|
|
574
|
+
"license": "MIT"
|
|
575
|
+
},
|
|
576
|
+
"node_modules/@mongodb-js/saslprep": {
|
|
577
|
+
"version": "1.4.4",
|
|
578
|
+
"resolved": "https://registry.npmmirror.com/@mongodb-js/saslprep/-/saslprep-1.4.4.tgz",
|
|
579
|
+
"integrity": "sha512-p7X/ytJDIdwUfFL/CLOhKgdfJe1Fa8uw9seJYvdOmnP9JBWGWHW69HkOixXS6Wy9yvGf1MbhcS6lVmrhy4jm2g==",
|
|
580
|
+
"license": "MIT",
|
|
581
|
+
"dependencies": {
|
|
582
|
+
"sparse-bitfield": "^3.0.3"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
"node_modules/@nodelib/fs.scandir": {
|
|
586
|
+
"version": "2.1.5",
|
|
587
|
+
"resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
588
|
+
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
589
|
+
"dev": true,
|
|
590
|
+
"license": "MIT",
|
|
591
|
+
"dependencies": {
|
|
592
|
+
"@nodelib/fs.stat": "2.0.5",
|
|
593
|
+
"run-parallel": "^1.1.9"
|
|
594
|
+
},
|
|
595
|
+
"engines": {
|
|
596
|
+
"node": ">= 8"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
"node_modules/@nodelib/fs.stat": {
|
|
600
|
+
"version": "2.0.5",
|
|
601
|
+
"resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
|
602
|
+
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
|
603
|
+
"dev": true,
|
|
604
|
+
"license": "MIT",
|
|
605
|
+
"engines": {
|
|
606
|
+
"node": ">= 8"
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
"node_modules/@nodelib/fs.walk": {
|
|
610
|
+
"version": "1.2.8",
|
|
611
|
+
"resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
|
612
|
+
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
|
613
|
+
"dev": true,
|
|
614
|
+
"license": "MIT",
|
|
615
|
+
"dependencies": {
|
|
616
|
+
"@nodelib/fs.scandir": "2.1.5",
|
|
617
|
+
"fastq": "^1.6.0"
|
|
618
|
+
},
|
|
619
|
+
"engines": {
|
|
620
|
+
"node": ">= 8"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"node_modules/@parcel/watcher": {
|
|
624
|
+
"version": "2.5.1",
|
|
625
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
|
|
626
|
+
"integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
|
|
627
|
+
"dev": true,
|
|
628
|
+
"hasInstallScript": true,
|
|
629
|
+
"license": "MIT",
|
|
630
|
+
"optional": true,
|
|
631
|
+
"dependencies": {
|
|
632
|
+
"detect-libc": "^1.0.3",
|
|
633
|
+
"is-glob": "^4.0.3",
|
|
634
|
+
"micromatch": "^4.0.5",
|
|
635
|
+
"node-addon-api": "^7.0.0"
|
|
636
|
+
},
|
|
637
|
+
"engines": {
|
|
638
|
+
"node": ">= 10.0.0"
|
|
639
|
+
},
|
|
640
|
+
"funding": {
|
|
641
|
+
"type": "opencollective",
|
|
642
|
+
"url": "https://opencollective.com/parcel"
|
|
643
|
+
},
|
|
644
|
+
"optionalDependencies": {
|
|
645
|
+
"@parcel/watcher-android-arm64": "2.5.1",
|
|
646
|
+
"@parcel/watcher-darwin-arm64": "2.5.1",
|
|
647
|
+
"@parcel/watcher-darwin-x64": "2.5.1",
|
|
648
|
+
"@parcel/watcher-freebsd-x64": "2.5.1",
|
|
649
|
+
"@parcel/watcher-linux-arm-glibc": "2.5.1",
|
|
650
|
+
"@parcel/watcher-linux-arm-musl": "2.5.1",
|
|
651
|
+
"@parcel/watcher-linux-arm64-glibc": "2.5.1",
|
|
652
|
+
"@parcel/watcher-linux-arm64-musl": "2.5.1",
|
|
653
|
+
"@parcel/watcher-linux-x64-glibc": "2.5.1",
|
|
654
|
+
"@parcel/watcher-linux-x64-musl": "2.5.1",
|
|
655
|
+
"@parcel/watcher-win32-arm64": "2.5.1",
|
|
656
|
+
"@parcel/watcher-win32-ia32": "2.5.1",
|
|
657
|
+
"@parcel/watcher-win32-x64": "2.5.1"
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
"node_modules/@parcel/watcher-android-arm64": {
|
|
661
|
+
"version": "2.5.1",
|
|
662
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
|
|
663
|
+
"integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
|
|
664
|
+
"cpu": [
|
|
665
|
+
"arm64"
|
|
666
|
+
],
|
|
667
|
+
"dev": true,
|
|
668
|
+
"license": "MIT",
|
|
669
|
+
"optional": true,
|
|
670
|
+
"os": [
|
|
671
|
+
"android"
|
|
672
|
+
],
|
|
673
|
+
"engines": {
|
|
674
|
+
"node": ">= 10.0.0"
|
|
675
|
+
},
|
|
676
|
+
"funding": {
|
|
677
|
+
"type": "opencollective",
|
|
678
|
+
"url": "https://opencollective.com/parcel"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"node_modules/@parcel/watcher-darwin-arm64": {
|
|
682
|
+
"version": "2.5.1",
|
|
683
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
|
|
684
|
+
"integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
|
|
685
|
+
"cpu": [
|
|
686
|
+
"arm64"
|
|
687
|
+
],
|
|
688
|
+
"dev": true,
|
|
689
|
+
"license": "MIT",
|
|
690
|
+
"optional": true,
|
|
691
|
+
"os": [
|
|
692
|
+
"darwin"
|
|
693
|
+
],
|
|
694
|
+
"engines": {
|
|
695
|
+
"node": ">= 10.0.0"
|
|
696
|
+
},
|
|
697
|
+
"funding": {
|
|
698
|
+
"type": "opencollective",
|
|
699
|
+
"url": "https://opencollective.com/parcel"
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
"node_modules/@parcel/watcher-darwin-x64": {
|
|
703
|
+
"version": "2.5.1",
|
|
704
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
|
|
705
|
+
"integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
|
|
706
|
+
"cpu": [
|
|
707
|
+
"x64"
|
|
708
|
+
],
|
|
709
|
+
"dev": true,
|
|
710
|
+
"license": "MIT",
|
|
711
|
+
"optional": true,
|
|
712
|
+
"os": [
|
|
713
|
+
"darwin"
|
|
714
|
+
],
|
|
715
|
+
"engines": {
|
|
716
|
+
"node": ">= 10.0.0"
|
|
717
|
+
},
|
|
718
|
+
"funding": {
|
|
719
|
+
"type": "opencollective",
|
|
720
|
+
"url": "https://opencollective.com/parcel"
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
"node_modules/@parcel/watcher-freebsd-x64": {
|
|
724
|
+
"version": "2.5.1",
|
|
725
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
|
|
726
|
+
"integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
|
|
727
|
+
"cpu": [
|
|
728
|
+
"x64"
|
|
729
|
+
],
|
|
730
|
+
"dev": true,
|
|
731
|
+
"license": "MIT",
|
|
732
|
+
"optional": true,
|
|
733
|
+
"os": [
|
|
734
|
+
"freebsd"
|
|
735
|
+
],
|
|
736
|
+
"engines": {
|
|
737
|
+
"node": ">= 10.0.0"
|
|
738
|
+
},
|
|
739
|
+
"funding": {
|
|
740
|
+
"type": "opencollective",
|
|
741
|
+
"url": "https://opencollective.com/parcel"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"node_modules/@parcel/watcher-linux-arm-glibc": {
|
|
745
|
+
"version": "2.5.1",
|
|
746
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
|
|
747
|
+
"integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
|
|
748
|
+
"cpu": [
|
|
749
|
+
"arm"
|
|
750
|
+
],
|
|
751
|
+
"dev": true,
|
|
752
|
+
"license": "MIT",
|
|
753
|
+
"optional": true,
|
|
754
|
+
"os": [
|
|
755
|
+
"linux"
|
|
756
|
+
],
|
|
757
|
+
"engines": {
|
|
758
|
+
"node": ">= 10.0.0"
|
|
759
|
+
},
|
|
760
|
+
"funding": {
|
|
761
|
+
"type": "opencollective",
|
|
762
|
+
"url": "https://opencollective.com/parcel"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
"node_modules/@parcel/watcher-linux-arm-musl": {
|
|
766
|
+
"version": "2.5.1",
|
|
767
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
|
|
768
|
+
"integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
|
|
769
|
+
"cpu": [
|
|
770
|
+
"arm"
|
|
771
|
+
],
|
|
772
|
+
"dev": true,
|
|
773
|
+
"license": "MIT",
|
|
774
|
+
"optional": true,
|
|
775
|
+
"os": [
|
|
776
|
+
"linux"
|
|
777
|
+
],
|
|
778
|
+
"engines": {
|
|
779
|
+
"node": ">= 10.0.0"
|
|
780
|
+
},
|
|
781
|
+
"funding": {
|
|
782
|
+
"type": "opencollective",
|
|
783
|
+
"url": "https://opencollective.com/parcel"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
"node_modules/@parcel/watcher-linux-arm64-glibc": {
|
|
787
|
+
"version": "2.5.1",
|
|
788
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
|
|
789
|
+
"integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
|
|
790
|
+
"cpu": [
|
|
791
|
+
"arm64"
|
|
792
|
+
],
|
|
793
|
+
"dev": true,
|
|
794
|
+
"license": "MIT",
|
|
795
|
+
"optional": true,
|
|
796
|
+
"os": [
|
|
797
|
+
"linux"
|
|
798
|
+
],
|
|
799
|
+
"engines": {
|
|
800
|
+
"node": ">= 10.0.0"
|
|
801
|
+
},
|
|
802
|
+
"funding": {
|
|
803
|
+
"type": "opencollective",
|
|
804
|
+
"url": "https://opencollective.com/parcel"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
"node_modules/@parcel/watcher-linux-arm64-musl": {
|
|
808
|
+
"version": "2.5.1",
|
|
809
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
|
|
810
|
+
"integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
|
|
811
|
+
"cpu": [
|
|
812
|
+
"arm64"
|
|
813
|
+
],
|
|
814
|
+
"dev": true,
|
|
815
|
+
"license": "MIT",
|
|
816
|
+
"optional": true,
|
|
817
|
+
"os": [
|
|
818
|
+
"linux"
|
|
819
|
+
],
|
|
820
|
+
"engines": {
|
|
821
|
+
"node": ">= 10.0.0"
|
|
822
|
+
},
|
|
823
|
+
"funding": {
|
|
824
|
+
"type": "opencollective",
|
|
825
|
+
"url": "https://opencollective.com/parcel"
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
"node_modules/@parcel/watcher-linux-x64-glibc": {
|
|
829
|
+
"version": "2.5.1",
|
|
830
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
|
|
831
|
+
"integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
|
|
832
|
+
"cpu": [
|
|
833
|
+
"x64"
|
|
834
|
+
],
|
|
835
|
+
"dev": true,
|
|
836
|
+
"license": "MIT",
|
|
837
|
+
"optional": true,
|
|
838
|
+
"os": [
|
|
839
|
+
"linux"
|
|
840
|
+
],
|
|
841
|
+
"engines": {
|
|
842
|
+
"node": ">= 10.0.0"
|
|
843
|
+
},
|
|
844
|
+
"funding": {
|
|
845
|
+
"type": "opencollective",
|
|
846
|
+
"url": "https://opencollective.com/parcel"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"node_modules/@parcel/watcher-linux-x64-musl": {
|
|
850
|
+
"version": "2.5.1",
|
|
851
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
|
|
852
|
+
"integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
|
|
853
|
+
"cpu": [
|
|
854
|
+
"x64"
|
|
855
|
+
],
|
|
856
|
+
"dev": true,
|
|
857
|
+
"license": "MIT",
|
|
858
|
+
"optional": true,
|
|
859
|
+
"os": [
|
|
860
|
+
"linux"
|
|
861
|
+
],
|
|
862
|
+
"engines": {
|
|
863
|
+
"node": ">= 10.0.0"
|
|
864
|
+
},
|
|
865
|
+
"funding": {
|
|
866
|
+
"type": "opencollective",
|
|
867
|
+
"url": "https://opencollective.com/parcel"
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
"node_modules/@parcel/watcher-win32-arm64": {
|
|
871
|
+
"version": "2.5.1",
|
|
872
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
|
|
873
|
+
"integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
|
|
874
|
+
"cpu": [
|
|
875
|
+
"arm64"
|
|
876
|
+
],
|
|
877
|
+
"dev": true,
|
|
878
|
+
"license": "MIT",
|
|
879
|
+
"optional": true,
|
|
880
|
+
"os": [
|
|
881
|
+
"win32"
|
|
882
|
+
],
|
|
883
|
+
"engines": {
|
|
884
|
+
"node": ">= 10.0.0"
|
|
885
|
+
},
|
|
886
|
+
"funding": {
|
|
887
|
+
"type": "opencollective",
|
|
888
|
+
"url": "https://opencollective.com/parcel"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
"node_modules/@parcel/watcher-win32-ia32": {
|
|
892
|
+
"version": "2.5.1",
|
|
893
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
|
|
894
|
+
"integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
|
|
895
|
+
"cpu": [
|
|
896
|
+
"ia32"
|
|
897
|
+
],
|
|
898
|
+
"dev": true,
|
|
899
|
+
"license": "MIT",
|
|
900
|
+
"optional": true,
|
|
901
|
+
"os": [
|
|
902
|
+
"win32"
|
|
903
|
+
],
|
|
904
|
+
"engines": {
|
|
905
|
+
"node": ">= 10.0.0"
|
|
906
|
+
},
|
|
907
|
+
"funding": {
|
|
908
|
+
"type": "opencollective",
|
|
909
|
+
"url": "https://opencollective.com/parcel"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
"node_modules/@parcel/watcher-win32-x64": {
|
|
913
|
+
"version": "2.5.1",
|
|
914
|
+
"resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
|
|
915
|
+
"integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
|
|
916
|
+
"cpu": [
|
|
917
|
+
"x64"
|
|
918
|
+
],
|
|
919
|
+
"dev": true,
|
|
920
|
+
"license": "MIT",
|
|
921
|
+
"optional": true,
|
|
922
|
+
"os": [
|
|
923
|
+
"win32"
|
|
924
|
+
],
|
|
925
|
+
"engines": {
|
|
926
|
+
"node": ">= 10.0.0"
|
|
927
|
+
},
|
|
928
|
+
"funding": {
|
|
929
|
+
"type": "opencollective",
|
|
930
|
+
"url": "https://opencollective.com/parcel"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"node_modules/@quasar/extras": {
|
|
934
|
+
"version": "1.17.0",
|
|
935
|
+
"resolved": "https://registry.npmmirror.com/@quasar/extras/-/extras-1.17.0.tgz",
|
|
936
|
+
"integrity": "sha512-KqAHdSJfIDauiR1nJ8rqHWT0diqD0QradZKoVIZJAilHAvgwyPIY7MbyR2z4RIMkUIMUSqBZcbshMpEw+9A30w==",
|
|
937
|
+
"dev": true,
|
|
938
|
+
"license": "MIT",
|
|
939
|
+
"funding": {
|
|
940
|
+
"type": "github",
|
|
941
|
+
"url": "https://donate.quasar.dev"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"node_modules/@quasar/vite-plugin": {
|
|
945
|
+
"version": "1.10.0",
|
|
946
|
+
"resolved": "https://registry.npmmirror.com/@quasar/vite-plugin/-/vite-plugin-1.10.0.tgz",
|
|
947
|
+
"integrity": "sha512-4PJoTclz4ZjAfyqe0+hlkKcFJt0e2NX3Ac3hy8ILqUPdtZ24nCo5/xEHvTxZGBQMKRPwwePbO8CVs4n9EKJEug==",
|
|
948
|
+
"dev": true,
|
|
949
|
+
"license": "MIT",
|
|
950
|
+
"engines": {
|
|
951
|
+
"node": ">=20"
|
|
952
|
+
},
|
|
953
|
+
"funding": {
|
|
954
|
+
"type": "github",
|
|
955
|
+
"url": "https://donate.quasar.dev"
|
|
956
|
+
},
|
|
957
|
+
"peerDependencies": {
|
|
958
|
+
"@vitejs/plugin-vue": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
|
|
959
|
+
"quasar": "^2.16.0",
|
|
960
|
+
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
961
|
+
"vue": "^3.0.0"
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
"node_modules/@redis/bloom": {
|
|
965
|
+
"version": "1.2.0",
|
|
966
|
+
"resolved": "https://registry.npmmirror.com/@redis/bloom/-/bloom-1.2.0.tgz",
|
|
967
|
+
"integrity": "sha512-HG2DFjYKbpNmVXsa0keLHp/3leGJz1mjh09f2RLGGLQZzSHpkmZWuwJbAvo3QcRY8p80m5+ZdXZdYOSBLlp7Cg==",
|
|
968
|
+
"license": "MIT",
|
|
969
|
+
"peerDependencies": {
|
|
970
|
+
"@redis/client": "^1.0.0"
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"node_modules/@redis/client": {
|
|
974
|
+
"version": "1.6.1",
|
|
975
|
+
"resolved": "https://registry.npmmirror.com/@redis/client/-/client-1.6.1.tgz",
|
|
976
|
+
"integrity": "sha512-/KCsg3xSlR+nCK8/8ZYSknYxvXHwubJrU82F3Lm1Fp6789VQ0/3RJKfsmRXjqfaTA++23CvC3hqmqe/2GEt6Kw==",
|
|
977
|
+
"license": "MIT",
|
|
978
|
+
"dependencies": {
|
|
979
|
+
"cluster-key-slot": "1.1.2",
|
|
980
|
+
"generic-pool": "3.9.0",
|
|
981
|
+
"yallist": "4.0.0"
|
|
982
|
+
},
|
|
983
|
+
"engines": {
|
|
984
|
+
"node": ">=14"
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
"node_modules/@redis/graph": {
|
|
988
|
+
"version": "1.1.1",
|
|
989
|
+
"resolved": "https://registry.npmmirror.com/@redis/graph/-/graph-1.1.1.tgz",
|
|
990
|
+
"integrity": "sha512-FEMTcTHZozZciLRl6GiiIB4zGm5z5F3F6a6FZCyrfxdKOhFlGkiAqlexWMBzCi4DcRoyiOsuLfW+cjlGWyExOw==",
|
|
991
|
+
"license": "MIT",
|
|
992
|
+
"peerDependencies": {
|
|
993
|
+
"@redis/client": "^1.0.0"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
"node_modules/@redis/json": {
|
|
997
|
+
"version": "1.0.7",
|
|
998
|
+
"resolved": "https://registry.npmmirror.com/@redis/json/-/json-1.0.7.tgz",
|
|
999
|
+
"integrity": "sha512-6UyXfjVaTBTJtKNG4/9Z8PSpKE6XgSyEb8iwaqDcy+uKrd/DGYHTWkUdnQDyzm727V7p21WUMhsqz5oy65kPcQ==",
|
|
1000
|
+
"license": "MIT",
|
|
1001
|
+
"peerDependencies": {
|
|
1002
|
+
"@redis/client": "^1.0.0"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
"node_modules/@redis/search": {
|
|
1006
|
+
"version": "1.2.0",
|
|
1007
|
+
"resolved": "https://registry.npmmirror.com/@redis/search/-/search-1.2.0.tgz",
|
|
1008
|
+
"integrity": "sha512-tYoDBbtqOVigEDMAcTGsRlMycIIjwMCgD8eR2t0NANeQmgK/lvxNAvYyb6bZDD4frHRhIHkJu2TBRvB0ERkOmw==",
|
|
1009
|
+
"license": "MIT",
|
|
1010
|
+
"peerDependencies": {
|
|
1011
|
+
"@redis/client": "^1.0.0"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
"node_modules/@redis/time-series": {
|
|
1015
|
+
"version": "1.1.0",
|
|
1016
|
+
"resolved": "https://registry.npmmirror.com/@redis/time-series/-/time-series-1.1.0.tgz",
|
|
1017
|
+
"integrity": "sha512-c1Q99M5ljsIuc4YdaCwfUEXsofakb9c8+Zse2qxTadu8TalLXuAESzLvFAvNVbkmSlvlzIQOLpBCmWI9wTOt+g==",
|
|
1018
|
+
"license": "MIT",
|
|
1019
|
+
"peerDependencies": {
|
|
1020
|
+
"@redis/client": "^1.0.0"
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1024
|
+
"version": "4.54.0",
|
|
1025
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.54.0.tgz",
|
|
1026
|
+
"integrity": "sha512-OywsdRHrFvCdvsewAInDKCNyR3laPA2mc9bRYJ6LBp5IyvF3fvXbbNR0bSzHlZVFtn6E0xw2oZlyjg4rKCVcng==",
|
|
1027
|
+
"cpu": [
|
|
1028
|
+
"arm"
|
|
1029
|
+
],
|
|
1030
|
+
"dev": true,
|
|
1031
|
+
"license": "MIT",
|
|
1032
|
+
"optional": true,
|
|
1033
|
+
"os": [
|
|
1034
|
+
"android"
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
1037
|
+
"node_modules/@rollup/rollup-android-arm64": {
|
|
1038
|
+
"version": "4.54.0",
|
|
1039
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.54.0.tgz",
|
|
1040
|
+
"integrity": "sha512-Skx39Uv+u7H224Af+bDgNinitlmHyQX1K/atIA32JP3JQw6hVODX5tkbi2zof/E69M1qH2UoN3Xdxgs90mmNYw==",
|
|
1041
|
+
"cpu": [
|
|
1042
|
+
"arm64"
|
|
1043
|
+
],
|
|
1044
|
+
"dev": true,
|
|
1045
|
+
"license": "MIT",
|
|
1046
|
+
"optional": true,
|
|
1047
|
+
"os": [
|
|
1048
|
+
"android"
|
|
1049
|
+
]
|
|
1050
|
+
},
|
|
1051
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
1052
|
+
"version": "4.54.0",
|
|
1053
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.54.0.tgz",
|
|
1054
|
+
"integrity": "sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==",
|
|
1055
|
+
"cpu": [
|
|
1056
|
+
"arm64"
|
|
1057
|
+
],
|
|
1058
|
+
"dev": true,
|
|
1059
|
+
"license": "MIT",
|
|
1060
|
+
"optional": true,
|
|
1061
|
+
"os": [
|
|
1062
|
+
"darwin"
|
|
1063
|
+
]
|
|
1064
|
+
},
|
|
1065
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
1066
|
+
"version": "4.54.0",
|
|
1067
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.54.0.tgz",
|
|
1068
|
+
"integrity": "sha512-cOo7biqwkpawslEfox5Vs8/qj83M/aZCSSNIWpVzfU2CYHa2G3P1UN5WF01RdTHSgCkri7XOlTdtk17BezlV3A==",
|
|
1069
|
+
"cpu": [
|
|
1070
|
+
"x64"
|
|
1071
|
+
],
|
|
1072
|
+
"dev": true,
|
|
1073
|
+
"license": "MIT",
|
|
1074
|
+
"optional": true,
|
|
1075
|
+
"os": [
|
|
1076
|
+
"darwin"
|
|
1077
|
+
]
|
|
1078
|
+
},
|
|
1079
|
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
1080
|
+
"version": "4.54.0",
|
|
1081
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.54.0.tgz",
|
|
1082
|
+
"integrity": "sha512-miSvuFkmvFbgJ1BevMa4CPCFt5MPGw094knM64W9I0giUIMMmRYcGW/JWZDriaw/k1kOBtsWh1z6nIFV1vPNtA==",
|
|
1083
|
+
"cpu": [
|
|
1084
|
+
"arm64"
|
|
1085
|
+
],
|
|
1086
|
+
"dev": true,
|
|
1087
|
+
"license": "MIT",
|
|
1088
|
+
"optional": true,
|
|
1089
|
+
"os": [
|
|
1090
|
+
"freebsd"
|
|
1091
|
+
]
|
|
1092
|
+
},
|
|
1093
|
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
1094
|
+
"version": "4.54.0",
|
|
1095
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.54.0.tgz",
|
|
1096
|
+
"integrity": "sha512-KGXIs55+b/ZfZsq9aR026tmr/+7tq6VG6MsnrvF4H8VhwflTIuYh+LFUlIsRdQSgrgmtM3fVATzEAj4hBQlaqQ==",
|
|
1097
|
+
"cpu": [
|
|
1098
|
+
"x64"
|
|
1099
|
+
],
|
|
1100
|
+
"dev": true,
|
|
1101
|
+
"license": "MIT",
|
|
1102
|
+
"optional": true,
|
|
1103
|
+
"os": [
|
|
1104
|
+
"freebsd"
|
|
1105
|
+
]
|
|
1106
|
+
},
|
|
1107
|
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
1108
|
+
"version": "4.54.0",
|
|
1109
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.54.0.tgz",
|
|
1110
|
+
"integrity": "sha512-EHMUcDwhtdRGlXZsGSIuXSYwD5kOT9NVnx9sqzYiwAc91wfYOE1g1djOEDseZJKKqtHAHGwnGPQu3kytmfaXLQ==",
|
|
1111
|
+
"cpu": [
|
|
1112
|
+
"arm"
|
|
1113
|
+
],
|
|
1114
|
+
"dev": true,
|
|
1115
|
+
"license": "MIT",
|
|
1116
|
+
"optional": true,
|
|
1117
|
+
"os": [
|
|
1118
|
+
"linux"
|
|
1119
|
+
]
|
|
1120
|
+
},
|
|
1121
|
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
1122
|
+
"version": "4.54.0",
|
|
1123
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.54.0.tgz",
|
|
1124
|
+
"integrity": "sha512-+pBrqEjaakN2ySv5RVrj/qLytYhPKEUwk+e3SFU5jTLHIcAtqh2rLrd/OkbNuHJpsBgxsD8ccJt5ga/SeG0JmA==",
|
|
1125
|
+
"cpu": [
|
|
1126
|
+
"arm"
|
|
1127
|
+
],
|
|
1128
|
+
"dev": true,
|
|
1129
|
+
"license": "MIT",
|
|
1130
|
+
"optional": true,
|
|
1131
|
+
"os": [
|
|
1132
|
+
"linux"
|
|
1133
|
+
]
|
|
1134
|
+
},
|
|
1135
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
1136
|
+
"version": "4.54.0",
|
|
1137
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.54.0.tgz",
|
|
1138
|
+
"integrity": "sha512-NSqc7rE9wuUaRBsBp5ckQ5CVz5aIRKCwsoa6WMF7G01sX3/qHUw/z4pv+D+ahL1EIKy6Enpcnz1RY8pf7bjwng==",
|
|
1139
|
+
"cpu": [
|
|
1140
|
+
"arm64"
|
|
1141
|
+
],
|
|
1142
|
+
"dev": true,
|
|
1143
|
+
"license": "MIT",
|
|
1144
|
+
"optional": true,
|
|
1145
|
+
"os": [
|
|
1146
|
+
"linux"
|
|
1147
|
+
]
|
|
1148
|
+
},
|
|
1149
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
1150
|
+
"version": "4.54.0",
|
|
1151
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.54.0.tgz",
|
|
1152
|
+
"integrity": "sha512-gr5vDbg3Bakga5kbdpqx81m2n9IX8M6gIMlQQIXiLTNeQW6CucvuInJ91EuCJ/JYvc+rcLLsDFcfAD1K7fMofg==",
|
|
1153
|
+
"cpu": [
|
|
1154
|
+
"arm64"
|
|
1155
|
+
],
|
|
1156
|
+
"dev": true,
|
|
1157
|
+
"license": "MIT",
|
|
1158
|
+
"optional": true,
|
|
1159
|
+
"os": [
|
|
1160
|
+
"linux"
|
|
1161
|
+
]
|
|
1162
|
+
},
|
|
1163
|
+
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
1164
|
+
"version": "4.54.0",
|
|
1165
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.54.0.tgz",
|
|
1166
|
+
"integrity": "sha512-gsrtB1NA3ZYj2vq0Rzkylo9ylCtW/PhpLEivlgWe0bpgtX5+9j9EZa0wtZiCjgu6zmSeZWyI/e2YRX1URozpIw==",
|
|
1167
|
+
"cpu": [
|
|
1168
|
+
"loong64"
|
|
1169
|
+
],
|
|
1170
|
+
"dev": true,
|
|
1171
|
+
"license": "MIT",
|
|
1172
|
+
"optional": true,
|
|
1173
|
+
"os": [
|
|
1174
|
+
"linux"
|
|
1175
|
+
]
|
|
1176
|
+
},
|
|
1177
|
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
1178
|
+
"version": "4.54.0",
|
|
1179
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.54.0.tgz",
|
|
1180
|
+
"integrity": "sha512-y3qNOfTBStmFNq+t4s7Tmc9hW2ENtPg8FeUD/VShI7rKxNW7O4fFeaYbMsd3tpFlIg1Q8IapFgy7Q9i2BqeBvA==",
|
|
1181
|
+
"cpu": [
|
|
1182
|
+
"ppc64"
|
|
1183
|
+
],
|
|
1184
|
+
"dev": true,
|
|
1185
|
+
"license": "MIT",
|
|
1186
|
+
"optional": true,
|
|
1187
|
+
"os": [
|
|
1188
|
+
"linux"
|
|
1189
|
+
]
|
|
1190
|
+
},
|
|
1191
|
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
1192
|
+
"version": "4.54.0",
|
|
1193
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.54.0.tgz",
|
|
1194
|
+
"integrity": "sha512-89sepv7h2lIVPsFma8iwmccN7Yjjtgz0Rj/Ou6fEqg3HDhpCa+Et+YSufy27i6b0Wav69Qv4WBNl3Rs6pwhebQ==",
|
|
1195
|
+
"cpu": [
|
|
1196
|
+
"riscv64"
|
|
1197
|
+
],
|
|
1198
|
+
"dev": true,
|
|
1199
|
+
"license": "MIT",
|
|
1200
|
+
"optional": true,
|
|
1201
|
+
"os": [
|
|
1202
|
+
"linux"
|
|
1203
|
+
]
|
|
1204
|
+
},
|
|
1205
|
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1206
|
+
"version": "4.54.0",
|
|
1207
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.54.0.tgz",
|
|
1208
|
+
"integrity": "sha512-ZcU77ieh0M2Q8Ur7D5X7KvK+UxbXeDHwiOt/CPSBTI1fBmeDMivW0dPkdqkT4rOgDjrDDBUed9x4EgraIKoR2A==",
|
|
1209
|
+
"cpu": [
|
|
1210
|
+
"riscv64"
|
|
1211
|
+
],
|
|
1212
|
+
"dev": true,
|
|
1213
|
+
"license": "MIT",
|
|
1214
|
+
"optional": true,
|
|
1215
|
+
"os": [
|
|
1216
|
+
"linux"
|
|
1217
|
+
]
|
|
1218
|
+
},
|
|
1219
|
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
1220
|
+
"version": "4.54.0",
|
|
1221
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.54.0.tgz",
|
|
1222
|
+
"integrity": "sha512-2AdWy5RdDF5+4YfG/YesGDDtbyJlC9LHmL6rZw6FurBJ5n4vFGupsOBGfwMRjBYH7qRQowT8D/U4LoSvVwOhSQ==",
|
|
1223
|
+
"cpu": [
|
|
1224
|
+
"s390x"
|
|
1225
|
+
],
|
|
1226
|
+
"dev": true,
|
|
1227
|
+
"license": "MIT",
|
|
1228
|
+
"optional": true,
|
|
1229
|
+
"os": [
|
|
1230
|
+
"linux"
|
|
1231
|
+
]
|
|
1232
|
+
},
|
|
1233
|
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
1234
|
+
"version": "4.54.0",
|
|
1235
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.54.0.tgz",
|
|
1236
|
+
"integrity": "sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==",
|
|
1237
|
+
"cpu": [
|
|
1238
|
+
"x64"
|
|
1239
|
+
],
|
|
1240
|
+
"dev": true,
|
|
1241
|
+
"license": "MIT",
|
|
1242
|
+
"optional": true,
|
|
1243
|
+
"os": [
|
|
1244
|
+
"linux"
|
|
1245
|
+
]
|
|
1246
|
+
},
|
|
1247
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
1248
|
+
"version": "4.54.0",
|
|
1249
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.54.0.tgz",
|
|
1250
|
+
"integrity": "sha512-JzQmb38ATzHjxlPHuTH6tE7ojnMKM2kYNzt44LO/jJi8BpceEC8QuXYA908n8r3CNuG/B3BV8VR3Hi1rYtmPiw==",
|
|
1251
|
+
"cpu": [
|
|
1252
|
+
"x64"
|
|
1253
|
+
],
|
|
1254
|
+
"dev": true,
|
|
1255
|
+
"license": "MIT",
|
|
1256
|
+
"optional": true,
|
|
1257
|
+
"os": [
|
|
1258
|
+
"linux"
|
|
1259
|
+
]
|
|
1260
|
+
},
|
|
1261
|
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
1262
|
+
"version": "4.54.0",
|
|
1263
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.54.0.tgz",
|
|
1264
|
+
"integrity": "sha512-huT3fd0iC7jigGh7n3q/+lfPcXxBi+om/Rs3yiFxjvSxbSB6aohDFXbWvlspaqjeOh+hx7DDHS+5Es5qRkWkZg==",
|
|
1265
|
+
"cpu": [
|
|
1266
|
+
"arm64"
|
|
1267
|
+
],
|
|
1268
|
+
"dev": true,
|
|
1269
|
+
"license": "MIT",
|
|
1270
|
+
"optional": true,
|
|
1271
|
+
"os": [
|
|
1272
|
+
"openharmony"
|
|
1273
|
+
]
|
|
1274
|
+
},
|
|
1275
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
1276
|
+
"version": "4.54.0",
|
|
1277
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.54.0.tgz",
|
|
1278
|
+
"integrity": "sha512-c2V0W1bsKIKfbLMBu/WGBz6Yci8nJ/ZJdheE0EwB73N3MvHYKiKGs3mVilX4Gs70eGeDaMqEob25Tw2Gb9Nqyw==",
|
|
1279
|
+
"cpu": [
|
|
1280
|
+
"arm64"
|
|
1281
|
+
],
|
|
1282
|
+
"dev": true,
|
|
1283
|
+
"license": "MIT",
|
|
1284
|
+
"optional": true,
|
|
1285
|
+
"os": [
|
|
1286
|
+
"win32"
|
|
1287
|
+
]
|
|
1288
|
+
},
|
|
1289
|
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
1290
|
+
"version": "4.54.0",
|
|
1291
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.54.0.tgz",
|
|
1292
|
+
"integrity": "sha512-woEHgqQqDCkAzrDhvDipnSirm5vxUXtSKDYTVpZG3nUdW/VVB5VdCYA2iReSj/u3yCZzXID4kuKG7OynPnB3WQ==",
|
|
1293
|
+
"cpu": [
|
|
1294
|
+
"ia32"
|
|
1295
|
+
],
|
|
1296
|
+
"dev": true,
|
|
1297
|
+
"license": "MIT",
|
|
1298
|
+
"optional": true,
|
|
1299
|
+
"os": [
|
|
1300
|
+
"win32"
|
|
1301
|
+
]
|
|
1302
|
+
},
|
|
1303
|
+
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
1304
|
+
"version": "4.54.0",
|
|
1305
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.54.0.tgz",
|
|
1306
|
+
"integrity": "sha512-dzAc53LOuFvHwbCEOS0rPbXp6SIhAf2txMP5p6mGyOXXw5mWY8NGGbPMPrs4P1WItkfApDathBj/NzMLUZ9rtQ==",
|
|
1307
|
+
"cpu": [
|
|
1308
|
+
"x64"
|
|
1309
|
+
],
|
|
1310
|
+
"dev": true,
|
|
1311
|
+
"license": "MIT",
|
|
1312
|
+
"optional": true,
|
|
1313
|
+
"os": [
|
|
1314
|
+
"win32"
|
|
1315
|
+
]
|
|
1316
|
+
},
|
|
1317
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
1318
|
+
"version": "4.54.0",
|
|
1319
|
+
"resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.54.0.tgz",
|
|
1320
|
+
"integrity": "sha512-hYT5d3YNdSh3mbCU1gwQyPgQd3T2ne0A3KG8KSBdav5TiBg6eInVmV+TeR5uHufiIgSFg0XsOWGW5/RhNcSvPg==",
|
|
1321
|
+
"cpu": [
|
|
1322
|
+
"x64"
|
|
1323
|
+
],
|
|
1324
|
+
"dev": true,
|
|
1325
|
+
"license": "MIT",
|
|
1326
|
+
"optional": true,
|
|
1327
|
+
"os": [
|
|
1328
|
+
"win32"
|
|
1329
|
+
]
|
|
1330
|
+
},
|
|
1331
|
+
"node_modules/@scalar/openapi-types": {
|
|
1332
|
+
"version": "0.1.1",
|
|
1333
|
+
"resolved": "https://registry.npmmirror.com/@scalar/openapi-types/-/openapi-types-0.1.1.tgz",
|
|
1334
|
+
"integrity": "sha512-NMy3QNk6ytcCoPUGJH0t4NNr36OWXgZhA3ormr3TvhX1NDgoF95wFyodGVH8xiHeUyn2/FxtETm8UBLbB5xEmg==",
|
|
1335
|
+
"license": "MIT",
|
|
1336
|
+
"engines": {
|
|
1337
|
+
"node": ">=18"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"node_modules/@scalar/themes": {
|
|
1341
|
+
"version": "0.9.86",
|
|
1342
|
+
"resolved": "https://registry.npmmirror.com/@scalar/themes/-/themes-0.9.86.tgz",
|
|
1343
|
+
"integrity": "sha512-QUHo9g5oSWi+0Lm1vJY9TaMZRau8LHg+vte7q5BVTBnu6NuQfigCaN+ouQ73FqIVd96TwMO6Db+dilK1B+9row==",
|
|
1344
|
+
"license": "MIT",
|
|
1345
|
+
"dependencies": {
|
|
1346
|
+
"@scalar/types": "0.1.7"
|
|
1347
|
+
},
|
|
1348
|
+
"engines": {
|
|
1349
|
+
"node": ">=18"
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
"node_modules/@scalar/themes/node_modules/@scalar/openapi-types": {
|
|
1353
|
+
"version": "0.2.0",
|
|
1354
|
+
"resolved": "https://registry.npmmirror.com/@scalar/openapi-types/-/openapi-types-0.2.0.tgz",
|
|
1355
|
+
"integrity": "sha512-waiKk12cRCqyUCWTOX0K1WEVX46+hVUK+zRPzAahDJ7G0TApvbNkuy5wx7aoUyEk++HHde0XuQnshXnt8jsddA==",
|
|
1356
|
+
"license": "MIT",
|
|
1357
|
+
"dependencies": {
|
|
1358
|
+
"zod": "^3.23.8"
|
|
1359
|
+
},
|
|
1360
|
+
"engines": {
|
|
1361
|
+
"node": ">=18"
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1364
|
+
"node_modules/@scalar/themes/node_modules/@scalar/types": {
|
|
1365
|
+
"version": "0.1.7",
|
|
1366
|
+
"resolved": "https://registry.npmmirror.com/@scalar/types/-/types-0.1.7.tgz",
|
|
1367
|
+
"integrity": "sha512-irIDYzTQG2KLvFbuTI8k2Pz/R4JR+zUUSykVTbEMatkzMmVFnn1VzNSMlODbadycwZunbnL2tA27AXed9URVjw==",
|
|
1368
|
+
"license": "MIT",
|
|
1369
|
+
"dependencies": {
|
|
1370
|
+
"@scalar/openapi-types": "0.2.0",
|
|
1371
|
+
"@unhead/schema": "^1.11.11",
|
|
1372
|
+
"nanoid": "^5.1.5",
|
|
1373
|
+
"type-fest": "^4.20.0",
|
|
1374
|
+
"zod": "^3.23.8"
|
|
1375
|
+
},
|
|
1376
|
+
"engines": {
|
|
1377
|
+
"node": ">=18"
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1380
|
+
"node_modules/@scalar/themes/node_modules/nanoid": {
|
|
1381
|
+
"version": "5.1.6",
|
|
1382
|
+
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.6.tgz",
|
|
1383
|
+
"integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
|
|
1384
|
+
"funding": [
|
|
1385
|
+
{
|
|
1386
|
+
"type": "github",
|
|
1387
|
+
"url": "https://github.com/sponsors/ai"
|
|
1388
|
+
}
|
|
1389
|
+
],
|
|
1390
|
+
"license": "MIT",
|
|
1391
|
+
"bin": {
|
|
1392
|
+
"nanoid": "bin/nanoid.js"
|
|
1393
|
+
},
|
|
1394
|
+
"engines": {
|
|
1395
|
+
"node": "^18 || >=20"
|
|
1396
|
+
}
|
|
1397
|
+
},
|
|
1398
|
+
"node_modules/@scalar/types": {
|
|
1399
|
+
"version": "0.0.12",
|
|
1400
|
+
"resolved": "https://registry.npmmirror.com/@scalar/types/-/types-0.0.12.tgz",
|
|
1401
|
+
"integrity": "sha512-XYZ36lSEx87i4gDqopQlGCOkdIITHHEvgkuJFrXFATQs9zHARop0PN0g4RZYWj+ZpCUclOcaOjbCt8JGe22mnQ==",
|
|
1402
|
+
"license": "MIT",
|
|
1403
|
+
"dependencies": {
|
|
1404
|
+
"@scalar/openapi-types": "0.1.1",
|
|
1405
|
+
"@unhead/schema": "^1.9.5"
|
|
1406
|
+
},
|
|
1407
|
+
"engines": {
|
|
1408
|
+
"node": ">=18"
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
"node_modules/@types/bun": {
|
|
1412
|
+
"version": "1.3.5",
|
|
1413
|
+
"resolved": "https://registry.npmmirror.com/@types/bun/-/bun-1.3.5.tgz",
|
|
1414
|
+
"integrity": "sha512-RnygCqNrd3srIPEWBd5LFeUYG7plCoH2Yw9WaZGyNmdTEei+gWaHqydbaIRkIkcbXwhBT94q78QljxN0Sk838w==",
|
|
1415
|
+
"dev": true,
|
|
1416
|
+
"license": "MIT",
|
|
1417
|
+
"dependencies": {
|
|
1418
|
+
"bun-types": "1.3.5"
|
|
1419
|
+
}
|
|
1420
|
+
},
|
|
1421
|
+
"node_modules/@types/debug": {
|
|
1422
|
+
"version": "4.1.12",
|
|
1423
|
+
"resolved": "https://registry.npmmirror.com/@types/debug/-/debug-4.1.12.tgz",
|
|
1424
|
+
"integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
|
|
1425
|
+
"dev": true,
|
|
1426
|
+
"license": "MIT",
|
|
1427
|
+
"dependencies": {
|
|
1428
|
+
"@types/ms": "*"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
"node_modules/@types/estree": {
|
|
1432
|
+
"version": "1.0.8",
|
|
1433
|
+
"resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
|
|
1434
|
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
1435
|
+
"dev": true,
|
|
1436
|
+
"license": "MIT"
|
|
1437
|
+
},
|
|
1438
|
+
"node_modules/@types/ms": {
|
|
1439
|
+
"version": "2.1.0",
|
|
1440
|
+
"resolved": "https://registry.npmmirror.com/@types/ms/-/ms-2.1.0.tgz",
|
|
1441
|
+
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
|
|
1442
|
+
"dev": true,
|
|
1443
|
+
"license": "MIT"
|
|
1444
|
+
},
|
|
1445
|
+
"node_modules/@types/node": {
|
|
1446
|
+
"version": "22.19.3",
|
|
1447
|
+
"resolved": "https://registry.npmmirror.com/@types/node/-/node-22.19.3.tgz",
|
|
1448
|
+
"integrity": "sha512-1N9SBnWYOJTrNZCdh/yJE+t910Y128BoyY+zBLWhL3r0TYzlTmFdXrPwHL9DyFZmlEXNQQolTZh3KHV31QDhyA==",
|
|
1449
|
+
"dev": true,
|
|
1450
|
+
"license": "MIT",
|
|
1451
|
+
"dependencies": {
|
|
1452
|
+
"undici-types": "~6.21.0"
|
|
1453
|
+
}
|
|
1454
|
+
},
|
|
1455
|
+
"node_modules/@types/webidl-conversions": {
|
|
1456
|
+
"version": "7.0.3",
|
|
1457
|
+
"resolved": "https://registry.npmmirror.com/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz",
|
|
1458
|
+
"integrity": "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==",
|
|
1459
|
+
"license": "MIT"
|
|
1460
|
+
},
|
|
1461
|
+
"node_modules/@types/whatwg-url": {
|
|
1462
|
+
"version": "11.0.5",
|
|
1463
|
+
"resolved": "https://registry.npmmirror.com/@types/whatwg-url/-/whatwg-url-11.0.5.tgz",
|
|
1464
|
+
"integrity": "sha512-coYR071JRaHa+xoEvvYqvnIHaVqaYrLPbsufM9BF63HkwI5Lgmy2QR8Q5K/lYDYo5AK82wOvSOS0UsLTpTG7uQ==",
|
|
1465
|
+
"license": "MIT",
|
|
1466
|
+
"dependencies": {
|
|
1467
|
+
"@types/webidl-conversions": "*"
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
"node_modules/@unhead/schema": {
|
|
1471
|
+
"version": "1.11.20",
|
|
1472
|
+
"resolved": "https://registry.npmmirror.com/@unhead/schema/-/schema-1.11.20.tgz",
|
|
1473
|
+
"integrity": "sha512-0zWykKAaJdm+/Y7yi/Yds20PrUK7XabLe9c3IRcjnwYmSWY6z0Cr19VIs3ozCj8P+GhR+/TI2mwtGlueCEYouA==",
|
|
1474
|
+
"license": "MIT",
|
|
1475
|
+
"dependencies": {
|
|
1476
|
+
"hookable": "^5.5.3",
|
|
1477
|
+
"zhead": "^2.2.4"
|
|
1478
|
+
},
|
|
1479
|
+
"funding": {
|
|
1480
|
+
"url": "https://github.com/sponsors/harlan-zw"
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
"node_modules/@vitejs/plugin-vue": {
|
|
1484
|
+
"version": "5.2.4",
|
|
1485
|
+
"resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
|
|
1486
|
+
"integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
|
|
1487
|
+
"dev": true,
|
|
1488
|
+
"license": "MIT",
|
|
1489
|
+
"engines": {
|
|
1490
|
+
"node": "^18.0.0 || >=20.0.0"
|
|
1491
|
+
},
|
|
1492
|
+
"peerDependencies": {
|
|
1493
|
+
"vite": "^5.0.0 || ^6.0.0",
|
|
1494
|
+
"vue": "^3.2.25"
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1497
|
+
"node_modules/@volar/language-core": {
|
|
1498
|
+
"version": "2.4.15",
|
|
1499
|
+
"resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.15.tgz",
|
|
1500
|
+
"integrity": "sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==",
|
|
1501
|
+
"dev": true,
|
|
1502
|
+
"license": "MIT",
|
|
1503
|
+
"dependencies": {
|
|
1504
|
+
"@volar/source-map": "2.4.15"
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1507
|
+
"node_modules/@volar/source-map": {
|
|
1508
|
+
"version": "2.4.15",
|
|
1509
|
+
"resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.15.tgz",
|
|
1510
|
+
"integrity": "sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==",
|
|
1511
|
+
"dev": true,
|
|
1512
|
+
"license": "MIT"
|
|
1513
|
+
},
|
|
1514
|
+
"node_modules/@volar/typescript": {
|
|
1515
|
+
"version": "2.4.15",
|
|
1516
|
+
"resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.15.tgz",
|
|
1517
|
+
"integrity": "sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==",
|
|
1518
|
+
"dev": true,
|
|
1519
|
+
"license": "MIT",
|
|
1520
|
+
"dependencies": {
|
|
1521
|
+
"@volar/language-core": "2.4.15",
|
|
1522
|
+
"path-browserify": "^1.0.1",
|
|
1523
|
+
"vscode-uri": "^3.0.8"
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"node_modules/@vue/compiler-core": {
|
|
1527
|
+
"version": "3.5.26",
|
|
1528
|
+
"resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.26.tgz",
|
|
1529
|
+
"integrity": "sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==",
|
|
1530
|
+
"dev": true,
|
|
1531
|
+
"license": "MIT",
|
|
1532
|
+
"dependencies": {
|
|
1533
|
+
"@babel/parser": "^7.28.5",
|
|
1534
|
+
"@vue/shared": "3.5.26",
|
|
1535
|
+
"entities": "^7.0.0",
|
|
1536
|
+
"estree-walker": "^2.0.2",
|
|
1537
|
+
"source-map-js": "^1.2.1"
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
"node_modules/@vue/compiler-dom": {
|
|
1541
|
+
"version": "3.5.26",
|
|
1542
|
+
"resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.26.tgz",
|
|
1543
|
+
"integrity": "sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==",
|
|
1544
|
+
"dev": true,
|
|
1545
|
+
"license": "MIT",
|
|
1546
|
+
"dependencies": {
|
|
1547
|
+
"@vue/compiler-core": "3.5.26",
|
|
1548
|
+
"@vue/shared": "3.5.26"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"node_modules/@vue/compiler-sfc": {
|
|
1552
|
+
"version": "3.5.26",
|
|
1553
|
+
"resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.26.tgz",
|
|
1554
|
+
"integrity": "sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==",
|
|
1555
|
+
"dev": true,
|
|
1556
|
+
"license": "MIT",
|
|
1557
|
+
"dependencies": {
|
|
1558
|
+
"@babel/parser": "^7.28.5",
|
|
1559
|
+
"@vue/compiler-core": "3.5.26",
|
|
1560
|
+
"@vue/compiler-dom": "3.5.26",
|
|
1561
|
+
"@vue/compiler-ssr": "3.5.26",
|
|
1562
|
+
"@vue/shared": "3.5.26",
|
|
1563
|
+
"estree-walker": "^2.0.2",
|
|
1564
|
+
"magic-string": "^0.30.21",
|
|
1565
|
+
"postcss": "^8.5.6",
|
|
1566
|
+
"source-map-js": "^1.2.1"
|
|
1567
|
+
}
|
|
1568
|
+
},
|
|
1569
|
+
"node_modules/@vue/compiler-ssr": {
|
|
1570
|
+
"version": "3.5.26",
|
|
1571
|
+
"resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.26.tgz",
|
|
1572
|
+
"integrity": "sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==",
|
|
1573
|
+
"dev": true,
|
|
1574
|
+
"license": "MIT",
|
|
1575
|
+
"dependencies": {
|
|
1576
|
+
"@vue/compiler-dom": "3.5.26",
|
|
1577
|
+
"@vue/shared": "3.5.26"
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
"node_modules/@vue/compiler-vue2": {
|
|
1581
|
+
"version": "2.7.16",
|
|
1582
|
+
"resolved": "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
|
|
1583
|
+
"integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
|
|
1584
|
+
"dev": true,
|
|
1585
|
+
"license": "MIT",
|
|
1586
|
+
"dependencies": {
|
|
1587
|
+
"de-indent": "^1.0.2",
|
|
1588
|
+
"he": "^1.2.0"
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
"node_modules/@vue/devtools-api": {
|
|
1592
|
+
"version": "6.6.4",
|
|
1593
|
+
"resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
|
|
1594
|
+
"integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
|
|
1595
|
+
"dev": true,
|
|
1596
|
+
"license": "MIT"
|
|
1597
|
+
},
|
|
1598
|
+
"node_modules/@vue/language-core": {
|
|
1599
|
+
"version": "2.2.12",
|
|
1600
|
+
"resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.12.tgz",
|
|
1601
|
+
"integrity": "sha512-IsGljWbKGU1MZpBPN+BvPAdr55YPkj2nB/TBNGNC32Vy2qLG25DYu/NBN2vNtZqdRbTRjaoYrahLrToim2NanA==",
|
|
1602
|
+
"dev": true,
|
|
1603
|
+
"license": "MIT",
|
|
1604
|
+
"dependencies": {
|
|
1605
|
+
"@volar/language-core": "2.4.15",
|
|
1606
|
+
"@vue/compiler-dom": "^3.5.0",
|
|
1607
|
+
"@vue/compiler-vue2": "^2.7.16",
|
|
1608
|
+
"@vue/shared": "^3.5.0",
|
|
1609
|
+
"alien-signals": "^1.0.3",
|
|
1610
|
+
"minimatch": "^9.0.3",
|
|
1611
|
+
"muggle-string": "^0.4.1",
|
|
1612
|
+
"path-browserify": "^1.0.1"
|
|
1613
|
+
},
|
|
1614
|
+
"peerDependencies": {
|
|
1615
|
+
"typescript": "*"
|
|
1616
|
+
},
|
|
1617
|
+
"peerDependenciesMeta": {
|
|
1618
|
+
"typescript": {
|
|
1619
|
+
"optional": true
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1623
|
+
"node_modules/@vue/reactivity": {
|
|
1624
|
+
"version": "3.5.26",
|
|
1625
|
+
"resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.26.tgz",
|
|
1626
|
+
"integrity": "sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==",
|
|
1627
|
+
"dev": true,
|
|
1628
|
+
"license": "MIT",
|
|
1629
|
+
"dependencies": {
|
|
1630
|
+
"@vue/shared": "3.5.26"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
"node_modules/@vue/runtime-core": {
|
|
1634
|
+
"version": "3.5.26",
|
|
1635
|
+
"resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.26.tgz",
|
|
1636
|
+
"integrity": "sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==",
|
|
1637
|
+
"dev": true,
|
|
1638
|
+
"license": "MIT",
|
|
1639
|
+
"dependencies": {
|
|
1640
|
+
"@vue/reactivity": "3.5.26",
|
|
1641
|
+
"@vue/shared": "3.5.26"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
"node_modules/@vue/runtime-dom": {
|
|
1645
|
+
"version": "3.5.26",
|
|
1646
|
+
"resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.26.tgz",
|
|
1647
|
+
"integrity": "sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==",
|
|
1648
|
+
"dev": true,
|
|
1649
|
+
"license": "MIT",
|
|
1650
|
+
"dependencies": {
|
|
1651
|
+
"@vue/reactivity": "3.5.26",
|
|
1652
|
+
"@vue/runtime-core": "3.5.26",
|
|
1653
|
+
"@vue/shared": "3.5.26",
|
|
1654
|
+
"csstype": "^3.2.3"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
"node_modules/@vue/server-renderer": {
|
|
1658
|
+
"version": "3.5.26",
|
|
1659
|
+
"resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.26.tgz",
|
|
1660
|
+
"integrity": "sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==",
|
|
1661
|
+
"dev": true,
|
|
1662
|
+
"license": "MIT",
|
|
1663
|
+
"dependencies": {
|
|
1664
|
+
"@vue/compiler-ssr": "3.5.26",
|
|
1665
|
+
"@vue/shared": "3.5.26"
|
|
1666
|
+
},
|
|
1667
|
+
"peerDependencies": {
|
|
1668
|
+
"vue": "3.5.26"
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
"node_modules/@vue/shared": {
|
|
1672
|
+
"version": "3.5.26",
|
|
1673
|
+
"resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.26.tgz",
|
|
1674
|
+
"integrity": "sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==",
|
|
1675
|
+
"dev": true,
|
|
1676
|
+
"license": "MIT"
|
|
1677
|
+
},
|
|
1678
|
+
"node_modules/acorn": {
|
|
1679
|
+
"version": "8.15.0",
|
|
1680
|
+
"resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
|
|
1681
|
+
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
1682
|
+
"dev": true,
|
|
1683
|
+
"license": "MIT",
|
|
1684
|
+
"bin": {
|
|
1685
|
+
"acorn": "bin/acorn"
|
|
1686
|
+
},
|
|
1687
|
+
"engines": {
|
|
1688
|
+
"node": ">=0.4.0"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
"node_modules/alien-signals": {
|
|
1692
|
+
"version": "1.0.13",
|
|
1693
|
+
"resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
|
|
1694
|
+
"integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
|
|
1695
|
+
"dev": true,
|
|
1696
|
+
"license": "MIT"
|
|
1697
|
+
},
|
|
1698
|
+
"node_modules/balanced-match": {
|
|
1699
|
+
"version": "1.0.2",
|
|
1700
|
+
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
1701
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
1702
|
+
"dev": true,
|
|
1703
|
+
"license": "MIT"
|
|
1704
|
+
},
|
|
1705
|
+
"node_modules/brace-expansion": {
|
|
1706
|
+
"version": "2.0.2",
|
|
1707
|
+
"resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
1708
|
+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
1709
|
+
"dev": true,
|
|
1710
|
+
"license": "MIT",
|
|
1711
|
+
"dependencies": {
|
|
1712
|
+
"balanced-match": "^1.0.0"
|
|
1713
|
+
}
|
|
1714
|
+
},
|
|
1715
|
+
"node_modules/braces": {
|
|
1716
|
+
"version": "3.0.3",
|
|
1717
|
+
"resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
|
|
1718
|
+
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
1719
|
+
"dev": true,
|
|
1720
|
+
"license": "MIT",
|
|
1721
|
+
"dependencies": {
|
|
1722
|
+
"fill-range": "^7.1.1"
|
|
1723
|
+
},
|
|
1724
|
+
"engines": {
|
|
1725
|
+
"node": ">=8"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
"node_modules/bson": {
|
|
1729
|
+
"version": "6.10.4",
|
|
1730
|
+
"resolved": "https://registry.npmmirror.com/bson/-/bson-6.10.4.tgz",
|
|
1731
|
+
"integrity": "sha512-WIsKqkSC0ABoBJuT1LEX+2HEvNmNKKgnTAyd0fL8qzK4SH2i9NXg+t08YtdZp/V9IZ33cxe3iV4yM0qg8lMQng==",
|
|
1732
|
+
"license": "Apache-2.0",
|
|
1733
|
+
"engines": {
|
|
1734
|
+
"node": ">=16.20.1"
|
|
1735
|
+
}
|
|
1736
|
+
},
|
|
1737
|
+
"node_modules/buffer-builder": {
|
|
1738
|
+
"version": "0.2.0",
|
|
1739
|
+
"resolved": "https://registry.npmmirror.com/buffer-builder/-/buffer-builder-0.2.0.tgz",
|
|
1740
|
+
"integrity": "sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==",
|
|
1741
|
+
"dev": true,
|
|
1742
|
+
"license": "MIT/X11"
|
|
1743
|
+
},
|
|
1744
|
+
"node_modules/bun-types": {
|
|
1745
|
+
"version": "1.3.5",
|
|
1746
|
+
"resolved": "https://registry.npmmirror.com/bun-types/-/bun-types-1.3.5.tgz",
|
|
1747
|
+
"integrity": "sha512-inmAYe2PFLs0SUbFOWSVD24sg1jFlMPxOjOSSCYqUgn4Hsc3rDc7dFvfVYjFPNHtov6kgUeulV4SxbuIV/stPw==",
|
|
1748
|
+
"dev": true,
|
|
1749
|
+
"license": "MIT",
|
|
1750
|
+
"dependencies": {
|
|
1751
|
+
"@types/node": "*"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
"node_modules/chokidar": {
|
|
1755
|
+
"version": "4.0.3",
|
|
1756
|
+
"resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
|
|
1757
|
+
"integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
|
|
1758
|
+
"dev": true,
|
|
1759
|
+
"license": "MIT",
|
|
1760
|
+
"optional": true,
|
|
1761
|
+
"dependencies": {
|
|
1762
|
+
"readdirp": "^4.0.1"
|
|
1763
|
+
},
|
|
1764
|
+
"engines": {
|
|
1765
|
+
"node": ">= 14.16.0"
|
|
1766
|
+
},
|
|
1767
|
+
"funding": {
|
|
1768
|
+
"url": "https://paulmillr.com/funding/"
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
"node_modules/cluster-key-slot": {
|
|
1772
|
+
"version": "1.1.2",
|
|
1773
|
+
"resolved": "https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
|
|
1774
|
+
"integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
|
|
1775
|
+
"license": "Apache-2.0",
|
|
1776
|
+
"engines": {
|
|
1777
|
+
"node": ">=0.10.0"
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
"node_modules/colorjs.io": {
|
|
1781
|
+
"version": "0.5.2",
|
|
1782
|
+
"resolved": "https://registry.npmmirror.com/colorjs.io/-/colorjs.io-0.5.2.tgz",
|
|
1783
|
+
"integrity": "sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==",
|
|
1784
|
+
"dev": true,
|
|
1785
|
+
"license": "MIT"
|
|
1786
|
+
},
|
|
1787
|
+
"node_modules/confbox": {
|
|
1788
|
+
"version": "0.2.2",
|
|
1789
|
+
"resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.2.tgz",
|
|
1790
|
+
"integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
|
|
1791
|
+
"dev": true,
|
|
1792
|
+
"license": "MIT"
|
|
1793
|
+
},
|
|
1794
|
+
"node_modules/cookie": {
|
|
1795
|
+
"version": "1.1.1",
|
|
1796
|
+
"resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.1.1.tgz",
|
|
1797
|
+
"integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
|
|
1798
|
+
"license": "MIT",
|
|
1799
|
+
"engines": {
|
|
1800
|
+
"node": ">=18"
|
|
1801
|
+
},
|
|
1802
|
+
"funding": {
|
|
1803
|
+
"type": "opencollective",
|
|
1804
|
+
"url": "https://opencollective.com/express"
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
"node_modules/csstype": {
|
|
1808
|
+
"version": "3.2.3",
|
|
1809
|
+
"resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
|
|
1810
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
1811
|
+
"dev": true,
|
|
1812
|
+
"license": "MIT"
|
|
1813
|
+
},
|
|
1814
|
+
"node_modules/de-indent": {
|
|
1815
|
+
"version": "1.0.2",
|
|
1816
|
+
"resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
|
|
1817
|
+
"integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
|
|
1818
|
+
"dev": true,
|
|
1819
|
+
"license": "MIT"
|
|
1820
|
+
},
|
|
1821
|
+
"node_modules/debug": {
|
|
1822
|
+
"version": "4.4.3",
|
|
1823
|
+
"resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
|
|
1824
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1825
|
+
"dev": true,
|
|
1826
|
+
"license": "MIT",
|
|
1827
|
+
"dependencies": {
|
|
1828
|
+
"ms": "^2.1.3"
|
|
1829
|
+
},
|
|
1830
|
+
"engines": {
|
|
1831
|
+
"node": ">=6.0"
|
|
1832
|
+
},
|
|
1833
|
+
"peerDependenciesMeta": {
|
|
1834
|
+
"supports-color": {
|
|
1835
|
+
"optional": true
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
"node_modules/dequal": {
|
|
1840
|
+
"version": "2.0.3",
|
|
1841
|
+
"resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
|
|
1842
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
1843
|
+
"dev": true,
|
|
1844
|
+
"license": "MIT",
|
|
1845
|
+
"engines": {
|
|
1846
|
+
"node": ">=6"
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
"node_modules/detect-libc": {
|
|
1850
|
+
"version": "1.0.3",
|
|
1851
|
+
"resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
|
|
1852
|
+
"integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
|
|
1853
|
+
"dev": true,
|
|
1854
|
+
"license": "Apache-2.0",
|
|
1855
|
+
"optional": true,
|
|
1856
|
+
"bin": {
|
|
1857
|
+
"detect-libc": "bin/detect-libc.js"
|
|
1858
|
+
},
|
|
1859
|
+
"engines": {
|
|
1860
|
+
"node": ">=0.10"
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
"node_modules/elysia": {
|
|
1864
|
+
"version": "1.4.19",
|
|
1865
|
+
"resolved": "https://registry.npmmirror.com/elysia/-/elysia-1.4.19.tgz",
|
|
1866
|
+
"integrity": "sha512-DZb9y8FnWyX5IuqY44SvqAV0DjJ15NeCWHrLdgXrKgTPDPsl3VNwWHqrEr9bmnOCpg1vh6QUvAX/tcxNj88jLA==",
|
|
1867
|
+
"license": "MIT",
|
|
1868
|
+
"dependencies": {
|
|
1869
|
+
"cookie": "^1.1.1",
|
|
1870
|
+
"exact-mirror": "0.2.5",
|
|
1871
|
+
"fast-decode-uri-component": "^1.0.1",
|
|
1872
|
+
"memoirist": "^0.4.0"
|
|
1873
|
+
},
|
|
1874
|
+
"peerDependencies": {
|
|
1875
|
+
"@sinclair/typebox": ">= 0.34.0 < 1",
|
|
1876
|
+
"@types/bun": ">= 1.2.0",
|
|
1877
|
+
"exact-mirror": ">= 0.0.9",
|
|
1878
|
+
"file-type": ">= 20.0.0",
|
|
1879
|
+
"openapi-types": ">= 12.0.0",
|
|
1880
|
+
"typescript": ">= 5.0.0"
|
|
1881
|
+
},
|
|
1882
|
+
"peerDependenciesMeta": {
|
|
1883
|
+
"@types/bun": {
|
|
1884
|
+
"optional": true
|
|
1885
|
+
},
|
|
1886
|
+
"typescript": {
|
|
1887
|
+
"optional": true
|
|
1888
|
+
}
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
"node_modules/entities": {
|
|
1892
|
+
"version": "7.0.0",
|
|
1893
|
+
"resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.0.tgz",
|
|
1894
|
+
"integrity": "sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==",
|
|
1895
|
+
"dev": true,
|
|
1896
|
+
"license": "BSD-2-Clause",
|
|
1897
|
+
"engines": {
|
|
1898
|
+
"node": ">=0.12"
|
|
1899
|
+
},
|
|
1900
|
+
"funding": {
|
|
1901
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1904
|
+
"node_modules/esbuild": {
|
|
1905
|
+
"version": "0.25.12",
|
|
1906
|
+
"resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.12.tgz",
|
|
1907
|
+
"integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
|
|
1908
|
+
"dev": true,
|
|
1909
|
+
"hasInstallScript": true,
|
|
1910
|
+
"license": "MIT",
|
|
1911
|
+
"bin": {
|
|
1912
|
+
"esbuild": "bin/esbuild"
|
|
1913
|
+
},
|
|
1914
|
+
"engines": {
|
|
1915
|
+
"node": ">=18"
|
|
1916
|
+
},
|
|
1917
|
+
"optionalDependencies": {
|
|
1918
|
+
"@esbuild/aix-ppc64": "0.25.12",
|
|
1919
|
+
"@esbuild/android-arm": "0.25.12",
|
|
1920
|
+
"@esbuild/android-arm64": "0.25.12",
|
|
1921
|
+
"@esbuild/android-x64": "0.25.12",
|
|
1922
|
+
"@esbuild/darwin-arm64": "0.25.12",
|
|
1923
|
+
"@esbuild/darwin-x64": "0.25.12",
|
|
1924
|
+
"@esbuild/freebsd-arm64": "0.25.12",
|
|
1925
|
+
"@esbuild/freebsd-x64": "0.25.12",
|
|
1926
|
+
"@esbuild/linux-arm": "0.25.12",
|
|
1927
|
+
"@esbuild/linux-arm64": "0.25.12",
|
|
1928
|
+
"@esbuild/linux-ia32": "0.25.12",
|
|
1929
|
+
"@esbuild/linux-loong64": "0.25.12",
|
|
1930
|
+
"@esbuild/linux-mips64el": "0.25.12",
|
|
1931
|
+
"@esbuild/linux-ppc64": "0.25.12",
|
|
1932
|
+
"@esbuild/linux-riscv64": "0.25.12",
|
|
1933
|
+
"@esbuild/linux-s390x": "0.25.12",
|
|
1934
|
+
"@esbuild/linux-x64": "0.25.12",
|
|
1935
|
+
"@esbuild/netbsd-arm64": "0.25.12",
|
|
1936
|
+
"@esbuild/netbsd-x64": "0.25.12",
|
|
1937
|
+
"@esbuild/openbsd-arm64": "0.25.12",
|
|
1938
|
+
"@esbuild/openbsd-x64": "0.25.12",
|
|
1939
|
+
"@esbuild/openharmony-arm64": "0.25.12",
|
|
1940
|
+
"@esbuild/sunos-x64": "0.25.12",
|
|
1941
|
+
"@esbuild/win32-arm64": "0.25.12",
|
|
1942
|
+
"@esbuild/win32-ia32": "0.25.12",
|
|
1943
|
+
"@esbuild/win32-x64": "0.25.12"
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
"node_modules/esprima": {
|
|
1947
|
+
"version": "4.0.1",
|
|
1948
|
+
"resolved": "https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz",
|
|
1949
|
+
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
|
1950
|
+
"dev": true,
|
|
1951
|
+
"license": "BSD-2-Clause",
|
|
1952
|
+
"bin": {
|
|
1953
|
+
"esparse": "bin/esparse.js",
|
|
1954
|
+
"esvalidate": "bin/esvalidate.js"
|
|
1955
|
+
},
|
|
1956
|
+
"engines": {
|
|
1957
|
+
"node": ">=4"
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
"node_modules/esprima-extract-comments": {
|
|
1961
|
+
"version": "1.1.0",
|
|
1962
|
+
"resolved": "https://registry.npmmirror.com/esprima-extract-comments/-/esprima-extract-comments-1.1.0.tgz",
|
|
1963
|
+
"integrity": "sha512-sBQUnvJwpeE9QnPrxh7dpI/dp67erYG4WXEAreAMoelPRpMR7NWb4YtwRPn9b+H1uLQKl/qS8WYmyaljTpjIsw==",
|
|
1964
|
+
"dev": true,
|
|
1965
|
+
"license": "MIT",
|
|
1966
|
+
"dependencies": {
|
|
1967
|
+
"esprima": "^4.0.0"
|
|
1968
|
+
},
|
|
1969
|
+
"engines": {
|
|
1970
|
+
"node": ">=4"
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1973
|
+
"node_modules/estree-walker": {
|
|
1974
|
+
"version": "2.0.2",
|
|
1975
|
+
"resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
1976
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
1977
|
+
"dev": true,
|
|
1978
|
+
"license": "MIT"
|
|
1979
|
+
},
|
|
1980
|
+
"node_modules/exact-mirror": {
|
|
1981
|
+
"version": "0.2.5",
|
|
1982
|
+
"resolved": "https://registry.npmmirror.com/exact-mirror/-/exact-mirror-0.2.5.tgz",
|
|
1983
|
+
"integrity": "sha512-u8Wu2lO8nio5lKSJubOydsdNtQmH8ENba5m0nbQYmTvsjksXKYIS1nSShdDlO8Uem+kbo+N6eD5I03cpZ+QsRQ==",
|
|
1984
|
+
"license": "MIT",
|
|
1985
|
+
"peerDependencies": {
|
|
1986
|
+
"@sinclair/typebox": "^0.34.15"
|
|
1987
|
+
},
|
|
1988
|
+
"peerDependenciesMeta": {
|
|
1989
|
+
"@sinclair/typebox": {
|
|
1990
|
+
"optional": true
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
},
|
|
1994
|
+
"node_modules/exsolve": {
|
|
1995
|
+
"version": "1.0.8",
|
|
1996
|
+
"resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.8.tgz",
|
|
1997
|
+
"integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
|
|
1998
|
+
"dev": true,
|
|
1999
|
+
"license": "MIT"
|
|
2000
|
+
},
|
|
2001
|
+
"node_modules/extract-comments": {
|
|
2002
|
+
"version": "1.1.0",
|
|
2003
|
+
"resolved": "https://registry.npmmirror.com/extract-comments/-/extract-comments-1.1.0.tgz",
|
|
2004
|
+
"integrity": "sha512-dzbZV2AdSSVW/4E7Ti5hZdHWbA+Z80RJsJhr5uiL10oyjl/gy7/o+HI1HwK4/WSZhlq4SNKU3oUzXlM13Qx02Q==",
|
|
2005
|
+
"dev": true,
|
|
2006
|
+
"license": "MIT",
|
|
2007
|
+
"dependencies": {
|
|
2008
|
+
"esprima-extract-comments": "^1.1.0",
|
|
2009
|
+
"parse-code-context": "^1.0.0"
|
|
2010
|
+
},
|
|
2011
|
+
"engines": {
|
|
2012
|
+
"node": ">=6"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
"node_modules/fast-decode-uri-component": {
|
|
2016
|
+
"version": "1.0.1",
|
|
2017
|
+
"resolved": "https://registry.npmmirror.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
|
|
2018
|
+
"integrity": "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==",
|
|
2019
|
+
"license": "MIT"
|
|
2020
|
+
},
|
|
2021
|
+
"node_modules/fast-glob": {
|
|
2022
|
+
"version": "3.3.3",
|
|
2023
|
+
"resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
2024
|
+
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
2025
|
+
"dev": true,
|
|
2026
|
+
"license": "MIT",
|
|
2027
|
+
"dependencies": {
|
|
2028
|
+
"@nodelib/fs.stat": "^2.0.2",
|
|
2029
|
+
"@nodelib/fs.walk": "^1.2.3",
|
|
2030
|
+
"glob-parent": "^5.1.2",
|
|
2031
|
+
"merge2": "^1.3.0",
|
|
2032
|
+
"micromatch": "^4.0.8"
|
|
2033
|
+
},
|
|
2034
|
+
"engines": {
|
|
2035
|
+
"node": ">=8.6.0"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
"node_modules/fastq": {
|
|
2039
|
+
"version": "1.20.1",
|
|
2040
|
+
"resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz",
|
|
2041
|
+
"integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
|
|
2042
|
+
"dev": true,
|
|
2043
|
+
"license": "ISC",
|
|
2044
|
+
"dependencies": {
|
|
2045
|
+
"reusify": "^1.0.4"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
"node_modules/fdir": {
|
|
2049
|
+
"version": "6.5.0",
|
|
2050
|
+
"resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
|
|
2051
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
2052
|
+
"dev": true,
|
|
2053
|
+
"license": "MIT",
|
|
2054
|
+
"engines": {
|
|
2055
|
+
"node": ">=12.0.0"
|
|
2056
|
+
},
|
|
2057
|
+
"peerDependencies": {
|
|
2058
|
+
"picomatch": "^3 || ^4"
|
|
2059
|
+
},
|
|
2060
|
+
"peerDependenciesMeta": {
|
|
2061
|
+
"picomatch": {
|
|
2062
|
+
"optional": true
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
"node_modules/fill-range": {
|
|
2067
|
+
"version": "7.1.1",
|
|
2068
|
+
"resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
|
|
2069
|
+
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
2070
|
+
"dev": true,
|
|
2071
|
+
"license": "MIT",
|
|
2072
|
+
"dependencies": {
|
|
2073
|
+
"to-regex-range": "^5.0.1"
|
|
2074
|
+
},
|
|
2075
|
+
"engines": {
|
|
2076
|
+
"node": ">=8"
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
"node_modules/fsevents": {
|
|
2080
|
+
"version": "2.3.3",
|
|
2081
|
+
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
|
|
2082
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
2083
|
+
"dev": true,
|
|
2084
|
+
"hasInstallScript": true,
|
|
2085
|
+
"license": "MIT",
|
|
2086
|
+
"optional": true,
|
|
2087
|
+
"os": [
|
|
2088
|
+
"darwin"
|
|
2089
|
+
],
|
|
2090
|
+
"engines": {
|
|
2091
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2094
|
+
"node_modules/generic-pool": {
|
|
2095
|
+
"version": "3.9.0",
|
|
2096
|
+
"resolved": "https://registry.npmmirror.com/generic-pool/-/generic-pool-3.9.0.tgz",
|
|
2097
|
+
"integrity": "sha512-hymDOu5B53XvN4QT9dBmZxPX4CWhBPPLguTZ9MMFeFa/Kg0xWVfylOVNlJji/E7yTZWFd/q9GO5TxDLq156D7g==",
|
|
2098
|
+
"license": "MIT",
|
|
2099
|
+
"engines": {
|
|
2100
|
+
"node": ">= 4"
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
"node_modules/glob-parent": {
|
|
2104
|
+
"version": "5.1.2",
|
|
2105
|
+
"resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
2106
|
+
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
2107
|
+
"dev": true,
|
|
2108
|
+
"license": "ISC",
|
|
2109
|
+
"dependencies": {
|
|
2110
|
+
"is-glob": "^4.0.1"
|
|
2111
|
+
},
|
|
2112
|
+
"engines": {
|
|
2113
|
+
"node": ">= 6"
|
|
2114
|
+
}
|
|
2115
|
+
},
|
|
2116
|
+
"node_modules/has-flag": {
|
|
2117
|
+
"version": "4.0.0",
|
|
2118
|
+
"resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
|
|
2119
|
+
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
2120
|
+
"dev": true,
|
|
2121
|
+
"license": "MIT",
|
|
2122
|
+
"engines": {
|
|
2123
|
+
"node": ">=8"
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2126
|
+
"node_modules/he": {
|
|
2127
|
+
"version": "1.2.0",
|
|
2128
|
+
"resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
|
|
2129
|
+
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
|
|
2130
|
+
"dev": true,
|
|
2131
|
+
"license": "MIT",
|
|
2132
|
+
"bin": {
|
|
2133
|
+
"he": "bin/he"
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
"node_modules/hookable": {
|
|
2137
|
+
"version": "5.5.3",
|
|
2138
|
+
"resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
|
|
2139
|
+
"integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
|
|
2140
|
+
"license": "MIT"
|
|
2141
|
+
},
|
|
2142
|
+
"node_modules/immutable": {
|
|
2143
|
+
"version": "5.1.4",
|
|
2144
|
+
"resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.4.tgz",
|
|
2145
|
+
"integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==",
|
|
2146
|
+
"dev": true,
|
|
2147
|
+
"license": "MIT"
|
|
2148
|
+
},
|
|
2149
|
+
"node_modules/is-extglob": {
|
|
2150
|
+
"version": "2.1.1",
|
|
2151
|
+
"resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
2152
|
+
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
2153
|
+
"dev": true,
|
|
2154
|
+
"license": "MIT",
|
|
2155
|
+
"engines": {
|
|
2156
|
+
"node": ">=0.10.0"
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
"node_modules/is-glob": {
|
|
2160
|
+
"version": "4.0.3",
|
|
2161
|
+
"resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
|
|
2162
|
+
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
2163
|
+
"dev": true,
|
|
2164
|
+
"license": "MIT",
|
|
2165
|
+
"dependencies": {
|
|
2166
|
+
"is-extglob": "^2.1.1"
|
|
2167
|
+
},
|
|
2168
|
+
"engines": {
|
|
2169
|
+
"node": ">=0.10.0"
|
|
2170
|
+
}
|
|
2171
|
+
},
|
|
2172
|
+
"node_modules/is-number": {
|
|
2173
|
+
"version": "7.0.0",
|
|
2174
|
+
"resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
|
|
2175
|
+
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
2176
|
+
"dev": true,
|
|
2177
|
+
"license": "MIT",
|
|
2178
|
+
"engines": {
|
|
2179
|
+
"node": ">=0.12.0"
|
|
2180
|
+
}
|
|
2181
|
+
},
|
|
2182
|
+
"node_modules/json5": {
|
|
2183
|
+
"version": "2.2.3",
|
|
2184
|
+
"resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
|
|
2185
|
+
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
2186
|
+
"dev": true,
|
|
2187
|
+
"license": "MIT",
|
|
2188
|
+
"bin": {
|
|
2189
|
+
"json5": "lib/cli.js"
|
|
2190
|
+
},
|
|
2191
|
+
"engines": {
|
|
2192
|
+
"node": ">=6"
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
"node_modules/local-pkg": {
|
|
2196
|
+
"version": "1.1.2",
|
|
2197
|
+
"resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.2.tgz",
|
|
2198
|
+
"integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
|
|
2199
|
+
"dev": true,
|
|
2200
|
+
"license": "MIT",
|
|
2201
|
+
"dependencies": {
|
|
2202
|
+
"mlly": "^1.7.4",
|
|
2203
|
+
"pkg-types": "^2.3.0",
|
|
2204
|
+
"quansync": "^0.2.11"
|
|
2205
|
+
},
|
|
2206
|
+
"engines": {
|
|
2207
|
+
"node": ">=14"
|
|
2208
|
+
},
|
|
2209
|
+
"funding": {
|
|
2210
|
+
"url": "https://github.com/sponsors/antfu"
|
|
2211
|
+
}
|
|
2212
|
+
},
|
|
2213
|
+
"node_modules/magic-string": {
|
|
2214
|
+
"version": "0.30.21",
|
|
2215
|
+
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
|
|
2216
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
2217
|
+
"dev": true,
|
|
2218
|
+
"license": "MIT",
|
|
2219
|
+
"dependencies": {
|
|
2220
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
2221
|
+
}
|
|
2222
|
+
},
|
|
2223
|
+
"node_modules/memoirist": {
|
|
2224
|
+
"version": "0.4.0",
|
|
2225
|
+
"resolved": "https://registry.npmmirror.com/memoirist/-/memoirist-0.4.0.tgz",
|
|
2226
|
+
"integrity": "sha512-zxTgA0mSYELa66DimuNQDvyLq36AwDlTuVRbnQtB+VuTcKWm5Qc4z3WkSpgsFWHNhexqkIooqpv4hdcqrX5Nmg==",
|
|
2227
|
+
"license": "MIT"
|
|
2228
|
+
},
|
|
2229
|
+
"node_modules/memory-pager": {
|
|
2230
|
+
"version": "1.5.0",
|
|
2231
|
+
"resolved": "https://registry.npmmirror.com/memory-pager/-/memory-pager-1.5.0.tgz",
|
|
2232
|
+
"integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==",
|
|
2233
|
+
"license": "MIT"
|
|
2234
|
+
},
|
|
2235
|
+
"node_modules/merge2": {
|
|
2236
|
+
"version": "1.4.1",
|
|
2237
|
+
"resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
|
|
2238
|
+
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
2239
|
+
"dev": true,
|
|
2240
|
+
"license": "MIT",
|
|
2241
|
+
"engines": {
|
|
2242
|
+
"node": ">= 8"
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2245
|
+
"node_modules/micromatch": {
|
|
2246
|
+
"version": "4.0.8",
|
|
2247
|
+
"resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
|
|
2248
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
2249
|
+
"dev": true,
|
|
2250
|
+
"license": "MIT",
|
|
2251
|
+
"dependencies": {
|
|
2252
|
+
"braces": "^3.0.3",
|
|
2253
|
+
"picomatch": "^2.3.1"
|
|
2254
|
+
},
|
|
2255
|
+
"engines": {
|
|
2256
|
+
"node": ">=8.6"
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
"node_modules/minimatch": {
|
|
2260
|
+
"version": "9.0.5",
|
|
2261
|
+
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
|
|
2262
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
2263
|
+
"dev": true,
|
|
2264
|
+
"license": "ISC",
|
|
2265
|
+
"dependencies": {
|
|
2266
|
+
"brace-expansion": "^2.0.1"
|
|
2267
|
+
},
|
|
2268
|
+
"engines": {
|
|
2269
|
+
"node": ">=16 || 14 >=14.17"
|
|
2270
|
+
},
|
|
2271
|
+
"funding": {
|
|
2272
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2273
|
+
}
|
|
2274
|
+
},
|
|
2275
|
+
"node_modules/mlly": {
|
|
2276
|
+
"version": "1.8.0",
|
|
2277
|
+
"resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.8.0.tgz",
|
|
2278
|
+
"integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==",
|
|
2279
|
+
"dev": true,
|
|
2280
|
+
"license": "MIT",
|
|
2281
|
+
"dependencies": {
|
|
2282
|
+
"acorn": "^8.15.0",
|
|
2283
|
+
"pathe": "^2.0.3",
|
|
2284
|
+
"pkg-types": "^1.3.1",
|
|
2285
|
+
"ufo": "^1.6.1"
|
|
2286
|
+
}
|
|
2287
|
+
},
|
|
2288
|
+
"node_modules/mlly/node_modules/confbox": {
|
|
2289
|
+
"version": "0.1.8",
|
|
2290
|
+
"resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
|
|
2291
|
+
"integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
|
|
2292
|
+
"dev": true,
|
|
2293
|
+
"license": "MIT"
|
|
2294
|
+
},
|
|
2295
|
+
"node_modules/mlly/node_modules/pathe": {
|
|
2296
|
+
"version": "2.0.3",
|
|
2297
|
+
"resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
|
|
2298
|
+
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
2299
|
+
"dev": true,
|
|
2300
|
+
"license": "MIT"
|
|
2301
|
+
},
|
|
2302
|
+
"node_modules/mlly/node_modules/pkg-types": {
|
|
2303
|
+
"version": "1.3.1",
|
|
2304
|
+
"resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
|
|
2305
|
+
"integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
|
|
2306
|
+
"dev": true,
|
|
2307
|
+
"license": "MIT",
|
|
2308
|
+
"dependencies": {
|
|
2309
|
+
"confbox": "^0.1.8",
|
|
2310
|
+
"mlly": "^1.7.4",
|
|
2311
|
+
"pathe": "^2.0.1"
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
"node_modules/mongodb": {
|
|
2315
|
+
"version": "6.21.0",
|
|
2316
|
+
"resolved": "https://registry.npmmirror.com/mongodb/-/mongodb-6.21.0.tgz",
|
|
2317
|
+
"integrity": "sha512-URyb/VXMjJ4da46OeSXg+puO39XH9DeQpWCslifrRn9JWugy0D+DvvBvkm2WxmHe61O/H19JM66p1z7RHVkZ6A==",
|
|
2318
|
+
"license": "Apache-2.0",
|
|
2319
|
+
"dependencies": {
|
|
2320
|
+
"@mongodb-js/saslprep": "^1.3.0",
|
|
2321
|
+
"bson": "^6.10.4",
|
|
2322
|
+
"mongodb-connection-string-url": "^3.0.2"
|
|
2323
|
+
},
|
|
2324
|
+
"engines": {
|
|
2325
|
+
"node": ">=16.20.1"
|
|
2326
|
+
},
|
|
2327
|
+
"peerDependencies": {
|
|
2328
|
+
"@aws-sdk/credential-providers": "^3.188.0",
|
|
2329
|
+
"@mongodb-js/zstd": "^1.1.0 || ^2.0.0",
|
|
2330
|
+
"gcp-metadata": "^5.2.0",
|
|
2331
|
+
"kerberos": "^2.0.1",
|
|
2332
|
+
"mongodb-client-encryption": ">=6.0.0 <7",
|
|
2333
|
+
"snappy": "^7.3.2",
|
|
2334
|
+
"socks": "^2.7.1"
|
|
2335
|
+
},
|
|
2336
|
+
"peerDependenciesMeta": {
|
|
2337
|
+
"@aws-sdk/credential-providers": {
|
|
2338
|
+
"optional": true
|
|
2339
|
+
},
|
|
2340
|
+
"@mongodb-js/zstd": {
|
|
2341
|
+
"optional": true
|
|
2342
|
+
},
|
|
2343
|
+
"gcp-metadata": {
|
|
2344
|
+
"optional": true
|
|
2345
|
+
},
|
|
2346
|
+
"kerberos": {
|
|
2347
|
+
"optional": true
|
|
2348
|
+
},
|
|
2349
|
+
"mongodb-client-encryption": {
|
|
2350
|
+
"optional": true
|
|
2351
|
+
},
|
|
2352
|
+
"snappy": {
|
|
2353
|
+
"optional": true
|
|
2354
|
+
},
|
|
2355
|
+
"socks": {
|
|
2356
|
+
"optional": true
|
|
2357
|
+
}
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2360
|
+
"node_modules/mongodb-connection-string-url": {
|
|
2361
|
+
"version": "3.0.2",
|
|
2362
|
+
"resolved": "https://registry.npmmirror.com/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.2.tgz",
|
|
2363
|
+
"integrity": "sha512-rMO7CGo/9BFwyZABcKAWL8UJwH/Kc2x0g72uhDWzG48URRax5TCIcJ7Rc3RZqffZzO/Gwff/jyKwCU9TN8gehA==",
|
|
2364
|
+
"license": "Apache-2.0",
|
|
2365
|
+
"dependencies": {
|
|
2366
|
+
"@types/whatwg-url": "^11.0.2",
|
|
2367
|
+
"whatwg-url": "^14.1.0 || ^13.0.0"
|
|
2368
|
+
}
|
|
2369
|
+
},
|
|
2370
|
+
"node_modules/ms": {
|
|
2371
|
+
"version": "2.1.3",
|
|
2372
|
+
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
|
2373
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
2374
|
+
"dev": true,
|
|
2375
|
+
"license": "MIT"
|
|
2376
|
+
},
|
|
2377
|
+
"node_modules/muggle-string": {
|
|
2378
|
+
"version": "0.4.1",
|
|
2379
|
+
"resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
|
|
2380
|
+
"integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
|
|
2381
|
+
"dev": true,
|
|
2382
|
+
"license": "MIT"
|
|
2383
|
+
},
|
|
2384
|
+
"node_modules/nanoid": {
|
|
2385
|
+
"version": "3.3.11",
|
|
2386
|
+
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
|
|
2387
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
2388
|
+
"dev": true,
|
|
2389
|
+
"funding": [
|
|
2390
|
+
{
|
|
2391
|
+
"type": "github",
|
|
2392
|
+
"url": "https://github.com/sponsors/ai"
|
|
2393
|
+
}
|
|
2394
|
+
],
|
|
2395
|
+
"license": "MIT",
|
|
2396
|
+
"bin": {
|
|
2397
|
+
"nanoid": "bin/nanoid.cjs"
|
|
2398
|
+
},
|
|
2399
|
+
"engines": {
|
|
2400
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
2401
|
+
}
|
|
2402
|
+
},
|
|
2403
|
+
"node_modules/node-addon-api": {
|
|
2404
|
+
"version": "7.1.1",
|
|
2405
|
+
"resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
|
|
2406
|
+
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
|
|
2407
|
+
"dev": true,
|
|
2408
|
+
"license": "MIT",
|
|
2409
|
+
"optional": true
|
|
2410
|
+
},
|
|
2411
|
+
"node_modules/openapi-types": {
|
|
2412
|
+
"version": "12.1.3",
|
|
2413
|
+
"resolved": "https://registry.npmmirror.com/openapi-types/-/openapi-types-12.1.3.tgz",
|
|
2414
|
+
"integrity": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==",
|
|
2415
|
+
"license": "MIT"
|
|
2416
|
+
},
|
|
2417
|
+
"node_modules/parse-code-context": {
|
|
2418
|
+
"version": "1.0.0",
|
|
2419
|
+
"resolved": "https://registry.npmmirror.com/parse-code-context/-/parse-code-context-1.0.0.tgz",
|
|
2420
|
+
"integrity": "sha512-OZQaqKaQnR21iqhlnPfVisFjBWjhnMl5J9MgbP8xC+EwoVqbXrq78lp+9Zb3ahmLzrIX5Us/qbvBnaS3hkH6OA==",
|
|
2421
|
+
"dev": true,
|
|
2422
|
+
"license": "MIT",
|
|
2423
|
+
"engines": {
|
|
2424
|
+
"node": ">=6"
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2427
|
+
"node_modules/path-browserify": {
|
|
2428
|
+
"version": "1.0.1",
|
|
2429
|
+
"resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
|
|
2430
|
+
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
|
|
2431
|
+
"dev": true,
|
|
2432
|
+
"license": "MIT"
|
|
2433
|
+
},
|
|
2434
|
+
"node_modules/pathe": {
|
|
2435
|
+
"version": "1.1.2",
|
|
2436
|
+
"resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
|
|
2437
|
+
"integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
|
|
2438
|
+
"license": "MIT"
|
|
2439
|
+
},
|
|
2440
|
+
"node_modules/picocolors": {
|
|
2441
|
+
"version": "1.1.1",
|
|
2442
|
+
"resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
|
|
2443
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
2444
|
+
"dev": true,
|
|
2445
|
+
"license": "ISC"
|
|
2446
|
+
},
|
|
2447
|
+
"node_modules/picomatch": {
|
|
2448
|
+
"version": "2.3.1",
|
|
2449
|
+
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
|
|
2450
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
2451
|
+
"dev": true,
|
|
2452
|
+
"license": "MIT",
|
|
2453
|
+
"engines": {
|
|
2454
|
+
"node": ">=8.6"
|
|
2455
|
+
},
|
|
2456
|
+
"funding": {
|
|
2457
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2458
|
+
}
|
|
2459
|
+
},
|
|
2460
|
+
"node_modules/pinia": {
|
|
2461
|
+
"version": "2.3.1",
|
|
2462
|
+
"resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.3.1.tgz",
|
|
2463
|
+
"integrity": "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==",
|
|
2464
|
+
"dev": true,
|
|
2465
|
+
"license": "MIT",
|
|
2466
|
+
"dependencies": {
|
|
2467
|
+
"@vue/devtools-api": "^6.6.3",
|
|
2468
|
+
"vue-demi": "^0.14.10"
|
|
2469
|
+
},
|
|
2470
|
+
"funding": {
|
|
2471
|
+
"url": "https://github.com/sponsors/posva"
|
|
2472
|
+
},
|
|
2473
|
+
"peerDependencies": {
|
|
2474
|
+
"typescript": ">=4.4.4",
|
|
2475
|
+
"vue": "^2.7.0 || ^3.5.11"
|
|
2476
|
+
},
|
|
2477
|
+
"peerDependenciesMeta": {
|
|
2478
|
+
"typescript": {
|
|
2479
|
+
"optional": true
|
|
2480
|
+
}
|
|
2481
|
+
}
|
|
2482
|
+
},
|
|
2483
|
+
"node_modules/pkg-types": {
|
|
2484
|
+
"version": "2.3.0",
|
|
2485
|
+
"resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.3.0.tgz",
|
|
2486
|
+
"integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
|
|
2487
|
+
"dev": true,
|
|
2488
|
+
"license": "MIT",
|
|
2489
|
+
"dependencies": {
|
|
2490
|
+
"confbox": "^0.2.2",
|
|
2491
|
+
"exsolve": "^1.0.7",
|
|
2492
|
+
"pathe": "^2.0.3"
|
|
2493
|
+
}
|
|
2494
|
+
},
|
|
2495
|
+
"node_modules/pkg-types/node_modules/pathe": {
|
|
2496
|
+
"version": "2.0.3",
|
|
2497
|
+
"resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
|
|
2498
|
+
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
2499
|
+
"dev": true,
|
|
2500
|
+
"license": "MIT"
|
|
2501
|
+
},
|
|
2502
|
+
"node_modules/postcss": {
|
|
2503
|
+
"version": "8.5.6",
|
|
2504
|
+
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
|
|
2505
|
+
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
2506
|
+
"dev": true,
|
|
2507
|
+
"funding": [
|
|
2508
|
+
{
|
|
2509
|
+
"type": "opencollective",
|
|
2510
|
+
"url": "https://opencollective.com/postcss/"
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"type": "tidelift",
|
|
2514
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"type": "github",
|
|
2518
|
+
"url": "https://github.com/sponsors/ai"
|
|
2519
|
+
}
|
|
2520
|
+
],
|
|
2521
|
+
"license": "MIT",
|
|
2522
|
+
"dependencies": {
|
|
2523
|
+
"nanoid": "^3.3.11",
|
|
2524
|
+
"picocolors": "^1.1.1",
|
|
2525
|
+
"source-map-js": "^1.2.1"
|
|
2526
|
+
},
|
|
2527
|
+
"engines": {
|
|
2528
|
+
"node": "^10 || ^12 || >=14"
|
|
2529
|
+
}
|
|
2530
|
+
},
|
|
2531
|
+
"node_modules/punycode": {
|
|
2532
|
+
"version": "2.3.1",
|
|
2533
|
+
"resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
|
|
2534
|
+
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
2535
|
+
"license": "MIT",
|
|
2536
|
+
"engines": {
|
|
2537
|
+
"node": ">=6"
|
|
2538
|
+
}
|
|
2539
|
+
},
|
|
2540
|
+
"node_modules/quansync": {
|
|
2541
|
+
"version": "0.2.11",
|
|
2542
|
+
"resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.11.tgz",
|
|
2543
|
+
"integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
|
|
2544
|
+
"dev": true,
|
|
2545
|
+
"funding": [
|
|
2546
|
+
{
|
|
2547
|
+
"type": "individual",
|
|
2548
|
+
"url": "https://github.com/sponsors/antfu"
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"type": "individual",
|
|
2552
|
+
"url": "https://github.com/sponsors/sxzz"
|
|
2553
|
+
}
|
|
2554
|
+
],
|
|
2555
|
+
"license": "MIT"
|
|
2556
|
+
},
|
|
2557
|
+
"node_modules/quasar": {
|
|
2558
|
+
"version": "2.18.6",
|
|
2559
|
+
"resolved": "https://registry.npmmirror.com/quasar/-/quasar-2.18.6.tgz",
|
|
2560
|
+
"integrity": "sha512-ZlK+vJXOBPSFDCNQDBDNwSI+AHoqaFPxK8ve6mhsYLhMKWI5b8zsGY9VU1xYjngO2aBvU4fvGWXy4tTbzrBk8Q==",
|
|
2561
|
+
"dev": true,
|
|
2562
|
+
"license": "MIT",
|
|
2563
|
+
"engines": {
|
|
2564
|
+
"node": ">= 10.18.1",
|
|
2565
|
+
"npm": ">= 6.13.4",
|
|
2566
|
+
"yarn": ">= 1.21.1"
|
|
2567
|
+
},
|
|
2568
|
+
"funding": {
|
|
2569
|
+
"type": "github",
|
|
2570
|
+
"url": "https://donate.quasar.dev"
|
|
2571
|
+
}
|
|
2572
|
+
},
|
|
2573
|
+
"node_modules/queue-microtask": {
|
|
2574
|
+
"version": "1.2.3",
|
|
2575
|
+
"resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
2576
|
+
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
2577
|
+
"dev": true,
|
|
2578
|
+
"funding": [
|
|
2579
|
+
{
|
|
2580
|
+
"type": "github",
|
|
2581
|
+
"url": "https://github.com/sponsors/feross"
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"type": "patreon",
|
|
2585
|
+
"url": "https://www.patreon.com/feross"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"type": "consulting",
|
|
2589
|
+
"url": "https://feross.org/support"
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2592
|
+
"license": "MIT"
|
|
2593
|
+
},
|
|
2594
|
+
"node_modules/readdirp": {
|
|
2595
|
+
"version": "4.1.2",
|
|
2596
|
+
"resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
|
|
2597
|
+
"integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
|
|
2598
|
+
"dev": true,
|
|
2599
|
+
"license": "MIT",
|
|
2600
|
+
"optional": true,
|
|
2601
|
+
"engines": {
|
|
2602
|
+
"node": ">= 14.18.0"
|
|
2603
|
+
},
|
|
2604
|
+
"funding": {
|
|
2605
|
+
"type": "individual",
|
|
2606
|
+
"url": "https://paulmillr.com/funding/"
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
"node_modules/redis": {
|
|
2610
|
+
"version": "4.7.1",
|
|
2611
|
+
"resolved": "https://registry.npmmirror.com/redis/-/redis-4.7.1.tgz",
|
|
2612
|
+
"integrity": "sha512-S1bJDnqLftzHXHP8JsT5II/CtHWQrASX5K96REjWjlmWKrviSOLWmM7QnRLstAWsu1VBBV1ffV6DzCvxNP0UJQ==",
|
|
2613
|
+
"license": "MIT",
|
|
2614
|
+
"workspaces": [
|
|
2615
|
+
"./packages/*"
|
|
2616
|
+
],
|
|
2617
|
+
"dependencies": {
|
|
2618
|
+
"@redis/bloom": "1.2.0",
|
|
2619
|
+
"@redis/client": "1.6.1",
|
|
2620
|
+
"@redis/graph": "1.1.1",
|
|
2621
|
+
"@redis/json": "1.0.7",
|
|
2622
|
+
"@redis/search": "1.2.0",
|
|
2623
|
+
"@redis/time-series": "1.1.0"
|
|
2624
|
+
}
|
|
2625
|
+
},
|
|
2626
|
+
"node_modules/reusify": {
|
|
2627
|
+
"version": "1.1.0",
|
|
2628
|
+
"resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
|
|
2629
|
+
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
|
2630
|
+
"dev": true,
|
|
2631
|
+
"license": "MIT",
|
|
2632
|
+
"engines": {
|
|
2633
|
+
"iojs": ">=1.0.0",
|
|
2634
|
+
"node": ">=0.10.0"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
"node_modules/rollup": {
|
|
2638
|
+
"version": "4.54.0",
|
|
2639
|
+
"resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.54.0.tgz",
|
|
2640
|
+
"integrity": "sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==",
|
|
2641
|
+
"dev": true,
|
|
2642
|
+
"license": "MIT",
|
|
2643
|
+
"dependencies": {
|
|
2644
|
+
"@types/estree": "1.0.8"
|
|
2645
|
+
},
|
|
2646
|
+
"bin": {
|
|
2647
|
+
"rollup": "dist/bin/rollup"
|
|
2648
|
+
},
|
|
2649
|
+
"engines": {
|
|
2650
|
+
"node": ">=18.0.0",
|
|
2651
|
+
"npm": ">=8.0.0"
|
|
2652
|
+
},
|
|
2653
|
+
"optionalDependencies": {
|
|
2654
|
+
"@rollup/rollup-android-arm-eabi": "4.54.0",
|
|
2655
|
+
"@rollup/rollup-android-arm64": "4.54.0",
|
|
2656
|
+
"@rollup/rollup-darwin-arm64": "4.54.0",
|
|
2657
|
+
"@rollup/rollup-darwin-x64": "4.54.0",
|
|
2658
|
+
"@rollup/rollup-freebsd-arm64": "4.54.0",
|
|
2659
|
+
"@rollup/rollup-freebsd-x64": "4.54.0",
|
|
2660
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.54.0",
|
|
2661
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.54.0",
|
|
2662
|
+
"@rollup/rollup-linux-arm64-gnu": "4.54.0",
|
|
2663
|
+
"@rollup/rollup-linux-arm64-musl": "4.54.0",
|
|
2664
|
+
"@rollup/rollup-linux-loong64-gnu": "4.54.0",
|
|
2665
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.54.0",
|
|
2666
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.54.0",
|
|
2667
|
+
"@rollup/rollup-linux-riscv64-musl": "4.54.0",
|
|
2668
|
+
"@rollup/rollup-linux-s390x-gnu": "4.54.0",
|
|
2669
|
+
"@rollup/rollup-linux-x64-gnu": "4.54.0",
|
|
2670
|
+
"@rollup/rollup-linux-x64-musl": "4.54.0",
|
|
2671
|
+
"@rollup/rollup-openharmony-arm64": "4.54.0",
|
|
2672
|
+
"@rollup/rollup-win32-arm64-msvc": "4.54.0",
|
|
2673
|
+
"@rollup/rollup-win32-ia32-msvc": "4.54.0",
|
|
2674
|
+
"@rollup/rollup-win32-x64-gnu": "4.54.0",
|
|
2675
|
+
"@rollup/rollup-win32-x64-msvc": "4.54.0",
|
|
2676
|
+
"fsevents": "~2.3.2"
|
|
2677
|
+
}
|
|
2678
|
+
},
|
|
2679
|
+
"node_modules/run-parallel": {
|
|
2680
|
+
"version": "1.2.0",
|
|
2681
|
+
"resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
2682
|
+
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
2683
|
+
"dev": true,
|
|
2684
|
+
"funding": [
|
|
2685
|
+
{
|
|
2686
|
+
"type": "github",
|
|
2687
|
+
"url": "https://github.com/sponsors/feross"
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"type": "patreon",
|
|
2691
|
+
"url": "https://www.patreon.com/feross"
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"type": "consulting",
|
|
2695
|
+
"url": "https://feross.org/support"
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"license": "MIT",
|
|
2699
|
+
"dependencies": {
|
|
2700
|
+
"queue-microtask": "^1.2.2"
|
|
2701
|
+
}
|
|
2702
|
+
},
|
|
2703
|
+
"node_modules/rxjs": {
|
|
2704
|
+
"version": "7.8.2",
|
|
2705
|
+
"resolved": "https://registry.npmmirror.com/rxjs/-/rxjs-7.8.2.tgz",
|
|
2706
|
+
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
|
|
2707
|
+
"dev": true,
|
|
2708
|
+
"license": "Apache-2.0",
|
|
2709
|
+
"dependencies": {
|
|
2710
|
+
"tslib": "^2.1.0"
|
|
2711
|
+
}
|
|
2712
|
+
},
|
|
2713
|
+
"node_modules/sass": {
|
|
2714
|
+
"version": "1.97.1",
|
|
2715
|
+
"resolved": "https://registry.npmmirror.com/sass/-/sass-1.97.1.tgz",
|
|
2716
|
+
"integrity": "sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==",
|
|
2717
|
+
"dev": true,
|
|
2718
|
+
"license": "MIT",
|
|
2719
|
+
"optional": true,
|
|
2720
|
+
"dependencies": {
|
|
2721
|
+
"chokidar": "^4.0.0",
|
|
2722
|
+
"immutable": "^5.0.2",
|
|
2723
|
+
"source-map-js": ">=0.6.2 <2.0.0"
|
|
2724
|
+
},
|
|
2725
|
+
"bin": {
|
|
2726
|
+
"sass": "sass.js"
|
|
2727
|
+
},
|
|
2728
|
+
"engines": {
|
|
2729
|
+
"node": ">=14.0.0"
|
|
2730
|
+
},
|
|
2731
|
+
"optionalDependencies": {
|
|
2732
|
+
"@parcel/watcher": "^2.4.1"
|
|
2733
|
+
}
|
|
2734
|
+
},
|
|
2735
|
+
"node_modules/sass-embedded": {
|
|
2736
|
+
"version": "1.97.1",
|
|
2737
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded/-/sass-embedded-1.97.1.tgz",
|
|
2738
|
+
"integrity": "sha512-wH3CbOThHYGX0bUyqFf7laLKyhVWIFc2lHynitkqMIUCtX2ixH9mQh0bN7+hkUu5BFt/SXvEMjFbkEbBMpQiSQ==",
|
|
2739
|
+
"dev": true,
|
|
2740
|
+
"license": "MIT",
|
|
2741
|
+
"dependencies": {
|
|
2742
|
+
"@bufbuild/protobuf": "^2.5.0",
|
|
2743
|
+
"buffer-builder": "^0.2.0",
|
|
2744
|
+
"colorjs.io": "^0.5.0",
|
|
2745
|
+
"immutable": "^5.0.2",
|
|
2746
|
+
"rxjs": "^7.4.0",
|
|
2747
|
+
"supports-color": "^8.1.1",
|
|
2748
|
+
"sync-child-process": "^1.0.2",
|
|
2749
|
+
"varint": "^6.0.0"
|
|
2750
|
+
},
|
|
2751
|
+
"bin": {
|
|
2752
|
+
"sass": "dist/bin/sass.js"
|
|
2753
|
+
},
|
|
2754
|
+
"engines": {
|
|
2755
|
+
"node": ">=16.0.0"
|
|
2756
|
+
},
|
|
2757
|
+
"optionalDependencies": {
|
|
2758
|
+
"sass-embedded-all-unknown": "1.97.1",
|
|
2759
|
+
"sass-embedded-android-arm": "1.97.1",
|
|
2760
|
+
"sass-embedded-android-arm64": "1.97.1",
|
|
2761
|
+
"sass-embedded-android-riscv64": "1.97.1",
|
|
2762
|
+
"sass-embedded-android-x64": "1.97.1",
|
|
2763
|
+
"sass-embedded-darwin-arm64": "1.97.1",
|
|
2764
|
+
"sass-embedded-darwin-x64": "1.97.1",
|
|
2765
|
+
"sass-embedded-linux-arm": "1.97.1",
|
|
2766
|
+
"sass-embedded-linux-arm64": "1.97.1",
|
|
2767
|
+
"sass-embedded-linux-musl-arm": "1.97.1",
|
|
2768
|
+
"sass-embedded-linux-musl-arm64": "1.97.1",
|
|
2769
|
+
"sass-embedded-linux-musl-riscv64": "1.97.1",
|
|
2770
|
+
"sass-embedded-linux-musl-x64": "1.97.1",
|
|
2771
|
+
"sass-embedded-linux-riscv64": "1.97.1",
|
|
2772
|
+
"sass-embedded-linux-x64": "1.97.1",
|
|
2773
|
+
"sass-embedded-unknown-all": "1.97.1",
|
|
2774
|
+
"sass-embedded-win32-arm64": "1.97.1",
|
|
2775
|
+
"sass-embedded-win32-x64": "1.97.1"
|
|
2776
|
+
}
|
|
2777
|
+
},
|
|
2778
|
+
"node_modules/sass-embedded-all-unknown": {
|
|
2779
|
+
"version": "1.97.1",
|
|
2780
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-all-unknown/-/sass-embedded-all-unknown-1.97.1.tgz",
|
|
2781
|
+
"integrity": "sha512-0au5gUNibfob7W/g+ycBx74O22CL8vwHiZdEDY6J0uzMkHPiSJk//h0iRf5AUnMArFHJjFd3urIiQIaoRKYa1Q==",
|
|
2782
|
+
"cpu": [
|
|
2783
|
+
"!arm",
|
|
2784
|
+
"!arm64",
|
|
2785
|
+
"!riscv64",
|
|
2786
|
+
"!x64"
|
|
2787
|
+
],
|
|
2788
|
+
"dev": true,
|
|
2789
|
+
"license": "MIT",
|
|
2790
|
+
"optional": true,
|
|
2791
|
+
"dependencies": {
|
|
2792
|
+
"sass": "1.97.1"
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2795
|
+
"node_modules/sass-embedded-android-arm": {
|
|
2796
|
+
"version": "1.97.1",
|
|
2797
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-android-arm/-/sass-embedded-android-arm-1.97.1.tgz",
|
|
2798
|
+
"integrity": "sha512-B5dlv4utJ+yC8ZpBeWTHwSZPVKRlqA8pcaD0FAzeNm/DelIFgQUQtt0UwgYoAI6wDIiie5uSVpMK9l2DaCbiBQ==",
|
|
2799
|
+
"cpu": [
|
|
2800
|
+
"arm"
|
|
2801
|
+
],
|
|
2802
|
+
"dev": true,
|
|
2803
|
+
"license": "MIT",
|
|
2804
|
+
"optional": true,
|
|
2805
|
+
"os": [
|
|
2806
|
+
"android"
|
|
2807
|
+
],
|
|
2808
|
+
"engines": {
|
|
2809
|
+
"node": ">=14.0.0"
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2812
|
+
"node_modules/sass-embedded-android-arm64": {
|
|
2813
|
+
"version": "1.97.1",
|
|
2814
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.97.1.tgz",
|
|
2815
|
+
"integrity": "sha512-h62DmOiS2Jn87s8+8GhJcMerJnTKa1IsIa9iIKjLiqbAvBDKCGUs027RugZkM+Zx7I+vhPq86PUXBYZ9EkRxdw==",
|
|
2816
|
+
"cpu": [
|
|
2817
|
+
"arm64"
|
|
2818
|
+
],
|
|
2819
|
+
"dev": true,
|
|
2820
|
+
"license": "MIT",
|
|
2821
|
+
"optional": true,
|
|
2822
|
+
"os": [
|
|
2823
|
+
"android"
|
|
2824
|
+
],
|
|
2825
|
+
"engines": {
|
|
2826
|
+
"node": ">=14.0.0"
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
"node_modules/sass-embedded-android-riscv64": {
|
|
2830
|
+
"version": "1.97.1",
|
|
2831
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-android-riscv64/-/sass-embedded-android-riscv64-1.97.1.tgz",
|
|
2832
|
+
"integrity": "sha512-tGup88vgaXPnUHEgDMujrt5rfYadvkiVjRb/45FJTx2hQFoGVbmUXz5XqUFjIIbEjQ3kAJqp86A2jy11s43UiQ==",
|
|
2833
|
+
"cpu": [
|
|
2834
|
+
"riscv64"
|
|
2835
|
+
],
|
|
2836
|
+
"dev": true,
|
|
2837
|
+
"license": "MIT",
|
|
2838
|
+
"optional": true,
|
|
2839
|
+
"os": [
|
|
2840
|
+
"android"
|
|
2841
|
+
],
|
|
2842
|
+
"engines": {
|
|
2843
|
+
"node": ">=14.0.0"
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
"node_modules/sass-embedded-android-x64": {
|
|
2847
|
+
"version": "1.97.1",
|
|
2848
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-android-x64/-/sass-embedded-android-x64-1.97.1.tgz",
|
|
2849
|
+
"integrity": "sha512-CAzKjjzu90LZduye2O9+UGX1oScMyF5/RVOa5CxACKALeIS+3XL3LVdV47kwKPoBv5B1aFUvGLscY0CR7jBAbg==",
|
|
2850
|
+
"cpu": [
|
|
2851
|
+
"x64"
|
|
2852
|
+
],
|
|
2853
|
+
"dev": true,
|
|
2854
|
+
"license": "MIT",
|
|
2855
|
+
"optional": true,
|
|
2856
|
+
"os": [
|
|
2857
|
+
"android"
|
|
2858
|
+
],
|
|
2859
|
+
"engines": {
|
|
2860
|
+
"node": ">=14.0.0"
|
|
2861
|
+
}
|
|
2862
|
+
},
|
|
2863
|
+
"node_modules/sass-embedded-darwin-arm64": {
|
|
2864
|
+
"version": "1.97.1",
|
|
2865
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.97.1.tgz",
|
|
2866
|
+
"integrity": "sha512-tyDzspzh5PbqdAFGtVKUXuf0up6Lff3c1U8J7+4Y7jW6AWRBnq95vTzIIxfnNifGCTI2fW5e7GAZpYygKpNwcw==",
|
|
2867
|
+
"cpu": [
|
|
2868
|
+
"arm64"
|
|
2869
|
+
],
|
|
2870
|
+
"dev": true,
|
|
2871
|
+
"license": "MIT",
|
|
2872
|
+
"optional": true,
|
|
2873
|
+
"os": [
|
|
2874
|
+
"darwin"
|
|
2875
|
+
],
|
|
2876
|
+
"engines": {
|
|
2877
|
+
"node": ">=14.0.0"
|
|
2878
|
+
}
|
|
2879
|
+
},
|
|
2880
|
+
"node_modules/sass-embedded-darwin-x64": {
|
|
2881
|
+
"version": "1.97.1",
|
|
2882
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.97.1.tgz",
|
|
2883
|
+
"integrity": "sha512-FMrRuSPI2ICt2M2SYaLbiG4yxn86D6ae+XtrRdrrBMhWprAcB7Iyu67bgRzZkipMZNIKKeTR7EUvJHgZzi5ixQ==",
|
|
2884
|
+
"cpu": [
|
|
2885
|
+
"x64"
|
|
2886
|
+
],
|
|
2887
|
+
"dev": true,
|
|
2888
|
+
"license": "MIT",
|
|
2889
|
+
"optional": true,
|
|
2890
|
+
"os": [
|
|
2891
|
+
"darwin"
|
|
2892
|
+
],
|
|
2893
|
+
"engines": {
|
|
2894
|
+
"node": ">=14.0.0"
|
|
2895
|
+
}
|
|
2896
|
+
},
|
|
2897
|
+
"node_modules/sass-embedded-linux-arm": {
|
|
2898
|
+
"version": "1.97.1",
|
|
2899
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.97.1.tgz",
|
|
2900
|
+
"integrity": "sha512-48VxaTUApLyx1NXFdZhKqI/7FYLmz8Ju3Ki2V/p+mhn5raHgAiYeFgn8O1WGxTOh+hBb9y3FdSR5a8MNTbmKMQ==",
|
|
2901
|
+
"cpu": [
|
|
2902
|
+
"arm"
|
|
2903
|
+
],
|
|
2904
|
+
"dev": true,
|
|
2905
|
+
"license": "MIT",
|
|
2906
|
+
"optional": true,
|
|
2907
|
+
"os": [
|
|
2908
|
+
"linux"
|
|
2909
|
+
],
|
|
2910
|
+
"engines": {
|
|
2911
|
+
"node": ">=14.0.0"
|
|
2912
|
+
}
|
|
2913
|
+
},
|
|
2914
|
+
"node_modules/sass-embedded-linux-arm64": {
|
|
2915
|
+
"version": "1.97.1",
|
|
2916
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.97.1.tgz",
|
|
2917
|
+
"integrity": "sha512-im80gfDWRivw9Su3r3YaZmJaCATcJgu3CsCSLodPk1b1R2+X/E12zEQayvrl05EGT9PDwTtuiqKgS4ND4xjwVg==",
|
|
2918
|
+
"cpu": [
|
|
2919
|
+
"arm64"
|
|
2920
|
+
],
|
|
2921
|
+
"dev": true,
|
|
2922
|
+
"license": "MIT",
|
|
2923
|
+
"optional": true,
|
|
2924
|
+
"os": [
|
|
2925
|
+
"linux"
|
|
2926
|
+
],
|
|
2927
|
+
"engines": {
|
|
2928
|
+
"node": ">=14.0.0"
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2931
|
+
"node_modules/sass-embedded-linux-musl-arm": {
|
|
2932
|
+
"version": "1.97.1",
|
|
2933
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.97.1.tgz",
|
|
2934
|
+
"integrity": "sha512-FUFs466t3PVViVOKY/60JgLLtl61Pf7OW+g5BeEfuqVcSvYUECVHeiYHtX1fT78PEVa0h9tHpM6XpWti+7WYFA==",
|
|
2935
|
+
"cpu": [
|
|
2936
|
+
"arm"
|
|
2937
|
+
],
|
|
2938
|
+
"dev": true,
|
|
2939
|
+
"license": "MIT",
|
|
2940
|
+
"optional": true,
|
|
2941
|
+
"os": [
|
|
2942
|
+
"linux"
|
|
2943
|
+
],
|
|
2944
|
+
"engines": {
|
|
2945
|
+
"node": ">=14.0.0"
|
|
2946
|
+
}
|
|
2947
|
+
},
|
|
2948
|
+
"node_modules/sass-embedded-linux-musl-arm64": {
|
|
2949
|
+
"version": "1.97.1",
|
|
2950
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.97.1.tgz",
|
|
2951
|
+
"integrity": "sha512-kD35WSD9o0279Ptwid3Jnbovo1FYnuG2mayYk9z4ZI4mweXEK6vTu+tlvCE/MdF/zFKSj11qaxaH+uzXe2cO5A==",
|
|
2952
|
+
"cpu": [
|
|
2953
|
+
"arm64"
|
|
2954
|
+
],
|
|
2955
|
+
"dev": true,
|
|
2956
|
+
"license": "MIT",
|
|
2957
|
+
"optional": true,
|
|
2958
|
+
"os": [
|
|
2959
|
+
"linux"
|
|
2960
|
+
],
|
|
2961
|
+
"engines": {
|
|
2962
|
+
"node": ">=14.0.0"
|
|
2963
|
+
}
|
|
2964
|
+
},
|
|
2965
|
+
"node_modules/sass-embedded-linux-musl-riscv64": {
|
|
2966
|
+
"version": "1.97.1",
|
|
2967
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-linux-musl-riscv64/-/sass-embedded-linux-musl-riscv64-1.97.1.tgz",
|
|
2968
|
+
"integrity": "sha512-ZgpYps5YHuhA2+KiLkPukRbS5298QObgUhPll/gm5i0LOZleKCwrFELpVPcbhsSBuxqji2uaag5OL+n3JRBVVg==",
|
|
2969
|
+
"cpu": [
|
|
2970
|
+
"riscv64"
|
|
2971
|
+
],
|
|
2972
|
+
"dev": true,
|
|
2973
|
+
"license": "MIT",
|
|
2974
|
+
"optional": true,
|
|
2975
|
+
"os": [
|
|
2976
|
+
"linux"
|
|
2977
|
+
],
|
|
2978
|
+
"engines": {
|
|
2979
|
+
"node": ">=14.0.0"
|
|
2980
|
+
}
|
|
2981
|
+
},
|
|
2982
|
+
"node_modules/sass-embedded-linux-musl-x64": {
|
|
2983
|
+
"version": "1.97.1",
|
|
2984
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.97.1.tgz",
|
|
2985
|
+
"integrity": "sha512-wcAigOyyvZ6o1zVypWV7QLZqpOEVnlBqJr9MbpnRIm74qFTSbAEmShoh8yMXBymzuVSmEbThxAwW01/TLf62tA==",
|
|
2986
|
+
"cpu": [
|
|
2987
|
+
"x64"
|
|
2988
|
+
],
|
|
2989
|
+
"dev": true,
|
|
2990
|
+
"license": "MIT",
|
|
2991
|
+
"optional": true,
|
|
2992
|
+
"os": [
|
|
2993
|
+
"linux"
|
|
2994
|
+
],
|
|
2995
|
+
"engines": {
|
|
2996
|
+
"node": ">=14.0.0"
|
|
2997
|
+
}
|
|
2998
|
+
},
|
|
2999
|
+
"node_modules/sass-embedded-linux-riscv64": {
|
|
3000
|
+
"version": "1.97.1",
|
|
3001
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-linux-riscv64/-/sass-embedded-linux-riscv64-1.97.1.tgz",
|
|
3002
|
+
"integrity": "sha512-9j1qE1ZrLMuGb+LUmBzw93Z4TNfqlRkkxjPVZy6u5vIggeSfvGbte7eRoYBNWX6SFew/yBCL90KXIirWFSGrlQ==",
|
|
3003
|
+
"cpu": [
|
|
3004
|
+
"riscv64"
|
|
3005
|
+
],
|
|
3006
|
+
"dev": true,
|
|
3007
|
+
"license": "MIT",
|
|
3008
|
+
"optional": true,
|
|
3009
|
+
"os": [
|
|
3010
|
+
"linux"
|
|
3011
|
+
],
|
|
3012
|
+
"engines": {
|
|
3013
|
+
"node": ">=14.0.0"
|
|
3014
|
+
}
|
|
3015
|
+
},
|
|
3016
|
+
"node_modules/sass-embedded-linux-x64": {
|
|
3017
|
+
"version": "1.97.1",
|
|
3018
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.97.1.tgz",
|
|
3019
|
+
"integrity": "sha512-7nrLFYMH/UgvEgXR5JxQJ6y9N4IJmnFnYoDxN0nw0jUp+CQWQL4EJ4RqAKTGelneueRbccvt2sEyPK+X0KJ9Jg==",
|
|
3020
|
+
"cpu": [
|
|
3021
|
+
"x64"
|
|
3022
|
+
],
|
|
3023
|
+
"dev": true,
|
|
3024
|
+
"license": "MIT",
|
|
3025
|
+
"optional": true,
|
|
3026
|
+
"os": [
|
|
3027
|
+
"linux"
|
|
3028
|
+
],
|
|
3029
|
+
"engines": {
|
|
3030
|
+
"node": ">=14.0.0"
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
3033
|
+
"node_modules/sass-embedded-unknown-all": {
|
|
3034
|
+
"version": "1.97.1",
|
|
3035
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-unknown-all/-/sass-embedded-unknown-all-1.97.1.tgz",
|
|
3036
|
+
"integrity": "sha512-oPSeKc7vS2dx3ZJHiUhHKcyqNq0GWzAiR8zMVpPd/kVMl5ZfVyw+5HTCxxWDBGkX02lNpou27JkeBPCaneYGAQ==",
|
|
3037
|
+
"dev": true,
|
|
3038
|
+
"license": "MIT",
|
|
3039
|
+
"optional": true,
|
|
3040
|
+
"os": [
|
|
3041
|
+
"!android",
|
|
3042
|
+
"!darwin",
|
|
3043
|
+
"!linux",
|
|
3044
|
+
"!win32"
|
|
3045
|
+
],
|
|
3046
|
+
"dependencies": {
|
|
3047
|
+
"sass": "1.97.1"
|
|
3048
|
+
}
|
|
3049
|
+
},
|
|
3050
|
+
"node_modules/sass-embedded-win32-arm64": {
|
|
3051
|
+
"version": "1.97.1",
|
|
3052
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-win32-arm64/-/sass-embedded-win32-arm64-1.97.1.tgz",
|
|
3053
|
+
"integrity": "sha512-L5j7J6CbZgHGwcfVedMVpM3z5MYeighcyZE8GF2DVmjWzZI3JtPKNY11wNTD/P9o1Uql10YPOKhGH0iWIXOT7Q==",
|
|
3054
|
+
"cpu": [
|
|
3055
|
+
"arm64"
|
|
3056
|
+
],
|
|
3057
|
+
"dev": true,
|
|
3058
|
+
"license": "MIT",
|
|
3059
|
+
"optional": true,
|
|
3060
|
+
"os": [
|
|
3061
|
+
"win32"
|
|
3062
|
+
],
|
|
3063
|
+
"engines": {
|
|
3064
|
+
"node": ">=14.0.0"
|
|
3065
|
+
}
|
|
3066
|
+
},
|
|
3067
|
+
"node_modules/sass-embedded-win32-x64": {
|
|
3068
|
+
"version": "1.97.1",
|
|
3069
|
+
"resolved": "https://registry.npmmirror.com/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.97.1.tgz",
|
|
3070
|
+
"integrity": "sha512-rfaZAKXU8cW3E7gvdafyD6YtgbEcsDeT99OEiHXRT0UGFuXT8qCOjpAwIKaOA3XXr2d8S42xx6cXcaZ1a+1fgw==",
|
|
3071
|
+
"cpu": [
|
|
3072
|
+
"x64"
|
|
3073
|
+
],
|
|
3074
|
+
"dev": true,
|
|
3075
|
+
"license": "MIT",
|
|
3076
|
+
"optional": true,
|
|
3077
|
+
"os": [
|
|
3078
|
+
"win32"
|
|
3079
|
+
],
|
|
3080
|
+
"engines": {
|
|
3081
|
+
"node": ">=14.0.0"
|
|
3082
|
+
}
|
|
3083
|
+
},
|
|
3084
|
+
"node_modules/source-map-js": {
|
|
3085
|
+
"version": "1.2.1",
|
|
3086
|
+
"resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
3087
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
3088
|
+
"dev": true,
|
|
3089
|
+
"license": "BSD-3-Clause",
|
|
3090
|
+
"engines": {
|
|
3091
|
+
"node": ">=0.10.0"
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
3094
|
+
"node_modules/sparse-bitfield": {
|
|
3095
|
+
"version": "3.0.3",
|
|
3096
|
+
"resolved": "https://registry.npmmirror.com/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
|
|
3097
|
+
"integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==",
|
|
3098
|
+
"license": "MIT",
|
|
3099
|
+
"dependencies": {
|
|
3100
|
+
"memory-pager": "^1.0.2"
|
|
3101
|
+
}
|
|
3102
|
+
},
|
|
3103
|
+
"node_modules/supports-color": {
|
|
3104
|
+
"version": "8.1.1",
|
|
3105
|
+
"resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz",
|
|
3106
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3107
|
+
"dev": true,
|
|
3108
|
+
"license": "MIT",
|
|
3109
|
+
"dependencies": {
|
|
3110
|
+
"has-flag": "^4.0.0"
|
|
3111
|
+
},
|
|
3112
|
+
"engines": {
|
|
3113
|
+
"node": ">=10"
|
|
3114
|
+
},
|
|
3115
|
+
"funding": {
|
|
3116
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
"node_modules/sync-child-process": {
|
|
3120
|
+
"version": "1.0.2",
|
|
3121
|
+
"resolved": "https://registry.npmmirror.com/sync-child-process/-/sync-child-process-1.0.2.tgz",
|
|
3122
|
+
"integrity": "sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==",
|
|
3123
|
+
"dev": true,
|
|
3124
|
+
"license": "MIT",
|
|
3125
|
+
"dependencies": {
|
|
3126
|
+
"sync-message-port": "^1.0.0"
|
|
3127
|
+
},
|
|
3128
|
+
"engines": {
|
|
3129
|
+
"node": ">=16.0.0"
|
|
3130
|
+
}
|
|
3131
|
+
},
|
|
3132
|
+
"node_modules/sync-message-port": {
|
|
3133
|
+
"version": "1.1.3",
|
|
3134
|
+
"resolved": "https://registry.npmmirror.com/sync-message-port/-/sync-message-port-1.1.3.tgz",
|
|
3135
|
+
"integrity": "sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==",
|
|
3136
|
+
"dev": true,
|
|
3137
|
+
"license": "MIT",
|
|
3138
|
+
"engines": {
|
|
3139
|
+
"node": ">=16.0.0"
|
|
3140
|
+
}
|
|
3141
|
+
},
|
|
3142
|
+
"node_modules/tinyglobby": {
|
|
3143
|
+
"version": "0.2.15",
|
|
3144
|
+
"resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
3145
|
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
3146
|
+
"dev": true,
|
|
3147
|
+
"license": "MIT",
|
|
3148
|
+
"dependencies": {
|
|
3149
|
+
"fdir": "^6.5.0",
|
|
3150
|
+
"picomatch": "^4.0.3"
|
|
3151
|
+
},
|
|
3152
|
+
"engines": {
|
|
3153
|
+
"node": ">=12.0.0"
|
|
3154
|
+
},
|
|
3155
|
+
"funding": {
|
|
3156
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
3157
|
+
}
|
|
3158
|
+
},
|
|
3159
|
+
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
3160
|
+
"version": "4.0.3",
|
|
3161
|
+
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz",
|
|
3162
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
3163
|
+
"dev": true,
|
|
3164
|
+
"license": "MIT",
|
|
3165
|
+
"engines": {
|
|
3166
|
+
"node": ">=12"
|
|
3167
|
+
},
|
|
3168
|
+
"funding": {
|
|
3169
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3170
|
+
}
|
|
3171
|
+
},
|
|
3172
|
+
"node_modules/to-regex-range": {
|
|
3173
|
+
"version": "5.0.1",
|
|
3174
|
+
"resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
3175
|
+
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
3176
|
+
"dev": true,
|
|
3177
|
+
"license": "MIT",
|
|
3178
|
+
"dependencies": {
|
|
3179
|
+
"is-number": "^7.0.0"
|
|
3180
|
+
},
|
|
3181
|
+
"engines": {
|
|
3182
|
+
"node": ">=8.0"
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
3185
|
+
"node_modules/tr46": {
|
|
3186
|
+
"version": "5.1.1",
|
|
3187
|
+
"resolved": "https://registry.npmmirror.com/tr46/-/tr46-5.1.1.tgz",
|
|
3188
|
+
"integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
|
|
3189
|
+
"license": "MIT",
|
|
3190
|
+
"dependencies": {
|
|
3191
|
+
"punycode": "^2.3.1"
|
|
3192
|
+
},
|
|
3193
|
+
"engines": {
|
|
3194
|
+
"node": ">=18"
|
|
3195
|
+
}
|
|
3196
|
+
},
|
|
3197
|
+
"node_modules/tslib": {
|
|
3198
|
+
"version": "2.8.1",
|
|
3199
|
+
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
|
|
3200
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
3201
|
+
"dev": true,
|
|
3202
|
+
"license": "0BSD"
|
|
3203
|
+
},
|
|
3204
|
+
"node_modules/type-fest": {
|
|
3205
|
+
"version": "4.41.0",
|
|
3206
|
+
"resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-4.41.0.tgz",
|
|
3207
|
+
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
3208
|
+
"license": "(MIT OR CC0-1.0)",
|
|
3209
|
+
"engines": {
|
|
3210
|
+
"node": ">=16"
|
|
3211
|
+
},
|
|
3212
|
+
"funding": {
|
|
3213
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3216
|
+
"node_modules/typescript": {
|
|
3217
|
+
"version": "5.9.3",
|
|
3218
|
+
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.3.tgz",
|
|
3219
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
3220
|
+
"dev": true,
|
|
3221
|
+
"license": "Apache-2.0",
|
|
3222
|
+
"bin": {
|
|
3223
|
+
"tsc": "bin/tsc",
|
|
3224
|
+
"tsserver": "bin/tsserver"
|
|
3225
|
+
},
|
|
3226
|
+
"engines": {
|
|
3227
|
+
"node": ">=14.17"
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
"node_modules/ufo": {
|
|
3231
|
+
"version": "1.6.1",
|
|
3232
|
+
"resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.1.tgz",
|
|
3233
|
+
"integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
|
|
3234
|
+
"dev": true,
|
|
3235
|
+
"license": "MIT"
|
|
3236
|
+
},
|
|
3237
|
+
"node_modules/undici-types": {
|
|
3238
|
+
"version": "6.21.0",
|
|
3239
|
+
"resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
|
|
3240
|
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
3241
|
+
"dev": true,
|
|
3242
|
+
"license": "MIT"
|
|
3243
|
+
},
|
|
3244
|
+
"node_modules/varint": {
|
|
3245
|
+
"version": "6.0.0",
|
|
3246
|
+
"resolved": "https://registry.npmmirror.com/varint/-/varint-6.0.0.tgz",
|
|
3247
|
+
"integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==",
|
|
3248
|
+
"dev": true,
|
|
3249
|
+
"license": "MIT"
|
|
3250
|
+
},
|
|
3251
|
+
"node_modules/vite": {
|
|
3252
|
+
"version": "6.4.1",
|
|
3253
|
+
"resolved": "https://registry.npmmirror.com/vite/-/vite-6.4.1.tgz",
|
|
3254
|
+
"integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
|
|
3255
|
+
"dev": true,
|
|
3256
|
+
"license": "MIT",
|
|
3257
|
+
"dependencies": {
|
|
3258
|
+
"esbuild": "^0.25.0",
|
|
3259
|
+
"fdir": "^6.4.4",
|
|
3260
|
+
"picomatch": "^4.0.2",
|
|
3261
|
+
"postcss": "^8.5.3",
|
|
3262
|
+
"rollup": "^4.34.9",
|
|
3263
|
+
"tinyglobby": "^0.2.13"
|
|
3264
|
+
},
|
|
3265
|
+
"bin": {
|
|
3266
|
+
"vite": "bin/vite.js"
|
|
3267
|
+
},
|
|
3268
|
+
"engines": {
|
|
3269
|
+
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
3270
|
+
},
|
|
3271
|
+
"funding": {
|
|
3272
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
3273
|
+
},
|
|
3274
|
+
"optionalDependencies": {
|
|
3275
|
+
"fsevents": "~2.3.3"
|
|
3276
|
+
},
|
|
3277
|
+
"peerDependencies": {
|
|
3278
|
+
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
|
3279
|
+
"jiti": ">=1.21.0",
|
|
3280
|
+
"less": "*",
|
|
3281
|
+
"lightningcss": "^1.21.0",
|
|
3282
|
+
"sass": "*",
|
|
3283
|
+
"sass-embedded": "*",
|
|
3284
|
+
"stylus": "*",
|
|
3285
|
+
"sugarss": "*",
|
|
3286
|
+
"terser": "^5.16.0",
|
|
3287
|
+
"tsx": "^4.8.1",
|
|
3288
|
+
"yaml": "^2.4.2"
|
|
3289
|
+
},
|
|
3290
|
+
"peerDependenciesMeta": {
|
|
3291
|
+
"@types/node": {
|
|
3292
|
+
"optional": true
|
|
3293
|
+
},
|
|
3294
|
+
"jiti": {
|
|
3295
|
+
"optional": true
|
|
3296
|
+
},
|
|
3297
|
+
"less": {
|
|
3298
|
+
"optional": true
|
|
3299
|
+
},
|
|
3300
|
+
"lightningcss": {
|
|
3301
|
+
"optional": true
|
|
3302
|
+
},
|
|
3303
|
+
"sass": {
|
|
3304
|
+
"optional": true
|
|
3305
|
+
},
|
|
3306
|
+
"sass-embedded": {
|
|
3307
|
+
"optional": true
|
|
3308
|
+
},
|
|
3309
|
+
"stylus": {
|
|
3310
|
+
"optional": true
|
|
3311
|
+
},
|
|
3312
|
+
"sugarss": {
|
|
3313
|
+
"optional": true
|
|
3314
|
+
},
|
|
3315
|
+
"terser": {
|
|
3316
|
+
"optional": true
|
|
3317
|
+
},
|
|
3318
|
+
"tsx": {
|
|
3319
|
+
"optional": true
|
|
3320
|
+
},
|
|
3321
|
+
"yaml": {
|
|
3322
|
+
"optional": true
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
},
|
|
3326
|
+
"node_modules/vite-plugin-pages": {
|
|
3327
|
+
"version": "0.32.5",
|
|
3328
|
+
"resolved": "https://registry.npmmirror.com/vite-plugin-pages/-/vite-plugin-pages-0.32.5.tgz",
|
|
3329
|
+
"integrity": "sha512-GY2JAt+4vZ4BqTtw+4CSUxPgYiqamrMRIzYk2AtJvQHeBoMlctsQW+tgCpKriUKINiKfi6NegbP07r1XrdxTWA==",
|
|
3330
|
+
"dev": true,
|
|
3331
|
+
"license": "MIT",
|
|
3332
|
+
"dependencies": {
|
|
3333
|
+
"@types/debug": "^4.1.12",
|
|
3334
|
+
"debug": "^4.4.0",
|
|
3335
|
+
"dequal": "^2.0.3",
|
|
3336
|
+
"extract-comments": "^1.1.0",
|
|
3337
|
+
"fast-glob": "^3.3.3",
|
|
3338
|
+
"json5": "^2.2.3",
|
|
3339
|
+
"local-pkg": "^1.0.0",
|
|
3340
|
+
"picocolors": "^1.1.1",
|
|
3341
|
+
"yaml": "^2.7.0"
|
|
3342
|
+
},
|
|
3343
|
+
"peerDependencies": {
|
|
3344
|
+
"@vue/compiler-sfc": "^2.7.0 || ^3.0.0",
|
|
3345
|
+
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
|
|
3346
|
+
},
|
|
3347
|
+
"peerDependenciesMeta": {
|
|
3348
|
+
"@solidjs/router": {
|
|
3349
|
+
"optional": true
|
|
3350
|
+
},
|
|
3351
|
+
"@vue/compiler-sfc": {
|
|
3352
|
+
"optional": true
|
|
3353
|
+
},
|
|
3354
|
+
"react-router": {
|
|
3355
|
+
"optional": true
|
|
3356
|
+
},
|
|
3357
|
+
"vue-router": {
|
|
3358
|
+
"optional": true
|
|
3359
|
+
}
|
|
3360
|
+
}
|
|
3361
|
+
},
|
|
3362
|
+
"node_modules/vite-plugin-vue-layouts": {
|
|
3363
|
+
"version": "0.11.0",
|
|
3364
|
+
"resolved": "https://registry.npmmirror.com/vite-plugin-vue-layouts/-/vite-plugin-vue-layouts-0.11.0.tgz",
|
|
3365
|
+
"integrity": "sha512-uh6NW7lt+aOXujK4eHfiNbeo55K9OTuB7fnv+5RVc4OBn/cZull6ThXdYH03JzKanUfgt6QZ37NbbtJ0og59qw==",
|
|
3366
|
+
"dev": true,
|
|
3367
|
+
"license": "MIT",
|
|
3368
|
+
"dependencies": {
|
|
3369
|
+
"debug": "^4.3.4",
|
|
3370
|
+
"fast-glob": "^3.3.2"
|
|
3371
|
+
},
|
|
3372
|
+
"peerDependencies": {
|
|
3373
|
+
"vite": "^4.0.0 || ^5.0.0",
|
|
3374
|
+
"vue": "^3.2.4",
|
|
3375
|
+
"vue-router": "^4.0.11"
|
|
3376
|
+
}
|
|
3377
|
+
},
|
|
3378
|
+
"node_modules/vite/node_modules/picomatch": {
|
|
3379
|
+
"version": "4.0.3",
|
|
3380
|
+
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz",
|
|
3381
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
3382
|
+
"dev": true,
|
|
3383
|
+
"license": "MIT",
|
|
3384
|
+
"engines": {
|
|
3385
|
+
"node": ">=12"
|
|
3386
|
+
},
|
|
3387
|
+
"funding": {
|
|
3388
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3391
|
+
"node_modules/vscode-uri": {
|
|
3392
|
+
"version": "3.1.0",
|
|
3393
|
+
"resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
|
|
3394
|
+
"integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
|
|
3395
|
+
"dev": true,
|
|
3396
|
+
"license": "MIT"
|
|
3397
|
+
},
|
|
3398
|
+
"node_modules/vue": {
|
|
3399
|
+
"version": "3.5.26",
|
|
3400
|
+
"resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.26.tgz",
|
|
3401
|
+
"integrity": "sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==",
|
|
3402
|
+
"dev": true,
|
|
3403
|
+
"license": "MIT",
|
|
3404
|
+
"dependencies": {
|
|
3405
|
+
"@vue/compiler-dom": "3.5.26",
|
|
3406
|
+
"@vue/compiler-sfc": "3.5.26",
|
|
3407
|
+
"@vue/runtime-dom": "3.5.26",
|
|
3408
|
+
"@vue/server-renderer": "3.5.26",
|
|
3409
|
+
"@vue/shared": "3.5.26"
|
|
3410
|
+
},
|
|
3411
|
+
"peerDependencies": {
|
|
3412
|
+
"typescript": "*"
|
|
3413
|
+
},
|
|
3414
|
+
"peerDependenciesMeta": {
|
|
3415
|
+
"typescript": {
|
|
3416
|
+
"optional": true
|
|
3417
|
+
}
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3420
|
+
"node_modules/vue-demi": {
|
|
3421
|
+
"version": "0.14.10",
|
|
3422
|
+
"resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
|
|
3423
|
+
"integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
|
|
3424
|
+
"dev": true,
|
|
3425
|
+
"hasInstallScript": true,
|
|
3426
|
+
"license": "MIT",
|
|
3427
|
+
"bin": {
|
|
3428
|
+
"vue-demi-fix": "bin/vue-demi-fix.js",
|
|
3429
|
+
"vue-demi-switch": "bin/vue-demi-switch.js"
|
|
3430
|
+
},
|
|
3431
|
+
"engines": {
|
|
3432
|
+
"node": ">=12"
|
|
3433
|
+
},
|
|
3434
|
+
"funding": {
|
|
3435
|
+
"url": "https://github.com/sponsors/antfu"
|
|
3436
|
+
},
|
|
3437
|
+
"peerDependencies": {
|
|
3438
|
+
"@vue/composition-api": "^1.0.0-rc.1",
|
|
3439
|
+
"vue": "^3.0.0-0 || ^2.6.0"
|
|
3440
|
+
},
|
|
3441
|
+
"peerDependenciesMeta": {
|
|
3442
|
+
"@vue/composition-api": {
|
|
3443
|
+
"optional": true
|
|
3444
|
+
}
|
|
3445
|
+
}
|
|
3446
|
+
},
|
|
3447
|
+
"node_modules/vue-router": {
|
|
3448
|
+
"version": "4.6.4",
|
|
3449
|
+
"resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.6.4.tgz",
|
|
3450
|
+
"integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
|
|
3451
|
+
"dev": true,
|
|
3452
|
+
"license": "MIT",
|
|
3453
|
+
"dependencies": {
|
|
3454
|
+
"@vue/devtools-api": "^6.6.4"
|
|
3455
|
+
},
|
|
3456
|
+
"funding": {
|
|
3457
|
+
"url": "https://github.com/sponsors/posva"
|
|
3458
|
+
},
|
|
3459
|
+
"peerDependencies": {
|
|
3460
|
+
"vue": "^3.5.0"
|
|
3461
|
+
}
|
|
3462
|
+
},
|
|
3463
|
+
"node_modules/vue-tsc": {
|
|
3464
|
+
"version": "2.2.12",
|
|
3465
|
+
"resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.12.tgz",
|
|
3466
|
+
"integrity": "sha512-P7OP77b2h/Pmk+lZdJ0YWs+5tJ6J2+uOQPo7tlBnY44QqQSPYvS0qVT4wqDJgwrZaLe47etJLLQRFia71GYITw==",
|
|
3467
|
+
"dev": true,
|
|
3468
|
+
"license": "MIT",
|
|
3469
|
+
"dependencies": {
|
|
3470
|
+
"@volar/typescript": "2.4.15",
|
|
3471
|
+
"@vue/language-core": "2.2.12"
|
|
3472
|
+
},
|
|
3473
|
+
"bin": {
|
|
3474
|
+
"vue-tsc": "bin/vue-tsc.js"
|
|
3475
|
+
},
|
|
3476
|
+
"peerDependencies": {
|
|
3477
|
+
"typescript": ">=5.0.0"
|
|
3478
|
+
}
|
|
3479
|
+
},
|
|
3480
|
+
"node_modules/webidl-conversions": {
|
|
3481
|
+
"version": "7.0.0",
|
|
3482
|
+
"resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
3483
|
+
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
3484
|
+
"license": "BSD-2-Clause",
|
|
3485
|
+
"engines": {
|
|
3486
|
+
"node": ">=12"
|
|
3487
|
+
}
|
|
3488
|
+
},
|
|
3489
|
+
"node_modules/whatwg-url": {
|
|
3490
|
+
"version": "14.2.0",
|
|
3491
|
+
"resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-14.2.0.tgz",
|
|
3492
|
+
"integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
|
|
3493
|
+
"license": "MIT",
|
|
3494
|
+
"dependencies": {
|
|
3495
|
+
"tr46": "^5.1.0",
|
|
3496
|
+
"webidl-conversions": "^7.0.0"
|
|
3497
|
+
},
|
|
3498
|
+
"engines": {
|
|
3499
|
+
"node": ">=18"
|
|
3500
|
+
}
|
|
3501
|
+
},
|
|
3502
|
+
"node_modules/yallist": {
|
|
3503
|
+
"version": "4.0.0",
|
|
3504
|
+
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
|
|
3505
|
+
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
3506
|
+
"license": "ISC"
|
|
3507
|
+
},
|
|
3508
|
+
"node_modules/yaml": {
|
|
3509
|
+
"version": "2.8.2",
|
|
3510
|
+
"resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.2.tgz",
|
|
3511
|
+
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
|
|
3512
|
+
"dev": true,
|
|
3513
|
+
"license": "ISC",
|
|
3514
|
+
"bin": {
|
|
3515
|
+
"yaml": "bin.mjs"
|
|
3516
|
+
},
|
|
3517
|
+
"engines": {
|
|
3518
|
+
"node": ">= 14.6"
|
|
3519
|
+
},
|
|
3520
|
+
"funding": {
|
|
3521
|
+
"url": "https://github.com/sponsors/eemeli"
|
|
3522
|
+
}
|
|
3523
|
+
},
|
|
3524
|
+
"node_modules/zhead": {
|
|
3525
|
+
"version": "2.2.4",
|
|
3526
|
+
"resolved": "https://registry.npmmirror.com/zhead/-/zhead-2.2.4.tgz",
|
|
3527
|
+
"integrity": "sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==",
|
|
3528
|
+
"license": "MIT",
|
|
3529
|
+
"funding": {
|
|
3530
|
+
"url": "https://github.com/sponsors/harlan-zw"
|
|
3531
|
+
}
|
|
3532
|
+
},
|
|
3533
|
+
"node_modules/zod": {
|
|
3534
|
+
"version": "3.25.76",
|
|
3535
|
+
"resolved": "https://registry.npmmirror.com/zod/-/zod-3.25.76.tgz",
|
|
3536
|
+
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3537
|
+
"license": "MIT",
|
|
3538
|
+
"funding": {
|
|
3539
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
}
|
|
3543
|
+
}
|