@loaders.gl/zip
Version:
Zip Archive Loader
53 lines (52 loc) • 1.21 kB
JSON
{
"name": "@loaders.gl/zip",
"version": "4.3.4",
"description": "Zip Archive Loader",
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/visgl/loaders.gl"
},
"keywords": [
"webgl",
"loader",
"archive",
"ZIP"
],
"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"
],
"scripts": {
"pre-build": "npm run build-bundle && npm run build-bundle-dev",
"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"
},
"dependencies": {
"@loaders.gl/compression": "4.3.4",
"@loaders.gl/crypto": "4.3.4",
"@loaders.gl/loader-utils": "4.3.4",
"jszip": "^3.1.5",
"md5": "^2.3.0"
},
"peerDependencies": {
"@loaders.gl/core": "^4.3.0"
},
"gitHead": "d18246f4ef6382f787a6ae2e9e21d8a7f40e5917"
}