@needle-tools/usd 0.0.2-next.de2e82b → 1.0.0-next.4d692f6

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.
Files changed (42) hide show
  1. package/CHANGELOG.md +36 -1
  2. package/README.md +245 -28
  3. package/package.json +46 -10
  4. package/src/bindings/emHdBindings.js +5 -12227
  5. package/src/bindings/emHdBindings.wasm +0 -0
  6. package/src/bindings/index.js +130 -47
  7. package/src/bindings/openusd-build-info.json +40 -0
  8. package/src/create.three.js +368 -53
  9. package/src/hydra/ThreeJsRenderDelegate.js +1128 -75
  10. package/src/plugins/index.js +1 -2
  11. package/src/plugins/needle.js +38 -2
  12. package/src/types/bindings.d.ts +296 -3
  13. package/src/types/create.three.d.ts +87 -7
  14. package/src/types/hydra.d.ts +7 -5
  15. package/src/types/plugins.d.ts +7 -0
  16. package/src/types/usd-core-bindings.d.ts +240 -0
  17. package/src/utils.js +3 -3
  18. package/src/vite/index.js +13 -1
  19. package/examples/index.html +0 -58
  20. package/examples/package-lock.json +0 -1548
  21. package/examples/package.json +0 -24
  22. package/examples/public/HttpReferences copy.usda +0 -46
  23. package/examples/public/HttpReferences.usda +0 -44
  24. package/examples/public/gingerbread/GingerbreadHouse.usda +0 -35
  25. package/examples/public/gingerbread/house/GingerBreadHouse.usdc +0 -0
  26. package/examples/public/gingerbread/house/textures/color.jpg +0 -0
  27. package/examples/public/gingerbread/house/textures/metallic_roughness.jpg +0 -0
  28. package/examples/public/gingerbread/house/textures/normal.jpg +0 -0
  29. package/examples/public/gingerbread/snowman/Snowman.usdc +0 -0
  30. package/examples/public/gingerbread/snowman/textures/color.jpg +0 -0
  31. package/examples/public/gingerbread/snowman/textures/metallic_roughness.jpg +0 -0
  32. package/examples/public/gingerbread/snowman/textures/normal.jpg +0 -0
  33. package/examples/public/test.usdz +0 -0
  34. package/examples/public/vite.svg +0 -1
  35. package/examples/src/fileHandling.ts +0 -256
  36. package/examples/src/main.ts +0 -167
  37. package/examples/src/three.ts +0 -140
  38. package/examples/src/vite-env.d.ts +0 -1
  39. package/examples/tsconfig.json +0 -23
  40. package/examples/vite.config.js +0 -21
  41. package/src/bindings/emHdBindings.data +0 -19331
  42. package/src/bindings/emHdBindings.worker.js +0 -124
