@fengqinghai/bzip2-wasm
Version:
compress and decompress bzip2 buffers in node and browser
29 lines (28 loc) • 604 B
JSON
{
"name": "@fengqinghai/bzip2-wasm",
"version": "1.0.2",
"publishConfig": {
"access": "public"
},
"description": "compress and decompress bzip2 buffers in node and browser",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fengqinghai/bzip2-wasm.git"
},
"keywords": [
"bzip2",
"bz2",
"bzip",
"wasm",
"compress",
"decompress",
"archive"
],
"author": "Feng QingHai <fengqinghai123@163.com>",
"license": "MIT"
}