UNPKG

sha512-universal

Version:
30 lines (29 loc) 689 B
{ "name": "sha512-universal", "version": "1.2.1", "description": "Sha512 implemented in both WASM and pure JS", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/chm-diederichs/sha512-universal.git" }, "author": "Christophe Diederichs", "license": "ISC", "devDependencies": { "sha-test": "^1.1.0" }, "dependencies": { "b4a": "^1.0.1", "sha512-wasm": "^2.3.1" }, "bugs": { "url": "https://github.com/chm-diederichs/sha512-universal/issues" }, "homepage": "https://github.com/chm-diederichs/sha512-universal#readme", "directories": { "test": "test" }, "scripts": { "test": "node test" } }