@@ -1,1548 +0,0 @@
1
- {
2
- "name": "@needle-tools/usd-example-three",
3
- "version": "0.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "@needle-tools/usd-example-three",
9
- "version": "0.0.0",
10
- "dependencies": {
11
- "@needle-tools/usd": "file:..",
12
- "@types/three": "^0.165.0",
13
- "three": "^0.164.1",
14
- "vite-plugin-top-level-await": "^1.4.1",
15
- "vite-plugin-wasm": "^3.3.0"
16
- },
17
- "devDependencies": {
18
- "typescript": "^5.2.2",
19
- "vite": "^5.0.8",
20
- "vite-plugin-static-copy": "^1.0.5"
21
- }
22
- },
23
- "..": {
24
- "name": "@needle-tools/usd",
25
- "version": "0.0.1-alpha",
26
- "license": "ISC",
27
- "devDependencies": {
28
- "vite": "^5.2.13"
29
- },
30
- "peerDependencies": {
31
- "three": "^0.164.1"
32
- }
33
- },
34
- "node_modules/@esbuild/aix-ppc64": {
35
- "version": "0.20.2",
36
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz",
37
- "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==",
38
- "cpu": [
39
- "ppc64"
40
- ],
41
- "license": "MIT",
42
- "optional": true,
43
- "os": [
44
- "aix"
45
- ],
46
- "engines": {
47
- "node": ">=12"
48
- }
49
- },
50
- "node_modules/@esbuild/android-arm": {
51
- "version": "0.20.2",
52
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz",
53
- "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==",
54
- "cpu": [
55
- "arm"
56
- ],
57
- "license": "MIT",
58
- "optional": true,
59
- "os": [
60
- "android"
61
- ],
62
- "engines": {
63
- "node": ">=12"
64
- }
65
- },
66
- "node_modules/@esbuild/android-arm64": {
67
- "version": "0.20.2",
68
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz",
69
- "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==",
70
- "cpu": [
71
- "arm64"
72
- ],
73
- "license": "MIT",
74
- "optional": true,
75
- "os": [
76
- "android"
77
- ],
78
- "engines": {
79
- "node": ">=12"
80
- }
81
- },
82
- "node_modules/@esbuild/android-x64": {
83
- "version": "0.20.2",
84
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz",
85
- "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==",
86
- "cpu": [
87
- "x64"
88
- ],
89
- "license": "MIT",
90
- "optional": true,
91
- "os": [
92
- "android"
93
- ],
94
- "engines": {
95
- "node": ">=12"
96
- }
97
- },
98
- "node_modules/@esbuild/darwin-arm64": {
99
- "version": "0.20.2",
100
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz",
101
- "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==",
102
- "cpu": [
103
- "arm64"
104
- ],
105
- "license": "MIT",
106
- "optional": true,
107
- "os": [
108
- "darwin"
109
- ],
110
- "engines": {
111
- "node": ">=12"
112
- }
113
- },
114
- "node_modules/@esbuild/darwin-x64": {
115
- "version": "0.20.2",
116
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz",
117
- "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==",
118
- "cpu": [
119
- "x64"
120
- ],
121
- "license": "MIT",
122
- "optional": true,
123
- "os": [
124
- "darwin"
125
- ],
126
- "engines": {
127
- "node": ">=12"
128
- }
129
- },
130
- "node_modules/@esbuild/freebsd-arm64": {
131
- "version": "0.20.2",
132
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz",
133
- "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==",
134
- "cpu": [
135
- "arm64"
136
- ],
137
- "license": "MIT",
138
- "optional": true,
139
- "os": [
140
- "freebsd"
141
- ],
142
- "engines": {
143
- "node": ">=12"
144
- }
145
- },
146
- "node_modules/@esbuild/freebsd-x64": {
147
- "version": "0.20.2",
148
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz",
149
- "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==",
150
- "cpu": [
151
- "x64"
152
- ],
153
- "license": "MIT",
154
- "optional": true,
155
- "os": [
156
- "freebsd"
157
- ],
158
- "engines": {
159
- "node": ">=12"
160
- }
161
- },
162
- "node_modules/@esbuild/linux-arm": {
163
- "version": "0.20.2",
164
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz",
165
- "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==",
166
- "cpu": [
167
- "arm"
168
- ],
169
- "license": "MIT",
170
- "optional": true,
171
- "os": [
172
- "linux"
173
- ],
174
- "engines": {
175
- "node": ">=12"
176
- }
177
- },
178
- "node_modules/@esbuild/linux-arm64": {
179
- "version": "0.20.2",
180
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz",
181
- "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==",
182
- "cpu": [
183
- "arm64"
184
- ],
185
- "license": "MIT",
186
- "optional": true,
187
- "os": [
188
- "linux"
189
- ],
190
- "engines": {
191
- "node": ">=12"
192
- }
193
- },
194
- "node_modules/@esbuild/linux-ia32": {
195
- "version": "0.20.2",
196
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz",
197
- "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==",
198
- "cpu": [
199
- "ia32"
200
- ],
201
- "license": "MIT",
202
- "optional": true,
203
- "os": [
204
- "linux"
205
- ],
206
- "engines": {
207
- "node": ">=12"
208
- }
209
- },
210
- "node_modules/@esbuild/linux-loong64": {
211
- "version": "0.20.2",
212
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz",
213
- "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==",
214
- "cpu": [
215
- "loong64"
216
- ],
217
- "license": "MIT",
218
- "optional": true,
219
- "os": [
220
- "linux"
221
- ],
222
- "engines": {
223
- "node": ">=12"
224
- }
225
- },
226
- "node_modules/@esbuild/linux-mips64el": {
227
- "version": "0.20.2",
228
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz",
229
- "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==",
230
- "cpu": [
231
- "mips64el"
232
- ],
233
- "license": "MIT",
234
- "optional": true,
235
- "os": [
236
- "linux"
237
- ],
238
- "engines": {
239
- "node": ">=12"
240
- }
241
- },
242
- "node_modules/@esbuild/linux-ppc64": {
243
- "version": "0.20.2",
244
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz",
245
- "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==",
246
- "cpu": [
247
- "ppc64"
248
- ],
249
- "license": "MIT",
250
- "optional": true,
251
- "os": [
252
- "linux"
253
- ],
254
- "engines": {
255
- "node": ">=12"
256
- }
257
- },
258
- "node_modules/@esbuild/linux-riscv64": {
259
- "version": "0.20.2",
260
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz",
261
- "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==",
262
- "cpu": [
263
- "riscv64"
264
- ],
265
- "license": "MIT",
266
- "optional": true,
267
- "os": [
268
- "linux"
269
- ],
270
- "engines": {
271
- "node": ">=12"
272
- }
273
- },
274
- "node_modules/@esbuild/linux-s390x": {
275
- "version": "0.20.2",
276
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz",
277
- "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==",
278
- "cpu": [
279
- "s390x"
280
- ],
281
- "license": "MIT",
282
- "optional": true,
283
- "os": [
284
- "linux"
285
- ],
286
- "engines": {
287
- "node": ">=12"
288
- }
289
- },
290
- "node_modules/@esbuild/linux-x64": {
291
- "version": "0.20.2",
292
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz",
293
- "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==",
294
- "cpu": [
295
- "x64"
296
- ],
297
- "license": "MIT",
298
- "optional": true,
299
- "os": [
300
- "linux"
301
- ],
302
- "engines": {
303
- "node": ">=12"
304
- }
305
- },
306
- "node_modules/@esbuild/netbsd-x64": {
307
- "version": "0.20.2",
308
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz",
309
- "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==",
310
- "cpu": [
311
- "x64"
312
- ],
313
- "license": "MIT",
314
- "optional": true,
315
- "os": [
316
- "netbsd"
317
- ],
318
- "engines": {
319
- "node": ">=12"
320
- }
321
- },
322
- "node_modules/@esbuild/openbsd-x64": {
323
- "version": "0.20.2",
324
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz",
325
- "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==",
326
- "cpu": [
327
- "x64"
328
- ],
329
- "license": "MIT",
330
- "optional": true,
331
- "os": [
332
- "openbsd"
333
- ],
334
- "engines": {
335
- "node": ">=12"
336
- }
337
- },
338
- "node_modules/@esbuild/sunos-x64": {
339
- "version": "0.20.2",
340
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz",
341
- "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==",
342
- "cpu": [
343
- "x64"
344
- ],
345
- "license": "MIT",
346
- "optional": true,
347
- "os": [
348
- "sunos"
349
- ],
350
- "engines": {
351
- "node": ">=12"
352
- }
353
- },
354
- "node_modules/@esbuild/win32-arm64": {
355
- "version": "0.20.2",
356
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz",
357
- "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==",
358
- "cpu": [
359
- "arm64"
360
- ],
361
- "license": "MIT",
362
- "optional": true,
363
- "os": [
364
- "win32"
365
- ],
366
- "engines": {
367
- "node": ">=12"
368
- }
369
- },
370
- "node_modules/@esbuild/win32-ia32": {
371
- "version": "0.20.2",
372
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz",
373
- "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==",
374
- "cpu": [
375
- "ia32"
376
- ],
377
- "license": "MIT",
378
- "optional": true,
379
- "os": [
380
- "win32"
381
- ],
382
- "engines": {
383
- "node": ">=12"
384
- }
385
- },
386
- "node_modules/@esbuild/win32-x64": {
387
- "version": "0.20.2",
388
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz",
389
- "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==",
390
- "cpu": [
391
- "x64"
392
- ],
393
- "license": "MIT",
394
- "optional": true,
395
- "os": [
396
- "win32"
397
- ],
398
- "engines": {
399
- "node": ">=12"
400
- }
401
- },
402
- "node_modules/@needle-tools/usd": {
403
- "resolved": "..",
404
- "link": true
405
- },
406
- "node_modules/@nodelib/fs.scandir": {
407
- "version": "2.1.5",
408
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
409
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
410
- "dev": true,
411
- "license": "MIT",
412
- "dependencies": {
413
- "@nodelib/fs.stat": "2.0.5",
414
- "run-parallel": "^1.1.9"
415
- },
416
- "engines": {
417
- "node": ">= 8"
418
- }
419
- },
420
- "node_modules/@nodelib/fs.stat": {
421
- "version": "2.0.5",
422
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
423
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
424
- "dev": true,
425
- "license": "MIT",
426
- "engines": {
427
- "node": ">= 8"
428
- }
429
- },
430
- "node_modules/@nodelib/fs.walk": {
431
- "version": "1.2.8",
432
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
433
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
434
- "dev": true,
435
- "license": "MIT",
436
- "dependencies": {
437
- "@nodelib/fs.scandir": "2.1.5",
438
- "fastq": "^1.6.0"
439
- },
440
- "engines": {
441
- "node": ">= 8"
442
- }
443
- },
444
- "node_modules/@rollup/plugin-virtual": {
445
- "version": "3.0.2",
446
- "resolved": "https://registry.npmjs.org/@rollup/plugin-virtual/-/plugin-virtual-3.0.2.tgz",
447
- "integrity": "sha512-10monEYsBp3scM4/ND4LNH5Rxvh3e/cVeL3jWTgZ2SrQ+BmUoQcopVQvnaMcOnykb1VkxUFuDAN+0FnpTFRy2A==",
448
- "license": "MIT",
449
- "engines": {
450
- "node": ">=14.0.0"
451
- },
452
- "peerDependencies": {
453
- "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
454
- },
455
- "peerDependenciesMeta": {
456
- "rollup": {
457
- "optional": true
458
- }
459
- }
460
- },
461
- "node_modules/@rollup/rollup-android-arm-eabi": {
462
- "version": "4.18.0",
463
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.18.0.tgz",
464
- "integrity": "sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==",
465
- "cpu": [
466
- "arm"
467
- ],
468
- "license": "MIT",
469
- "optional": true,
470
- "os": [
471
- "android"
472
- ]
473
- },
474
- "node_modules/@rollup/rollup-android-arm64": {
475
- "version": "4.18.0",
476
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.18.0.tgz",
477
- "integrity": "sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==",
478
- "cpu": [
479
- "arm64"
480
- ],
481
- "license": "MIT",
482
- "optional": true,
483
- "os": [
484
- "android"
485
- ]
486
- },
487
- "node_modules/@rollup/rollup-darwin-arm64": {
488
- "version": "4.18.0",
489
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.18.0.tgz",
490
- "integrity": "sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==",
491
- "cpu": [
492
- "arm64"
493
- ],
494
- "license": "MIT",
495
- "optional": true,
496
- "os": [
497
- "darwin"
498
- ]
499
- },
500
- "node_modules/@rollup/rollup-darwin-x64": {
501
- "version": "4.18.0",
502
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.18.0.tgz",
503
- "integrity": "sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==",
504
- "cpu": [
505
- "x64"
506
- ],
507
- "license": "MIT",
508
- "optional": true,
509
- "os": [
510
- "darwin"
511
- ]
512
- },
513
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
514
- "version": "4.18.0",
515
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.18.0.tgz",
516
- "integrity": "sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==",
517
- "cpu": [
518
- "arm"
519
- ],
520
- "license": "MIT",
521
- "optional": true,
522
- "os": [
523
- "linux"
524
- ]
525
- },
526
- "node_modules/@rollup/rollup-linux-arm-musleabihf": {
527
- "version": "4.18.0",
528
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.18.0.tgz",
529
- "integrity": "sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==",
530
- "cpu": [
531
- "arm"
532
- ],
533
- "license": "MIT",
534
- "optional": true,
535
- "os": [
536
- "linux"
537
- ]
538
- },
539
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
540
- "version": "4.18.0",
541
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.18.0.tgz",
542
- "integrity": "sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==",
543
- "cpu": [
544
- "arm64"
545
- ],
546
- "license": "MIT",
547
- "optional": true,
548
- "os": [
549
- "linux"
550
- ]
551
- },
552
- "node_modules/@rollup/rollup-linux-arm64-musl": {
553
- "version": "4.18.0",
554
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.18.0.tgz",
555
- "integrity": "sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==",
556
- "cpu": [
557
- "arm64"
558
- ],
559
- "license": "MIT",
560
- "optional": true,
561
- "os": [
562
- "linux"
563
- ]
564
- },
565
- "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
566
- "version": "4.18.0",
567
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.18.0.tgz",
568
- "integrity": "sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==",
569
- "cpu": [
570
- "ppc64"
571
- ],
572
- "license": "MIT",
573
- "optional": true,
574
- "os": [
575
- "linux"
576
- ]
577
- },
578
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
579
- "version": "4.18.0",
580
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.18.0.tgz",
581
- "integrity": "sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==",
582
- "cpu": [
583
- "riscv64"
584
- ],
585
- "license": "MIT",
586
- "optional": true,
587
- "os": [
588
- "linux"
589
- ]
590
- },
591
- "node_modules/@rollup/rollup-linux-s390x-gnu": {
592
- "version": "4.18.0",
593
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.18.0.tgz",
594
- "integrity": "sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==",
595
- "cpu": [
596
- "s390x"
597
- ],
598
- "license": "MIT",
599
- "optional": true,
600
- "os": [
601
- "linux"
602
- ]
603
- },
604
- "node_modules/@rollup/rollup-linux-x64-gnu": {
605
- "version": "4.18.0",
606
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.0.tgz",
607
- "integrity": "sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==",
608
- "cpu": [
609
- "x64"
610
- ],
611
- "license": "MIT",
612
- "optional": true,
613
- "os": [
614
- "linux"
615
- ]
616
- },
617
- "node_modules/@rollup/rollup-linux-x64-musl": {
618
- "version": "4.18.0",
619
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.18.0.tgz",
620
- "integrity": "sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==",
621
- "cpu": [
622
- "x64"
623
- ],
624
- "license": "MIT",
625
- "optional": true,
626
- "os": [
627
- "linux"
628
- ]
629
- },
630
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
631
- "version": "4.18.0",
632
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.18.0.tgz",
633
- "integrity": "sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==",
634
- "cpu": [
635
- "arm64"
636
- ],
637
- "license": "MIT",
638
- "optional": true,
639
- "os": [
640
- "win32"
641
- ]
642
- },
643
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
644
- "version": "4.18.0",
645
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.18.0.tgz",
646
- "integrity": "sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==",
647
- "cpu": [
648
- "ia32"
649
- ],
650
- "license": "MIT",
651
- "optional": true,
652
- "os": [
653
- "win32"
654
- ]
655
- },
656
- "node_modules/@rollup/rollup-win32-x64-msvc": {
657
- "version": "4.18.0",
658
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.18.0.tgz",
659
- "integrity": "sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==",
660
- "cpu": [
661
- "x64"
662
- ],
663
- "license": "MIT",
664
- "optional": true,
665
- "os": [
666
- "win32"
667
- ]
668
- },
669
- "node_modules/@swc/core": {
670
- "version": "1.5.28",
671
- "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.5.28.tgz",
672
- "integrity": "sha512-muCdNIqOTURUgYeyyOLYE3ShL8SZO6dw6bhRm6dCvxWzCZOncPc5fB0kjcPXTML+9KJoHL7ks5xg+vsQK+v6ig==",
673
- "hasInstallScript": true,
674
- "license": "Apache-2.0",
675
- "dependencies": {
676
- "@swc/counter": "^0.1.3",
677
- "@swc/types": "^0.1.8"
678
- },
679
- "engines": {
680
- "node": ">=10"
681
- },
682
- "funding": {
683
- "type": "opencollective",
684
- "url": "https://opencollective.com/swc"
685
- },
686
- "optionalDependencies": {
687
- "@swc/core-darwin-arm64": "1.5.28",
688
- "@swc/core-darwin-x64": "1.5.28",
689
- "@swc/core-linux-arm-gnueabihf": "1.5.28",
690
- "@swc/core-linux-arm64-gnu": "1.5.28",
691
- "@swc/core-linux-arm64-musl": "1.5.28",
692
- "@swc/core-linux-x64-gnu": "1.5.28",
693
- "@swc/core-linux-x64-musl": "1.5.28",
694
- "@swc/core-win32-arm64-msvc": "1.5.28",
695
- "@swc/core-win32-ia32-msvc": "1.5.28",
696
- "@swc/core-win32-x64-msvc": "1.5.28"
697
- },
698
- "peerDependencies": {
699
- "@swc/helpers": "*"
700
- },
701
- "peerDependenciesMeta": {
702
- "@swc/helpers": {
703
- "optional": true
704
- }
705
- }
706
- },
707
- "node_modules/@swc/core-darwin-arm64": {
708
- "version": "1.5.28",
709
- "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.5.28.tgz",
710
- "integrity": "sha512-sP6g63ybzIdOWNDbn51tyHN8EMt7Mb4RMeHQEsXB7wQfDvzhpWB+AbfK6Gs3Q8fwP/pmWIrWW9csKOc1K2Mmkg==",
711
- "cpu": [
712
- "arm64"
713
- ],
714
- "license": "Apache-2.0 AND MIT",
715
- "optional": true,
716
- "os": [
717
- "darwin"
718
- ],
719
- "engines": {
720
- "node": ">=10"
721
- }
722
- },
723
- "node_modules/@swc/core-darwin-x64": {
724
- "version": "1.5.28",
725
- "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.5.28.tgz",
726
- "integrity": "sha512-Bd/agp/g7QocQG5AuorOzSC78t8OzeN+pCN/QvJj1CvPhvppjJw6e1vAbOR8vO2vvGi2pvtf3polrYQStJtSiA==",
727
- "cpu": [
728
- "x64"
729
- ],
730
- "license": "Apache-2.0 AND MIT",
731
- "optional": true,
732
- "os": [
733
- "darwin"
734
- ],
735
- "engines": {
736
- "node": ">=10"
737
- }
738
- },
739
- "node_modules/@swc/core-linux-arm-gnueabihf": {
740
- "version": "1.5.28",
741
- "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.5.28.tgz",
742
- "integrity": "sha512-Wr3TwPGIveS9/OBWm0r9VAL8wkCR0zQn46J8K01uYCmVhUNK3Muxjs0vQBZaOrGu94mqbj9OXY+gB3W7aDvGdA==",
743
- "cpu": [
744
- "arm"
745
- ],
746
- "license": "Apache-2.0",
747
- "optional": true,
748
- "os": [
749
- "linux"
750
- ],
751
- "engines": {
752
- "node": ">=10"
753
- }
754
- },
755
- "node_modules/@swc/core-linux-arm64-gnu": {
756
- "version": "1.5.28",
757
- "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.5.28.tgz",
758
- "integrity": "sha512-8G1ZwVTuLgTAVTMPD+M97eU6WeiRIlGHwKZ5fiJHPBcz1xqIC7jQcEh7XBkobkYoU5OILotls3gzjRt8CMNyDQ==",
759
- "cpu": [
760
- "arm64"
761
- ],
762
- "license": "Apache-2.0 AND MIT",
763
- "optional": true,
764
- "os": [
765
- "linux"
766
- ],
767
- "engines": {
768
- "node": ">=10"
769
- }
770
- },
771
- "node_modules/@swc/core-linux-arm64-musl": {
772
- "version": "1.5.28",
773
- "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.5.28.tgz",
774
- "integrity": "sha512-0Ajdzb5Fzvz+XUbN5ESeHAz9aHHSYiQcm+vmsDi0TtPHmsalfnqEPZmnK0zPALPJPLQP2dDo4hELeDg3/c3xgA==",
775
- "cpu": [
776
- "arm64"
777
- ],
778
- "license": "Apache-2.0 AND MIT",
779
- "optional": true,
780
- "os": [
781
- "linux"
782
- ],
783
- "engines": {
784
- "node": ">=10"
785
- }
786
- },
787
- "node_modules/@swc/core-linux-x64-gnu": {
788
- "version": "1.5.28",
789
- "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.5.28.tgz",
790
- "integrity": "sha512-ueQ9VejnQUM2Pt+vT0IAKoF4vYBWUP6n1KHGdILpoGe3LuafQrqu7RoyQ15C7/AYii7hAeNhTFdf6gLbg8cjFg==",
791
- "cpu": [
792
- "x64"
793
- ],
794
- "license": "Apache-2.0 AND MIT",
795
- "optional": true,
796
- "os": [
797
- "linux"
798
- ],
799
- "engines": {
800
- "node": ">=10"
801
- }
802
- },
803
- "node_modules/@swc/core-linux-x64-musl": {
804
- "version": "1.5.28",
805
- "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.5.28.tgz",
806
- "integrity": "sha512-G5th8Mg0az8CbY4GQt9/m5hg2Y0kGIwvQBeVACuLQB6q2Y4txzdiTpjmFqUUhEvvl7Klyx1IHvNhfXs3zpt7PA==",
807
- "cpu": [
808
- "x64"
809
- ],
810
- "license": "Apache-2.0 AND MIT",
811
- "optional": true,
812
- "os": [
813
- "linux"
814
- ],
815
- "engines": {
816
- "node": ">=10"
817
- }
818
- },
819
- "node_modules/@swc/core-win32-arm64-msvc": {
820
- "version": "1.5.28",
821
- "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.5.28.tgz",
822
- "integrity": "sha512-JezwCGavZ7CkNXx4yInI4kpb71L0zxzxA9BFlmnsGKEEjVQcKc3hFpmIzfFVs+eotlBUwDNb0+Yo9m6Cb7lllA==",
823
- "cpu": [
824
- "arm64"
825
- ],
826
- "license": "Apache-2.0 AND MIT",
827
- "optional": true,
828
- "os": [
829
- "win32"
830
- ],
831
- "engines": {
832
- "node": ">=10"
833
- }
834
- },
835
- "node_modules/@swc/core-win32-ia32-msvc": {
836
- "version": "1.5.28",
837
- "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.5.28.tgz",
838
- "integrity": "sha512-q8tW5J4RkOkl7vYShnWS//VAb2Ngolfm9WOMaF2GRJUr2Y/Xeb/+cNjdsNOqea2BzW049D5vdP7XPmir3/zUZw==",
839
- "cpu": [
840
- "ia32"
841
- ],
842
- "license": "Apache-2.0 AND MIT",
843
- "optional": true,
844
- "os": [
845
- "win32"
846
- ],
847
- "engines": {
848
- "node": ">=10"
849
- }
850
- },
851
- "node_modules/@swc/core-win32-x64-msvc": {
852
- "version": "1.5.28",
853
- "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.5.28.tgz",
854
- "integrity": "sha512-jap6EiB3wG1YE1hyhNr9KLPpH4PGm+5tVMfN0l7fgKtV0ikgpcEN/YF94tru+z5m2HovqYW009+Evq9dcVGmpg==",
855
- "cpu": [
856
- "x64"
857
- ],
858
- "license": "Apache-2.0 AND MIT",
859
- "optional": true,
860
- "os": [
861
- "win32"
862
- ],
863
- "engines": {
864
- "node": ">=10"
865
- }
866
- },
867
- "node_modules/@swc/counter": {
868
- "version": "0.1.3",
869
- "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
870
- "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
871
- "license": "Apache-2.0"
872
- },
873
- "node_modules/@swc/types": {
874
- "version": "0.1.8",
875
- "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.8.tgz",
876
- "integrity": "sha512-RNFA3+7OJFNYY78x0FYwi1Ow+iF1eF5WvmfY1nXPOEH4R2p/D4Cr1vzje7dNAI2aLFqpv8Wyz4oKSWqIZArpQA==",
877
- "license": "Apache-2.0",
878
- "dependencies": {
879
- "@swc/counter": "^0.1.3"
880
- }
881
- },
882
- "node_modules/@tweenjs/tween.js": {
883
- "version": "23.1.2",
884
- "resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-23.1.2.tgz",
885
- "integrity": "sha512-kMCNaZCJugWI86xiEHaY338CU5JpD0B97p1j1IKNn/Zto8PgACjQx0UxbHjmOcLl/dDOBnItwD07KmCs75pxtQ==",
886
- "license": "MIT"
887
- },
888
- "node_modules/@types/estree": {
889
- "version": "1.0.5",
890
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
891
- "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
892
- "license": "MIT"
893
- },
894
- "node_modules/@types/stats.js": {
895
- "version": "0.17.3",
896
- "resolved": "https://registry.npmjs.org/@types/stats.js/-/stats.js-0.17.3.tgz",
897
- "integrity": "sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ==",
898
- "license": "MIT"
899
- },
900
- "node_modules/@types/three": {
901
- "version": "0.165.0",
902
- "resolved": "https://registry.npmjs.org/@types/three/-/three-0.165.0.tgz",
903
- "integrity": "sha512-AJK8JZAFNBF0kBXiAIl5pggYlzAGGA8geVYQXAcPCEDRbyA+oEjkpUBcJJrtNz6IiALwzGexFJGZG2yV3WsYBw==",
904
- "license": "MIT",
905
- "dependencies": {
906
- "@tweenjs/tween.js": "~23.1.1",
907
- "@types/stats.js": "*",
908
- "@types/webxr": "*",
909
- "fflate": "~0.8.2",
910
- "meshoptimizer": "~0.18.1"
911
- }
912
- },
913
- "node_modules/@types/webxr": {
914
- "version": "0.5.16",
915
- "resolved": "https://registry.npmjs.org/@types/webxr/-/webxr-0.5.16.tgz",
916
- "integrity": "sha512-0E0Cl84FECtzrB4qG19TNTqpunw0F1YF0QZZnFMF6pDw1kNKJtrlTKlVB34stGIsHbZsYQ7H0tNjPfZftkHHoA==",
917
- "license": "MIT"
918
- },
919
- "node_modules/anymatch": {
920
- "version": "3.1.3",
921
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
922
- "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
923
- "dev": true,
924
- "license": "ISC",
925
- "dependencies": {
926
- "normalize-path": "^3.0.0",
927
- "picomatch": "^2.0.4"
928
- },
929
- "engines": {
930
- "node": ">= 8"
931
- }
932
- },
933
- "node_modules/binary-extensions": {
934
- "version": "2.3.0",
935
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
936
- "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
937
- "dev": true,
938
- "license": "MIT",
939
- "engines": {
940
- "node": ">=8"
941
- },
942
- "funding": {
943
- "url": "https://github.com/sponsors/sindresorhus"
944
- }
945
- },
946
- "node_modules/braces": {
947
- "version": "3.0.3",
948
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
949
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
950
- "dev": true,
951
- "license": "MIT",
952
- "dependencies": {
953
- "fill-range": "^7.1.1"
954
- },
955
- "engines": {
956
- "node": ">=8"
957
- }
958
- },
959
- "node_modules/chokidar": {
960
- "version": "3.6.0",
961
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
962
- "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
963
- "dev": true,
964
- "license": "MIT",
965
- "dependencies": {
966
- "anymatch": "~3.1.2",
967
- "braces": "~3.0.2",
968
- "glob-parent": "~5.1.2",
969
- "is-binary-path": "~2.1.0",
970
- "is-glob": "~4.0.1",
971
- "normalize-path": "~3.0.0",
972
- "readdirp": "~3.6.0"
973
- },
974
- "engines": {
975
- "node": ">= 8.10.0"
976
- },
977
- "funding": {
978
- "url": "https://paulmillr.com/funding/"
979
- },
980
- "optionalDependencies": {
981
- "fsevents": "~2.3.2"
982
- }
983
- },
984
- "node_modules/esbuild": {
985
- "version": "0.20.2",
986
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz",
987
- "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==",
988
- "hasInstallScript": true,
989
- "license": "MIT",
990
- "bin": {
991
- "esbuild": "bin/esbuild"
992
- },
993
- "engines": {
994
- "node": ">=12"
995
- },
996
- "optionalDependencies": {
997
- "@esbuild/aix-ppc64": "0.20.2",
998
- "@esbuild/android-arm": "0.20.2",
999
- "@esbuild/android-arm64": "0.20.2",
1000
- "@esbuild/android-x64": "0.20.2",
1001
- "@esbuild/darwin-arm64": "0.20.2",
1002
- "@esbuild/darwin-x64": "0.20.2",
1003
- "@esbuild/freebsd-arm64": "0.20.2",
1004
- "@esbuild/freebsd-x64": "0.20.2",
1005
- "@esbuild/linux-arm": "0.20.2",
1006
- "@esbuild/linux-arm64": "0.20.2",
1007
- "@esbuild/linux-ia32": "0.20.2",
1008
- "@esbuild/linux-loong64": "0.20.2",
1009
- "@esbuild/linux-mips64el": "0.20.2",
1010
- "@esbuild/linux-ppc64": "0.20.2",
1011
- "@esbuild/linux-riscv64": "0.20.2",
1012
- "@esbuild/linux-s390x": "0.20.2",
1013
- "@esbuild/linux-x64": "0.20.2",
1014
- "@esbuild/netbsd-x64": "0.20.2",
1015
- "@esbuild/openbsd-x64": "0.20.2",
1016
- "@esbuild/sunos-x64": "0.20.2",
1017
- "@esbuild/win32-arm64": "0.20.2",
1018
- "@esbuild/win32-ia32": "0.20.2",
1019
- "@esbuild/win32-x64": "0.20.2"
1020
- }
1021
- },
1022
- "node_modules/fast-glob": {
1023
- "version": "3.3.2",
1024
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
1025
- "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
1026
- "dev": true,
1027
- "license": "MIT",
1028
- "dependencies": {
1029
- "@nodelib/fs.stat": "^2.0.2",
1030
- "@nodelib/fs.walk": "^1.2.3",
1031
- "glob-parent": "^5.1.2",
1032
- "merge2": "^1.3.0",
1033
- "micromatch": "^4.0.4"
1034
- },
1035
- "engines": {
1036
- "node": ">=8.6.0"
1037
- }
1038
- },
1039
- "node_modules/fastq": {
1040
- "version": "1.17.1",
1041
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
1042
- "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
1043
- "dev": true,
1044
- "license": "ISC",
1045
- "dependencies": {
1046
- "reusify": "^1.0.4"
1047
- }
1048
- },
1049
- "node_modules/fflate": {
1050
- "version": "0.8.2",
1051
- "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
1052
- "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==",
1053
- "license": "MIT"
1054
- },
1055
- "node_modules/fill-range": {
1056
- "version": "7.1.1",
1057
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
1058
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
1059
- "dev": true,
1060
- "license": "MIT",
1061
- "dependencies": {
1062
- "to-regex-range": "^5.0.1"
1063
- },
1064
- "engines": {
1065
- "node": ">=8"
1066
- }
1067
- },
1068
- "node_modules/fs-extra": {
1069
- "version": "11.2.0",
1070
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
1071
- "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
1072
- "dev": true,
1073
- "license": "MIT",
1074
- "dependencies": {
1075
- "graceful-fs": "^4.2.0",
1076
- "jsonfile": "^6.0.1",
1077
- "universalify": "^2.0.0"
1078
- },
1079
- "engines": {
1080
- "node": ">=14.14"
1081
- }
1082
- },
1083
- "node_modules/fsevents": {
1084
- "version": "2.3.3",
1085
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1086
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1087
- "hasInstallScript": true,
1088
- "license": "MIT",
1089
- "optional": true,
1090
- "os": [
1091
- "darwin"
1092
- ],
1093
- "engines": {
1094
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1095
- }
1096
- },
1097
- "node_modules/glob-parent": {
1098
- "version": "5.1.2",
1099
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
1100
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
1101
- "dev": true,
1102
- "license": "ISC",
1103
- "dependencies": {
1104
- "is-glob": "^4.0.1"
1105
- },
1106
- "engines": {
1107
- "node": ">= 6"
1108
- }
1109
- },
1110
- "node_modules/graceful-fs": {
1111
- "version": "4.2.11",
1112
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1113
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1114
- "dev": true,
1115
- "license": "ISC"
1116
- },
1117
- "node_modules/is-binary-path": {
1118
- "version": "2.1.0",
1119
- "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
1120
- "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
1121
- "dev": true,
1122
- "license": "MIT",
1123
- "dependencies": {
1124
- "binary-extensions": "^2.0.0"
1125
- },
1126
- "engines": {
1127
- "node": ">=8"
1128
- }
1129
- },
1130
- "node_modules/is-extglob": {
1131
- "version": "2.1.1",
1132
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1133
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
1134
- "dev": true,
1135
- "license": "MIT",
1136
- "engines": {
1137
- "node": ">=0.10.0"
1138
- }
1139
- },
1140
- "node_modules/is-glob": {
1141
- "version": "4.0.3",
1142
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
1143
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
1144
- "dev": true,
1145
- "license": "MIT",
1146
- "dependencies": {
1147
- "is-extglob": "^2.1.1"
1148
- },
1149
- "engines": {
1150
- "node": ">=0.10.0"
1151
- }
1152
- },
1153
- "node_modules/is-number": {
1154
- "version": "7.0.0",
1155
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
1156
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
1157
- "dev": true,
1158
- "license": "MIT",
1159
- "engines": {
1160
- "node": ">=0.12.0"
1161
- }
1162
- },
1163
- "node_modules/jsonfile": {
1164
- "version": "6.1.0",
1165
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
1166
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
1167
- "dev": true,
1168
- "license": "MIT",
1169
- "dependencies": {
1170
- "universalify": "^2.0.0"
1171
- },
1172
- "optionalDependencies": {
1173
- "graceful-fs": "^4.1.6"
1174
- }
1175
- },
1176
- "node_modules/merge2": {
1177
- "version": "1.4.1",
1178
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
1179
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
1180
- "dev": true,
1181
- "license": "MIT",
1182
- "engines": {
1183
- "node": ">= 8"
1184
- }
1185
- },
1186
- "node_modules/meshoptimizer": {
1187
- "version": "0.18.1",
1188
- "resolved": "https://registry.npmjs.org/meshoptimizer/-/meshoptimizer-0.18.1.tgz",
1189
- "integrity": "sha512-ZhoIoL7TNV4s5B6+rx5mC//fw8/POGyNxS/DZyCJeiZ12ScLfVwRE/GfsxwiTkMYYD5DmK2/JXnEVXqL4rF+Sw==",
1190
- "license": "MIT"
1191
- },
1192
- "node_modules/micromatch": {
1193
- "version": "4.0.7",
1194
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
1195
- "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
1196
- "dev": true,
1197
- "license": "MIT",
1198
- "dependencies": {
1199
- "braces": "^3.0.3",
1200
- "picomatch": "^2.3.1"
1201
- },
1202
- "engines": {
1203
- "node": ">=8.6"
1204
- }
1205
- },
1206
- "node_modules/nanoid": {
1207
- "version": "3.3.7",
1208
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
1209
- "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
1210
- "funding": [
1211
- {
1212
- "type": "github",
1213
- "url": "https://github.com/sponsors/ai"
1214
- }
1215
- ],
1216
- "license": "MIT",
1217
- "bin": {
1218
- "nanoid": "bin/nanoid.cjs"
1219
- },
1220
- "engines": {
1221
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1222
- }
1223
- },
1224
- "node_modules/normalize-path": {
1225
- "version": "3.0.0",
1226
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
1227
- "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
1228
- "dev": true,
1229
- "license": "MIT",
1230
- "engines": {
1231
- "node": ">=0.10.0"
1232
- }
1233
- },
1234
- "node_modules/picocolors": {
1235
- "version": "1.0.1",
1236
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
1237
- "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
1238
- "license": "ISC"
1239
- },
1240
- "node_modules/picomatch": {
1241
- "version": "2.3.1",
1242
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1243
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1244
- "dev": true,
1245
- "license": "MIT",
1246
- "engines": {
1247
- "node": ">=8.6"
1248
- },
1249
- "funding": {
1250
- "url": "https://github.com/sponsors/jonschlinkert"
1251
- }
1252
- },
1253
- "node_modules/postcss": {
1254
- "version": "8.4.38",
1255
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
1256
- "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
1257
- "funding": [
1258
- {
1259
- "type": "opencollective",
1260
- "url": "https://opencollective.com/postcss/"
1261
- },
1262
- {
1263
- "type": "tidelift",
1264
- "url": "https://tidelift.com/funding/github/npm/postcss"
1265
- },
1266
- {
1267
- "type": "github",
1268
- "url": "https://github.com/sponsors/ai"
1269
- }
1270
- ],
1271
- "license": "MIT",
1272
- "dependencies": {
1273
- "nanoid": "^3.3.7",
1274
- "picocolors": "^1.0.0",
1275
- "source-map-js": "^1.2.0"
1276
- },
1277
- "engines": {
1278
- "node": "^10 || ^12 || >=14"
1279
- }
1280
- },
1281
- "node_modules/queue-microtask": {
1282
- "version": "1.2.3",
1283
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
1284
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
1285
- "dev": true,
1286
- "funding": [
1287
- {
1288
- "type": "github",
1289
- "url": "https://github.com/sponsors/feross"
1290
- },
1291
- {
1292
- "type": "patreon",
1293
- "url": "https://www.patreon.com/feross"
1294
- },
1295
- {
1296
- "type": "consulting",
1297
- "url": "https://feross.org/support"
1298
- }
1299
- ],
1300
- "license": "MIT"
1301
- },
1302
- "node_modules/readdirp": {
1303
- "version": "3.6.0",
1304
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
1305
- "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
1306
- "dev": true,
1307
- "license": "MIT",
1308
- "dependencies": {
1309
- "picomatch": "^2.2.1"
1310
- },
1311
- "engines": {
1312
- "node": ">=8.10.0"
1313
- }
1314
- },
1315
- "node_modules/reusify": {
1316
- "version": "1.0.4",
1317
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
1318
- "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
1319
- "dev": true,
1320
- "license": "MIT",
1321
- "engines": {
1322
- "iojs": ">=1.0.0",
1323
- "node": ">=0.10.0"
1324
- }
1325
- },
1326
- "node_modules/rollup": {
1327
- "version": "4.18.0",
1328
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.18.0.tgz",
1329
- "integrity": "sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==",
1330
- "license": "MIT",
1331
- "dependencies": {
1332
- "@types/estree": "1.0.5"
1333
- },
1334
- "bin": {
1335
- "rollup": "dist/bin/rollup"
1336
- },
1337
- "engines": {
1338
- "node": ">=18.0.0",
1339
- "npm": ">=8.0.0"
1340
- },
1341
- "optionalDependencies": {
1342
- "@rollup/rollup-android-arm-eabi": "4.18.0",
1343
- "@rollup/rollup-android-arm64": "4.18.0",
1344
- "@rollup/rollup-darwin-arm64": "4.18.0",
1345
- "@rollup/rollup-darwin-x64": "4.18.0",
1346
- "@rollup/rollup-linux-arm-gnueabihf": "4.18.0",
1347
- "@rollup/rollup-linux-arm-musleabihf": "4.18.0",
1348
- "@rollup/rollup-linux-arm64-gnu": "4.18.0",
1349
- "@rollup/rollup-linux-arm64-musl": "4.18.0",
1350
- "@rollup/rollup-linux-powerpc64le-gnu": "4.18.0",
1351
- "@rollup/rollup-linux-riscv64-gnu": "4.18.0",
1352
- "@rollup/rollup-linux-s390x-gnu": "4.18.0",
1353
- "@rollup/rollup-linux-x64-gnu": "4.18.0",
1354
- "@rollup/rollup-linux-x64-musl": "4.18.0",
1355
- "@rollup/rollup-win32-arm64-msvc": "4.18.0",
1356
- "@rollup/rollup-win32-ia32-msvc": "4.18.0",
1357
- "@rollup/rollup-win32-x64-msvc": "4.18.0",
1358
- "fsevents": "~2.3.2"
1359
- }
1360
- },
1361
- "node_modules/run-parallel": {
1362
- "version": "1.2.0",
1363
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
1364
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
1365
- "dev": true,
1366
- "funding": [
1367
- {
1368
- "type": "github",
1369
- "url": "https://github.com/sponsors/feross"
1370
- },
1371
- {
1372
- "type": "patreon",
1373
- "url": "https://www.patreon.com/feross"
1374
- },
1375
- {
1376
- "type": "consulting",
1377
- "url": "https://feross.org/support"
1378
- }
1379
- ],
1380
- "license": "MIT",
1381
- "dependencies": {
1382
- "queue-microtask": "^1.2.2"
1383
- }
1384
- },
1385
- "node_modules/source-map-js": {
1386
- "version": "1.2.0",
1387
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
1388
- "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
1389
- "license": "BSD-3-Clause",
1390
- "engines": {
1391
- "node": ">=0.10.0"
1392
- }
1393
- },
1394
- "node_modules/three": {
1395
- "version": "0.164.1",
1396
- "resolved": "https://registry.npmjs.org/three/-/three-0.164.1.tgz",
1397
- "integrity": "sha512-iC/hUBbl1vzFny7f5GtqzVXYjMJKaTPxiCxXfrvVdBi1Sf+jhd1CAkitiFwC7mIBFCo3MrDLJG97yisoaWig0w==",
1398
- "license": "MIT"
1399
- },
1400
- "node_modules/to-regex-range": {
1401
- "version": "5.0.1",
1402
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
1403
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
1404
- "dev": true,
1405
- "license": "MIT",
1406
- "dependencies": {
1407
- "is-number": "^7.0.0"
1408
- },
1409
- "engines": {
1410
- "node": ">=8.0"
1411
- }
1412
- },
1413
- "node_modules/typescript": {
1414
- "version": "5.4.5",
1415
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
1416
- "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
1417
- "dev": true,
1418
- "license": "Apache-2.0",
1419
- "bin": {
1420
- "tsc": "bin/tsc",
1421
- "tsserver": "bin/tsserver"
1422
- },
1423
- "engines": {
1424
- "node": ">=14.17"
1425
- }
1426
- },
1427
- "node_modules/universalify": {
1428
- "version": "2.0.1",
1429
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
1430
- "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
1431
- "dev": true,
1432
- "license": "MIT",
1433
- "engines": {
1434
- "node": ">= 10.0.0"
1435
- }
1436
- },
1437
- "node_modules/uuid": {
1438
- "version": "9.0.1",
1439
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
1440
- "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
1441
- "funding": [
1442
- "https://github.com/sponsors/broofa",
1443
- "https://github.com/sponsors/ctavan"
1444
- ],
1445
- "license": "MIT",
1446
- "bin": {
1447
- "uuid": "dist/bin/uuid"
1448
- }
1449
- },
1450
- "node_modules/vite": {
1451
- "version": "5.2.13",
1452
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.13.tgz",
1453
- "integrity": "sha512-SSq1noJfY9pR3I1TUENL3rQYDQCFqgD+lM6fTRAM8Nv6Lsg5hDLaXkjETVeBt+7vZBCMoibD+6IWnT2mJ+Zb/A==",
1454
- "license": "MIT",
1455
- "dependencies": {
1456
- "esbuild": "^0.20.1",
1457
- "postcss": "^8.4.38",
1458
- "rollup": "^4.13.0"
1459
- },
1460
- "bin": {
1461
- "vite": "bin/vite.js"
1462
- },
1463
- "engines": {
1464
- "node": "^18.0.0 || >=20.0.0"
1465
- },
1466
- "funding": {
1467
- "url": "https://github.com/vitejs/vite?sponsor=1"
1468
- },
1469
- "optionalDependencies": {
1470
- "fsevents": "~2.3.3"
1471
- },
1472
- "peerDependencies": {
1473
- "@types/node": "^18.0.0 || >=20.0.0",
1474
- "less": "*",
1475
- "lightningcss": "^1.21.0",
1476
- "sass": "*",
1477
- "stylus": "*",
1478
- "sugarss": "*",
1479
- "terser": "^5.4.0"
1480
- },
1481
- "peerDependenciesMeta": {
1482
- "@types/node": {
1483
- "optional": true
1484
- },
1485
- "less": {
1486
- "optional": true
1487
- },
1488
- "lightningcss": {
1489
- "optional": true
1490
- },
1491
- "sass": {
1492
- "optional": true
1493
- },
1494
- "stylus": {
1495
- "optional": true
1496
- },
1497
- "sugarss": {
1498
- "optional": true
1499
- },
1500
- "terser": {
1501
- "optional": true
1502
- }
1503
- }
1504
- },
1505
- "node_modules/vite-plugin-static-copy": {
1506
- "version": "1.0.5",
1507
- "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.5.tgz",
1508
- "integrity": "sha512-02k0Rox+buYdEOfeilKZSgs1gXfPf9RjVztZEIYZgVIxjsVZi6AXssjzdi+qW6zYt00d3bq+tpP2voVXN2fKLw==",
1509
- "dev": true,
1510
- "license": "MIT",
1511
- "dependencies": {
1512
- "chokidar": "^3.5.3",
1513
- "fast-glob": "^3.2.11",
1514
- "fs-extra": "^11.1.0",
1515
- "picocolors": "^1.0.0"
1516
- },
1517
- "engines": {
1518
- "node": "^18.0.0 || >=20.0.0"
1519
- },
1520
- "peerDependencies": {
1521
- "vite": "^5.0.0"
1522
- }
1523
- },
1524
- "node_modules/vite-plugin-top-level-await": {
1525
- "version": "1.4.1",
1526
- "resolved": "https://registry.npmjs.org/vite-plugin-top-level-await/-/vite-plugin-top-level-await-1.4.1.tgz",
1527
- "integrity": "sha512-hogbZ6yT7+AqBaV6lK9JRNvJDn4/IJvHLu6ET06arNfo0t2IsyCaon7el9Xa8OumH+ESuq//SDf8xscZFE0rWw==",
1528
- "license": "MIT",
1529
- "dependencies": {
1530
- "@rollup/plugin-virtual": "^3.0.2",
1531
- "@swc/core": "^1.3.100",
1532
- "uuid": "^9.0.1"
1533
- },
1534
- "peerDependencies": {
1535
- "vite": ">=2.8"
1536
- }
1537
- },
1538
- "node_modules/vite-plugin-wasm": {
1539
- "version": "3.3.0",
1540
- "resolved": "https://registry.npmjs.org/vite-plugin-wasm/-/vite-plugin-wasm-3.3.0.tgz",
1541
- "integrity": "sha512-tVhz6w+W9MVsOCHzxo6SSMSswCeIw4HTrXEi6qL3IRzATl83jl09JVO1djBqPSwfjgnpVHNLYcaMbaDX5WB/pg==",
1542
- "license": "MIT",
1543
- "peerDependencies": {
1544
- "vite": "^2 || ^3 || ^4 || ^5"
1545
- }
1546
- }
1547
- }
1548
- }