tangled
alpha
login
or
join now
finxol.io
/
blog
0
fork
atom
Personal blog
finxol.io
blog
0
fork
atom
overview
issues
pulls
pipelines
fix: use native sqlite adapter for better compat with deno
finxol.io
4 months ago
c7df61be
12bddfef
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
+727
-671
4 changed files
expand all
collapse all
unified
split
deno.jsonc
nuxt.config.ts
package.json
pnpm-lock.yaml
+6
deno.jsonc
reviewed
···
1
1
+
{
2
2
+
"deploy": {
3
3
+
"org": "finxol",
4
4
+
"app": "blogging"
5
5
+
}
6
6
+
}
+5
-1
nuxt.config.ts
reviewed
···
38
38
public: blogConfig
39
39
},
40
40
41
41
+
content: {
42
42
+
experimental: { sqliteConnector: "native" }
43
43
+
},
44
44
+
41
45
ogImage: {
42
46
fonts: [
43
47
{
···
81
85
"/posts/**": { prerender: true }
82
86
},
83
87
84
84
-
compatibilityDate: "2025-05-28"
88
88
+
compatibilityDate: "2025-11-05"
85
89
});
-1
package.json
reviewed
···
34
34
"onlyBuiltDependencies": [
35
35
"@biomejs/biome",
36
36
"@parcel/watcher",
37
37
-
"better-sqlite3",
38
37
"esbuild",
39
38
"sharp",
40
39
"vue-demi"
+716
-669
pnpm-lock.yaml
reviewed
···
10
10
dependencies:
11
11
'@nuxt/content':
12
12
specifier: ^3.8.0
13
13
-
version: 3.8.0(better-sqlite3@11.10.0)(magicast@0.5.1)
13
13
+
version: 3.8.0(@libsql/client@0.15.15)(better-sqlite3@12.4.1)(magicast@0.5.1)
14
14
'@nuxt/icon':
15
15
specifier: 1.11.0
16
16
-
version: 1.11.0(magicast@0.5.1)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
16
16
+
version: 1.11.0(magicast@0.5.1)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
17
17
'@nuxtjs/tailwindcss':
18
18
specifier: ^6.14.0
19
19
-
version: 6.14.0(magicast@0.5.1)
19
19
+
version: 6.14.0(magicast@0.5.1)(yaml@2.8.1)
20
20
'@tailwindcss/typography':
21
21
specifier: ^0.5.19
22
22
-
version: 0.5.19(tailwindcss@3.4.17)
22
22
+
version: 0.5.19(tailwindcss@3.4.18(yaml@2.8.1))
23
23
'@unhead/vue':
24
24
specifier: ^2.0.19
25
25
version: 2.0.19(vue@3.5.22(typescript@5.9.3))
···
28
28
version: 14.0.0(vue@3.5.22(typescript@5.9.3))
29
29
nuxt:
30
30
specifier: ^4.2.0
31
31
-
version: 4.2.0(@biomejs/biome@1.9.4)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@11.10.0)(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1)
31
31
+
version: 4.2.0(@biomejs/biome@1.9.4)(@libsql/client@0.15.15)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@12.4.1)(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1)
32
32
nuxt-og-image:
33
33
specifier: 5.1.12
34
34
-
version: 5.1.12(@unhead/vue@2.0.19(vue@3.5.22(typescript@5.9.3)))(h3@1.15.4)(magicast@0.5.1)(unstorage@1.17.2(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2))(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
34
34
+
version: 5.1.12(@unhead/vue@2.0.19(vue@3.5.22(typescript@5.9.3)))(h3@1.15.4)(magicast@0.5.1)(unstorage@1.17.2(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2))(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
35
35
vue:
36
36
specifier: ^3.5.22
37
37
version: 3.5.22(typescript@5.9.3)
···
61
61
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
62
62
engines: {node: '>=10'}
63
63
64
64
-
'@ampproject/remapping@2.3.0':
65
65
-
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
66
66
-
engines: {node: '>=6.0.0'}
67
67
-
68
64
'@antfu/install-pkg@1.1.0':
69
65
resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==}
70
66
···
79
75
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
80
76
engines: {node: '>=6.9.0'}
81
77
82
82
-
'@babel/compat-data@7.28.0':
83
83
-
resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==}
78
78
+
'@babel/compat-data@7.28.5':
79
79
+
resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==}
84
80
engines: {node: '>=6.9.0'}
85
81
86
86
-
'@babel/core@7.28.3':
87
87
-
resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==}
82
82
+
'@babel/core@7.28.5':
83
83
+
resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==}
88
84
engines: {node: '>=6.9.0'}
89
85
90
86
'@babel/generator@7.28.5':
···
99
95
resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
100
96
engines: {node: '>=6.9.0'}
101
97
102
102
-
'@babel/helper-create-class-features-plugin@7.28.3':
103
103
-
resolution: {integrity: sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==}
98
98
+
'@babel/helper-create-class-features-plugin@7.28.5':
99
99
+
resolution: {integrity: sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==}
104
100
engines: {node: '>=6.9.0'}
105
101
peerDependencies:
106
102
'@babel/core': ^7.0.0
···
109
105
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
110
106
engines: {node: '>=6.9.0'}
111
107
112
112
-
'@babel/helper-member-expression-to-functions@7.27.1':
113
113
-
resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==}
108
108
+
'@babel/helper-member-expression-to-functions@7.28.5':
109
109
+
resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
114
110
engines: {node: '>=6.9.0'}
115
111
116
112
'@babel/helper-module-imports@7.27.1':
···
145
141
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
146
142
engines: {node: '>=6.9.0'}
147
143
148
148
-
'@babel/helper-validator-identifier@7.27.1':
149
149
-
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
150
150
-
engines: {node: '>=6.9.0'}
151
151
-
152
144
'@babel/helper-validator-identifier@7.28.5':
153
145
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
154
146
engines: {node: '>=6.9.0'}
···
157
149
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
158
150
engines: {node: '>=6.9.0'}
159
151
160
160
-
'@babel/helpers@7.28.3':
161
161
-
resolution: {integrity: sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==}
152
152
+
'@babel/helpers@7.28.4':
153
153
+
resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==}
162
154
engines: {node: '>=6.9.0'}
163
155
164
164
-
'@babel/parser@7.28.3':
165
165
-
resolution: {integrity: sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==}
166
166
-
engines: {node: '>=6.0.0'}
167
167
-
hasBin: true
168
168
-
169
156
'@babel/parser@7.28.5':
170
157
resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
171
158
engines: {node: '>=6.0.0'}
···
183
170
peerDependencies:
184
171
'@babel/core': ^7.0.0-0
185
172
186
186
-
'@babel/plugin-transform-typescript@7.28.0':
187
187
-
resolution: {integrity: sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==}
173
173
+
'@babel/plugin-transform-typescript@7.28.5':
174
174
+
resolution: {integrity: sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==}
188
175
engines: {node: '>=6.9.0'}
189
176
peerDependencies:
190
177
'@babel/core': ^7.0.0-0
···
193
180
resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
194
181
engines: {node: '>=6.9.0'}
195
182
196
196
-
'@babel/traverse@7.28.3':
197
197
-
resolution: {integrity: sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==}
198
198
-
engines: {node: '>=6.9.0'}
199
199
-
200
200
-
'@babel/types@7.28.2':
201
201
-
resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
183
183
+
'@babel/traverse@7.28.5':
184
184
+
resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==}
202
185
engines: {node: '>=6.9.0'}
203
186
204
187
'@babel/types@7.28.5':
···
280
263
'@dxup/unimport@0.1.1':
281
264
resolution: {integrity: sha512-DLrjNapztDceDgvVL28D/8CyXIVbhIRGvYl+QGeiclLG6UZjG0a2q4+bGBeTfbt++wF0F7lYaI/MipPmXSNgnA==}
282
265
283
283
-
'@emnapi/core@1.5.0':
284
284
-
resolution: {integrity: sha512-sbP8GzB1WDzacS8fgNPpHlp6C9VZe+SJP3F90W9rLemaQj2PzIuTEl1qDOYQf58YIpyjViI24y9aPWCjEzY2cg==}
266
266
+
'@emnapi/core@1.7.0':
267
267
+
resolution: {integrity: sha512-pJdKGq/1iquWYtv1RRSljZklxHCOCAJFJrImO5ZLKPJVJlVUcs8yFwNQlqS0Lo8xT1VAXXTCZocF9n26FWEKsw==}
285
268
286
286
-
'@emnapi/runtime@1.5.0':
287
287
-
resolution: {integrity: sha512-97/BJ3iXHww3djw6hYIfErCZFee7qCtrneuLa20UXFCOTCfBM2cvQHjWJ2EG0s0MtdNwInarqCTz35i4wWXHsQ==}
269
269
+
'@emnapi/runtime@1.7.0':
270
270
+
resolution: {integrity: sha512-oAYoQnCYaQZKVS53Fq23ceWMRxq5EhQsE0x0RdQ55jT7wagMu5k+fS39v1fiSLrtrLQlXwVINenqhLMtTrV/1Q==}
288
271
289
272
'@emnapi/wasi-threads@1.1.0':
290
273
resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==}
···
451
434
'@iconify-json/ri@1.2.6':
452
435
resolution: {integrity: sha512-tGXRmXtb8oFu8DNg9MsS1pywKFgs9QZ4U6LBzUamBHaw3ePSiPd7ouE64gzHzfEcR16hgVaXoUa+XxD3BB0XOg==}
453
436
454
454
-
'@iconify/collections@1.0.590':
455
455
-
resolution: {integrity: sha512-QEbIchT89ktf1Uiy7aM5G3fDZkkfTauLszZlYXQiec9QUugDWYhyZzKFJJaBVq7vf8aeWgK2+TWAsN89Bi5pqg==}
437
437
+
'@iconify/collections@1.0.614':
438
438
+
resolution: {integrity: sha512-j+5AM/tcMXicNktY1N6ZfnRH8WrK4NurONe2LejP2eQi6aN7R+IH7tDax+7CJAIf+G25pRxlFOTDv4+X7FmerA==}
456
439
457
440
'@iconify/types@2.0.0':
458
441
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
···
500
483
'@jridgewell/sourcemap-codec@1.5.5':
501
484
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
502
485
503
503
-
'@jridgewell/trace-mapping@0.3.30':
504
504
-
resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
486
486
+
'@jridgewell/trace-mapping@0.3.31':
487
487
+
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
505
488
506
489
'@jsdevtools/ono@7.1.3':
507
490
resolution: {integrity: sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==}
···
516
499
'@kwsites/promise-deferred@1.1.1':
517
500
resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==}
518
501
502
502
+
'@libsql/client@0.15.15':
503
503
+
resolution: {integrity: sha512-twC0hQxPNHPKfeOv3sNT6u2pturQjLcI+CnpTM0SjRpocEGgfiZ7DWKXLNnsothjyJmDqEsBQJ5ztq9Wlu470w==}
504
504
+
505
505
+
'@libsql/core@0.15.15':
506
506
+
resolution: {integrity: sha512-C88Z6UKl+OyuKKPwz224riz02ih/zHYI3Ho/LAcVOgjsunIRZoBw7fjRfaH9oPMmSNeQfhGklSG2il1URoOIsA==}
507
507
+
508
508
+
'@libsql/darwin-arm64@0.5.22':
509
509
+
resolution: {integrity: sha512-4B8ZlX3nIDPndfct7GNe0nI3Yw6ibocEicWdC4fvQbSs/jdq/RC2oCsoJxJ4NzXkvktX70C1J4FcmmoBy069UA==}
510
510
+
cpu: [arm64]
511
511
+
os: [darwin]
512
512
+
513
513
+
'@libsql/darwin-x64@0.5.22':
514
514
+
resolution: {integrity: sha512-ny2HYWt6lFSIdNFzUFIJ04uiW6finXfMNJ7wypkAD8Pqdm6nAByO+Fdqu8t7sD0sqJGeUCiOg480icjyQ2/8VA==}
515
515
+
cpu: [x64]
516
516
+
os: [darwin]
517
517
+
518
518
+
'@libsql/hrana-client@0.7.0':
519
519
+
resolution: {integrity: sha512-OF8fFQSkbL7vJY9rfuegK1R7sPgQ6kFMkDamiEccNUvieQ+3urzfDFI616oPl8V7T9zRmnTkSjMOImYCAVRVuw==}
520
520
+
521
521
+
'@libsql/isomorphic-fetch@0.3.1':
522
522
+
resolution: {integrity: sha512-6kK3SUK5Uu56zPq/Las620n5aS9xJq+jMBcNSOmjhNf/MUvdyji4vrMTqD7ptY7/4/CAVEAYDeotUz60LNQHtw==}
523
523
+
engines: {node: '>=18.0.0'}
524
524
+
525
525
+
'@libsql/isomorphic-ws@0.1.5':
526
526
+
resolution: {integrity: sha512-DtLWIH29onUYR00i0GlQ3UdcTRC6EP4u9w/h9LxpUZJWRMARk6dQwZ6Jkd+QdwVpuAOrdxt18v0K2uIYR3fwFg==}
527
527
+
528
528
+
'@libsql/linux-arm-gnueabihf@0.5.22':
529
529
+
resolution: {integrity: sha512-3Uo3SoDPJe/zBnyZKosziRGtszXaEtv57raWrZIahtQDsjxBVjuzYQinCm9LRCJCUT5t2r5Z5nLDPJi2CwZVoA==}
530
530
+
cpu: [arm]
531
531
+
os: [linux]
532
532
+
533
533
+
'@libsql/linux-arm-musleabihf@0.5.22':
534
534
+
resolution: {integrity: sha512-LCsXh07jvSojTNJptT9CowOzwITznD+YFGGW+1XxUr7fS+7/ydUrpDfsMX7UqTqjm7xG17eq86VkWJgHJfvpNg==}
535
535
+
cpu: [arm]
536
536
+
os: [linux]
537
537
+
538
538
+
'@libsql/linux-arm64-gnu@0.5.22':
539
539
+
resolution: {integrity: sha512-KSdnOMy88c9mpOFKUEzPskSaF3VLflfSUCBwas/pn1/sV3pEhtMF6H8VUCd2rsedwoukeeCSEONqX7LLnQwRMA==}
540
540
+
cpu: [arm64]
541
541
+
os: [linux]
542
542
+
543
543
+
'@libsql/linux-arm64-musl@0.5.22':
544
544
+
resolution: {integrity: sha512-mCHSMAsDTLK5YH//lcV3eFEgiR23Ym0U9oEvgZA0667gqRZg/2px+7LshDvErEKv2XZ8ixzw3p1IrBzLQHGSsw==}
545
545
+
cpu: [arm64]
546
546
+
os: [linux]
547
547
+
548
548
+
'@libsql/linux-x64-gnu@0.5.22':
549
549
+
resolution: {integrity: sha512-kNBHaIkSg78Y4BqAdgjcR2mBilZXs4HYkAmi58J+4GRwDQZh5fIUWbnQvB9f95DkWUIGVeenqLRFY2pcTmlsew==}
550
550
+
cpu: [x64]
551
551
+
os: [linux]
552
552
+
553
553
+
'@libsql/linux-x64-musl@0.5.22':
554
554
+
resolution: {integrity: sha512-UZ4Xdxm4pu3pQXjvfJiyCzZop/9j/eA2JjmhMaAhe3EVLH2g11Fy4fwyUp9sT1QJYR1kpc2JLuybPM0kuXv/Tg==}
555
555
+
cpu: [x64]
556
556
+
os: [linux]
557
557
+
558
558
+
'@libsql/win32-x64-msvc@0.5.22':
559
559
+
resolution: {integrity: sha512-Fj0j8RnBpo43tVZUVoNK6BV/9AtDUM5S7DF3LB4qTYg1LMSZqi3yeCneUTLJD6XomQJlZzbI4mst89yspVSAnA==}
560
560
+
cpu: [x64]
561
561
+
os: [win32]
562
562
+
519
563
'@mapbox/node-pre-gyp@2.0.0':
520
564
resolution: {integrity: sha512-llMXd39jtP0HpQLVI37Bf1m2ADlEb35GYSh1SDSLsBhR+5iCxiNGlT31yqbNtVHygHAtMy6dWFERpU2JgufhPg==}
521
565
engines: {node: '>=18'}
···
523
567
524
568
'@napi-rs/wasm-runtime@1.0.7':
525
569
resolution: {integrity: sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==}
570
570
+
571
571
+
'@neon-rs/load@0.0.4':
572
572
+
resolution: {integrity: sha512-kTPhdZyTQxB+2wpiRcFWrDcejc4JI6tkPuS7UZCG4l6Zvc5kU/gGQ/ozvHTh1XR5tS+UlfAfGuPajjzQjCiHCw==}
526
573
527
574
'@nodelib/fs.scandir@2.1.5':
528
575
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
···
567
614
'@nuxt/devalue@2.0.2':
568
615
resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==}
569
616
570
570
-
'@nuxt/devtools-kit@2.6.3':
571
571
-
resolution: {integrity: sha512-cDmai3Ws6AbJlYy1p4CCwc718cfbqtAjXe6oEc6q03zoJnvX1PsvKUfmU+yuowfqTSR6DZRmH4SjCBWuMjgaKQ==}
572
572
-
peerDependencies:
573
573
-
vite: '>=6.0'
574
574
-
575
617
'@nuxt/devtools-kit@2.7.0':
576
618
resolution: {integrity: sha512-MIJdah6CF6YOW2GhfKnb8Sivu6HpcQheqdjOlZqShBr+1DyjtKQbAKSCAyKPaoIzZP4QOo2SmTFV6aN8jBeEIQ==}
577
619
peerDependencies:
···
589
631
590
632
'@nuxt/icon@1.11.0':
591
633
resolution: {integrity: sha512-j82YbT7/Z02W/6jhiMoXHdtpSsCBfAoI3EkJ5Axi0C30ALiqvmrmfwd+CG7dftyncj51goBi1YMb6I4vNHK9nA==}
592
592
-
593
593
-
'@nuxt/kit@3.19.0':
594
594
-
resolution: {integrity: sha512-kecjqWORKdy7xnsOf/X4NtsFMbn+hNiiYhsA+INYVbgoyhCdx1rpEURCJdQITzHehXy5QWINTqmjNGp//PO4CQ==}
595
595
-
engines: {node: '>=18.12.0'}
596
634
597
635
'@nuxt/kit@3.20.0':
598
636
resolution: {integrity: sha512-EoF1Gf0SPj9vxgAIcGEH+a4PRLC7Dwsy21K6f5+POzylT8DgssN8zL5pwXC+X7OcfzBrwYFh7mM7phvh7ubgeg==}
···
1091
1129
'@rolldown/pluginutils@1.0.0-beta.29':
1092
1130
resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==}
1093
1131
1094
1094
-
'@rolldown/pluginutils@1.0.0-beta.34':
1095
1095
-
resolution: {integrity: sha512-LyAREkZHP5pMom7c24meKmJCdhf2hEyvam2q0unr3or9ydwDL+DJ8chTF6Av/RFPb3rH8UFBdMzO5MxTZW97oA==}
1132
1132
+
'@rolldown/pluginutils@1.0.0-beta.47':
1133
1133
+
resolution: {integrity: sha512-8QagwMH3kNCuzD8EWL8R2YPW5e4OrHNSAHRFDdmFqEwEaD/KcNKjVoumo+gP2vW5eKB2UPbM6vTYiGZX0ixLnw==}
1096
1134
1097
1135
'@rollup/plugin-alias@5.1.1':
1098
1136
resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==}
···
1139
1177
rollup:
1140
1178
optional: true
1141
1179
1142
1142
-
'@rollup/plugin-replace@6.0.2':
1143
1143
-
resolution: {integrity: sha512-7QaYCf8bqF04dOy7w/eHmJeNExxTYwvKAmlSAH/EaWWUzbT0h5sbF6bktFoX/0F/0qwng5/dWFMyf3gzaM8DsQ==}
1180
1180
+
'@rollup/plugin-replace@6.0.3':
1181
1181
+
resolution: {integrity: sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==}
1144
1182
engines: {node: '>=14.0.0'}
1145
1183
peerDependencies:
1146
1184
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
···
1157
1195
rollup:
1158
1196
optional: true
1159
1197
1160
1160
-
'@rollup/pluginutils@5.2.0':
1161
1161
-
resolution: {integrity: sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==}
1198
1198
+
'@rollup/pluginutils@5.3.0':
1199
1199
+
resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==}
1162
1200
engines: {node: '>=14.0.0'}
1163
1201
peerDependencies:
1164
1202
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
···
1312
1350
resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==}
1313
1351
engines: {node: '>=10'}
1314
1352
1315
1315
-
'@sindresorhus/is@7.0.2':
1316
1316
-
resolution: {integrity: sha512-d9xRovfKNz1SKieM0qJdO+PQonjnnIfSNWfHYnBSJ9hkjm0ZPw6HlxscDXYstp3z+7V2GOFHc+J0CYrYTjqCJw==}
1353
1353
+
'@sindresorhus/is@7.1.1':
1354
1354
+
resolution: {integrity: sha512-rO92VvpgMc3kfiTjGT52LEtJ8Yc5kCWhZjLQ3LwlA4pSgPpQO7bVpYXParOD8Jwf+cVQECJo3yP/4I8aZtUQTQ==}
1317
1355
engines: {node: '>=18'}
1318
1356
1319
1357
'@sindresorhus/merge-streams@4.0.0':
···
1381
1419
'@types/web-bluetooth@0.0.21':
1382
1420
resolution: {integrity: sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==}
1383
1421
1422
1422
+
'@types/ws@8.18.1':
1423
1423
+
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
1424
1424
+
1384
1425
'@ungap/structured-clone@1.3.0':
1385
1426
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
1386
1427
···
1458
1499
peerDependencies:
1459
1500
'@babel/core': ^7.0.0-0
1460
1501
1461
1461
-
'@vue/compiler-core@3.5.21':
1462
1462
-
resolution: {integrity: sha512-8i+LZ0vf6ZgII5Z9XmUvrCyEzocvWT+TeR2VBUVlzIH6Tyv57E20mPZ1bCS+tbejgUgmjrEh7q/0F0bibskAmw==}
1463
1463
-
1464
1502
'@vue/compiler-core@3.5.22':
1465
1503
resolution: {integrity: sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==}
1466
1466
-
1467
1467
-
'@vue/compiler-dom@3.5.21':
1468
1468
-
resolution: {integrity: sha512-jNtbu/u97wiyEBJlJ9kmdw7tAr5Vy0Aj5CgQmo+6pxWNQhXZDPsRr1UWPN4v3Zf82s2H3kF51IbzZ4jMWAgPlQ==}
1469
1504
1470
1505
'@vue/compiler-dom@3.5.22':
1471
1506
resolution: {integrity: sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==}
···
1522
1557
resolution: {integrity: sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==}
1523
1558
peerDependencies:
1524
1559
vue: 3.5.22
1525
1525
-
1526
1526
-
'@vue/shared@3.5.21':
1527
1527
-
resolution: {integrity: sha512-+2k1EQpnYuVuu3N7atWyG3/xoFWIVJZq4Mz8XNOdScFI0etES75fbny/oU4lKWk/577P1zmg0ioYvpGEDZ3DLw==}
1528
1560
1529
1561
'@vue/shared@3.5.22':
1530
1562
resolution: {integrity: sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==}
···
1581
1613
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
1582
1614
engines: {node: '>=8'}
1583
1615
1584
1584
-
ansi-regex@6.2.0:
1585
1585
-
resolution: {integrity: sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==}
1616
1616
+
ansi-regex@6.2.2:
1617
1617
+
resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==}
1586
1618
engines: {node: '>=12'}
1587
1619
1588
1620
ansi-styles@4.3.0:
1589
1621
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
1590
1622
engines: {node: '>=8'}
1591
1623
1592
1592
-
ansi-styles@6.2.1:
1593
1593
-
resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
1624
1624
+
ansi-styles@6.2.3:
1625
1625
+
resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
1594
1626
engines: {node: '>=12'}
1595
1627
1596
1596
-
ansis@4.1.0:
1597
1597
-
resolution: {integrity: sha512-BGcItUBWSMRgOCe+SVZJ+S7yTRG0eGt9cXAHev72yuGcY23hnLA7Bky5L/xLyPINoSN95geovfBkqoTlNZYa7w==}
1628
1628
+
ansis@4.2.0:
1629
1629
+
resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==}
1598
1630
engines: {node: '>=14'}
1599
1631
1600
1632
any-promise@1.3.0:
···
1643
1675
peerDependencies:
1644
1676
postcss: ^8.1.0
1645
1677
1646
1646
-
b4a@1.6.7:
1647
1647
-
resolution: {integrity: sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==}
1678
1678
+
b4a@1.7.3:
1679
1679
+
resolution: {integrity: sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==}
1680
1680
+
peerDependencies:
1681
1681
+
react-native-b4a: '*'
1682
1682
+
peerDependenciesMeta:
1683
1683
+
react-native-b4a:
1684
1684
+
optional: true
1648
1685
1649
1686
bail@2.0.2:
1650
1687
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
···
1652
1689
balanced-match@1.0.2:
1653
1690
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
1654
1691
1655
1655
-
bare-events@2.6.1:
1656
1656
-
resolution: {integrity: sha512-AuTJkq9XmE6Vk0FJVNq5QxETrSA/vKHarWVBG5l/JbdCL1prJemiyJqUS0jrlXO0MftuPq4m3YVYhoNc5+aE/g==}
1692
1692
+
bare-events@2.8.1:
1693
1693
+
resolution: {integrity: sha512-oxSAxTS1hRfnyit2CL5QpAOS5ixfBjj6ex3yTNvXyY/kE719jQ/IjuESJBK2w5v4wwQRAHGseVJXx9QBYOtFGQ==}
1694
1694
+
peerDependencies:
1695
1695
+
bare-abort-controller: '*'
1696
1696
+
peerDependenciesMeta:
1697
1697
+
bare-abort-controller:
1698
1698
+
optional: true
1657
1699
1658
1700
base64-js@0.0.8:
1659
1701
resolution: {integrity: sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw==}
···
1662
1704
base64-js@1.5.1:
1663
1705
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
1664
1706
1665
1665
-
better-sqlite3@11.10.0:
1666
1666
-
resolution: {integrity: sha512-EwhOpyXiOEL/lKzHz9AW1msWFNzGc/z+LzeB3/jnFJpxu+th2yqvzsSWas1v9jgs9+xiXJcD5A8CJxAG2TaghQ==}
1707
1707
+
baseline-browser-mapping@2.8.25:
1708
1708
+
resolution: {integrity: sha512-2NovHVesVF5TXefsGX1yzx1xgr7+m9JQenvz6FQY3qd+YXkKkYiv+vTCc7OriP9mcDZpTC5mAOYN4ocd29+erA==}
1709
1709
+
hasBin: true
1710
1710
+
1711
1711
+
better-sqlite3@12.4.1:
1712
1712
+
resolution: {integrity: sha512-3yVdyZhklTiNrtg+4WqHpJpFDd+WHTg2oM7UcR80GqL05AOV0xEJzc6qNvFYoEtE+hRp1n9MpN6/+4yhlGkDXQ==}
1713
1713
+
engines: {node: 20.x || 22.x || 23.x || 24.x}
1667
1714
1668
1715
binary-extensions@2.3.0:
1669
1716
resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
···
1691
1738
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
1692
1739
engines: {node: '>=8'}
1693
1740
1694
1694
-
browserslist@4.25.4:
1695
1695
-
resolution: {integrity: sha512-4jYpcjabC606xJ3kw2QwGEZKX0Aw7sgQdZCvIK9dhVSPh76BKo+C+btT1RRofH7B+8iNpEbgGNVWiLki5q93yg==}
1741
1741
+
browserslist@4.27.0:
1742
1742
+
resolution: {integrity: sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==}
1696
1743
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
1697
1744
hasBin: true
1698
1745
···
1713
1760
resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
1714
1761
engines: {node: '>=18'}
1715
1762
1716
1716
-
c12@3.2.0:
1717
1717
-
resolution: {integrity: sha512-ixkEtbYafL56E6HiFuonMm1ZjoKtIo7TH68/uiEq4DAwv9NcUX2nJ95F8TrbMeNjqIkZpruo3ojXQJ+MGG5gcQ==}
1718
1718
-
peerDependencies:
1719
1719
-
magicast: ^0.3.5
1720
1720
-
peerDependenciesMeta:
1721
1721
-
magicast:
1722
1722
-
optional: true
1723
1723
-
1724
1763
c12@3.3.1:
1725
1764
resolution: {integrity: sha512-LcWQ01LT9tkoUINHgpIOv3mMs+Abv7oVCrtpMRi1PaapVEpWoMga5WuT7/DqFTu7URP9ftbOmimNw1KNIGh9DQ==}
1726
1765
peerDependencies:
···
1755
1794
caniuse-api@3.0.0:
1756
1795
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
1757
1796
1758
1758
-
caniuse-lite@1.0.30001739:
1759
1759
-
resolution: {integrity: sha512-y+j60d6ulelrNSwpPyrHdl+9mJnQzHBr08xm48Qno0nSk4h3Qojh+ziv2qE6rXf4k3tadF4o1J/1tAbVm1NtnA==}
1797
1797
+
caniuse-lite@1.0.30001753:
1798
1798
+
resolution: {integrity: sha512-Bj5H35MD/ebaOV4iDLqPEtiliTN29qkGtEHCwawWn4cYm+bPJM2NsaP30vtZcnERClMzp52J4+aw2UNbK4o+zw==}
1760
1799
1761
1800
ccount@2.0.1:
1762
1801
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
···
1892
1931
resolution: {integrity: sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==}
1893
1932
engines: {node: '>= 0.8'}
1894
1933
1895
1895
-
copy-anything@3.0.5:
1896
1896
-
resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==}
1897
1897
-
engines: {node: '>=12.13'}
1934
1934
+
copy-anything@4.0.5:
1935
1935
+
resolution: {integrity: sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==}
1936
1936
+
engines: {node: '>=18'}
1898
1937
1899
1938
copy-paste@2.2.0:
1900
1939
resolution: {integrity: sha512-jqSL4r9DSeiIvJZStLzY/sMLt9ToTM7RsK237lYOTG+KcbQJHGala3R1TUpa8h1p9adswVgIdV4qGbseVhL4lg==}
···
1932
1971
resolution: {integrity: sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==}
1933
1972
engines: {node: '>=4'}
1934
1973
1935
1935
-
css-declaration-sorter@7.2.0:
1936
1936
-
resolution: {integrity: sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==}
1974
1974
+
css-declaration-sorter@7.3.0:
1975
1975
+
resolution: {integrity: sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==}
1937
1976
engines: {node: ^14 || ^16 || >=18}
1938
1977
peerDependencies:
1939
1978
postcss: ^8.0.9
···
1965
2004
engines: {node: '>=4'}
1966
2005
hasBin: true
1967
2006
1968
1968
-
cssnano-preset-default@7.0.9:
1969
1969
-
resolution: {integrity: sha512-tCD6AAFgYBOVpMBX41KjbvRh9c2uUjLXRyV7KHSIrwHiq5Z9o0TFfUCoM3TwVrRsRteN3sVXGNvjVNxYzkpTsA==}
2007
2007
+
cssnano-preset-default@7.0.10:
2008
2008
+
resolution: {integrity: sha512-6ZBjW0Lf1K1Z+0OKUAUpEN62tSXmYChXWi2NAA0afxEVsj9a+MbcB1l5qel6BHJHmULai2fCGRthCeKSFbScpA==}
1970
2009
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
1971
2010
peerDependencies:
1972
2011
postcss: ^8.4.32
···
1977
2016
peerDependencies:
1978
2017
postcss: ^8.4.32
1979
2018
1980
1980
-
cssnano@7.1.1:
1981
1981
-
resolution: {integrity: sha512-fm4D8ti0dQmFPeF8DXSAA//btEmqCOgAc/9Oa3C1LW94h5usNrJEfrON7b4FkPZgnDEn6OUs5NdxiJZmAtGOpQ==}
2019
2019
+
cssnano@7.1.2:
2020
2020
+
resolution: {integrity: sha512-HYOPBsNvoiFeR1eghKD5C3ASm64v9YVyJB4Ivnl2gqKoQYvjjN/G0rztvKQq8OxocUtC6sjqY8jwYngIB4AByA==}
1982
2021
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
1983
2022
peerDependencies:
1984
2023
postcss: ^8.4.32
···
1989
2028
1990
2029
csstype@3.1.3:
1991
2030
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
2031
2031
+
2032
2032
+
data-uri-to-buffer@4.0.1:
2033
2033
+
resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
2034
2034
+
engines: {node: '>= 12'}
1992
2035
1993
2036
db0@0.3.4:
1994
2037
resolution: {integrity: sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==}
···
2026
2069
2027
2070
debug@4.3.7:
2028
2071
resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==}
2029
2029
-
engines: {node: '>=6.0'}
2030
2030
-
peerDependencies:
2031
2031
-
supports-color: '*'
2032
2032
-
peerDependenciesMeta:
2033
2033
-
supports-color:
2034
2034
-
optional: true
2035
2035
-
2036
2036
-
debug@4.4.1:
2037
2037
-
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
2038
2072
engines: {node: '>=6.0'}
2039
2073
peerDependencies:
2040
2074
supports-color: '*'
···
2122
2156
engines: {node: '>=0.10'}
2123
2157
hasBin: true
2124
2158
2125
2125
-
detect-libc@2.0.4:
2126
2126
-
resolution: {integrity: sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==}
2159
2159
+
detect-libc@2.0.2:
2160
2160
+
resolution: {integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==}
2127
2161
engines: {node: '>=8'}
2128
2162
2129
2163
detect-libc@2.1.2:
···
2167
2201
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
2168
2202
engines: {node: '>=12'}
2169
2203
2170
2170
-
dotenv@17.2.2:
2171
2171
-
resolution: {integrity: sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==}
2172
2172
-
engines: {node: '>=12'}
2173
2173
-
2174
2204
dotenv@17.2.3:
2175
2205
resolution: {integrity: sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==}
2176
2206
engines: {node: '>=12'}
···
2188
2218
ee-first@1.1.1:
2189
2219
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
2190
2220
2191
2191
-
electron-to-chromium@1.5.213:
2192
2192
-
resolution: {integrity: sha512-xr9eRzSLNa4neDO0xVFrkXu3vyIzG4Ay08dApecw42Z1NbmCt+keEpXdvlYGVe0wtvY5dhW0Ay0lY0IOfsCg0Q==}
2221
2221
+
electron-to-chromium@1.5.245:
2222
2222
+
resolution: {integrity: sha512-rdmGfW47ZhL/oWEJAY4qxRtdly2B98ooTJ0pdEI4jhVLZ6tNf8fPtov2wS1IRKwFJT92le3x4Knxiwzl7cPPpQ==}
2193
2223
2194
2224
emoji-regex-xs@2.0.1:
2195
2225
resolution: {integrity: sha512-1QFuh8l7LqUcKe24LsPUNzjrzJQ7pgRwp1QMcZ5MX6mFplk2zQ08NVCM84++1cveaUUYtcCYHmeFEuNg16sU4g==}
···
2288
2318
resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
2289
2319
engines: {node: '>=6'}
2290
2320
2321
2321
+
events-universal@1.0.1:
2322
2322
+
resolution: {integrity: sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==}
2323
2323
+
2291
2324
events@3.3.0:
2292
2325
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
2293
2326
engines: {node: '>=0.8.x'}
···
2332
2365
picomatch:
2333
2366
optional: true
2334
2367
2368
2368
+
fetch-blob@3.2.0:
2369
2369
+
resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
2370
2370
+
engines: {node: ^12.20 || >= 14.13}
2371
2371
+
2335
2372
fflate@0.7.4:
2336
2373
resolution: {integrity: sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==}
2337
2374
···
2354
2391
foreground-child@3.3.1:
2355
2392
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
2356
2393
engines: {node: '>=14'}
2394
2394
+
2395
2395
+
formdata-polyfill@4.0.10:
2396
2396
+
resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
2397
2397
+
engines: {node: '>=12.20.0'}
2357
2398
2358
2399
fraction.js@4.3.7:
2359
2400
resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
···
2388
2429
resolution: {integrity: sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==}
2389
2430
engines: {node: '>=10'}
2390
2431
2432
2432
+
generator-function@2.0.1:
2433
2433
+
resolution: {integrity: sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==}
2434
2434
+
engines: {node: '>= 0.4'}
2435
2435
+
2391
2436
gensync@1.0.0-beta.2:
2392
2437
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
2393
2438
engines: {node: '>=6.9.0'}
···
2680
2725
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
2681
2726
engines: {node: '>=8'}
2682
2727
2683
2683
-
is-generator-function@1.1.0:
2684
2684
-
resolution: {integrity: sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==}
2728
2728
+
is-generator-function@1.1.2:
2729
2729
+
resolution: {integrity: sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==}
2685
2730
engines: {node: '>= 0.4'}
2686
2731
2687
2732
is-glob@4.0.3:
···
2741
2786
resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
2742
2787
engines: {node: '>=18'}
2743
2788
2744
2744
-
is-what@4.1.16:
2745
2745
-
resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
2746
2746
-
engines: {node: '>=12.13'}
2789
2789
+
is-what@5.5.0:
2790
2790
+
resolution: {integrity: sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==}
2791
2791
+
engines: {node: '>=18'}
2747
2792
2748
2793
is-wsl@2.2.0:
2749
2794
resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
···
2774
2819
resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==}
2775
2820
hasBin: true
2776
2821
2777
2777
-
jiti@2.5.1:
2778
2778
-
resolution: {integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==}
2779
2779
-
hasBin: true
2780
2780
-
2781
2822
jiti@2.6.1:
2782
2823
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
2783
2824
hasBin: true
2825
2825
+
2826
2826
+
js-base64@3.7.8:
2827
2827
+
resolution: {integrity: sha512-hNngCeKxIUQiEUN3GPJOkz4wF/YvdUdbNL9hsBcMQTkKzboD7T/q3OYOuuPZLUE6dBxSGpwhk5mwuDud7JVAow==}
2784
2828
2785
2829
js-tokens@4.0.0:
2786
2830
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
···
2817
2861
keygrip@1.1.0:
2818
2862
resolution: {integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==}
2819
2863
engines: {node: '>= 0.6'}
2864
2864
+
deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
2820
2865
2821
2866
kleur@3.0.3:
2822
2867
resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==}
···
2848
2893
resolution: {integrity: sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ==}
2849
2894
engines: {node: '>= 7.6.0'}
2850
2895
2851
2851
-
koa@2.16.2:
2852
2852
-
resolution: {integrity: sha512-+CCssgnrWKx9aI3OeZwroa/ckG4JICxvIFnSiOUyl2Uv+UTI+xIw0FfFrWS7cQFpoePpr9o8csss7KzsTzNL8Q==}
2896
2896
+
koa@2.16.3:
2897
2897
+
resolution: {integrity: sha512-zPPuIt+ku1iCpFBRwseMcPYQ1cJL8l60rSmKeOuGfOXyE6YnTBmf2aEFNL2HQGrD0cPcLO/t+v9RTgC+fwEh/g==}
2853
2898
engines: {node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4}
2854
2899
2855
2900
kolorist@1.8.0:
2856
2901
resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
2857
2902
2858
2858
-
launch-editor@2.11.1:
2859
2859
-
resolution: {integrity: sha512-SEET7oNfgSaB6Ym0jufAdCeo3meJVeCaaDyzRygy0xsp2BFKCprcfHljTq4QkzTLUxEKkFK6OK4811YM2oSrRg==}
2903
2903
+
launch-editor@2.12.0:
2904
2904
+
resolution: {integrity: sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==}
2860
2905
2861
2906
lazystream@1.0.1:
2862
2907
resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==}
2863
2908
engines: {node: '>= 0.6.3'}
2864
2909
2910
2910
+
libsql@0.5.22:
2911
2911
+
resolution: {integrity: sha512-NscWthMQt7fpU8lqd7LXMvT9pi+KhhmTHAJWUB/Lj6MWa0MKFv0F2V4C6WKKpjCVZl0VwcDz4nOI3CyaT1DDiA==}
2912
2912
+
cpu: [x64, arm64, wasm32, arm]
2913
2913
+
os: [darwin, linux, win32]
2914
2914
+
2865
2915
lighthouse-logger@2.0.2:
2866
2916
resolution: {integrity: sha512-vWl2+u5jgOQuZR55Z1WM0XDdrJT6mzMP8zHUct7xTlWhuQs+eV0g+QL0RQdFjT54zVmbhLCP8vIVpy1wGn/gCg==}
2867
2917
···
2910
2960
magic-regexp@0.10.0:
2911
2961
resolution: {integrity: sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==}
2912
2962
2913
2913
-
magic-string-ast@1.0.2:
2914
2914
-
resolution: {integrity: sha512-8ngQgLhcT0t3YBdn9CGkZqCYlvwW9pm7aWJwd7AxseVWf1RU8ZHCQvG1mt3N5vvUme+pXTcHB8G/7fE666U8Vw==}
2915
2915
-
engines: {node: '>=20.18.0'}
2916
2916
-
2917
2917
-
magic-string@0.30.18:
2918
2918
-
resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==}
2963
2963
+
magic-string-ast@1.0.3:
2964
2964
+
resolution: {integrity: sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==}
2965
2965
+
engines: {node: '>=20.19.0'}
2919
2966
2920
2967
magic-string@0.30.21:
2921
2968
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
···
3118
3165
minimark@0.2.0:
3119
3166
resolution: {integrity: sha512-AmtWU9pO0C2/3AM2pikaVhJ//8E5rOpJ7+ioFQfjIq+wCsBeuZoxPd97hBFZ9qrI7DMHZudwGH3r8A7BMnsIew==}
3120
3167
3121
3121
-
minimatch@10.0.3:
3122
3122
-
resolution: {integrity: sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==}
3168
3168
+
minimatch@10.1.1:
3169
3169
+
resolution: {integrity: sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==}
3123
3170
engines: {node: 20 || >=22}
3124
3171
3125
3172
minimatch@3.1.2:
···
3140
3187
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
3141
3188
engines: {node: '>=16 || 14 >=14.17'}
3142
3189
3143
3143
-
minizlib@3.0.2:
3144
3144
-
resolution: {integrity: sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==}
3190
3190
+
minizlib@3.1.0:
3191
3191
+
resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==}
3145
3192
engines: {node: '>= 18'}
3146
3193
3147
3194
mitt@3.0.1:
···
3150
3197
mkdirp-classic@0.5.3:
3151
3198
resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
3152
3199
3153
3153
-
mkdirp@3.0.1:
3154
3154
-
resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==}
3155
3155
-
engines: {node: '>=10'}
3156
3156
-
hasBin: true
3157
3157
-
3158
3200
mlly@1.8.0:
3159
3201
resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==}
3160
3202
···
3183
3225
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
3184
3226
hasBin: true
3185
3227
3186
3186
-
nanoid@5.1.5:
3187
3187
-
resolution: {integrity: sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==}
3228
3228
+
nanoid@5.1.6:
3229
3229
+
resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==}
3188
3230
engines: {node: ^18 || >=20}
3189
3231
hasBin: true
3190
3232
···
3215
3257
node-addon-api@7.1.1:
3216
3258
resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
3217
3259
3260
3260
+
node-domexception@1.0.0:
3261
3261
+
resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
3262
3262
+
engines: {node: '>=10.5.0'}
3263
3263
+
deprecated: Use your platform's native DOMException instead
3264
3264
+
3218
3265
node-emoji@2.2.0:
3219
3266
resolution: {integrity: sha512-Z3lTE9pLaJF47NyMhd4ww1yFTAP8YhYI8SleJiHzM46Fgpm5cnNzSl9XfzFNqbaz+VlJrIj3fXQ4DeN1Rjm6cw==}
3220
3267
engines: {node: '>=18'}
···
3230
3277
peerDependenciesMeta:
3231
3278
encoding:
3232
3279
optional: true
3280
3280
+
3281
3281
+
node-fetch@3.3.2:
3282
3282
+
resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==}
3283
3283
+
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
3233
3284
3234
3285
node-forge@1.3.1:
3235
3286
resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==}
···
3239
3290
resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==}
3240
3291
hasBin: true
3241
3292
3242
3242
-
node-mock-http@1.0.2:
3243
3243
-
resolution: {integrity: sha512-zWaamgDUdo9SSLw47we78+zYw/bDr5gH8pH7oRRs8V3KmBtu8GLgGIbV2p/gRPd3LWpEOpjQj7X1FOU3VFMJ8g==}
3244
3244
-
3245
3293
node-mock-http@1.0.3:
3246
3294
resolution: {integrity: sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==}
3247
3295
3248
3248
-
node-releases@2.0.19:
3249
3249
-
resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
3296
3296
+
node-releases@2.0.27:
3297
3297
+
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
3250
3298
3251
3299
nopt@8.1.0:
3252
3300
resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==}
···
3304
3352
optional: true
3305
3353
'@types/node':
3306
3354
optional: true
3307
3307
-
3308
3308
-
nypm@0.6.1:
3309
3309
-
resolution: {integrity: sha512-hlacBiRiv1k9hZFiphPUkfSQ/ZfQzZDzC+8z0wL3lvDAOUu/2NnChkKuMoMjNur/9OpKuz2QsIeiPVN0xM5Q0w==}
3310
3310
-
engines: {node: ^14.16.0 || >=16.10.0}
3311
3311
-
hasBin: true
3312
3355
3313
3356
nypm@0.6.2:
3314
3357
resolution: {integrity: sha512-7eM+hpOtrKrBDCh7Ypu2lJ9Z7PNZBdi/8AT3AX8xoCj43BBVHD0hPSTEvMtkMpfs8FCqBGhxB+uToIQimA111g==}
···
3385
3428
package-json-from-dist@1.0.1:
3386
3429
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
3387
3430
3388
3388
-
package-manager-detector@1.3.0:
3389
3389
-
resolution: {integrity: sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==}
3431
3431
+
package-manager-detector@1.5.0:
3432
3432
+
resolution: {integrity: sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==}
3390
3433
3391
3434
pako@0.2.9:
3392
3435
resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==}
···
3489
3532
engines: {node: '>=18'}
3490
3533
hasBin: true
3491
3534
3492
3492
-
portfinder@1.0.37:
3493
3493
-
resolution: {integrity: sha512-yuGIEjDAYnnOex9ddMnKZEMFE0CcGo6zbfzDklkmT1m5z734ss6JMzN9rNB3+RR7iS+F10D4/BVIaXOyh8PQKw==}
3535
3535
+
portfinder@1.0.38:
3536
3536
+
resolution: {integrity: sha512-rEwq/ZHlJIKw++XtLAO8PPuOQA/zaPJOZJ37BVuN97nLpMJeuDVLVGRwbFoBgLudgdTMP2hdRJP++H+8QOA3vg==}
3494
3537
engines: {node: '>= 10.12'}
3495
3538
3496
3539
postcss-calc@10.1.1:
···
3499
3542
peerDependencies:
3500
3543
postcss: ^8.4.38
3501
3544
3502
3502
-
postcss-colormin@7.0.4:
3503
3503
-
resolution: {integrity: sha512-ziQuVzQZBROpKpfeDwmrG+Vvlr0YWmY/ZAk99XD+mGEBuEojoFekL41NCsdhyNUtZI7DPOoIWIR7vQQK9xwluw==}
3545
3545
+
postcss-colormin@7.0.5:
3546
3546
+
resolution: {integrity: sha512-ekIBP/nwzRWhEMmIxHHbXHcMdzd1HIUzBECaj5KEdLz9DVP2HzT065sEhvOx1dkLjYW7jyD0CngThx6bpFi2fA==}
3504
3547
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
3505
3548
peerDependencies:
3506
3549
postcss: ^8.4.32
3507
3550
3508
3508
-
postcss-convert-values@7.0.7:
3509
3509
-
resolution: {integrity: sha512-HR9DZLN04Xbe6xugRH6lS4ZQH2zm/bFh/ZyRkpedZozhvh+awAfbA0P36InO4fZfDhvYfNJeNvlTf1sjwGbw/A==}
3551
3551
+
postcss-convert-values@7.0.8:
3552
3552
+
resolution: {integrity: sha512-+XNKuPfkHTCEo499VzLMYn94TiL3r9YqRE3Ty+jP7UX4qjewUONey1t7CG21lrlTLN07GtGM8MqFVp86D4uKJg==}
3510
3553
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
3511
3554
peerDependencies:
3512
3555
postcss: ^8.4.32
3513
3556
3514
3514
-
postcss-discard-comments@7.0.4:
3515
3515
-
resolution: {integrity: sha512-6tCUoql/ipWwKtVP/xYiFf1U9QgJ0PUvxN7pTcsQ8Ns3Fnwq1pU5D5s1MhT/XySeLq6GXNvn37U46Ded0TckWg==}
3557
3557
+
postcss-discard-comments@7.0.5:
3558
3558
+
resolution: {integrity: sha512-IR2Eja8WfYgN5n32vEGSctVQ1+JARfu4UH8M7bgGh1bC+xI/obsPJXaBpQF7MAByvgwZinhpHpdrmXtvVVlKcQ==}
3516
3559
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
3517
3560
peerDependencies:
3518
3561
postcss: ^8.4.32
···
3541
3584
peerDependencies:
3542
3585
postcss: ^8.0.0
3543
3586
3544
3544
-
postcss-js@4.0.1:
3545
3545
-
resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
3587
3587
+
postcss-js@4.1.0:
3588
3588
+
resolution: {integrity: sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==}
3546
3589
engines: {node: ^12 || ^14 || >= 16}
3547
3590
peerDependencies:
3548
3591
postcss: ^8.4.21
3549
3592
3550
3550
-
postcss-load-config@4.0.2:
3551
3551
-
resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
3552
3552
-
engines: {node: '>= 14'}
3593
3593
+
postcss-load-config@6.0.1:
3594
3594
+
resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==}
3595
3595
+
engines: {node: '>= 18'}
3553
3596
peerDependencies:
3597
3597
+
jiti: '>=1.21.0'
3554
3598
postcss: '>=8.0.9'
3555
3555
-
ts-node: '>=9.0.0'
3599
3599
+
tsx: ^4.8.1
3600
3600
+
yaml: ^2.4.2
3556
3601
peerDependenciesMeta:
3602
3602
+
jiti:
3603
3603
+
optional: true
3557
3604
postcss:
3558
3605
optional: true
3559
3559
-
ts-node:
3606
3606
+
tsx:
3607
3607
+
optional: true
3608
3608
+
yaml:
3560
3609
optional: true
3561
3610
3562
3611
postcss-merge-longhand@7.0.5:
···
3565
3614
peerDependencies:
3566
3615
postcss: ^8.4.32
3567
3616
3568
3568
-
postcss-merge-rules@7.0.6:
3569
3569
-
resolution: {integrity: sha512-2jIPT4Tzs8K87tvgCpSukRQ2jjd+hH6Bb8rEEOUDmmhOeTcqDg5fEFK8uKIu+Pvc3//sm3Uu6FRqfyv7YF7+BQ==}
3617
3617
+
postcss-merge-rules@7.0.7:
3618
3618
+
resolution: {integrity: sha512-njWJrd/Ms6XViwowaaCc+/vqhPG3SmXn725AGrnl+BgTuRPEacjiLEaGq16J6XirMJbtKkTwnt67SS+e2WGoew==}
3570
3619
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
3571
3620
peerDependencies:
3572
3621
postcss: ^8.4.32
···
3583
3632
peerDependencies:
3584
3633
postcss: ^8.4.32
3585
3634
3586
3586
-
postcss-minify-params@7.0.4:
3587
3587
-
resolution: {integrity: sha512-3OqqUddfH8c2e7M35W6zIwv7jssM/3miF9cbCSb1iJiWvtguQjlxZGIHK9JRmc8XAKmE2PFGtHSM7g/VcW97sw==}
3635
3635
+
postcss-minify-params@7.0.5:
3636
3636
+
resolution: {integrity: sha512-FGK9ky02h6Ighn3UihsyeAH5XmLEE2MSGH5Tc4tXMFtEDx7B+zTG6hD/+/cT+fbF7PbYojsmmWjyTwFwW1JKQQ==}
3588
3637
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
3589
3638
peerDependencies:
3590
3639
postcss: ^8.4.32
···
3643
3692
peerDependencies:
3644
3693
postcss: ^8.4.32
3645
3694
3646
3646
-
postcss-normalize-unicode@7.0.4:
3647
3647
-
resolution: {integrity: sha512-LvIURTi1sQoZqj8mEIE8R15yvM+OhbR1avynMtI9bUzj5gGKR/gfZFd8O7VMj0QgJaIFzxDwxGl/ASMYAkqO8g==}
3695
3695
+
postcss-normalize-unicode@7.0.5:
3696
3696
+
resolution: {integrity: sha512-X6BBwiRxVaFHrb2WyBMddIeB5HBjJcAaUHyhLrM2FsxSq5TFqcHSsK7Zu1otag+o0ZphQGJewGH1tAyrD0zX1Q==}
3648
3697
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
3649
3698
peerDependencies:
3650
3699
postcss: ^8.4.32
···
3667
3716
peerDependencies:
3668
3717
postcss: ^8.4.32
3669
3718
3670
3670
-
postcss-reduce-initial@7.0.4:
3671
3671
-
resolution: {integrity: sha512-rdIC9IlMBn7zJo6puim58Xd++0HdbvHeHaPgXsimMfG1ijC5A9ULvNLSE0rUKVJOvNMcwewW4Ga21ngyJjY/+Q==}
3719
3719
+
postcss-reduce-initial@7.0.5:
3720
3720
+
resolution: {integrity: sha512-RHagHLidG8hTZcnr4FpyMB2jtgd/OcyAazjMhoy5qmWJOx1uxKh4ntk0Pb46ajKM0rkf32lRH4C8c9qQiPR6IA==}
3672
3721
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
3673
3722
peerDependencies:
3674
3723
postcss: ^8.4.32
···
3734
3783
process@0.11.10:
3735
3784
resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==}
3736
3785
engines: {node: '>= 0.6.0'}
3786
3786
+
3787
3787
+
promise-limit@2.7.0:
3788
3788
+
resolution: {integrity: sha512-7nJ6v5lnJsXwGprnGXga4wx6d1POjvi5Qmf1ivTRxTjH4Z/9Czja/UCMLVmB9N93GeWOU93XaFaEt6jbuoagNw==}
3737
3789
3738
3790
prompts@2.4.2:
3739
3791
resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
···
3877
3929
resolution: {integrity: sha512-i1xevIst/Qa+nA9olDxLWnLk8YZbi8R/7JPbCMcgyWaFR6bKWaexgJgEB5oc2PKMjYdrHynyz0NY+if+H98t1w==}
3878
3930
engines: {node: '>= 0.8'}
3879
3931
3880
3880
-
resolve@1.22.10:
3881
3881
-
resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==}
3932
3932
+
resolve@1.22.11:
3933
3933
+
resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==}
3882
3934
engines: {node: '>= 0.4'}
3883
3935
hasBin: true
3884
3936
···
3907
3959
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
3908
3960
hasBin: true
3909
3961
3910
3910
-
run-applescript@7.0.0:
3911
3911
-
resolution: {integrity: sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==}
3962
3962
+
run-applescript@7.1.0:
3963
3963
+
resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==}
3912
3964
engines: {node: '>=18'}
3913
3965
3914
3966
run-parallel@1.2.0:
···
3934
3986
resolution: {integrity: sha512-vu/49vdc8MzV5jUchs3TIRDCOkOvMc1iJ11MrZvhg9tE4ziKIEIBjBZvies6a9sfM2vQ2gc3dXeu6rCK7AztHA==}
3935
3987
engines: {node: '>=16'}
3936
3988
3937
3937
-
sax@1.4.1:
3938
3938
-
resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
3989
3989
+
sax@1.4.3:
3990
3990
+
resolution: {integrity: sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==}
3939
3991
3940
3992
scule@1.3.0:
3941
3993
resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
3942
3994
3943
3995
semver@6.3.1:
3944
3996
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
3945
3945
-
hasBin: true
3946
3946
-
3947
3947
-
semver@7.7.2:
3948
3948
-
resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
3949
3949
-
engines: {node: '>=10'}
3950
3997
hasBin: true
3951
3998
3952
3999
semver@7.7.3:
···
4003
4050
simple-get@4.0.1:
4004
4051
resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==}
4005
4052
4006
4006
-
simple-git@3.28.0:
4007
4007
-
resolution: {integrity: sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==}
4053
4053
+
simple-git@3.30.0:
4054
4054
+
resolution: {integrity: sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==}
4008
4055
4009
4056
sirv@3.0.2:
4010
4057
resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
···
4086
4133
std-env@3.10.0:
4087
4134
resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==}
4088
4135
4089
4089
-
std-env@3.9.0:
4090
4090
-
resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==}
4091
4091
-
4092
4092
-
streamx@2.22.1:
4093
4093
-
resolution: {integrity: sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==}
4136
4136
+
streamx@2.23.0:
4137
4137
+
resolution: {integrity: sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==}
4094
4138
4095
4139
string-width@4.2.3:
4096
4140
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
···
4116
4160
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
4117
4161
engines: {node: '>=8'}
4118
4162
4119
4119
-
strip-ansi@7.1.0:
4120
4120
-
resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
4163
4163
+
strip-ansi@7.1.2:
4164
4164
+
resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==}
4121
4165
engines: {node: '>=12'}
4122
4166
4123
4167
strip-final-newline@3.0.0:
···
4132
4176
resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
4133
4177
engines: {node: '>=0.10.0'}
4134
4178
4135
4135
-
strip-literal@3.0.0:
4136
4136
-
resolution: {integrity: sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==}
4137
4137
-
4138
4179
strip-literal@3.1.0:
4139
4180
resolution: {integrity: sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==}
4140
4181
4141
4182
structured-clone-es@1.0.0:
4142
4183
resolution: {integrity: sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==}
4143
4184
4144
4144
-
stylehacks@7.0.6:
4145
4145
-
resolution: {integrity: sha512-iitguKivmsueOmTO0wmxURXBP8uqOO+zikLGZ7Mm9e/94R4w5T999Js2taS/KBOnQ/wdC3jN3vNSrkGDrlnqQg==}
4185
4185
+
stylehacks@7.0.7:
4186
4186
+
resolution: {integrity: sha512-bJkD0JkEtbRrMFtwgpJyBbFIwfDDONQ1Ov3sDLZQP8HuJ73kBOyx66H4bOcAbVWmnfLdvQ0AJwXxOMkpujcO6g==}
4146
4187
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
4147
4188
peerDependencies:
4148
4189
postcss: ^8.4.32
···
4152
4193
engines: {node: '>=16 || 14 >=14.17'}
4153
4194
hasBin: true
4154
4195
4155
4155
-
superjson@2.2.2:
4156
4156
-
resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==}
4196
4196
+
superjson@2.2.5:
4197
4197
+
resolution: {integrity: sha512-zWPTX96LVsA/eVYnqOM2+ofcdPqdS1dAF1LN4TS2/MWuUpfitd9ctTa87wt4xrYnZnkLtS69xpBdSxVBP5Rm6w==}
4157
4198
engines: {node: '>=16'}
4158
4199
4159
4159
-
supports-color@10.2.0:
4160
4160
-
resolution: {integrity: sha512-5eG9FQjEjDbAlI5+kdpdyPIBMRH4GfTVDGREVupaZHmVoppknhM29b/S9BkQz7cathp85BVgRi/As3Siln7e0Q==}
4200
4200
+
supports-color@10.2.2:
4201
4201
+
resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==}
4161
4202
engines: {node: '>=18'}
4162
4203
4163
4204
supports-color@7.2.0:
···
4188
4229
peerDependencies:
4189
4230
tailwindcss: 1 || 2 || 2.0.1-compat || 3
4190
4231
4191
4191
-
tailwindcss@3.4.17:
4192
4192
-
resolution: {integrity: sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==}
4232
4232
+
tailwindcss@3.4.18:
4233
4233
+
resolution: {integrity: sha512-6A2rnmW5xZMdw11LYjhcI5846rt9pbLSabY5XPxo+XWdxwZaFEn47Go4NzFiHu9sNNmr/kXivP1vStfvMaK1GQ==}
4193
4234
engines: {node: '>=14.0.0'}
4194
4235
hasBin: true
4195
4236
···
4203
4244
tar-stream@3.1.7:
4204
4245
resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==}
4205
4246
4206
4206
-
tar@7.4.3:
4207
4207
-
resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==}
4247
4247
+
tar@7.5.2:
4248
4248
+
resolution: {integrity: sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==}
4208
4249
engines: {node: '>=18'}
4209
4250
4210
4210
-
terser@5.44.0:
4211
4211
-
resolution: {integrity: sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==}
4251
4251
+
terser@5.44.1:
4252
4252
+
resolution: {integrity: sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==}
4212
4253
engines: {node: '>=10'}
4213
4254
hasBin: true
4214
4255
···
4228
4269
tiny-invariant@1.3.3:
4229
4270
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
4230
4271
4231
4231
-
tinyexec@1.0.1:
4232
4232
-
resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==}
4233
4233
-
4234
4234
-
tinyglobby@0.2.14:
4235
4235
-
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
4236
4236
-
engines: {node: '>=12.0.0'}
4272
4272
+
tinyexec@1.0.2:
4273
4273
+
resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==}
4274
4274
+
engines: {node: '>=18'}
4237
4275
4238
4276
tinyglobby@0.2.15:
4239
4277
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
···
4327
4365
unified@11.0.5:
4328
4366
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
4329
4367
4330
4330
-
unimport@5.2.0:
4331
4331
-
resolution: {integrity: sha512-bTuAMMOOqIAyjV4i4UH7P07pO+EsVxmhOzQ2YJ290J6mkLUdozNhb5I/YoOEheeNADC03ent3Qj07X0fWfUpmw==}
4332
4332
-
engines: {node: '>=18.12.0'}
4333
4333
-
4334
4368
unimport@5.5.0:
4335
4369
resolution: {integrity: sha512-/JpWMG9s1nBSlXJAQ8EREFTFy3oy6USFd8T6AoBaw1q2GGcF4R9yp3ofg32UODZlYEO5VD0EWE1RpI9XDWyPYg==}
4336
4370
engines: {node: '>=18.12.0'}
···
4341
4375
unist-util-find-after@5.0.0:
4342
4376
resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==}
4343
4377
4344
4344
-
unist-util-is@6.0.0:
4345
4345
-
resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==}
4378
4378
+
unist-util-is@6.0.1:
4379
4379
+
resolution: {integrity: sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==}
4346
4380
4347
4381
unist-util-position@5.0.0:
4348
4382
resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
4349
4383
4350
4384
unist-util-stringify-position@4.0.0:
4351
4385
resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
4352
4352
-
4353
4353
-
unist-util-visit-parents@6.0.1:
4354
4354
-
resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==}
4355
4386
4356
4387
unist-util-visit-parents@6.0.2:
4357
4388
resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==}
···
4460
4491
unwasm@0.4.2:
4461
4492
resolution: {integrity: sha512-/DWXXXn63zAbdoQ6jtdbhr1WP2Cz6ax2nwIu4/yqj4617VWmva4UAzNH16q2fD4I6fym4tSAXFT8P89weXn2AA==}
4462
4493
4463
4463
-
update-browserslist-db@1.1.3:
4464
4464
-
resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
4494
4494
+
update-browserslist-db@1.1.4:
4495
4495
+
resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==}
4465
4496
hasBin: true
4466
4497
peerDependencies:
4467
4498
browserslist: '>= 4.21.0'
···
4632
4663
web-namespaces@2.0.1:
4633
4664
resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==}
4634
4665
4666
4666
+
web-streams-polyfill@3.3.3:
4667
4667
+
resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
4668
4668
+
engines: {node: '>= 8'}
4669
4669
+
4635
4670
webidl-conversions@3.0.1:
4636
4671
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
4637
4672
···
4754
4789
4755
4790
'@alloc/quick-lru@5.2.0': {}
4756
4791
4757
4757
-
'@ampproject/remapping@2.3.0':
4758
4758
-
dependencies:
4759
4759
-
'@jridgewell/gen-mapping': 0.3.13
4760
4760
-
'@jridgewell/trace-mapping': 0.3.30
4761
4761
-
4762
4792
'@antfu/install-pkg@1.1.0':
4763
4793
dependencies:
4764
4764
-
package-manager-detector: 1.3.0
4765
4765
-
tinyexec: 1.0.1
4794
4794
+
package-manager-detector: 1.5.0
4795
4795
+
tinyexec: 1.0.2
4766
4796
4767
4797
'@antfu/utils@8.1.1': {}
4768
4798
···
4778
4808
js-tokens: 4.0.0
4779
4809
picocolors: 1.1.1
4780
4810
4781
4781
-
'@babel/compat-data@7.28.0': {}
4811
4811
+
'@babel/compat-data@7.28.5': {}
4782
4812
4783
4783
-
'@babel/core@7.28.3':
4813
4813
+
'@babel/core@7.28.5':
4784
4814
dependencies:
4785
4785
-
'@ampproject/remapping': 2.3.0
4786
4815
'@babel/code-frame': 7.27.1
4787
4816
'@babel/generator': 7.28.5
4788
4817
'@babel/helper-compilation-targets': 7.27.2
4789
4789
-
'@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3)
4790
4790
-
'@babel/helpers': 7.28.3
4818
4818
+
'@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5)
4819
4819
+
'@babel/helpers': 7.28.4
4791
4820
'@babel/parser': 7.28.5
4792
4821
'@babel/template': 7.27.2
4793
4793
-
'@babel/traverse': 7.28.3
4822
4822
+
'@babel/traverse': 7.28.5
4794
4823
'@babel/types': 7.28.5
4824
4824
+
'@jridgewell/remapping': 2.3.5
4795
4825
convert-source-map: 2.0.0
4796
4826
debug: 4.4.3
4797
4827
gensync: 1.0.0-beta.2
···
4805
4835
'@babel/parser': 7.28.5
4806
4836
'@babel/types': 7.28.5
4807
4837
'@jridgewell/gen-mapping': 0.3.13
4808
4808
-
'@jridgewell/trace-mapping': 0.3.30
4838
4838
+
'@jridgewell/trace-mapping': 0.3.31
4809
4839
jsesc: 3.1.0
4810
4840
4811
4841
'@babel/helper-annotate-as-pure@7.27.3':
···
4814
4844
4815
4845
'@babel/helper-compilation-targets@7.27.2':
4816
4846
dependencies:
4817
4817
-
'@babel/compat-data': 7.28.0
4847
4847
+
'@babel/compat-data': 7.28.5
4818
4848
'@babel/helper-validator-option': 7.27.1
4819
4819
-
browserslist: 4.25.4
4849
4849
+
browserslist: 4.27.0
4820
4850
lru-cache: 5.1.1
4821
4851
semver: 6.3.1
4822
4852
4823
4823
-
'@babel/helper-create-class-features-plugin@7.28.3(@babel/core@7.28.3)':
4853
4853
+
'@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.28.5)':
4824
4854
dependencies:
4825
4825
-
'@babel/core': 7.28.3
4855
4855
+
'@babel/core': 7.28.5
4826
4856
'@babel/helper-annotate-as-pure': 7.27.3
4827
4827
-
'@babel/helper-member-expression-to-functions': 7.27.1
4857
4857
+
'@babel/helper-member-expression-to-functions': 7.28.5
4828
4858
'@babel/helper-optimise-call-expression': 7.27.1
4829
4829
-
'@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.3)
4859
4859
+
'@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5)
4830
4860
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
4831
4831
-
'@babel/traverse': 7.28.3
4861
4861
+
'@babel/traverse': 7.28.5
4832
4862
semver: 6.3.1
4833
4863
transitivePeerDependencies:
4834
4864
- supports-color
4835
4865
4836
4866
'@babel/helper-globals@7.28.0': {}
4837
4867
4838
4838
-
'@babel/helper-member-expression-to-functions@7.27.1':
4868
4868
+
'@babel/helper-member-expression-to-functions@7.28.5':
4839
4869
dependencies:
4840
4840
-
'@babel/traverse': 7.28.3
4870
4870
+
'@babel/traverse': 7.28.5
4841
4871
'@babel/types': 7.28.5
4842
4872
transitivePeerDependencies:
4843
4873
- supports-color
4844
4874
4845
4875
'@babel/helper-module-imports@7.27.1':
4846
4876
dependencies:
4847
4847
-
'@babel/traverse': 7.28.3
4877
4877
+
'@babel/traverse': 7.28.5
4848
4878
'@babel/types': 7.28.5
4849
4879
transitivePeerDependencies:
4850
4880
- supports-color
4851
4881
4852
4852
-
'@babel/helper-module-transforms@7.28.3(@babel/core@7.28.3)':
4882
4882
+
'@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)':
4853
4883
dependencies:
4854
4854
-
'@babel/core': 7.28.3
4884
4884
+
'@babel/core': 7.28.5
4855
4885
'@babel/helper-module-imports': 7.27.1
4856
4886
'@babel/helper-validator-identifier': 7.28.5
4857
4857
-
'@babel/traverse': 7.28.3
4887
4887
+
'@babel/traverse': 7.28.5
4858
4888
transitivePeerDependencies:
4859
4889
- supports-color
4860
4890
···
4864
4894
4865
4895
'@babel/helper-plugin-utils@7.27.1': {}
4866
4896
4867
4867
-
'@babel/helper-replace-supers@7.27.1(@babel/core@7.28.3)':
4897
4897
+
'@babel/helper-replace-supers@7.27.1(@babel/core@7.28.5)':
4868
4898
dependencies:
4869
4869
-
'@babel/core': 7.28.3
4870
4870
-
'@babel/helper-member-expression-to-functions': 7.27.1
4899
4899
+
'@babel/core': 7.28.5
4900
4900
+
'@babel/helper-member-expression-to-functions': 7.28.5
4871
4901
'@babel/helper-optimise-call-expression': 7.27.1
4872
4872
-
'@babel/traverse': 7.28.3
4902
4902
+
'@babel/traverse': 7.28.5
4873
4903
transitivePeerDependencies:
4874
4904
- supports-color
4875
4905
4876
4906
'@babel/helper-skip-transparent-expression-wrappers@7.27.1':
4877
4907
dependencies:
4878
4878
-
'@babel/traverse': 7.28.3
4908
4908
+
'@babel/traverse': 7.28.5
4879
4909
'@babel/types': 7.28.5
4880
4910
transitivePeerDependencies:
4881
4911
- supports-color
4882
4912
4883
4913
'@babel/helper-string-parser@7.27.1': {}
4884
4914
4885
4885
-
'@babel/helper-validator-identifier@7.27.1': {}
4886
4886
-
4887
4915
'@babel/helper-validator-identifier@7.28.5': {}
4888
4916
4889
4917
'@babel/helper-validator-option@7.27.1': {}
4890
4918
4891
4891
-
'@babel/helpers@7.28.3':
4919
4919
+
'@babel/helpers@7.28.4':
4892
4920
dependencies:
4893
4921
'@babel/template': 7.27.2
4894
4922
'@babel/types': 7.28.5
4895
4923
4896
4896
-
'@babel/parser@7.28.3':
4897
4897
-
dependencies:
4898
4898
-
'@babel/types': 7.28.2
4899
4899
-
4900
4924
'@babel/parser@7.28.5':
4901
4925
dependencies:
4902
4926
'@babel/types': 7.28.5
4903
4927
4904
4904
-
'@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.3)':
4928
4928
+
'@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.5)':
4905
4929
dependencies:
4906
4906
-
'@babel/core': 7.28.3
4930
4930
+
'@babel/core': 7.28.5
4907
4931
'@babel/helper-plugin-utils': 7.27.1
4908
4932
4909
4909
-
'@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.3)':
4933
4933
+
'@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.5)':
4910
4934
dependencies:
4911
4911
-
'@babel/core': 7.28.3
4935
4935
+
'@babel/core': 7.28.5
4912
4936
'@babel/helper-plugin-utils': 7.27.1
4913
4937
4914
4914
-
'@babel/plugin-transform-typescript@7.28.0(@babel/core@7.28.3)':
4938
4938
+
'@babel/plugin-transform-typescript@7.28.5(@babel/core@7.28.5)':
4915
4939
dependencies:
4916
4916
-
'@babel/core': 7.28.3
4940
4940
+
'@babel/core': 7.28.5
4917
4941
'@babel/helper-annotate-as-pure': 7.27.3
4918
4918
-
'@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.3)
4942
4942
+
'@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.5)
4919
4943
'@babel/helper-plugin-utils': 7.27.1
4920
4944
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
4921
4921
-
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.3)
4945
4945
+
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5)
4922
4946
transitivePeerDependencies:
4923
4947
- supports-color
4924
4948
···
4928
4952
'@babel/parser': 7.28.5
4929
4953
'@babel/types': 7.28.5
4930
4954
4931
4931
-
'@babel/traverse@7.28.3':
4955
4955
+
'@babel/traverse@7.28.5':
4932
4956
dependencies:
4933
4957
'@babel/code-frame': 7.27.1
4934
4958
'@babel/generator': 7.28.5
···
4940
4964
transitivePeerDependencies:
4941
4965
- supports-color
4942
4966
4943
4943
-
'@babel/types@7.28.2':
4944
4944
-
dependencies:
4945
4945
-
'@babel/helper-string-parser': 7.27.1
4946
4946
-
'@babel/helper-validator-identifier': 7.27.1
4947
4947
-
4948
4967
'@babel/types@7.28.5':
4949
4968
dependencies:
4950
4969
'@babel/helper-string-parser': 7.27.1
···
5009
5028
5010
5029
'@dxup/unimport@0.1.1': {}
5011
5030
5012
5012
-
'@emnapi/core@1.5.0':
5031
5031
+
'@emnapi/core@1.7.0':
5013
5032
dependencies:
5014
5033
'@emnapi/wasi-threads': 1.1.0
5015
5034
tslib: 2.8.1
5016
5035
optional: true
5017
5036
5018
5018
-
'@emnapi/runtime@1.5.0':
5037
5037
+
'@emnapi/runtime@1.7.0':
5019
5038
dependencies:
5020
5039
tslib: 2.8.1
5021
5040
optional: true
···
5111
5130
dependencies:
5112
5131
'@iconify/types': 2.0.0
5113
5132
5114
5114
-
'@iconify/collections@1.0.590':
5133
5133
+
'@iconify/collections@1.0.614':
5115
5134
dependencies:
5116
5135
'@iconify/types': 2.0.0
5117
5136
···
5122
5141
'@antfu/install-pkg': 1.1.0
5123
5142
'@antfu/utils': 8.1.1
5124
5143
'@iconify/types': 2.0.0
5125
5125
-
debug: 4.4.1
5144
5144
+
debug: 4.4.3
5126
5145
globals: 15.15.0
5127
5146
kolorist: 1.8.0
5128
5147
local-pkg: 1.1.2
···
5147
5166
dependencies:
5148
5167
string-width: 5.1.2
5149
5168
string-width-cjs: string-width@4.2.3
5150
5150
-
strip-ansi: 7.1.0
5169
5169
+
strip-ansi: 7.1.2
5151
5170
strip-ansi-cjs: strip-ansi@6.0.1
5152
5171
wrap-ansi: 8.1.0
5153
5172
wrap-ansi-cjs: wrap-ansi@7.0.0
···
5159
5178
'@jridgewell/gen-mapping@0.3.13':
5160
5179
dependencies:
5161
5180
'@jridgewell/sourcemap-codec': 1.5.5
5162
5162
-
'@jridgewell/trace-mapping': 0.3.30
5181
5181
+
'@jridgewell/trace-mapping': 0.3.31
5163
5182
5164
5183
'@jridgewell/remapping@2.3.5':
5165
5184
dependencies:
5166
5185
'@jridgewell/gen-mapping': 0.3.13
5167
5167
-
'@jridgewell/trace-mapping': 0.3.30
5186
5186
+
'@jridgewell/trace-mapping': 0.3.31
5168
5187
5169
5188
'@jridgewell/resolve-uri@3.1.2': {}
5170
5189
5171
5190
'@jridgewell/source-map@0.3.11':
5172
5191
dependencies:
5173
5192
'@jridgewell/gen-mapping': 0.3.13
5174
5174
-
'@jridgewell/trace-mapping': 0.3.30
5193
5193
+
'@jridgewell/trace-mapping': 0.3.31
5175
5194
5176
5195
'@jridgewell/sourcemap-codec@1.5.5': {}
5177
5196
5178
5178
-
'@jridgewell/trace-mapping@0.3.30':
5197
5197
+
'@jridgewell/trace-mapping@0.3.31':
5179
5198
dependencies:
5180
5199
'@jridgewell/resolve-uri': 3.1.2
5181
5200
'@jridgewell/sourcemap-codec': 1.5.5
···
5184
5203
5185
5204
'@koa/router@12.0.2':
5186
5205
dependencies:
5187
5187
-
debug: 4.4.1
5206
5206
+
debug: 4.4.3
5188
5207
http-errors: 2.0.0
5189
5208
koa-compose: 4.1.0
5190
5209
methods: 1.1.2
···
5200
5219
5201
5220
'@kwsites/promise-deferred@1.1.1': {}
5202
5221
5222
5222
+
'@libsql/client@0.15.15':
5223
5223
+
dependencies:
5224
5224
+
'@libsql/core': 0.15.15
5225
5225
+
'@libsql/hrana-client': 0.7.0
5226
5226
+
js-base64: 3.7.8
5227
5227
+
libsql: 0.5.22
5228
5228
+
promise-limit: 2.7.0
5229
5229
+
transitivePeerDependencies:
5230
5230
+
- bufferutil
5231
5231
+
- utf-8-validate
5232
5232
+
optional: true
5233
5233
+
5234
5234
+
'@libsql/core@0.15.15':
5235
5235
+
dependencies:
5236
5236
+
js-base64: 3.7.8
5237
5237
+
optional: true
5238
5238
+
5239
5239
+
'@libsql/darwin-arm64@0.5.22':
5240
5240
+
optional: true
5241
5241
+
5242
5242
+
'@libsql/darwin-x64@0.5.22':
5243
5243
+
optional: true
5244
5244
+
5245
5245
+
'@libsql/hrana-client@0.7.0':
5246
5246
+
dependencies:
5247
5247
+
'@libsql/isomorphic-fetch': 0.3.1
5248
5248
+
'@libsql/isomorphic-ws': 0.1.5
5249
5249
+
js-base64: 3.7.8
5250
5250
+
node-fetch: 3.3.2
5251
5251
+
transitivePeerDependencies:
5252
5252
+
- bufferutil
5253
5253
+
- utf-8-validate
5254
5254
+
optional: true
5255
5255
+
5256
5256
+
'@libsql/isomorphic-fetch@0.3.1':
5257
5257
+
optional: true
5258
5258
+
5259
5259
+
'@libsql/isomorphic-ws@0.1.5':
5260
5260
+
dependencies:
5261
5261
+
'@types/ws': 8.18.1
5262
5262
+
ws: 8.18.3
5263
5263
+
transitivePeerDependencies:
5264
5264
+
- bufferutil
5265
5265
+
- utf-8-validate
5266
5266
+
optional: true
5267
5267
+
5268
5268
+
'@libsql/linux-arm-gnueabihf@0.5.22':
5269
5269
+
optional: true
5270
5270
+
5271
5271
+
'@libsql/linux-arm-musleabihf@0.5.22':
5272
5272
+
optional: true
5273
5273
+
5274
5274
+
'@libsql/linux-arm64-gnu@0.5.22':
5275
5275
+
optional: true
5276
5276
+
5277
5277
+
'@libsql/linux-arm64-musl@0.5.22':
5278
5278
+
optional: true
5279
5279
+
5280
5280
+
'@libsql/linux-x64-gnu@0.5.22':
5281
5281
+
optional: true
5282
5282
+
5283
5283
+
'@libsql/linux-x64-musl@0.5.22':
5284
5284
+
optional: true
5285
5285
+
5286
5286
+
'@libsql/win32-x64-msvc@0.5.22':
5287
5287
+
optional: true
5288
5288
+
5203
5289
'@mapbox/node-pre-gyp@2.0.0':
5204
5290
dependencies:
5205
5291
consola: 3.4.2
5206
5206
-
detect-libc: 2.0.4
5292
5292
+
detect-libc: 2.1.2
5207
5293
https-proxy-agent: 7.0.6
5208
5294
node-fetch: 2.7.0
5209
5295
nopt: 8.1.0
5210
5296
semver: 7.7.3
5211
5211
-
tar: 7.4.3
5297
5297
+
tar: 7.5.2
5212
5298
transitivePeerDependencies:
5213
5299
- encoding
5214
5300
- supports-color
5215
5301
5216
5302
'@napi-rs/wasm-runtime@1.0.7':
5217
5303
dependencies:
5218
5218
-
'@emnapi/core': 1.5.0
5219
5219
-
'@emnapi/runtime': 1.5.0
5304
5304
+
'@emnapi/core': 1.7.0
5305
5305
+
'@emnapi/runtime': 1.7.0
5220
5306
'@tybys/wasm-util': 0.10.1
5307
5307
+
optional: true
5308
5308
+
5309
5309
+
'@neon-rs/load@0.0.4':
5221
5310
optional: true
5222
5311
5223
5312
'@nodelib/fs.scandir@2.1.5':
···
5255
5344
semver: 7.7.3
5256
5345
srvx: 0.9.5
5257
5346
std-env: 3.10.0
5258
5258
-
tinyexec: 1.0.1
5347
5347
+
tinyexec: 1.0.2
5259
5348
ufo: 1.6.1
5260
5349
youch: 4.1.0-beta.12
5261
5350
transitivePeerDependencies:
5262
5351
- magicast
5263
5352
5264
5264
-
'@nuxt/content@3.8.0(better-sqlite3@11.10.0)(magicast@0.5.1)':
5353
5353
+
'@nuxt/content@3.8.0(@libsql/client@0.15.15)(better-sqlite3@12.4.1)(magicast@0.5.1)':
5265
5354
dependencies:
5266
5355
'@nuxt/kit': 4.2.0(magicast@0.5.1)
5267
5356
'@nuxtjs/mdc': 0.18.2(magicast@0.5.1)
···
5272
5361
c12: 3.3.1(magicast@0.5.1)
5273
5362
chokidar: 4.0.3
5274
5363
consola: 3.4.2
5275
5275
-
db0: 0.3.4(better-sqlite3@11.10.0)
5364
5364
+
db0: 0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1)
5276
5365
defu: 6.1.4
5277
5366
destr: 2.0.5
5278
5367
git-url-parse: 16.1.0
···
5289
5378
micromark-util-sanitize-uri: 2.0.1
5290
5379
micromatch: 4.0.8
5291
5380
minimark: 0.2.0
5292
5292
-
minimatch: 10.0.3
5381
5381
+
minimatch: 10.1.1
5293
5382
modern-tar: 0.6.1
5294
5383
nuxt-component-meta: https://pkg.pr.new/nuxt-component-meta@e3eb2c4(magicast@0.5.1)
5295
5384
nypm: 0.6.2
···
5312
5401
zod: 3.25.76
5313
5402
zod-to-json-schema: 3.24.6(zod@3.25.76)
5314
5403
optionalDependencies:
5315
5315
-
better-sqlite3: 11.10.0
5404
5404
+
'@libsql/client': 0.15.15
5405
5405
+
better-sqlite3: 12.4.1
5316
5406
transitivePeerDependencies:
5317
5407
- bufferutil
5318
5408
- drizzle-orm
···
5323
5413
5324
5414
'@nuxt/devalue@2.0.2': {}
5325
5415
5326
5326
-
'@nuxt/devtools-kit@2.6.3(magicast@0.5.1)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))':
5327
5327
-
dependencies:
5328
5328
-
'@nuxt/kit': 3.19.0(magicast@0.5.1)
5329
5329
-
execa: 8.0.1
5330
5330
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
5331
5331
-
transitivePeerDependencies:
5332
5332
-
- magicast
5333
5333
-
5334
5334
-
'@nuxt/devtools-kit@2.7.0(magicast@0.3.5)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))':
5416
5416
+
'@nuxt/devtools-kit@2.7.0(magicast@0.3.5)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))':
5335
5417
dependencies:
5336
5418
'@nuxt/kit': 3.20.0(magicast@0.3.5)
5337
5419
execa: 8.0.1
5338
5338
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
5420
5420
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
5339
5421
transitivePeerDependencies:
5340
5422
- magicast
5341
5423
5342
5342
-
'@nuxt/devtools-kit@2.7.0(magicast@0.5.1)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))':
5424
5424
+
'@nuxt/devtools-kit@2.7.0(magicast@0.5.1)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))':
5343
5425
dependencies:
5344
5426
'@nuxt/kit': 3.20.0(magicast@0.5.1)
5345
5427
execa: 8.0.1
5346
5346
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
5428
5428
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
5347
5429
transitivePeerDependencies:
5348
5430
- magicast
5349
5431
···
5358
5440
prompts: 2.4.2
5359
5441
semver: 7.7.3
5360
5442
5361
5361
-
'@nuxt/devtools@2.7.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
5443
5443
+
'@nuxt/devtools@2.7.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
5362
5444
dependencies:
5363
5363
-
'@nuxt/devtools-kit': 2.7.0(magicast@0.3.5)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))
5445
5445
+
'@nuxt/devtools-kit': 2.7.0(magicast@0.3.5)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))
5364
5446
'@nuxt/devtools-wizard': 2.7.0
5365
5447
'@nuxt/kit': 3.20.0(magicast@0.3.5)
5366
5366
-
'@vue/devtools-core': 7.7.7(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
5448
5448
+
'@vue/devtools-core': 7.7.7(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
5367
5449
'@vue/devtools-kit': 7.7.7
5368
5450
birpc: 2.7.0
5369
5451
consola: 3.4.2
···
5375
5457
hookable: 5.5.3
5376
5458
image-meta: 0.2.2
5377
5459
is-installed-globally: 1.0.0
5378
5378
-
launch-editor: 2.11.1
5460
5460
+
launch-editor: 2.12.0
5379
5461
local-pkg: 1.1.2
5380
5462
magicast: 0.3.5
5381
5463
nypm: 0.6.2
···
5384
5466
perfect-debounce: 1.0.0
5385
5467
pkg-types: 2.3.0
5386
5468
semver: 7.7.3
5387
5387
-
simple-git: 3.28.0
5469
5469
+
simple-git: 3.30.0
5388
5470
sirv: 3.0.2
5389
5471
structured-clone-es: 1.0.0
5390
5472
tinyglobby: 0.2.15
5391
5391
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
5392
5392
-
vite-plugin-inspect: 11.3.3(@nuxt/kit@3.20.0(magicast@0.3.5))(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))
5393
5393
-
vite-plugin-vue-tracer: 1.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
5473
5473
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
5474
5474
+
vite-plugin-inspect: 11.3.3(@nuxt/kit@3.20.0(magicast@0.3.5))(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))
5475
5475
+
vite-plugin-vue-tracer: 1.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
5394
5476
which: 5.0.0
5395
5477
ws: 8.18.3
5396
5478
transitivePeerDependencies:
···
5399
5481
- utf-8-validate
5400
5482
- vue
5401
5483
5402
5402
-
'@nuxt/icon@1.11.0(magicast@0.5.1)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
5484
5484
+
'@nuxt/icon@1.11.0(magicast@0.5.1)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
5403
5485
dependencies:
5404
5404
-
'@iconify/collections': 1.0.590
5486
5486
+
'@iconify/collections': 1.0.614
5405
5487
'@iconify/types': 2.0.0
5406
5488
'@iconify/utils': 2.3.0
5407
5489
'@iconify/vue': 4.3.0(vue@3.5.22(typescript@5.9.3))
5408
5408
-
'@nuxt/devtools-kit': 2.6.3(magicast@0.5.1)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))
5409
5409
-
'@nuxt/kit': 3.19.0(magicast@0.5.1)
5490
5490
+
'@nuxt/devtools-kit': 2.7.0(magicast@0.5.1)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))
5491
5491
+
'@nuxt/kit': 3.20.0(magicast@0.5.1)
5410
5492
consola: 3.4.2
5411
5493
local-pkg: 1.1.2
5412
5494
mlly: 1.8.0
5413
5495
ohash: 2.0.11
5414
5496
pathe: 2.0.3
5415
5497
picomatch: 4.0.3
5416
5416
-
std-env: 3.9.0
5417
5417
-
tinyglobby: 0.2.14
5498
5498
+
std-env: 3.10.0
5499
5499
+
tinyglobby: 0.2.15
5418
5500
transitivePeerDependencies:
5419
5501
- magicast
5420
5502
- supports-color
5421
5503
- vite
5422
5504
- vue
5423
5505
5424
5424
-
'@nuxt/kit@3.19.0(magicast@0.5.1)':
5425
5425
-
dependencies:
5426
5426
-
c12: 3.2.0(magicast@0.5.1)
5427
5427
-
consola: 3.4.2
5428
5428
-
defu: 6.1.4
5429
5429
-
destr: 2.0.5
5430
5430
-
errx: 0.1.0
5431
5431
-
exsolve: 1.0.7
5432
5432
-
ignore: 7.0.5
5433
5433
-
jiti: 2.5.1
5434
5434
-
klona: 2.0.6
5435
5435
-
knitwork: 1.2.0
5436
5436
-
mlly: 1.8.0
5437
5437
-
ohash: 2.0.11
5438
5438
-
pathe: 2.0.3
5439
5439
-
pkg-types: 2.3.0
5440
5440
-
rc9: 2.1.2
5441
5441
-
scule: 1.3.0
5442
5442
-
semver: 7.7.2
5443
5443
-
std-env: 3.9.0
5444
5444
-
tinyglobby: 0.2.14
5445
5445
-
ufo: 1.6.1
5446
5446
-
unctx: 2.4.1
5447
5447
-
unimport: 5.2.0
5448
5448
-
untyped: 2.0.0
5449
5449
-
transitivePeerDependencies:
5450
5450
-
- magicast
5451
5451
-
5452
5506
'@nuxt/kit@3.20.0(magicast@0.3.5)':
5453
5507
dependencies:
5454
5508
c12: 3.3.1(magicast@0.3.5)
···
5526
5580
transitivePeerDependencies:
5527
5581
- magicast
5528
5582
5529
5529
-
'@nuxt/nitro-server@4.2.0(better-sqlite3@11.10.0)(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.0(@biomejs/biome@1.9.4)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@11.10.0)(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1))(typescript@5.9.3)':
5583
5583
+
'@nuxt/nitro-server@4.2.0(@libsql/client@0.15.15)(better-sqlite3@12.4.1)(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.0(@biomejs/biome@1.9.4)(@libsql/client@0.15.15)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@12.4.1)(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1))(typescript@5.9.3)':
5530
5584
dependencies:
5531
5585
'@nuxt/devalue': 2.0.2
5532
5586
'@nuxt/kit': 4.2.0(magicast@0.5.1)
···
5543
5597
impound: 1.0.0
5544
5598
klona: 2.0.6
5545
5599
mocked-exports: 0.1.1
5546
5546
-
nitropack: 2.12.9(better-sqlite3@11.10.0)
5547
5547
-
nuxt: 4.2.0(@biomejs/biome@1.9.4)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@11.10.0)(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1)
5600
5600
+
nitropack: 2.12.9(@libsql/client@0.15.15)(better-sqlite3@12.4.1)
5601
5601
+
nuxt: 4.2.0(@biomejs/biome@1.9.4)(@libsql/client@0.15.15)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@12.4.1)(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1)
5548
5602
pathe: 2.0.3
5549
5603
pkg-types: 2.3.0
5550
5604
radix3: 1.1.2
5551
5605
std-env: 3.10.0
5552
5606
ufo: 1.6.1
5553
5607
unctx: 2.4.1
5554
5554
-
unstorage: 1.17.2(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)
5608
5608
+
unstorage: 1.17.2(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)
5555
5609
vue: 3.5.22(typescript@5.9.3)
5556
5610
vue-bundle-renderer: 2.2.0
5557
5611
vue-devtools-stub: 0.1.0
···
5573
5627
- '@vercel/functions'
5574
5628
- '@vercel/kv'
5575
5629
- aws4fetch
5630
5630
+
- bare-abort-controller
5576
5631
- better-sqlite3
5577
5632
- db0
5578
5633
- drizzle-orm
···
5581
5636
- ioredis
5582
5637
- magicast
5583
5638
- mysql2
5639
5639
+
- react-native-b4a
5584
5640
- rolldown
5585
5641
- sqlite3
5586
5642
- supports-color
···
5606
5662
git-url-parse: 16.1.0
5607
5663
is-docker: 3.0.0
5608
5664
ofetch: 1.5.1
5609
5609
-
package-manager-detector: 1.3.0
5665
5665
+
package-manager-detector: 1.5.0
5610
5666
pathe: 2.0.3
5611
5667
rc9: 2.1.2
5612
5668
std-env: 3.10.0
5613
5669
transitivePeerDependencies:
5614
5670
- magicast
5615
5671
5616
5616
-
'@nuxt/vite-builder@4.2.0(@biomejs/biome@1.9.4)(@types/node@24.10.0)(magicast@0.5.1)(nuxt@4.2.0(@biomejs/biome@1.9.4)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@11.10.0)(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1))(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vue-tsc@2.2.2(typescript@5.9.3))(vue@3.5.22(typescript@5.9.3))(yaml@2.8.1)':
5672
5672
+
'@nuxt/vite-builder@4.2.0(@biomejs/biome@1.9.4)(@types/node@24.10.0)(magicast@0.5.1)(nuxt@4.2.0(@biomejs/biome@1.9.4)(@libsql/client@0.15.15)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@12.4.1)(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1))(rollup@4.52.5)(terser@5.44.1)(typescript@5.9.3)(vue-tsc@2.2.2(typescript@5.9.3))(vue@3.5.22(typescript@5.9.3))(yaml@2.8.1)':
5617
5673
dependencies:
5618
5674
'@nuxt/kit': 4.2.0(magicast@0.5.1)
5619
5619
-
'@rollup/plugin-replace': 6.0.2(rollup@4.52.5)
5620
5620
-
'@vitejs/plugin-vue': 6.0.1(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
5621
5621
-
'@vitejs/plugin-vue-jsx': 5.1.1(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
5675
5675
+
'@rollup/plugin-replace': 6.0.3(rollup@4.52.5)
5676
5676
+
'@vitejs/plugin-vue': 6.0.1(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
5677
5677
+
'@vitejs/plugin-vue-jsx': 5.1.1(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
5622
5678
autoprefixer: 10.4.21(postcss@8.5.6)
5623
5679
consola: 3.4.2
5624
5624
-
cssnano: 7.1.1(postcss@8.5.6)
5680
5680
+
cssnano: 7.1.2(postcss@8.5.6)
5625
5681
defu: 6.1.4
5626
5682
esbuild: 0.25.12
5627
5683
escape-string-regexp: 5.0.0
···
5633
5689
magic-string: 0.30.21
5634
5690
mlly: 1.8.0
5635
5691
mocked-exports: 0.1.1
5636
5636
-
nuxt: 4.2.0(@biomejs/biome@1.9.4)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@11.10.0)(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1)
5692
5692
+
nuxt: 4.2.0(@biomejs/biome@1.9.4)(@libsql/client@0.15.15)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@12.4.1)(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1)
5637
5693
pathe: 2.0.3
5638
5694
pkg-types: 2.3.0
5639
5695
postcss: 8.5.6
···
5642
5698
std-env: 3.10.0
5643
5699
ufo: 1.6.1
5644
5700
unenv: 2.0.0-rc.24
5645
5645
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
5646
5646
-
vite-node: 3.2.4(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
5647
5647
-
vite-plugin-checker: 0.11.0(@biomejs/biome@1.9.4)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))
5701
5701
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
5702
5702
+
vite-node: 3.2.4(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
5703
5703
+
vite-plugin-checker: 0.11.0(@biomejs/biome@1.9.4)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))
5648
5704
vue: 3.5.22(typescript@5.9.3)
5649
5705
vue-bundle-renderer: 2.2.0
5650
5706
transitivePeerDependencies:
···
5721
5777
- magicast
5722
5778
- supports-color
5723
5779
5724
5724
-
'@nuxtjs/tailwindcss@6.14.0(magicast@0.5.1)':
5780
5780
+
'@nuxtjs/tailwindcss@6.14.0(magicast@0.5.1)(yaml@2.8.1)':
5725
5781
dependencies:
5726
5726
-
'@nuxt/kit': 3.19.0(magicast@0.5.1)
5782
5782
+
'@nuxt/kit': 3.20.0(magicast@0.5.1)
5727
5783
autoprefixer: 10.4.21(postcss@8.5.6)
5728
5728
-
c12: 3.2.0(magicast@0.5.1)
5784
5784
+
c12: 3.3.1(magicast@0.5.1)
5729
5785
consola: 3.4.2
5730
5786
defu: 6.1.4
5731
5787
h3: 1.15.4
···
5735
5791
pkg-types: 2.3.0
5736
5792
postcss: 8.5.6
5737
5793
postcss-nesting: 13.0.2(postcss@8.5.6)
5738
5738
-
tailwind-config-viewer: 2.0.4(tailwindcss@3.4.17)
5739
5739
-
tailwindcss: 3.4.17
5794
5794
+
tailwind-config-viewer: 2.0.4(tailwindcss@3.4.18(yaml@2.8.1))
5795
5795
+
tailwindcss: 3.4.18(yaml@2.8.1)
5740
5796
ufo: 1.6.1
5741
5797
unctx: 2.4.1
5742
5798
transitivePeerDependencies:
5743
5799
- magicast
5744
5800
- supports-color
5745
5745
-
- ts-node
5801
5801
+
- tsx
5802
5802
+
- yaml
5746
5803
5747
5804
'@oxc-minify/binding-android-arm64@0.95.0':
5748
5805
optional: true
···
5964
6021
'@poppinss/dumper@0.6.5':
5965
6022
dependencies:
5966
6023
'@poppinss/colors': 4.1.5
5967
5967
-
'@sindresorhus/is': 7.0.2
5968
5968
-
supports-color: 10.2.0
6024
6024
+
'@sindresorhus/is': 7.1.1
6025
6025
+
supports-color: 10.2.2
5969
6026
5970
6027
'@poppinss/exception@1.2.2': {}
5971
6028
···
6024
6081
6025
6082
'@rolldown/pluginutils@1.0.0-beta.29': {}
6026
6083
6027
6027
-
'@rolldown/pluginutils@1.0.0-beta.34': {}
6084
6084
+
'@rolldown/pluginutils@1.0.0-beta.47': {}
6028
6085
6029
6086
'@rollup/plugin-alias@5.1.1(rollup@4.52.5)':
6030
6087
optionalDependencies:
···
6032
6089
6033
6090
'@rollup/plugin-commonjs@28.0.9(rollup@4.52.5)':
6034
6091
dependencies:
6035
6035
-
'@rollup/pluginutils': 5.2.0(rollup@4.52.5)
6092
6092
+
'@rollup/pluginutils': 5.3.0(rollup@4.52.5)
6036
6093
commondir: 1.0.1
6037
6094
estree-walker: 2.0.2
6038
6095
fdir: 6.5.0(picomatch@4.0.3)
···
6044
6101
6045
6102
'@rollup/plugin-inject@5.0.5(rollup@4.52.5)':
6046
6103
dependencies:
6047
6047
-
'@rollup/pluginutils': 5.2.0(rollup@4.52.5)
6104
6104
+
'@rollup/pluginutils': 5.3.0(rollup@4.52.5)
6048
6105
estree-walker: 2.0.2
6049
6106
magic-string: 0.30.21
6050
6107
optionalDependencies:
···
6052
6109
6053
6110
'@rollup/plugin-json@6.1.0(rollup@4.52.5)':
6054
6111
dependencies:
6055
6055
-
'@rollup/pluginutils': 5.2.0(rollup@4.52.5)
6112
6112
+
'@rollup/pluginutils': 5.3.0(rollup@4.52.5)
6056
6113
optionalDependencies:
6057
6114
rollup: 4.52.5
6058
6115
6059
6116
'@rollup/plugin-node-resolve@16.0.3(rollup@4.52.5)':
6060
6117
dependencies:
6061
6061
-
'@rollup/pluginutils': 5.2.0(rollup@4.52.5)
6118
6118
+
'@rollup/pluginutils': 5.3.0(rollup@4.52.5)
6062
6119
'@types/resolve': 1.20.2
6063
6120
deepmerge: 4.3.1
6064
6121
is-module: 1.0.0
6065
6065
-
resolve: 1.22.10
6122
6122
+
resolve: 1.22.11
6066
6123
optionalDependencies:
6067
6124
rollup: 4.52.5
6068
6125
6069
6069
-
'@rollup/plugin-replace@6.0.2(rollup@4.52.5)':
6126
6126
+
'@rollup/plugin-replace@6.0.3(rollup@4.52.5)':
6070
6127
dependencies:
6071
6071
-
'@rollup/pluginutils': 5.2.0(rollup@4.52.5)
6128
6128
+
'@rollup/pluginutils': 5.3.0(rollup@4.52.5)
6072
6129
magic-string: 0.30.21
6073
6130
optionalDependencies:
6074
6131
rollup: 4.52.5
···
6077
6134
dependencies:
6078
6135
serialize-javascript: 6.0.2
6079
6136
smob: 1.5.0
6080
6080
-
terser: 5.44.0
6137
6137
+
terser: 5.44.1
6081
6138
optionalDependencies:
6082
6139
rollup: 4.52.5
6083
6140
6084
6084
-
'@rollup/pluginutils@5.2.0(rollup@4.52.5)':
6141
6141
+
'@rollup/pluginutils@5.3.0(rollup@4.52.5)':
6085
6142
dependencies:
6086
6143
'@types/estree': 1.0.8
6087
6144
estree-walker: 2.0.2
···
6202
6259
6203
6260
'@sindresorhus/is@4.6.0': {}
6204
6261
6205
6205
-
'@sindresorhus/is@7.0.2': {}
6262
6262
+
'@sindresorhus/is@7.1.1': {}
6206
6263
6207
6264
'@sindresorhus/merge-streams@4.0.0': {}
6208
6265
···
6214
6271
6215
6272
'@standard-schema/spec@1.0.0': {}
6216
6273
6217
6217
-
'@tailwindcss/typography@0.5.19(tailwindcss@3.4.17)':
6274
6274
+
'@tailwindcss/typography@0.5.19(tailwindcss@3.4.18(yaml@2.8.1))':
6218
6275
dependencies:
6219
6276
postcss-selector-parser: 6.0.10
6220
6220
-
tailwindcss: 3.4.17
6277
6277
+
tailwindcss: 3.4.18(yaml@2.8.1)
6221
6278
6222
6279
'@tybys/wasm-util@0.10.1':
6223
6280
dependencies:
···
6260
6317
6261
6318
'@types/web-bluetooth@0.0.21': {}
6262
6319
6320
6320
+
'@types/ws@8.18.1':
6321
6321
+
dependencies:
6322
6322
+
'@types/node': 24.10.0
6323
6323
+
optional: true
6324
6324
+
6263
6325
'@ungap/structured-clone@1.3.0': {}
6264
6326
6265
6327
'@unhead/vue@2.0.19(vue@3.5.22(typescript@5.9.3))':
···
6294
6356
'@vercel/nft@0.30.3(rollup@4.52.5)':
6295
6357
dependencies:
6296
6358
'@mapbox/node-pre-gyp': 2.0.0
6297
6297
-
'@rollup/pluginutils': 5.2.0(rollup@4.52.5)
6359
6359
+
'@rollup/pluginutils': 5.3.0(rollup@4.52.5)
6298
6360
acorn: 8.15.0
6299
6361
acorn-import-attributes: 1.9.5(acorn@8.15.0)
6300
6362
async-sema: 3.1.1
···
6310
6372
- rollup
6311
6373
- supports-color
6312
6374
6313
6313
-
'@vitejs/plugin-vue-jsx@5.1.1(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
6375
6375
+
'@vitejs/plugin-vue-jsx@5.1.1(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
6314
6376
dependencies:
6315
6315
-
'@babel/core': 7.28.3
6316
6316
-
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.3)
6317
6317
-
'@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.3)
6318
6318
-
'@rolldown/pluginutils': 1.0.0-beta.34
6319
6319
-
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.3)
6320
6320
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
6377
6377
+
'@babel/core': 7.28.5
6378
6378
+
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5)
6379
6379
+
'@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5)
6380
6380
+
'@rolldown/pluginutils': 1.0.0-beta.47
6381
6381
+
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.5)
6382
6382
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
6321
6383
vue: 3.5.22(typescript@5.9.3)
6322
6384
transitivePeerDependencies:
6323
6385
- supports-color
6324
6386
6325
6325
-
'@vitejs/plugin-vue@6.0.1(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
6387
6387
+
'@vitejs/plugin-vue@6.0.1(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
6326
6388
dependencies:
6327
6389
'@rolldown/pluginutils': 1.0.0-beta.29
6328
6328
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
6390
6390
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
6329
6391
vue: 3.5.22(typescript@5.9.3)
6330
6392
6331
6393
'@volar/language-core@2.4.23':
···
6345
6407
'@vue/compiler-sfc': 3.5.22
6346
6408
ast-kit: 2.1.3
6347
6409
local-pkg: 1.1.2
6348
6348
-
magic-string-ast: 1.0.2
6410
6410
+
magic-string-ast: 1.0.3
6349
6411
unplugin-utils: 0.3.1
6350
6412
optionalDependencies:
6351
6413
vue: 3.5.22(typescript@5.9.3)
6352
6414
6353
6415
'@vue/babel-helper-vue-transform-on@1.5.0': {}
6354
6416
6355
6355
-
'@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.3)':
6417
6417
+
'@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.5)':
6356
6418
dependencies:
6357
6419
'@babel/helper-module-imports': 7.27.1
6358
6420
'@babel/helper-plugin-utils': 7.27.1
6359
6359
-
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.3)
6421
6421
+
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.5)
6360
6422
'@babel/template': 7.27.2
6361
6361
-
'@babel/traverse': 7.28.3
6423
6423
+
'@babel/traverse': 7.28.5
6362
6424
'@babel/types': 7.28.5
6363
6425
'@vue/babel-helper-vue-transform-on': 1.5.0
6364
6364
-
'@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.3)
6426
6426
+
'@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.5)
6365
6427
'@vue/shared': 3.5.22
6366
6428
optionalDependencies:
6367
6367
-
'@babel/core': 7.28.3
6429
6429
+
'@babel/core': 7.28.5
6368
6430
transitivePeerDependencies:
6369
6431
- supports-color
6370
6432
6371
6371
-
'@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.3)':
6433
6433
+
'@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.5)':
6372
6434
dependencies:
6373
6435
'@babel/code-frame': 7.27.1
6374
6374
-
'@babel/core': 7.28.3
6436
6436
+
'@babel/core': 7.28.5
6375
6437
'@babel/helper-module-imports': 7.27.1
6376
6438
'@babel/helper-plugin-utils': 7.27.1
6377
6439
'@babel/parser': 7.28.5
···
6379
6441
transitivePeerDependencies:
6380
6442
- supports-color
6381
6443
6382
6382
-
'@vue/compiler-core@3.5.21':
6383
6383
-
dependencies:
6384
6384
-
'@babel/parser': 7.28.3
6385
6385
-
'@vue/shared': 3.5.21
6386
6386
-
entities: 4.5.0
6387
6387
-
estree-walker: 2.0.2
6388
6388
-
source-map-js: 1.2.1
6389
6389
-
6390
6444
'@vue/compiler-core@3.5.22':
6391
6445
dependencies:
6392
6446
'@babel/parser': 7.28.5
···
6394
6448
entities: 4.5.0
6395
6449
estree-walker: 2.0.2
6396
6450
source-map-js: 1.2.1
6397
6397
-
6398
6398
-
'@vue/compiler-dom@3.5.21':
6399
6399
-
dependencies:
6400
6400
-
'@vue/compiler-core': 3.5.21
6401
6401
-
'@vue/shared': 3.5.21
6402
6451
6403
6452
'@vue/compiler-dom@3.5.22':
6404
6453
dependencies:
···
6429
6478
6430
6479
'@vue/devtools-api@6.6.4': {}
6431
6480
6432
6432
-
'@vue/devtools-core@7.7.7(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
6481
6481
+
'@vue/devtools-core@7.7.7(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))':
6433
6482
dependencies:
6434
6483
'@vue/devtools-kit': 7.7.7
6435
6484
'@vue/devtools-shared': 7.7.7
6436
6485
mitt: 3.0.1
6437
6437
-
nanoid: 5.1.5
6486
6486
+
nanoid: 5.1.6
6438
6487
pathe: 2.0.3
6439
6439
-
vite-hot-client: 2.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))
6488
6488
+
vite-hot-client: 2.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))
6440
6489
vue: 3.5.22(typescript@5.9.3)
6441
6490
transitivePeerDependencies:
6442
6491
- vite
···
6449
6498
mitt: 3.0.1
6450
6499
perfect-debounce: 1.0.0
6451
6500
speakingurl: 14.0.1
6452
6452
-
superjson: 2.2.2
6501
6501
+
superjson: 2.2.5
6453
6502
6454
6503
'@vue/devtools-shared@7.7.7':
6455
6504
dependencies:
···
6458
6507
'@vue/language-core@2.2.2(typescript@5.9.3)':
6459
6508
dependencies:
6460
6509
'@volar/language-core': 2.4.23
6461
6461
-
'@vue/compiler-dom': 3.5.21
6510
6510
+
'@vue/compiler-dom': 3.5.22
6462
6511
'@vue/compiler-vue2': 2.7.16
6463
6463
-
'@vue/shared': 3.5.21
6512
6512
+
'@vue/shared': 3.5.22
6464
6513
alien-signals: 1.0.13
6465
6514
minimatch: 9.0.5
6466
6515
muggle-string: 0.4.1
···
6502
6551
'@vue/shared': 3.5.22
6503
6552
vue: 3.5.22(typescript@5.9.3)
6504
6553
6505
6505
-
'@vue/shared@3.5.21': {}
6506
6506
-
6507
6554
'@vue/shared@3.5.22': {}
6508
6555
6509
6556
'@vueuse/core@14.0.0(vue@3.5.22(typescript@5.9.3))':
···
6546
6593
6547
6594
ansi-regex@5.0.1: {}
6548
6595
6549
6549
-
ansi-regex@6.2.0: {}
6596
6596
+
ansi-regex@6.2.2: {}
6550
6597
6551
6598
ansi-styles@4.3.0:
6552
6599
dependencies:
6553
6600
color-convert: 2.0.1
6554
6601
6555
6555
-
ansi-styles@6.2.1: {}
6602
6602
+
ansi-styles@6.2.3: {}
6556
6603
6557
6557
-
ansis@4.1.0: {}
6604
6604
+
ansis@4.2.0: {}
6558
6605
6559
6606
any-promise@1.3.0: {}
6560
6607
···
6582
6629
readdir-glob: 1.1.3
6583
6630
tar-stream: 3.1.7
6584
6631
zip-stream: 6.0.1
6632
6632
+
transitivePeerDependencies:
6633
6633
+
- bare-abort-controller
6634
6634
+
- react-native-b4a
6585
6635
6586
6636
arg@5.0.2: {}
6587
6637
···
6605
6655
6606
6656
autoprefixer@10.4.21(postcss@8.5.6):
6607
6657
dependencies:
6608
6608
-
browserslist: 4.25.4
6609
6609
-
caniuse-lite: 1.0.30001739
6658
6658
+
browserslist: 4.27.0
6659
6659
+
caniuse-lite: 1.0.30001753
6610
6660
fraction.js: 4.3.7
6611
6661
normalize-range: 0.1.2
6612
6662
picocolors: 1.1.1
6613
6663
postcss: 8.5.6
6614
6664
postcss-value-parser: 4.2.0
6615
6665
6616
6616
-
b4a@1.6.7: {}
6666
6666
+
b4a@1.7.3: {}
6617
6667
6618
6668
bail@2.0.2: {}
6619
6669
6620
6670
balanced-match@1.0.2: {}
6621
6671
6622
6622
-
bare-events@2.6.1:
6623
6623
-
optional: true
6672
6672
+
bare-events@2.8.1: {}
6624
6673
6625
6674
base64-js@0.0.8: {}
6626
6675
6627
6676
base64-js@1.5.1: {}
6628
6677
6629
6629
-
better-sqlite3@11.10.0:
6678
6678
+
baseline-browser-mapping@2.8.25: {}
6679
6679
+
6680
6680
+
better-sqlite3@12.4.1:
6630
6681
dependencies:
6631
6682
bindings: 1.5.0
6632
6683
prebuild-install: 7.1.3
···
6662
6713
dependencies:
6663
6714
fill-range: 7.1.1
6664
6715
6665
6665
-
browserslist@4.25.4:
6716
6716
+
browserslist@4.27.0:
6666
6717
dependencies:
6667
6667
-
caniuse-lite: 1.0.30001739
6668
6668
-
electron-to-chromium: 1.5.213
6669
6669
-
node-releases: 2.0.19
6670
6670
-
update-browserslist-db: 1.1.3(browserslist@4.25.4)
6718
6718
+
baseline-browser-mapping: 2.8.25
6719
6719
+
caniuse-lite: 1.0.30001753
6720
6720
+
electron-to-chromium: 1.5.245
6721
6721
+
node-releases: 2.0.27
6722
6722
+
update-browserslist-db: 1.1.4(browserslist@4.27.0)
6671
6723
6672
6724
buffer-crc32@1.0.0: {}
6673
6725
···
6686
6738
6687
6739
bundle-name@4.1.0:
6688
6740
dependencies:
6689
6689
-
run-applescript: 7.0.0
6690
6690
-
6691
6691
-
c12@3.2.0(magicast@0.5.1):
6692
6692
-
dependencies:
6693
6693
-
chokidar: 4.0.3
6694
6694
-
confbox: 0.2.2
6695
6695
-
defu: 6.1.4
6696
6696
-
dotenv: 17.2.2
6697
6697
-
exsolve: 1.0.7
6698
6698
-
giget: 2.0.0
6699
6699
-
jiti: 2.5.1
6700
6700
-
ohash: 2.0.11
6701
6701
-
pathe: 2.0.3
6702
6702
-
perfect-debounce: 1.0.0
6703
6703
-
pkg-types: 2.3.0
6704
6704
-
rc9: 2.1.2
6705
6705
-
optionalDependencies:
6706
6706
-
magicast: 0.5.1
6741
6741
+
run-applescript: 7.1.0
6707
6742
6708
6743
c12@3.3.1(magicast@0.3.5):
6709
6744
dependencies:
···
6762
6797
6763
6798
caniuse-api@3.0.0:
6764
6799
dependencies:
6765
6765
-
browserslist: 4.25.4
6766
6766
-
caniuse-lite: 1.0.30001739
6800
6800
+
browserslist: 4.27.0
6801
6801
+
caniuse-lite: 1.0.30001753
6767
6802
lodash.memoize: 4.1.2
6768
6803
lodash.uniq: 4.5.0
6769
6804
6770
6770
-
caniuse-lite@1.0.30001739: {}
6805
6805
+
caniuse-lite@1.0.30001753: {}
6771
6806
6772
6807
ccount@2.0.1: {}
6773
6808
···
6891
6926
depd: 2.0.0
6892
6927
keygrip: 1.1.0
6893
6928
6894
6894
-
copy-anything@3.0.5:
6929
6929
+
copy-anything@4.0.5:
6895
6930
dependencies:
6896
6896
-
is-what: 4.1.16
6931
6931
+
is-what: 5.5.0
6897
6932
6898
6933
copy-paste@2.2.0:
6899
6934
dependencies:
···
6926
6961
6927
6962
css-color-keywords@1.0.0: {}
6928
6963
6929
6929
-
css-declaration-sorter@7.2.0(postcss@8.5.6):
6964
6964
+
css-declaration-sorter@7.3.0(postcss@8.5.6):
6930
6965
dependencies:
6931
6966
postcss: 8.5.6
6932
6967
···
6960
6995
6961
6996
cssesc@3.0.0: {}
6962
6997
6963
6963
-
cssnano-preset-default@7.0.9(postcss@8.5.6):
6998
6998
+
cssnano-preset-default@7.0.10(postcss@8.5.6):
6964
6999
dependencies:
6965
6965
-
browserslist: 4.25.4
6966
6966
-
css-declaration-sorter: 7.2.0(postcss@8.5.6)
7000
7000
+
browserslist: 4.27.0
7001
7001
+
css-declaration-sorter: 7.3.0(postcss@8.5.6)
6967
7002
cssnano-utils: 5.0.1(postcss@8.5.6)
6968
7003
postcss: 8.5.6
6969
7004
postcss-calc: 10.1.1(postcss@8.5.6)
6970
6970
-
postcss-colormin: 7.0.4(postcss@8.5.6)
6971
6971
-
postcss-convert-values: 7.0.7(postcss@8.5.6)
6972
6972
-
postcss-discard-comments: 7.0.4(postcss@8.5.6)
7005
7005
+
postcss-colormin: 7.0.5(postcss@8.5.6)
7006
7006
+
postcss-convert-values: 7.0.8(postcss@8.5.6)
7007
7007
+
postcss-discard-comments: 7.0.5(postcss@8.5.6)
6973
7008
postcss-discard-duplicates: 7.0.2(postcss@8.5.6)
6974
7009
postcss-discard-empty: 7.0.1(postcss@8.5.6)
6975
7010
postcss-discard-overridden: 7.0.1(postcss@8.5.6)
6976
7011
postcss-merge-longhand: 7.0.5(postcss@8.5.6)
6977
6977
-
postcss-merge-rules: 7.0.6(postcss@8.5.6)
7012
7012
+
postcss-merge-rules: 7.0.7(postcss@8.5.6)
6978
7013
postcss-minify-font-values: 7.0.1(postcss@8.5.6)
6979
7014
postcss-minify-gradients: 7.0.1(postcss@8.5.6)
6980
6980
-
postcss-minify-params: 7.0.4(postcss@8.5.6)
7015
7015
+
postcss-minify-params: 7.0.5(postcss@8.5.6)
6981
7016
postcss-minify-selectors: 7.0.5(postcss@8.5.6)
6982
7017
postcss-normalize-charset: 7.0.1(postcss@8.5.6)
6983
7018
postcss-normalize-display-values: 7.0.1(postcss@8.5.6)
···
6985
7020
postcss-normalize-repeat-style: 7.0.1(postcss@8.5.6)
6986
7021
postcss-normalize-string: 7.0.1(postcss@8.5.6)
6987
7022
postcss-normalize-timing-functions: 7.0.1(postcss@8.5.6)
6988
6988
-
postcss-normalize-unicode: 7.0.4(postcss@8.5.6)
7023
7023
+
postcss-normalize-unicode: 7.0.5(postcss@8.5.6)
6989
7024
postcss-normalize-url: 7.0.1(postcss@8.5.6)
6990
7025
postcss-normalize-whitespace: 7.0.1(postcss@8.5.6)
6991
7026
postcss-ordered-values: 7.0.2(postcss@8.5.6)
6992
6992
-
postcss-reduce-initial: 7.0.4(postcss@8.5.6)
7027
7027
+
postcss-reduce-initial: 7.0.5(postcss@8.5.6)
6993
7028
postcss-reduce-transforms: 7.0.1(postcss@8.5.6)
6994
7029
postcss-svgo: 7.1.0(postcss@8.5.6)
6995
7030
postcss-unique-selectors: 7.0.4(postcss@8.5.6)
···
6998
7033
dependencies:
6999
7034
postcss: 8.5.6
7000
7035
7001
7001
-
cssnano@7.1.1(postcss@8.5.6):
7036
7036
+
cssnano@7.1.2(postcss@8.5.6):
7002
7037
dependencies:
7003
7003
-
cssnano-preset-default: 7.0.9(postcss@8.5.6)
7038
7038
+
cssnano-preset-default: 7.0.10(postcss@8.5.6)
7004
7039
lilconfig: 3.1.3
7005
7040
postcss: 8.5.6
7006
7041
···
7010
7045
7011
7046
csstype@3.1.3: {}
7012
7047
7013
7013
-
db0@0.3.4(better-sqlite3@11.10.0):
7048
7048
+
data-uri-to-buffer@4.0.1:
7049
7049
+
optional: true
7050
7050
+
7051
7051
+
db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1):
7014
7052
optionalDependencies:
7015
7015
-
better-sqlite3: 11.10.0
7053
7053
+
'@libsql/client': 0.15.15
7054
7054
+
better-sqlite3: 12.4.1
7016
7055
7017
7056
de-indent@1.0.2: {}
7018
7057
···
7021
7060
ms: 2.1.3
7022
7061
7023
7062
debug@4.3.7:
7024
7024
-
dependencies:
7025
7025
-
ms: 2.1.3
7026
7026
-
7027
7027
-
debug@4.4.1:
7028
7063
dependencies:
7029
7064
ms: 2.1.3
7030
7065
···
7079
7114
7080
7115
detect-libc@1.0.3: {}
7081
7116
7082
7082
-
detect-libc@2.0.4: {}
7083
7083
-
7084
7084
-
detect-libc@2.1.2:
7117
7117
+
detect-libc@2.0.2:
7085
7118
optional: true
7119
7119
+
7120
7120
+
detect-libc@2.1.2: {}
7086
7121
7087
7122
devalue@5.4.2: {}
7088
7123
···
7120
7155
7121
7156
dotenv@16.6.1: {}
7122
7157
7123
7123
-
dotenv@17.2.2: {}
7124
7124
-
7125
7158
dotenv@17.2.3: {}
7126
7159
7127
7160
dunder-proto@1.0.1:
···
7136
7169
7137
7170
ee-first@1.1.1: {}
7138
7171
7139
7139
-
electron-to-chromium@1.5.213: {}
7172
7172
+
electron-to-chromium@1.5.245: {}
7140
7173
7141
7174
emoji-regex-xs@2.0.1: {}
7142
7175
···
7235
7268
etag@1.8.1: {}
7236
7269
7237
7270
event-target-shim@5.0.1: {}
7271
7271
+
7272
7272
+
events-universal@1.0.1:
7273
7273
+
dependencies:
7274
7274
+
bare-events: 2.8.1
7275
7275
+
transitivePeerDependencies:
7276
7276
+
- bare-abort-controller
7238
7277
7239
7278
events@3.3.0: {}
7240
7279
···
7292
7331
optionalDependencies:
7293
7332
picomatch: 4.0.3
7294
7333
7334
7334
+
fetch-blob@3.2.0:
7335
7335
+
dependencies:
7336
7336
+
node-domexception: 1.0.0
7337
7337
+
web-streams-polyfill: 3.3.3
7338
7338
+
optional: true
7339
7339
+
7295
7340
fflate@0.7.4: {}
7296
7341
7297
7342
figures@6.1.0:
···
7310
7355
dependencies:
7311
7356
cross-spawn: 7.0.6
7312
7357
signal-exit: 4.1.0
7358
7358
+
7359
7359
+
formdata-polyfill@4.0.10:
7360
7360
+
dependencies:
7361
7361
+
fetch-blob: 3.2.0
7362
7362
+
optional: true
7313
7363
7314
7364
fraction.js@4.3.7: {}
7315
7365
···
7336
7386
7337
7387
fuse.js@7.1.0: {}
7338
7388
7389
7389
+
generator-function@2.0.1: {}
7390
7390
+
7339
7391
gensync@1.0.0-beta.2: {}
7340
7392
7341
7393
get-caller-file@2.0.5: {}
···
7373
7425
consola: 3.4.2
7374
7426
defu: 6.1.4
7375
7427
node-fetch-native: 1.6.7
7376
7376
-
nypm: 0.6.1
7428
7428
+
nypm: 0.6.2
7377
7429
pathe: 2.0.3
7378
7430
7379
7431
git-up@8.1.1:
···
7446
7498
defu: 6.1.4
7447
7499
destr: 2.0.5
7448
7500
iron-webcrypto: 1.2.1
7449
7449
-
node-mock-http: 1.0.2
7501
7501
+
node-mock-http: 1.0.3
7450
7502
radix3: 1.1.2
7451
7503
ufo: 1.6.1
7452
7504
uncrypto: 0.1.3
···
7476
7528
hast-util-phrasing: 3.0.1
7477
7529
hast-util-whitespace: 3.0.0
7478
7530
html-whitespace-sensitive-tag-names: 3.0.1
7479
7479
-
unist-util-visit-parents: 6.0.1
7531
7531
+
unist-util-visit-parents: 6.0.2
7480
7532
7481
7533
hast-util-from-parse5@8.0.3:
7482
7534
dependencies:
···
7511
7563
hast-util-embedded: 3.0.0
7512
7564
hast-util-is-element: 3.0.0
7513
7565
hast-util-whitespace: 3.0.0
7514
7514
-
unist-util-is: 6.0.0
7566
7566
+
unist-util-is: 6.0.1
7515
7567
7516
7568
hast-util-parse-selector@4.0.0:
7517
7569
dependencies:
···
7735
7787
7736
7788
is-fullwidth-code-point@3.0.0: {}
7737
7789
7738
7738
-
is-generator-function@1.1.0:
7790
7790
+
is-generator-function@1.1.2:
7739
7791
dependencies:
7740
7792
call-bound: 1.0.4
7793
7793
+
generator-function: 2.0.1
7741
7794
get-proto: 1.0.1
7742
7795
has-tostringtag: 1.0.2
7743
7796
safe-regex-test: 1.1.0
···
7788
7841
7789
7842
is-unicode-supported@2.1.0: {}
7790
7843
7791
7791
-
is-what@4.1.16: {}
7844
7844
+
is-what@5.5.0: {}
7792
7845
7793
7846
is-wsl@2.2.0:
7794
7847
dependencies:
···
7816
7869
7817
7870
jiti@1.21.7: {}
7818
7871
7819
7819
-
jiti@2.5.1: {}
7872
7872
+
jiti@2.6.1: {}
7820
7873
7821
7821
-
jiti@2.6.1: {}
7874
7874
+
js-base64@3.7.8:
7875
7875
+
optional: true
7822
7876
7823
7877
js-tokens@4.0.0: {}
7824
7878
···
7873
7927
7874
7928
koa-send@5.0.1:
7875
7929
dependencies:
7876
7876
-
debug: 4.4.1
7930
7930
+
debug: 4.4.3
7877
7931
http-errors: 1.8.1
7878
7932
resolve-path: 1.4.0
7879
7933
transitivePeerDependencies:
···
7886
7940
transitivePeerDependencies:
7887
7941
- supports-color
7888
7942
7889
7889
-
koa@2.16.2:
7943
7943
+
koa@2.16.3:
7890
7944
dependencies:
7891
7945
accepts: 1.3.8
7892
7946
cache-content-type: 1.0.1
7893
7947
content-disposition: 0.5.4
7894
7948
content-type: 1.0.5
7895
7949
cookies: 0.9.1
7896
7896
-
debug: 4.4.1
7950
7950
+
debug: 4.4.3
7897
7951
delegates: 1.0.0
7898
7952
depd: 2.0.0
7899
7953
destroy: 1.2.0
···
7902
7956
fresh: 0.5.2
7903
7957
http-assert: 1.5.0
7904
7958
http-errors: 1.8.1
7905
7905
-
is-generator-function: 1.1.0
7959
7959
+
is-generator-function: 1.1.2
7906
7960
koa-compose: 4.1.0
7907
7961
koa-convert: 2.0.0
7908
7962
on-finished: 2.4.1
···
7916
7970
7917
7971
kolorist@1.8.0: {}
7918
7972
7919
7919
-
launch-editor@2.11.1:
7973
7973
+
launch-editor@2.12.0:
7920
7974
dependencies:
7921
7975
picocolors: 1.1.1
7922
7976
shell-quote: 1.8.3
···
7925
7979
dependencies:
7926
7980
readable-stream: 2.3.8
7927
7981
7982
7982
+
libsql@0.5.22:
7983
7983
+
dependencies:
7984
7984
+
'@neon-rs/load': 0.0.4
7985
7985
+
detect-libc: 2.0.2
7986
7986
+
optionalDependencies:
7987
7987
+
'@libsql/darwin-arm64': 0.5.22
7988
7988
+
'@libsql/darwin-x64': 0.5.22
7989
7989
+
'@libsql/linux-arm-gnueabihf': 0.5.22
7990
7990
+
'@libsql/linux-arm-musleabihf': 0.5.22
7991
7991
+
'@libsql/linux-arm64-gnu': 0.5.22
7992
7992
+
'@libsql/linux-arm64-musl': 0.5.22
7993
7993
+
'@libsql/linux-x64-gnu': 0.5.22
7994
7994
+
'@libsql/linux-x64-musl': 0.5.22
7995
7995
+
'@libsql/win32-x64-msvc': 0.5.22
7996
7996
+
optional: true
7997
7997
+
7928
7998
lighthouse-logger@2.0.2:
7929
7999
dependencies:
7930
8000
debug: 4.4.3
···
7996
8066
ufo: 1.6.1
7997
8067
unplugin: 2.3.10
7998
8068
7999
7999
-
magic-string-ast@1.0.2:
8069
8069
+
magic-string-ast@1.0.3:
8000
8070
dependencies:
8001
8071
magic-string: 0.30.21
8002
8002
-
8003
8003
-
magic-string@0.30.18:
8004
8004
-
dependencies:
8005
8005
-
'@jridgewell/sourcemap-codec': 1.5.5
8006
8072
8007
8073
magic-string@0.30.21:
8008
8074
dependencies:
···
8030
8096
dependencies:
8031
8097
'@types/mdast': 4.0.4
8032
8098
escape-string-regexp: 5.0.0
8033
8033
-
unist-util-is: 6.0.0
8034
8034
-
unist-util-visit-parents: 6.0.1
8099
8099
+
unist-util-is: 6.0.1
8100
8100
+
unist-util-visit-parents: 6.0.2
8035
8101
8036
8102
mdast-util-from-markdown@2.0.2:
8037
8103
dependencies:
···
8110
8176
mdast-util-phrasing@4.1.0:
8111
8177
dependencies:
8112
8178
'@types/mdast': 4.0.4
8113
8113
-
unist-util-is: 6.0.0
8179
8179
+
unist-util-is: 6.0.1
8114
8180
8115
8181
mdast-util-to-hast@13.2.0:
8116
8182
dependencies:
···
8324
8390
micromark@4.0.2:
8325
8391
dependencies:
8326
8392
'@types/debug': 4.1.12
8327
8327
-
debug: 4.4.1
8393
8393
+
debug: 4.4.3
8328
8394
decode-named-character-reference: 1.2.0
8329
8395
devlop: 1.1.0
8330
8396
micromark-core-commonmark: 2.0.3
···
8371
8437
8372
8438
minimark@0.2.0: {}
8373
8439
8374
8374
-
minimatch@10.0.3:
8440
8440
+
minimatch@10.1.1:
8375
8441
dependencies:
8376
8442
'@isaacs/brace-expansion': 5.0.0
8377
8443
···
8391
8457
8392
8458
minipass@7.1.2: {}
8393
8459
8394
8394
-
minizlib@3.0.2:
8460
8460
+
minizlib@3.1.0:
8395
8461
dependencies:
8396
8462
minipass: 7.1.2
8397
8463
···
8399
8465
8400
8466
mkdirp-classic@0.5.3:
8401
8467
optional: true
8402
8402
-
8403
8403
-
mkdirp@3.0.1: {}
8404
8468
8405
8469
mlly@1.8.0:
8406
8470
dependencies:
···
8427
8491
8428
8492
nanoid@3.3.11: {}
8429
8493
8430
8430
-
nanoid@5.1.5: {}
8494
8494
+
nanoid@5.1.6: {}
8431
8495
8432
8496
nanotar@0.2.0: {}
8433
8497
···
8436
8500
8437
8501
negotiator@0.6.3: {}
8438
8502
8439
8439
-
nitropack@2.12.9(better-sqlite3@11.10.0):
8503
8503
+
nitropack@2.12.9(@libsql/client@0.15.15)(better-sqlite3@12.4.1):
8440
8504
dependencies:
8441
8505
'@cloudflare/kv-asset-handler': 0.4.0
8442
8506
'@rollup/plugin-alias': 5.1.1(rollup@4.52.5)
···
8444
8508
'@rollup/plugin-inject': 5.0.5(rollup@4.52.5)
8445
8509
'@rollup/plugin-json': 6.1.0(rollup@4.52.5)
8446
8510
'@rollup/plugin-node-resolve': 16.0.3(rollup@4.52.5)
8447
8447
-
'@rollup/plugin-replace': 6.0.2(rollup@4.52.5)
8511
8511
+
'@rollup/plugin-replace': 6.0.3(rollup@4.52.5)
8448
8512
'@rollup/plugin-terser': 0.4.4(rollup@4.52.5)
8449
8513
'@vercel/nft': 0.30.3(rollup@4.52.5)
8450
8514
archiver: 7.0.1
···
8457
8521
cookie-es: 2.0.0
8458
8522
croner: 9.1.0
8459
8523
crossws: 0.3.5
8460
8460
-
db0: 0.3.4(better-sqlite3@11.10.0)
8524
8524
+
db0: 0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1)
8461
8525
defu: 6.1.4
8462
8526
destr: 2.0.5
8463
8527
dot-prop: 10.1.0
···
8503
8567
unenv: 2.0.0-rc.24
8504
8568
unimport: 5.5.0
8505
8569
unplugin-utils: 0.3.1
8506
8506
-
unstorage: 1.17.2(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)
8570
8570
+
unstorage: 1.17.2(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)
8507
8571
untyped: 2.0.0
8508
8572
unwasm: 0.3.11
8509
8573
youch: 4.1.0-beta.12
···
8526
8590
- '@vercel/functions'
8527
8591
- '@vercel/kv'
8528
8592
- aws4fetch
8593
8593
+
- bare-abort-controller
8529
8594
- better-sqlite3
8530
8595
- drizzle-orm
8531
8596
- encoding
8532
8597
- idb-keyval
8533
8598
- mysql2
8599
8599
+
- react-native-b4a
8534
8600
- rolldown
8535
8601
- sqlite3
8536
8602
- supports-color
···
8543
8609
8544
8610
node-addon-api@7.1.1: {}
8545
8611
8612
8612
+
node-domexception@1.0.0:
8613
8613
+
optional: true
8614
8614
+
8546
8615
node-emoji@2.2.0:
8547
8616
dependencies:
8548
8617
'@sindresorhus/is': 4.6.0
···
8556
8625
dependencies:
8557
8626
whatwg-url: 5.0.0
8558
8627
8628
8628
+
node-fetch@3.3.2:
8629
8629
+
dependencies:
8630
8630
+
data-uri-to-buffer: 4.0.1
8631
8631
+
fetch-blob: 3.2.0
8632
8632
+
formdata-polyfill: 4.0.10
8633
8633
+
optional: true
8634
8634
+
8559
8635
node-forge@1.3.1: {}
8560
8636
8561
8637
node-gyp-build@4.8.4: {}
8562
8562
-
8563
8563
-
node-mock-http@1.0.2: {}
8564
8638
8565
8639
node-mock-http@1.0.3: {}
8566
8640
8567
8567
-
node-releases@2.0.19: {}
8641
8641
+
node-releases@2.0.27: {}
8568
8642
8569
8643
nopt@8.1.0:
8570
8644
dependencies:
···
8601
8675
transitivePeerDependencies:
8602
8676
- magicast
8603
8677
8604
8604
-
nuxt-og-image@5.1.12(@unhead/vue@2.0.19(vue@3.5.22(typescript@5.9.3)))(h3@1.15.4)(magicast@0.5.1)(unstorage@1.17.2(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2))(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3)):
8678
8678
+
nuxt-og-image@5.1.12(@unhead/vue@2.0.19(vue@3.5.22(typescript@5.9.3)))(h3@1.15.4)(magicast@0.5.1)(unstorage@1.17.2(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2))(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3)):
8605
8679
dependencies:
8606
8606
-
'@nuxt/devtools-kit': 2.7.0(magicast@0.5.1)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))
8680
8680
+
'@nuxt/devtools-kit': 2.7.0(magicast@0.5.1)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))
8607
8681
'@nuxt/kit': 4.2.0(magicast@0.5.1)
8608
8682
'@resvg/resvg-js': 2.6.2
8609
8683
'@resvg/resvg-wasm': 2.6.2
···
8632
8706
strip-literal: 3.1.0
8633
8707
ufo: 1.6.1
8634
8708
unplugin: 2.3.10
8635
8635
-
unstorage: 1.17.2(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)
8709
8709
+
unstorage: 1.17.2(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)
8636
8710
unwasm: 0.3.11
8637
8711
yoga-wasm-web: 0.3.3
8638
8712
transitivePeerDependencies:
···
8667
8741
- magicast
8668
8742
- vue
8669
8743
8670
8670
-
nuxt@4.2.0(@biomejs/biome@1.9.4)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@11.10.0)(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1):
8744
8744
+
nuxt@4.2.0(@biomejs/biome@1.9.4)(@libsql/client@0.15.15)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@12.4.1)(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1):
8671
8745
dependencies:
8672
8746
'@dxup/nuxt': 0.2.1(magicast@0.5.1)
8673
8747
'@nuxt/cli': 3.30.0(magicast@0.5.1)
8674
8674
-
'@nuxt/devtools': 2.7.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
8748
8748
+
'@nuxt/devtools': 2.7.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))
8675
8749
'@nuxt/kit': 4.2.0(magicast@0.5.1)
8676
8676
-
'@nuxt/nitro-server': 4.2.0(better-sqlite3@11.10.0)(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.0(@biomejs/biome@1.9.4)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@11.10.0)(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1))(typescript@5.9.3)
8750
8750
+
'@nuxt/nitro-server': 4.2.0(@libsql/client@0.15.15)(better-sqlite3@12.4.1)(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.0(@biomejs/biome@1.9.4)(@libsql/client@0.15.15)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@12.4.1)(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1))(typescript@5.9.3)
8677
8751
'@nuxt/schema': 4.2.0
8678
8752
'@nuxt/telemetry': 2.6.6(magicast@0.5.1)
8679
8679
-
'@nuxt/vite-builder': 4.2.0(@biomejs/biome@1.9.4)(@types/node@24.10.0)(magicast@0.5.1)(nuxt@4.2.0(@biomejs/biome@1.9.4)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@11.10.0)(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1))(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vue-tsc@2.2.2(typescript@5.9.3))(vue@3.5.22(typescript@5.9.3))(yaml@2.8.1)
8753
8753
+
'@nuxt/vite-builder': 4.2.0(@biomejs/biome@1.9.4)(@types/node@24.10.0)(magicast@0.5.1)(nuxt@4.2.0(@biomejs/biome@1.9.4)(@libsql/client@0.15.15)(@parcel/watcher@2.5.1)(@types/node@24.10.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@12.4.1)(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2)(magicast@0.5.1)(rollup@4.52.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3))(yaml@2.8.1))(rollup@4.52.5)(terser@5.44.1)(typescript@5.9.3)(vue-tsc@2.2.2(typescript@5.9.3))(vue@3.5.22(typescript@5.9.3))(yaml@2.8.1)
8680
8754
'@unhead/vue': 2.0.19(vue@3.5.22(typescript@5.9.3))
8681
8755
'@vue/shared': 3.5.22
8682
8756
c12: 3.3.1(magicast@0.5.1)
···
8749
8823
- '@vercel/kv'
8750
8824
- '@vue/compiler-sfc'
8751
8825
- aws4fetch
8826
8826
+
- bare-abort-controller
8752
8827
- better-sqlite3
8753
8828
- bufferutil
8754
8829
- db0
···
8764
8839
- mysql2
8765
8840
- optionator
8766
8841
- oxlint
8842
8842
+
- react-native-b4a
8767
8843
- rolldown
8768
8844
- rollup
8769
8845
- sass
···
8785
8861
- xml2js
8786
8862
- yaml
8787
8863
8788
8788
-
nypm@0.6.1:
8789
8789
-
dependencies:
8790
8790
-
citty: 0.1.6
8791
8791
-
consola: 3.4.2
8792
8792
-
pathe: 2.0.3
8793
8793
-
pkg-types: 2.3.0
8794
8794
-
tinyexec: 1.0.1
8795
8795
-
8796
8864
nypm@0.6.2:
8797
8865
dependencies:
8798
8866
citty: 0.1.6
8799
8867
consola: 3.4.2
8800
8868
pathe: 2.0.3
8801
8869
pkg-types: 2.3.0
8802
8802
-
tinyexec: 1.0.1
8870
8870
+
tinyexec: 1.0.2
8803
8871
8804
8872
object-assign@4.1.1: {}
8805
8873
···
8918
8986
8919
8987
package-json-from-dist@1.0.1: {}
8920
8988
8921
8921
-
package-manager-detector@1.3.0: {}
8989
8989
+
package-manager-detector@1.5.0: {}
8922
8990
8923
8991
pako@0.2.9: {}
8924
8992
···
9009
9077
9010
9078
playwright-core@1.56.1: {}
9011
9079
9012
9012
-
portfinder@1.0.37:
9080
9080
+
portfinder@1.0.38:
9013
9081
dependencies:
9014
9082
async: 3.2.6
9015
9015
-
debug: 4.4.1
9083
9083
+
debug: 4.4.3
9016
9084
transitivePeerDependencies:
9017
9085
- supports-color
9018
9086
···
9022
9090
postcss-selector-parser: 7.1.0
9023
9091
postcss-value-parser: 4.2.0
9024
9092
9025
9025
-
postcss-colormin@7.0.4(postcss@8.5.6):
9093
9093
+
postcss-colormin@7.0.5(postcss@8.5.6):
9026
9094
dependencies:
9027
9027
-
browserslist: 4.25.4
9095
9095
+
browserslist: 4.27.0
9028
9096
caniuse-api: 3.0.0
9029
9097
colord: 2.9.3
9030
9098
postcss: 8.5.6
9031
9099
postcss-value-parser: 4.2.0
9032
9100
9033
9033
-
postcss-convert-values@7.0.7(postcss@8.5.6):
9101
9101
+
postcss-convert-values@7.0.8(postcss@8.5.6):
9034
9102
dependencies:
9035
9035
-
browserslist: 4.25.4
9103
9103
+
browserslist: 4.27.0
9036
9104
postcss: 8.5.6
9037
9105
postcss-value-parser: 4.2.0
9038
9106
9039
9039
-
postcss-discard-comments@7.0.4(postcss@8.5.6):
9107
9107
+
postcss-discard-comments@7.0.5(postcss@8.5.6):
9040
9108
dependencies:
9041
9109
postcss: 8.5.6
9042
9110
postcss-selector-parser: 7.1.0
···
9058
9126
postcss: 8.5.6
9059
9127
postcss-value-parser: 4.2.0
9060
9128
read-cache: 1.0.0
9061
9061
-
resolve: 1.22.10
9129
9129
+
resolve: 1.22.11
9062
9130
9063
9063
-
postcss-js@4.0.1(postcss@8.5.6):
9131
9131
+
postcss-js@4.1.0(postcss@8.5.6):
9064
9132
dependencies:
9065
9133
camelcase-css: 2.0.1
9066
9134
postcss: 8.5.6
9067
9135
9068
9068
-
postcss-load-config@4.0.2(postcss@8.5.6):
9136
9136
+
postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.5.6)(yaml@2.8.1):
9069
9137
dependencies:
9070
9138
lilconfig: 3.1.3
9071
9071
-
yaml: 2.8.1
9072
9139
optionalDependencies:
9140
9140
+
jiti: 1.21.7
9073
9141
postcss: 8.5.6
9142
9142
+
yaml: 2.8.1
9074
9143
9075
9144
postcss-merge-longhand@7.0.5(postcss@8.5.6):
9076
9145
dependencies:
9077
9146
postcss: 8.5.6
9078
9147
postcss-value-parser: 4.2.0
9079
9079
-
stylehacks: 7.0.6(postcss@8.5.6)
9148
9148
+
stylehacks: 7.0.7(postcss@8.5.6)
9080
9149
9081
9081
-
postcss-merge-rules@7.0.6(postcss@8.5.6):
9150
9150
+
postcss-merge-rules@7.0.7(postcss@8.5.6):
9082
9151
dependencies:
9083
9083
-
browserslist: 4.25.4
9152
9152
+
browserslist: 4.27.0
9084
9153
caniuse-api: 3.0.0
9085
9154
cssnano-utils: 5.0.1(postcss@8.5.6)
9086
9155
postcss: 8.5.6
···
9098
9167
postcss: 8.5.6
9099
9168
postcss-value-parser: 4.2.0
9100
9169
9101
9101
-
postcss-minify-params@7.0.4(postcss@8.5.6):
9170
9170
+
postcss-minify-params@7.0.5(postcss@8.5.6):
9102
9171
dependencies:
9103
9103
-
browserslist: 4.25.4
9172
9172
+
browserslist: 4.27.0
9104
9173
cssnano-utils: 5.0.1(postcss@8.5.6)
9105
9174
postcss: 8.5.6
9106
9175
postcss-value-parser: 4.2.0
···
9152
9221
postcss: 8.5.6
9153
9222
postcss-value-parser: 4.2.0
9154
9223
9155
9155
-
postcss-normalize-unicode@7.0.4(postcss@8.5.6):
9224
9224
+
postcss-normalize-unicode@7.0.5(postcss@8.5.6):
9156
9225
dependencies:
9157
9157
-
browserslist: 4.25.4
9226
9226
+
browserslist: 4.27.0
9158
9227
postcss: 8.5.6
9159
9228
postcss-value-parser: 4.2.0
9160
9229
···
9174
9243
postcss: 8.5.6
9175
9244
postcss-value-parser: 4.2.0
9176
9245
9177
9177
-
postcss-reduce-initial@7.0.4(postcss@8.5.6):
9246
9246
+
postcss-reduce-initial@7.0.5(postcss@8.5.6):
9178
9247
dependencies:
9179
9179
-
browserslist: 4.25.4
9248
9248
+
browserslist: 4.27.0
9180
9249
caniuse-api: 3.0.0
9181
9250
postcss: 8.5.6
9182
9251
···
9247
9316
9248
9317
process@0.11.10: {}
9249
9318
9319
9319
+
promise-limit@2.7.0:
9320
9320
+
optional: true
9321
9321
+
9250
9322
prompts@2.4.2:
9251
9323
dependencies:
9252
9324
kleur: 3.0.3
···
9473
9545
http-errors: 1.6.3
9474
9546
path-is-absolute: 1.0.1
9475
9547
9476
9476
-
resolve@1.22.10:
9548
9548
+
resolve@1.22.11:
9477
9549
dependencies:
9478
9550
is-core-module: 2.16.1
9479
9551
path-parse: 1.0.7
···
9520
9592
'@rollup/rollup-win32-x64-msvc': 4.52.5
9521
9593
fsevents: 2.3.3
9522
9594
9523
9523
-
run-applescript@7.0.0: {}
9595
9595
+
run-applescript@7.1.0: {}
9524
9596
9525
9597
run-parallel@1.2.0:
9526
9598
dependencies:
···
9556
9628
postcss-value-parser: 4.2.0
9557
9629
yoga-wasm-web: 0.3.3
9558
9630
9559
9559
-
sax@1.4.1: {}
9631
9631
+
sax@1.4.3: {}
9560
9632
9561
9633
scule@1.3.0: {}
9562
9634
9563
9635
semver@6.3.1: {}
9564
9564
-
9565
9565
-
semver@7.7.2: {}
9566
9636
9567
9637
semver@7.7.3: {}
9568
9638
···
9636
9706
simple-concat: 1.0.1
9637
9707
optional: true
9638
9708
9639
9639
-
simple-git@3.28.0:
9709
9709
+
simple-git@3.30.0:
9640
9710
dependencies:
9641
9711
'@kwsites/file-exists': 1.1.1
9642
9712
'@kwsites/promise-deferred': 1.1.1
···
9712
9782
9713
9783
std-env@3.10.0: {}
9714
9784
9715
9715
-
std-env@3.9.0: {}
9716
9716
-
9717
9717
-
streamx@2.22.1:
9785
9785
+
streamx@2.23.0:
9718
9786
dependencies:
9787
9787
+
events-universal: 1.0.1
9719
9788
fast-fifo: 1.3.2
9720
9789
text-decoder: 1.2.3
9721
9721
-
optionalDependencies:
9722
9722
-
bare-events: 2.6.1
9790
9790
+
transitivePeerDependencies:
9791
9791
+
- bare-abort-controller
9792
9792
+
- react-native-b4a
9723
9793
9724
9794
string-width@4.2.3:
9725
9795
dependencies:
···
9731
9801
dependencies:
9732
9802
eastasianwidth: 0.2.0
9733
9803
emoji-regex: 9.2.2
9734
9734
-
strip-ansi: 7.1.0
9804
9804
+
strip-ansi: 7.1.2
9735
9805
9736
9806
string.prototype.codepointat@0.2.1: {}
9737
9807
···
9752
9822
dependencies:
9753
9823
ansi-regex: 5.0.1
9754
9824
9755
9755
-
strip-ansi@7.1.0:
9825
9825
+
strip-ansi@7.1.2:
9756
9826
dependencies:
9757
9757
-
ansi-regex: 6.2.0
9827
9827
+
ansi-regex: 6.2.2
9758
9828
9759
9829
strip-final-newline@3.0.0: {}
9760
9830
···
9763
9833
strip-json-comments@2.0.1:
9764
9834
optional: true
9765
9835
9766
9766
-
strip-literal@3.0.0:
9767
9767
-
dependencies:
9768
9768
-
js-tokens: 9.0.1
9769
9769
-
9770
9836
strip-literal@3.1.0:
9771
9837
dependencies:
9772
9838
js-tokens: 9.0.1
9773
9839
9774
9840
structured-clone-es@1.0.0: {}
9775
9841
9776
9776
-
stylehacks@7.0.6(postcss@8.5.6):
9842
9842
+
stylehacks@7.0.7(postcss@8.5.6):
9777
9843
dependencies:
9778
9778
-
browserslist: 4.25.4
9844
9844
+
browserslist: 4.27.0
9779
9845
postcss: 8.5.6
9780
9846
postcss-selector-parser: 7.1.0
9781
9847
···
9789
9855
pirates: 4.0.7
9790
9856
ts-interface-checker: 0.1.13
9791
9857
9792
9792
-
superjson@2.2.2:
9858
9858
+
superjson@2.2.5:
9793
9859
dependencies:
9794
9794
-
copy-anything: 3.0.5
9860
9860
+
copy-anything: 4.0.5
9795
9861
9796
9796
-
supports-color@10.2.0: {}
9862
9862
+
supports-color@10.2.2: {}
9797
9863
9798
9864
supports-color@7.2.0:
9799
9865
dependencies:
···
9809
9875
css-what: 6.2.2
9810
9876
csso: 5.0.5
9811
9877
picocolors: 1.1.1
9812
9812
-
sax: 1.4.1
9878
9878
+
sax: 1.4.3
9813
9879
9814
9880
system-architecture@0.1.0: {}
9815
9881
9816
9882
tagged-tag@1.0.0: {}
9817
9883
9818
9818
-
tailwind-config-viewer@2.0.4(tailwindcss@3.4.17):
9884
9884
+
tailwind-config-viewer@2.0.4(tailwindcss@3.4.18(yaml@2.8.1)):
9819
9885
dependencies:
9820
9886
'@koa/router': 12.0.2
9821
9887
commander: 6.2.1
9822
9888
fs-extra: 9.1.0
9823
9823
-
koa: 2.16.2
9889
9889
+
koa: 2.16.3
9824
9890
koa-static: 5.0.0
9825
9891
open: 7.4.2
9826
9826
-
portfinder: 1.0.37
9892
9892
+
portfinder: 1.0.38
9827
9893
replace-in-file: 6.3.5
9828
9828
-
tailwindcss: 3.4.17
9894
9894
+
tailwindcss: 3.4.18(yaml@2.8.1)
9829
9895
transitivePeerDependencies:
9830
9896
- supports-color
9831
9897
9832
9832
-
tailwindcss@3.4.17:
9898
9898
+
tailwindcss@3.4.18(yaml@2.8.1):
9833
9899
dependencies:
9834
9900
'@alloc/quick-lru': 5.2.0
9835
9901
arg: 5.0.2
···
9847
9913
picocolors: 1.1.1
9848
9914
postcss: 8.5.6
9849
9915
postcss-import: 15.1.0(postcss@8.5.6)
9850
9850
-
postcss-js: 4.0.1(postcss@8.5.6)
9851
9851
-
postcss-load-config: 4.0.2(postcss@8.5.6)
9916
9916
+
postcss-js: 4.1.0(postcss@8.5.6)
9917
9917
+
postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.5.6)(yaml@2.8.1)
9852
9918
postcss-nested: 6.2.0(postcss@8.5.6)
9853
9919
postcss-selector-parser: 6.1.2
9854
9854
-
resolve: 1.22.10
9920
9920
+
resolve: 1.22.11
9855
9921
sucrase: 3.35.0
9856
9922
transitivePeerDependencies:
9857
9857
-
- ts-node
9923
9923
+
- tsx
9924
9924
+
- yaml
9858
9925
9859
9926
tar-fs@2.1.4:
9860
9927
dependencies:
···
9875
9942
9876
9943
tar-stream@3.1.7:
9877
9944
dependencies:
9878
9878
-
b4a: 1.6.7
9945
9945
+
b4a: 1.7.3
9879
9946
fast-fifo: 1.3.2
9880
9880
-
streamx: 2.22.1
9947
9947
+
streamx: 2.23.0
9948
9948
+
transitivePeerDependencies:
9949
9949
+
- bare-abort-controller
9950
9950
+
- react-native-b4a
9881
9951
9882
9882
-
tar@7.4.3:
9952
9952
+
tar@7.5.2:
9883
9953
dependencies:
9884
9954
'@isaacs/fs-minipass': 4.0.1
9885
9955
chownr: 3.0.0
9886
9956
minipass: 7.1.2
9887
9887
-
minizlib: 3.0.2
9888
9888
-
mkdirp: 3.0.1
9957
9957
+
minizlib: 3.1.0
9889
9958
yallist: 5.0.0
9890
9959
9891
9891
-
terser@5.44.0:
9960
9960
+
terser@5.44.1:
9892
9961
dependencies:
9893
9962
'@jridgewell/source-map': 0.3.11
9894
9963
acorn: 8.15.0
···
9897
9966
9898
9967
text-decoder@1.2.3:
9899
9968
dependencies:
9900
9900
-
b4a: 1.6.7
9969
9969
+
b4a: 1.7.3
9970
9970
+
transitivePeerDependencies:
9971
9971
+
- react-native-b4a
9901
9972
9902
9973
thenify-all@1.6.0:
9903
9974
dependencies:
···
9911
9982
9912
9983
tiny-invariant@1.3.3: {}
9913
9984
9914
9914
-
tinyexec@1.0.1: {}
9915
9915
-
9916
9916
-
tinyglobby@0.2.14:
9917
9917
-
dependencies:
9918
9918
-
fdir: 6.5.0(picomatch@4.0.3)
9919
9919
-
picomatch: 4.0.3
9985
9985
+
tinyexec@1.0.2: {}
9920
9986
9921
9987
tinyglobby@0.2.15:
9922
9988
dependencies:
···
10006
10072
trough: 2.2.0
10007
10073
vfile: 6.0.3
10008
10074
10009
10009
-
unimport@5.2.0:
10010
10010
-
dependencies:
10011
10011
-
acorn: 8.15.0
10012
10012
-
escape-string-regexp: 5.0.0
10013
10013
-
estree-walker: 3.0.3
10014
10014
-
local-pkg: 1.1.2
10015
10015
-
magic-string: 0.30.18
10016
10016
-
mlly: 1.8.0
10017
10017
-
pathe: 2.0.3
10018
10018
-
picomatch: 4.0.3
10019
10019
-
pkg-types: 2.3.0
10020
10020
-
scule: 1.3.0
10021
10021
-
strip-literal: 3.0.0
10022
10022
-
tinyglobby: 0.2.14
10023
10023
-
unplugin: 2.3.10
10024
10024
-
unplugin-utils: 0.2.5
10025
10025
-
10026
10075
unimport@5.5.0:
10027
10076
dependencies:
10028
10077
acorn: 8.15.0
···
10047
10096
unist-util-find-after@5.0.0:
10048
10097
dependencies:
10049
10098
'@types/unist': 3.0.3
10050
10050
-
unist-util-is: 6.0.0
10099
10099
+
unist-util-is: 6.0.1
10051
10100
10052
10052
-
unist-util-is@6.0.0:
10101
10101
+
unist-util-is@6.0.1:
10053
10102
dependencies:
10054
10103
'@types/unist': 3.0.3
10055
10104
···
10061
10110
dependencies:
10062
10111
'@types/unist': 3.0.3
10063
10112
10064
10064
-
unist-util-visit-parents@6.0.1:
10065
10065
-
dependencies:
10066
10066
-
'@types/unist': 3.0.3
10067
10067
-
unist-util-is: 6.0.0
10068
10068
-
10069
10113
unist-util-visit-parents@6.0.2:
10070
10114
dependencies:
10071
10115
'@types/unist': 3.0.3
10072
10072
-
unist-util-is: 6.0.0
10116
10116
+
unist-util-is: 6.0.1
10073
10117
10074
10118
unist-util-visit@5.0.0:
10075
10119
dependencies:
10076
10120
'@types/unist': 3.0.3
10077
10077
-
unist-util-is: 6.0.0
10078
10078
-
unist-util-visit-parents: 6.0.1
10121
10121
+
unist-util-is: 6.0.1
10122
10122
+
unist-util-visit-parents: 6.0.2
10079
10123
10080
10124
universalify@2.0.1: {}
10081
10125
···
10122
10166
picomatch: 4.0.3
10123
10167
webpack-virtual-modules: 0.6.2
10124
10168
10125
10125
-
unstorage@1.17.2(db0@0.3.4(better-sqlite3@11.10.0))(ioredis@5.8.2):
10169
10169
+
unstorage@1.17.2(db0@0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1))(ioredis@5.8.2):
10126
10170
dependencies:
10127
10171
anymatch: 3.1.3
10128
10172
chokidar: 4.0.3
···
10133
10177
ofetch: 1.5.1
10134
10178
ufo: 1.6.1
10135
10179
optionalDependencies:
10136
10136
-
db0: 0.3.4(better-sqlite3@11.10.0)
10180
10180
+
db0: 0.3.4(@libsql/client@0.15.15)(better-sqlite3@12.4.1)
10137
10181
ioredis: 5.8.2
10138
10182
10139
10183
untun@0.1.3:
···
10146
10190
dependencies:
10147
10191
citty: 0.1.6
10148
10192
defu: 6.1.4
10149
10149
-
jiti: 2.5.1
10193
10193
+
jiti: 2.6.1
10150
10194
knitwork: 1.2.0
10151
10195
scule: 1.3.0
10152
10196
10153
10197
unwasm@0.3.11:
10154
10198
dependencies:
10155
10199
knitwork: 1.2.0
10156
10156
-
magic-string: 0.30.18
10200
10200
+
magic-string: 0.30.21
10157
10201
mlly: 1.8.0
10158
10202
pathe: 2.0.3
10159
10203
pkg-types: 2.3.0
···
10168
10212
pathe: 2.0.3
10169
10213
pkg-types: 2.3.0
10170
10214
10171
10171
-
update-browserslist-db@1.1.3(browserslist@4.25.4):
10215
10215
+
update-browserslist-db@1.1.4(browserslist@4.27.0):
10172
10216
dependencies:
10173
10173
-
browserslist: 4.25.4
10217
10217
+
browserslist: 4.27.0
10174
10218
escalade: 3.2.0
10175
10219
picocolors: 1.1.1
10176
10220
···
10195
10239
'@types/unist': 3.0.3
10196
10240
vfile-message: 4.0.3
10197
10241
10198
10198
-
vite-dev-rpc@1.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)):
10242
10242
+
vite-dev-rpc@1.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)):
10199
10243
dependencies:
10200
10244
birpc: 2.7.0
10201
10201
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
10202
10202
-
vite-hot-client: 2.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))
10245
10245
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
10246
10246
+
vite-hot-client: 2.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))
10203
10247
10204
10204
-
vite-hot-client@2.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)):
10248
10248
+
vite-hot-client@2.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)):
10205
10249
dependencies:
10206
10206
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
10250
10250
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
10207
10251
10208
10208
-
vite-node@3.2.4(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1):
10252
10252
+
vite-node@3.2.4(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1):
10209
10253
dependencies:
10210
10254
cac: 6.7.14
10211
10255
debug: 4.4.3
10212
10256
es-module-lexer: 1.7.0
10213
10257
pathe: 2.0.3
10214
10214
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
10258
10258
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
10215
10259
transitivePeerDependencies:
10216
10260
- '@types/node'
10217
10261
- jiti
···
10226
10270
- tsx
10227
10271
- yaml
10228
10272
10229
10229
-
vite-plugin-checker@0.11.0(@biomejs/biome@1.9.4)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3)):
10273
10273
+
vite-plugin-checker@0.11.0(@biomejs/biome@1.9.4)(typescript@5.9.3)(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.3)):
10230
10274
dependencies:
10231
10275
'@babel/code-frame': 7.27.1
10232
10276
chokidar: 4.0.3
···
10235
10279
picomatch: 4.0.3
10236
10280
tiny-invariant: 1.3.3
10237
10281
tinyglobby: 0.2.15
10238
10238
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
10282
10282
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
10239
10283
vscode-uri: 3.1.0
10240
10284
optionalDependencies:
10241
10285
'@biomejs/biome': 1.9.4
10242
10286
typescript: 5.9.3
10243
10287
vue-tsc: 2.2.2(typescript@5.9.3)
10244
10288
10245
10245
-
vite-plugin-inspect@11.3.3(@nuxt/kit@3.20.0(magicast@0.3.5))(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)):
10289
10289
+
vite-plugin-inspect@11.3.3(@nuxt/kit@3.20.0(magicast@0.3.5))(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)):
10246
10290
dependencies:
10247
10247
-
ansis: 4.1.0
10291
10291
+
ansis: 4.2.0
10248
10292
debug: 4.4.3
10249
10293
error-stack-parser-es: 1.0.5
10250
10294
ohash: 2.0.11
···
10252
10296
perfect-debounce: 2.0.0
10253
10297
sirv: 3.0.2
10254
10298
unplugin-utils: 0.3.1
10255
10255
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
10256
10256
-
vite-dev-rpc: 1.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))
10299
10299
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
10300
10300
+
vite-dev-rpc: 1.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))
10257
10301
optionalDependencies:
10258
10302
'@nuxt/kit': 3.20.0(magicast@0.3.5)
10259
10303
transitivePeerDependencies:
10260
10304
- supports-color
10261
10305
10262
10262
-
vite-plugin-vue-tracer@1.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3)):
10306
10306
+
vite-plugin-vue-tracer@1.1.0(vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3)):
10263
10307
dependencies:
10264
10308
estree-walker: 3.0.3
10265
10309
exsolve: 1.0.7
10266
10310
magic-string: 0.30.21
10267
10311
pathe: 2.0.3
10268
10312
source-map-js: 1.2.1
10269
10269
-
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)
10313
10313
+
vite: 7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)
10270
10314
vue: 3.5.22(typescript@5.9.3)
10271
10315
10272
10272
-
vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1):
10316
10316
+
vite@7.2.0(@types/node@24.10.0)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1):
10273
10317
dependencies:
10274
10318
esbuild: 0.25.12
10275
10319
fdir: 6.5.0(picomatch@4.0.3)
···
10281
10325
'@types/node': 24.10.0
10282
10326
fsevents: 2.3.3
10283
10327
jiti: 2.6.1
10284
10284
-
terser: 5.44.0
10328
10328
+
terser: 5.44.1
10285
10329
yaml: 2.8.1
10286
10330
10287
10331
vscode-uri@3.1.0: {}
···
10325
10369
10326
10370
web-namespaces@2.0.1: {}
10327
10371
10372
10372
+
web-streams-polyfill@3.3.3:
10373
10373
+
optional: true
10374
10374
+
10328
10375
webidl-conversions@3.0.1: {}
10329
10376
10330
10377
webpack-virtual-modules@0.6.2: {}
···
10350
10397
10351
10398
wrap-ansi@8.1.0:
10352
10399
dependencies:
10353
10353
-
ansi-styles: 6.2.1
10400
10400
+
ansi-styles: 6.2.3
10354
10401
string-width: 5.1.2
10355
10355
-
strip-ansi: 7.1.0
10402
10402
+
strip-ansi: 7.1.2
10356
10403
10357
10404
wrappy@1.0.2: {}
10358
10405