{
  "_from": "bip39@^2.2.0",
  "_id": "bip39@2.5.0",
  "_inBundle": false,
  "_integrity": "sha512-xwIx/8JKoT2+IPJpFEfXoWdYwP7UVAoUxxLNfGCfVowaJE7yg1Y5B1BVPqlUNsBq5/nGwmFkwRJ8xDW4sX8OdA==",
  "_location": "/bip39",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bip39@^2.2.0",
    "name": "bip39",
    "escapedName": "bip39",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "/truffle-hdwallet-provider"
  ],
  "_resolved": "https://registry.npmjs.org/bip39/-/bip39-2.5.0.tgz",
  "_shasum": "51cbd5179460504a63ea3c000db3f787ca051235",
  "_spec": "bip39@^2.2.0",
  "_where": "/ude/hb/projects/protocol/packages/token/smart-contracts/ethereum/node_modules/truffle-hdwallet-provider",
  "author": {
    "name": "Wei Lu"
  },
  "bugs": {
    "url": "https://github.com/weilu/bip39/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Daniel Cousens",
      "email": "email@dcousens.com",
      "url": "http://dcousens.com"
    }
  ],
  "dependencies": {
    "create-hash": "^1.1.0",
    "pbkdf2": "^3.0.9",
    "randombytes": "^2.0.1",
    "safe-buffer": "^5.0.1",
    "unorm": "^1.3.3"
  },
  "deprecated": false,
  "description": "Bitcoin BIP39: Mnemonic code for generating deterministic keys",
  "devDependencies": {
    "node-fetch": "^1.6.3",
    "nyc": "^8.3.0",
    "proxyquire": "^1.7.10",
    "standard": "^10.0.2",
    "tape": "^4.6.2"
  },
  "homepage": "https://github.com/weilu/bip39#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "bip39",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/weilu/bip39.git"
  },
  "scripts": {
    "coverage": "nyc --branches 100 --functions 100 --check-coverage npm run unit",
    "standard": "standard",
    "test": "npm run standard && npm run unit",
    "unit": "tape test/*.js",
    "update": "node -e \"require('./util/wordlists').update()\""
  },
  "version": "2.5.0"
}
