blake3-wasm
Version:
BLAKE3 hashing for JavaScript: WebAssembly bindings only
31 lines (30 loc) • 704 B
JSON
{
"name": "blake3-wasm",
"version": "3.0.0",
"description": "BLAKE3 hashing for JavaScript: WebAssembly bindings only",
"engines": {
"node": ">=16"
},
"keywords": [
"blake3",
"webassembly",
"wasm",
"hash"
],
"browser": "./esm/browser/index",
"module": "./esm/node/index",
"main": "./dist/node/index",
"repository": {
"type": "git",
"url": "git+https://github.com/connor4312/blake3.git"
},
"bugs": {
"url": "https://github.com/connor4312/blake3/issues"
},
"homepage": "https://github.com/connor4312/blake3#readme",
"author": "Connor Peet <connor@peet.io>",
"license": "MIT",
"dependencies": {
"@c4312/blake3-internal": "2.1.7"
}
}