This commit is contained in:
Kim Ravn Hansen
2025-09-30 10:10:03 +02:00
parent 8f458fbc34
commit 251e2e4fef
14 changed files with 292 additions and 848 deletions

6
node_modules/.package-lock.json generated vendored
View File

@@ -3262,6 +3262,12 @@
"node": ">=16.0.0"
}
},
"node_modules/three": {
"version": "0.180.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.180.0.tgz",
"integrity": "sha512-o+qycAMZrh+TsE01GqWUxUIKR1AL0S8pq7zDkYOQw8GqfX8b8VoCKYUoHbhiX5j+7hr8XsuHDVU6+gkQJQKg9w==",
"license": "MIT"
},
"node_modules/tinyglobby": {
"version": "0.2.15",
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",

View File

@@ -1,15 +1,31 @@
{
"hash": "a9cc42de",
"hash": "5eac6a41",
"configHash": "86a557ed",
"lockfileHash": "56518f4e",
"browserHash": "f6412460",
"lockfileHash": "3ceab950",
"browserHash": "20105502",
"optimized": {
"sprintf-js": {
"src": "../../sprintf-js/src/sprintf.js",
"file": "sprintf-js.js",
"fileHash": "41b15421",
"fileHash": "089e5f0c",
"needsInterop": true
},
"three": {
"src": "../../three/build/three.module.js",
"file": "three.js",
"fileHash": "22510eaa",
"needsInterop": false
},
"three/src/math/MathUtils.js": {
"src": "../../three/src/math/MathUtils.js",
"file": "three_src_math_MathUtils__js.js",
"fileHash": "f611651c",
"needsInterop": false
}
},
"chunks": {}
"chunks": {
"chunk-BUSYA2B4": {
"file": "chunk-BUSYA2B4.js"
}
}
}

View File

@@ -1,7 +1,6 @@
var __getOwnPropNames = Object.getOwnPropertyNames;
var __commonJS = (cb, mod) => function __require() {
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
};
import {
__commonJS
} from "./chunk-BUSYA2B4.js";
// node_modules/sprintf-js/src/sprintf.js
var require_sprintf = __commonJS({

File diff suppressed because one or more lines are too long