create-outsystems-astro 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/integrations/.yarnrc.yml +28 -0
- package/integrations/bun.lock +57 -54
- package/integrations/deno.json +36 -2
- package/integrations/deno.lock +240 -229
- package/integrations/package-lock.json +321 -231
- package/integrations/package.json +10 -4
- package/integrations/pnpm-lock.yaml +492 -489
- package/integrations/pnpm-workspace.yaml +30 -0
- package/integrations/yarn.lock +484 -487
- package/package.json +1 -1
- package/template/.yarnrc.yml +27 -1
- package/template/bun.lock +1492 -1364
- package/template/deno.json +36 -4
- package/template/deno.lock +723 -629
- package/template/package-lock.json +1744 -4362
- package/template/package.json +40 -40
- package/template/pnpm-lock.yaml +1695 -1895
- package/template/pnpm-workspace.yaml +28 -2
- package/template/yarn.lock +1247 -1455
- /package/template/patches/{@analogjs+astro-angular+2.5.2.patch → @analogjs+astro-angular+2.6.0.patch} +0 -0
- /package/template/patches/{@angular+build+21.2.12.patch → @angular+build+21.2.14.patch} +0 -0
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "islands-integrations",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "islands-integrations",
|
|
9
|
-
"version": "0.11.
|
|
9
|
+
"version": "0.11.1",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"astro": "^6.
|
|
11
|
+
"astro": "^6.4.4",
|
|
12
12
|
"twig": "^3.0.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@eslint/compat": "^2.1.0",
|
|
16
16
|
"@eslint/js": "^9.39.4",
|
|
17
|
-
"@types/node": "^25.9.
|
|
17
|
+
"@types/node": "^25.9.2",
|
|
18
18
|
"@types/twig": "^1.12.17",
|
|
19
19
|
"better-npm-audit": "^3.11.0",
|
|
20
20
|
"eslint": "^9.39.4",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"globals": "^17.6.0",
|
|
26
26
|
"prettier": "^3.8.3",
|
|
27
27
|
"typescript": "^5.9.3",
|
|
28
|
-
"typescript-eslint": "^8.
|
|
28
|
+
"typescript-eslint": "^8.60.1"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"node_modules/@astrojs/compiler": {
|
|
@@ -35,26 +35,32 @@
|
|
|
35
35
|
"license": "MIT"
|
|
36
36
|
},
|
|
37
37
|
"node_modules/@astrojs/internal-helpers": {
|
|
38
|
-
"version": "0.
|
|
39
|
-
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.
|
|
40
|
-
"integrity": "sha512-
|
|
38
|
+
"version": "0.10.0",
|
|
39
|
+
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.10.0.tgz",
|
|
40
|
+
"integrity": "sha512-Ry2R3VPeIN4uPCSA4xQc+e+vsJXkalKpEbDc07hV+a/o5Bs2N/s/uDcPJH/05L19DKh9tAy7e6JM3YZ6Cxfezw==",
|
|
41
41
|
"license": "MIT",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"
|
|
43
|
+
"@types/hast": "^3.0.4",
|
|
44
|
+
"@types/mdast": "^4.0.4",
|
|
45
|
+
"js-yaml": "^4.1.1",
|
|
46
|
+
"picomatch": "^4.0.4",
|
|
47
|
+
"retext-smartypants": "^6.2.0",
|
|
48
|
+
"shiki": "^4.0.2",
|
|
49
|
+
"smol-toml": "^1.6.0",
|
|
50
|
+
"unified": "^11.0.5"
|
|
44
51
|
}
|
|
45
52
|
},
|
|
46
53
|
"node_modules/@astrojs/markdown-remark": {
|
|
47
|
-
"version": "7.
|
|
48
|
-
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.
|
|
49
|
-
"integrity": "sha512
|
|
54
|
+
"version": "7.2.0",
|
|
55
|
+
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.2.0.tgz",
|
|
56
|
+
"integrity": "sha512-+YxmVQu1Bd+MFfSzjq1rOJvD9+nIOJzz5YIIhdIH01RrxRkKbyKoEgyIqP3yv51MhzMDgd79QaPv+kCVPT8vHw==",
|
|
50
57
|
"license": "MIT",
|
|
51
58
|
"dependencies": {
|
|
52
|
-
"@astrojs/internal-helpers": "0.
|
|
59
|
+
"@astrojs/internal-helpers": "0.10.0",
|
|
53
60
|
"@astrojs/prism": "4.0.2",
|
|
54
61
|
"github-slugger": "^2.0.0",
|
|
55
62
|
"hast-util-from-html": "^2.0.3",
|
|
56
63
|
"hast-util-to-text": "^4.0.2",
|
|
57
|
-
"js-yaml": "^4.1.1",
|
|
58
64
|
"mdast-util-definitions": "^6.0.0",
|
|
59
65
|
"rehype-raw": "^7.0.0",
|
|
60
66
|
"rehype-stringify": "^10.0.1",
|
|
@@ -62,9 +68,6 @@
|
|
|
62
68
|
"remark-parse": "^11.0.0",
|
|
63
69
|
"remark-rehype": "^11.1.2",
|
|
64
70
|
"remark-smartypants": "^3.0.2",
|
|
65
|
-
"retext-smartypants": "^6.2.0",
|
|
66
|
-
"shiki": "^4.0.0",
|
|
67
|
-
"smol-toml": "^1.6.0",
|
|
68
71
|
"unified": "^11.0.5",
|
|
69
72
|
"unist-util-remove-position": "^5.0.0",
|
|
70
73
|
"unist-util-visit": "^5.1.0",
|
|
@@ -206,9 +209,9 @@
|
|
|
206
209
|
}
|
|
207
210
|
},
|
|
208
211
|
"node_modules/@esbuild/aix-ppc64": {
|
|
209
|
-
"version": "0.
|
|
210
|
-
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.
|
|
211
|
-
"integrity": "sha512-
|
|
212
|
+
"version": "0.28.1",
|
|
213
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.1.tgz",
|
|
214
|
+
"integrity": "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==",
|
|
212
215
|
"cpu": [
|
|
213
216
|
"ppc64"
|
|
214
217
|
],
|
|
@@ -222,9 +225,9 @@
|
|
|
222
225
|
}
|
|
223
226
|
},
|
|
224
227
|
"node_modules/@esbuild/android-arm": {
|
|
225
|
-
"version": "0.
|
|
226
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.
|
|
227
|
-
"integrity": "sha512-
|
|
228
|
+
"version": "0.28.1",
|
|
229
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.1.tgz",
|
|
230
|
+
"integrity": "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==",
|
|
228
231
|
"cpu": [
|
|
229
232
|
"arm"
|
|
230
233
|
],
|
|
@@ -238,9 +241,9 @@
|
|
|
238
241
|
}
|
|
239
242
|
},
|
|
240
243
|
"node_modules/@esbuild/android-arm64": {
|
|
241
|
-
"version": "0.
|
|
242
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.
|
|
243
|
-
"integrity": "sha512-
|
|
244
|
+
"version": "0.28.1",
|
|
245
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.1.tgz",
|
|
246
|
+
"integrity": "sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==",
|
|
244
247
|
"cpu": [
|
|
245
248
|
"arm64"
|
|
246
249
|
],
|
|
@@ -254,9 +257,9 @@
|
|
|
254
257
|
}
|
|
255
258
|
},
|
|
256
259
|
"node_modules/@esbuild/android-x64": {
|
|
257
|
-
"version": "0.
|
|
258
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.
|
|
259
|
-
"integrity": "sha512-
|
|
260
|
+
"version": "0.28.1",
|
|
261
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.1.tgz",
|
|
262
|
+
"integrity": "sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==",
|
|
260
263
|
"cpu": [
|
|
261
264
|
"x64"
|
|
262
265
|
],
|
|
@@ -270,9 +273,9 @@
|
|
|
270
273
|
}
|
|
271
274
|
},
|
|
272
275
|
"node_modules/@esbuild/darwin-arm64": {
|
|
273
|
-
"version": "0.
|
|
274
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.
|
|
275
|
-
"integrity": "sha512-
|
|
276
|
+
"version": "0.28.1",
|
|
277
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.1.tgz",
|
|
278
|
+
"integrity": "sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==",
|
|
276
279
|
"cpu": [
|
|
277
280
|
"arm64"
|
|
278
281
|
],
|
|
@@ -286,9 +289,9 @@
|
|
|
286
289
|
}
|
|
287
290
|
},
|
|
288
291
|
"node_modules/@esbuild/darwin-x64": {
|
|
289
|
-
"version": "0.
|
|
290
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.
|
|
291
|
-
"integrity": "sha512-
|
|
292
|
+
"version": "0.28.1",
|
|
293
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.1.tgz",
|
|
294
|
+
"integrity": "sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==",
|
|
292
295
|
"cpu": [
|
|
293
296
|
"x64"
|
|
294
297
|
],
|
|
@@ -302,9 +305,9 @@
|
|
|
302
305
|
}
|
|
303
306
|
},
|
|
304
307
|
"node_modules/@esbuild/freebsd-arm64": {
|
|
305
|
-
"version": "0.
|
|
306
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.
|
|
307
|
-
"integrity": "sha512-
|
|
308
|
+
"version": "0.28.1",
|
|
309
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.1.tgz",
|
|
310
|
+
"integrity": "sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==",
|
|
308
311
|
"cpu": [
|
|
309
312
|
"arm64"
|
|
310
313
|
],
|
|
@@ -318,9 +321,9 @@
|
|
|
318
321
|
}
|
|
319
322
|
},
|
|
320
323
|
"node_modules/@esbuild/freebsd-x64": {
|
|
321
|
-
"version": "0.
|
|
322
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.
|
|
323
|
-
"integrity": "sha512-
|
|
324
|
+
"version": "0.28.1",
|
|
325
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.1.tgz",
|
|
326
|
+
"integrity": "sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==",
|
|
324
327
|
"cpu": [
|
|
325
328
|
"x64"
|
|
326
329
|
],
|
|
@@ -334,9 +337,9 @@
|
|
|
334
337
|
}
|
|
335
338
|
},
|
|
336
339
|
"node_modules/@esbuild/linux-arm": {
|
|
337
|
-
"version": "0.
|
|
338
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.
|
|
339
|
-
"integrity": "sha512-
|
|
340
|
+
"version": "0.28.1",
|
|
341
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.1.tgz",
|
|
342
|
+
"integrity": "sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==",
|
|
340
343
|
"cpu": [
|
|
341
344
|
"arm"
|
|
342
345
|
],
|
|
@@ -350,9 +353,9 @@
|
|
|
350
353
|
}
|
|
351
354
|
},
|
|
352
355
|
"node_modules/@esbuild/linux-arm64": {
|
|
353
|
-
"version": "0.
|
|
354
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.
|
|
355
|
-
"integrity": "sha512-
|
|
356
|
+
"version": "0.28.1",
|
|
357
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.1.tgz",
|
|
358
|
+
"integrity": "sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==",
|
|
356
359
|
"cpu": [
|
|
357
360
|
"arm64"
|
|
358
361
|
],
|
|
@@ -366,9 +369,9 @@
|
|
|
366
369
|
}
|
|
367
370
|
},
|
|
368
371
|
"node_modules/@esbuild/linux-ia32": {
|
|
369
|
-
"version": "0.
|
|
370
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.
|
|
371
|
-
"integrity": "sha512-
|
|
372
|
+
"version": "0.28.1",
|
|
373
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.1.tgz",
|
|
374
|
+
"integrity": "sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==",
|
|
372
375
|
"cpu": [
|
|
373
376
|
"ia32"
|
|
374
377
|
],
|
|
@@ -382,9 +385,9 @@
|
|
|
382
385
|
}
|
|
383
386
|
},
|
|
384
387
|
"node_modules/@esbuild/linux-loong64": {
|
|
385
|
-
"version": "0.
|
|
386
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.
|
|
387
|
-
"integrity": "sha512-
|
|
388
|
+
"version": "0.28.1",
|
|
389
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.1.tgz",
|
|
390
|
+
"integrity": "sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==",
|
|
388
391
|
"cpu": [
|
|
389
392
|
"loong64"
|
|
390
393
|
],
|
|
@@ -398,9 +401,9 @@
|
|
|
398
401
|
}
|
|
399
402
|
},
|
|
400
403
|
"node_modules/@esbuild/linux-mips64el": {
|
|
401
|
-
"version": "0.
|
|
402
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.
|
|
403
|
-
"integrity": "sha512-
|
|
404
|
+
"version": "0.28.1",
|
|
405
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.1.tgz",
|
|
406
|
+
"integrity": "sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==",
|
|
404
407
|
"cpu": [
|
|
405
408
|
"mips64el"
|
|
406
409
|
],
|
|
@@ -414,9 +417,9 @@
|
|
|
414
417
|
}
|
|
415
418
|
},
|
|
416
419
|
"node_modules/@esbuild/linux-ppc64": {
|
|
417
|
-
"version": "0.
|
|
418
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.
|
|
419
|
-
"integrity": "sha512-
|
|
420
|
+
"version": "0.28.1",
|
|
421
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.1.tgz",
|
|
422
|
+
"integrity": "sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==",
|
|
420
423
|
"cpu": [
|
|
421
424
|
"ppc64"
|
|
422
425
|
],
|
|
@@ -430,9 +433,9 @@
|
|
|
430
433
|
}
|
|
431
434
|
},
|
|
432
435
|
"node_modules/@esbuild/linux-riscv64": {
|
|
433
|
-
"version": "0.
|
|
434
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.
|
|
435
|
-
"integrity": "sha512-
|
|
436
|
+
"version": "0.28.1",
|
|
437
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.1.tgz",
|
|
438
|
+
"integrity": "sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==",
|
|
436
439
|
"cpu": [
|
|
437
440
|
"riscv64"
|
|
438
441
|
],
|
|
@@ -446,9 +449,9 @@
|
|
|
446
449
|
}
|
|
447
450
|
},
|
|
448
451
|
"node_modules/@esbuild/linux-s390x": {
|
|
449
|
-
"version": "0.
|
|
450
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.
|
|
451
|
-
"integrity": "sha512
|
|
452
|
+
"version": "0.28.1",
|
|
453
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.1.tgz",
|
|
454
|
+
"integrity": "sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==",
|
|
452
455
|
"cpu": [
|
|
453
456
|
"s390x"
|
|
454
457
|
],
|
|
@@ -462,9 +465,9 @@
|
|
|
462
465
|
}
|
|
463
466
|
},
|
|
464
467
|
"node_modules/@esbuild/linux-x64": {
|
|
465
|
-
"version": "0.
|
|
466
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.
|
|
467
|
-
"integrity": "sha512-
|
|
468
|
+
"version": "0.28.1",
|
|
469
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.1.tgz",
|
|
470
|
+
"integrity": "sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==",
|
|
468
471
|
"cpu": [
|
|
469
472
|
"x64"
|
|
470
473
|
],
|
|
@@ -478,9 +481,9 @@
|
|
|
478
481
|
}
|
|
479
482
|
},
|
|
480
483
|
"node_modules/@esbuild/netbsd-arm64": {
|
|
481
|
-
"version": "0.
|
|
482
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.
|
|
483
|
-
"integrity": "sha512-
|
|
484
|
+
"version": "0.28.1",
|
|
485
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.1.tgz",
|
|
486
|
+
"integrity": "sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==",
|
|
484
487
|
"cpu": [
|
|
485
488
|
"arm64"
|
|
486
489
|
],
|
|
@@ -494,9 +497,9 @@
|
|
|
494
497
|
}
|
|
495
498
|
},
|
|
496
499
|
"node_modules/@esbuild/netbsd-x64": {
|
|
497
|
-
"version": "0.
|
|
498
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.
|
|
499
|
-
"integrity": "sha512-
|
|
500
|
+
"version": "0.28.1",
|
|
501
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.1.tgz",
|
|
502
|
+
"integrity": "sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==",
|
|
500
503
|
"cpu": [
|
|
501
504
|
"x64"
|
|
502
505
|
],
|
|
@@ -510,9 +513,9 @@
|
|
|
510
513
|
}
|
|
511
514
|
},
|
|
512
515
|
"node_modules/@esbuild/openbsd-arm64": {
|
|
513
|
-
"version": "0.
|
|
514
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.
|
|
515
|
-
"integrity": "sha512-
|
|
516
|
+
"version": "0.28.1",
|
|
517
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.1.tgz",
|
|
518
|
+
"integrity": "sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==",
|
|
516
519
|
"cpu": [
|
|
517
520
|
"arm64"
|
|
518
521
|
],
|
|
@@ -526,9 +529,9 @@
|
|
|
526
529
|
}
|
|
527
530
|
},
|
|
528
531
|
"node_modules/@esbuild/openbsd-x64": {
|
|
529
|
-
"version": "0.
|
|
530
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.
|
|
531
|
-
"integrity": "sha512
|
|
532
|
+
"version": "0.28.1",
|
|
533
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.1.tgz",
|
|
534
|
+
"integrity": "sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==",
|
|
532
535
|
"cpu": [
|
|
533
536
|
"x64"
|
|
534
537
|
],
|
|
@@ -542,9 +545,9 @@
|
|
|
542
545
|
}
|
|
543
546
|
},
|
|
544
547
|
"node_modules/@esbuild/openharmony-arm64": {
|
|
545
|
-
"version": "0.
|
|
546
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.
|
|
547
|
-
"integrity": "sha512
|
|
548
|
+
"version": "0.28.1",
|
|
549
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.1.tgz",
|
|
550
|
+
"integrity": "sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==",
|
|
548
551
|
"cpu": [
|
|
549
552
|
"arm64"
|
|
550
553
|
],
|
|
@@ -558,9 +561,9 @@
|
|
|
558
561
|
}
|
|
559
562
|
},
|
|
560
563
|
"node_modules/@esbuild/sunos-x64": {
|
|
561
|
-
"version": "0.
|
|
562
|
-
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.
|
|
563
|
-
"integrity": "sha512-
|
|
564
|
+
"version": "0.28.1",
|
|
565
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.1.tgz",
|
|
566
|
+
"integrity": "sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==",
|
|
564
567
|
"cpu": [
|
|
565
568
|
"x64"
|
|
566
569
|
],
|
|
@@ -574,9 +577,9 @@
|
|
|
574
577
|
}
|
|
575
578
|
},
|
|
576
579
|
"node_modules/@esbuild/win32-arm64": {
|
|
577
|
-
"version": "0.
|
|
578
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.
|
|
579
|
-
"integrity": "sha512-
|
|
580
|
+
"version": "0.28.1",
|
|
581
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.1.tgz",
|
|
582
|
+
"integrity": "sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==",
|
|
580
583
|
"cpu": [
|
|
581
584
|
"arm64"
|
|
582
585
|
],
|
|
@@ -590,9 +593,9 @@
|
|
|
590
593
|
}
|
|
591
594
|
},
|
|
592
595
|
"node_modules/@esbuild/win32-ia32": {
|
|
593
|
-
"version": "0.
|
|
594
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.
|
|
595
|
-
"integrity": "sha512-
|
|
596
|
+
"version": "0.28.1",
|
|
597
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.1.tgz",
|
|
598
|
+
"integrity": "sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==",
|
|
596
599
|
"cpu": [
|
|
597
600
|
"ia32"
|
|
598
601
|
],
|
|
@@ -606,9 +609,9 @@
|
|
|
606
609
|
}
|
|
607
610
|
},
|
|
608
611
|
"node_modules/@esbuild/win32-x64": {
|
|
609
|
-
"version": "0.
|
|
610
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.
|
|
611
|
-
"integrity": "sha512-
|
|
612
|
+
"version": "0.28.1",
|
|
613
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.1.tgz",
|
|
614
|
+
"integrity": "sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==",
|
|
612
615
|
"cpu": [
|
|
613
616
|
"x64"
|
|
614
617
|
],
|
|
@@ -984,6 +987,9 @@
|
|
|
984
987
|
"cpu": [
|
|
985
988
|
"arm"
|
|
986
989
|
],
|
|
990
|
+
"libc": [
|
|
991
|
+
"glibc"
|
|
992
|
+
],
|
|
987
993
|
"license": "LGPL-3.0-or-later",
|
|
988
994
|
"optional": true,
|
|
989
995
|
"os": [
|
|
@@ -1000,6 +1006,9 @@
|
|
|
1000
1006
|
"cpu": [
|
|
1001
1007
|
"arm64"
|
|
1002
1008
|
],
|
|
1009
|
+
"libc": [
|
|
1010
|
+
"glibc"
|
|
1011
|
+
],
|
|
1003
1012
|
"license": "LGPL-3.0-or-later",
|
|
1004
1013
|
"optional": true,
|
|
1005
1014
|
"os": [
|
|
@@ -1016,6 +1025,9 @@
|
|
|
1016
1025
|
"cpu": [
|
|
1017
1026
|
"ppc64"
|
|
1018
1027
|
],
|
|
1028
|
+
"libc": [
|
|
1029
|
+
"glibc"
|
|
1030
|
+
],
|
|
1019
1031
|
"license": "LGPL-3.0-or-later",
|
|
1020
1032
|
"optional": true,
|
|
1021
1033
|
"os": [
|
|
@@ -1032,6 +1044,9 @@
|
|
|
1032
1044
|
"cpu": [
|
|
1033
1045
|
"riscv64"
|
|
1034
1046
|
],
|
|
1047
|
+
"libc": [
|
|
1048
|
+
"glibc"
|
|
1049
|
+
],
|
|
1035
1050
|
"license": "LGPL-3.0-or-later",
|
|
1036
1051
|
"optional": true,
|
|
1037
1052
|
"os": [
|
|
@@ -1048,6 +1063,9 @@
|
|
|
1048
1063
|
"cpu": [
|
|
1049
1064
|
"s390x"
|
|
1050
1065
|
],
|
|
1066
|
+
"libc": [
|
|
1067
|
+
"glibc"
|
|
1068
|
+
],
|
|
1051
1069
|
"license": "LGPL-3.0-or-later",
|
|
1052
1070
|
"optional": true,
|
|
1053
1071
|
"os": [
|
|
@@ -1064,6 +1082,9 @@
|
|
|
1064
1082
|
"cpu": [
|
|
1065
1083
|
"x64"
|
|
1066
1084
|
],
|
|
1085
|
+
"libc": [
|
|
1086
|
+
"glibc"
|
|
1087
|
+
],
|
|
1067
1088
|
"license": "LGPL-3.0-or-later",
|
|
1068
1089
|
"optional": true,
|
|
1069
1090
|
"os": [
|
|
@@ -1080,6 +1101,9 @@
|
|
|
1080
1101
|
"cpu": [
|
|
1081
1102
|
"arm64"
|
|
1082
1103
|
],
|
|
1104
|
+
"libc": [
|
|
1105
|
+
"musl"
|
|
1106
|
+
],
|
|
1083
1107
|
"license": "LGPL-3.0-or-later",
|
|
1084
1108
|
"optional": true,
|
|
1085
1109
|
"os": [
|
|
@@ -1096,6 +1120,9 @@
|
|
|
1096
1120
|
"cpu": [
|
|
1097
1121
|
"x64"
|
|
1098
1122
|
],
|
|
1123
|
+
"libc": [
|
|
1124
|
+
"musl"
|
|
1125
|
+
],
|
|
1099
1126
|
"license": "LGPL-3.0-or-later",
|
|
1100
1127
|
"optional": true,
|
|
1101
1128
|
"os": [
|
|
@@ -1112,6 +1139,9 @@
|
|
|
1112
1139
|
"cpu": [
|
|
1113
1140
|
"arm"
|
|
1114
1141
|
],
|
|
1142
|
+
"libc": [
|
|
1143
|
+
"glibc"
|
|
1144
|
+
],
|
|
1115
1145
|
"license": "Apache-2.0",
|
|
1116
1146
|
"optional": true,
|
|
1117
1147
|
"os": [
|
|
@@ -1134,6 +1164,9 @@
|
|
|
1134
1164
|
"cpu": [
|
|
1135
1165
|
"arm64"
|
|
1136
1166
|
],
|
|
1167
|
+
"libc": [
|
|
1168
|
+
"glibc"
|
|
1169
|
+
],
|
|
1137
1170
|
"license": "Apache-2.0",
|
|
1138
1171
|
"optional": true,
|
|
1139
1172
|
"os": [
|
|
@@ -1156,6 +1189,9 @@
|
|
|
1156
1189
|
"cpu": [
|
|
1157
1190
|
"ppc64"
|
|
1158
1191
|
],
|
|
1192
|
+
"libc": [
|
|
1193
|
+
"glibc"
|
|
1194
|
+
],
|
|
1159
1195
|
"license": "Apache-2.0",
|
|
1160
1196
|
"optional": true,
|
|
1161
1197
|
"os": [
|
|
@@ -1178,6 +1214,9 @@
|
|
|
1178
1214
|
"cpu": [
|
|
1179
1215
|
"riscv64"
|
|
1180
1216
|
],
|
|
1217
|
+
"libc": [
|
|
1218
|
+
"glibc"
|
|
1219
|
+
],
|
|
1181
1220
|
"license": "Apache-2.0",
|
|
1182
1221
|
"optional": true,
|
|
1183
1222
|
"os": [
|
|
@@ -1200,6 +1239,9 @@
|
|
|
1200
1239
|
"cpu": [
|
|
1201
1240
|
"s390x"
|
|
1202
1241
|
],
|
|
1242
|
+
"libc": [
|
|
1243
|
+
"glibc"
|
|
1244
|
+
],
|
|
1203
1245
|
"license": "Apache-2.0",
|
|
1204
1246
|
"optional": true,
|
|
1205
1247
|
"os": [
|
|
@@ -1222,6 +1264,9 @@
|
|
|
1222
1264
|
"cpu": [
|
|
1223
1265
|
"x64"
|
|
1224
1266
|
],
|
|
1267
|
+
"libc": [
|
|
1268
|
+
"glibc"
|
|
1269
|
+
],
|
|
1225
1270
|
"license": "Apache-2.0",
|
|
1226
1271
|
"optional": true,
|
|
1227
1272
|
"os": [
|
|
@@ -1244,6 +1289,9 @@
|
|
|
1244
1289
|
"cpu": [
|
|
1245
1290
|
"arm64"
|
|
1246
1291
|
],
|
|
1292
|
+
"libc": [
|
|
1293
|
+
"musl"
|
|
1294
|
+
],
|
|
1247
1295
|
"license": "Apache-2.0",
|
|
1248
1296
|
"optional": true,
|
|
1249
1297
|
"os": [
|
|
@@ -1266,6 +1314,9 @@
|
|
|
1266
1314
|
"cpu": [
|
|
1267
1315
|
"x64"
|
|
1268
1316
|
],
|
|
1317
|
+
"libc": [
|
|
1318
|
+
"musl"
|
|
1319
|
+
],
|
|
1269
1320
|
"license": "Apache-2.0",
|
|
1270
1321
|
"optional": true,
|
|
1271
1322
|
"os": [
|
|
@@ -1527,6 +1578,9 @@
|
|
|
1527
1578
|
"cpu": [
|
|
1528
1579
|
"arm"
|
|
1529
1580
|
],
|
|
1581
|
+
"libc": [
|
|
1582
|
+
"glibc"
|
|
1583
|
+
],
|
|
1530
1584
|
"license": "MIT",
|
|
1531
1585
|
"optional": true,
|
|
1532
1586
|
"os": [
|
|
@@ -1540,6 +1594,9 @@
|
|
|
1540
1594
|
"cpu": [
|
|
1541
1595
|
"arm"
|
|
1542
1596
|
],
|
|
1597
|
+
"libc": [
|
|
1598
|
+
"musl"
|
|
1599
|
+
],
|
|
1543
1600
|
"license": "MIT",
|
|
1544
1601
|
"optional": true,
|
|
1545
1602
|
"os": [
|
|
@@ -1553,6 +1610,9 @@
|
|
|
1553
1610
|
"cpu": [
|
|
1554
1611
|
"arm64"
|
|
1555
1612
|
],
|
|
1613
|
+
"libc": [
|
|
1614
|
+
"glibc"
|
|
1615
|
+
],
|
|
1556
1616
|
"license": "MIT",
|
|
1557
1617
|
"optional": true,
|
|
1558
1618
|
"os": [
|
|
@@ -1566,6 +1626,9 @@
|
|
|
1566
1626
|
"cpu": [
|
|
1567
1627
|
"arm64"
|
|
1568
1628
|
],
|
|
1629
|
+
"libc": [
|
|
1630
|
+
"musl"
|
|
1631
|
+
],
|
|
1569
1632
|
"license": "MIT",
|
|
1570
1633
|
"optional": true,
|
|
1571
1634
|
"os": [
|
|
@@ -1579,6 +1642,9 @@
|
|
|
1579
1642
|
"cpu": [
|
|
1580
1643
|
"loong64"
|
|
1581
1644
|
],
|
|
1645
|
+
"libc": [
|
|
1646
|
+
"glibc"
|
|
1647
|
+
],
|
|
1582
1648
|
"license": "MIT",
|
|
1583
1649
|
"optional": true,
|
|
1584
1650
|
"os": [
|
|
@@ -1592,6 +1658,9 @@
|
|
|
1592
1658
|
"cpu": [
|
|
1593
1659
|
"loong64"
|
|
1594
1660
|
],
|
|
1661
|
+
"libc": [
|
|
1662
|
+
"musl"
|
|
1663
|
+
],
|
|
1595
1664
|
"license": "MIT",
|
|
1596
1665
|
"optional": true,
|
|
1597
1666
|
"os": [
|
|
@@ -1605,6 +1674,9 @@
|
|
|
1605
1674
|
"cpu": [
|
|
1606
1675
|
"ppc64"
|
|
1607
1676
|
],
|
|
1677
|
+
"libc": [
|
|
1678
|
+
"glibc"
|
|
1679
|
+
],
|
|
1608
1680
|
"license": "MIT",
|
|
1609
1681
|
"optional": true,
|
|
1610
1682
|
"os": [
|
|
@@ -1618,6 +1690,9 @@
|
|
|
1618
1690
|
"cpu": [
|
|
1619
1691
|
"ppc64"
|
|
1620
1692
|
],
|
|
1693
|
+
"libc": [
|
|
1694
|
+
"musl"
|
|
1695
|
+
],
|
|
1621
1696
|
"license": "MIT",
|
|
1622
1697
|
"optional": true,
|
|
1623
1698
|
"os": [
|
|
@@ -1631,6 +1706,9 @@
|
|
|
1631
1706
|
"cpu": [
|
|
1632
1707
|
"riscv64"
|
|
1633
1708
|
],
|
|
1709
|
+
"libc": [
|
|
1710
|
+
"glibc"
|
|
1711
|
+
],
|
|
1634
1712
|
"license": "MIT",
|
|
1635
1713
|
"optional": true,
|
|
1636
1714
|
"os": [
|
|
@@ -1644,6 +1722,9 @@
|
|
|
1644
1722
|
"cpu": [
|
|
1645
1723
|
"riscv64"
|
|
1646
1724
|
],
|
|
1725
|
+
"libc": [
|
|
1726
|
+
"musl"
|
|
1727
|
+
],
|
|
1647
1728
|
"license": "MIT",
|
|
1648
1729
|
"optional": true,
|
|
1649
1730
|
"os": [
|
|
@@ -1657,6 +1738,9 @@
|
|
|
1657
1738
|
"cpu": [
|
|
1658
1739
|
"s390x"
|
|
1659
1740
|
],
|
|
1741
|
+
"libc": [
|
|
1742
|
+
"glibc"
|
|
1743
|
+
],
|
|
1660
1744
|
"license": "MIT",
|
|
1661
1745
|
"optional": true,
|
|
1662
1746
|
"os": [
|
|
@@ -1670,6 +1754,9 @@
|
|
|
1670
1754
|
"cpu": [
|
|
1671
1755
|
"x64"
|
|
1672
1756
|
],
|
|
1757
|
+
"libc": [
|
|
1758
|
+
"glibc"
|
|
1759
|
+
],
|
|
1673
1760
|
"license": "MIT",
|
|
1674
1761
|
"optional": true,
|
|
1675
1762
|
"os": [
|
|
@@ -1683,6 +1770,9 @@
|
|
|
1683
1770
|
"cpu": [
|
|
1684
1771
|
"x64"
|
|
1685
1772
|
],
|
|
1773
|
+
"libc": [
|
|
1774
|
+
"musl"
|
|
1775
|
+
],
|
|
1686
1776
|
"license": "MIT",
|
|
1687
1777
|
"optional": true,
|
|
1688
1778
|
"os": [
|
|
@@ -1775,13 +1865,13 @@
|
|
|
1775
1865
|
"license": "MIT"
|
|
1776
1866
|
},
|
|
1777
1867
|
"node_modules/@shikijs/core": {
|
|
1778
|
-
"version": "4.
|
|
1779
|
-
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.
|
|
1780
|
-
"integrity": "sha512-
|
|
1868
|
+
"version": "4.2.0",
|
|
1869
|
+
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.2.0.tgz",
|
|
1870
|
+
"integrity": "sha512-Hc87Ab1Ld/vEbZRCbwx344I5v+4RU8CVToUTRkqXL1+TjbuOp9U5Xa0M23V4GEWHxVn+yO5otb+HkQVm3ptWQQ==",
|
|
1781
1871
|
"license": "MIT",
|
|
1782
1872
|
"dependencies": {
|
|
1783
|
-
"@shikijs/primitive": "4.
|
|
1784
|
-
"@shikijs/types": "4.
|
|
1873
|
+
"@shikijs/primitive": "4.2.0",
|
|
1874
|
+
"@shikijs/types": "4.2.0",
|
|
1785
1875
|
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1786
1876
|
"@types/hast": "^3.0.4",
|
|
1787
1877
|
"hast-util-to-html": "^9.0.5"
|
|
@@ -1791,12 +1881,12 @@
|
|
|
1791
1881
|
}
|
|
1792
1882
|
},
|
|
1793
1883
|
"node_modules/@shikijs/engine-javascript": {
|
|
1794
|
-
"version": "4.
|
|
1795
|
-
"resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.
|
|
1796
|
-
"integrity": "sha512-
|
|
1884
|
+
"version": "4.2.0",
|
|
1885
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.2.0.tgz",
|
|
1886
|
+
"integrity": "sha512-fjETeq1k5ffyXqRgS6+3hpvqseLalp1kjNfRbXpUgWR8FpZ1CmQfiNHovc5lncYjt/Vg5JK/WJEmLahjwMa0og==",
|
|
1797
1887
|
"license": "MIT",
|
|
1798
1888
|
"dependencies": {
|
|
1799
|
-
"@shikijs/types": "4.
|
|
1889
|
+
"@shikijs/types": "4.2.0",
|
|
1800
1890
|
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1801
1891
|
"oniguruma-to-es": "^4.3.6"
|
|
1802
1892
|
},
|
|
@@ -1805,12 +1895,12 @@
|
|
|
1805
1895
|
}
|
|
1806
1896
|
},
|
|
1807
1897
|
"node_modules/@shikijs/engine-oniguruma": {
|
|
1808
|
-
"version": "4.
|
|
1809
|
-
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.
|
|
1810
|
-
"integrity": "sha512-
|
|
1898
|
+
"version": "4.2.0",
|
|
1899
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.2.0.tgz",
|
|
1900
|
+
"integrity": "sha512-hTorK1dffPkpbMUk6Z+828PgRo7d07HbnizoP0hNPFjhxMHctj0Px/qoHeGMYafc6ju+u9iMldN4JbVzNQM++g==",
|
|
1811
1901
|
"license": "MIT",
|
|
1812
1902
|
"dependencies": {
|
|
1813
|
-
"@shikijs/types": "4.
|
|
1903
|
+
"@shikijs/types": "4.2.0",
|
|
1814
1904
|
"@shikijs/vscode-textmate": "^10.0.2"
|
|
1815
1905
|
},
|
|
1816
1906
|
"engines": {
|
|
@@ -1818,24 +1908,24 @@
|
|
|
1818
1908
|
}
|
|
1819
1909
|
},
|
|
1820
1910
|
"node_modules/@shikijs/langs": {
|
|
1821
|
-
"version": "4.
|
|
1822
|
-
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.
|
|
1823
|
-
"integrity": "sha512-
|
|
1911
|
+
"version": "4.2.0",
|
|
1912
|
+
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.2.0.tgz",
|
|
1913
|
+
"integrity": "sha512-bwrVRlJ0wUhZxAbVdvBbv2TTC9yLsh4C/IO5Ofz0T8MQntgDvyVnkbjw9vi50r1kx7RCIJdnJnjZAwmAsXFLZQ==",
|
|
1824
1914
|
"license": "MIT",
|
|
1825
1915
|
"dependencies": {
|
|
1826
|
-
"@shikijs/types": "4.
|
|
1916
|
+
"@shikijs/types": "4.2.0"
|
|
1827
1917
|
},
|
|
1828
1918
|
"engines": {
|
|
1829
1919
|
"node": ">=20"
|
|
1830
1920
|
}
|
|
1831
1921
|
},
|
|
1832
1922
|
"node_modules/@shikijs/primitive": {
|
|
1833
|
-
"version": "4.
|
|
1834
|
-
"resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.
|
|
1835
|
-
"integrity": "sha512-
|
|
1923
|
+
"version": "4.2.0",
|
|
1924
|
+
"resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.2.0.tgz",
|
|
1925
|
+
"integrity": "sha512-NOq+DtUkVBJtZMVXL5A0vI0Xk8nvDYaXetFHSJFlOqjDZIVhIPRYFdGkSoElDqNuegikcc3A76SNUa8dTqtAYA==",
|
|
1836
1926
|
"license": "MIT",
|
|
1837
1927
|
"dependencies": {
|
|
1838
|
-
"@shikijs/types": "4.
|
|
1928
|
+
"@shikijs/types": "4.2.0",
|
|
1839
1929
|
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1840
1930
|
"@types/hast": "^3.0.4"
|
|
1841
1931
|
},
|
|
@@ -1844,21 +1934,21 @@
|
|
|
1844
1934
|
}
|
|
1845
1935
|
},
|
|
1846
1936
|
"node_modules/@shikijs/themes": {
|
|
1847
|
-
"version": "4.
|
|
1848
|
-
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.
|
|
1849
|
-
"integrity": "sha512-
|
|
1937
|
+
"version": "4.2.0",
|
|
1938
|
+
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.2.0.tgz",
|
|
1939
|
+
"integrity": "sha512-RX8IHYeLv8Cu2W6ruc3RxUqWn0IYCqSrMBzi/uRGAmfyDNOnNO5BF/Px7o97n4XTpmFTo5GbRaazuOWj+2ak2w==",
|
|
1850
1940
|
"license": "MIT",
|
|
1851
1941
|
"dependencies": {
|
|
1852
|
-
"@shikijs/types": "4.
|
|
1942
|
+
"@shikijs/types": "4.2.0"
|
|
1853
1943
|
},
|
|
1854
1944
|
"engines": {
|
|
1855
1945
|
"node": ">=20"
|
|
1856
1946
|
}
|
|
1857
1947
|
},
|
|
1858
1948
|
"node_modules/@shikijs/types": {
|
|
1859
|
-
"version": "4.
|
|
1860
|
-
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.
|
|
1861
|
-
"integrity": "sha512-
|
|
1949
|
+
"version": "4.2.0",
|
|
1950
|
+
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.2.0.tgz",
|
|
1951
|
+
"integrity": "sha512-VT/MKtlpOhEPZloSH3Pb9WCZEBDoQVMa9jedp5UAwmJOar1DVc9DRODAxmYPW9M93IK4ryuqRejFfmlvlVDemw==",
|
|
1862
1952
|
"license": "MIT",
|
|
1863
1953
|
"dependencies": {
|
|
1864
1954
|
"@shikijs/vscode-textmate": "^10.0.2",
|
|
@@ -1937,9 +2027,9 @@
|
|
|
1937
2027
|
}
|
|
1938
2028
|
},
|
|
1939
2029
|
"node_modules/@types/node": {
|
|
1940
|
-
"version": "25.9.
|
|
1941
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.
|
|
1942
|
-
"integrity": "sha512-
|
|
2030
|
+
"version": "25.9.2",
|
|
2031
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz",
|
|
2032
|
+
"integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==",
|
|
1943
2033
|
"devOptional": true,
|
|
1944
2034
|
"license": "MIT",
|
|
1945
2035
|
"dependencies": {
|
|
@@ -1960,17 +2050,17 @@
|
|
|
1960
2050
|
"license": "MIT"
|
|
1961
2051
|
},
|
|
1962
2052
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
1963
|
-
"version": "8.
|
|
1964
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
1965
|
-
"integrity": "sha512-
|
|
2053
|
+
"version": "8.60.1",
|
|
2054
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.1.tgz",
|
|
2055
|
+
"integrity": "sha512-JQ4S5GB0tfjO8BuJ4fcX+HodkzJjYBV+7OJ+wLygaX7OGQ7FudyHL4NSCA6ob+w3Yn+5MkKIozOwQhXeM7opVg==",
|
|
1966
2056
|
"dev": true,
|
|
1967
2057
|
"license": "MIT",
|
|
1968
2058
|
"dependencies": {
|
|
1969
2059
|
"@eslint-community/regexpp": "^4.12.2",
|
|
1970
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1971
|
-
"@typescript-eslint/type-utils": "8.
|
|
1972
|
-
"@typescript-eslint/utils": "8.
|
|
1973
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2060
|
+
"@typescript-eslint/scope-manager": "8.60.1",
|
|
2061
|
+
"@typescript-eslint/type-utils": "8.60.1",
|
|
2062
|
+
"@typescript-eslint/utils": "8.60.1",
|
|
2063
|
+
"@typescript-eslint/visitor-keys": "8.60.1",
|
|
1974
2064
|
"ignore": "^7.0.5",
|
|
1975
2065
|
"natural-compare": "^1.4.0",
|
|
1976
2066
|
"ts-api-utils": "^2.5.0"
|
|
@@ -1983,7 +2073,7 @@
|
|
|
1983
2073
|
"url": "https://opencollective.com/typescript-eslint"
|
|
1984
2074
|
},
|
|
1985
2075
|
"peerDependencies": {
|
|
1986
|
-
"@typescript-eslint/parser": "^8.
|
|
2076
|
+
"@typescript-eslint/parser": "^8.60.1",
|
|
1987
2077
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
1988
2078
|
"typescript": ">=4.8.4 <6.1.0"
|
|
1989
2079
|
}
|
|
@@ -1999,16 +2089,16 @@
|
|
|
1999
2089
|
}
|
|
2000
2090
|
},
|
|
2001
2091
|
"node_modules/@typescript-eslint/parser": {
|
|
2002
|
-
"version": "8.
|
|
2003
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
2004
|
-
"integrity": "sha512-
|
|
2092
|
+
"version": "8.60.1",
|
|
2093
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.60.1.tgz",
|
|
2094
|
+
"integrity": "sha512-A0M6ua6H252bVjPvvtSgl2QA4+ET9S5Mtkb2GDyTxIhH/C4qDItT7RQNO5PhMC6NXGYXOR9dIalcDDgBKT7oFA==",
|
|
2005
2095
|
"dev": true,
|
|
2006
2096
|
"license": "MIT",
|
|
2007
2097
|
"dependencies": {
|
|
2008
|
-
"@typescript-eslint/scope-manager": "8.
|
|
2009
|
-
"@typescript-eslint/types": "8.
|
|
2010
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2011
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2098
|
+
"@typescript-eslint/scope-manager": "8.60.1",
|
|
2099
|
+
"@typescript-eslint/types": "8.60.1",
|
|
2100
|
+
"@typescript-eslint/typescript-estree": "8.60.1",
|
|
2101
|
+
"@typescript-eslint/visitor-keys": "8.60.1",
|
|
2012
2102
|
"debug": "^4.4.3"
|
|
2013
2103
|
},
|
|
2014
2104
|
"engines": {
|
|
@@ -2024,14 +2114,14 @@
|
|
|
2024
2114
|
}
|
|
2025
2115
|
},
|
|
2026
2116
|
"node_modules/@typescript-eslint/project-service": {
|
|
2027
|
-
"version": "8.
|
|
2028
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
2029
|
-
"integrity": "sha512-
|
|
2117
|
+
"version": "8.60.1",
|
|
2118
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.60.1.tgz",
|
|
2119
|
+
"integrity": "sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==",
|
|
2030
2120
|
"dev": true,
|
|
2031
2121
|
"license": "MIT",
|
|
2032
2122
|
"dependencies": {
|
|
2033
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
2034
|
-
"@typescript-eslint/types": "^8.
|
|
2123
|
+
"@typescript-eslint/tsconfig-utils": "^8.60.1",
|
|
2124
|
+
"@typescript-eslint/types": "^8.60.1",
|
|
2035
2125
|
"debug": "^4.4.3"
|
|
2036
2126
|
},
|
|
2037
2127
|
"engines": {
|
|
@@ -2046,14 +2136,14 @@
|
|
|
2046
2136
|
}
|
|
2047
2137
|
},
|
|
2048
2138
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
2049
|
-
"version": "8.
|
|
2050
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
2051
|
-
"integrity": "sha512-
|
|
2139
|
+
"version": "8.60.1",
|
|
2140
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.1.tgz",
|
|
2141
|
+
"integrity": "sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==",
|
|
2052
2142
|
"dev": true,
|
|
2053
2143
|
"license": "MIT",
|
|
2054
2144
|
"dependencies": {
|
|
2055
|
-
"@typescript-eslint/types": "8.
|
|
2056
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2145
|
+
"@typescript-eslint/types": "8.60.1",
|
|
2146
|
+
"@typescript-eslint/visitor-keys": "8.60.1"
|
|
2057
2147
|
},
|
|
2058
2148
|
"engines": {
|
|
2059
2149
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2064,9 +2154,9 @@
|
|
|
2064
2154
|
}
|
|
2065
2155
|
},
|
|
2066
2156
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
2067
|
-
"version": "8.
|
|
2068
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
2069
|
-
"integrity": "sha512-
|
|
2157
|
+
"version": "8.60.1",
|
|
2158
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.1.tgz",
|
|
2159
|
+
"integrity": "sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==",
|
|
2070
2160
|
"dev": true,
|
|
2071
2161
|
"license": "MIT",
|
|
2072
2162
|
"engines": {
|
|
@@ -2081,15 +2171,15 @@
|
|
|
2081
2171
|
}
|
|
2082
2172
|
},
|
|
2083
2173
|
"node_modules/@typescript-eslint/type-utils": {
|
|
2084
|
-
"version": "8.
|
|
2085
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
2086
|
-
"integrity": "sha512-
|
|
2174
|
+
"version": "8.60.1",
|
|
2175
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.60.1.tgz",
|
|
2176
|
+
"integrity": "sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==",
|
|
2087
2177
|
"dev": true,
|
|
2088
2178
|
"license": "MIT",
|
|
2089
2179
|
"dependencies": {
|
|
2090
|
-
"@typescript-eslint/types": "8.
|
|
2091
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2092
|
-
"@typescript-eslint/utils": "8.
|
|
2180
|
+
"@typescript-eslint/types": "8.60.1",
|
|
2181
|
+
"@typescript-eslint/typescript-estree": "8.60.1",
|
|
2182
|
+
"@typescript-eslint/utils": "8.60.1",
|
|
2093
2183
|
"debug": "^4.4.3",
|
|
2094
2184
|
"ts-api-utils": "^2.5.0"
|
|
2095
2185
|
},
|
|
@@ -2106,9 +2196,9 @@
|
|
|
2106
2196
|
}
|
|
2107
2197
|
},
|
|
2108
2198
|
"node_modules/@typescript-eslint/types": {
|
|
2109
|
-
"version": "8.
|
|
2110
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
2111
|
-
"integrity": "sha512-
|
|
2199
|
+
"version": "8.60.1",
|
|
2200
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.1.tgz",
|
|
2201
|
+
"integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==",
|
|
2112
2202
|
"dev": true,
|
|
2113
2203
|
"license": "MIT",
|
|
2114
2204
|
"engines": {
|
|
@@ -2120,16 +2210,16 @@
|
|
|
2120
2210
|
}
|
|
2121
2211
|
},
|
|
2122
2212
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
2123
|
-
"version": "8.
|
|
2124
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
2125
|
-
"integrity": "sha512-
|
|
2213
|
+
"version": "8.60.1",
|
|
2214
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.1.tgz",
|
|
2215
|
+
"integrity": "sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==",
|
|
2126
2216
|
"dev": true,
|
|
2127
2217
|
"license": "MIT",
|
|
2128
2218
|
"dependencies": {
|
|
2129
|
-
"@typescript-eslint/project-service": "8.
|
|
2130
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
2131
|
-
"@typescript-eslint/types": "8.
|
|
2132
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2219
|
+
"@typescript-eslint/project-service": "8.60.1",
|
|
2220
|
+
"@typescript-eslint/tsconfig-utils": "8.60.1",
|
|
2221
|
+
"@typescript-eslint/types": "8.60.1",
|
|
2222
|
+
"@typescript-eslint/visitor-keys": "8.60.1",
|
|
2133
2223
|
"debug": "^4.4.3",
|
|
2134
2224
|
"minimatch": "^10.2.2",
|
|
2135
2225
|
"semver": "^7.7.3",
|
|
@@ -2187,16 +2277,16 @@
|
|
|
2187
2277
|
}
|
|
2188
2278
|
},
|
|
2189
2279
|
"node_modules/@typescript-eslint/utils": {
|
|
2190
|
-
"version": "8.
|
|
2191
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
2192
|
-
"integrity": "sha512-
|
|
2280
|
+
"version": "8.60.1",
|
|
2281
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.60.1.tgz",
|
|
2282
|
+
"integrity": "sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==",
|
|
2193
2283
|
"dev": true,
|
|
2194
2284
|
"license": "MIT",
|
|
2195
2285
|
"dependencies": {
|
|
2196
2286
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
2197
|
-
"@typescript-eslint/scope-manager": "8.
|
|
2198
|
-
"@typescript-eslint/types": "8.
|
|
2199
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2287
|
+
"@typescript-eslint/scope-manager": "8.60.1",
|
|
2288
|
+
"@typescript-eslint/types": "8.60.1",
|
|
2289
|
+
"@typescript-eslint/typescript-estree": "8.60.1"
|
|
2200
2290
|
},
|
|
2201
2291
|
"engines": {
|
|
2202
2292
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2211,13 +2301,13 @@
|
|
|
2211
2301
|
}
|
|
2212
2302
|
},
|
|
2213
2303
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
2214
|
-
"version": "8.
|
|
2215
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
2216
|
-
"integrity": "sha512-
|
|
2304
|
+
"version": "8.60.1",
|
|
2305
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz",
|
|
2306
|
+
"integrity": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==",
|
|
2217
2307
|
"dev": true,
|
|
2218
2308
|
"license": "MIT",
|
|
2219
2309
|
"dependencies": {
|
|
2220
|
-
"@typescript-eslint/types": "8.
|
|
2310
|
+
"@typescript-eslint/types": "8.60.1",
|
|
2221
2311
|
"eslint-visitor-keys": "^5.0.0"
|
|
2222
2312
|
},
|
|
2223
2313
|
"engines": {
|
|
@@ -2496,14 +2586,14 @@
|
|
|
2496
2586
|
}
|
|
2497
2587
|
},
|
|
2498
2588
|
"node_modules/astro": {
|
|
2499
|
-
"version": "6.
|
|
2500
|
-
"resolved": "https://registry.npmjs.org/astro/-/astro-6.
|
|
2501
|
-
"integrity": "sha512-
|
|
2589
|
+
"version": "6.4.4",
|
|
2590
|
+
"resolved": "https://registry.npmjs.org/astro/-/astro-6.4.4.tgz",
|
|
2591
|
+
"integrity": "sha512-hVe8tq3lqt/Dr0UyB//yUmQSlHMTU8scTiF/vQddQVahLE4TTaSdH5H0nb7OvRcwo0UmlAO8DWYar4jNaS7H+A==",
|
|
2502
2592
|
"license": "MIT",
|
|
2503
2593
|
"dependencies": {
|
|
2504
2594
|
"@astrojs/compiler": "^4.0.0",
|
|
2505
|
-
"@astrojs/internal-helpers": "0.
|
|
2506
|
-
"@astrojs/markdown-remark": "7.
|
|
2595
|
+
"@astrojs/internal-helpers": "0.10.0",
|
|
2596
|
+
"@astrojs/markdown-remark": "7.2.0",
|
|
2507
2597
|
"@astrojs/telemetry": "3.3.2",
|
|
2508
2598
|
"@capsizecss/unpack": "^4.0.0",
|
|
2509
2599
|
"@clack/prompts": "^1.1.0",
|
|
@@ -2515,7 +2605,7 @@
|
|
|
2515
2605
|
"clsx": "^2.1.1",
|
|
2516
2606
|
"common-ancestor-path": "^2.0.0",
|
|
2517
2607
|
"cookie": "^1.1.1",
|
|
2518
|
-
"devalue": "^5.
|
|
2608
|
+
"devalue": "^5.8.1",
|
|
2519
2609
|
"diff": "^8.0.3",
|
|
2520
2610
|
"dset": "^3.1.4",
|
|
2521
2611
|
"es-module-lexer": "^2.0.0",
|
|
@@ -3543,9 +3633,9 @@
|
|
|
3543
3633
|
}
|
|
3544
3634
|
},
|
|
3545
3635
|
"node_modules/esbuild": {
|
|
3546
|
-
"version": "0.
|
|
3547
|
-
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.
|
|
3548
|
-
"integrity": "sha512-
|
|
3636
|
+
"version": "0.28.1",
|
|
3637
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.1.tgz",
|
|
3638
|
+
"integrity": "sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==",
|
|
3549
3639
|
"hasInstallScript": true,
|
|
3550
3640
|
"license": "MIT",
|
|
3551
3641
|
"bin": {
|
|
@@ -3555,32 +3645,32 @@
|
|
|
3555
3645
|
"node": ">=18"
|
|
3556
3646
|
},
|
|
3557
3647
|
"optionalDependencies": {
|
|
3558
|
-
"@esbuild/aix-ppc64": "0.
|
|
3559
|
-
"@esbuild/android-arm": "0.
|
|
3560
|
-
"@esbuild/android-arm64": "0.
|
|
3561
|
-
"@esbuild/android-x64": "0.
|
|
3562
|
-
"@esbuild/darwin-arm64": "0.
|
|
3563
|
-
"@esbuild/darwin-x64": "0.
|
|
3564
|
-
"@esbuild/freebsd-arm64": "0.
|
|
3565
|
-
"@esbuild/freebsd-x64": "0.
|
|
3566
|
-
"@esbuild/linux-arm": "0.
|
|
3567
|
-
"@esbuild/linux-arm64": "0.
|
|
3568
|
-
"@esbuild/linux-ia32": "0.
|
|
3569
|
-
"@esbuild/linux-loong64": "0.
|
|
3570
|
-
"@esbuild/linux-mips64el": "0.
|
|
3571
|
-
"@esbuild/linux-ppc64": "0.
|
|
3572
|
-
"@esbuild/linux-riscv64": "0.
|
|
3573
|
-
"@esbuild/linux-s390x": "0.
|
|
3574
|
-
"@esbuild/linux-x64": "0.
|
|
3575
|
-
"@esbuild/netbsd-arm64": "0.
|
|
3576
|
-
"@esbuild/netbsd-x64": "0.
|
|
3577
|
-
"@esbuild/openbsd-arm64": "0.
|
|
3578
|
-
"@esbuild/openbsd-x64": "0.
|
|
3579
|
-
"@esbuild/openharmony-arm64": "0.
|
|
3580
|
-
"@esbuild/sunos-x64": "0.
|
|
3581
|
-
"@esbuild/win32-arm64": "0.
|
|
3582
|
-
"@esbuild/win32-ia32": "0.
|
|
3583
|
-
"@esbuild/win32-x64": "0.
|
|
3648
|
+
"@esbuild/aix-ppc64": "0.28.1",
|
|
3649
|
+
"@esbuild/android-arm": "0.28.1",
|
|
3650
|
+
"@esbuild/android-arm64": "0.28.1",
|
|
3651
|
+
"@esbuild/android-x64": "0.28.1",
|
|
3652
|
+
"@esbuild/darwin-arm64": "0.28.1",
|
|
3653
|
+
"@esbuild/darwin-x64": "0.28.1",
|
|
3654
|
+
"@esbuild/freebsd-arm64": "0.28.1",
|
|
3655
|
+
"@esbuild/freebsd-x64": "0.28.1",
|
|
3656
|
+
"@esbuild/linux-arm": "0.28.1",
|
|
3657
|
+
"@esbuild/linux-arm64": "0.28.1",
|
|
3658
|
+
"@esbuild/linux-ia32": "0.28.1",
|
|
3659
|
+
"@esbuild/linux-loong64": "0.28.1",
|
|
3660
|
+
"@esbuild/linux-mips64el": "0.28.1",
|
|
3661
|
+
"@esbuild/linux-ppc64": "0.28.1",
|
|
3662
|
+
"@esbuild/linux-riscv64": "0.28.1",
|
|
3663
|
+
"@esbuild/linux-s390x": "0.28.1",
|
|
3664
|
+
"@esbuild/linux-x64": "0.28.1",
|
|
3665
|
+
"@esbuild/netbsd-arm64": "0.28.1",
|
|
3666
|
+
"@esbuild/netbsd-x64": "0.28.1",
|
|
3667
|
+
"@esbuild/openbsd-arm64": "0.28.1",
|
|
3668
|
+
"@esbuild/openbsd-x64": "0.28.1",
|
|
3669
|
+
"@esbuild/openharmony-arm64": "0.28.1",
|
|
3670
|
+
"@esbuild/sunos-x64": "0.28.1",
|
|
3671
|
+
"@esbuild/win32-arm64": "0.28.1",
|
|
3672
|
+
"@esbuild/win32-ia32": "0.28.1",
|
|
3673
|
+
"@esbuild/win32-x64": "0.28.1"
|
|
3584
3674
|
}
|
|
3585
3675
|
},
|
|
3586
3676
|
"node_modules/escape-string-regexp": {
|
|
@@ -7595,17 +7685,17 @@
|
|
|
7595
7685
|
}
|
|
7596
7686
|
},
|
|
7597
7687
|
"node_modules/shiki": {
|
|
7598
|
-
"version": "4.
|
|
7599
|
-
"resolved": "https://registry.npmjs.org/shiki/-/shiki-4.
|
|
7600
|
-
"integrity": "sha512-
|
|
7688
|
+
"version": "4.2.0",
|
|
7689
|
+
"resolved": "https://registry.npmjs.org/shiki/-/shiki-4.2.0.tgz",
|
|
7690
|
+
"integrity": "sha512-hjNax6o/ylDy9lefQEaSDtzaT3iVNtZ3WmpQnbuQNoG4xvnSKf2kSKbihZVO4JRG1TTMejs7CmNRYlWgAL66pQ==",
|
|
7601
7691
|
"license": "MIT",
|
|
7602
7692
|
"dependencies": {
|
|
7603
|
-
"@shikijs/core": "4.
|
|
7604
|
-
"@shikijs/engine-javascript": "4.
|
|
7605
|
-
"@shikijs/engine-oniguruma": "4.
|
|
7606
|
-
"@shikijs/langs": "4.
|
|
7607
|
-
"@shikijs/themes": "4.
|
|
7608
|
-
"@shikijs/types": "4.
|
|
7693
|
+
"@shikijs/core": "4.2.0",
|
|
7694
|
+
"@shikijs/engine-javascript": "4.2.0",
|
|
7695
|
+
"@shikijs/engine-oniguruma": "4.2.0",
|
|
7696
|
+
"@shikijs/langs": "4.2.0",
|
|
7697
|
+
"@shikijs/themes": "4.2.0",
|
|
7698
|
+
"@shikijs/types": "4.2.0",
|
|
7609
7699
|
"@shikijs/vscode-textmate": "^10.0.2",
|
|
7610
7700
|
"@types/hast": "^3.0.4"
|
|
7611
7701
|
},
|
|
@@ -8265,16 +8355,16 @@
|
|
|
8265
8355
|
}
|
|
8266
8356
|
},
|
|
8267
8357
|
"node_modules/typescript-eslint": {
|
|
8268
|
-
"version": "8.
|
|
8269
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
8270
|
-
"integrity": "sha512-
|
|
8358
|
+
"version": "8.60.1",
|
|
8359
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.60.1.tgz",
|
|
8360
|
+
"integrity": "sha512-6m5hkkRAp8lKvhVpcprAIn5KkehQEh+47oHH2VGnExEh7dhNxXlg6GPAOIu6TxbVQxhebrJDvjl3020ooiWCMA==",
|
|
8271
8361
|
"dev": true,
|
|
8272
8362
|
"license": "MIT",
|
|
8273
8363
|
"dependencies": {
|
|
8274
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
8275
|
-
"@typescript-eslint/parser": "8.
|
|
8276
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
8277
|
-
"@typescript-eslint/utils": "8.
|
|
8364
|
+
"@typescript-eslint/eslint-plugin": "8.60.1",
|
|
8365
|
+
"@typescript-eslint/parser": "8.60.1",
|
|
8366
|
+
"@typescript-eslint/typescript-estree": "8.60.1",
|
|
8367
|
+
"@typescript-eslint/utils": "8.60.1"
|
|
8278
8368
|
},
|
|
8279
8369
|
"engines": {
|
|
8280
8370
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|