{
  "_args": [
    [
      "bs58check@2.1.2",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_from": "bs58check@2.1.2",
  "_id": "bs58check@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==",
  "_location": "/bs58check",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "bs58check@2.1.2",
    "name": "bs58check",
    "escapedName": "bs58check",
    "rawSpec": "2.1.2",
    "saveSpec": null,
    "fetchSpec": "2.1.2"
  },
  "_requiredBy": [
    "/ethereum-cryptography",
    "/ethereumjs-wallet"
  ],
  "_resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz",
  "_spec": "2.1.2",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "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"
}
