{ "name": "@loaders.gl/core", "version": "4.3.2", "description": "The core API for working with loaders.gl loaders and writers", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/visgl/loaders.gl" }, "keywords": [ "loader", "parser", "writer", "encoder", "big data", "table", "3d", "mesh", "point cloud", "webgl", "webgpu" ], "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, "browser": { "./dist/iterators/make-stream/make-node-stream.js": "./dist/iterators/make-stream/make-dom-stream.js", "./src/iterators/make-stream/make-node-stream.js": "./src/iterators/make-stream/make-dom-stream.js", "./src/iterators/make-stream/make-node-stream.ts": "./src/iterators/make-stream/make-dom-stream.ts", "fs": false, "stream": false }, "files": [ "src", "dist", "README.md" ], "scripts": { "pre-build": "npm run build-bundle && npm run build-bundle-dev && npm run build-worker && npm run build-worker-node", "build-bundle": "ocular-bundle ./bundle.ts --output=dist/dist.min.js", "build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js", "build-worker": "esbuild src/workers/null-worker.ts --outfile=dist/null-worker.js --bundle --target=esnext --define:__VERSION__=\\\"$npm_package_version\\\"", "build-worker-node": "esbuild src/workers/null-worker.ts --outfile=dist/null-worker-node.js --bundle --platform=node --target=node16 --define:__VERSION__=\\\"$npm_package_version\\\"" }, "dependencies": { "@loaders.gl/loader-utils": "4.3.2", "@loaders.gl/schema": "4.3.2", "@loaders.gl/worker-utils": "4.3.2", "@probe.gl/log": "^4.0.2" }, "gitHead": "b4203b8703f64a38d6f79a3113bc7bb51d45c93a" }