{
  "_from": "ethereumjs-wallet@0.6.0",
  "_id": "ethereumjs-wallet@0.6.0",
  "_inBundle": false,
  "_integrity": "sha1-gnY7Fpfuenlr5xVdqd+0my+Yz9s=",
  "_location": "/ethereumjs-wallet",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ethereumjs-wallet@0.6.0",
    "name": "ethereumjs-wallet",
    "escapedName": "ethereumjs-wallet",
    "rawSpec": "0.6.0",
    "saveSpec": null,
    "fetchSpec": "0.6.0"
  },
  "_requiredBy": [
    "/truffle-hdwallet-provider"
  ],
  "_resolved": "https://registry.npmjs.org/ethereumjs-wallet/-/ethereumjs-wallet-0.6.0.tgz",
  "_shasum": "82763b1697ee7a796be7155da9dfb49b2f98cfdb",
  "_spec": "ethereumjs-wallet@0.6.0",
  "_where": "/ude/hb/projects/protocol/packages/token/smart-contracts/ethereum/node_modules/truffle-hdwallet-provider",
  "author": {
    "name": "Alex Beregszaszi",
    "email": "alex@rtfs.hu"
  },
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-wallet/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "aes-js": "^0.2.3",
    "bs58check": "^1.0.8",
    "ethereumjs-util": "^4.4.0",
    "hdkey": "^0.7.0",
    "scrypt.js": "^0.2.0",
    "utf8": "^2.1.1",
    "uuid": "^2.0.1"
  },
  "deprecated": false,
  "description": "Utilities for handling Ethereum keys",
  "devDependencies": {
    "coveralls": "^2.11.4",
    "istanbul": "^0.4.1",
    "mocha": "^2.3.4",
    "standard": "^5.4.1"
  },
  "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": {
    "coverage": "istanbul cover _mocha",
    "coveralls": "npm run coverage && coveralls <coverage/lcov.info",
    "lint": "standard",
    "prepublish": "npm run lint && npm run test",
    "test": "mocha ./test/**/*.js"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  },
  "version": "0.6.0"
}
