@wmhilton/crypto-hash
Version:
Tiny hashing module that uses the native crypto API in Node.js and the browser
47 lines (46 loc) • 855 B
JSON
{
"publishConfig": {
"access": "public"
},
"name": "@wmhilton/crypto-hash",
"version": "1.0.2",
"description": "Tiny hashing module that uses the native crypto API in Node.js and the browser",
"license": "MIT",
"repository": "sindresorhus/crypto-hash",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava test.js && karmatic test-browser.js"
},
"files": [
"index.js",
"browser.js"
],
"keywords": [
"crypto",
"hash",
"isomorphic",
"hashing",
"hasher",
"cryptography",
"sha1",
"sha256",
"sha384",
"sha512",
"browser"
],
"devDependencies": {
"@sindresorhus/is": "^0.13.0",
"ava": "^0.25.0",
"hash.js": "^1.1.5",
"karmatic": "1.0.6",
"xo": "^0.23.0"
},
"browser": "browser.js"
}