@onesy/huffman-code
Version:
58 lines • 1.18 kB
JSON
{
"name": "@onesy/huffman-code",
"version": "1.0.0",
"description": "Huffman code",
"repository": "https://github.com/onesy-org/onesy-huffman-code.git",
"author": "Lazar <lazareric2@gmail.com>",
"license": "MIT",
"private": false,
"main": "./index.js",
"keywords": [
"huffman",
"huffman-coding",
"huffman-algorithm",
"huffman-tree",
"huffman-compression-algorithm",
"algorithm",
"heap",
"max-heap",
"bst",
"binary-tree",
"binary-search-tree",
"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"
}