UNPKG

sha256-universal

Version:

Sha256 hashing algorithm in both WASM and pure JS

27 lines (26 loc) 652 B
{ "name": "sha256-universal", "version": "1.2.1", "description": "Sha256 hashing algorithm in both WASM and pure JS", "main": "index.js", "author": "Christophe Diederichs", "license": "ISC", "dependencies": { "b4a": "^1.0.1", "sha256-wasm": "^2.2.1" }, "devDependencies": { "sha-test": "^1.1.0" }, "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/chm-diederichs/sha256-universal.git" }, "bugs": { "url": "https://github.com/chm-diederichs/sha256-universal/issues" }, "homepage": "https://github.com/chm-diederichs/sha256-universal#readme" }