Skip to main content
Module

x/zipjs/package.json

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
File
{ "name": "@zip.js/zip.js", "description": "A JavaScript library to zip and unzip files in the browser, Deno and Node.js", "author": "Gildas Lormeau", "license": "BSD-3-Clause", "version": "2.6.55", "type": "module", "keywords": [ "zip", "unzip", "browser", "web", "aes-256", "aes-192", "aes-128", "zip-crypto", "encryption", "zip64", "web-streams", "compression-streams", "web-crypto", "web-workers", "deno", "node.js", "multi-core", "split-zip" ], "engines": { "deno": ">=1.0.0", "node": ">=16.5.0" }, "scripts": { "build": "npx rollup -c", "build-dev": "npx rollup -c rollup.config.dev.js", "build-fflate": "npm i --no-save fflate && npx rollup -c rollup-fflate.config.js", "build-fflate-dev": "npm i --no-save fflate && npx rollup -c rollup-fflate.config.dev.js", "build-doc-api": "npx typedoc", "test-deno": "cd ./tests && deno test --allow-read ./deno-runner.js", "test-node": "cd ./tests && node ./node-runner.js", "test-firefox": "firefox http://localhost:8081/tests/ & npx http-server -p=8081 & wait $!", "test-chrome": "google-chrome http://localhost:8081/tests/ & npx http-server -p=8081 & wait $!" }, "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/gildas-lormeau/zip.js.git" }, "bugs": { "url": "https://github.com/gildas-lormeau/zip.js/issues" }, "homepage": "https://gildas-lormeau.github.io/zip.js", "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-replace": "^4.0.0", "http-server": "^14.1.1", "rollup": "^2.79.1", "rollup-plugin-terser": "^7.0.2", "typedoc": "^0.23.16" }, "overrides": { "terser": "^5.15.0" }}