{
  "_args": [
    [
      "eth-lib@0.1.29",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "eth-lib@0.1.29",
  "_id": "eth-lib@0.1.29",
  "_inBundle": false,
  "_integrity": "sha512-bfttrr3/7gG4E02HoWTDUcDDslN003OlOoBxk9virpAZQ1ja/jDgwkWB8QfJF7ojuEowrqy+lzp9VcJG7/k5bQ==",
  "_location": "/eth-lib",
  "_phantomChildren": {
    "async-limiter": "1.0.1",
    "ultron": "1.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eth-lib@0.1.29",
    "name": "eth-lib",
    "escapedName": "eth-lib",
    "rawSpec": "0.1.29",
    "saveSpec": null,
    "fetchSpec": "0.1.29"
  },
  "_requiredBy": [
    "/swarm-js"
  ],
  "_resolved": "https://registry.npmjs.org/eth-lib/-/eth-lib-0.1.29.tgz",
  "_spec": "0.1.29",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Victor Maia"
  },
  "bugs": {
    "url": "https://github.com/maiavictor/eth-lib/issues"
  },
  "dependencies": {
    "bn.js": "^4.11.6",
    "elliptic": "^6.4.0",
    "nano-json-stream-parser": "^0.1.2",
    "servify": "^0.1.12",
    "ws": "^3.0.0",
    "xhr-request-promise": "^0.1.2"
  },
  "description": "Lightweight Ethereum libraries",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "ethjs-account": "^0.1.1",
    "ethjs-signer": "^0.1.1",
    "forall": "^0.1.1",
    "rlp": "^2.0.0"
  },
  "homepage": "https://github.com/maiavictor/eth-lib#readme",
  "keywords": [
    "ethereum"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "eth-lib",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maiavictor/eth-lib.git"
  },
  "scripts": {
    "babel": "babel src --out-dir=lib",
    "test": "mocha test/test.js"
  },
  "version": "0.1.29"
}
