{
  "_from": "ethers@^3.0.27",
  "_id": "ethers@3.0.29",
  "_inBundle": false,
  "_integrity": "sha512-OGyA5pW5xFC5o/ZV5MfIoVp/EdA1QMg2bMJFf7Kznsz8m7IzzbgsPHTCjzSfKQDs/XDphGyRcA7A6bkIeJL4gw==",
  "_location": "/ethers",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ethers@^3.0.27",
    "name": "ethers",
    "escapedName": "ethers",
    "rawSpec": "^3.0.27",
    "saveSpec": null,
    "fetchSpec": "^3.0.27"
  },
  "_requiredBy": [
    "/@rlay/web3-rlay"
  ],
  "_resolved": "https://registry.npmjs.org/ethers/-/ethers-3.0.29.tgz",
  "_shasum": "ce8139955b4ed44456eb6764b089bb117c86775d",
  "_spec": "ethers@^3.0.27",
  "_where": "/Users/mj/rlay-utils/rlay-client-lib/node_modules/@rlay/web3-rlay",
  "author": {
    "name": "Richard Moore",
    "email": "me@ricmoo.com"
  },
  "browser": {
    "fs": "./tests/browser-fs.js",
    "zlib": "browserify-zlib",
    "./utils/base64.js": "./utils/browser-base64.js",
    "./utils/random-bytes.js": "./utils/browser-random-bytes.js",
    "./providers/ipc-provider.js": "./utils/empty.js",
    "xmlhttprequest": "./providers/browser-xmlhttprequest.js"
  },
  "bugs": {
    "url": "https://github.com/ethers-io/ethers-wallet/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "aes-js": "3.0.0",
    "bn.js": "^4.4.0",
    "elliptic": "6.3.3",
    "hash.js": "^1.0.0",
    "inherits": "2.0.1",
    "js-sha3": "0.5.7",
    "scrypt-js": "2.0.3",
    "setimmediate": "1.0.4",
    "uuid": "2.0.1",
    "xmlhttprequest": "1.8.0"
  },
  "deprecated": false,
  "description": "Ethereum wallet library.",
  "devDependencies": {
    "browserify-zlib": "^0.2.0",
    "eslint": "^5.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "grunt": "^0.4.5",
    "grunt-browserify": "^5.0.0",
    "grunt-cli": "1.2.0",
    "grunt-contrib-uglify": "^1.0.1",
    "mocha": "^5.2.0",
    "mocha-phantomjs-core": "2.1.2",
    "solc": "0.4.20",
    "web3": "0.20.2"
  },
  "homepage": "https://github.com/ethers-io/ethers-wallet#readme",
  "keywords": [
    "ethereum",
    "wallet"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "ethers",
  "repository": {
    "type": "git",
    "url": "git://github.com/ethers-io/ethers-wallet.git"
  },
  "scripts": {
    "eslint": "eslint index.js contracts/*.js providers/*.js utils/*.js wallet/*.js",
    "test": "if [ \"$RUN_PHANTOMJS\" = \"1\" ]; then npm run-script test-phantomjs; else npm run-script test-node; fi",
    "test-node": "mocha tests/test-*.js",
    "test-phantomjs": "grunt dist && ./node_modules/.bin/grunt --gruntfile Gruntfile-test.js dist && phantomjs --web-security=false ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js ./tests/test.html",
    "version": "grunt dist"
  },
  "version": "3.0.29"
}
