{
  "_args": [
    [
      "ethereumjs-wallet@1.0.1",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_from": "ethereumjs-wallet@1.0.1",
  "_id": "ethereumjs-wallet@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-3Z5g1hG1das0JWU6cQ9HWWTY2nt9nXCcwj7eXVNAHKbo00XAZO8+NHlwdgXDWrL0SXVQMvTWN8Q/82DRH/JhPw==",
  "_location": "/ethereumjs-wallet",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ethereumjs-wallet@1.0.1",
    "name": "ethereumjs-wallet",
    "escapedName": "ethereumjs-wallet",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ethereumjs-wallet/-/ethereumjs-wallet-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "author": {
    "name": "Alex Beregszaszi",
    "email": "alex@rtfs.hu"
  },
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-wallet/issues"
  },
  "dependencies": {
    "aes-js": "^3.1.1",
    "bs58check": "^2.1.2",
    "ethereum-cryptography": "^0.1.3",
    "ethereumjs-util": "^7.0.2",
    "randombytes": "^2.0.6",
    "scrypt-js": "^3.0.1",
    "utf8": "^3.0.0",
    "uuid": "^3.3.2"
  },
  "description": "Utilities for handling Ethereum keys",
  "devDependencies": {
    "@ethereumjs/config-nyc": "^1.1.1",
    "@ethereumjs/config-prettier": "^1.1.1",
    "@ethereumjs/config-tsc": "^1.1.1",
    "@ethereumjs/config-tslint": "^1.1.1",
    "@types/bn.js": "^4.11.5",
    "@types/lodash.zip": "^4.2.6",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.0.10",
    "ethers": "^4.0.33",
    "husky": "^2.1.0",
    "karma": "^5.0.2",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-mocha": "^2.0.0",
    "karma-typescript": "^5.0.2",
    "lodash.zip": "^4.2.0",
    "mocha": "^7.1.2",
    "nyc": "^15.0.1",
    "prettier": "^1.15.3",
    "source-map-support": "^0.5.12",
    "ts-node": "^8.9.1",
    "tslint": "^5.12.0",
    "typedoc": "^0.14.2",
    "typedoc-plugin-markdown": "^1.2.0",
    "typescript": "^3.8.3",
    "typestrict": "^1.0.2"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/ethereumjs/ethereumjs-wallet",
  "husky": {
    "hooks": {
      "pre-push": "npm run lint"
    }
  },
  "keywords": [
    "ethereum",
    "wallets",
    "keys"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "ethereumjs-wallet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereumjs/ethereumjs-wallet.git"
  },
  "scripts": {
    "build": "ethereumjs-config-build",
    "coverage": "ethereumjs-config-coverage",
    "docs:build": "typedoc --out docs --mode file --readme none --theme markdown --mdEngine github --excludeNotExported src",
    "format": "ethereumjs-config-format",
    "format:fix": "ethereumjs-config-format-fix",
    "lint": "ethereumjs-config-lint",
    "lint:fix": "ethereumjs-config-lint-fix",
    "prepublishOnly": "",
    "test": "npm run build && nyc --reporter=lcov mocha --require ts-node/register --require source-map-support/register ./test/**/*.ts",
    "test:browser": "karma start karma.conf.js",
    "tsc": "ethereumjs-config-tsc",
    "tslint": "ethereumjs-config-tslint",
    "tslint:fix": "ethereumjs-config-tslint-fix"
  },
  "types": "./dist/index.d.ts",
  "version": "1.0.1"
}
