@plugnet/util-crypto
Version:
A collection of useful crypto utilities for @plugnet
46 lines (45 loc) • 1.22 kB
JSON
{
"name": "@plugnet/util-crypto",
"version": "1.1.100",
"description": "A collection of useful crypto utilities for @plugnet",
"main": "index.js",
"keywords": [
"Plugnet"
],
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Ian He <ian.he@centrality.ai>"
],
"contributors": [],
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plugblockchain/common.js.git"
},
"bugs": {
"url": "https://github.com/plugblockchain/common.js/issues"
},
"homepage": "https://github.com/plugblockchain/common.js/tree/master/packages/util-crypto#readme",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@plugnet/util": "^1.1.100",
"@plugnet/wasm-crypto": "^0.13.100",
"@types/bip39": "^2.4.2",
"@types/bs58": "^4.0.0",
"@types/pbkdf2": "^3.0.0",
"@types/secp256k1": "^3.5.0",
"@types/xxhashjs": "^0.2.1",
"base-x": "3.0.5",
"bip39": "^2.5.0",
"blakejs": "^1.1.0",
"bs58": "^4.0.1",
"js-sha3": "^0.8.0",
"secp256k1": "^3.7.0",
"tweetnacl": "^1.0.1",
"xxhashjs": "^0.2.2"
}
}