{ "_args": [ [ "bs58check@^2.1.2", "/home/christine/0_WORK/gradcomm/mithril_client" ] ], "_from": "bs58check@>=2.1.2 <3.0.0", "_hasShrinkwrap": false, "_id": "bs58check@2.1.2", "_inCache": true, "_installable": true, "_location": "/bs58check", "_nodeVersion": "10.7.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/bs58check_2.1.2_1532572072231_0.6092002633634286" }, "_npmUser": { "email": "npm@dcousens.com", "name": "dcousens" }, "_npmVersion": "6.2.0", "_phantomChildren": {}, "_requested": { "name": "bs58check", "raw": "bs58check@^2.1.2", "rawSpec": "^2.1.2", "scope": null, "spec": ">=2.1.2 <3.0.0", "type": "range" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz", "_shasum": "53b018291228d82a5aa08e7d796fdafda54aebfc", "_shrinkwrap": null, "_spec": "bs58check@^2.1.2", "_where": "/home/christine/0_WORK/gradcomm/mithril_client", "author": { "name": "Daniel Cousens" }, "bugs": { "url": "https://github.com/bitcoinjs/bs58check/issues" }, "dependencies": { "bs58": "^4.0.0", "create-hash": "^1.1.0", "safe-buffer": "^5.1.2" }, "description": "A straightforward implementation of base58-check encoding", "devDependencies": { "blake-hash": "^1.0.0", "nyc": "^11.3.0", "standard": "^10.0.3", "tape": "^4.6.2" }, "directories": {}, "dist": { "fileCount": 5, "integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWTGoCRA9TVsSAnZWagAAa2sP+gO1fIBy1G2cGAv6ZWQa\ntI0mEmOjIl0X4gQHZCrQEu4jBEpQraeP42cWtsLi4SNwvYQVZsjb3w/Jbbrm\nOpnKb77C3wXad7y4DIyLDgwqtxgYO6/z4B8P3Ed2pBlADS0j2I7/3VyxbS7F\nJGCyMpaJGCgoXwORgngYiWvv4Me95o1qsCLAlXNnKvBn+8pAZyc5X5vqk7u+\n5ur0Wi6hDxmE2kGLcQ4OhfKZUrs2ZuGSp7c38AZE7f/uI1qMtQCjVV8/paAj\n8AC1JyzNvV5P33aib1BRZAabxjKjxfwifLwMyTpQciAOXx2IVqNw6rjWCJB9\ndklZRxV7sFUFHGtEGLPNC2PMnJTjNAT8tGdEf9pyK6hIt5rbSayYWaRZwjdG\nDWtjg7W9jlfHHSDNMvs7Kliron/gdLKXq/W8HPoXOy9in3mtyzKG/Q7a5Aha\nBXuUj04ON429c/sUriThAf5tXTDPkg24Yv+w5NfwyR3QNztiPDDjqW36k0pL\nxbkGnA/iRhU7up4nE0oBpVnyrgANplZbOkmHuhuEhwy697sTezNlJGzSJc0O\nJ803/KWhP44c1v2pZO05CXkwrTnm5NjSxVmOZ6OAyEJWcIKqAqnuYHzEvDI/\niBontQNibyPNDv8VurYW13+tW/mPI/Wuam920FPJE0G9i1wnlacZB698JmlA\ntIcn\r\n=l4Ww\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "53b018291228d82a5aa08e7d796fdafda54aebfc", "tarball": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz", "unpackedSize": 4789 }, "files": [ "base.js", "index.js" ], "gitHead": "7dd2b95a5c44e9b574f224268254a7bbecfac2ed", "homepage": "https://github.com/bitcoinjs/bs58check", "keywords": [ "base", "base58", "base58check", "bitcoin", "bs58", "check", "checksum", "decode", "decoding", "encode", "encoding", "litecoin" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "dcousens", "email": "email@dcousens.com" } ], "name": "bs58check", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/bitcoinjs/bs58check.git" }, "scripts": { "coverage": "nyc --check-coverage --branches 90 --functions 90 npm run unit", "coverage-report": "nyc report --reporter=lcov", "standard": "standard", "test": "npm run standard && npm run coverage", "unit": "tape test/*.js" }, "version": "2.1.2" }