create-outsystems-astro 0.10.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +7 -2
- package/integrations/.yarnrc.yml +28 -0
- package/integrations/bun.lock +80 -52
- package/integrations/deno.json +36 -2
- package/integrations/deno.lock +281 -223
- package/integrations/package-lock.json +345 -227
- package/integrations/package.json +12 -3
- package/integrations/pnpm-lock.yaml +545 -479
- package/integrations/pnpm-workspace.yaml +30 -0
- package/integrations/tsconfig.json +2 -1
- package/integrations/twig/client.ts +34 -0
- package/integrations/twig/index.ts +185 -0
- package/integrations/twig/server.ts +54 -0
- package/integrations/yarn.lock +547 -480
- package/package.json +1 -1
- package/template/.yarnrc.yml +27 -1
- package/template/AGENTS.md +47 -0
- package/template/astro.config.mjs +4 -0
- package/template/bun.lock +1469 -1389
- package/template/deno.json +36 -4
- package/template/deno.lock +737 -637
- package/template/package-lock.json +1569 -4290
- package/template/package.json +43 -41
- package/template/pnpm-lock.yaml +1736 -1894
- package/template/pnpm-workspace.yaml +28 -2
- package/template/src/env.d.ts +6 -0
- package/template/src/framework/twig/Demo.twig +100 -0
- package/template/src/framework/twig/Store.twig +45 -0
- package/template/src/images/twig.png +0 -0
- package/template/src/pages/multi/store.astro +10 -0
- package/template/src/pages/twig/twig-demo.astro +65 -0
- package/template/src/stores/framework.ts +1 -0
- package/template/test/e2e/twig/twig-demo.spec.ts +36 -0
- package/template/test/integration/twig/Demo.test.ts +84 -0
- package/template/vitest.config.ts +9 -0
- package/template/yarn.lock +1296 -1457
- /package/template/patches/{@analogjs+astro-angular+2.5.2.patch → @analogjs+astro-angular+2.6.0.patch} +0 -0
- /package/template/patches/{@angular+build+21.2.12.patch → @angular+build+21.2.14.patch} +0 -0
package/integrations/deno.lock
CHANGED
|
@@ -3,8 +3,11 @@
|
|
|
3
3
|
"specifiers": {
|
|
4
4
|
"npm:@eslint/compat@^2.1.0": "2.1.0_eslint@9.39.4",
|
|
5
5
|
"npm:@eslint/js@^9.39.4": "9.39.4",
|
|
6
|
-
"npm
|
|
6
|
+
"npm:@types/node@^25.9.2": "25.9.2",
|
|
7
|
+
"npm:@types/twig@^1.12.17": "1.12.17",
|
|
8
|
+
"npm:astro@^6.4.4": "6.4.4_@types+node@25.9.2",
|
|
7
9
|
"npm:better-npm-audit@^3.11.0": "3.11.0",
|
|
10
|
+
"npm:esbuild@~0.28.1": "0.28.1",
|
|
8
11
|
"npm:eslint-config-prettier@^10.1.8": "10.1.8_eslint@9.39.4",
|
|
9
12
|
"npm:eslint-plugin-astro@^1.7.0": "1.7.0_eslint@9.39.4",
|
|
10
13
|
"npm:eslint-plugin-import@^2.32.0": "2.32.0_eslint@9.39.4",
|
|
@@ -12,7 +15,8 @@
|
|
|
12
15
|
"npm:eslint@^9.39.4": "9.39.4",
|
|
13
16
|
"npm:globals@^17.6.0": "17.6.0",
|
|
14
17
|
"npm:prettier@^3.8.3": "3.8.3",
|
|
15
|
-
"npm:
|
|
18
|
+
"npm:twig@3": "3.0.0",
|
|
19
|
+
"npm:typescript-eslint@^8.60.1": "8.60.1_eslint@9.39.4_typescript@5.9.3",
|
|
16
20
|
"npm:typescript@^5.9.3": "5.9.3"
|
|
17
21
|
},
|
|
18
22
|
"npm": {
|
|
@@ -22,21 +26,27 @@
|
|
|
22
26
|
"@astrojs/compiler@4.0.0": {
|
|
23
27
|
"integrity": "sha512-eouss7G8ygdZqHuke033VMcVw5HTZUu+PXd/h06DGDUg/jt5btPYPqh66ENWw/mU78rBrf/oeC4oqoBwMtDMNA=="
|
|
24
28
|
},
|
|
25
|
-
"@astrojs/internal-helpers@0.
|
|
26
|
-
"integrity": "sha512-
|
|
29
|
+
"@astrojs/internal-helpers@0.10.0": {
|
|
30
|
+
"integrity": "sha512-Ry2R3VPeIN4uPCSA4xQc+e+vsJXkalKpEbDc07hV+a/o5Bs2N/s/uDcPJH/05L19DKh9tAy7e6JM3YZ6Cxfezw==",
|
|
27
31
|
"dependencies": [
|
|
28
|
-
"
|
|
32
|
+
"@types/hast",
|
|
33
|
+
"@types/mdast",
|
|
34
|
+
"js-yaml",
|
|
35
|
+
"picomatch@4.0.4",
|
|
36
|
+
"retext-smartypants",
|
|
37
|
+
"shiki",
|
|
38
|
+
"smol-toml",
|
|
39
|
+
"unified"
|
|
29
40
|
]
|
|
30
41
|
},
|
|
31
|
-
"@astrojs/markdown-remark@7.
|
|
32
|
-
"integrity": "sha512
|
|
42
|
+
"@astrojs/markdown-remark@7.2.0": {
|
|
43
|
+
"integrity": "sha512-+YxmVQu1Bd+MFfSzjq1rOJvD9+nIOJzz5YIIhdIH01RrxRkKbyKoEgyIqP3yv51MhzMDgd79QaPv+kCVPT8vHw==",
|
|
33
44
|
"dependencies": [
|
|
34
45
|
"@astrojs/internal-helpers",
|
|
35
46
|
"@astrojs/prism",
|
|
36
47
|
"github-slugger",
|
|
37
48
|
"hast-util-from-html",
|
|
38
49
|
"hast-util-to-text",
|
|
39
|
-
"js-yaml",
|
|
40
50
|
"mdast-util-definitions",
|
|
41
51
|
"rehype-raw",
|
|
42
52
|
"rehype-stringify",
|
|
@@ -44,9 +54,6 @@
|
|
|
44
54
|
"remark-parse",
|
|
45
55
|
"remark-rehype",
|
|
46
56
|
"remark-smartypants",
|
|
47
|
-
"retext-smartypants",
|
|
48
|
-
"shiki",
|
|
49
|
-
"smol-toml",
|
|
50
57
|
"unified",
|
|
51
58
|
"unist-util-remove-position",
|
|
52
59
|
"unist-util-visit",
|
|
@@ -70,21 +77,24 @@
|
|
|
70
77
|
"which-pm-runs"
|
|
71
78
|
]
|
|
72
79
|
},
|
|
73
|
-
"@babel/helper-string-parser@7.
|
|
74
|
-
"integrity": "sha512-
|
|
80
|
+
"@babel/helper-string-parser@7.29.7": {
|
|
81
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw=="
|
|
75
82
|
},
|
|
76
|
-
"@babel/helper-validator-identifier@7.
|
|
77
|
-
"integrity": "sha512-
|
|
83
|
+
"@babel/helper-validator-identifier@7.29.7": {
|
|
84
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg=="
|
|
78
85
|
},
|
|
79
|
-
"@babel/parser@7.29.
|
|
80
|
-
"integrity": "sha512-
|
|
86
|
+
"@babel/parser@7.29.7": {
|
|
87
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
81
88
|
"dependencies": [
|
|
82
89
|
"@babel/types"
|
|
83
90
|
],
|
|
84
91
|
"bin": true
|
|
85
92
|
},
|
|
86
|
-
"@babel/
|
|
87
|
-
"integrity": "sha512-
|
|
93
|
+
"@babel/runtime@7.29.7": {
|
|
94
|
+
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw=="
|
|
95
|
+
},
|
|
96
|
+
"@babel/types@7.29.7": {
|
|
97
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
88
98
|
"dependencies": [
|
|
89
99
|
"@babel/helper-string-parser",
|
|
90
100
|
"@babel/helper-validator-identifier"
|
|
@@ -96,15 +106,15 @@
|
|
|
96
106
|
"fontkitten"
|
|
97
107
|
]
|
|
98
108
|
},
|
|
99
|
-
"@clack/core@1.
|
|
100
|
-
"integrity": "sha512-
|
|
109
|
+
"@clack/core@1.4.1": {
|
|
110
|
+
"integrity": "sha512-FILJa1gGKEFTGZAJE9RpVhrjKz3c3h4ar60dSv6cGuDqufQ84YEIS3GAGvZiN+H6yaLbbvTFNejjCC4tXpZEuw==",
|
|
101
111
|
"dependencies": [
|
|
102
112
|
"fast-wrap-ansi",
|
|
103
113
|
"sisteransi"
|
|
104
114
|
]
|
|
105
115
|
},
|
|
106
|
-
"@clack/prompts@1.
|
|
107
|
-
"integrity": "sha512-
|
|
116
|
+
"@clack/prompts@1.5.1": {
|
|
117
|
+
"integrity": "sha512-zccHj2z2oCCO4yrDiRSlFOxWerGqRiysP7a5jPK6uoI9URKAquwY42Dd/iUP8JWHxEzdRe4TlbvZCo8z1/mhrw==",
|
|
108
118
|
"dependencies": [
|
|
109
119
|
"@clack/core",
|
|
110
120
|
"fast-string-width",
|
|
@@ -118,133 +128,133 @@
|
|
|
118
128
|
"tslib"
|
|
119
129
|
]
|
|
120
130
|
},
|
|
121
|
-
"@esbuild/aix-ppc64@0.
|
|
122
|
-
"integrity": "sha512-
|
|
131
|
+
"@esbuild/aix-ppc64@0.28.1": {
|
|
132
|
+
"integrity": "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==",
|
|
123
133
|
"os": ["aix"],
|
|
124
134
|
"cpu": ["ppc64"]
|
|
125
135
|
},
|
|
126
|
-
"@esbuild/android-arm64@0.
|
|
127
|
-
"integrity": "sha512-
|
|
136
|
+
"@esbuild/android-arm64@0.28.1": {
|
|
137
|
+
"integrity": "sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==",
|
|
128
138
|
"os": ["android"],
|
|
129
139
|
"cpu": ["arm64"]
|
|
130
140
|
},
|
|
131
|
-
"@esbuild/android-arm@0.
|
|
132
|
-
"integrity": "sha512-
|
|
141
|
+
"@esbuild/android-arm@0.28.1": {
|
|
142
|
+
"integrity": "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==",
|
|
133
143
|
"os": ["android"],
|
|
134
144
|
"cpu": ["arm"]
|
|
135
145
|
},
|
|
136
|
-
"@esbuild/android-x64@0.
|
|
137
|
-
"integrity": "sha512-
|
|
146
|
+
"@esbuild/android-x64@0.28.1": {
|
|
147
|
+
"integrity": "sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==",
|
|
138
148
|
"os": ["android"],
|
|
139
149
|
"cpu": ["x64"]
|
|
140
150
|
},
|
|
141
|
-
"@esbuild/darwin-arm64@0.
|
|
142
|
-
"integrity": "sha512-
|
|
151
|
+
"@esbuild/darwin-arm64@0.28.1": {
|
|
152
|
+
"integrity": "sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==",
|
|
143
153
|
"os": ["darwin"],
|
|
144
154
|
"cpu": ["arm64"]
|
|
145
155
|
},
|
|
146
|
-
"@esbuild/darwin-x64@0.
|
|
147
|
-
"integrity": "sha512-
|
|
156
|
+
"@esbuild/darwin-x64@0.28.1": {
|
|
157
|
+
"integrity": "sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==",
|
|
148
158
|
"os": ["darwin"],
|
|
149
159
|
"cpu": ["x64"]
|
|
150
160
|
},
|
|
151
|
-
"@esbuild/freebsd-arm64@0.
|
|
152
|
-
"integrity": "sha512-
|
|
161
|
+
"@esbuild/freebsd-arm64@0.28.1": {
|
|
162
|
+
"integrity": "sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==",
|
|
153
163
|
"os": ["freebsd"],
|
|
154
164
|
"cpu": ["arm64"]
|
|
155
165
|
},
|
|
156
|
-
"@esbuild/freebsd-x64@0.
|
|
157
|
-
"integrity": "sha512-
|
|
166
|
+
"@esbuild/freebsd-x64@0.28.1": {
|
|
167
|
+
"integrity": "sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==",
|
|
158
168
|
"os": ["freebsd"],
|
|
159
169
|
"cpu": ["x64"]
|
|
160
170
|
},
|
|
161
|
-
"@esbuild/linux-arm64@0.
|
|
162
|
-
"integrity": "sha512-
|
|
171
|
+
"@esbuild/linux-arm64@0.28.1": {
|
|
172
|
+
"integrity": "sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==",
|
|
163
173
|
"os": ["linux"],
|
|
164
174
|
"cpu": ["arm64"]
|
|
165
175
|
},
|
|
166
|
-
"@esbuild/linux-arm@0.
|
|
167
|
-
"integrity": "sha512-
|
|
176
|
+
"@esbuild/linux-arm@0.28.1": {
|
|
177
|
+
"integrity": "sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==",
|
|
168
178
|
"os": ["linux"],
|
|
169
179
|
"cpu": ["arm"]
|
|
170
180
|
},
|
|
171
|
-
"@esbuild/linux-ia32@0.
|
|
172
|
-
"integrity": "sha512-
|
|
181
|
+
"@esbuild/linux-ia32@0.28.1": {
|
|
182
|
+
"integrity": "sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==",
|
|
173
183
|
"os": ["linux"],
|
|
174
184
|
"cpu": ["ia32"]
|
|
175
185
|
},
|
|
176
|
-
"@esbuild/linux-loong64@0.
|
|
177
|
-
"integrity": "sha512-
|
|
186
|
+
"@esbuild/linux-loong64@0.28.1": {
|
|
187
|
+
"integrity": "sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==",
|
|
178
188
|
"os": ["linux"],
|
|
179
189
|
"cpu": ["loong64"]
|
|
180
190
|
},
|
|
181
|
-
"@esbuild/linux-mips64el@0.
|
|
182
|
-
"integrity": "sha512-
|
|
191
|
+
"@esbuild/linux-mips64el@0.28.1": {
|
|
192
|
+
"integrity": "sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==",
|
|
183
193
|
"os": ["linux"],
|
|
184
194
|
"cpu": ["mips64el"]
|
|
185
195
|
},
|
|
186
|
-
"@esbuild/linux-ppc64@0.
|
|
187
|
-
"integrity": "sha512-
|
|
196
|
+
"@esbuild/linux-ppc64@0.28.1": {
|
|
197
|
+
"integrity": "sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==",
|
|
188
198
|
"os": ["linux"],
|
|
189
199
|
"cpu": ["ppc64"]
|
|
190
200
|
},
|
|
191
|
-
"@esbuild/linux-riscv64@0.
|
|
192
|
-
"integrity": "sha512-
|
|
201
|
+
"@esbuild/linux-riscv64@0.28.1": {
|
|
202
|
+
"integrity": "sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==",
|
|
193
203
|
"os": ["linux"],
|
|
194
204
|
"cpu": ["riscv64"]
|
|
195
205
|
},
|
|
196
|
-
"@esbuild/linux-s390x@0.
|
|
197
|
-
"integrity": "sha512
|
|
206
|
+
"@esbuild/linux-s390x@0.28.1": {
|
|
207
|
+
"integrity": "sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==",
|
|
198
208
|
"os": ["linux"],
|
|
199
209
|
"cpu": ["s390x"]
|
|
200
210
|
},
|
|
201
|
-
"@esbuild/linux-x64@0.
|
|
202
|
-
"integrity": "sha512-
|
|
211
|
+
"@esbuild/linux-x64@0.28.1": {
|
|
212
|
+
"integrity": "sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==",
|
|
203
213
|
"os": ["linux"],
|
|
204
214
|
"cpu": ["x64"]
|
|
205
215
|
},
|
|
206
|
-
"@esbuild/netbsd-arm64@0.
|
|
207
|
-
"integrity": "sha512-
|
|
216
|
+
"@esbuild/netbsd-arm64@0.28.1": {
|
|
217
|
+
"integrity": "sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==",
|
|
208
218
|
"os": ["netbsd"],
|
|
209
219
|
"cpu": ["arm64"]
|
|
210
220
|
},
|
|
211
|
-
"@esbuild/netbsd-x64@0.
|
|
212
|
-
"integrity": "sha512-
|
|
221
|
+
"@esbuild/netbsd-x64@0.28.1": {
|
|
222
|
+
"integrity": "sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==",
|
|
213
223
|
"os": ["netbsd"],
|
|
214
224
|
"cpu": ["x64"]
|
|
215
225
|
},
|
|
216
|
-
"@esbuild/openbsd-arm64@0.
|
|
217
|
-
"integrity": "sha512-
|
|
226
|
+
"@esbuild/openbsd-arm64@0.28.1": {
|
|
227
|
+
"integrity": "sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==",
|
|
218
228
|
"os": ["openbsd"],
|
|
219
229
|
"cpu": ["arm64"]
|
|
220
230
|
},
|
|
221
|
-
"@esbuild/openbsd-x64@0.
|
|
222
|
-
"integrity": "sha512
|
|
231
|
+
"@esbuild/openbsd-x64@0.28.1": {
|
|
232
|
+
"integrity": "sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==",
|
|
223
233
|
"os": ["openbsd"],
|
|
224
234
|
"cpu": ["x64"]
|
|
225
235
|
},
|
|
226
|
-
"@esbuild/openharmony-arm64@0.
|
|
227
|
-
"integrity": "sha512
|
|
236
|
+
"@esbuild/openharmony-arm64@0.28.1": {
|
|
237
|
+
"integrity": "sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==",
|
|
228
238
|
"os": ["openharmony"],
|
|
229
239
|
"cpu": ["arm64"]
|
|
230
240
|
},
|
|
231
|
-
"@esbuild/sunos-x64@0.
|
|
232
|
-
"integrity": "sha512-
|
|
241
|
+
"@esbuild/sunos-x64@0.28.1": {
|
|
242
|
+
"integrity": "sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==",
|
|
233
243
|
"os": ["sunos"],
|
|
234
244
|
"cpu": ["x64"]
|
|
235
245
|
},
|
|
236
|
-
"@esbuild/win32-arm64@0.
|
|
237
|
-
"integrity": "sha512-
|
|
246
|
+
"@esbuild/win32-arm64@0.28.1": {
|
|
247
|
+
"integrity": "sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==",
|
|
238
248
|
"os": ["win32"],
|
|
239
249
|
"cpu": ["arm64"]
|
|
240
250
|
},
|
|
241
|
-
"@esbuild/win32-ia32@0.
|
|
242
|
-
"integrity": "sha512-
|
|
251
|
+
"@esbuild/win32-ia32@0.28.1": {
|
|
252
|
+
"integrity": "sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==",
|
|
243
253
|
"os": ["win32"],
|
|
244
254
|
"cpu": ["ia32"]
|
|
245
255
|
},
|
|
246
|
-
"@esbuild/win32-x64@0.
|
|
247
|
-
"integrity": "sha512-
|
|
256
|
+
"@esbuild/win32-x64@0.28.1": {
|
|
257
|
+
"integrity": "sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==",
|
|
248
258
|
"os": ["win32"],
|
|
249
259
|
"cpu": ["x64"]
|
|
250
260
|
},
|
|
@@ -522,147 +532,147 @@
|
|
|
522
532
|
"@oslojs/encoding@1.1.0": {
|
|
523
533
|
"integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ=="
|
|
524
534
|
},
|
|
525
|
-
"@pkgr/core@0.
|
|
526
|
-
"integrity": "sha512-
|
|
535
|
+
"@pkgr/core@0.3.6": {
|
|
536
|
+
"integrity": "sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA=="
|
|
527
537
|
},
|
|
528
|
-
"@rollup/pluginutils@5.
|
|
529
|
-
"integrity": "sha512-
|
|
538
|
+
"@rollup/pluginutils@5.4.0": {
|
|
539
|
+
"integrity": "sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==",
|
|
530
540
|
"dependencies": [
|
|
531
541
|
"@types/estree",
|
|
532
542
|
"estree-walker",
|
|
533
543
|
"picomatch@4.0.4"
|
|
534
544
|
]
|
|
535
545
|
},
|
|
536
|
-
"@rollup/rollup-android-arm-eabi@4.
|
|
537
|
-
"integrity": "sha512-
|
|
546
|
+
"@rollup/rollup-android-arm-eabi@4.61.1": {
|
|
547
|
+
"integrity": "sha512-JnBB8MdXj45cajvTuO5FmPlvFVJRQgvrz1uSEl3NwqFnReAPGwb8EanbGi4z2nRaqLzjJSv5/JmycoTKlRZxHA==",
|
|
538
548
|
"os": ["android"],
|
|
539
549
|
"cpu": ["arm"]
|
|
540
550
|
},
|
|
541
|
-
"@rollup/rollup-android-arm64@4.
|
|
542
|
-
"integrity": "sha512-
|
|
551
|
+
"@rollup/rollup-android-arm64@4.61.1": {
|
|
552
|
+
"integrity": "sha512-Jx2g7iSjw4AOT0HDPHM9RV3GNjRXwybWtSFZiZAYUTjUwjVrYIwq3kBf+LnhqJlzXFAqTAh2F7IGI+O568exPw==",
|
|
543
553
|
"os": ["android"],
|
|
544
554
|
"cpu": ["arm64"]
|
|
545
555
|
},
|
|
546
|
-
"@rollup/rollup-darwin-arm64@4.
|
|
547
|
-
"integrity": "sha512-
|
|
556
|
+
"@rollup/rollup-darwin-arm64@4.61.1": {
|
|
557
|
+
"integrity": "sha512-0F1L/Z3Eqv8mT2n3dCpeO8GcTvHvVqkP5/t6DMsn0KzhYVcg+s7Ncl5DS8qjKYEeio6Az0Gt6nyBORay5qIlCA==",
|
|
548
558
|
"os": ["darwin"],
|
|
549
559
|
"cpu": ["arm64"]
|
|
550
560
|
},
|
|
551
|
-
"@rollup/rollup-darwin-x64@4.
|
|
552
|
-
"integrity": "sha512-
|
|
561
|
+
"@rollup/rollup-darwin-x64@4.61.1": {
|
|
562
|
+
"integrity": "sha512-qLttcH871ujY4YcVfUSShhOw+CsoTatYz8gRbHO7Bb92QH059/P0y5do1KMs41fY0BpD2x4AJH/gID0zFiqVKQ==",
|
|
553
563
|
"os": ["darwin"],
|
|
554
564
|
"cpu": ["x64"]
|
|
555
565
|
},
|
|
556
|
-
"@rollup/rollup-freebsd-arm64@4.
|
|
557
|
-
"integrity": "sha512
|
|
566
|
+
"@rollup/rollup-freebsd-arm64@4.61.1": {
|
|
567
|
+
"integrity": "sha512-fUI4RapGE0Oh3mb8mgfvC1O2nU1RpDZUKnDQm3xB1Ipg7C2wTs5Kstz7G2uWK99a8S2yTMq8/P4uycwNa0nJyw==",
|
|
558
568
|
"os": ["freebsd"],
|
|
559
569
|
"cpu": ["arm64"]
|
|
560
570
|
},
|
|
561
|
-
"@rollup/rollup-freebsd-x64@4.
|
|
562
|
-
"integrity": "sha512-
|
|
571
|
+
"@rollup/rollup-freebsd-x64@4.61.1": {
|
|
572
|
+
"integrity": "sha512-H5YrdvJaDtI/U9/emrD4b++xkvp3y/JvOe4rizHbxvkyMfRS/CiRYdji+Pl8D0brEaNFWUh1drQxgAGIl6Xudw==",
|
|
563
573
|
"os": ["freebsd"],
|
|
564
574
|
"cpu": ["x64"]
|
|
565
575
|
},
|
|
566
|
-
"@rollup/rollup-linux-arm-gnueabihf@4.
|
|
567
|
-
"integrity": "sha512-
|
|
576
|
+
"@rollup/rollup-linux-arm-gnueabihf@4.61.1": {
|
|
577
|
+
"integrity": "sha512-Q8CBCCQtDFrYtXoeUXSrnFXKOnyUhx6bz+SkL6A0E7V8kAiCJ5pamq1WtbfpVGhR5TSpXY6ak3avmDc5fHTyJA==",
|
|
568
578
|
"os": ["linux"],
|
|
569
579
|
"cpu": ["arm"]
|
|
570
580
|
},
|
|
571
|
-
"@rollup/rollup-linux-arm-musleabihf@4.
|
|
572
|
-
"integrity": "sha512-
|
|
581
|
+
"@rollup/rollup-linux-arm-musleabihf@4.61.1": {
|
|
582
|
+
"integrity": "sha512-nwnhk1581l0FBVellGcVCAT0Oi06onEA3WB53sf01VO3I0UPBkMH9sXONYME2K0ovXcNayJfNtHfm6mpJElatQ==",
|
|
573
583
|
"os": ["linux"],
|
|
574
584
|
"cpu": ["arm"]
|
|
575
585
|
},
|
|
576
|
-
"@rollup/rollup-linux-arm64-gnu@4.
|
|
577
|
-
"integrity": "sha512-
|
|
586
|
+
"@rollup/rollup-linux-arm64-gnu@4.61.1": {
|
|
587
|
+
"integrity": "sha512-x5Xr49hwt3hdW75UOZm3395YwwzPyauktslv29KpWL/T+vVAzoT3azLcTWv0eMciBNrx+DYjH4paehHoLpPvpg==",
|
|
578
588
|
"os": ["linux"],
|
|
579
589
|
"cpu": ["arm64"]
|
|
580
590
|
},
|
|
581
|
-
"@rollup/rollup-linux-arm64-musl@4.
|
|
582
|
-
"integrity": "sha512-
|
|
591
|
+
"@rollup/rollup-linux-arm64-musl@4.61.1": {
|
|
592
|
+
"integrity": "sha512-unMS3H73DpaoPyyEVPjGKleM/s0mkmsauTENpw4INQY8y4+IuLNjkueQ5QCtC0D3N38Y38yhAU8OoZ20S2Tm6w==",
|
|
583
593
|
"os": ["linux"],
|
|
584
594
|
"cpu": ["arm64"]
|
|
585
595
|
},
|
|
586
|
-
"@rollup/rollup-linux-loong64-gnu@4.
|
|
587
|
-
"integrity": "sha512-
|
|
596
|
+
"@rollup/rollup-linux-loong64-gnu@4.61.1": {
|
|
597
|
+
"integrity": "sha512-zNZzGRnAhwjFEYmvphJRV5XaQGjs62cCmeYYHUT//NbvEnHauw+I85nGG+SiVg5ld4GX8D1IbKIX+ozITQnhMQ==",
|
|
588
598
|
"os": ["linux"],
|
|
589
599
|
"cpu": ["loong64"]
|
|
590
600
|
},
|
|
591
|
-
"@rollup/rollup-linux-loong64-musl@4.
|
|
592
|
-
"integrity": "sha512-
|
|
601
|
+
"@rollup/rollup-linux-loong64-musl@4.61.1": {
|
|
602
|
+
"integrity": "sha512-LdpWGL8X209B2SIvWjqlc8VZgM6PKfontSerGepuldQmHYrAOtnMCXeJkxXGbC+PPZVOuu5czJo7fNV6aeW8rQ==",
|
|
593
603
|
"os": ["linux"],
|
|
594
604
|
"cpu": ["loong64"]
|
|
595
605
|
},
|
|
596
|
-
"@rollup/rollup-linux-ppc64-gnu@4.
|
|
597
|
-
"integrity": "sha512-
|
|
606
|
+
"@rollup/rollup-linux-ppc64-gnu@4.61.1": {
|
|
607
|
+
"integrity": "sha512-EC5kTtNaNGOmbMGqar8dvJy6y/hg99GAwjfBz++pxZhQATXGcRjd6c5en5wcbru0vkRmiMGsQKdMJOOf6sza4g==",
|
|
598
608
|
"os": ["linux"],
|
|
599
609
|
"cpu": ["ppc64"]
|
|
600
610
|
},
|
|
601
|
-
"@rollup/rollup-linux-ppc64-musl@4.
|
|
602
|
-
"integrity": "sha512-
|
|
611
|
+
"@rollup/rollup-linux-ppc64-musl@4.61.1": {
|
|
612
|
+
"integrity": "sha512-8hiwp6D4acEcNK78I4rP0/XtS1sknWIAMJBPdR4l6zUtyTm5KiTDr5bXmWt4foY7nAN7AThDHgkLIEZOWKbzWw==",
|
|
603
613
|
"os": ["linux"],
|
|
604
614
|
"cpu": ["ppc64"]
|
|
605
615
|
},
|
|
606
|
-
"@rollup/rollup-linux-riscv64-gnu@4.
|
|
607
|
-
"integrity": "sha512-
|
|
616
|
+
"@rollup/rollup-linux-riscv64-gnu@4.61.1": {
|
|
617
|
+
"integrity": "sha512-10dh/h/BqA7DuMPWSxkR8uks18FRwnwOEqr5zOTEl+NOwP/OMzKX8OFR/Of9xxDA7D5qef1Nzar5WDD2kCCr1g==",
|
|
608
618
|
"os": ["linux"],
|
|
609
619
|
"cpu": ["riscv64"]
|
|
610
620
|
},
|
|
611
|
-
"@rollup/rollup-linux-riscv64-musl@4.
|
|
612
|
-
"integrity": "sha512-
|
|
621
|
+
"@rollup/rollup-linux-riscv64-musl@4.61.1": {
|
|
622
|
+
"integrity": "sha512-YKJ5lg35DP17gcAOggnihe+APw9HLyj1Xn7gsmGumBJAUDa6NGXNixJzmkWLhcK9TOuuyQjdamzvJefkO7qHZQ==",
|
|
613
623
|
"os": ["linux"],
|
|
614
624
|
"cpu": ["riscv64"]
|
|
615
625
|
},
|
|
616
|
-
"@rollup/rollup-linux-s390x-gnu@4.
|
|
617
|
-
"integrity": "sha512-
|
|
626
|
+
"@rollup/rollup-linux-s390x-gnu@4.61.1": {
|
|
627
|
+
"integrity": "sha512-Mlil5G2Jj6a7B3LWGctg+XPL9vdXYuzCtNXfxOQ0nPjc2m6ueUktocPGH9bnAM0bNRKb/bAWTujUU7IJQdQA+g==",
|
|
618
628
|
"os": ["linux"],
|
|
619
629
|
"cpu": ["s390x"]
|
|
620
630
|
},
|
|
621
|
-
"@rollup/rollup-linux-x64-gnu@4.
|
|
622
|
-
"integrity": "sha512-
|
|
631
|
+
"@rollup/rollup-linux-x64-gnu@4.61.1": {
|
|
632
|
+
"integrity": "sha512-bVWIOIk6pV01p4CdUbPP7CJ/434z+OooYjDuFcR+44N35YvKUC66G8MGnvcWx5mWKW3g61J+t74l3Kj15Kwn2Q==",
|
|
623
633
|
"os": ["linux"],
|
|
624
634
|
"cpu": ["x64"]
|
|
625
635
|
},
|
|
626
|
-
"@rollup/rollup-linux-x64-musl@4.
|
|
627
|
-
"integrity": "sha512
|
|
636
|
+
"@rollup/rollup-linux-x64-musl@4.61.1": {
|
|
637
|
+
"integrity": "sha512-qy5pBvZbqNFheBz61R1rzsezjm0J7O2oNGoWtGoY89SZYLUfxAJTBAqDChqAIdB4rCiIbi9nF7yZ83GnNiLwSw==",
|
|
628
638
|
"os": ["linux"],
|
|
629
639
|
"cpu": ["x64"]
|
|
630
640
|
},
|
|
631
|
-
"@rollup/rollup-openbsd-x64@4.
|
|
632
|
-
"integrity": "sha512-
|
|
641
|
+
"@rollup/rollup-openbsd-x64@4.61.1": {
|
|
642
|
+
"integrity": "sha512-E83TXjI4zm0+5f2qO+UOudaCYIhYwpJ5jq6YCZNIZ+6CbfhKrkAGezeiASBL9ElxAxFsRS9ZhESv8mfnj6TKeg==",
|
|
633
643
|
"os": ["openbsd"],
|
|
634
644
|
"cpu": ["x64"]
|
|
635
645
|
},
|
|
636
|
-
"@rollup/rollup-openharmony-arm64@4.
|
|
637
|
-
"integrity": "sha512-
|
|
646
|
+
"@rollup/rollup-openharmony-arm64@4.61.1": {
|
|
647
|
+
"integrity": "sha512-fbWnKqVkjrJN38vNe3ahkbk6iejS/3b0Nt7EEtPpE6RBacZcGXNKbzfHN3GUUlXOPghUg0j6XUGrtjX9z1sIvA==",
|
|
638
648
|
"os": ["openharmony"],
|
|
639
649
|
"cpu": ["arm64"]
|
|
640
650
|
},
|
|
641
|
-
"@rollup/rollup-win32-arm64-msvc@4.
|
|
642
|
-
"integrity": "sha512-
|
|
651
|
+
"@rollup/rollup-win32-arm64-msvc@4.61.1": {
|
|
652
|
+
"integrity": "sha512-ArMl38iVAbk0New1ogihQNY6iphLi4ZaRsa037gUzv5yeKPY8TD3Dmy4x2RNC1VztU/uqm+G+/RwFrSka3Oy2g==",
|
|
643
653
|
"os": ["win32"],
|
|
644
654
|
"cpu": ["arm64"]
|
|
645
655
|
},
|
|
646
|
-
"@rollup/rollup-win32-ia32-msvc@4.
|
|
647
|
-
"integrity": "sha512-
|
|
656
|
+
"@rollup/rollup-win32-ia32-msvc@4.61.1": {
|
|
657
|
+
"integrity": "sha512-0mYtjHS9ucAbcATycCNK9IGBk/cCe/ma7EmSLGZdsxnOA8cjRIyU04wDpVAD9NiOfLUR9KTxdiO53uOkherqjQ==",
|
|
648
658
|
"os": ["win32"],
|
|
649
659
|
"cpu": ["ia32"]
|
|
650
660
|
},
|
|
651
|
-
"@rollup/rollup-win32-x64-gnu@4.
|
|
652
|
-
"integrity": "sha512-
|
|
661
|
+
"@rollup/rollup-win32-x64-gnu@4.61.1": {
|
|
662
|
+
"integrity": "sha512-gK1iCEPfpoSG9wfBihXxvBMi8ZfcWffYkEsC/Eih+iFENTaewvNcrEQ69lIOWYO5pePHKLHHO7nq5AILGO/HQQ==",
|
|
653
663
|
"os": ["win32"],
|
|
654
664
|
"cpu": ["x64"]
|
|
655
665
|
},
|
|
656
|
-
"@rollup/rollup-win32-x64-msvc@4.
|
|
657
|
-
"integrity": "sha512-
|
|
666
|
+
"@rollup/rollup-win32-x64-msvc@4.61.1": {
|
|
667
|
+
"integrity": "sha512-X+zaP2x+j4RXGfbp/seSoRHWnPxzApilDszisZxbYH5C/jTxFhCtDNdPGZb9lJyYPs24wGxruPF7Y+sIXt9Gzw==",
|
|
658
668
|
"os": ["win32"],
|
|
659
669
|
"cpu": ["x64"]
|
|
660
670
|
},
|
|
661
671
|
"@rtsao/scc@1.1.0": {
|
|
662
672
|
"integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g=="
|
|
663
673
|
},
|
|
664
|
-
"@shikijs/core@4.
|
|
665
|
-
"integrity": "sha512-
|
|
674
|
+
"@shikijs/core@4.2.0": {
|
|
675
|
+
"integrity": "sha512-Hc87Ab1Ld/vEbZRCbwx344I5v+4RU8CVToUTRkqXL1+TjbuOp9U5Xa0M23V4GEWHxVn+yO5otb+HkQVm3ptWQQ==",
|
|
666
676
|
"dependencies": [
|
|
667
677
|
"@shikijs/primitive",
|
|
668
678
|
"@shikijs/types",
|
|
@@ -671,43 +681,43 @@
|
|
|
671
681
|
"hast-util-to-html"
|
|
672
682
|
]
|
|
673
683
|
},
|
|
674
|
-
"@shikijs/engine-javascript@4.
|
|
675
|
-
"integrity": "sha512-
|
|
684
|
+
"@shikijs/engine-javascript@4.2.0": {
|
|
685
|
+
"integrity": "sha512-fjETeq1k5ffyXqRgS6+3hpvqseLalp1kjNfRbXpUgWR8FpZ1CmQfiNHovc5lncYjt/Vg5JK/WJEmLahjwMa0og==",
|
|
676
686
|
"dependencies": [
|
|
677
687
|
"@shikijs/types",
|
|
678
688
|
"@shikijs/vscode-textmate",
|
|
679
689
|
"oniguruma-to-es"
|
|
680
690
|
]
|
|
681
691
|
},
|
|
682
|
-
"@shikijs/engine-oniguruma@4.
|
|
683
|
-
"integrity": "sha512-
|
|
692
|
+
"@shikijs/engine-oniguruma@4.2.0": {
|
|
693
|
+
"integrity": "sha512-hTorK1dffPkpbMUk6Z+828PgRo7d07HbnizoP0hNPFjhxMHctj0Px/qoHeGMYafc6ju+u9iMldN4JbVzNQM++g==",
|
|
684
694
|
"dependencies": [
|
|
685
695
|
"@shikijs/types",
|
|
686
696
|
"@shikijs/vscode-textmate"
|
|
687
697
|
]
|
|
688
698
|
},
|
|
689
|
-
"@shikijs/langs@4.
|
|
690
|
-
"integrity": "sha512-
|
|
699
|
+
"@shikijs/langs@4.2.0": {
|
|
700
|
+
"integrity": "sha512-bwrVRlJ0wUhZxAbVdvBbv2TTC9yLsh4C/IO5Ofz0T8MQntgDvyVnkbjw9vi50r1kx7RCIJdnJnjZAwmAsXFLZQ==",
|
|
691
701
|
"dependencies": [
|
|
692
702
|
"@shikijs/types"
|
|
693
703
|
]
|
|
694
704
|
},
|
|
695
|
-
"@shikijs/primitive@4.
|
|
696
|
-
"integrity": "sha512-
|
|
705
|
+
"@shikijs/primitive@4.2.0": {
|
|
706
|
+
"integrity": "sha512-NOq+DtUkVBJtZMVXL5A0vI0Xk8nvDYaXetFHSJFlOqjDZIVhIPRYFdGkSoElDqNuegikcc3A76SNUa8dTqtAYA==",
|
|
697
707
|
"dependencies": [
|
|
698
708
|
"@shikijs/types",
|
|
699
709
|
"@shikijs/vscode-textmate",
|
|
700
710
|
"@types/hast"
|
|
701
711
|
]
|
|
702
712
|
},
|
|
703
|
-
"@shikijs/themes@4.
|
|
704
|
-
"integrity": "sha512-
|
|
713
|
+
"@shikijs/themes@4.2.0": {
|
|
714
|
+
"integrity": "sha512-RX8IHYeLv8Cu2W6ruc3RxUqWn0IYCqSrMBzi/uRGAmfyDNOnNO5BF/Px7o97n4XTpmFTo5GbRaazuOWj+2ak2w==",
|
|
705
715
|
"dependencies": [
|
|
706
716
|
"@shikijs/types"
|
|
707
717
|
]
|
|
708
718
|
},
|
|
709
|
-
"@shikijs/types@4.
|
|
710
|
-
"integrity": "sha512-
|
|
719
|
+
"@shikijs/types@4.2.0": {
|
|
720
|
+
"integrity": "sha512-VT/MKtlpOhEPZloSH3Pb9WCZEBDoQVMa9jedp5UAwmJOar1DVc9DRODAxmYPW9M93IK4ryuqRejFfmlvlVDemw==",
|
|
711
721
|
"dependencies": [
|
|
712
722
|
"@shikijs/vscode-textmate",
|
|
713
723
|
"@types/hast"
|
|
@@ -722,8 +732,8 @@
|
|
|
722
732
|
"@types/ms"
|
|
723
733
|
]
|
|
724
734
|
},
|
|
725
|
-
"@types/estree@1.0.
|
|
726
|
-
"integrity": "sha512-
|
|
735
|
+
"@types/estree@1.0.9": {
|
|
736
|
+
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg=="
|
|
727
737
|
},
|
|
728
738
|
"@types/hast@3.0.4": {
|
|
729
739
|
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
|
@@ -752,11 +762,20 @@
|
|
|
752
762
|
"@types/unist"
|
|
753
763
|
]
|
|
754
764
|
},
|
|
765
|
+
"@types/node@25.9.2": {
|
|
766
|
+
"integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==",
|
|
767
|
+
"dependencies": [
|
|
768
|
+
"undici-types"
|
|
769
|
+
]
|
|
770
|
+
},
|
|
771
|
+
"@types/twig@1.12.17": {
|
|
772
|
+
"integrity": "sha512-Lxcjgzt4mlDrv1xp1EdoBLPTxpjLAt9vtN3/qoblC5D6hMCYgZJOQHfaT/0gwCcAZENnKQ7Sga28DSsckPWa0g=="
|
|
773
|
+
},
|
|
755
774
|
"@types/unist@3.0.3": {
|
|
756
775
|
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
|
|
757
776
|
},
|
|
758
|
-
"@typescript-eslint/eslint-plugin@8.
|
|
759
|
-
"integrity": "sha512-
|
|
777
|
+
"@typescript-eslint/eslint-plugin@8.60.1_@typescript-eslint+parser@8.60.1__eslint@9.39.4__typescript@5.9.3_eslint@9.39.4_typescript@5.9.3": {
|
|
778
|
+
"integrity": "sha512-JQ4S5GB0tfjO8BuJ4fcX+HodkzJjYBV+7OJ+wLygaX7OGQ7FudyHL4NSCA6ob+w3Yn+5MkKIozOwQhXeM7opVg==",
|
|
760
779
|
"dependencies": [
|
|
761
780
|
"@eslint-community/regexpp",
|
|
762
781
|
"@typescript-eslint/parser",
|
|
@@ -771,8 +790,8 @@
|
|
|
771
790
|
"typescript"
|
|
772
791
|
]
|
|
773
792
|
},
|
|
774
|
-
"@typescript-eslint/parser@8.
|
|
775
|
-
"integrity": "sha512-
|
|
793
|
+
"@typescript-eslint/parser@8.60.1_eslint@9.39.4_typescript@5.9.3": {
|
|
794
|
+
"integrity": "sha512-A0M6ua6H252bVjPvvtSgl2QA4+ET9S5Mtkb2GDyTxIhH/C4qDItT7RQNO5PhMC6NXGYXOR9dIalcDDgBKT7oFA==",
|
|
776
795
|
"dependencies": [
|
|
777
796
|
"@typescript-eslint/scope-manager",
|
|
778
797
|
"@typescript-eslint/types",
|
|
@@ -783,8 +802,8 @@
|
|
|
783
802
|
"typescript"
|
|
784
803
|
]
|
|
785
804
|
},
|
|
786
|
-
"@typescript-eslint/project-service@8.
|
|
787
|
-
"integrity": "sha512-
|
|
805
|
+
"@typescript-eslint/project-service@8.60.1_typescript@5.9.3": {
|
|
806
|
+
"integrity": "sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==",
|
|
788
807
|
"dependencies": [
|
|
789
808
|
"@typescript-eslint/tsconfig-utils",
|
|
790
809
|
"@typescript-eslint/types",
|
|
@@ -792,21 +811,21 @@
|
|
|
792
811
|
"typescript"
|
|
793
812
|
]
|
|
794
813
|
},
|
|
795
|
-
"@typescript-eslint/scope-manager@8.
|
|
796
|
-
"integrity": "sha512-
|
|
814
|
+
"@typescript-eslint/scope-manager@8.60.1": {
|
|
815
|
+
"integrity": "sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==",
|
|
797
816
|
"dependencies": [
|
|
798
817
|
"@typescript-eslint/types",
|
|
799
818
|
"@typescript-eslint/visitor-keys"
|
|
800
819
|
]
|
|
801
820
|
},
|
|
802
|
-
"@typescript-eslint/tsconfig-utils@8.
|
|
803
|
-
"integrity": "sha512-
|
|
821
|
+
"@typescript-eslint/tsconfig-utils@8.60.1_typescript@5.9.3": {
|
|
822
|
+
"integrity": "sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==",
|
|
804
823
|
"dependencies": [
|
|
805
824
|
"typescript"
|
|
806
825
|
]
|
|
807
826
|
},
|
|
808
|
-
"@typescript-eslint/type-utils@8.
|
|
809
|
-
"integrity": "sha512-
|
|
827
|
+
"@typescript-eslint/type-utils@8.60.1_eslint@9.39.4_typescript@5.9.3": {
|
|
828
|
+
"integrity": "sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==",
|
|
810
829
|
"dependencies": [
|
|
811
830
|
"@typescript-eslint/types",
|
|
812
831
|
"@typescript-eslint/typescript-estree",
|
|
@@ -817,11 +836,11 @@
|
|
|
817
836
|
"typescript"
|
|
818
837
|
]
|
|
819
838
|
},
|
|
820
|
-
"@typescript-eslint/types@8.
|
|
821
|
-
"integrity": "sha512-
|
|
839
|
+
"@typescript-eslint/types@8.60.1": {
|
|
840
|
+
"integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w=="
|
|
822
841
|
},
|
|
823
|
-
"@typescript-eslint/typescript-estree@8.
|
|
824
|
-
"integrity": "sha512-
|
|
842
|
+
"@typescript-eslint/typescript-estree@8.60.1_typescript@5.9.3": {
|
|
843
|
+
"integrity": "sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==",
|
|
825
844
|
"dependencies": [
|
|
826
845
|
"@typescript-eslint/project-service",
|
|
827
846
|
"@typescript-eslint/tsconfig-utils",
|
|
@@ -829,14 +848,14 @@
|
|
|
829
848
|
"@typescript-eslint/visitor-keys",
|
|
830
849
|
"debug@4.4.3",
|
|
831
850
|
"minimatch@10.2.5",
|
|
832
|
-
"semver@7.8.
|
|
851
|
+
"semver@7.8.2",
|
|
833
852
|
"tinyglobby",
|
|
834
853
|
"ts-api-utils",
|
|
835
854
|
"typescript"
|
|
836
855
|
]
|
|
837
856
|
},
|
|
838
|
-
"@typescript-eslint/utils@8.
|
|
839
|
-
"integrity": "sha512-
|
|
857
|
+
"@typescript-eslint/utils@8.60.1_eslint@9.39.4_typescript@5.9.3": {
|
|
858
|
+
"integrity": "sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==",
|
|
840
859
|
"dependencies": [
|
|
841
860
|
"@eslint-community/eslint-utils",
|
|
842
861
|
"@typescript-eslint/scope-manager",
|
|
@@ -846,8 +865,8 @@
|
|
|
846
865
|
"typescript"
|
|
847
866
|
]
|
|
848
867
|
},
|
|
849
|
-
"@typescript-eslint/visitor-keys@8.
|
|
850
|
-
"integrity": "sha512-
|
|
868
|
+
"@typescript-eslint/visitor-keys@8.60.1": {
|
|
869
|
+
"integrity": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==",
|
|
851
870
|
"dependencies": [
|
|
852
871
|
"@typescript-eslint/types",
|
|
853
872
|
"eslint-visitor-keys@5.0.1"
|
|
@@ -988,11 +1007,11 @@
|
|
|
988
1007
|
"espree",
|
|
989
1008
|
"fast-glob",
|
|
990
1009
|
"is-glob",
|
|
991
|
-
"semver@7.8.
|
|
1010
|
+
"semver@7.8.2"
|
|
992
1011
|
]
|
|
993
1012
|
},
|
|
994
|
-
"astro@6.
|
|
995
|
-
"integrity": "sha512-
|
|
1013
|
+
"astro@6.4.4_@types+node@25.9.2": {
|
|
1014
|
+
"integrity": "sha512-hVe8tq3lqt/Dr0UyB//yUmQSlHMTU8scTiF/vQddQVahLE4TTaSdH5H0nb7OvRcwo0UmlAO8DWYar4jNaS7H+A==",
|
|
996
1015
|
"dependencies": [
|
|
997
1016
|
"@astrojs/compiler@4.0.0",
|
|
998
1017
|
"@astrojs/internal-helpers",
|
|
@@ -1032,7 +1051,7 @@
|
|
|
1032
1051
|
"piccolore",
|
|
1033
1052
|
"picomatch@4.0.4",
|
|
1034
1053
|
"rehype",
|
|
1035
|
-
"semver@7.8.
|
|
1054
|
+
"semver@7.8.2",
|
|
1036
1055
|
"shiki",
|
|
1037
1056
|
"smol-toml",
|
|
1038
1057
|
"svgo",
|
|
@@ -1089,7 +1108,7 @@
|
|
|
1089
1108
|
"commander@8.3.0",
|
|
1090
1109
|
"dayjs",
|
|
1091
1110
|
"lodash.get",
|
|
1092
|
-
"semver@7.8.
|
|
1111
|
+
"semver@7.8.2",
|
|
1093
1112
|
"table"
|
|
1094
1113
|
],
|
|
1095
1114
|
"bin": true
|
|
@@ -1097,8 +1116,8 @@
|
|
|
1097
1116
|
"boolbase@1.0.0": {
|
|
1098
1117
|
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
|
|
1099
1118
|
},
|
|
1100
|
-
"brace-expansion@1.1.
|
|
1101
|
-
"integrity": "sha512-
|
|
1119
|
+
"brace-expansion@1.1.15": {
|
|
1120
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
1102
1121
|
"dependencies": [
|
|
1103
1122
|
"balanced-match@1.0.2",
|
|
1104
1123
|
"concat-map"
|
|
@@ -1278,8 +1297,8 @@
|
|
|
1278
1297
|
"is-data-view"
|
|
1279
1298
|
]
|
|
1280
1299
|
},
|
|
1281
|
-
"dayjs@1.11.
|
|
1282
|
-
"integrity": "sha512-
|
|
1300
|
+
"dayjs@1.11.21": {
|
|
1301
|
+
"integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA=="
|
|
1283
1302
|
},
|
|
1284
1303
|
"debug@3.2.7": {
|
|
1285
1304
|
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
@@ -1493,8 +1512,8 @@
|
|
|
1493
1512
|
"is-symbol"
|
|
1494
1513
|
]
|
|
1495
1514
|
},
|
|
1496
|
-
"esbuild@0.
|
|
1497
|
-
"integrity": "sha512-
|
|
1515
|
+
"esbuild@0.28.1": {
|
|
1516
|
+
"integrity": "sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==",
|
|
1498
1517
|
"optionalDependencies": [
|
|
1499
1518
|
"@esbuild/aix-ppc64",
|
|
1500
1519
|
"@esbuild/android-arm",
|
|
@@ -1536,7 +1555,7 @@
|
|
|
1536
1555
|
"integrity": "sha512-vAUHYzue4YAa2hNACjB8HvUQj5yehAZgiClyFVVom9cP8z5NSFq3PwB/TtJslN2zAMgRX6FCFCjYBbQh71g5RQ==",
|
|
1537
1556
|
"dependencies": [
|
|
1538
1557
|
"eslint",
|
|
1539
|
-
"semver@7.8.
|
|
1558
|
+
"semver@7.8.2"
|
|
1540
1559
|
]
|
|
1541
1560
|
},
|
|
1542
1561
|
"eslint-config-prettier@10.1.8_eslint@9.39.4": {
|
|
@@ -1554,8 +1573,8 @@
|
|
|
1554
1573
|
"resolve"
|
|
1555
1574
|
]
|
|
1556
1575
|
},
|
|
1557
|
-
"eslint-module-utils@2.
|
|
1558
|
-
"integrity": "sha512-
|
|
1576
|
+
"eslint-module-utils@2.13.0": {
|
|
1577
|
+
"integrity": "sha512-bLohSkT6469rRs8czj0tLTD8vaeIS/whvPRJVjDr7IuoTT1k5DYDERlNycjDj/HkOlvQdYurmfZ/g3fG5bgeLQ==",
|
|
1559
1578
|
"dependencies": [
|
|
1560
1579
|
"debug@3.2.7"
|
|
1561
1580
|
]
|
|
@@ -1800,6 +1819,9 @@
|
|
|
1800
1819
|
"is-callable"
|
|
1801
1820
|
]
|
|
1802
1821
|
},
|
|
1822
|
+
"foreachasync@3.0.0": {
|
|
1823
|
+
"integrity": "sha512-J+ler7Ta54FwwNcx6wQRDhTIbNeyDcARMkOcguEqnEdtm0jKvN3Li3PDAb2Du3ubJYEWfYL83XMROXdsXAXycw=="
|
|
1824
|
+
},
|
|
1803
1825
|
"fsevents@2.3.3": {
|
|
1804
1826
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
1805
1827
|
"os": ["darwin"],
|
|
@@ -1936,8 +1958,8 @@
|
|
|
1936
1958
|
"has-symbols"
|
|
1937
1959
|
]
|
|
1938
1960
|
},
|
|
1939
|
-
"hasown@2.0.
|
|
1940
|
-
"integrity": "sha512-
|
|
1961
|
+
"hasown@2.0.4": {
|
|
1962
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
1941
1963
|
"dependencies": [
|
|
1942
1964
|
"function-bind"
|
|
1943
1965
|
]
|
|
@@ -2269,8 +2291,8 @@
|
|
|
2269
2291
|
"isexe@2.0.0": {
|
|
2270
2292
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
|
|
2271
2293
|
},
|
|
2272
|
-
"js-yaml@4.
|
|
2273
|
-
"integrity": "sha512-
|
|
2294
|
+
"js-yaml@4.2.0": {
|
|
2295
|
+
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
|
|
2274
2296
|
"dependencies": [
|
|
2275
2297
|
"argparse"
|
|
2276
2298
|
],
|
|
@@ -2317,6 +2339,9 @@
|
|
|
2317
2339
|
"p-locate"
|
|
2318
2340
|
]
|
|
2319
2341
|
},
|
|
2342
|
+
"locutus@3.0.36": {
|
|
2343
|
+
"integrity": "sha512-ilsz33lqEd+KerV9JnSHM9EApVYOZ86/JTGKyafmWvhTFtjYauzT1WmZgdJ4JBGR3dY0N0PTfIq2uLvazw5QsQ=="
|
|
2344
|
+
},
|
|
2320
2345
|
"lodash.get@4.4.2": {
|
|
2321
2346
|
"integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==",
|
|
2322
2347
|
"deprecated": true
|
|
@@ -2330,8 +2355,8 @@
|
|
|
2330
2355
|
"longest-streak@3.1.0": {
|
|
2331
2356
|
"integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g=="
|
|
2332
2357
|
},
|
|
2333
|
-
"lru-cache@11.5.
|
|
2334
|
-
"integrity": "sha512-
|
|
2358
|
+
"lru-cache@11.5.1": {
|
|
2359
|
+
"integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A=="
|
|
2335
2360
|
},
|
|
2336
2361
|
"magic-string@0.30.21": {
|
|
2337
2362
|
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
@@ -2753,7 +2778,7 @@
|
|
|
2753
2778
|
"minimatch@3.1.5": {
|
|
2754
2779
|
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
2755
2780
|
"dependencies": [
|
|
2756
|
-
"brace-expansion@1.1.
|
|
2781
|
+
"brace-expansion@1.1.15"
|
|
2757
2782
|
]
|
|
2758
2783
|
},
|
|
2759
2784
|
"minimist@1.2.8": {
|
|
@@ -2860,8 +2885,8 @@
|
|
|
2860
2885
|
"es-object-atoms"
|
|
2861
2886
|
]
|
|
2862
2887
|
},
|
|
2863
|
-
"obug@2.1.
|
|
2864
|
-
"integrity": "sha512-
|
|
2888
|
+
"obug@2.1.2": {
|
|
2889
|
+
"integrity": "sha512-AWGB9WFcRXOQs48Z/udjI5ZcZMHXwX8XPByNpOydgcGsDLIzjGizhoMWJyKAWze7AVW/2W1i+/gPX4YtKe5cyg=="
|
|
2865
2890
|
},
|
|
2866
2891
|
"ofetch@1.5.1": {
|
|
2867
2892
|
"integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==",
|
|
@@ -3007,8 +3032,8 @@
|
|
|
3007
3032
|
"prismjs@1.30.0": {
|
|
3008
3033
|
"integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw=="
|
|
3009
3034
|
},
|
|
3010
|
-
"property-information@7.
|
|
3011
|
-
"integrity": "sha512-
|
|
3035
|
+
"property-information@7.2.0": {
|
|
3036
|
+
"integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg=="
|
|
3012
3037
|
},
|
|
3013
3038
|
"punycode@2.3.1": {
|
|
3014
3039
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg=="
|
|
@@ -3198,8 +3223,8 @@
|
|
|
3198
3223
|
"reusify@1.1.0": {
|
|
3199
3224
|
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw=="
|
|
3200
3225
|
},
|
|
3201
|
-
"rollup@4.
|
|
3202
|
-
"integrity": "sha512-
|
|
3226
|
+
"rollup@4.61.1": {
|
|
3227
|
+
"integrity": "sha512-I4KW6iuRpuu2uHBLraZ1wNZe0DP7lnRha+VJ9tNaYVaVgKhW0aI3h4RYnoRPeql0flHm/Co55b7snEDcOfOJrA==",
|
|
3203
3228
|
"dependencies": [
|
|
3204
3229
|
"@types/estree"
|
|
3205
3230
|
],
|
|
@@ -3271,8 +3296,8 @@
|
|
|
3271
3296
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
3272
3297
|
"bin": true
|
|
3273
3298
|
},
|
|
3274
|
-
"semver@7.8.
|
|
3275
|
-
"integrity": "sha512-
|
|
3299
|
+
"semver@7.8.2": {
|
|
3300
|
+
"integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
|
|
3276
3301
|
"bin": true
|
|
3277
3302
|
},
|
|
3278
3303
|
"set-function-length@1.2.2": {
|
|
@@ -3308,7 +3333,7 @@
|
|
|
3308
3333
|
"dependencies": [
|
|
3309
3334
|
"@img/colour",
|
|
3310
3335
|
"detect-libc",
|
|
3311
|
-
"semver@7.8.
|
|
3336
|
+
"semver@7.8.2"
|
|
3312
3337
|
],
|
|
3313
3338
|
"optionalDependencies": [
|
|
3314
3339
|
"@img/sharp-darwin-arm64",
|
|
@@ -3347,8 +3372,8 @@
|
|
|
3347
3372
|
"shebang-regex@3.0.0": {
|
|
3348
3373
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
|
|
3349
3374
|
},
|
|
3350
|
-
"shiki@4.
|
|
3351
|
-
"integrity": "sha512-
|
|
3375
|
+
"shiki@4.2.0": {
|
|
3376
|
+
"integrity": "sha512-hjNax6o/ylDy9lefQEaSDtzaT3iVNtZ3WmpQnbuQNoG4xvnSKf2kSKbihZVO4JRG1TTMejs7CmNRYlWgAL66pQ==",
|
|
3352
3377
|
"dependencies": [
|
|
3353
3378
|
"@shikijs/core",
|
|
3354
3379
|
"@shikijs/engine-javascript",
|
|
@@ -3431,8 +3456,8 @@
|
|
|
3431
3456
|
"strip-ansi"
|
|
3432
3457
|
]
|
|
3433
3458
|
},
|
|
3434
|
-
"string.prototype.trim@1.2.
|
|
3435
|
-
"integrity": "sha512-
|
|
3459
|
+
"string.prototype.trim@1.2.11": {
|
|
3460
|
+
"integrity": "sha512-PwvK7BU+CMTJGYQCTZb5RWXIML92lftJLhQz1tBzgKiqGxJaMlBAa48POXaNAC2s4y8jr3EFqrkF9+44neS46w==",
|
|
3436
3461
|
"dependencies": [
|
|
3437
3462
|
"call-bind",
|
|
3438
3463
|
"call-bound",
|
|
@@ -3440,11 +3465,12 @@
|
|
|
3440
3465
|
"define-properties",
|
|
3441
3466
|
"es-abstract",
|
|
3442
3467
|
"es-object-atoms",
|
|
3443
|
-
"has-property-descriptors"
|
|
3468
|
+
"has-property-descriptors",
|
|
3469
|
+
"safe-regex-test"
|
|
3444
3470
|
]
|
|
3445
3471
|
},
|
|
3446
|
-
"string.prototype.trimend@1.0.
|
|
3447
|
-
"integrity": "sha512-
|
|
3472
|
+
"string.prototype.trimend@1.0.10": {
|
|
3473
|
+
"integrity": "sha512-2+3aDAOmPTmuFwjDnmJG2ctEkQKVki7vOSqaxkv42Mowj1V6PnvuwFCRrR5lChUux1TBskPjfkeTOhqczDMxTw==",
|
|
3448
3474
|
"dependencies": [
|
|
3449
3475
|
"call-bind",
|
|
3450
3476
|
"call-bound",
|
|
@@ -3501,8 +3527,8 @@
|
|
|
3501
3527
|
],
|
|
3502
3528
|
"bin": true
|
|
3503
3529
|
},
|
|
3504
|
-
"synckit@0.11.
|
|
3505
|
-
"integrity": "sha512-
|
|
3530
|
+
"synckit@0.11.13": {
|
|
3531
|
+
"integrity": "sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==",
|
|
3506
3532
|
"dependencies": [
|
|
3507
3533
|
"@pkgr/core"
|
|
3508
3534
|
]
|
|
@@ -3520,14 +3546,14 @@
|
|
|
3520
3546
|
"tiny-inflate@1.0.3": {
|
|
3521
3547
|
"integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw=="
|
|
3522
3548
|
},
|
|
3523
|
-
"tinyclip@0.1.
|
|
3524
|
-
"integrity": "sha512-
|
|
3549
|
+
"tinyclip@0.1.14": {
|
|
3550
|
+
"integrity": "sha512-F1oWdz8tjT17qe1d5JgDK6z03WGOhYYAN0lK3/D/fzNiy93xswLLEw7pk+3g05onhAy6Bsc6PLNUGhdgVjemMQ=="
|
|
3525
3551
|
},
|
|
3526
|
-
"tinyexec@1.2.
|
|
3527
|
-
"integrity": "sha512-
|
|
3552
|
+
"tinyexec@1.2.4": {
|
|
3553
|
+
"integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg=="
|
|
3528
3554
|
},
|
|
3529
|
-
"tinyglobby@0.2.
|
|
3530
|
-
"integrity": "sha512-
|
|
3555
|
+
"tinyglobby@0.2.17": {
|
|
3556
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
3531
3557
|
"dependencies": [
|
|
3532
3558
|
"fdir",
|
|
3533
3559
|
"picomatch@4.0.4"
|
|
@@ -3563,6 +3589,16 @@
|
|
|
3563
3589
|
"tslib@2.8.1": {
|
|
3564
3590
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
|
|
3565
3591
|
},
|
|
3592
|
+
"twig@3.0.0": {
|
|
3593
|
+
"integrity": "sha512-cMfYLWAgdW15B7L5wmanmga113e4phQmo3rk5EFuUrQd99g7I3ncxgynS38P01m4ZXBDSdMYUTV1g3A66/Y56Q==",
|
|
3594
|
+
"dependencies": [
|
|
3595
|
+
"@babel/runtime",
|
|
3596
|
+
"locutus",
|
|
3597
|
+
"minimatch@10.2.5",
|
|
3598
|
+
"walk"
|
|
3599
|
+
],
|
|
3600
|
+
"bin": true
|
|
3601
|
+
},
|
|
3566
3602
|
"type-check@0.4.0": {
|
|
3567
3603
|
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
|
|
3568
3604
|
"dependencies": [
|
|
@@ -3599,8 +3635,8 @@
|
|
|
3599
3635
|
"reflect.getprototypeof"
|
|
3600
3636
|
]
|
|
3601
3637
|
},
|
|
3602
|
-
"typed-array-length@1.0.
|
|
3603
|
-
"integrity": "sha512-
|
|
3638
|
+
"typed-array-length@1.0.8": {
|
|
3639
|
+
"integrity": "sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==",
|
|
3604
3640
|
"dependencies": [
|
|
3605
3641
|
"call-bind",
|
|
3606
3642
|
"for-each",
|
|
@@ -3610,8 +3646,8 @@
|
|
|
3610
3646
|
"reflect.getprototypeof"
|
|
3611
3647
|
]
|
|
3612
3648
|
},
|
|
3613
|
-
"typescript-eslint@8.
|
|
3614
|
-
"integrity": "sha512-
|
|
3649
|
+
"typescript-eslint@8.60.1_eslint@9.39.4_typescript@5.9.3": {
|
|
3650
|
+
"integrity": "sha512-6m5hkkRAp8lKvhVpcprAIn5KkehQEh+47oHH2VGnExEh7dhNxXlg6GPAOIu6TxbVQxhebrJDvjl3020ooiWCMA==",
|
|
3615
3651
|
"dependencies": [
|
|
3616
3652
|
"@typescript-eslint/eslint-plugin",
|
|
3617
3653
|
"@typescript-eslint/parser",
|
|
@@ -3643,6 +3679,9 @@
|
|
|
3643
3679
|
"uncrypto@0.1.3": {
|
|
3644
3680
|
"integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
|
|
3645
3681
|
},
|
|
3682
|
+
"undici-types@7.24.6": {
|
|
3683
|
+
"integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg=="
|
|
3684
|
+
},
|
|
3646
3685
|
"unified@11.0.5": {
|
|
3647
3686
|
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
|
|
3648
3687
|
"dependencies": [
|
|
@@ -3766,9 +3805,10 @@
|
|
|
3766
3805
|
"vfile-message"
|
|
3767
3806
|
]
|
|
3768
3807
|
},
|
|
3769
|
-
"vite@7.3.
|
|
3770
|
-
"integrity": "sha512
|
|
3808
|
+
"vite@7.3.5_@types+node@25.9.2": {
|
|
3809
|
+
"integrity": "sha512-KuOaNhcnGFN2zIPGA7wRmzF+lJA1sea7rHq17aiJ++9lzY1WWG6Jpwqwe1KNbRVPIqHmr8GLYx7jbrQcN/7/ww==",
|
|
3771
3810
|
"dependencies": [
|
|
3811
|
+
"@types/node",
|
|
3772
3812
|
"esbuild",
|
|
3773
3813
|
"fdir",
|
|
3774
3814
|
"picomatch@4.0.4",
|
|
@@ -3779,9 +3819,12 @@
|
|
|
3779
3819
|
"optionalDependencies": [
|
|
3780
3820
|
"fsevents"
|
|
3781
3821
|
],
|
|
3822
|
+
"optionalPeers": [
|
|
3823
|
+
"@types/node"
|
|
3824
|
+
],
|
|
3782
3825
|
"bin": true
|
|
3783
3826
|
},
|
|
3784
|
-
"vitefu@1.1.3_vite@7.3.
|
|
3827
|
+
"vitefu@1.1.3_vite@7.3.5__@types+node@25.9.2_@types+node@25.9.2": {
|
|
3785
3828
|
"integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==",
|
|
3786
3829
|
"dependencies": [
|
|
3787
3830
|
"vite"
|
|
@@ -3790,6 +3833,12 @@
|
|
|
3790
3833
|
"vite"
|
|
3791
3834
|
]
|
|
3792
3835
|
},
|
|
3836
|
+
"walk@2.3.15": {
|
|
3837
|
+
"integrity": "sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==",
|
|
3838
|
+
"dependencies": [
|
|
3839
|
+
"foreachasync"
|
|
3840
|
+
]
|
|
3841
|
+
},
|
|
3793
3842
|
"web-namespaces@2.0.1": {
|
|
3794
3843
|
"integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ=="
|
|
3795
3844
|
},
|
|
@@ -3833,8 +3882,8 @@
|
|
|
3833
3882
|
"which-pm-runs@1.1.0": {
|
|
3834
3883
|
"integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA=="
|
|
3835
3884
|
},
|
|
3836
|
-
"which-typed-array@1.1.
|
|
3837
|
-
"integrity": "sha512-
|
|
3885
|
+
"which-typed-array@1.1.22": {
|
|
3886
|
+
"integrity": "sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==",
|
|
3838
3887
|
"dependencies": [
|
|
3839
3888
|
"available-typed-arrays",
|
|
3840
3889
|
"call-bind",
|
|
@@ -3875,11 +3924,16 @@
|
|
|
3875
3924
|
}
|
|
3876
3925
|
},
|
|
3877
3926
|
"workspace": {
|
|
3927
|
+
"dependencies": [
|
|
3928
|
+
"npm:esbuild@~0.28.1"
|
|
3929
|
+
],
|
|
3878
3930
|
"packageJson": {
|
|
3879
3931
|
"dependencies": [
|
|
3880
3932
|
"npm:@eslint/compat@^2.1.0",
|
|
3881
3933
|
"npm:@eslint/js@^9.39.4",
|
|
3882
|
-
"npm
|
|
3934
|
+
"npm:@types/node@^25.9.2",
|
|
3935
|
+
"npm:@types/twig@^1.12.17",
|
|
3936
|
+
"npm:astro@^6.4.4",
|
|
3883
3937
|
"npm:better-npm-audit@^3.11.0",
|
|
3884
3938
|
"npm:eslint-config-prettier@^10.1.8",
|
|
3885
3939
|
"npm:eslint-plugin-astro@^1.7.0",
|
|
@@ -3888,9 +3942,13 @@
|
|
|
3888
3942
|
"npm:eslint@^9.39.4",
|
|
3889
3943
|
"npm:globals@^17.6.0",
|
|
3890
3944
|
"npm:prettier@^3.8.3",
|
|
3891
|
-
"npm:
|
|
3945
|
+
"npm:twig@3",
|
|
3946
|
+
"npm:typescript-eslint@^8.60.1",
|
|
3892
3947
|
"npm:typescript@^5.9.3"
|
|
3893
|
-
]
|
|
3948
|
+
],
|
|
3949
|
+
"overrides": {
|
|
3950
|
+
"esbuild": "^0.28.1"
|
|
3951
|
+
}
|
|
3894
3952
|
}
|
|
3895
3953
|
}
|
|
3896
3954
|
}
|