UNPKG

bs58grscheck

Version:

A straightforward implementation of base58-check encoding

54 lines (53 loc) 1.22 kB
{ "name": "bs58grscheck", "version": "3.0.1", "description": "A straightforward implementation of base58-check encoding", "keywords": [ "base", "base58grs", "base58grscheck", "groestlcoin", "bs58", "check", "checksum", "decode", "decoding", "encode", "encoding" ], "homepage": "https://github.com/groestlcoin/bs58grscheck", "bugs": { "url": "https://github.com/groestlcoin/bs58grscheck/issues" }, "license": "MIT", "author": "Daniel Cousens", "files": [ "index.js", "index.d.ts", "base.js" ], "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/groestlcoin/bs58grscheck.git" }, "scripts": { "coverage-report": "nyc report --reporter=lcov", "coverage": "nyc --check-coverage --branches 90 --functions 90 npm run unit", "standard": "standard", "test": "npm run standard && npm run coverage", "unit": "tape test/*.js" }, "dependencies": { "hashes-grs": "1.2.0", "bs58": "^5.0.0" }, "devDependencies": { "blake-hash": "^1.0.0", "nyc": "^15.0.0", "safe-buffer": "^5.1.2", "standard": "^14.3.3", "tape": "^4.13.2" } }