{
  "_from": "ethereumjs-wallet@0.6.3",
  "_id": "ethereumjs-wallet@0.6.3",
  "_inBundle": false,
  "_integrity": "sha512-qiXPiZOsStem+Dj/CQHbn5qex+FVkuPmGH7SvSnA9F3tdRDt8dLMyvIj3+U05QzVZNPYh4HXEdnzoYI4dZkr9w==",
  "_location": "/ethereumjs-wallet",
  "_phantomChildren": {
    "@types/bn.js": "4.11.6",
    "bindings": "1.5.0",
    "bn.js": "4.11.8",
    "create-hash": "1.2.0",
    "ethjs-util": "0.1.6",
    "inherits": "2.0.4",
    "nan": "2.14.0",
    "rlp": "2.2.4",
    "safe-buffer": "5.2.0",
    "secp256k1": "3.8.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ethereumjs-wallet@0.6.3",
    "name": "ethereumjs-wallet",
    "escapedName": "ethereumjs-wallet",
    "rawSpec": "0.6.3",
    "saveSpec": null,
    "fetchSpec": "0.6.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ethereumjs-wallet/-/ethereumjs-wallet-0.6.3.tgz",
  "_shasum": "b0eae6f327637c2aeb9ccb9047b982ac542e6ab1",
  "_spec": "ethereumjs-wallet@0.6.3",
  "_where": "/root/web3.space/web3t",
  "author": {
    "name": "Alex Beregszaszi",
    "email": "alex@rtfs.hu"
  },
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-wallet/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "aes-js": "^3.1.1",
    "bs58check": "^2.1.2",
    "ethereumjs-util": "^6.0.0",
    "hdkey": "^1.1.0",
    "randombytes": "^2.0.6",
    "safe-buffer": "^5.1.2",
    "utf8": "^3.0.0",
    "uuid": "^3.3.2"
  },
  "deprecated": false,
  "description": "Utilities for handling Ethereum keys",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "standard": "^12.0.0"
  },
  "files": [
    "*.js",
    "test/"
  ],
  "homepage": "https://github.com/ethereumjs/ethereumjs-wallet",
  "keywords": [
    "ethereum",
    "wallets",
    "keys"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "ethereumjs-wallet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereumjs/ethereumjs-wallet.git"
  },
  "scripts": {
    "build:dist": "babel src/ -d .",
    "coverage": "istanbul cover _mocha",
    "coveralls": "npm run build:dist && npm run coverage && coveralls <coverage/lcov.info",
    "lint": "standard",
    "prepublishOnly": "npm run lint && npm run test:build",
    "test": "mocha ./src/test/*.js",
    "test:build": "npm run build:dist && mocha ./test/*.js"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ],
    "ignore": [
      "./*.js"
    ]
  },
  "version": "0.6.3"
}
