UNPKG

@onesy/lz77

Version:
51 lines 1.01 kB
{ "name": "@onesy/lz77", "version": "1.0.0", "description": "LZ77", "repository": "https://github.com/onesy-org/onesy-lz77.git", "author": "Lazar <lazareric2@gmail.com>", "license": "MIT", "private": false, "main": "./index.js", "keywords": [ "lz77", "lz77-compression", "lz77-algorithm", "algorithm", "text-compression", "binary-compression", "byte-compression", "compress", "compression", "frontend", "front-end", "backend", "back-end", "web", "browser", "javascript", "js", "typescript", "node", "nodejs", "library", "onesy", "utils" ], "dependencies": { "@onesy/date": "^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" }