{
  "_from": "bip32",
  "_id": "bip32@2.0.6",
  "_inBundle": false,
  "_integrity": "sha512-HpV5OMLLGTjSVblmrtYRfFFKuQB+GArM0+XP8HGWfJ5vxYBqo+DesvJwOdC2WJ3bCkZShGf0QIfoIpeomVzVdA==",
  "_location": "/bip32",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "bip32",
    "name": "bip32",
    "escapedName": "bip32",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/bip32/-/bip32-2.0.6.tgz",
  "_shasum": "6a81d9f98c4cd57d05150c60d8f9e75121635134",
  "_spec": "bip32",
  "_where": "C:\\xampp\\htdocs\\Nodejs Projects\\TotalExchangeApi\\TotalExchangeApi",
  "author": {
    "name": "Daniel Cousens"
  },
  "bugs": {
    "url": "https://github.com/bitcoinjs/bip32/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/node": "10.12.18",
    "bs58check": "^2.1.1",
    "create-hash": "^1.2.0",
    "create-hmac": "^1.1.7",
    "tiny-secp256k1": "^1.1.3",
    "typeforce": "^1.11.5",
    "wif": "^2.0.6"
  },
  "deprecated": false,
  "description": "A BIP32 compatible library",
  "devDependencies": {
    "nyc": "^15.0.0",
    "prettier": "1.16.4",
    "tape": "^4.13.2",
    "tslint": "^6.1.0",
    "typescript": "3.3.3333"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "files": [
    "src",
    "types"
  ],
  "homepage": "https://github.com/bitcoinjs/bip32#readme",
  "keywords": [
    "bip32",
    "bitcoinjs",
    "bitcoin",
    "secp256k1"
  ],
  "license": "MIT",
  "main": "./src/index.js",
  "name": "bip32",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitcoinjs/bip32.git"
  },
  "scripts": {
    "build": "tsc -p ./tsconfig.json",
    "coverage": "npm run build && npm run nobuild:coverage",
    "coverage-report": "npm run build && npm run nobuild:coverage-report",
    "format": "npm run prettier -- --write",
    "format:ci": "npm run prettier -- --check",
    "gitdiff:ci": "npm run build && git diff --exit-code",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "nobuild:coverage": "nyc --check-coverage --branches 90 --functions 90 npm run nobuild:unit",
    "nobuild:coverage-report": "nyc report --reporter=lcov",
    "nobuild:unit": "tape test/*.js",
    "prettier": "prettier 'ts-src/**/*.ts' --ignore-path ./.prettierignore",
    "test": "npm run build && npm run format:ci && npm run lint && npm run nobuild:coverage",
    "unit": "npm run build && npm run nobuild:unit"
  },
  "types": "./types/index.d.ts",
  "version": "2.0.6"
}
