{
  "_args": [
    [
      "bs58@4.0.1",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_from": "bs58@4.0.1",
  "_id": "bs58@4.0.1",
  "_inBundle": false,
  "_integrity": "sha1-vhYedsNU9veIrkBx9j806MTwpCo=",
  "_location": "/bs58",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "bs58@4.0.1",
    "name": "bs58",
    "escapedName": "bs58",
    "rawSpec": "4.0.1",
    "saveSpec": null,
    "fetchSpec": "4.0.1"
  },
  "_requiredBy": [
    "/bs58check"
  ],
  "_resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz",
  "_spec": "4.0.1",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "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"
}
