Skip to main content
Module

x/zipjs/package.json

JavaScript library to zip and unzip files in the browser and Deno
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.4.26", "type": "module", "keywords": [ "zip", "unzip", "browser", "web", "aes-256", "aes-192", "aes-128", "zip-crypto", "encryption", "zip64", "stream", "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": { "@babel/core": "^7.18.5", "@babel/preset-env": "^7.18.2", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-replace": "^4.0.0", "babel-plugin-transform-async-to-promises": "^0.8.18", "core-js": "^3.23.2", "rollup": "^2.75.7", "rollup-plugin-terser": "^7.0.2" }}