sha256-wasm
Version:
WebAssembly implementation of SHA-256
35 lines (34 loc) • 811 B
JSON
{
"name": "sha256-wasm",
"version": "2.2.2",
"description": "WebAssembly implementation of SHA-256",
"main": "index.js",
"scripts": {
"test": "node test",
"compile": "wasm-to-js -sf cjs sha256.wat > sha256.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chm-diederichs/sha256-wasm.git"
},
"keywords": [
"WebAssembly",
"SHA-256"
],
"author": "Christophe Diederichs",
"license": "ISC",
"bugs": {
"url": "https://github.com/chm-diederichs/sha256-wasm/issues"
},
"homepage": "https://github.com/chm-diederichs/sha256-wasm#readme",
"dependencies": {
"b4a": "^1.0.1",
"nanoassert": "^2.0.0"
},
"devDependencies": {
"js-sha256": "^0.9.0",
"sha-test": "^1.1.0",
"tape": "^4.13.0",
"wasm-tools": "^0.2.0"
}
}