{
  "_from": "bs58@4.0.1",
  "_id": "bs58@4.0.1",
  "_inBundle": true,
  "_integrity": "sha1-vhYedsNU9veIrkBx9j806MTwpCo=",
  "_location": "/ganache-cli/bs58",
  "_phantomChildren": {},
  "_requiredBy": [
    "/ganache-cli/bs58check"
  ],
  "_resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz",
  "bugs": {
    "url": "https://github.com/cryptocoinjs/bs58/issues"
  },
  "dependencies": {
    "base-x": "^3.0.2"
  },
  "description": "Base 58 encoding / decoding",
  "devDependencies": {
    "standard": "*",
    "tape": "^4.6.3"
  },
  "files": [
    "./index.js"
  ],
  "homepage": "https://github.com/cryptocoinjs/bs58#readme",
  "keywords": [
    "base58",
    "bitcoin",
    "crypto",
    "crytography",
    "decode",
    "decoding",
    "encode",
    "encoding",
    "litecoin"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "bs58",
  "repository": {
    "url": "git+https://github.com/cryptocoinjs/bs58.git",
    "type": "git"
  },
  "scripts": {
    "standard": "standard",
    "test": "npm run standard && npm run unit",
    "unit": "tape test/index.js"
  },
  "version": "4.0.1"
}
