{"_id":"ethjs-rpc","_rev":"4585831","name":"ethjs-rpc","description":"A super simple module for querying the Ethereum RPC layer without formatting.","dist-tags":{"latest":"0.2.0"},"maintainers":[{"name":"silentcicero","email":""}],"time":{"modified":"2026-04-10T16:30:59.000Z","created":"2016-12-23T17:52:15.759Z","0.2.0":"2018-04-30T16:55:37.001Z","0.1.9":"2018-03-28T12:24:05.417Z","0.1.8":"2017-12-04T12:45:45.958Z","0.1.7":"2017-09-08T18:31:45.840Z","0.1.5":"2017-03-16T22:49:15.370Z","0.1.4":"2017-01-22T20:36:17.573Z","0.1.3":"2017-01-22T20:06:03.394Z","0.1.2":"2017-01-22T18:02:19.073Z","0.1.1":"2016-12-23T21:44:22.004Z","0.1.0":"2016-12-23T17:52:15.759Z"},"users":{},"author":{"name":"Nick Dodson","email":"nick.dodson@consensys.net"},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-rpc.git"},"versions":{"0.2.0":{"name":"ethjs-rpc","version":"0.2.0","description":"A super simple module for querying the Ethereum RPC layer without formatting.","main":"lib/index.js","files":["dist","internals","lib","src"],"scripts":{"start":"npm test","release":"npmpub","pretest":"npm run lint","prepublish":"npm run build","prebuild":"npm run build:clean && npm run test","build:clean":"npm run test:clean && rimraf ./dist","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib --copy-files","build:umd":"cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build:umd:min":"cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build":"npm run build:commonjs && npm run test:lib && npm run build:umd && npm run build:umd:min","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore --ignore-pattern **/**.min.js","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","test:clean":"rimraf ./coverage","test":"mocha ./src/tests/**/*.js -R spec --timeout 2000000","test:lib":"mocha ./lib/tests/**/*.js -R spec --timeout 2000000","test-travis":"node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000","coveralls":"npm run test-travis && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-rpc.git"},"keywords":["ethereum","query","rpc","web3"],"engines":{"npm":">=3","node":">=6.5.0"},"author":{"name":"Nick Dodson","email":"nick.dodson@consensys.net"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-rpc/issues"},"homepage":"https://github.com/ethjs/ethjs-rpc#readme","babel":{"plugins":[["transform-es2015-template-literals",{"loose":true}],"transform-es2015-literals","transform-es2015-function-name","transform-es2015-arrow-functions","transform-es2015-block-scoped-functions",["transform-es2015-classes",{"loose":true}],"transform-es2015-object-super","transform-es2015-shorthand-properties",["transform-es2015-computed-properties",{"loose":true}],["transform-es2015-for-of",{"loose":true}],"transform-es2015-sticky-regex","transform-es2015-unicode-regex","check-es2015-constants",["transform-es2015-spread",{"loose":true}],"transform-es2015-parameters",["transform-es2015-destructuring",{"loose":true}],"transform-es2015-block-scoping","transform-object-rest-spread","transform-es3-member-expression-literals","transform-es3-property-literals"],"env":{"commonjs":{"plugins":[["transform-es2015-modules-commonjs",{"loose":true}]]}}},"dependencies":{"promise-to-callback":"^1.0.0"},"devDependencies":{"babel-cli":"6.18.0","babel-core":"6.18.2","babel-eslint":"7.1.0","babel-loader":"6.2.8","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.19.0","babel-plugin-transform-es2015-for-of":"6.18.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-sticky-regex":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-es2015-unicode-regex":"6.11.0","babel-plugin-transform-es3-member-expression-literals":"6.5.0","babel-plugin-transform-es3-property-literals":"6.5.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-register":"6.18.0","bignumber.js":"3.0.1","chai":"3.5.0","check-es3-syntax-cli":"0.1.3","coveralls":"2.11.9","cross-env":"1.0.7","eslint":"2.10.1","eslint-config-airbnb":"9.0.1","eslint-import-resolver-webpack":"0.2.4","eslint-plugin-import":"1.8.0","eslint-plugin-jsx-a11y":"1.2.0","eslint-plugin-react":"5.1.1","ethereumjs-testrpc":"3.0.2","ethjs-abi":"0.0.1","ethjs-format":"0.1.8","ethjs-provider-http":"*","istanbul":"0.4.5","json-loader":"0.5.4","lint-staged":"1.0.1","mocha":"^5.1.1","pre-commit":"1.1.3","rimraf":"2.3.4","webpack":"2.1.0-beta.15"},"lint-staged":{"lint:eslint":"*.js"},"eslintConfig":{"parser":"babel-eslint","extends":"airbnb","env":{"node":true,"mocha":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"import/no-unresolved":2,"comma-dangle":[2,"always-multiline"],"indent":[2,2,{"SwitchCase":1}],"no-console":1,"max-len":0,"prefer-template":2,"no-use-before-define":0,"newline-per-chained-call":0,"arrow-body-style":[2,"as-needed"]}},"pre-commit":"build","gitHead":"a6fe31f017f9fd4ecb01d134ab5963aed5b85a78","_id":"ethjs-rpc@0.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"3d0011e32cfff156ed6147818c6fb8f801701b4c","size":14519,"noattachment":false,"key":"/ethjs-rpc/-/ethjs-rpc-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-rpc/download/ethjs-rpc-0.2.0.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-rpc_0.2.0_1525107336916_0.6003381325821484"},"_hasShrinkwrap":false,"publish_time":1525107337001,"_cnpm_publish_time":1525107337001,"_cnpmcore_publish_time":"2021-12-16T19:16:55.506Z"},"0.1.9":{"name":"ethjs-rpc","version":"0.1.9","description":"A super simple module for querying the Ethereum RPC layer without formatting.","main":"lib/index.js","files":["dist","internals","lib","src"],"scripts":{"start":"npm test","release":"npmpub","pretest":"npm run lint","prepublish":"npm run build","prebuild":"npm run build:clean && npm run test","build:clean":"npm run test:clean && rimraf ./dist","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib --copy-files","build:umd":"cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build:umd:min":"cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build":"npm run build:commonjs && npm run test:lib && npm run build:umd && npm run build:umd:min","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore --ignore-pattern **/**.min.js","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","test:clean":"rimraf ./coverage","test":"mocha ./src/tests/**/*.js -R spec --timeout 2000000","test:lib":"mocha ./lib/tests/**/*.js -R spec --timeout 2000000","test-travis":"node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000","coveralls":"npm run test-travis && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-rpc.git"},"keywords":["ethereum","query","rpc","web3"],"engines":{"npm":">=3","node":">=6.5.0"},"author":{"name":"Nick Dodson","email":"nick.dodson@consensys.net"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-rpc/issues"},"homepage":"https://github.com/ethjs/ethjs-rpc#readme","babel":{"plugins":[["transform-es2015-template-literals",{"loose":true}],"transform-es2015-literals","transform-es2015-function-name","transform-es2015-arrow-functions","transform-es2015-block-scoped-functions",["transform-es2015-classes",{"loose":true}],"transform-es2015-object-super","transform-es2015-shorthand-properties",["transform-es2015-computed-properties",{"loose":true}],["transform-es2015-for-of",{"loose":true}],"transform-es2015-sticky-regex","transform-es2015-unicode-regex","check-es2015-constants",["transform-es2015-spread",{"loose":true}],"transform-es2015-parameters",["transform-es2015-destructuring",{"loose":true}],"transform-es2015-block-scoping","transform-object-rest-spread","transform-es3-member-expression-literals","transform-es3-property-literals"],"env":{"commonjs":{"plugins":[["transform-es2015-modules-commonjs",{"loose":true}]]}}},"dependencies":{},"devDependencies":{"ethjs-format":"0.1.8","babel-cli":"6.18.0","babel-core":"6.18.2","babel-eslint":"7.1.0","babel-loader":"6.2.8","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.19.0","babel-plugin-transform-es2015-for-of":"6.18.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-sticky-regex":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-es2015-unicode-regex":"6.11.0","babel-plugin-transform-es3-member-expression-literals":"6.5.0","babel-plugin-transform-es3-property-literals":"6.5.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-register":"6.18.0","check-es3-syntax-cli":"0.1.3","webpack":"2.1.0-beta.15","json-loader":"0.5.4","rimraf":"2.3.4","cross-env":"1.0.7","bignumber.js":"3.0.1","chai":"3.5.0","coveralls":"2.11.9","eslint":"2.10.1","eslint-config-airbnb":"9.0.1","eslint-import-resolver-webpack":"0.2.4","eslint-plugin-import":"1.8.0","eslint-plugin-jsx-a11y":"1.2.0","eslint-plugin-react":"5.1.1","ethjs-provider-http":"*","ethereumjs-testrpc":"3.0.2","ethjs-abi":"0.0.1","istanbul":"0.4.5","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"lint-staged":{"lint:eslint":"*.js"},"eslintConfig":{"parser":"babel-eslint","extends":"airbnb","env":{"node":true,"mocha":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"import/no-unresolved":2,"comma-dangle":[2,"always-multiline"],"indent":[2,2,{"SwitchCase":1}],"no-console":1,"max-len":0,"prefer-template":2,"no-use-before-define":0,"newline-per-chained-call":0,"arrow-body-style":[2,"as-needed"]}},"pre-commit":"build","gitHead":"30f78395bcf06277dd03de64af1167e45f10950d","_id":"ethjs-rpc@0.1.9","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"389dcd61be52e72bc47111a75805f8e45882faea","size":9265,"noattachment":false,"key":"/ethjs-rpc/-/ethjs-rpc-0.1.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-rpc/download/ethjs-rpc-0.1.9.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-rpc_0.1.9_1522239845346_0.33959596178679297"},"_hasShrinkwrap":false,"publish_time":1522239845417,"_cnpm_publish_time":1522239845417,"_cnpmcore_publish_time":"2021-12-16T19:16:55.697Z"},"0.1.8":{"name":"ethjs-rpc","version":"0.1.8","description":"A super simple module for querying the Ethereum RPC layer without formatting.","main":"lib/index.js","files":["dist","internals","lib","src"],"scripts":{"start":"npm test","release":"npmpub","pretest":"npm run lint","prepublish":"npm run build","prebuild":"npm run build:clean && npm run test","build:clean":"npm run test:clean && rimraf ./dist","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib --copy-files","build:umd":"cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build:umd:min":"cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build":"npm run build:commonjs && npm run test:lib && npm run build:umd && npm run build:umd:min","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore --ignore-pattern **/**.min.js","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","test:clean":"rimraf ./coverage","test":"mocha ./src/tests/**/*.js -R spec --timeout 2000000","test:lib":"mocha ./lib/tests/**/*.js -R spec --timeout 2000000","test-travis":"node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000","coveralls":"npm run test-travis && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-rpc.git"},"keywords":["ethereum","query","rpc","web3"],"engines":{"npm":">=3","node":">=6.5.0"},"author":{"name":"Nick Dodson","email":"nick.dodson@consensys.net"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-rpc/issues"},"homepage":"https://github.com/ethjs/ethjs-rpc#readme","babel":{"plugins":[["transform-es2015-template-literals",{"loose":true}],"transform-es2015-literals","transform-es2015-function-name","transform-es2015-arrow-functions","transform-es2015-block-scoped-functions",["transform-es2015-classes",{"loose":true}],"transform-es2015-object-super","transform-es2015-shorthand-properties",["transform-es2015-computed-properties",{"loose":true}],["transform-es2015-for-of",{"loose":true}],"transform-es2015-sticky-regex","transform-es2015-unicode-regex","check-es2015-constants",["transform-es2015-spread",{"loose":true}],"transform-es2015-parameters",["transform-es2015-destructuring",{"loose":true}],"transform-es2015-block-scoping","transform-object-rest-spread","transform-es3-member-expression-literals","transform-es3-property-literals"],"env":{"commonjs":{"plugins":[["transform-es2015-modules-commonjs",{"loose":true}]]}}},"dependencies":{},"devDependencies":{"ethjs-format":"0.1.8","babel-cli":"6.18.0","babel-core":"6.18.2","babel-eslint":"7.1.0","babel-loader":"6.2.8","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.19.0","babel-plugin-transform-es2015-for-of":"6.18.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-sticky-regex":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-es2015-unicode-regex":"6.11.0","babel-plugin-transform-es3-member-expression-literals":"6.5.0","babel-plugin-transform-es3-property-literals":"6.5.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-register":"6.18.0","check-es3-syntax-cli":"0.1.3","webpack":"2.1.0-beta.15","json-loader":"0.5.4","rimraf":"2.3.4","cross-env":"1.0.7","bignumber.js":"3.0.1","chai":"3.5.0","coveralls":"2.11.9","eslint":"2.10.1","eslint-config-airbnb":"9.0.1","eslint-import-resolver-webpack":"0.2.4","eslint-plugin-import":"1.8.0","eslint-plugin-jsx-a11y":"1.2.0","eslint-plugin-react":"5.1.1","ethjs-provider-http":"*","ethereumjs-testrpc":"3.0.2","ethjs-abi":"0.0.1","istanbul":"0.4.5","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"lint-staged":{"lint:eslint":"*.js"},"eslintConfig":{"parser":"babel-eslint","extends":"airbnb","env":{"node":true,"mocha":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"import/no-unresolved":2,"comma-dangle":[2,"always-multiline"],"indent":[2,2,{"SwitchCase":1}],"no-console":1,"max-len":0,"prefer-template":2,"no-use-before-define":0,"newline-per-chained-call":0,"arrow-body-style":[2,"as-needed"]}},"pre-commit":"build","gitHead":"cb04ea6a1b930b90c7e27e88d00bfbfc3ed76c7e","_id":"ethjs-rpc@0.1.8","_shasum":"1676740e41c7228196a71189d33f15c9c85b599d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"1676740e41c7228196a71189d33f15c9c85b599d","size":9066,"noattachment":false,"key":"/ethjs-rpc/-/ethjs-rpc-0.1.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-rpc/download/ethjs-rpc-0.1.8.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-rpc-0.1.8.tgz_1512391545886_0.9999316229950637"},"directories":{},"publish_time":1512391545958,"_hasShrinkwrap":false,"_cnpm_publish_time":1512391545958,"_cnpmcore_publish_time":"2021-12-16T19:16:56.060Z"},"0.1.7":{"name":"ethjs-rpc","version":"0.1.7","description":"A super simple module for querying the Ethereum RPC layer without formatting.","main":"lib/index.js","files":["dist","internals","lib","src"],"scripts":{"start":"npm test","release":"npmpub","pretest":"npm run lint","prepublish":"npm run build","prebuild":"npm run build:clean && npm run test","build:clean":"npm run test:clean && rimraf ./dist","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib --copy-files","build:umd":"cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build:umd:min":"cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build":"npm run build:commonjs && npm run test:lib && npm run build:umd && npm run build:umd:min","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore --ignore-pattern **/**.min.js","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","test:clean":"rimraf ./coverage","test":"mocha ./src/tests/**/*.js -R spec --timeout 2000000","test:lib":"mocha ./lib/tests/**/*.js -R spec --timeout 2000000","test-travis":"node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000","coveralls":"npm run test-travis && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-rpc.git"},"keywords":["ethereum","query","rpc","web3"],"engines":{"npm":">=3","node":">=6.5.0"},"author":{"name":"Nick Dodson","email":"nick.dodson@consensys.net"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-rpc/issues"},"homepage":"https://github.com/ethjs/ethjs-rpc#readme","babel":{"plugins":[["transform-es2015-template-literals",{"loose":true}],"transform-es2015-literals","transform-es2015-function-name","transform-es2015-arrow-functions","transform-es2015-block-scoped-functions",["transform-es2015-classes",{"loose":true}],"transform-es2015-object-super","transform-es2015-shorthand-properties",["transform-es2015-computed-properties",{"loose":true}],["transform-es2015-for-of",{"loose":true}],"transform-es2015-sticky-regex","transform-es2015-unicode-regex","check-es2015-constants",["transform-es2015-spread",{"loose":true}],"transform-es2015-parameters",["transform-es2015-destructuring",{"loose":true}],"transform-es2015-block-scoping","transform-object-rest-spread","transform-es3-member-expression-literals","transform-es3-property-literals"],"env":{"commonjs":{"plugins":[["transform-es2015-modules-commonjs",{"loose":true}]]}}},"dependencies":{},"devDependencies":{"ethjs-format":"0.1.8","babel-cli":"6.18.0","babel-core":"6.18.2","babel-eslint":"7.1.0","babel-loader":"6.2.8","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.19.0","babel-plugin-transform-es2015-for-of":"6.18.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-sticky-regex":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-es2015-unicode-regex":"6.11.0","babel-plugin-transform-es3-member-expression-literals":"6.5.0","babel-plugin-transform-es3-property-literals":"6.5.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-register":"6.18.0","check-es3-syntax-cli":"0.1.3","webpack":"2.1.0-beta.15","json-loader":"0.5.4","rimraf":"2.3.4","cross-env":"1.0.7","bignumber.js":"3.0.1","chai":"3.5.0","coveralls":"2.11.9","eslint":"2.10.1","eslint-config-airbnb":"9.0.1","eslint-import-resolver-webpack":"0.2.4","eslint-plugin-import":"1.8.0","eslint-plugin-jsx-a11y":"1.2.0","eslint-plugin-react":"5.1.1","ethjs-provider-http":"*","ethereumjs-testrpc":"3.0.2","ethjs-abi":"0.0.1","istanbul":"0.4.5","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"lint-staged":{"lint:eslint":"*.js"},"eslintConfig":{"parser":"babel-eslint","extends":"airbnb","env":{"node":true,"mocha":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"import/no-unresolved":2,"comma-dangle":[2,"always-multiline"],"indent":[2,2,{"SwitchCase":1}],"no-console":1,"max-len":0,"prefer-template":2,"no-use-before-define":0,"newline-per-chained-call":0,"arrow-body-style":[2,"as-needed"]}},"pre-commit":"build","gitHead":"73cdceec4f141dac02a4f1a74d541a407d302a6b","_id":"ethjs-rpc@0.1.7","_shasum":"eb098af45fdf3560b121c99b067430c8a63db25c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"eb098af45fdf3560b121c99b067430c8a63db25c","size":9059,"noattachment":false,"key":"/ethjs-rpc/-/ethjs-rpc-0.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-rpc/download/ethjs-rpc-0.1.7.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-rpc-0.1.7.tgz_1504895504793_0.3169290747027844"},"directories":{},"publish_time":1504895505840,"_hasShrinkwrap":false,"_cnpm_publish_time":1504895505840,"_cnpmcore_publish_time":"2021-12-16T19:16:56.241Z"},"0.1.5":{"name":"ethjs-rpc","version":"0.1.5","description":"A super simple module for querying the Ethereum RPC layer without formatting.","main":"lib/index.js","files":["dist","internals","lib","src"],"scripts":{"start":"npm test","release":"npmpub","pretest":"npm run lint","prepublish":"npm run build","prebuild":"npm run build:clean && npm run test","build:clean":"npm run test:clean && rimraf ./dist","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib --copy-files","build:umd":"cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build:umd:min":"cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build":"npm run build:commonjs && npm run test:lib && npm run build:umd && npm run build:umd:min","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore --ignore-pattern **/**.min.js","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","test:clean":"rimraf ./coverage","test":"mocha ./src/tests/**/*.js -R spec --timeout 2000000","test:lib":"mocha ./lib/tests/**/*.js -R spec --timeout 2000000","test-travis":"node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000","coveralls":"npm run test-travis && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-rpc.git"},"keywords":["ethereum","query","rpc","web3"],"engines":{"npm":">=3","node":">=6.5.0"},"author":{"name":"Nick Dodson","email":"nick.dodson@consensys.net"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-rpc/issues"},"homepage":"https://github.com/ethjs/ethjs-rpc#readme","babel":{"plugins":[["transform-es2015-template-literals",{"loose":true}],"transform-es2015-literals","transform-es2015-function-name","transform-es2015-arrow-functions","transform-es2015-block-scoped-functions",["transform-es2015-classes",{"loose":true}],"transform-es2015-object-super","transform-es2015-shorthand-properties",["transform-es2015-computed-properties",{"loose":true}],["transform-es2015-for-of",{"loose":true}],"transform-es2015-sticky-regex","transform-es2015-unicode-regex","check-es2015-constants",["transform-es2015-spread",{"loose":true}],"transform-es2015-parameters",["transform-es2015-destructuring",{"loose":true}],"transform-es2015-block-scoping","transform-object-rest-spread","transform-es3-member-expression-literals","transform-es3-property-literals"],"env":{"commonjs":{"plugins":[["transform-es2015-modules-commonjs",{"loose":true}]]}}},"dependencies":{},"devDependencies":{"ethjs-format":"0.1.8","babel-cli":"6.18.0","babel-core":"6.18.2","babel-eslint":"7.1.0","babel-loader":"6.2.8","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.19.0","babel-plugin-transform-es2015-for-of":"6.18.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-sticky-regex":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-es2015-unicode-regex":"6.11.0","babel-plugin-transform-es3-member-expression-literals":"6.5.0","babel-plugin-transform-es3-property-literals":"6.5.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-register":"6.18.0","check-es3-syntax-cli":"0.1.3","webpack":"2.1.0-beta.15","json-loader":"0.5.4","rimraf":"2.3.4","cross-env":"1.0.7","bignumber.js":"3.0.1","chai":"3.5.0","coveralls":"2.11.9","eslint":"2.10.1","eslint-config-airbnb":"9.0.1","eslint-import-resolver-webpack":"0.2.4","eslint-plugin-import":"1.8.0","eslint-plugin-jsx-a11y":"1.2.0","eslint-plugin-react":"5.1.1","ethereumjs-testrpc":"3.0.2","ethjs-abi":"0.0.1","istanbul":"0.4.5","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"lint-staged":{"lint:eslint":"*.js"},"eslintConfig":{"parser":"babel-eslint","extends":"airbnb","env":{"node":true,"mocha":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"import/no-unresolved":2,"comma-dangle":[2,"always-multiline"],"indent":[2,2,{"SwitchCase":1}],"no-console":1,"max-len":0,"prefer-template":2,"no-use-before-define":0,"newline-per-chained-call":0,"arrow-body-style":[2,"as-needed"]}},"pre-commit":"build","gitHead":"73cdceec4f141dac02a4f1a74d541a407d302a6b","_id":"ethjs-rpc@0.1.5","_shasum":"099e22f27dc4c18b6978a485fc36b1b0f7969080","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"099e22f27dc4c18b6978a485fc36b1b0f7969080","size":8493,"noattachment":false,"key":"/ethjs-rpc/-/ethjs-rpc-0.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-rpc/download/ethjs-rpc-0.1.5.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-rpc-0.1.5.tgz_1489704553308_0.4198079202324152"},"directories":{},"publish_time":1489704555370,"_hasShrinkwrap":false,"_cnpm_publish_time":1489704555370,"_cnpmcore_publish_time":"2021-12-16T19:16:56.437Z"},"0.1.4":{"name":"ethjs-rpc","version":"0.1.4","description":"A super simple module for querying the Ethereum RPC layer without formatting.","main":"lib/index.js","files":["dist","internals","lib","src"],"scripts":{"start":"npm test","release":"npmpub","pretest":"npm run lint","prepublish":"npm run build","prebuild":"npm run build:clean && npm run test","build:clean":"npm run test:clean && rimraf ./dist","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib --copy-files","build:umd":"cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build:umd:min":"cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build":"npm run build:commonjs && npm run test:lib && npm run build:umd && npm run build:umd:min","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore --ignore-pattern **/**.min.js","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","test:clean":"rimraf ./coverage","test":"mocha ./src/tests/**/*.js -R spec --timeout 2000000","test:lib":"mocha ./lib/tests/**/*.js -R spec --timeout 2000000","test-travis":"node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000","coveralls":"npm run test-travis && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-rpc.git"},"keywords":["ethereum","query","rpc","web3"],"engines":{"npm":">=3","node":">=6.5.0"},"author":{"name":"Nick Dodson","email":"nick.dodson@consensys.net"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-rpc/issues"},"homepage":"https://github.com/ethjs/ethjs-rpc#readme","babel":{"plugins":[["transform-es2015-template-literals",{"loose":true}],"transform-es2015-literals","transform-es2015-function-name","transform-es2015-arrow-functions","transform-es2015-block-scoped-functions",["transform-es2015-classes",{"loose":true}],"transform-es2015-object-super","transform-es2015-shorthand-properties",["transform-es2015-computed-properties",{"loose":true}],["transform-es2015-for-of",{"loose":true}],"transform-es2015-sticky-regex","transform-es2015-unicode-regex","check-es2015-constants",["transform-es2015-spread",{"loose":true}],"transform-es2015-parameters",["transform-es2015-destructuring",{"loose":true}],"transform-es2015-block-scoping","transform-object-rest-spread","transform-es3-member-expression-literals","transform-es3-property-literals"],"env":{"commonjs":{"plugins":[["transform-es2015-modules-commonjs",{"loose":true}]]}}},"dependencies":{"ethjs-format":"0.1.8"},"devDependencies":{"babel-cli":"6.18.0","babel-core":"6.18.2","babel-eslint":"7.1.0","babel-loader":"6.2.8","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.19.0","babel-plugin-transform-es2015-for-of":"6.18.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-sticky-regex":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-es2015-unicode-regex":"6.11.0","babel-plugin-transform-es3-member-expression-literals":"6.5.0","babel-plugin-transform-es3-property-literals":"6.5.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-register":"6.18.0","check-es3-syntax-cli":"0.1.3","webpack":"2.1.0-beta.15","json-loader":"0.5.4","rimraf":"2.3.4","cross-env":"1.0.7","bignumber.js":"3.0.1","chai":"3.5.0","coveralls":"2.11.9","eslint":"2.10.1","eslint-config-airbnb":"9.0.1","eslint-import-resolver-webpack":"0.2.4","eslint-plugin-import":"1.8.0","eslint-plugin-jsx-a11y":"1.2.0","eslint-plugin-react":"5.1.1","ethereumjs-testrpc":"3.0.2","ethjs-abi":"0.0.1","istanbul":"0.4.5","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"lint-staged":{"lint:eslint":"*.js"},"eslintConfig":{"parser":"babel-eslint","extends":"airbnb","env":{"node":true,"mocha":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"import/no-unresolved":2,"comma-dangle":[2,"always-multiline"],"indent":[2,2,{"SwitchCase":1}],"no-console":1,"max-len":0,"prefer-template":2,"no-use-before-define":0,"newline-per-chained-call":0,"arrow-body-style":[2,"as-needed"]}},"pre-commit":"build","gitHead":"73cdceec4f141dac02a4f1a74d541a407d302a6b","_id":"ethjs-rpc@0.1.4","_shasum":"eded4cd85c3356acbc19b39c1b133baba951e18b","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"eded4cd85c3356acbc19b39c1b133baba951e18b","size":8473,"noattachment":false,"key":"/ethjs-rpc/-/ethjs-rpc-0.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-rpc/download/ethjs-rpc-0.1.4.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ethjs-rpc-0.1.4.tgz_1485117375919_0.7780254436656833"},"directories":{},"publish_time":1485117377573,"_hasShrinkwrap":false,"_cnpm_publish_time":1485117377573,"_cnpmcore_publish_time":"2021-12-16T19:16:56.629Z"},"0.1.3":{"name":"ethjs-rpc","version":"0.1.3","description":"A super simple module for querying the Ethereum RPC layer without formatting.","main":"lib/index.js","files":["dist","internals","lib","src"],"scripts":{"start":"npm test","release":"npmpub","pretest":"npm run lint","prepublish":"npm run build","prebuild":"npm run build:clean && npm run test","build:clean":"npm run test:clean && rimraf ./dist","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib --copy-files","build:umd":"cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build:umd:min":"cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build":"npm run build:commonjs && npm run test:lib && npm run build:umd && npm run build:umd:min","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore --ignore-pattern **/**.min.js","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","test:clean":"rimraf ./coverage","test":"mocha ./src/tests/**/*.js -R spec --timeout 2000000","test:lib":"mocha ./lib/tests/**/*.js -R spec --timeout 2000000","test-travis":"node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000","coveralls":"npm run test-travis && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-rpc.git"},"keywords":["ethereum","query","rpc","web3"],"engines":{"npm":">=3","node":">=6.5.0"},"author":{"name":"Nick Dodson","email":"nick.dodson@consensys.net"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-rpc/issues"},"homepage":"https://github.com/ethjs/ethjs-rpc#readme","babel":{"plugins":[["transform-es2015-template-literals",{"loose":true}],"transform-es2015-literals","transform-es2015-function-name","transform-es2015-arrow-functions","transform-es2015-block-scoped-functions",["transform-es2015-classes",{"loose":true}],"transform-es2015-object-super","transform-es2015-shorthand-properties",["transform-es2015-computed-properties",{"loose":true}],["transform-es2015-for-of",{"loose":true}],"transform-es2015-sticky-regex","transform-es2015-unicode-regex","check-es2015-constants",["transform-es2015-spread",{"loose":true}],"transform-es2015-parameters",["transform-es2015-destructuring",{"loose":true}],"transform-es2015-block-scoping","transform-object-rest-spread","transform-es3-member-expression-literals","transform-es3-property-literals"],"env":{"commonjs":{"plugins":[["transform-es2015-modules-commonjs",{"loose":true}]]}}},"dependencies":{"ethjs-format":"0.1.8"},"devDependencies":{"babel-cli":"6.18.0","babel-core":"6.18.2","babel-eslint":"7.1.0","babel-loader":"6.2.8","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.19.0","babel-plugin-transform-es2015-for-of":"6.18.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-sticky-regex":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-es2015-unicode-regex":"6.11.0","babel-plugin-transform-es3-member-expression-literals":"6.5.0","babel-plugin-transform-es3-property-literals":"6.5.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-register":"6.18.0","check-es3-syntax-cli":"0.1.3","webpack":"2.1.0-beta.15","json-loader":"0.5.4","rimraf":"2.3.4","cross-env":"1.0.7","bignumber.js":"3.0.1","chai":"3.5.0","coveralls":"2.11.9","eslint":"2.10.1","eslint-config-airbnb":"9.0.1","eslint-import-resolver-webpack":"0.2.4","eslint-plugin-import":"1.8.0","eslint-plugin-jsx-a11y":"1.2.0","eslint-plugin-react":"5.1.1","ethereumjs-testrpc":"3.0.2","ethjs-abi":"0.0.1","istanbul":"0.4.5","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"lint-staged":{"lint:eslint":"*.js"},"eslintConfig":{"parser":"babel-eslint","extends":"airbnb","env":{"node":true,"mocha":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"import/no-unresolved":2,"comma-dangle":[2,"always-multiline"],"indent":[2,2,{"SwitchCase":1}],"no-console":1,"max-len":0,"prefer-template":2,"no-use-before-define":0,"newline-per-chained-call":0,"arrow-body-style":[2,"as-needed"]}},"pre-commit":"build","gitHead":"73cdceec4f141dac02a4f1a74d541a407d302a6b","_id":"ethjs-rpc@0.1.3","_shasum":"f26db13cc574666b2903bacf7ee5165842722f07","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"f26db13cc574666b2903bacf7ee5165842722f07","size":8658,"noattachment":false,"key":"/ethjs-rpc/-/ethjs-rpc-0.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-rpc/download/ethjs-rpc-0.1.3.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-rpc-0.1.3.tgz_1485115563161_0.06784008839167655"},"directories":{},"publish_time":1485115563394,"_hasShrinkwrap":false,"_cnpm_publish_time":1485115563394,"_cnpmcore_publish_time":"2021-12-16T19:16:56.845Z"},"0.1.2":{"name":"ethjs-rpc","version":"0.1.2","description":"A super simple module for querying the Ethereum RPC layer without formatting.","main":"lib/index.js","files":["dist","internals","lib","src"],"scripts":{"start":"npm test","release":"npmpub","pretest":"npm run lint","prepublish":"npm run build","prebuild":"npm run build:clean && npm run test","build:clean":"npm run test:clean && rimraf ./dist","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib --copy-files","build:umd":"cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build:umd:min":"cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build":"npm run build:commonjs && npm run test:lib && npm run build:umd && npm run build:umd:min","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore --ignore-pattern **/**.min.js","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","test:clean":"rimraf ./coverage","test":"mocha ./src/tests/**/*.js -R spec --timeout 2000000","test:lib":"mocha ./lib/tests/**/*.js -R spec --timeout 2000000","test-travis":"node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000","coveralls":"npm run test-travis && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-rpc.git"},"keywords":["ethereum","query","rpc","web3"],"engines":{"npm":">=3","node":">=6.5.0"},"author":{"name":"Nick Dodson","email":"nick.dodson@consensys.net"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-rpc/issues"},"homepage":"https://github.com/ethjs/ethjs-rpc#readme","babel":{"plugins":[["transform-es2015-template-literals",{"loose":true}],"transform-es2015-literals","transform-es2015-function-name","transform-es2015-arrow-functions","transform-es2015-block-scoped-functions",["transform-es2015-classes",{"loose":true}],"transform-es2015-object-super","transform-es2015-shorthand-properties",["transform-es2015-computed-properties",{"loose":true}],["transform-es2015-for-of",{"loose":true}],"transform-es2015-sticky-regex","transform-es2015-unicode-regex","check-es2015-constants",["transform-es2015-spread",{"loose":true}],"transform-es2015-parameters",["transform-es2015-destructuring",{"loose":true}],"transform-es2015-block-scoping","transform-object-rest-spread","transform-es3-member-expression-literals","transform-es3-property-literals"],"env":{"commonjs":{"plugins":[["transform-es2015-modules-commonjs",{"loose":true}]]}}},"dependencies":{"ethjs-format":"0.1.8"},"devDependencies":{"babel-cli":"6.18.0","babel-core":"6.18.2","babel-eslint":"7.1.0","babel-loader":"6.2.8","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.19.0","babel-plugin-transform-es2015-for-of":"6.18.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-sticky-regex":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-es2015-unicode-regex":"6.11.0","babel-plugin-transform-es3-member-expression-literals":"6.5.0","babel-plugin-transform-es3-property-literals":"6.5.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-register":"6.18.0","check-es3-syntax-cli":"0.1.3","webpack":"2.1.0-beta.15","json-loader":"0.5.4","rimraf":"2.3.4","cross-env":"1.0.7","bignumber.js":"3.0.1","chai":"3.5.0","coveralls":"2.11.9","eslint":"2.10.1","eslint-config-airbnb":"9.0.1","eslint-import-resolver-webpack":"0.2.4","eslint-plugin-import":"1.8.0","eslint-plugin-jsx-a11y":"1.2.0","eslint-plugin-react":"5.1.1","ethereumjs-testrpc":"3.0.2","ethjs-abi":"0.0.1","istanbul":"0.4.5","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"lint-staged":{"lint:eslint":"*.js"},"eslintConfig":{"parser":"babel-eslint","extends":"airbnb","env":{"node":true,"mocha":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"import/no-unresolved":2,"comma-dangle":[2,"always-multiline"],"indent":[2,2,{"SwitchCase":1}],"no-console":1,"max-len":0,"prefer-template":2,"no-use-before-define":0,"newline-per-chained-call":0,"arrow-body-style":[2,"as-needed"]}},"pre-commit":"build","gitHead":"b70d71c21d27097dd3efb25bb4a10f8209b41785","_id":"ethjs-rpc@0.1.2","_shasum":"39a3456b51c59aeeafb5ba556589a59f2da88d26","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"39a3456b51c59aeeafb5ba556589a59f2da88d26","size":8444,"noattachment":false,"key":"/ethjs-rpc/-/ethjs-rpc-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-rpc/download/ethjs-rpc-0.1.2.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-rpc-0.1.2.tgz_1485108138834_0.7395376286003739"},"directories":{},"publish_time":1485108139073,"_hasShrinkwrap":false,"_cnpm_publish_time":1485108139073,"_cnpmcore_publish_time":"2021-12-16T19:16:57.072Z"},"0.1.1":{"name":"ethjs-rpc","version":"0.1.1","description":"A super simple module for querying the Ethereum RPC layer without formatting.","main":"lib/index.js","files":["dist","internals","lib","src"],"scripts":{"start":"npm test","release":"npmpub","pretest":"npm run lint","prepublish":"npm run build","prebuild":"npm run build:clean && npm run test","build:clean":"npm run test:clean && rimraf ./dist","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib --copy-files","build:umd":"cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build:umd:min":"cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build":"npm run build:commonjs && npm run test:lib && npm run build:umd && npm run build:umd:min","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore --ignore-pattern **/**.min.js","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","test:clean":"rimraf ./coverage","test":"mocha ./src/tests/**/*.js -R spec --timeout 2000000","test:lib":"mocha ./lib/tests/**/*.js -R spec --timeout 2000000","test-travis":"node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000","coveralls":"npm run test-travis && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-rpc.git"},"keywords":["ethereum","query","rpc","web3"],"engines":{"npm":">=3","node":">=6.5.0"},"author":{"name":"Nick Dodson","email":"nick.dodson@consensys.net"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-rpc/issues"},"homepage":"https://github.com/ethjs/ethjs-rpc#readme","babel":{"plugins":[["transform-es2015-template-literals",{"loose":true}],"transform-es2015-literals","transform-es2015-function-name","transform-es2015-arrow-functions","transform-es2015-block-scoped-functions",["transform-es2015-classes",{"loose":true}],"transform-es2015-object-super","transform-es2015-shorthand-properties",["transform-es2015-computed-properties",{"loose":true}],["transform-es2015-for-of",{"loose":true}],"transform-es2015-sticky-regex","transform-es2015-unicode-regex","check-es2015-constants",["transform-es2015-spread",{"loose":true}],"transform-es2015-parameters",["transform-es2015-destructuring",{"loose":true}],"transform-es2015-block-scoping","transform-object-rest-spread","transform-es3-member-expression-literals","transform-es3-property-literals"],"env":{"commonjs":{"plugins":[["transform-es2015-modules-commonjs",{"loose":true}]]}}},"dependencies":{"ethjs-format":"0.1.8"},"devDependencies":{"babel-cli":"6.18.0","babel-core":"6.18.2","babel-eslint":"7.1.0","babel-loader":"6.2.8","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.19.0","babel-plugin-transform-es2015-for-of":"6.18.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-sticky-regex":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-es2015-unicode-regex":"6.11.0","babel-plugin-transform-es3-member-expression-literals":"6.5.0","babel-plugin-transform-es3-property-literals":"6.5.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-register":"6.18.0","check-es3-syntax-cli":"0.1.3","webpack":"2.1.0-beta.15","json-loader":"0.5.4","rimraf":"2.3.4","cross-env":"1.0.7","bignumber.js":"3.0.1","chai":"3.5.0","coveralls":"2.11.9","eslint":"2.10.1","eslint-config-airbnb":"9.0.1","eslint-import-resolver-webpack":"0.2.4","eslint-plugin-import":"1.8.0","eslint-plugin-jsx-a11y":"1.2.0","eslint-plugin-react":"5.1.1","ethereumjs-testrpc":"3.0.2","ethjs-abi":"0.0.1","istanbul":"0.4.5","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"lint-staged":{"lint:eslint":"*.js"},"eslintConfig":{"parser":"babel-eslint","extends":"airbnb","env":{"node":true,"mocha":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"import/no-unresolved":2,"comma-dangle":[2,"always-multiline"],"indent":[2,2,{"SwitchCase":1}],"no-console":1,"max-len":0,"prefer-template":2,"no-use-before-define":0,"newline-per-chained-call":0,"arrow-body-style":[2,"as-needed"]}},"pre-commit":"build","gitHead":"1bb7ef3a178381da150430bb5047ca516732a1ec","_id":"ethjs-rpc@0.1.1","_shasum":"8212d3dd10816ada506edda4a40c2159702fde6d","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"8212d3dd10816ada506edda4a40c2159702fde6d","size":8343,"noattachment":false,"key":"/ethjs-rpc/-/ethjs-rpc-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-rpc/download/ethjs-rpc-0.1.1.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ethjs-rpc-0.1.1.tgz_1482529460079_0.7535190999042243"},"directories":{},"publish_time":1482529462004,"_hasShrinkwrap":false,"_cnpm_publish_time":1482529462004,"_cnpmcore_publish_time":"2021-12-16T19:16:57.290Z"},"0.1.0":{"name":"ethjs-rpc","version":"0.1.0","description":"A super simple module for querying the Ethereum RPC layer without formatting.","main":"lib/index.js","files":["dist","internals","lib","src"],"scripts":{"start":"npm test","release":"npmpub","pretest":"npm run lint","prepublish":"npm run build","prebuild":"npm run build:clean && npm run test","build:clean":"npm run test:clean && rimraf ./dist","build:commonjs":"cross-env BABEL_ENV=commonjs babel src --out-dir lib --copy-files","build:umd":"cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build:umd:min":"cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js ./lib/index.js --progress","build":"npm run build:commonjs && npm run test:lib && npm run build:umd && npm run build:umd:min","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore --ignore-pattern **/**.min.js","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","test:clean":"rimraf ./coverage","test":"mocha ./src/tests/**/*.js -R spec --timeout 2000000","test:lib":"mocha ./lib/tests/**/*.js -R spec --timeout 2000000","test-travis":"node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000","coveralls":"npm run test-travis && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-rpc.git"},"keywords":["ethereum","query","rpc","web3"],"engines":{"npm":">=3","node":">=6.5.0"},"author":{"name":"Nick Dodson","email":"nick.dodson@consensys.net"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-rpc/issues"},"homepage":"https://github.com/ethjs/ethjs-rpc#readme","babel":{"plugins":[["transform-es2015-template-literals",{"loose":true}],"transform-es2015-literals","transform-es2015-function-name","transform-es2015-arrow-functions","transform-es2015-block-scoped-functions",["transform-es2015-classes",{"loose":true}],"transform-es2015-object-super","transform-es2015-shorthand-properties",["transform-es2015-computed-properties",{"loose":true}],["transform-es2015-for-of",{"loose":true}],"transform-es2015-sticky-regex","transform-es2015-unicode-regex","check-es2015-constants",["transform-es2015-spread",{"loose":true}],"transform-es2015-parameters",["transform-es2015-destructuring",{"loose":true}],"transform-es2015-block-scoping","transform-object-rest-spread","transform-es3-member-expression-literals","transform-es3-property-literals"],"env":{"commonjs":{"plugins":[["transform-es2015-modules-commonjs",{"loose":true}]]}}},"dependencies":{"ethjs-format":"0.1.8"},"devDependencies":{"babel-cli":"6.18.0","babel-core":"6.18.2","babel-eslint":"7.1.0","babel-loader":"6.2.8","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.19.0","babel-plugin-transform-es2015-for-of":"6.18.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-sticky-regex":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-es2015-unicode-regex":"6.11.0","babel-plugin-transform-es3-member-expression-literals":"6.5.0","babel-plugin-transform-es3-property-literals":"6.5.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-register":"6.18.0","check-es3-syntax-cli":"0.1.3","webpack":"2.1.0-beta.15","json-loader":"0.5.4","rimraf":"2.3.4","cross-env":"1.0.7","bignumber.js":"3.0.1","chai":"3.5.0","coveralls":"2.11.9","eslint":"2.10.1","eslint-config-airbnb":"9.0.1","eslint-import-resolver-webpack":"0.2.4","eslint-plugin-import":"1.8.0","eslint-plugin-jsx-a11y":"1.2.0","eslint-plugin-react":"5.1.1","ethereumjs-testrpc":"3.0.2","ethjs-abi":"0.0.1","istanbul":"0.4.5","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"lint-staged":{"lint:eslint":"*.js"},"eslintConfig":{"parser":"babel-eslint","extends":"airbnb","env":{"node":true,"mocha":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"import/no-unresolved":2,"comma-dangle":[2,"always-multiline"],"indent":[2,2,{"SwitchCase":1}],"no-console":1,"max-len":0,"prefer-template":2,"no-use-before-define":0,"newline-per-chained-call":0,"arrow-body-style":[2,"as-needed"]}},"pre-commit":"build","gitHead":"1bb7ef3a178381da150430bb5047ca516732a1ec","_id":"ethjs-rpc@0.1.0","_shasum":"1d29f7c8bcdb1e573fe7f0b8f6cd6c9edd4f68a2","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"1d29f7c8bcdb1e573fe7f0b8f6cd6c9edd4f68a2","size":8747,"noattachment":false,"key":"/ethjs-rpc/-/ethjs-rpc-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-rpc/download/ethjs-rpc-0.1.0.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ethjs-rpc-0.1.0.tgz_1482515533906_0.23449893621727824"},"directories":{},"publish_time":1482515535759,"_hasShrinkwrap":false,"_cnpm_publish_time":1482515535759,"_cnpmcore_publish_time":"2021-12-16T19:16:57.498Z"}},"readme":"## ethjs-rpc\n\n<div>\n  <!-- Dependency Status -->\n  <a href=\"https://david-dm.org/ethjs/ethjs-rpc\">\n    <img src=\"https://david-dm.org/ethjs/ethjs-rpc.svg\"\n    alt=\"Dependency Status\" />\n  </a>\n\n  <!-- devDependency Status -->\n  <a href=\"https://david-dm.org/ethjs/ethjs-rpc#info=devDependencies\">\n    <img src=\"https://david-dm.org/ethjs/ethjs-rpc/dev-status.svg\" alt=\"devDependency Status\" />\n  </a>\n\n  <!-- Build Status -->\n  <a href=\"https://travis-ci.org/ethjs/ethjs-rpc\">\n    <img src=\"https://travis-ci.org/ethjs/ethjs-rpc.svg\"\n    alt=\"Build Status\" />\n  </a>\n\n  <!-- NPM Version -->\n  <a href=\"https://www.npmjs.org/package/ethjs-rpc\">\n    <img src=\"http://img.shields.io/npm/v/ethjs-rpc.svg\"\n    alt=\"NPM version\" />\n  </a>\n\n  <!-- Test Coverage -->\n  <a href=\"https://coveralls.io/r/ethjs/ethjs-rpc\">\n    <img src=\"https://coveralls.io/repos/github/ethjs/ethjs-rpc/badge.svg\" alt=\"Test Coverage\" />\n  </a>\n\n  <!-- Javascript Style -->\n  <a href=\"http://airbnb.io/javascript/\">\n    <img src=\"https://img.shields.io/badge/code%20style-airbnb-brightgreen.svg\" alt=\"js-airbnb-style\" />\n  </a>\n</div>\n\n<br />\n\nA super simple module for querying the Ethereum RPC layer without formatting.\n\nThis module was influenced by: [`eth-query`](https://github.com/ethereumjs/eth-query).\n\n## Install\n\n```\nnpm install --save ethjs-rpc\n```\n\n## Usage\n\n```js\nconst HttpProvider = require('ethjs-provider-http');\nconst EthRPC = require('ethjs-rpc');\nconst eth = new EthRPC(new HttpProvider('http://localhost:8545'));\n\n// accounts\neth.sendAsync({ method: 'eth_accounts' }, (err, accounts1) => {\n  // null ['0x...', '0x....']\n});\n\n// gasPrice\neth.sendAsync({ method: 'eth_gasPrice' }, (err, gasPrice) => {\n  // null '0xe83922'\n});\n\n// getBalance\neth.sendAsync({\n  method: 'eth_getBalance',\n  params: ['0x5c517fffeacc03caaa8f0aa5722168b9ab3fb7a1', 'latest'],\n}, (err, gasPrice) => {\n  // null '0x5483de922'\n});\n```\n\n## About\n\nThis simple module allows you to query the Ethereum RPC layer at a very low level. You must specify your data payload method and params, if any. The module will handle payload RPC ids.\n\n## Contributing\n\nPlease help better the ecosystem by submitting issues and pull requests to `ethjs-rpc`. We need all the help we can get to build the absolute best linting standards and utilities. We follow the AirBNB linting standard and the unix philosophy.\n\n## Guides\n\nYou'll find more detailed information on using `ethjs-rpc` and tailoring it to your needs in our guides:\n\n- [User guide](docs/user-guide.md) - Usage, configuration, FAQ and complementary tools.\n- [Developer guide](docs/developer-guide.md) - Contributing to `ethjs-rpc` and writing your own code and coverage.\n\n## Help out\n\nThere is always a lot of work to do, and will have many rules to maintain. So please help out in any way that you can:\n\n- Create, enhance, and debug ethjs rules (see our guide to [\"Working on rules\"](./github/CONTRIBUTING.md)).\n- Improve documentation.\n- Chime in on any open issue or pull request.\n- Open new issues about your ideas for making `ethjs-rpc` better, and pull requests to show us how your idea works.\n- Add new tests to *absolutely anything*.\n- Create or contribute to ecosystem tools, like modules for encoding or contracts.\n- Spread the word.\n\nPlease consult our [Code of Conduct](CODE_OF_CONDUCT.md) docs before helping out.\n\nWe communicate via [issues](https://github.com/ethjs/ethjs-rpc/issues) and [pull requests](https://github.com/ethjs/ethjs-rpc/pulls).\n\n## Important documents\n\n- [Changelog](CHANGELOG.md)\n- [Code of Conduct](CODE_OF_CONDUCT.md)\n- [License](https://raw.githubusercontent.com/ethjs/ethjs-rpc/master/LICENSE)\n\n## Licence\n\nThis project is licensed under the MIT license, Copyright (c) 2016 Nick Dodson. For more information see LICENSE.md.\n\n```\nThe MIT License\n\nCopyright (c) 2016 Nick Dodson. nickdodson.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```\n","_attachments":{},"homepage":"https://github.com/ethjs/ethjs-rpc#readme","bugs":{"url":"https://github.com/ethjs/ethjs-rpc/issues"},"license":"MIT"}