{
  "_from": "base-x@^3.0.2",
  "_id": "base-x@3.0.8",
  "_inBundle": false,
  "_integrity": "sha512-Rl/1AWP4J/zRrk54hhlxH4drNxPJXYUaKffODVI53/dAsV4t9fBxyxYKAVPU1XBHxYwOWP9h9H0hM2MVw4YfJA==",
  "_location": "/base-x",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "base-x@^3.0.2",
    "name": "base-x",
    "escapedName": "base-x",
    "rawSpec": "^3.0.2",
    "saveSpec": null,
    "fetchSpec": "^3.0.2"
  },
  "_requiredBy": [
    "/bs58"
  ],
  "_resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz",
  "_shasum": "1e1106c2537f0162e8b52474a557ebb09000018d",
  "_spec": "base-x@^3.0.2",
  "_where": "C:\\xampp\\htdocs\\Nodejs Projects\\TotalExchangeApi\\TotalExchangeApi\\node_modules\\bs58",
  "author": {
    "name": "Daniel Cousens"
  },
  "bugs": {
    "url": "https://github.com/cryptocoinjs/base-x/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "safe-buffer": "^5.0.1"
  },
  "deprecated": false,
  "description": "Fast base encoding / decoding of any given alphabet",
  "devDependencies": {
    "@types/node": "12.0.10",
    "standard": "^10.0.3",
    "tape": "^4.5.1",
    "typescript": "3.5.2"
  },
  "files": [
    "src"
  ],
  "homepage": "https://github.com/cryptocoinjs/base-x",
  "keywords": [
    "base-x",
    "base58",
    "base62",
    "base64",
    "crypto",
    "crytography",
    "decode",
    "decoding",
    "encode",
    "encoding"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "base-x",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cryptocoinjs/base-x.git"
  },
  "scripts": {
    "build": "tsc -p ./tsconfig.json ; standard --fix",
    "gitdiff": "npm run build && git diff --exit-code",
    "prepublish": "npm run gitdiff",
    "standard": "standard",
    "test": "npm run unit && npm run standard",
    "unit": "tape test/*.js"
  },
  "types": "src/index.d.ts",
  "version": "3.0.8"
}
