{
  "_from": "bs58check@2.1.2",
  "_id": "bs58check@2.1.2",
  "_inBundle": true,
  "_integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==",
  "_location": "/ganache-cli/bs58check",
  "_phantomChildren": {},
  "_requiredBy": [
    "/ganache-cli/ethereum-cryptography"
  ],
  "_resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz",
  "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"
  },
  "files": [
    "index.js",
    "base.js"
  ],
  "homepage": "https://github.com/bitcoinjs/bs58check",
  "keywords": [
    "base",
    "base58",
    "base58check",
    "bitcoin",
    "bs58",
    "check",
    "checksum",
    "decode",
    "decoding",
    "encode",
    "encoding",
    "litecoin"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "bs58check",
  "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"
}
