radiant-docs 0.1.34 → 0.1.37
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/package.json +1 -1
- package/template/astro.config.mjs +25 -0
- package/template/package-lock.json +1027 -513
- package/template/package.json +3 -2
- package/template/scripts/generate-proxy-allowed-origins.mjs +217 -0
- package/template/scripts/generate-robots-txt.mjs +19 -0
- package/template/scripts/stamp-image-versions.mjs +63 -11
- package/template/src/components/Header.astro +4 -4
- package/template/src/components/LogoLink.astro +2 -1
- package/template/src/components/SidebarDropdown.astro +3 -3
- package/template/src/components/SidebarGroup.astro +3 -0
- package/template/src/components/SidebarMenu.astro +14 -1
- package/template/src/components/SidebarSubgroup.astro +35 -12
- package/template/src/components/chat/AskAiWidget.tsx +7 -3
- package/template/src/components/endpoint/PlaygroundButton.astro +2 -2
- package/template/src/components/endpoint/PlaygroundForm.astro +15 -17
- package/template/src/components/sidebar/SidebarEndpointLink.astro +18 -15
- package/template/src/components/sidebar/SidebarOpenApiPageLink.astro +56 -0
- package/template/src/components/ui/Icon.astro +2 -1
- package/template/src/components/user/Image.astro +4 -0
- package/template/src/layouts/Layout.astro +8 -3
- package/template/src/lib/pagefind.ts +2 -1
- package/template/src/lib/routes.ts +134 -58
- package/template/src/lib/static-asset-url.ts +62 -0
- package/template/src/lib/utils.ts +48 -0
- package/template/src/lib/validation.ts +115 -27
- package/template/scripts/rewrite-static-asset-host.mjs +0 -408
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"@astrojs/alpinejs": "^0.4.9",
|
|
15
15
|
"@astrojs/mdx": "^4.3.12",
|
|
16
16
|
"@astrojs/preact": "^4.1.3",
|
|
17
|
+
"@astrojs/sitemap": "^3.7.2",
|
|
17
18
|
"@aws-sdk/client-s3": "^3.964.0",
|
|
18
19
|
"@fontsource/google-sans-flex": "^5.2.2",
|
|
19
20
|
"@iconify-json/lucide": "^1.2.79",
|
|
@@ -227,6 +228,26 @@
|
|
|
227
228
|
"node": "18.20.8 || ^20.3.0 || >=22.0.0"
|
|
228
229
|
}
|
|
229
230
|
},
|
|
231
|
+
"node_modules/@astrojs/sitemap": {
|
|
232
|
+
"version": "3.7.2",
|
|
233
|
+
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.2.tgz",
|
|
234
|
+
"integrity": "sha512-PqkzkcZTb5ICiyIR8VoKbIAP/laNRXi5tw616N1Ckk+40oNB8Can1AzVV56lrbC5GKSZFCyJYUVYqVivMisvpA==",
|
|
235
|
+
"license": "MIT",
|
|
236
|
+
"dependencies": {
|
|
237
|
+
"sitemap": "^9.0.0",
|
|
238
|
+
"stream-replace-string": "^2.0.0",
|
|
239
|
+
"zod": "^4.3.6"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"node_modules/@astrojs/sitemap/node_modules/zod": {
|
|
243
|
+
"version": "4.3.6",
|
|
244
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
|
|
245
|
+
"integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
|
|
246
|
+
"license": "MIT",
|
|
247
|
+
"funding": {
|
|
248
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
230
251
|
"node_modules/@astrojs/telemetry": {
|
|
231
252
|
"version": "3.3.0",
|
|
232
253
|
"resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz",
|
|
@@ -1130,13 +1151,13 @@
|
|
|
1130
1151
|
}
|
|
1131
1152
|
},
|
|
1132
1153
|
"node_modules/@aws-sdk/xml-builder": {
|
|
1133
|
-
"version": "3.972.
|
|
1134
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.
|
|
1135
|
-
"integrity": "sha512-
|
|
1154
|
+
"version": "3.972.16",
|
|
1155
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.16.tgz",
|
|
1156
|
+
"integrity": "sha512-iu2pyvaqmeatIJLURLqx9D+4jKAdTH20ntzB6BFwjyN7V960r4jK32mx0Zf7YbtOYAbmbtQfDNuL60ONinyw7A==",
|
|
1136
1157
|
"license": "Apache-2.0",
|
|
1137
1158
|
"dependencies": {
|
|
1138
|
-
"@smithy/types": "^4.
|
|
1139
|
-
"fast-xml-parser": "5.
|
|
1159
|
+
"@smithy/types": "^4.13.1",
|
|
1160
|
+
"fast-xml-parser": "5.5.8",
|
|
1140
1161
|
"tslib": "^2.6.2"
|
|
1141
1162
|
},
|
|
1142
1163
|
"engines": {
|
|
@@ -1144,9 +1165,9 @@
|
|
|
1144
1165
|
}
|
|
1145
1166
|
},
|
|
1146
1167
|
"node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser": {
|
|
1147
|
-
"version": "5.
|
|
1148
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
1149
|
-
"integrity": "sha512-
|
|
1168
|
+
"version": "5.5.8",
|
|
1169
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.8.tgz",
|
|
1170
|
+
"integrity": "sha512-Z7Fh2nVQSb2d+poDViM063ix2ZGt9jmY1nWhPfHBOK2Hgnb/OW3P4Et3P/81SEej0J7QbWtJqxO05h8QYfK7LQ==",
|
|
1150
1171
|
"funding": [
|
|
1151
1172
|
{
|
|
1152
1173
|
"type": "github",
|
|
@@ -1155,24 +1176,14 @@
|
|
|
1155
1176
|
],
|
|
1156
1177
|
"license": "MIT",
|
|
1157
1178
|
"dependencies": {
|
|
1158
|
-
"
|
|
1179
|
+
"fast-xml-builder": "^1.1.4",
|
|
1180
|
+
"path-expression-matcher": "^1.2.0",
|
|
1181
|
+
"strnum": "^2.2.0"
|
|
1159
1182
|
},
|
|
1160
1183
|
"bin": {
|
|
1161
1184
|
"fxparser": "src/cli/cli.js"
|
|
1162
1185
|
}
|
|
1163
1186
|
},
|
|
1164
|
-
"node_modules/@aws-sdk/xml-builder/node_modules/strnum": {
|
|
1165
|
-
"version": "2.1.2",
|
|
1166
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
|
|
1167
|
-
"integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
|
|
1168
|
-
"funding": [
|
|
1169
|
-
{
|
|
1170
|
-
"type": "github",
|
|
1171
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1172
|
-
}
|
|
1173
|
-
],
|
|
1174
|
-
"license": "MIT"
|
|
1175
|
-
},
|
|
1176
1187
|
"node_modules/@aws/lambda-invoke-store": {
|
|
1177
1188
|
"version": "0.2.3",
|
|
1178
1189
|
"resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.3.tgz",
|
|
@@ -1519,12 +1530,12 @@
|
|
|
1519
1530
|
}
|
|
1520
1531
|
},
|
|
1521
1532
|
"node_modules/@capsizecss/unpack": {
|
|
1522
|
-
"version": "
|
|
1523
|
-
"resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-
|
|
1524
|
-
"integrity": "sha512-
|
|
1533
|
+
"version": "4.0.0",
|
|
1534
|
+
"resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-4.0.0.tgz",
|
|
1535
|
+
"integrity": "sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==",
|
|
1525
1536
|
"license": "MIT",
|
|
1526
1537
|
"dependencies": {
|
|
1527
|
-
"
|
|
1538
|
+
"fontkitten": "^1.0.0"
|
|
1528
1539
|
},
|
|
1529
1540
|
"engines": {
|
|
1530
1541
|
"node": ">=18"
|
|
@@ -2062,18 +2073,18 @@
|
|
|
2062
2073
|
"license": "CC0-1.0"
|
|
2063
2074
|
},
|
|
2064
2075
|
"node_modules/@iconify/tools/node_modules/svgo": {
|
|
2065
|
-
"version": "3.3.
|
|
2066
|
-
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.
|
|
2067
|
-
"integrity": "sha512
|
|
2076
|
+
"version": "3.3.3",
|
|
2077
|
+
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.3.tgz",
|
|
2078
|
+
"integrity": "sha512-+wn7I4p7YgJhHs38k2TNjy1vCfPIfLIJWR5MnCStsN8WuuTcBnRKcMHQLMM2ijxGZmDoZwNv8ipl5aTTen62ng==",
|
|
2068
2079
|
"license": "MIT",
|
|
2069
2080
|
"dependencies": {
|
|
2070
|
-
"@trysound/sax": "0.2.0",
|
|
2071
2081
|
"commander": "^7.2.0",
|
|
2072
2082
|
"css-select": "^5.1.0",
|
|
2073
2083
|
"css-tree": "^2.3.1",
|
|
2074
2084
|
"css-what": "^6.1.0",
|
|
2075
2085
|
"csso": "^5.0.5",
|
|
2076
|
-
"picocolors": "^1.0.0"
|
|
2086
|
+
"picocolors": "^1.0.0",
|
|
2087
|
+
"sax": "^1.5.0"
|
|
2077
2088
|
},
|
|
2078
2089
|
"bin": {
|
|
2079
2090
|
"svgo": "bin/svgo"
|
|
@@ -2919,9 +2930,9 @@
|
|
|
2919
2930
|
"license": "MIT"
|
|
2920
2931
|
},
|
|
2921
2932
|
"node_modules/@prefresh/vite/node_modules/picomatch": {
|
|
2922
|
-
"version": "2.3.
|
|
2923
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
2924
|
-
"integrity": "sha512-
|
|
2933
|
+
"version": "2.3.2",
|
|
2934
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
2935
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
2925
2936
|
"license": "MIT",
|
|
2926
2937
|
"engines": {
|
|
2927
2938
|
"node": ">=8.6"
|
|
@@ -3604,9 +3615,9 @@
|
|
|
3604
3615
|
"license": "MIT"
|
|
3605
3616
|
},
|
|
3606
3617
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
3607
|
-
"version": "4.
|
|
3608
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.
|
|
3609
|
-
"integrity": "sha512-
|
|
3618
|
+
"version": "4.60.1",
|
|
3619
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz",
|
|
3620
|
+
"integrity": "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==",
|
|
3610
3621
|
"cpu": [
|
|
3611
3622
|
"arm"
|
|
3612
3623
|
],
|
|
@@ -3617,9 +3628,9 @@
|
|
|
3617
3628
|
]
|
|
3618
3629
|
},
|
|
3619
3630
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
3620
|
-
"version": "4.
|
|
3621
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.
|
|
3622
|
-
"integrity": "sha512-
|
|
3631
|
+
"version": "4.60.1",
|
|
3632
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz",
|
|
3633
|
+
"integrity": "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==",
|
|
3623
3634
|
"cpu": [
|
|
3624
3635
|
"arm64"
|
|
3625
3636
|
],
|
|
@@ -3630,9 +3641,9 @@
|
|
|
3630
3641
|
]
|
|
3631
3642
|
},
|
|
3632
3643
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
3633
|
-
"version": "4.
|
|
3634
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.
|
|
3635
|
-
"integrity": "sha512-
|
|
3644
|
+
"version": "4.60.1",
|
|
3645
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz",
|
|
3646
|
+
"integrity": "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==",
|
|
3636
3647
|
"cpu": [
|
|
3637
3648
|
"arm64"
|
|
3638
3649
|
],
|
|
@@ -3643,9 +3654,9 @@
|
|
|
3643
3654
|
]
|
|
3644
3655
|
},
|
|
3645
3656
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
3646
|
-
"version": "4.
|
|
3647
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.
|
|
3648
|
-
"integrity": "sha512-
|
|
3657
|
+
"version": "4.60.1",
|
|
3658
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz",
|
|
3659
|
+
"integrity": "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==",
|
|
3649
3660
|
"cpu": [
|
|
3650
3661
|
"x64"
|
|
3651
3662
|
],
|
|
@@ -3656,9 +3667,9 @@
|
|
|
3656
3667
|
]
|
|
3657
3668
|
},
|
|
3658
3669
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
3659
|
-
"version": "4.
|
|
3660
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.
|
|
3661
|
-
"integrity": "sha512-
|
|
3670
|
+
"version": "4.60.1",
|
|
3671
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz",
|
|
3672
|
+
"integrity": "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==",
|
|
3662
3673
|
"cpu": [
|
|
3663
3674
|
"arm64"
|
|
3664
3675
|
],
|
|
@@ -3669,9 +3680,9 @@
|
|
|
3669
3680
|
]
|
|
3670
3681
|
},
|
|
3671
3682
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
3672
|
-
"version": "4.
|
|
3673
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.
|
|
3674
|
-
"integrity": "sha512-
|
|
3683
|
+
"version": "4.60.1",
|
|
3684
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz",
|
|
3685
|
+
"integrity": "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==",
|
|
3675
3686
|
"cpu": [
|
|
3676
3687
|
"x64"
|
|
3677
3688
|
],
|
|
@@ -3682,9 +3693,9 @@
|
|
|
3682
3693
|
]
|
|
3683
3694
|
},
|
|
3684
3695
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
3685
|
-
"version": "4.
|
|
3686
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.
|
|
3687
|
-
"integrity": "sha512-
|
|
3696
|
+
"version": "4.60.1",
|
|
3697
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz",
|
|
3698
|
+
"integrity": "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==",
|
|
3688
3699
|
"cpu": [
|
|
3689
3700
|
"arm"
|
|
3690
3701
|
],
|
|
@@ -3695,9 +3706,9 @@
|
|
|
3695
3706
|
]
|
|
3696
3707
|
},
|
|
3697
3708
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
3698
|
-
"version": "4.
|
|
3699
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.
|
|
3700
|
-
"integrity": "sha512-
|
|
3709
|
+
"version": "4.60.1",
|
|
3710
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz",
|
|
3711
|
+
"integrity": "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==",
|
|
3701
3712
|
"cpu": [
|
|
3702
3713
|
"arm"
|
|
3703
3714
|
],
|
|
@@ -3708,9 +3719,9 @@
|
|
|
3708
3719
|
]
|
|
3709
3720
|
},
|
|
3710
3721
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
3711
|
-
"version": "4.
|
|
3712
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.
|
|
3713
|
-
"integrity": "sha512-
|
|
3722
|
+
"version": "4.60.1",
|
|
3723
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz",
|
|
3724
|
+
"integrity": "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==",
|
|
3714
3725
|
"cpu": [
|
|
3715
3726
|
"arm64"
|
|
3716
3727
|
],
|
|
@@ -3721,9 +3732,9 @@
|
|
|
3721
3732
|
]
|
|
3722
3733
|
},
|
|
3723
3734
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
3724
|
-
"version": "4.
|
|
3725
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.
|
|
3726
|
-
"integrity": "sha512
|
|
3735
|
+
"version": "4.60.1",
|
|
3736
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz",
|
|
3737
|
+
"integrity": "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==",
|
|
3727
3738
|
"cpu": [
|
|
3728
3739
|
"arm64"
|
|
3729
3740
|
],
|
|
@@ -3734,9 +3745,22 @@
|
|
|
3734
3745
|
]
|
|
3735
3746
|
},
|
|
3736
3747
|
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
3737
|
-
"version": "4.
|
|
3738
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.
|
|
3739
|
-
"integrity": "sha512-
|
|
3748
|
+
"version": "4.60.1",
|
|
3749
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz",
|
|
3750
|
+
"integrity": "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==",
|
|
3751
|
+
"cpu": [
|
|
3752
|
+
"loong64"
|
|
3753
|
+
],
|
|
3754
|
+
"license": "MIT",
|
|
3755
|
+
"optional": true,
|
|
3756
|
+
"os": [
|
|
3757
|
+
"linux"
|
|
3758
|
+
]
|
|
3759
|
+
},
|
|
3760
|
+
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
3761
|
+
"version": "4.60.1",
|
|
3762
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz",
|
|
3763
|
+
"integrity": "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==",
|
|
3740
3764
|
"cpu": [
|
|
3741
3765
|
"loong64"
|
|
3742
3766
|
],
|
|
@@ -3747,9 +3771,22 @@
|
|
|
3747
3771
|
]
|
|
3748
3772
|
},
|
|
3749
3773
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
3750
|
-
"version": "4.
|
|
3751
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.
|
|
3752
|
-
"integrity": "sha512-
|
|
3774
|
+
"version": "4.60.1",
|
|
3775
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz",
|
|
3776
|
+
"integrity": "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==",
|
|
3777
|
+
"cpu": [
|
|
3778
|
+
"ppc64"
|
|
3779
|
+
],
|
|
3780
|
+
"license": "MIT",
|
|
3781
|
+
"optional": true,
|
|
3782
|
+
"os": [
|
|
3783
|
+
"linux"
|
|
3784
|
+
]
|
|
3785
|
+
},
|
|
3786
|
+
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
3787
|
+
"version": "4.60.1",
|
|
3788
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz",
|
|
3789
|
+
"integrity": "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==",
|
|
3753
3790
|
"cpu": [
|
|
3754
3791
|
"ppc64"
|
|
3755
3792
|
],
|
|
@@ -3760,9 +3797,9 @@
|
|
|
3760
3797
|
]
|
|
3761
3798
|
},
|
|
3762
3799
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
3763
|
-
"version": "4.
|
|
3764
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.
|
|
3765
|
-
"integrity": "sha512-
|
|
3800
|
+
"version": "4.60.1",
|
|
3801
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz",
|
|
3802
|
+
"integrity": "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==",
|
|
3766
3803
|
"cpu": [
|
|
3767
3804
|
"riscv64"
|
|
3768
3805
|
],
|
|
@@ -3773,9 +3810,9 @@
|
|
|
3773
3810
|
]
|
|
3774
3811
|
},
|
|
3775
3812
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
3776
|
-
"version": "4.
|
|
3777
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.
|
|
3778
|
-
"integrity": "sha512-
|
|
3813
|
+
"version": "4.60.1",
|
|
3814
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz",
|
|
3815
|
+
"integrity": "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==",
|
|
3779
3816
|
"cpu": [
|
|
3780
3817
|
"riscv64"
|
|
3781
3818
|
],
|
|
@@ -3786,9 +3823,9 @@
|
|
|
3786
3823
|
]
|
|
3787
3824
|
},
|
|
3788
3825
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
3789
|
-
"version": "4.
|
|
3790
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.
|
|
3791
|
-
"integrity": "sha512-
|
|
3826
|
+
"version": "4.60.1",
|
|
3827
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz",
|
|
3828
|
+
"integrity": "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==",
|
|
3792
3829
|
"cpu": [
|
|
3793
3830
|
"s390x"
|
|
3794
3831
|
],
|
|
@@ -3799,9 +3836,9 @@
|
|
|
3799
3836
|
]
|
|
3800
3837
|
},
|
|
3801
3838
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
3802
|
-
"version": "4.
|
|
3803
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.
|
|
3804
|
-
"integrity": "sha512-
|
|
3839
|
+
"version": "4.60.1",
|
|
3840
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz",
|
|
3841
|
+
"integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==",
|
|
3805
3842
|
"cpu": [
|
|
3806
3843
|
"x64"
|
|
3807
3844
|
],
|
|
@@ -3812,9 +3849,9 @@
|
|
|
3812
3849
|
]
|
|
3813
3850
|
},
|
|
3814
3851
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
3815
|
-
"version": "4.
|
|
3816
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.
|
|
3817
|
-
"integrity": "sha512-
|
|
3852
|
+
"version": "4.60.1",
|
|
3853
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.1.tgz",
|
|
3854
|
+
"integrity": "sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==",
|
|
3818
3855
|
"cpu": [
|
|
3819
3856
|
"x64"
|
|
3820
3857
|
],
|
|
@@ -3824,10 +3861,23 @@
|
|
|
3824
3861
|
"linux"
|
|
3825
3862
|
]
|
|
3826
3863
|
},
|
|
3864
|
+
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
3865
|
+
"version": "4.60.1",
|
|
3866
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz",
|
|
3867
|
+
"integrity": "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==",
|
|
3868
|
+
"cpu": [
|
|
3869
|
+
"x64"
|
|
3870
|
+
],
|
|
3871
|
+
"license": "MIT",
|
|
3872
|
+
"optional": true,
|
|
3873
|
+
"os": [
|
|
3874
|
+
"openbsd"
|
|
3875
|
+
]
|
|
3876
|
+
},
|
|
3827
3877
|
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
3828
|
-
"version": "4.
|
|
3829
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.
|
|
3830
|
-
"integrity": "sha512-
|
|
3878
|
+
"version": "4.60.1",
|
|
3879
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz",
|
|
3880
|
+
"integrity": "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==",
|
|
3831
3881
|
"cpu": [
|
|
3832
3882
|
"arm64"
|
|
3833
3883
|
],
|
|
@@ -3838,9 +3888,9 @@
|
|
|
3838
3888
|
]
|
|
3839
3889
|
},
|
|
3840
3890
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
3841
|
-
"version": "4.
|
|
3842
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.
|
|
3843
|
-
"integrity": "sha512-
|
|
3891
|
+
"version": "4.60.1",
|
|
3892
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz",
|
|
3893
|
+
"integrity": "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==",
|
|
3844
3894
|
"cpu": [
|
|
3845
3895
|
"arm64"
|
|
3846
3896
|
],
|
|
@@ -3851,9 +3901,9 @@
|
|
|
3851
3901
|
]
|
|
3852
3902
|
},
|
|
3853
3903
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
3854
|
-
"version": "4.
|
|
3855
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.
|
|
3856
|
-
"integrity": "sha512-
|
|
3904
|
+
"version": "4.60.1",
|
|
3905
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz",
|
|
3906
|
+
"integrity": "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==",
|
|
3857
3907
|
"cpu": [
|
|
3858
3908
|
"ia32"
|
|
3859
3909
|
],
|
|
@@ -3864,9 +3914,9 @@
|
|
|
3864
3914
|
]
|
|
3865
3915
|
},
|
|
3866
3916
|
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
3867
|
-
"version": "4.
|
|
3868
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.
|
|
3869
|
-
"integrity": "sha512-
|
|
3917
|
+
"version": "4.60.1",
|
|
3918
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.1.tgz",
|
|
3919
|
+
"integrity": "sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==",
|
|
3870
3920
|
"cpu": [
|
|
3871
3921
|
"x64"
|
|
3872
3922
|
],
|
|
@@ -3877,9 +3927,9 @@
|
|
|
3877
3927
|
]
|
|
3878
3928
|
},
|
|
3879
3929
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
3880
|
-
"version": "4.
|
|
3881
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.
|
|
3882
|
-
"integrity": "sha512-
|
|
3930
|
+
"version": "4.60.1",
|
|
3931
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.1.tgz",
|
|
3932
|
+
"integrity": "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==",
|
|
3883
3933
|
"cpu": [
|
|
3884
3934
|
"x64"
|
|
3885
3935
|
],
|
|
@@ -3890,60 +3940,60 @@
|
|
|
3890
3940
|
]
|
|
3891
3941
|
},
|
|
3892
3942
|
"node_modules/@shikijs/core": {
|
|
3893
|
-
"version": "3.
|
|
3894
|
-
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.
|
|
3895
|
-
"integrity": "sha512-
|
|
3943
|
+
"version": "3.23.0",
|
|
3944
|
+
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.23.0.tgz",
|
|
3945
|
+
"integrity": "sha512-NSWQz0riNb67xthdm5br6lAkvpDJRTgB36fxlo37ZzM2yq0PQFFzbd8psqC2XMPgCzo1fW6cVi18+ArJ44wqgA==",
|
|
3896
3946
|
"license": "MIT",
|
|
3897
3947
|
"dependencies": {
|
|
3898
|
-
"@shikijs/types": "3.
|
|
3948
|
+
"@shikijs/types": "3.23.0",
|
|
3899
3949
|
"@shikijs/vscode-textmate": "^10.0.2",
|
|
3900
3950
|
"@types/hast": "^3.0.4",
|
|
3901
3951
|
"hast-util-to-html": "^9.0.5"
|
|
3902
3952
|
}
|
|
3903
3953
|
},
|
|
3904
3954
|
"node_modules/@shikijs/engine-javascript": {
|
|
3905
|
-
"version": "3.
|
|
3906
|
-
"resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.
|
|
3907
|
-
"integrity": "sha512-
|
|
3955
|
+
"version": "3.23.0",
|
|
3956
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.23.0.tgz",
|
|
3957
|
+
"integrity": "sha512-aHt9eiGFobmWR5uqJUViySI1bHMqrAgamWE1TYSUoftkAeCCAiGawPMwM+VCadylQtF4V3VNOZ5LmfItH5f3yA==",
|
|
3908
3958
|
"license": "MIT",
|
|
3909
3959
|
"dependencies": {
|
|
3910
|
-
"@shikijs/types": "3.
|
|
3960
|
+
"@shikijs/types": "3.23.0",
|
|
3911
3961
|
"@shikijs/vscode-textmate": "^10.0.2",
|
|
3912
3962
|
"oniguruma-to-es": "^4.3.4"
|
|
3913
3963
|
}
|
|
3914
3964
|
},
|
|
3915
3965
|
"node_modules/@shikijs/engine-oniguruma": {
|
|
3916
|
-
"version": "3.
|
|
3917
|
-
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.
|
|
3918
|
-
"integrity": "sha512-
|
|
3966
|
+
"version": "3.23.0",
|
|
3967
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.23.0.tgz",
|
|
3968
|
+
"integrity": "sha512-1nWINwKXxKKLqPibT5f4pAFLej9oZzQTsby8942OTlsJzOBZ0MWKiwzMsd+jhzu8YPCHAswGnnN1YtQfirL35g==",
|
|
3919
3969
|
"license": "MIT",
|
|
3920
3970
|
"dependencies": {
|
|
3921
|
-
"@shikijs/types": "3.
|
|
3971
|
+
"@shikijs/types": "3.23.0",
|
|
3922
3972
|
"@shikijs/vscode-textmate": "^10.0.2"
|
|
3923
3973
|
}
|
|
3924
3974
|
},
|
|
3925
3975
|
"node_modules/@shikijs/langs": {
|
|
3926
|
-
"version": "3.
|
|
3927
|
-
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.
|
|
3928
|
-
"integrity": "sha512-
|
|
3976
|
+
"version": "3.23.0",
|
|
3977
|
+
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.23.0.tgz",
|
|
3978
|
+
"integrity": "sha512-2Ep4W3Re5aB1/62RSYQInK9mM3HsLeB91cHqznAJMuylqjzNVAVCMnNWRHFtcNHXsoNRayP9z1qj4Sq3nMqYXg==",
|
|
3929
3979
|
"license": "MIT",
|
|
3930
3980
|
"dependencies": {
|
|
3931
|
-
"@shikijs/types": "3.
|
|
3981
|
+
"@shikijs/types": "3.23.0"
|
|
3932
3982
|
}
|
|
3933
3983
|
},
|
|
3934
3984
|
"node_modules/@shikijs/themes": {
|
|
3935
|
-
"version": "3.
|
|
3936
|
-
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.
|
|
3937
|
-
"integrity": "sha512-
|
|
3985
|
+
"version": "3.23.0",
|
|
3986
|
+
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.23.0.tgz",
|
|
3987
|
+
"integrity": "sha512-5qySYa1ZgAT18HR/ypENL9cUSGOeI2x+4IvYJu4JgVJdizn6kG4ia5Q1jDEOi7gTbN4RbuYtmHh0W3eccOrjMA==",
|
|
3938
3988
|
"license": "MIT",
|
|
3939
3989
|
"dependencies": {
|
|
3940
|
-
"@shikijs/types": "3.
|
|
3990
|
+
"@shikijs/types": "3.23.0"
|
|
3941
3991
|
}
|
|
3942
3992
|
},
|
|
3943
3993
|
"node_modules/@shikijs/types": {
|
|
3944
|
-
"version": "3.
|
|
3945
|
-
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.
|
|
3946
|
-
"integrity": "sha512-
|
|
3994
|
+
"version": "3.23.0",
|
|
3995
|
+
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz",
|
|
3996
|
+
"integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==",
|
|
3947
3997
|
"license": "MIT",
|
|
3948
3998
|
"dependencies": {
|
|
3949
3999
|
"@shikijs/vscode-textmate": "^10.0.2",
|
|
@@ -4444,9 +4494,9 @@
|
|
|
4444
4494
|
}
|
|
4445
4495
|
},
|
|
4446
4496
|
"node_modules/@smithy/types": {
|
|
4447
|
-
"version": "4.
|
|
4448
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.
|
|
4449
|
-
"integrity": "sha512-
|
|
4497
|
+
"version": "4.13.1",
|
|
4498
|
+
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.13.1.tgz",
|
|
4499
|
+
"integrity": "sha512-787F3yzE2UiJIQ+wYW1CVg2odHjmaWLGksnKQHUrK/lYZSEcy1msuLVvxaR/sI2/aDe9U+TBuLsXnr3vod1g0g==",
|
|
4450
4500
|
"license": "Apache-2.0",
|
|
4451
4501
|
"dependencies": {
|
|
4452
4502
|
"tslib": "^2.6.2"
|
|
@@ -4780,9 +4830,9 @@
|
|
|
4780
4830
|
}
|
|
4781
4831
|
},
|
|
4782
4832
|
"node_modules/@stoplight/spectral-core": {
|
|
4783
|
-
"version": "1.
|
|
4784
|
-
"resolved": "https://registry.npmjs.org/@stoplight/spectral-core/-/spectral-core-1.
|
|
4785
|
-
"integrity": "sha512-
|
|
4833
|
+
"version": "1.21.0",
|
|
4834
|
+
"resolved": "https://registry.npmjs.org/@stoplight/spectral-core/-/spectral-core-1.21.0.tgz",
|
|
4835
|
+
"integrity": "sha512-oj4e/FrDLUhBRocIW+lRMKlJ/q/rDZw61HkLbTFsdMd+f/FTkli2xHNB1YC6n1mrMKjjvy7XlUuFkC7XxtgbWw==",
|
|
4786
4836
|
"license": "Apache-2.0",
|
|
4787
4837
|
"dependencies": {
|
|
4788
4838
|
"@stoplight/better-ajv-errors": "1.0.3",
|
|
@@ -4799,7 +4849,7 @@
|
|
|
4799
4849
|
"ajv-formats": "~2.1.1",
|
|
4800
4850
|
"es-aggregate-error": "^1.0.7",
|
|
4801
4851
|
"jsonpath-plus": "^10.3.0",
|
|
4802
|
-
"lodash": "~4.17.
|
|
4852
|
+
"lodash": "~4.17.23",
|
|
4803
4853
|
"lodash.topath": "^4.5.2",
|
|
4804
4854
|
"minimatch": "3.1.2",
|
|
4805
4855
|
"nimma": "0.2.3",
|
|
@@ -4983,15 +5033,6 @@
|
|
|
4983
5033
|
"node": "^12.20 || >=14.13"
|
|
4984
5034
|
}
|
|
4985
5035
|
},
|
|
4986
|
-
"node_modules/@swc/helpers": {
|
|
4987
|
-
"version": "0.5.17",
|
|
4988
|
-
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
|
|
4989
|
-
"integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
|
|
4990
|
-
"license": "Apache-2.0",
|
|
4991
|
-
"dependencies": {
|
|
4992
|
-
"tslib": "^2.8.0"
|
|
4993
|
-
}
|
|
4994
|
-
},
|
|
4995
5036
|
"node_modules/@tailwindcss/node": {
|
|
4996
5037
|
"version": "4.1.17",
|
|
4997
5038
|
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.17.tgz",
|
|
@@ -5261,15 +5302,6 @@
|
|
|
5261
5302
|
"vite": "^5.2.0 || ^6 || ^7"
|
|
5262
5303
|
}
|
|
5263
5304
|
},
|
|
5264
|
-
"node_modules/@trysound/sax": {
|
|
5265
|
-
"version": "0.2.0",
|
|
5266
|
-
"resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
|
|
5267
|
-
"integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
|
|
5268
|
-
"license": "ISC",
|
|
5269
|
-
"engines": {
|
|
5270
|
-
"node": ">=10.13.0"
|
|
5271
|
-
}
|
|
5272
|
-
},
|
|
5273
5305
|
"node_modules/@types/alpinejs": {
|
|
5274
5306
|
"version": "3.13.11",
|
|
5275
5307
|
"resolved": "https://registry.npmjs.org/@types/alpinejs/-/alpinejs-3.13.11.tgz",
|
|
@@ -5310,15 +5342,6 @@
|
|
|
5310
5342
|
"@types/estree": "*"
|
|
5311
5343
|
}
|
|
5312
5344
|
},
|
|
5313
|
-
"node_modules/@types/fontkit": {
|
|
5314
|
-
"version": "2.0.8",
|
|
5315
|
-
"resolved": "https://registry.npmjs.org/@types/fontkit/-/fontkit-2.0.8.tgz",
|
|
5316
|
-
"integrity": "sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==",
|
|
5317
|
-
"license": "MIT",
|
|
5318
|
-
"dependencies": {
|
|
5319
|
-
"@types/node": "*"
|
|
5320
|
-
}
|
|
5321
|
-
},
|
|
5322
5345
|
"node_modules/@types/fs-extra": {
|
|
5323
5346
|
"version": "11.0.4",
|
|
5324
5347
|
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.4.tgz",
|
|
@@ -5414,6 +5437,15 @@
|
|
|
5414
5437
|
"dev": true,
|
|
5415
5438
|
"license": "MIT"
|
|
5416
5439
|
},
|
|
5440
|
+
"node_modules/@types/sax": {
|
|
5441
|
+
"version": "1.2.7",
|
|
5442
|
+
"resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz",
|
|
5443
|
+
"integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==",
|
|
5444
|
+
"license": "MIT",
|
|
5445
|
+
"dependencies": {
|
|
5446
|
+
"@types/node": "*"
|
|
5447
|
+
}
|
|
5448
|
+
},
|
|
5417
5449
|
"node_modules/@types/unist": {
|
|
5418
5450
|
"version": "3.0.3",
|
|
5419
5451
|
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
|
@@ -5534,9 +5566,9 @@
|
|
|
5534
5566
|
}
|
|
5535
5567
|
},
|
|
5536
5568
|
"node_modules/ajv": {
|
|
5537
|
-
"version": "8.
|
|
5538
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
5539
|
-
"integrity": "sha512-
|
|
5569
|
+
"version": "8.18.0",
|
|
5570
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
5571
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
5540
5572
|
"license": "MIT",
|
|
5541
5573
|
"dependencies": {
|
|
5542
5574
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -5686,9 +5718,9 @@
|
|
|
5686
5718
|
}
|
|
5687
5719
|
},
|
|
5688
5720
|
"node_modules/anymatch/node_modules/picomatch": {
|
|
5689
|
-
"version": "2.3.
|
|
5690
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
5691
|
-
"integrity": "sha512-
|
|
5721
|
+
"version": "2.3.2",
|
|
5722
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
5723
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
5692
5724
|
"license": "MIT",
|
|
5693
5725
|
"engines": {
|
|
5694
5726
|
"node": ">=8.6"
|
|
@@ -5697,6 +5729,12 @@
|
|
|
5697
5729
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
5698
5730
|
}
|
|
5699
5731
|
},
|
|
5732
|
+
"node_modules/arg": {
|
|
5733
|
+
"version": "5.0.2",
|
|
5734
|
+
"resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
|
|
5735
|
+
"integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
|
|
5736
|
+
"license": "MIT"
|
|
5737
|
+
},
|
|
5700
5738
|
"node_modules/argparse": {
|
|
5701
5739
|
"version": "2.0.1",
|
|
5702
5740
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
@@ -5729,152 +5767,644 @@
|
|
|
5729
5767
|
"resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
|
|
5730
5768
|
"integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
|
|
5731
5769
|
"license": "MIT",
|
|
5732
|
-
"dependencies": {
|
|
5733
|
-
"call-bound": "^1.0.3",
|
|
5734
|
-
"is-array-buffer": "^3.0.5"
|
|
5735
|
-
},
|
|
5770
|
+
"dependencies": {
|
|
5771
|
+
"call-bound": "^1.0.3",
|
|
5772
|
+
"is-array-buffer": "^3.0.5"
|
|
5773
|
+
},
|
|
5774
|
+
"engines": {
|
|
5775
|
+
"node": ">= 0.4"
|
|
5776
|
+
},
|
|
5777
|
+
"funding": {
|
|
5778
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
5779
|
+
}
|
|
5780
|
+
},
|
|
5781
|
+
"node_modules/array-iterate": {
|
|
5782
|
+
"version": "2.0.1",
|
|
5783
|
+
"resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz",
|
|
5784
|
+
"integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==",
|
|
5785
|
+
"license": "MIT",
|
|
5786
|
+
"funding": {
|
|
5787
|
+
"type": "github",
|
|
5788
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
5789
|
+
}
|
|
5790
|
+
},
|
|
5791
|
+
"node_modules/arraybuffer.prototype.slice": {
|
|
5792
|
+
"version": "1.0.4",
|
|
5793
|
+
"resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
|
|
5794
|
+
"integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
|
|
5795
|
+
"license": "MIT",
|
|
5796
|
+
"dependencies": {
|
|
5797
|
+
"array-buffer-byte-length": "^1.0.1",
|
|
5798
|
+
"call-bind": "^1.0.8",
|
|
5799
|
+
"define-properties": "^1.2.1",
|
|
5800
|
+
"es-abstract": "^1.23.5",
|
|
5801
|
+
"es-errors": "^1.3.0",
|
|
5802
|
+
"get-intrinsic": "^1.2.6",
|
|
5803
|
+
"is-array-buffer": "^3.0.4"
|
|
5804
|
+
},
|
|
5805
|
+
"engines": {
|
|
5806
|
+
"node": ">= 0.4"
|
|
5807
|
+
},
|
|
5808
|
+
"funding": {
|
|
5809
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
5810
|
+
}
|
|
5811
|
+
},
|
|
5812
|
+
"node_modules/astring": {
|
|
5813
|
+
"version": "1.9.0",
|
|
5814
|
+
"resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz",
|
|
5815
|
+
"integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==",
|
|
5816
|
+
"license": "MIT",
|
|
5817
|
+
"bin": {
|
|
5818
|
+
"astring": "bin/astring"
|
|
5819
|
+
}
|
|
5820
|
+
},
|
|
5821
|
+
"node_modules/astro": {
|
|
5822
|
+
"version": "5.18.1",
|
|
5823
|
+
"resolved": "https://registry.npmjs.org/astro/-/astro-5.18.1.tgz",
|
|
5824
|
+
"integrity": "sha512-m4VWilWZ+Xt6NPoYzC4CgGZim/zQUO7WFL0RHCH0AiEavF1153iC3+me2atDvXpf/yX4PyGUeD8wZLq1cirT3g==",
|
|
5825
|
+
"license": "MIT",
|
|
5826
|
+
"dependencies": {
|
|
5827
|
+
"@astrojs/compiler": "^2.13.0",
|
|
5828
|
+
"@astrojs/internal-helpers": "0.7.6",
|
|
5829
|
+
"@astrojs/markdown-remark": "6.3.11",
|
|
5830
|
+
"@astrojs/telemetry": "3.3.0",
|
|
5831
|
+
"@capsizecss/unpack": "^4.0.0",
|
|
5832
|
+
"@oslojs/encoding": "^1.1.0",
|
|
5833
|
+
"@rollup/pluginutils": "^5.3.0",
|
|
5834
|
+
"acorn": "^8.15.0",
|
|
5835
|
+
"aria-query": "^5.3.2",
|
|
5836
|
+
"axobject-query": "^4.1.0",
|
|
5837
|
+
"boxen": "8.0.1",
|
|
5838
|
+
"ci-info": "^4.3.1",
|
|
5839
|
+
"clsx": "^2.1.1",
|
|
5840
|
+
"common-ancestor-path": "^1.0.1",
|
|
5841
|
+
"cookie": "^1.1.1",
|
|
5842
|
+
"cssesc": "^3.0.0",
|
|
5843
|
+
"debug": "^4.4.3",
|
|
5844
|
+
"deterministic-object-hash": "^2.0.2",
|
|
5845
|
+
"devalue": "^5.6.2",
|
|
5846
|
+
"diff": "^8.0.3",
|
|
5847
|
+
"dlv": "^1.1.3",
|
|
5848
|
+
"dset": "^3.1.4",
|
|
5849
|
+
"es-module-lexer": "^1.7.0",
|
|
5850
|
+
"esbuild": "^0.27.3",
|
|
5851
|
+
"estree-walker": "^3.0.3",
|
|
5852
|
+
"flattie": "^1.1.1",
|
|
5853
|
+
"fontace": "~0.4.0",
|
|
5854
|
+
"github-slugger": "^2.0.0",
|
|
5855
|
+
"html-escaper": "3.0.3",
|
|
5856
|
+
"http-cache-semantics": "^4.2.0",
|
|
5857
|
+
"import-meta-resolve": "^4.2.0",
|
|
5858
|
+
"js-yaml": "^4.1.1",
|
|
5859
|
+
"magic-string": "^0.30.21",
|
|
5860
|
+
"magicast": "^0.5.1",
|
|
5861
|
+
"mrmime": "^2.0.1",
|
|
5862
|
+
"neotraverse": "^0.6.18",
|
|
5863
|
+
"p-limit": "^6.2.0",
|
|
5864
|
+
"p-queue": "^8.1.1",
|
|
5865
|
+
"package-manager-detector": "^1.6.0",
|
|
5866
|
+
"piccolore": "^0.1.3",
|
|
5867
|
+
"picomatch": "^4.0.3",
|
|
5868
|
+
"prompts": "^2.4.2",
|
|
5869
|
+
"rehype": "^13.0.2",
|
|
5870
|
+
"semver": "^7.7.3",
|
|
5871
|
+
"shiki": "^3.21.0",
|
|
5872
|
+
"smol-toml": "^1.6.0",
|
|
5873
|
+
"svgo": "^4.0.0",
|
|
5874
|
+
"tinyexec": "^1.0.2",
|
|
5875
|
+
"tinyglobby": "^0.2.15",
|
|
5876
|
+
"tsconfck": "^3.1.6",
|
|
5877
|
+
"ultrahtml": "^1.6.0",
|
|
5878
|
+
"unifont": "~0.7.3",
|
|
5879
|
+
"unist-util-visit": "^5.0.0",
|
|
5880
|
+
"unstorage": "^1.17.4",
|
|
5881
|
+
"vfile": "^6.0.3",
|
|
5882
|
+
"vite": "^6.4.1",
|
|
5883
|
+
"vitefu": "^1.1.1",
|
|
5884
|
+
"xxhash-wasm": "^1.1.0",
|
|
5885
|
+
"yargs-parser": "^21.1.1",
|
|
5886
|
+
"yocto-spinner": "^0.2.3",
|
|
5887
|
+
"zod": "^3.25.76",
|
|
5888
|
+
"zod-to-json-schema": "^3.25.1",
|
|
5889
|
+
"zod-to-ts": "^1.2.0"
|
|
5890
|
+
},
|
|
5891
|
+
"bin": {
|
|
5892
|
+
"astro": "astro.js"
|
|
5893
|
+
},
|
|
5894
|
+
"engines": {
|
|
5895
|
+
"node": "18.20.8 || ^20.3.0 || >=22.0.0",
|
|
5896
|
+
"npm": ">=9.6.5",
|
|
5897
|
+
"pnpm": ">=7.1.0"
|
|
5898
|
+
},
|
|
5899
|
+
"funding": {
|
|
5900
|
+
"type": "opencollective",
|
|
5901
|
+
"url": "https://opencollective.com/astrodotbuild"
|
|
5902
|
+
},
|
|
5903
|
+
"optionalDependencies": {
|
|
5904
|
+
"sharp": "^0.34.0"
|
|
5905
|
+
}
|
|
5906
|
+
},
|
|
5907
|
+
"node_modules/astro-icon": {
|
|
5908
|
+
"version": "1.1.5",
|
|
5909
|
+
"resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.5.tgz",
|
|
5910
|
+
"integrity": "sha512-CJYS5nWOw9jz4RpGWmzNQY7D0y2ZZacH7atL2K9DeJXJVaz7/5WrxeyIxO8KASk1jCM96Q4LjRx/F3R+InjJrw==",
|
|
5911
|
+
"license": "MIT",
|
|
5912
|
+
"dependencies": {
|
|
5913
|
+
"@iconify/tools": "^4.0.5",
|
|
5914
|
+
"@iconify/types": "^2.0.0",
|
|
5915
|
+
"@iconify/utils": "^2.1.30"
|
|
5916
|
+
}
|
|
5917
|
+
},
|
|
5918
|
+
"node_modules/astro/node_modules/@astrojs/internal-helpers": {
|
|
5919
|
+
"version": "0.7.6",
|
|
5920
|
+
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.6.tgz",
|
|
5921
|
+
"integrity": "sha512-GOle7smBWKfMSP8osUIGOlB5kaHdQLV3foCsf+5Q9Wsuu+C6Fs3Ez/ttXmhjZ1HkSgsogcM1RXSjjOVieHq16Q==",
|
|
5922
|
+
"license": "MIT"
|
|
5923
|
+
},
|
|
5924
|
+
"node_modules/astro/node_modules/@astrojs/markdown-remark": {
|
|
5925
|
+
"version": "6.3.11",
|
|
5926
|
+
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.11.tgz",
|
|
5927
|
+
"integrity": "sha512-hcaxX/5aC6lQgHeGh1i+aauvSwIT6cfyFjKWvExYSxUhZZBBdvCliOtu06gbQyhbe0pGJNoNmqNlQZ5zYUuIyQ==",
|
|
5928
|
+
"license": "MIT",
|
|
5929
|
+
"dependencies": {
|
|
5930
|
+
"@astrojs/internal-helpers": "0.7.6",
|
|
5931
|
+
"@astrojs/prism": "3.3.0",
|
|
5932
|
+
"github-slugger": "^2.0.0",
|
|
5933
|
+
"hast-util-from-html": "^2.0.3",
|
|
5934
|
+
"hast-util-to-text": "^4.0.2",
|
|
5935
|
+
"import-meta-resolve": "^4.2.0",
|
|
5936
|
+
"js-yaml": "^4.1.1",
|
|
5937
|
+
"mdast-util-definitions": "^6.0.0",
|
|
5938
|
+
"rehype-raw": "^7.0.0",
|
|
5939
|
+
"rehype-stringify": "^10.0.1",
|
|
5940
|
+
"remark-gfm": "^4.0.1",
|
|
5941
|
+
"remark-parse": "^11.0.0",
|
|
5942
|
+
"remark-rehype": "^11.1.2",
|
|
5943
|
+
"remark-smartypants": "^3.0.2",
|
|
5944
|
+
"shiki": "^3.21.0",
|
|
5945
|
+
"smol-toml": "^1.6.0",
|
|
5946
|
+
"unified": "^11.0.5",
|
|
5947
|
+
"unist-util-remove-position": "^5.0.0",
|
|
5948
|
+
"unist-util-visit": "^5.0.0",
|
|
5949
|
+
"unist-util-visit-parents": "^6.0.2",
|
|
5950
|
+
"vfile": "^6.0.3"
|
|
5951
|
+
}
|
|
5952
|
+
},
|
|
5953
|
+
"node_modules/astro/node_modules/@esbuild/aix-ppc64": {
|
|
5954
|
+
"version": "0.27.7",
|
|
5955
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
|
|
5956
|
+
"integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
|
|
5957
|
+
"cpu": [
|
|
5958
|
+
"ppc64"
|
|
5959
|
+
],
|
|
5960
|
+
"license": "MIT",
|
|
5961
|
+
"optional": true,
|
|
5962
|
+
"os": [
|
|
5963
|
+
"aix"
|
|
5964
|
+
],
|
|
5965
|
+
"engines": {
|
|
5966
|
+
"node": ">=18"
|
|
5967
|
+
}
|
|
5968
|
+
},
|
|
5969
|
+
"node_modules/astro/node_modules/@esbuild/android-arm": {
|
|
5970
|
+
"version": "0.27.7",
|
|
5971
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
|
|
5972
|
+
"integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
|
|
5973
|
+
"cpu": [
|
|
5974
|
+
"arm"
|
|
5975
|
+
],
|
|
5976
|
+
"license": "MIT",
|
|
5977
|
+
"optional": true,
|
|
5978
|
+
"os": [
|
|
5979
|
+
"android"
|
|
5980
|
+
],
|
|
5981
|
+
"engines": {
|
|
5982
|
+
"node": ">=18"
|
|
5983
|
+
}
|
|
5984
|
+
},
|
|
5985
|
+
"node_modules/astro/node_modules/@esbuild/android-arm64": {
|
|
5986
|
+
"version": "0.27.7",
|
|
5987
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
|
|
5988
|
+
"integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
|
|
5989
|
+
"cpu": [
|
|
5990
|
+
"arm64"
|
|
5991
|
+
],
|
|
5992
|
+
"license": "MIT",
|
|
5993
|
+
"optional": true,
|
|
5994
|
+
"os": [
|
|
5995
|
+
"android"
|
|
5996
|
+
],
|
|
5997
|
+
"engines": {
|
|
5998
|
+
"node": ">=18"
|
|
5999
|
+
}
|
|
6000
|
+
},
|
|
6001
|
+
"node_modules/astro/node_modules/@esbuild/android-x64": {
|
|
6002
|
+
"version": "0.27.7",
|
|
6003
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
|
|
6004
|
+
"integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
|
|
6005
|
+
"cpu": [
|
|
6006
|
+
"x64"
|
|
6007
|
+
],
|
|
6008
|
+
"license": "MIT",
|
|
6009
|
+
"optional": true,
|
|
6010
|
+
"os": [
|
|
6011
|
+
"android"
|
|
6012
|
+
],
|
|
6013
|
+
"engines": {
|
|
6014
|
+
"node": ">=18"
|
|
6015
|
+
}
|
|
6016
|
+
},
|
|
6017
|
+
"node_modules/astro/node_modules/@esbuild/darwin-arm64": {
|
|
6018
|
+
"version": "0.27.7",
|
|
6019
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
|
|
6020
|
+
"integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
|
|
6021
|
+
"cpu": [
|
|
6022
|
+
"arm64"
|
|
6023
|
+
],
|
|
6024
|
+
"license": "MIT",
|
|
6025
|
+
"optional": true,
|
|
6026
|
+
"os": [
|
|
6027
|
+
"darwin"
|
|
6028
|
+
],
|
|
6029
|
+
"engines": {
|
|
6030
|
+
"node": ">=18"
|
|
6031
|
+
}
|
|
6032
|
+
},
|
|
6033
|
+
"node_modules/astro/node_modules/@esbuild/darwin-x64": {
|
|
6034
|
+
"version": "0.27.7",
|
|
6035
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
|
|
6036
|
+
"integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
|
|
6037
|
+
"cpu": [
|
|
6038
|
+
"x64"
|
|
6039
|
+
],
|
|
6040
|
+
"license": "MIT",
|
|
6041
|
+
"optional": true,
|
|
6042
|
+
"os": [
|
|
6043
|
+
"darwin"
|
|
6044
|
+
],
|
|
6045
|
+
"engines": {
|
|
6046
|
+
"node": ">=18"
|
|
6047
|
+
}
|
|
6048
|
+
},
|
|
6049
|
+
"node_modules/astro/node_modules/@esbuild/freebsd-arm64": {
|
|
6050
|
+
"version": "0.27.7",
|
|
6051
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
|
|
6052
|
+
"integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
|
|
6053
|
+
"cpu": [
|
|
6054
|
+
"arm64"
|
|
6055
|
+
],
|
|
6056
|
+
"license": "MIT",
|
|
6057
|
+
"optional": true,
|
|
6058
|
+
"os": [
|
|
6059
|
+
"freebsd"
|
|
6060
|
+
],
|
|
6061
|
+
"engines": {
|
|
6062
|
+
"node": ">=18"
|
|
6063
|
+
}
|
|
6064
|
+
},
|
|
6065
|
+
"node_modules/astro/node_modules/@esbuild/freebsd-x64": {
|
|
6066
|
+
"version": "0.27.7",
|
|
6067
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
|
|
6068
|
+
"integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
|
|
6069
|
+
"cpu": [
|
|
6070
|
+
"x64"
|
|
6071
|
+
],
|
|
6072
|
+
"license": "MIT",
|
|
6073
|
+
"optional": true,
|
|
6074
|
+
"os": [
|
|
6075
|
+
"freebsd"
|
|
6076
|
+
],
|
|
6077
|
+
"engines": {
|
|
6078
|
+
"node": ">=18"
|
|
6079
|
+
}
|
|
6080
|
+
},
|
|
6081
|
+
"node_modules/astro/node_modules/@esbuild/linux-arm": {
|
|
6082
|
+
"version": "0.27.7",
|
|
6083
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
|
|
6084
|
+
"integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
|
|
6085
|
+
"cpu": [
|
|
6086
|
+
"arm"
|
|
6087
|
+
],
|
|
6088
|
+
"license": "MIT",
|
|
6089
|
+
"optional": true,
|
|
6090
|
+
"os": [
|
|
6091
|
+
"linux"
|
|
6092
|
+
],
|
|
6093
|
+
"engines": {
|
|
6094
|
+
"node": ">=18"
|
|
6095
|
+
}
|
|
6096
|
+
},
|
|
6097
|
+
"node_modules/astro/node_modules/@esbuild/linux-arm64": {
|
|
6098
|
+
"version": "0.27.7",
|
|
6099
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
|
|
6100
|
+
"integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
|
|
6101
|
+
"cpu": [
|
|
6102
|
+
"arm64"
|
|
6103
|
+
],
|
|
6104
|
+
"license": "MIT",
|
|
6105
|
+
"optional": true,
|
|
6106
|
+
"os": [
|
|
6107
|
+
"linux"
|
|
6108
|
+
],
|
|
6109
|
+
"engines": {
|
|
6110
|
+
"node": ">=18"
|
|
6111
|
+
}
|
|
6112
|
+
},
|
|
6113
|
+
"node_modules/astro/node_modules/@esbuild/linux-ia32": {
|
|
6114
|
+
"version": "0.27.7",
|
|
6115
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
|
|
6116
|
+
"integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
|
|
6117
|
+
"cpu": [
|
|
6118
|
+
"ia32"
|
|
6119
|
+
],
|
|
6120
|
+
"license": "MIT",
|
|
6121
|
+
"optional": true,
|
|
6122
|
+
"os": [
|
|
6123
|
+
"linux"
|
|
6124
|
+
],
|
|
6125
|
+
"engines": {
|
|
6126
|
+
"node": ">=18"
|
|
6127
|
+
}
|
|
6128
|
+
},
|
|
6129
|
+
"node_modules/astro/node_modules/@esbuild/linux-loong64": {
|
|
6130
|
+
"version": "0.27.7",
|
|
6131
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
|
|
6132
|
+
"integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
|
|
6133
|
+
"cpu": [
|
|
6134
|
+
"loong64"
|
|
6135
|
+
],
|
|
6136
|
+
"license": "MIT",
|
|
6137
|
+
"optional": true,
|
|
6138
|
+
"os": [
|
|
6139
|
+
"linux"
|
|
6140
|
+
],
|
|
6141
|
+
"engines": {
|
|
6142
|
+
"node": ">=18"
|
|
6143
|
+
}
|
|
6144
|
+
},
|
|
6145
|
+
"node_modules/astro/node_modules/@esbuild/linux-mips64el": {
|
|
6146
|
+
"version": "0.27.7",
|
|
6147
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
|
|
6148
|
+
"integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
|
|
6149
|
+
"cpu": [
|
|
6150
|
+
"mips64el"
|
|
6151
|
+
],
|
|
6152
|
+
"license": "MIT",
|
|
6153
|
+
"optional": true,
|
|
6154
|
+
"os": [
|
|
6155
|
+
"linux"
|
|
6156
|
+
],
|
|
6157
|
+
"engines": {
|
|
6158
|
+
"node": ">=18"
|
|
6159
|
+
}
|
|
6160
|
+
},
|
|
6161
|
+
"node_modules/astro/node_modules/@esbuild/linux-ppc64": {
|
|
6162
|
+
"version": "0.27.7",
|
|
6163
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
|
|
6164
|
+
"integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
|
|
6165
|
+
"cpu": [
|
|
6166
|
+
"ppc64"
|
|
6167
|
+
],
|
|
6168
|
+
"license": "MIT",
|
|
6169
|
+
"optional": true,
|
|
6170
|
+
"os": [
|
|
6171
|
+
"linux"
|
|
6172
|
+
],
|
|
6173
|
+
"engines": {
|
|
6174
|
+
"node": ">=18"
|
|
6175
|
+
}
|
|
6176
|
+
},
|
|
6177
|
+
"node_modules/astro/node_modules/@esbuild/linux-riscv64": {
|
|
6178
|
+
"version": "0.27.7",
|
|
6179
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
|
|
6180
|
+
"integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
|
|
6181
|
+
"cpu": [
|
|
6182
|
+
"riscv64"
|
|
6183
|
+
],
|
|
6184
|
+
"license": "MIT",
|
|
6185
|
+
"optional": true,
|
|
6186
|
+
"os": [
|
|
6187
|
+
"linux"
|
|
6188
|
+
],
|
|
6189
|
+
"engines": {
|
|
6190
|
+
"node": ">=18"
|
|
6191
|
+
}
|
|
6192
|
+
},
|
|
6193
|
+
"node_modules/astro/node_modules/@esbuild/linux-s390x": {
|
|
6194
|
+
"version": "0.27.7",
|
|
6195
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
|
|
6196
|
+
"integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
|
|
6197
|
+
"cpu": [
|
|
6198
|
+
"s390x"
|
|
6199
|
+
],
|
|
6200
|
+
"license": "MIT",
|
|
6201
|
+
"optional": true,
|
|
6202
|
+
"os": [
|
|
6203
|
+
"linux"
|
|
6204
|
+
],
|
|
6205
|
+
"engines": {
|
|
6206
|
+
"node": ">=18"
|
|
6207
|
+
}
|
|
6208
|
+
},
|
|
6209
|
+
"node_modules/astro/node_modules/@esbuild/linux-x64": {
|
|
6210
|
+
"version": "0.27.7",
|
|
6211
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
|
|
6212
|
+
"integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
|
|
6213
|
+
"cpu": [
|
|
6214
|
+
"x64"
|
|
6215
|
+
],
|
|
6216
|
+
"license": "MIT",
|
|
6217
|
+
"optional": true,
|
|
6218
|
+
"os": [
|
|
6219
|
+
"linux"
|
|
6220
|
+
],
|
|
6221
|
+
"engines": {
|
|
6222
|
+
"node": ">=18"
|
|
6223
|
+
}
|
|
6224
|
+
},
|
|
6225
|
+
"node_modules/astro/node_modules/@esbuild/netbsd-arm64": {
|
|
6226
|
+
"version": "0.27.7",
|
|
6227
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
|
|
6228
|
+
"integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
|
|
6229
|
+
"cpu": [
|
|
6230
|
+
"arm64"
|
|
6231
|
+
],
|
|
6232
|
+
"license": "MIT",
|
|
6233
|
+
"optional": true,
|
|
6234
|
+
"os": [
|
|
6235
|
+
"netbsd"
|
|
6236
|
+
],
|
|
6237
|
+
"engines": {
|
|
6238
|
+
"node": ">=18"
|
|
6239
|
+
}
|
|
6240
|
+
},
|
|
6241
|
+
"node_modules/astro/node_modules/@esbuild/netbsd-x64": {
|
|
6242
|
+
"version": "0.27.7",
|
|
6243
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
|
|
6244
|
+
"integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
|
|
6245
|
+
"cpu": [
|
|
6246
|
+
"x64"
|
|
6247
|
+
],
|
|
6248
|
+
"license": "MIT",
|
|
6249
|
+
"optional": true,
|
|
6250
|
+
"os": [
|
|
6251
|
+
"netbsd"
|
|
6252
|
+
],
|
|
6253
|
+
"engines": {
|
|
6254
|
+
"node": ">=18"
|
|
6255
|
+
}
|
|
6256
|
+
},
|
|
6257
|
+
"node_modules/astro/node_modules/@esbuild/openbsd-arm64": {
|
|
6258
|
+
"version": "0.27.7",
|
|
6259
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
|
|
6260
|
+
"integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
|
|
6261
|
+
"cpu": [
|
|
6262
|
+
"arm64"
|
|
6263
|
+
],
|
|
6264
|
+
"license": "MIT",
|
|
6265
|
+
"optional": true,
|
|
6266
|
+
"os": [
|
|
6267
|
+
"openbsd"
|
|
6268
|
+
],
|
|
6269
|
+
"engines": {
|
|
6270
|
+
"node": ">=18"
|
|
6271
|
+
}
|
|
6272
|
+
},
|
|
6273
|
+
"node_modules/astro/node_modules/@esbuild/openbsd-x64": {
|
|
6274
|
+
"version": "0.27.7",
|
|
6275
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
|
|
6276
|
+
"integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
|
|
6277
|
+
"cpu": [
|
|
6278
|
+
"x64"
|
|
6279
|
+
],
|
|
6280
|
+
"license": "MIT",
|
|
6281
|
+
"optional": true,
|
|
6282
|
+
"os": [
|
|
6283
|
+
"openbsd"
|
|
6284
|
+
],
|
|
6285
|
+
"engines": {
|
|
6286
|
+
"node": ">=18"
|
|
6287
|
+
}
|
|
6288
|
+
},
|
|
6289
|
+
"node_modules/astro/node_modules/@esbuild/openharmony-arm64": {
|
|
6290
|
+
"version": "0.27.7",
|
|
6291
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
|
|
6292
|
+
"integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
|
|
6293
|
+
"cpu": [
|
|
6294
|
+
"arm64"
|
|
6295
|
+
],
|
|
6296
|
+
"license": "MIT",
|
|
6297
|
+
"optional": true,
|
|
6298
|
+
"os": [
|
|
6299
|
+
"openharmony"
|
|
6300
|
+
],
|
|
6301
|
+
"engines": {
|
|
6302
|
+
"node": ">=18"
|
|
6303
|
+
}
|
|
6304
|
+
},
|
|
6305
|
+
"node_modules/astro/node_modules/@esbuild/sunos-x64": {
|
|
6306
|
+
"version": "0.27.7",
|
|
6307
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
|
|
6308
|
+
"integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
|
|
6309
|
+
"cpu": [
|
|
6310
|
+
"x64"
|
|
6311
|
+
],
|
|
6312
|
+
"license": "MIT",
|
|
6313
|
+
"optional": true,
|
|
6314
|
+
"os": [
|
|
6315
|
+
"sunos"
|
|
6316
|
+
],
|
|
5736
6317
|
"engines": {
|
|
5737
|
-
"node": ">=
|
|
5738
|
-
},
|
|
5739
|
-
"funding": {
|
|
5740
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6318
|
+
"node": ">=18"
|
|
5741
6319
|
}
|
|
5742
6320
|
},
|
|
5743
|
-
"node_modules/
|
|
5744
|
-
"version": "
|
|
5745
|
-
"resolved": "https://registry.npmjs.org/
|
|
5746
|
-
"integrity": "sha512-
|
|
6321
|
+
"node_modules/astro/node_modules/@esbuild/win32-arm64": {
|
|
6322
|
+
"version": "0.27.7",
|
|
6323
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
|
|
6324
|
+
"integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
|
|
6325
|
+
"cpu": [
|
|
6326
|
+
"arm64"
|
|
6327
|
+
],
|
|
5747
6328
|
"license": "MIT",
|
|
5748
|
-
"
|
|
5749
|
-
|
|
5750
|
-
"
|
|
6329
|
+
"optional": true,
|
|
6330
|
+
"os": [
|
|
6331
|
+
"win32"
|
|
6332
|
+
],
|
|
6333
|
+
"engines": {
|
|
6334
|
+
"node": ">=18"
|
|
5751
6335
|
}
|
|
5752
6336
|
},
|
|
5753
|
-
"node_modules/
|
|
5754
|
-
"version": "
|
|
5755
|
-
"resolved": "https://registry.npmjs.org/
|
|
5756
|
-
"integrity": "sha512-
|
|
6337
|
+
"node_modules/astro/node_modules/@esbuild/win32-ia32": {
|
|
6338
|
+
"version": "0.27.7",
|
|
6339
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
|
|
6340
|
+
"integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
|
|
6341
|
+
"cpu": [
|
|
6342
|
+
"ia32"
|
|
6343
|
+
],
|
|
5757
6344
|
"license": "MIT",
|
|
5758
|
-
"
|
|
5759
|
-
|
|
5760
|
-
"
|
|
5761
|
-
|
|
5762
|
-
"es-abstract": "^1.23.5",
|
|
5763
|
-
"es-errors": "^1.3.0",
|
|
5764
|
-
"get-intrinsic": "^1.2.6",
|
|
5765
|
-
"is-array-buffer": "^3.0.4"
|
|
5766
|
-
},
|
|
6345
|
+
"optional": true,
|
|
6346
|
+
"os": [
|
|
6347
|
+
"win32"
|
|
6348
|
+
],
|
|
5767
6349
|
"engines": {
|
|
5768
|
-
"node": ">=
|
|
5769
|
-
},
|
|
5770
|
-
"funding": {
|
|
5771
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
6350
|
+
"node": ">=18"
|
|
5772
6351
|
}
|
|
5773
6352
|
},
|
|
5774
|
-
"node_modules/
|
|
5775
|
-
"version": "
|
|
5776
|
-
"resolved": "https://registry.npmjs.org/
|
|
5777
|
-
"integrity": "sha512-
|
|
6353
|
+
"node_modules/astro/node_modules/@esbuild/win32-x64": {
|
|
6354
|
+
"version": "0.27.7",
|
|
6355
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
|
|
6356
|
+
"integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
|
|
6357
|
+
"cpu": [
|
|
6358
|
+
"x64"
|
|
6359
|
+
],
|
|
5778
6360
|
"license": "MIT",
|
|
5779
|
-
"
|
|
5780
|
-
|
|
6361
|
+
"optional": true,
|
|
6362
|
+
"os": [
|
|
6363
|
+
"win32"
|
|
6364
|
+
],
|
|
6365
|
+
"engines": {
|
|
6366
|
+
"node": ">=18"
|
|
5781
6367
|
}
|
|
5782
6368
|
},
|
|
5783
|
-
"node_modules/astro": {
|
|
5784
|
-
"version": "
|
|
5785
|
-
"resolved": "https://registry.npmjs.org/
|
|
5786
|
-
"integrity": "sha512-
|
|
6369
|
+
"node_modules/astro/node_modules/esbuild": {
|
|
6370
|
+
"version": "0.27.7",
|
|
6371
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
|
|
6372
|
+
"integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
|
|
6373
|
+
"hasInstallScript": true,
|
|
5787
6374
|
"license": "MIT",
|
|
5788
|
-
"dependencies": {
|
|
5789
|
-
"@astrojs/compiler": "^2.13.0",
|
|
5790
|
-
"@astrojs/internal-helpers": "0.7.5",
|
|
5791
|
-
"@astrojs/markdown-remark": "6.3.9",
|
|
5792
|
-
"@astrojs/telemetry": "3.3.0",
|
|
5793
|
-
"@capsizecss/unpack": "^3.0.1",
|
|
5794
|
-
"@oslojs/encoding": "^1.1.0",
|
|
5795
|
-
"@rollup/pluginutils": "^5.3.0",
|
|
5796
|
-
"acorn": "^8.15.0",
|
|
5797
|
-
"aria-query": "^5.3.2",
|
|
5798
|
-
"axobject-query": "^4.1.0",
|
|
5799
|
-
"boxen": "8.0.1",
|
|
5800
|
-
"ci-info": "^4.3.1",
|
|
5801
|
-
"clsx": "^2.1.1",
|
|
5802
|
-
"common-ancestor-path": "^1.0.1",
|
|
5803
|
-
"cookie": "^1.0.2",
|
|
5804
|
-
"cssesc": "^3.0.0",
|
|
5805
|
-
"debug": "^4.4.3",
|
|
5806
|
-
"deterministic-object-hash": "^2.0.2",
|
|
5807
|
-
"devalue": "^5.5.0",
|
|
5808
|
-
"diff": "^5.2.0",
|
|
5809
|
-
"dlv": "^1.1.3",
|
|
5810
|
-
"dset": "^3.1.4",
|
|
5811
|
-
"es-module-lexer": "^1.7.0",
|
|
5812
|
-
"esbuild": "^0.25.0",
|
|
5813
|
-
"estree-walker": "^3.0.3",
|
|
5814
|
-
"flattie": "^1.1.1",
|
|
5815
|
-
"fontace": "~0.3.1",
|
|
5816
|
-
"github-slugger": "^2.0.0",
|
|
5817
|
-
"html-escaper": "3.0.3",
|
|
5818
|
-
"http-cache-semantics": "^4.2.0",
|
|
5819
|
-
"import-meta-resolve": "^4.2.0",
|
|
5820
|
-
"js-yaml": "^4.1.1",
|
|
5821
|
-
"magic-string": "^0.30.21",
|
|
5822
|
-
"magicast": "^0.5.1",
|
|
5823
|
-
"mrmime": "^2.0.1",
|
|
5824
|
-
"neotraverse": "^0.6.18",
|
|
5825
|
-
"p-limit": "^6.2.0",
|
|
5826
|
-
"p-queue": "^8.1.1",
|
|
5827
|
-
"package-manager-detector": "^1.5.0",
|
|
5828
|
-
"piccolore": "^0.1.3",
|
|
5829
|
-
"picomatch": "^4.0.3",
|
|
5830
|
-
"prompts": "^2.4.2",
|
|
5831
|
-
"rehype": "^13.0.2",
|
|
5832
|
-
"semver": "^7.7.3",
|
|
5833
|
-
"shiki": "^3.15.0",
|
|
5834
|
-
"smol-toml": "^1.5.2",
|
|
5835
|
-
"svgo": "^4.0.0",
|
|
5836
|
-
"tinyexec": "^1.0.2",
|
|
5837
|
-
"tinyglobby": "^0.2.15",
|
|
5838
|
-
"tsconfck": "^3.1.6",
|
|
5839
|
-
"ultrahtml": "^1.6.0",
|
|
5840
|
-
"unifont": "~0.6.0",
|
|
5841
|
-
"unist-util-visit": "^5.0.0",
|
|
5842
|
-
"unstorage": "^1.17.3",
|
|
5843
|
-
"vfile": "^6.0.3",
|
|
5844
|
-
"vite": "^6.4.1",
|
|
5845
|
-
"vitefu": "^1.1.1",
|
|
5846
|
-
"xxhash-wasm": "^1.1.0",
|
|
5847
|
-
"yargs-parser": "^21.1.1",
|
|
5848
|
-
"yocto-spinner": "^0.2.3",
|
|
5849
|
-
"zod": "^3.25.76",
|
|
5850
|
-
"zod-to-json-schema": "^3.25.0",
|
|
5851
|
-
"zod-to-ts": "^1.2.0"
|
|
5852
|
-
},
|
|
5853
6375
|
"bin": {
|
|
5854
|
-
"
|
|
6376
|
+
"esbuild": "bin/esbuild"
|
|
5855
6377
|
},
|
|
5856
6378
|
"engines": {
|
|
5857
|
-
"node": "18
|
|
5858
|
-
"npm": ">=9.6.5",
|
|
5859
|
-
"pnpm": ">=7.1.0"
|
|
5860
|
-
},
|
|
5861
|
-
"funding": {
|
|
5862
|
-
"type": "opencollective",
|
|
5863
|
-
"url": "https://opencollective.com/astrodotbuild"
|
|
6379
|
+
"node": ">=18"
|
|
5864
6380
|
},
|
|
5865
6381
|
"optionalDependencies": {
|
|
5866
|
-
"
|
|
5867
|
-
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
|
|
5871
|
-
|
|
5872
|
-
|
|
5873
|
-
|
|
5874
|
-
|
|
5875
|
-
"@
|
|
5876
|
-
"@
|
|
5877
|
-
"@
|
|
6382
|
+
"@esbuild/aix-ppc64": "0.27.7",
|
|
6383
|
+
"@esbuild/android-arm": "0.27.7",
|
|
6384
|
+
"@esbuild/android-arm64": "0.27.7",
|
|
6385
|
+
"@esbuild/android-x64": "0.27.7",
|
|
6386
|
+
"@esbuild/darwin-arm64": "0.27.7",
|
|
6387
|
+
"@esbuild/darwin-x64": "0.27.7",
|
|
6388
|
+
"@esbuild/freebsd-arm64": "0.27.7",
|
|
6389
|
+
"@esbuild/freebsd-x64": "0.27.7",
|
|
6390
|
+
"@esbuild/linux-arm": "0.27.7",
|
|
6391
|
+
"@esbuild/linux-arm64": "0.27.7",
|
|
6392
|
+
"@esbuild/linux-ia32": "0.27.7",
|
|
6393
|
+
"@esbuild/linux-loong64": "0.27.7",
|
|
6394
|
+
"@esbuild/linux-mips64el": "0.27.7",
|
|
6395
|
+
"@esbuild/linux-ppc64": "0.27.7",
|
|
6396
|
+
"@esbuild/linux-riscv64": "0.27.7",
|
|
6397
|
+
"@esbuild/linux-s390x": "0.27.7",
|
|
6398
|
+
"@esbuild/linux-x64": "0.27.7",
|
|
6399
|
+
"@esbuild/netbsd-arm64": "0.27.7",
|
|
6400
|
+
"@esbuild/netbsd-x64": "0.27.7",
|
|
6401
|
+
"@esbuild/openbsd-arm64": "0.27.7",
|
|
6402
|
+
"@esbuild/openbsd-x64": "0.27.7",
|
|
6403
|
+
"@esbuild/openharmony-arm64": "0.27.7",
|
|
6404
|
+
"@esbuild/sunos-x64": "0.27.7",
|
|
6405
|
+
"@esbuild/win32-arm64": "0.27.7",
|
|
6406
|
+
"@esbuild/win32-ia32": "0.27.7",
|
|
6407
|
+
"@esbuild/win32-x64": "0.27.7"
|
|
5878
6408
|
}
|
|
5879
6409
|
},
|
|
5880
6410
|
"node_modules/async-function": {
|
|
@@ -5941,26 +6471,6 @@
|
|
|
5941
6471
|
"integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==",
|
|
5942
6472
|
"license": "MIT"
|
|
5943
6473
|
},
|
|
5944
|
-
"node_modules/base64-js": {
|
|
5945
|
-
"version": "1.5.1",
|
|
5946
|
-
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
5947
|
-
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
5948
|
-
"funding": [
|
|
5949
|
-
{
|
|
5950
|
-
"type": "github",
|
|
5951
|
-
"url": "https://github.com/sponsors/feross"
|
|
5952
|
-
},
|
|
5953
|
-
{
|
|
5954
|
-
"type": "patreon",
|
|
5955
|
-
"url": "https://www.patreon.com/feross"
|
|
5956
|
-
},
|
|
5957
|
-
{
|
|
5958
|
-
"type": "consulting",
|
|
5959
|
-
"url": "https://feross.org/support"
|
|
5960
|
-
}
|
|
5961
|
-
],
|
|
5962
|
-
"license": "MIT"
|
|
5963
|
-
},
|
|
5964
6474
|
"node_modules/baseline-browser-mapping": {
|
|
5965
6475
|
"version": "2.10.9",
|
|
5966
6476
|
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.9.tgz",
|
|
@@ -6018,24 +6528,15 @@
|
|
|
6018
6528
|
}
|
|
6019
6529
|
},
|
|
6020
6530
|
"node_modules/brace-expansion": {
|
|
6021
|
-
"version": "1.1.
|
|
6022
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
6023
|
-
"integrity": "sha512-
|
|
6531
|
+
"version": "1.1.13",
|
|
6532
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
|
|
6533
|
+
"integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
|
|
6024
6534
|
"license": "MIT",
|
|
6025
6535
|
"dependencies": {
|
|
6026
6536
|
"balanced-match": "^1.0.0",
|
|
6027
6537
|
"concat-map": "0.0.1"
|
|
6028
6538
|
}
|
|
6029
6539
|
},
|
|
6030
|
-
"node_modules/brotli": {
|
|
6031
|
-
"version": "1.3.3",
|
|
6032
|
-
"resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz",
|
|
6033
|
-
"integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==",
|
|
6034
|
-
"license": "MIT",
|
|
6035
|
-
"dependencies": {
|
|
6036
|
-
"base64-js": "^1.1.2"
|
|
6037
|
-
}
|
|
6038
|
-
},
|
|
6039
6540
|
"node_modules/browserslist": {
|
|
6040
6541
|
"version": "4.28.1",
|
|
6041
6542
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
|
|
@@ -6262,15 +6763,15 @@
|
|
|
6262
6763
|
}
|
|
6263
6764
|
},
|
|
6264
6765
|
"node_modules/chokidar": {
|
|
6265
|
-
"version": "
|
|
6266
|
-
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-
|
|
6267
|
-
"integrity": "sha512-
|
|
6766
|
+
"version": "5.0.0",
|
|
6767
|
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
|
|
6768
|
+
"integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
|
|
6268
6769
|
"license": "MIT",
|
|
6269
6770
|
"dependencies": {
|
|
6270
|
-
"readdirp": "^
|
|
6771
|
+
"readdirp": "^5.0.0"
|
|
6271
6772
|
},
|
|
6272
6773
|
"engines": {
|
|
6273
|
-
"node": ">=
|
|
6774
|
+
"node": ">= 20.19.0"
|
|
6274
6775
|
},
|
|
6275
6776
|
"funding": {
|
|
6276
6777
|
"url": "https://paulmillr.com/funding/"
|
|
@@ -6312,15 +6813,6 @@
|
|
|
6312
6813
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6313
6814
|
}
|
|
6314
6815
|
},
|
|
6315
|
-
"node_modules/clone": {
|
|
6316
|
-
"version": "2.1.2",
|
|
6317
|
-
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
|
|
6318
|
-
"integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
|
|
6319
|
-
"license": "MIT",
|
|
6320
|
-
"engines": {
|
|
6321
|
-
"node": ">=0.8"
|
|
6322
|
-
}
|
|
6323
|
-
},
|
|
6324
6816
|
"node_modules/clsx": {
|
|
6325
6817
|
"version": "2.1.1",
|
|
6326
6818
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
@@ -6418,9 +6910,9 @@
|
|
|
6418
6910
|
}
|
|
6419
6911
|
},
|
|
6420
6912
|
"node_modules/cookie-es": {
|
|
6421
|
-
"version": "1.2.
|
|
6422
|
-
"resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.
|
|
6423
|
-
"integrity": "sha512
|
|
6913
|
+
"version": "1.2.3",
|
|
6914
|
+
"resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz",
|
|
6915
|
+
"integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==",
|
|
6424
6916
|
"license": "MIT"
|
|
6425
6917
|
},
|
|
6426
6918
|
"node_modules/crossws": {
|
|
@@ -6663,9 +7155,9 @@
|
|
|
6663
7155
|
}
|
|
6664
7156
|
},
|
|
6665
7157
|
"node_modules/defu": {
|
|
6666
|
-
"version": "6.1.
|
|
6667
|
-
"resolved": "https://registry.npmjs.org/defu/-/defu-6.1.
|
|
6668
|
-
"integrity": "sha512-
|
|
7158
|
+
"version": "6.1.6",
|
|
7159
|
+
"resolved": "https://registry.npmjs.org/defu/-/defu-6.1.6.tgz",
|
|
7160
|
+
"integrity": "sha512-f8mefEW4WIVg4LckePx3mALjQSPQgFlg9U8yaPdlsbdYcHQyj9n2zL2LJEA52smeYxOvmd/nB7TpMtHGMTHcug==",
|
|
6669
7161
|
"license": "MIT"
|
|
6670
7162
|
},
|
|
6671
7163
|
"node_modules/dependency-graph": {
|
|
@@ -6738,16 +7230,10 @@
|
|
|
6738
7230
|
"url": "https://github.com/sponsors/wooorm"
|
|
6739
7231
|
}
|
|
6740
7232
|
},
|
|
6741
|
-
"node_modules/dfa": {
|
|
6742
|
-
"version": "1.2.0",
|
|
6743
|
-
"resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz",
|
|
6744
|
-
"integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==",
|
|
6745
|
-
"license": "MIT"
|
|
6746
|
-
},
|
|
6747
7233
|
"node_modules/diff": {
|
|
6748
|
-
"version": "
|
|
6749
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-
|
|
6750
|
-
"integrity": "sha512-
|
|
7234
|
+
"version": "8.0.4",
|
|
7235
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
|
|
7236
|
+
"integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
|
|
6751
7237
|
"license": "BSD-3-Clause",
|
|
6752
7238
|
"engines": {
|
|
6753
7239
|
"node": ">=0.3.1"
|
|
@@ -7425,10 +7911,25 @@
|
|
|
7425
7911
|
],
|
|
7426
7912
|
"license": "BSD-3-Clause"
|
|
7427
7913
|
},
|
|
7914
|
+
"node_modules/fast-xml-builder": {
|
|
7915
|
+
"version": "1.1.4",
|
|
7916
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
|
|
7917
|
+
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
|
|
7918
|
+
"funding": [
|
|
7919
|
+
{
|
|
7920
|
+
"type": "github",
|
|
7921
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
7922
|
+
}
|
|
7923
|
+
],
|
|
7924
|
+
"license": "MIT",
|
|
7925
|
+
"dependencies": {
|
|
7926
|
+
"path-expression-matcher": "^1.1.3"
|
|
7927
|
+
}
|
|
7928
|
+
},
|
|
7428
7929
|
"node_modules/fast-xml-parser": {
|
|
7429
|
-
"version": "
|
|
7430
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-
|
|
7431
|
-
"integrity": "sha512-
|
|
7930
|
+
"version": "5.5.9",
|
|
7931
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz",
|
|
7932
|
+
"integrity": "sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==",
|
|
7432
7933
|
"funding": [
|
|
7433
7934
|
{
|
|
7434
7935
|
"type": "github",
|
|
@@ -7437,7 +7938,9 @@
|
|
|
7437
7938
|
],
|
|
7438
7939
|
"license": "MIT",
|
|
7439
7940
|
"dependencies": {
|
|
7440
|
-
"
|
|
7941
|
+
"fast-xml-builder": "^1.1.4",
|
|
7942
|
+
"path-expression-matcher": "^1.2.0",
|
|
7943
|
+
"strnum": "^2.2.2"
|
|
7441
7944
|
},
|
|
7442
7945
|
"bin": {
|
|
7443
7946
|
"fxparser": "src/cli/cli.js"
|
|
@@ -7488,30 +7991,24 @@
|
|
|
7488
7991
|
}
|
|
7489
7992
|
},
|
|
7490
7993
|
"node_modules/fontace": {
|
|
7491
|
-
"version": "0.
|
|
7492
|
-
"resolved": "https://registry.npmjs.org/fontace/-/fontace-0.
|
|
7493
|
-
"integrity": "sha512-
|
|
7994
|
+
"version": "0.4.1",
|
|
7995
|
+
"resolved": "https://registry.npmjs.org/fontace/-/fontace-0.4.1.tgz",
|
|
7996
|
+
"integrity": "sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==",
|
|
7494
7997
|
"license": "MIT",
|
|
7495
7998
|
"dependencies": {
|
|
7496
|
-
"
|
|
7497
|
-
"fontkit": "^2.0.4"
|
|
7999
|
+
"fontkitten": "^1.0.2"
|
|
7498
8000
|
}
|
|
7499
8001
|
},
|
|
7500
|
-
"node_modules/
|
|
7501
|
-
"version": "
|
|
7502
|
-
"resolved": "https://registry.npmjs.org/
|
|
7503
|
-
"integrity": "sha512-
|
|
8002
|
+
"node_modules/fontkitten": {
|
|
8003
|
+
"version": "1.0.3",
|
|
8004
|
+
"resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.3.tgz",
|
|
8005
|
+
"integrity": "sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==",
|
|
7504
8006
|
"license": "MIT",
|
|
7505
8007
|
"dependencies": {
|
|
7506
|
-
"
|
|
7507
|
-
|
|
7508
|
-
|
|
7509
|
-
"
|
|
7510
|
-
"fast-deep-equal": "^3.1.3",
|
|
7511
|
-
"restructure": "^3.0.0",
|
|
7512
|
-
"tiny-inflate": "^1.0.3",
|
|
7513
|
-
"unicode-properties": "^1.4.0",
|
|
7514
|
-
"unicode-trie": "^2.0.0"
|
|
8008
|
+
"tiny-inflate": "^1.0.3"
|
|
8009
|
+
},
|
|
8010
|
+
"engines": {
|
|
8011
|
+
"node": ">=20"
|
|
7515
8012
|
}
|
|
7516
8013
|
},
|
|
7517
8014
|
"node_modules/for-each": {
|
|
@@ -7781,14 +8278,14 @@
|
|
|
7781
8278
|
"license": "ISC"
|
|
7782
8279
|
},
|
|
7783
8280
|
"node_modules/h3": {
|
|
7784
|
-
"version": "1.15.
|
|
7785
|
-
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.
|
|
7786
|
-
"integrity": "sha512-
|
|
8281
|
+
"version": "1.15.11",
|
|
8282
|
+
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz",
|
|
8283
|
+
"integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==",
|
|
7787
8284
|
"license": "MIT",
|
|
7788
8285
|
"dependencies": {
|
|
7789
|
-
"cookie-es": "^1.2.
|
|
8286
|
+
"cookie-es": "^1.2.3",
|
|
7790
8287
|
"crossws": "^0.3.5",
|
|
7791
|
-
"defu": "^6.1.
|
|
8288
|
+
"defu": "^6.1.6",
|
|
7792
8289
|
"destr": "^2.0.5",
|
|
7793
8290
|
"iron-webcrypto": "^1.2.1",
|
|
7794
8291
|
"node-mock-http": "^1.0.4",
|
|
@@ -9205,10 +9702,13 @@
|
|
|
9205
9702
|
}
|
|
9206
9703
|
},
|
|
9207
9704
|
"node_modules/lru-cache": {
|
|
9208
|
-
"version": "
|
|
9209
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-
|
|
9210
|
-
"integrity": "sha512-
|
|
9211
|
-
"license": "
|
|
9705
|
+
"version": "11.2.7",
|
|
9706
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz",
|
|
9707
|
+
"integrity": "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==",
|
|
9708
|
+
"license": "BlueOak-1.0.0",
|
|
9709
|
+
"engines": {
|
|
9710
|
+
"node": "20 || >=22"
|
|
9711
|
+
}
|
|
9212
9712
|
},
|
|
9213
9713
|
"node_modules/lru-queue": {
|
|
9214
9714
|
"version": "0.1.0",
|
|
@@ -10644,24 +11144,24 @@
|
|
|
10644
11144
|
"license": "MIT"
|
|
10645
11145
|
},
|
|
10646
11146
|
"node_modules/oniguruma-to-es": {
|
|
10647
|
-
"version": "4.3.
|
|
10648
|
-
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.
|
|
10649
|
-
"integrity": "sha512-
|
|
11147
|
+
"version": "4.3.5",
|
|
11148
|
+
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.5.tgz",
|
|
11149
|
+
"integrity": "sha512-Zjygswjpsewa0NLTsiizVuMQZbp0MDyM6lIt66OxsF21npUDlzpHi1Mgb/qhQdkb+dWFTzJmFbEWdvZgRho8eQ==",
|
|
10650
11150
|
"license": "MIT",
|
|
10651
11151
|
"dependencies": {
|
|
10652
11152
|
"oniguruma-parser": "^0.12.1",
|
|
10653
|
-
"regex": "^6.0
|
|
11153
|
+
"regex": "^6.1.0",
|
|
10654
11154
|
"regex-recursion": "^6.0.2"
|
|
10655
11155
|
}
|
|
10656
11156
|
},
|
|
10657
11157
|
"node_modules/openapi-sampler": {
|
|
10658
|
-
"version": "1.
|
|
10659
|
-
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.
|
|
10660
|
-
"integrity": "sha512-
|
|
11158
|
+
"version": "1.7.2",
|
|
11159
|
+
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.7.2.tgz",
|
|
11160
|
+
"integrity": "sha512-OKytvqB5XIaTgA9xtw8W8UTar+uymW2xPVpFN0NihMtuHPdPTGxBEhGnfFnJW5g/gOSIvkP+H0Xh3XhVI9/n7g==",
|
|
10661
11161
|
"license": "MIT",
|
|
10662
11162
|
"dependencies": {
|
|
10663
11163
|
"@types/json-schema": "^7.0.7",
|
|
10664
|
-
"fast-xml-parser": "^
|
|
11164
|
+
"fast-xml-parser": "^5.5.1",
|
|
10665
11165
|
"json-pointer": "0.6.2"
|
|
10666
11166
|
}
|
|
10667
11167
|
},
|
|
@@ -10755,12 +11255,6 @@
|
|
|
10755
11255
|
"@pagefind/windows-x64": "1.4.0"
|
|
10756
11256
|
}
|
|
10757
11257
|
},
|
|
10758
|
-
"node_modules/pako": {
|
|
10759
|
-
"version": "0.2.9",
|
|
10760
|
-
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
|
|
10761
|
-
"integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==",
|
|
10762
|
-
"license": "MIT"
|
|
10763
|
-
},
|
|
10764
11258
|
"node_modules/parse-entities": {
|
|
10765
11259
|
"version": "4.0.2",
|
|
10766
11260
|
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
|
|
@@ -10841,10 +11335,25 @@
|
|
|
10841
11335
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
10842
11336
|
}
|
|
10843
11337
|
},
|
|
11338
|
+
"node_modules/path-expression-matcher": {
|
|
11339
|
+
"version": "1.2.0",
|
|
11340
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz",
|
|
11341
|
+
"integrity": "sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==",
|
|
11342
|
+
"funding": [
|
|
11343
|
+
{
|
|
11344
|
+
"type": "github",
|
|
11345
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
11346
|
+
}
|
|
11347
|
+
],
|
|
11348
|
+
"license": "MIT",
|
|
11349
|
+
"engines": {
|
|
11350
|
+
"node": ">=14.0.0"
|
|
11351
|
+
}
|
|
11352
|
+
},
|
|
10844
11353
|
"node_modules/path-to-regexp": {
|
|
10845
|
-
"version": "8.
|
|
10846
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.
|
|
10847
|
-
"integrity": "sha512-
|
|
11354
|
+
"version": "8.4.2",
|
|
11355
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
|
|
11356
|
+
"integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
|
|
10848
11357
|
"license": "MIT",
|
|
10849
11358
|
"funding": {
|
|
10850
11359
|
"type": "opencollective",
|
|
@@ -10876,9 +11385,9 @@
|
|
|
10876
11385
|
"license": "ISC"
|
|
10877
11386
|
},
|
|
10878
11387
|
"node_modules/picomatch": {
|
|
10879
|
-
"version": "4.0.
|
|
10880
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
10881
|
-
"integrity": "sha512-
|
|
11388
|
+
"version": "4.0.4",
|
|
11389
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
11390
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
10882
11391
|
"license": "MIT",
|
|
10883
11392
|
"engines": {
|
|
10884
11393
|
"node": ">=12"
|
|
@@ -11192,12 +11701,12 @@
|
|
|
11192
11701
|
}
|
|
11193
11702
|
},
|
|
11194
11703
|
"node_modules/readdirp": {
|
|
11195
|
-
"version": "
|
|
11196
|
-
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-
|
|
11197
|
-
"integrity": "sha512-
|
|
11704
|
+
"version": "5.0.0",
|
|
11705
|
+
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
|
|
11706
|
+
"integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
|
|
11198
11707
|
"license": "MIT",
|
|
11199
11708
|
"engines": {
|
|
11200
|
-
"node": ">=
|
|
11709
|
+
"node": ">= 20.19.0"
|
|
11201
11710
|
},
|
|
11202
11711
|
"funding": {
|
|
11203
11712
|
"type": "individual",
|
|
@@ -11294,9 +11803,9 @@
|
|
|
11294
11803
|
}
|
|
11295
11804
|
},
|
|
11296
11805
|
"node_modules/regex": {
|
|
11297
|
-
"version": "6.0
|
|
11298
|
-
"resolved": "https://registry.npmjs.org/regex/-/regex-6.0.
|
|
11299
|
-
"integrity": "sha512-
|
|
11806
|
+
"version": "6.1.0",
|
|
11807
|
+
"resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz",
|
|
11808
|
+
"integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==",
|
|
11300
11809
|
"license": "MIT",
|
|
11301
11810
|
"dependencies": {
|
|
11302
11811
|
"regex-utilities": "^2.3.0"
|
|
@@ -11571,12 +12080,6 @@
|
|
|
11571
12080
|
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
|
|
11572
12081
|
}
|
|
11573
12082
|
},
|
|
11574
|
-
"node_modules/restructure": {
|
|
11575
|
-
"version": "3.0.2",
|
|
11576
|
-
"resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz",
|
|
11577
|
-
"integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==",
|
|
11578
|
-
"license": "MIT"
|
|
11579
|
-
},
|
|
11580
12083
|
"node_modules/retext": {
|
|
11581
12084
|
"version": "9.0.0",
|
|
11582
12085
|
"resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz",
|
|
@@ -11639,9 +12142,9 @@
|
|
|
11639
12142
|
}
|
|
11640
12143
|
},
|
|
11641
12144
|
"node_modules/rollup": {
|
|
11642
|
-
"version": "4.
|
|
11643
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.
|
|
11644
|
-
"integrity": "sha512-
|
|
12145
|
+
"version": "4.60.1",
|
|
12146
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.1.tgz",
|
|
12147
|
+
"integrity": "sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==",
|
|
11645
12148
|
"license": "MIT",
|
|
11646
12149
|
"dependencies": {
|
|
11647
12150
|
"@types/estree": "1.0.8"
|
|
@@ -11654,28 +12157,31 @@
|
|
|
11654
12157
|
"npm": ">=8.0.0"
|
|
11655
12158
|
},
|
|
11656
12159
|
"optionalDependencies": {
|
|
11657
|
-
"@rollup/rollup-android-arm-eabi": "4.
|
|
11658
|
-
"@rollup/rollup-android-arm64": "4.
|
|
11659
|
-
"@rollup/rollup-darwin-arm64": "4.
|
|
11660
|
-
"@rollup/rollup-darwin-x64": "4.
|
|
11661
|
-
"@rollup/rollup-freebsd-arm64": "4.
|
|
11662
|
-
"@rollup/rollup-freebsd-x64": "4.
|
|
11663
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.
|
|
11664
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.
|
|
11665
|
-
"@rollup/rollup-linux-arm64-gnu": "4.
|
|
11666
|
-
"@rollup/rollup-linux-arm64-musl": "4.
|
|
11667
|
-
"@rollup/rollup-linux-loong64-gnu": "4.
|
|
11668
|
-
"@rollup/rollup-linux-
|
|
11669
|
-
"@rollup/rollup-linux-
|
|
11670
|
-
"@rollup/rollup-linux-
|
|
11671
|
-
"@rollup/rollup-linux-
|
|
11672
|
-
"@rollup/rollup-linux-
|
|
11673
|
-
"@rollup/rollup-linux-
|
|
11674
|
-
"@rollup/rollup-
|
|
11675
|
-
"@rollup/rollup-
|
|
11676
|
-
"@rollup/rollup-
|
|
11677
|
-
"@rollup/rollup-
|
|
11678
|
-
"@rollup/rollup-win32-
|
|
12160
|
+
"@rollup/rollup-android-arm-eabi": "4.60.1",
|
|
12161
|
+
"@rollup/rollup-android-arm64": "4.60.1",
|
|
12162
|
+
"@rollup/rollup-darwin-arm64": "4.60.1",
|
|
12163
|
+
"@rollup/rollup-darwin-x64": "4.60.1",
|
|
12164
|
+
"@rollup/rollup-freebsd-arm64": "4.60.1",
|
|
12165
|
+
"@rollup/rollup-freebsd-x64": "4.60.1",
|
|
12166
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.60.1",
|
|
12167
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.60.1",
|
|
12168
|
+
"@rollup/rollup-linux-arm64-gnu": "4.60.1",
|
|
12169
|
+
"@rollup/rollup-linux-arm64-musl": "4.60.1",
|
|
12170
|
+
"@rollup/rollup-linux-loong64-gnu": "4.60.1",
|
|
12171
|
+
"@rollup/rollup-linux-loong64-musl": "4.60.1",
|
|
12172
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.60.1",
|
|
12173
|
+
"@rollup/rollup-linux-ppc64-musl": "4.60.1",
|
|
12174
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.60.1",
|
|
12175
|
+
"@rollup/rollup-linux-riscv64-musl": "4.60.1",
|
|
12176
|
+
"@rollup/rollup-linux-s390x-gnu": "4.60.1",
|
|
12177
|
+
"@rollup/rollup-linux-x64-gnu": "4.60.1",
|
|
12178
|
+
"@rollup/rollup-linux-x64-musl": "4.60.1",
|
|
12179
|
+
"@rollup/rollup-openbsd-x64": "4.60.1",
|
|
12180
|
+
"@rollup/rollup-openharmony-arm64": "4.60.1",
|
|
12181
|
+
"@rollup/rollup-win32-arm64-msvc": "4.60.1",
|
|
12182
|
+
"@rollup/rollup-win32-ia32-msvc": "4.60.1",
|
|
12183
|
+
"@rollup/rollup-win32-x64-gnu": "4.60.1",
|
|
12184
|
+
"@rollup/rollup-win32-x64-msvc": "4.60.1",
|
|
11679
12185
|
"fsevents": "~2.3.2"
|
|
11680
12186
|
}
|
|
11681
12187
|
},
|
|
@@ -11744,10 +12250,13 @@
|
|
|
11744
12250
|
"license": "MIT"
|
|
11745
12251
|
},
|
|
11746
12252
|
"node_modules/sax": {
|
|
11747
|
-
"version": "1.
|
|
11748
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.
|
|
11749
|
-
"integrity": "sha512-
|
|
11750
|
-
"license": "BlueOak-1.0.0"
|
|
12253
|
+
"version": "1.6.0",
|
|
12254
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
|
|
12255
|
+
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
|
12256
|
+
"license": "BlueOak-1.0.0",
|
|
12257
|
+
"engines": {
|
|
12258
|
+
"node": ">=11.0.0"
|
|
12259
|
+
}
|
|
11751
12260
|
},
|
|
11752
12261
|
"node_modules/scheduler": {
|
|
11753
12262
|
"version": "0.27.0",
|
|
@@ -11860,17 +12369,17 @@
|
|
|
11860
12369
|
}
|
|
11861
12370
|
},
|
|
11862
12371
|
"node_modules/shiki": {
|
|
11863
|
-
"version": "3.
|
|
11864
|
-
"resolved": "https://registry.npmjs.org/shiki/-/shiki-3.
|
|
11865
|
-
"integrity": "sha512-
|
|
12372
|
+
"version": "3.23.0",
|
|
12373
|
+
"resolved": "https://registry.npmjs.org/shiki/-/shiki-3.23.0.tgz",
|
|
12374
|
+
"integrity": "sha512-55Dj73uq9ZXL5zyeRPzHQsK7Nbyt6Y10k5s7OjuFZGMhpp4r/rsLBH0o/0fstIzX1Lep9VxefWljK/SKCzygIA==",
|
|
11866
12375
|
"license": "MIT",
|
|
11867
12376
|
"dependencies": {
|
|
11868
|
-
"@shikijs/core": "3.
|
|
11869
|
-
"@shikijs/engine-javascript": "3.
|
|
11870
|
-
"@shikijs/engine-oniguruma": "3.
|
|
11871
|
-
"@shikijs/langs": "3.
|
|
11872
|
-
"@shikijs/themes": "3.
|
|
11873
|
-
"@shikijs/types": "3.
|
|
12377
|
+
"@shikijs/core": "3.23.0",
|
|
12378
|
+
"@shikijs/engine-javascript": "3.23.0",
|
|
12379
|
+
"@shikijs/engine-oniguruma": "3.23.0",
|
|
12380
|
+
"@shikijs/langs": "3.23.0",
|
|
12381
|
+
"@shikijs/themes": "3.23.0",
|
|
12382
|
+
"@shikijs/types": "3.23.0",
|
|
11874
12383
|
"@shikijs/vscode-textmate": "^10.0.2",
|
|
11875
12384
|
"@types/hast": "^3.0.4"
|
|
11876
12385
|
}
|
|
@@ -11969,9 +12478,9 @@
|
|
|
11969
12478
|
}
|
|
11970
12479
|
},
|
|
11971
12480
|
"node_modules/simple-git": {
|
|
11972
|
-
"version": "3.
|
|
11973
|
-
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.
|
|
11974
|
-
"integrity": "sha512-
|
|
12481
|
+
"version": "3.33.0",
|
|
12482
|
+
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.33.0.tgz",
|
|
12483
|
+
"integrity": "sha512-D4V/tGC2sjsoNhoMybKyGoE+v8A60hRawKQ1iFRA1zwuDgGZCBJ4ByOzZ5J8joBbi4Oam0qiPH+GhzmSBwbJng==",
|
|
11975
12484
|
"license": "MIT",
|
|
11976
12485
|
"dependencies": {
|
|
11977
12486
|
"@kwsites/file-exists": "^1.1.1",
|
|
@@ -11989,10 +12498,29 @@
|
|
|
11989
12498
|
"integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
|
|
11990
12499
|
"license": "MIT"
|
|
11991
12500
|
},
|
|
12501
|
+
"node_modules/sitemap": {
|
|
12502
|
+
"version": "9.0.1",
|
|
12503
|
+
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-9.0.1.tgz",
|
|
12504
|
+
"integrity": "sha512-S6hzjGJSG3d6if0YoF5kTyeRJvia6FSTBroE5fQ0bu1QNxyJqhhinfUsXi9fH3MgtXODWvwo2BDyQSnhPQ88uQ==",
|
|
12505
|
+
"license": "MIT",
|
|
12506
|
+
"dependencies": {
|
|
12507
|
+
"@types/node": "^24.9.2",
|
|
12508
|
+
"@types/sax": "^1.2.1",
|
|
12509
|
+
"arg": "^5.0.0",
|
|
12510
|
+
"sax": "^1.4.1"
|
|
12511
|
+
},
|
|
12512
|
+
"bin": {
|
|
12513
|
+
"sitemap": "dist/esm/cli.js"
|
|
12514
|
+
},
|
|
12515
|
+
"engines": {
|
|
12516
|
+
"node": ">=20.19.5",
|
|
12517
|
+
"npm": ">=10.8.2"
|
|
12518
|
+
}
|
|
12519
|
+
},
|
|
11992
12520
|
"node_modules/smol-toml": {
|
|
11993
|
-
"version": "1.
|
|
11994
|
-
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.
|
|
11995
|
-
"integrity": "sha512-
|
|
12521
|
+
"version": "1.6.1",
|
|
12522
|
+
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.1.tgz",
|
|
12523
|
+
"integrity": "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==",
|
|
11996
12524
|
"license": "BSD-3-Clause",
|
|
11997
12525
|
"engines": {
|
|
11998
12526
|
"node": ">= 18"
|
|
@@ -12051,6 +12579,12 @@
|
|
|
12051
12579
|
"node": ">= 0.4"
|
|
12052
12580
|
}
|
|
12053
12581
|
},
|
|
12582
|
+
"node_modules/stream-replace-string": {
|
|
12583
|
+
"version": "2.0.0",
|
|
12584
|
+
"resolved": "https://registry.npmjs.org/stream-replace-string/-/stream-replace-string-2.0.0.tgz",
|
|
12585
|
+
"integrity": "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==",
|
|
12586
|
+
"license": "MIT"
|
|
12587
|
+
},
|
|
12054
12588
|
"node_modules/string-width": {
|
|
12055
12589
|
"version": "7.2.0",
|
|
12056
12590
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
@@ -12168,9 +12702,9 @@
|
|
|
12168
12702
|
}
|
|
12169
12703
|
},
|
|
12170
12704
|
"node_modules/strnum": {
|
|
12171
|
-
"version": "
|
|
12172
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-
|
|
12173
|
-
"integrity": "sha512-
|
|
12705
|
+
"version": "2.2.2",
|
|
12706
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.2.tgz",
|
|
12707
|
+
"integrity": "sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==",
|
|
12174
12708
|
"funding": [
|
|
12175
12709
|
{
|
|
12176
12710
|
"type": "github",
|
|
@@ -12198,9 +12732,9 @@
|
|
|
12198
12732
|
}
|
|
12199
12733
|
},
|
|
12200
12734
|
"node_modules/svgo": {
|
|
12201
|
-
"version": "4.0.
|
|
12202
|
-
"resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.
|
|
12203
|
-
"integrity": "sha512-
|
|
12735
|
+
"version": "4.0.1",
|
|
12736
|
+
"resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz",
|
|
12737
|
+
"integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
|
|
12204
12738
|
"license": "MIT",
|
|
12205
12739
|
"dependencies": {
|
|
12206
12740
|
"commander": "^11.1.0",
|
|
@@ -12209,7 +12743,7 @@
|
|
|
12209
12743
|
"css-what": "^6.1.0",
|
|
12210
12744
|
"csso": "^5.0.5",
|
|
12211
12745
|
"picocolors": "^1.1.1",
|
|
12212
|
-
"sax": "^1.
|
|
12746
|
+
"sax": "^1.5.0"
|
|
12213
12747
|
},
|
|
12214
12748
|
"bin": {
|
|
12215
12749
|
"svgo": "bin/svgo.js"
|
|
@@ -12248,9 +12782,9 @@
|
|
|
12248
12782
|
}
|
|
12249
12783
|
},
|
|
12250
12784
|
"node_modules/tar": {
|
|
12251
|
-
"version": "7.5.
|
|
12252
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
12253
|
-
"integrity": "sha512-
|
|
12785
|
+
"version": "7.5.13",
|
|
12786
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
|
|
12787
|
+
"integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
|
|
12254
12788
|
"license": "BlueOak-1.0.0",
|
|
12255
12789
|
"dependencies": {
|
|
12256
12790
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -13006,9 +13540,9 @@
|
|
|
13006
13540
|
"license": "MIT"
|
|
13007
13541
|
},
|
|
13008
13542
|
"node_modules/undici": {
|
|
13009
|
-
"version": "7.
|
|
13010
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.
|
|
13011
|
-
"integrity": "sha512-
|
|
13543
|
+
"version": "7.24.7",
|
|
13544
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz",
|
|
13545
|
+
"integrity": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==",
|
|
13012
13546
|
"license": "MIT",
|
|
13013
13547
|
"engines": {
|
|
13014
13548
|
"node": ">=20.18.1"
|
|
@@ -13020,26 +13554,6 @@
|
|
|
13020
13554
|
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
13021
13555
|
"license": "MIT"
|
|
13022
13556
|
},
|
|
13023
|
-
"node_modules/unicode-properties": {
|
|
13024
|
-
"version": "1.4.1",
|
|
13025
|
-
"resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz",
|
|
13026
|
-
"integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==",
|
|
13027
|
-
"license": "MIT",
|
|
13028
|
-
"dependencies": {
|
|
13029
|
-
"base64-js": "^1.3.0",
|
|
13030
|
-
"unicode-trie": "^2.0.0"
|
|
13031
|
-
}
|
|
13032
|
-
},
|
|
13033
|
-
"node_modules/unicode-trie": {
|
|
13034
|
-
"version": "2.0.0",
|
|
13035
|
-
"resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
|
|
13036
|
-
"integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
|
|
13037
|
-
"license": "MIT",
|
|
13038
|
-
"dependencies": {
|
|
13039
|
-
"pako": "^0.2.5",
|
|
13040
|
-
"tiny-inflate": "^1.0.0"
|
|
13041
|
-
}
|
|
13042
|
-
},
|
|
13043
13557
|
"node_modules/unified": {
|
|
13044
13558
|
"version": "11.0.5",
|
|
13045
13559
|
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
|
|
@@ -13060,14 +13574,14 @@
|
|
|
13060
13574
|
}
|
|
13061
13575
|
},
|
|
13062
13576
|
"node_modules/unifont": {
|
|
13063
|
-
"version": "0.
|
|
13064
|
-
"resolved": "https://registry.npmjs.org/unifont/-/unifont-0.
|
|
13065
|
-
"integrity": "sha512-
|
|
13577
|
+
"version": "0.7.4",
|
|
13578
|
+
"resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.4.tgz",
|
|
13579
|
+
"integrity": "sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==",
|
|
13066
13580
|
"license": "MIT",
|
|
13067
13581
|
"dependencies": {
|
|
13068
|
-
"css-tree": "^3.
|
|
13069
|
-
"ofetch": "^1.
|
|
13070
|
-
"ohash": "^2.0.
|
|
13582
|
+
"css-tree": "^3.1.0",
|
|
13583
|
+
"ofetch": "^1.5.1",
|
|
13584
|
+
"ohash": "^2.0.11"
|
|
13071
13585
|
}
|
|
13072
13586
|
},
|
|
13073
13587
|
"node_modules/unist-util-find-after": {
|
|
@@ -13216,19 +13730,19 @@
|
|
|
13216
13730
|
}
|
|
13217
13731
|
},
|
|
13218
13732
|
"node_modules/unstorage": {
|
|
13219
|
-
"version": "1.17.
|
|
13220
|
-
"resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.
|
|
13221
|
-
"integrity": "sha512-
|
|
13733
|
+
"version": "1.17.5",
|
|
13734
|
+
"resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz",
|
|
13735
|
+
"integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==",
|
|
13222
13736
|
"license": "MIT",
|
|
13223
13737
|
"dependencies": {
|
|
13224
13738
|
"anymatch": "^3.1.3",
|
|
13225
|
-
"chokidar": "^
|
|
13739
|
+
"chokidar": "^5.0.0",
|
|
13226
13740
|
"destr": "^2.0.5",
|
|
13227
|
-
"h3": "^1.15.
|
|
13228
|
-
"lru-cache": "^
|
|
13741
|
+
"h3": "^1.15.10",
|
|
13742
|
+
"lru-cache": "^11.2.7",
|
|
13229
13743
|
"node-fetch-native": "^1.6.7",
|
|
13230
13744
|
"ofetch": "^1.5.1",
|
|
13231
|
-
"ufo": "^1.6.
|
|
13745
|
+
"ufo": "^1.6.3"
|
|
13232
13746
|
},
|
|
13233
13747
|
"peerDependencies": {
|
|
13234
13748
|
"@azure/app-configuration": "^1.8.0",
|
|
@@ -13237,14 +13751,14 @@
|
|
|
13237
13751
|
"@azure/identity": "^4.6.0",
|
|
13238
13752
|
"@azure/keyvault-secrets": "^4.9.0",
|
|
13239
13753
|
"@azure/storage-blob": "^12.26.0",
|
|
13240
|
-
"@capacitor/preferences": "^6
|
|
13754
|
+
"@capacitor/preferences": "^6 || ^7 || ^8",
|
|
13241
13755
|
"@deno/kv": ">=0.9.0",
|
|
13242
13756
|
"@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
|
|
13243
13757
|
"@planetscale/database": "^1.19.0",
|
|
13244
13758
|
"@upstash/redis": "^1.34.3",
|
|
13245
13759
|
"@vercel/blob": ">=0.27.1",
|
|
13246
13760
|
"@vercel/functions": "^2.2.12 || ^3.0.0",
|
|
13247
|
-
"@vercel/kv": "^1
|
|
13761
|
+
"@vercel/kv": "^1 || ^2 || ^3",
|
|
13248
13762
|
"aws4fetch": "^1.0.20",
|
|
13249
13763
|
"db0": ">=0.2.1",
|
|
13250
13764
|
"idb-keyval": "^6.2.1",
|
|
@@ -13807,9 +14321,9 @@
|
|
|
13807
14321
|
}
|
|
13808
14322
|
},
|
|
13809
14323
|
"node_modules/yaml": {
|
|
13810
|
-
"version": "2.8.
|
|
13811
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
13812
|
-
"integrity": "sha512-
|
|
14324
|
+
"version": "2.8.3",
|
|
14325
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
|
|
14326
|
+
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
|
|
13813
14327
|
"license": "ISC",
|
|
13814
14328
|
"bin": {
|
|
13815
14329
|
"yaml": "bin.mjs"
|
|
@@ -13889,12 +14403,12 @@
|
|
|
13889
14403
|
}
|
|
13890
14404
|
},
|
|
13891
14405
|
"node_modules/zod-to-json-schema": {
|
|
13892
|
-
"version": "3.25.
|
|
13893
|
-
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.
|
|
13894
|
-
"integrity": "sha512-
|
|
14406
|
+
"version": "3.25.2",
|
|
14407
|
+
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
|
|
14408
|
+
"integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
|
|
13895
14409
|
"license": "ISC",
|
|
13896
14410
|
"peerDependencies": {
|
|
13897
|
-
"zod": "^3.25 || ^4"
|
|
14411
|
+
"zod": "^3.25.28 || ^4"
|
|
13898
14412
|
}
|
|
13899
14413
|
},
|
|
13900
14414
|
"node_modules/zod-to-ts": {
|