@loaders.gl/loader-utils
Version:
Framework-independent loaders for 3D graphics formats
58 lines (57 loc) • 1.46 kB
JSON
{
"name": "@loaders.gl/loader-utils",
"version": "4.3.3",
"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.3",
"@loaders.gl/worker-utils": "4.3.3",
"@probe.gl/log": "^4.0.2",
"@probe.gl/stats": "^4.0.2"
},
"peerDependencies": {
"@loaders.gl/core": "^4.3.0"
},
"gitHead": "65cb9a984f8aa95d11f50e92189d7fb32786dc41"
}