Setting the file. One moment. Package Lock · Stitch::react Native · google-labs-code/stitch-skills · Skills Docs(opens in a new tab)
package-lock.json
JSON·283 lines·8 KB
10
"dependencies"
: {
11 "@swc/core": "^1.3.100"
12 },
13 "engines": {
14 "node": ">=18.0.0"
15 }
16 },
17 "node_modules/@swc/core": {
18 "version": "1.15.43",
19 "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.43.tgz",
20 "integrity": "sha512-1CuKjFkPxIgGdeHVuNbkxmBxkcbdc08u0aiI43pFq6yY1tTVKmXT9hFEooyyKs/sJ3xf1GPHyEwTtk9Xl8dvQw==",
21 "hasInstallScript": true,
22 "license": "Apache-2.0",
23 "dependencies": {
24 "@swc/counter": "^0.1.3",
25 "@swc/types": "^0.1.27"
26 },
27 "engines": {
28 "node": ">=10"
29 },
30 "funding": {
31 "type": "opencollective",
32 "url": "https://opencollective.com/swc"
33 },
34 "optionalDependencies": {
35 "@swc/core-darwin-arm64": "1.15.43",
36 "@swc/core-darwin-x64": "1.15.43",
37 "@swc/core-linux-arm-gnueabihf": "1.15.43",
38 "@swc/core-linux-arm64-gnu": "1.15.43",
39 "@swc/core-linux-arm64-musl": "1.15.43",
40 "@swc/core-linux-ppc64-gnu": "1.15.43",
41 "@swc/core-linux-s390x-gnu": "1.15.43",
42 "@swc/core-linux-x64-gnu": "1.15.43",
43 "@swc/core-linux-x64-musl": "1.15.43",
44 "@swc/core-win32-arm64-msvc": "1.15.43",
45 "@swc/core-win32-ia32-msvc": "1.15.43",
46 "@swc/core-win32-x64-msvc": "1.15.43"
47 },
48 "peerDependencies": {
49 "@swc/helpers": ">=0.5.17"
50 },
51 "peerDependenciesMeta": {
52 "@swc/helpers": {
53 "optional": true
54 }
55 }
56 },
57 "node_modules/@swc/core-darwin-arm64": {
58 "version": "1.15.43",
59 "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.43.tgz",
60 "integrity": "sha512-v1aVuvXdo/BHxJzco9V2xpHrvwWmhfS8t6gziY5wJxd+Z2h8AeJRnAwPD8itCDaGXVBwJ/CaKfxEzTkG0Va0OA==",
61 "cpu": [
62 "arm64"
63 ],
64 "license": "Apache-2.0 AND MIT",
65 "optional": true,
66 "os": [
67 "darwin"
68 ],
69 "engines": {
70 "node": ">=10"
71 }
72 },
73 "node_modules/@swc/core-darwin-x64": {
74 "version": "1.15.43",
75 "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.43.tgz",
76 "integrity": "sha512-lp3d4Lamc8dt5huYdGLSR+9hLxmfr1jb0l+4XXG2zPqZwYWRN9R0U2qYoTrggiU2RWW0oV9VbWM3kBnqIc2kdQ==",
77 "cpu": [
78 "x64"
79 ],
80 "license": "Apache-2.0 AND MIT",
81 "optional": true,
82 "os": [
83 "darwin"
84 ],
85 "engines": {
86 "node": ">=10"
87 }
88 },
89 "node_modules/@swc/core-linux-arm-gnueabihf": {
90 "version": "1.15.43",
91 "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.43.tgz",
92 "integrity": "sha512-JWTQQELtsG5GgphDrr/XqqmM2pDN3cZqbMS0Mrg+iTiXL3F74sn/S2IyYE/5u4h2KLkTf9qQ7dXyxsbx7YzkeA==",
93 "cpu": [
94 "arm"
95 ],
96 "license": "Apache-2.0",
97 "optional": true,
98 "os": [
99 "linux"
100 ],
101 "engines": {
102 "node": ">=10"
103 }
104 },
105 "node_modules/@swc/core-linux-arm64-gnu": {
106 "version": "1.15.43",
107 "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.43.tgz",
108 "integrity": "sha512-B4otJRdPWIsmiSBf0uG7Z/+vMWmkufjz5MmYxubwKuZazDW14Zd3symga1N62QR4RT+kEFeHEgsXfZGyn/w0hw==",
109 "cpu": [
110 "arm64"
111 ],
112 "libc": [
113 "glibc"
114 ],
115 "license": "Apache-2.0 AND MIT",
116 "optional": true,
117 "os": [
118 "linux"
119 ],
120 "engines": {
121 "node": ">=10"
122 }
123 },
124 "node_modules/@swc/core-linux-arm64-musl": {
125 "version": "1.15.43",
126 "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.43.tgz",
127 "integrity": "sha512-6zB6OnpViBxYy4tgY3v2i6AZY9fwkcHZ032UOwtwUuW1d19sdT07qF0kZe6/3UR1tUaK6jjg2rmVcUIBCEYVjQ==",
128 "cpu": [
129 "arm64"
130 ],
131 "libc": [
132 "musl"
133 ],
134 "license": "Apache-2.0 AND MIT",
135 "optional": true,
136 "os": [
137 "linux"
138 ],
139 "engines": {
140 "node": ">=10"
141 }
142 },
143 "node_modules/@swc/core-linux-ppc64-gnu": {
144 "version": "1.15.43",
145 "resolved": "https://registry.npmjs.org/@swc/core-linux-ppc64-gnu/-/core-linux-ppc64-gnu-1.15.43.tgz",
146 "integrity": "sha512-coxE1ZWdB3uSDVNoEtYNrRi/1epvckZx9cTJ8ICUxTMTxGk+yvQ/Twacp3ruZSaMPGCriUjP86C37VhaT6nyRg==",
147 "cpu": [
148 "ppc64"
149 ],
150 "libc": [
151 "glibc"
152 ],
153 "license": "Apache-2.0 AND MIT",
154 "optional": true,
155 "os": [
156 "linux"
157 ],
158 "engines": {
159 "node": ">=10"
160 }
161 },
162 "node_modules/@swc/core-linux-s390x-gnu": {
163 "version": "1.15.43",
164 "resolved": "https://registry.npmjs.org/@swc/core-linux-s390x-gnu/-/core-linux-s390x-gnu-1.15.43.tgz",
165 "integrity": "sha512-lXfLhs+LpBsD5inuYx+YDH5WsPPBQ95KPUiy8P5wq9ob9xKDZFqwNfU2QW6bGO8NqRO/H9JQomTSt5Yyh+FGfA==",
166 "cpu": [
167 "s390x"
168 ],
169 "libc": [
170 "glibc"
171 ],
172 "license": "Apache-2.0 AND MIT",
173 "optional": true,
174 "os": [
175 "linux"
176 ],
177 "engines": {
178 "node": ">=10"
179 }
180 },
181 "node_modules/@swc/core-linux-x64-gnu": {
182 "version": "1.15.43",
183 "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.43.tgz",
184 "integrity": "sha512-07XnKwTmKy8TGOZG3D9fRnLWGynxPjwQnZLVmBFbo6F+7vHYzBIOuwXEhemrChBWb6yDNZsVCcMWCPX6FDD2xg==",
185 "cpu": [
186 "x64"
187 ],
188 "libc": [
189 "glibc"
190 ],
191 "license": "Apache-2.0 AND MIT",
192 "optional": true,
193 "os": [
194 "linux"
195 ],
196 "engines": {
197 "node": ">=10"
198 }
199 },
200 "node_modules/@swc/core-linux-x64-musl": {
201 "version": "1.15.43",
202 "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.43.tgz",
203 "integrity": "sha512-TJc+bsSIaBh+hZvZ5GRtW/K1bw66TJ9vsUwvVIsZdiWxU5ObLwZvfcnZ3UpgVfMnFibRes9uriJrQNBHEEogRQ==",
204 "cpu": [
205 "x64"
206 ],
207 "libc": [
208 "musl"
209 ],
210 "license": "Apache-2.0 AND MIT",
211 "optional": true,
212 "os": [
213 "linux"
214 ],
215 "engines": {
216 "node": ">=10"
217 }
218 },
219 "node_modules/@swc/core-win32-arm64-msvc": {
220 "version": "1.15.43",
221 "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.43.tgz",
222 "integrity": "sha512-jfd7s2/bUQYkOHLs+LWQNKZdmDa8+sufKLllhpWAhVQ2GDCwsHe3vR/j+OSiItZNtkzFuaawa3+SAKz9y5gYfw==",
223 "cpu": [
224 "arm64"
225 ],
226 "license": "Apache-2.0 AND MIT",
227 "optional": true,
228 "os": [
229 "win32"
230 ],
231 "engines": {
232 "node": ">=10"
233 }
234 },
235 "node_modules/@swc/core-win32-ia32-msvc": {
236 "version": "1.15.43",
237 "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.43.tgz",
238 "integrity": "sha512-rLAE8JvucqEW1ZGohxPQrQWPBQeJG4+ypKbWfdlU/qmKScvCkxf9/Jxnzki1dkUQCQ7P5Enp13RlvqOlvx/32g==",
239 "cpu": [
240 "ia32"
241 ],
242 "license": "Apache-2.0 AND MIT",
243 "optional": true,
244 "os": [
245 "win32"
246 ],
247 "engines": {
248 "node": ">=10"
249 }
250 },
251 "node_modules/@swc/core-win32-x64-msvc": {
252 "version": "1.15.43",
253 "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.43.tgz",
254 "integrity": "sha512-h8MLDHZcfIukwQWj03rIJZx1I0E81AYj2X7J/nGErG4nz+QAv6G1Z+peotvinL3lqpbo32tLYSMFo32/ySzxKg==",
255 "cpu": [
256 "x64"
257 ],
258 "license": "Apache-2.0 AND MIT",
259 "optional": true,
260 "os": [
261 "win32"
262 ],
263 "engines": {
264 "node": ">=10"
265 }
266 },
267 "node_modules/@swc/counter": {
268 "version": "0.1.3",
269 "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
270 "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
271 "license": "Apache-2.0"
272 },
273 "node_modules/@swc/types": {
274 "version": "0.1.27",
275 "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.27.tgz",
276 "integrity": "sha512-K6h3iUlqeM946U4sXFYeahefR1YBbXJvko+hv8WS8/0BNJ4OHiHRywMnQUJCqkR7Y9+hqQ1TvEpiKqUhz7NEFg==",
277 "license": "Apache-2.0",
278 "dependencies": {
279 "@swc/counter": "^0.1.3"
280 }
281 }
282 }
283}