{ "name": "@loaders.gl/loader-utils", "version": "4.3.2", "description": "Framework-independent loaders for 3D graphics formats", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/visgl/loaders.gl" }, "keywords": [ "webgl", "loader", "3d", "mesh", "point cloud" ], "types": "dist/index.d.ts", "main": "dist/index.cjs", "module": "dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "sideEffects": false, "files": [ "src", "dist", "README.md" ], "browser": { "./dist/lib/node/buffer.js": "./dist/lib/node/buffer.browser.js", "./dist/lib/node/fs.js": "./dist/lib/node/fs.browser.js", "./dist/lib/node/stream.js": "./dist/lib/node/stream.browser.js", "./src/lib/node/buffer.ts": "./src/lib/node/buffer.browser.ts", "./src/lib/node/fs.ts": "./src/lib/node/fs.browser.ts", "./src/lib/node/stream.ts": "./src/lib/node/stream.browser.ts", "fs": false, "stream": false }, "dependencies": { "@loaders.gl/schema": "4.3.2", "@loaders.gl/worker-utils": "4.3.2", "@probe.gl/log": "^4.0.2", "@probe.gl/stats": "^4.0.2" }, "peerDependencies": { "@loaders.gl/core": "^4.3.0" }, "gitHead": "b4203b8703f64a38d6f79a3113bc7bb51d45c93a" }