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 and Deno", "author": "Gildas Lormeau", "license": "BSD-3-Clause", "version": "2.5.16", "type": "module", "keywords": [ "zip", "unzip", "browser", "web", "aes-256", "aes-192", "aes-128", "zip-crypto", "encryption", "zip64", "web-streams", "web-crypto", "web-workers", "deno" ], "scripts": { "build": "./build.sh", "test": "cd ./tests && \"./run-tests.sh\"" }, "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": "^13.3.0", "@rollup/plugin-replace": "^4.0.0", "rollup": "^2.76.0", "rollup-plugin-terser": "^7.0.2" }}