libbzip2-wasm
Version:
Bzip2 compression function compiled to WASM using emscripten for use in CyberChef.
25 lines (24 loc) • 642 B
JSON
{
"name": "libbzip2-wasm",
"version": "0.0.4",
"description": "Bzip2 compression function compiled to WASM using emscripten for use in CyberChef.",
"main": "dist/libbzip2-wasm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artemisbot/libbzip2-wasm.git"
},
"keywords": [
"bzip2",
"cyberchef",
"wasm"
],
"author": "Matt C [me@mitt.dev]",
"license": "ISC",
"bugs": {
"url": "https://github.com/artemisbot/libbzip2-wasm/issues"
},
"homepage": "https://github.com/artemisbot/libbzip2-wasm#readme"
}