UNPKG

@onesy/zip

Version:
55 lines 1.09 kB
{ "name": "@onesy/zip", "version": "1.0.0", "description": "Zip / Unzip", "repository": "https://github.com/onesy-org/onesy-zip.git", "author": "Lazar <lazareric.com@gmail.com>", "license": "MIT", "private": false, "main": "./index.js", "keywords": [ "zip", "unzip", "gzip", "algorithm", "lz77", "huffman", "huffman-coding", "text-compression", "binary-compression", "byte-compression", "compress", "compression", "front-end", "backend", "back-end", "web", "browser", "javascript", "js", "typescript", "node", "nodejs", "library", "onesy", "utils" ], "dependencies": { "@onesy/date": "^1.0.0", "@onesy/huffman-code": "^1.0.0", "@onesy/lz77": "^1.0.0", "@onesy/utils": "^1.0.0", "@babel/runtime": "^7.18.3" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "sideEffects": false, "engines": { "node": ">=12.0.0", "yarn": ">=1.22" }, "module": "./esm/index.js", "types": "./index.d.ts" }