{"_id":"ethjs-query","_rev":"4580129","name":"ethjs-query","description":"A simple query layer for the Ethereum RPC.","dist-tags":{"latest":"0.3.8"},"maintainers":[{"name":"silentcicero","email":""}],"time":{"modified":"2026-04-10T15:57:22.000Z","created":"2016-11-26T07:07:46.379Z","0.3.8":"2018-05-11T17:47:30.166Z","0.3.7":"2018-04-30T18:21:30.446Z","0.3.6":"2018-04-18T14:28:31.963Z","0.3.5":"2018-04-10T17:34:17.268Z","0.3.4":"2018-03-28T13:25:46.563Z","0.3.3":"2018-01-14T22:23:12.584Z","0.3.2":"2017-12-04T12:47:41.269Z","0.3.1":"2017-10-30T23:49:41.802Z","0.3.0":"2017-10-30T22:22:16.242Z","0.2.9":"2017-08-09T23:12:03.090Z","0.2.8":"2017-08-09T22:52:35.269Z","0.2.6":"2017-04-18T22:24:58.995Z","0.2.5":"2017-03-16T22:51:00.560Z","0.2.4":"2017-01-22T20:37:11.622Z","0.2.3":"2017-01-22T20:07:26.792Z","0.2.2":"2017-01-22T18:05:27.354Z","0.2.1":"2016-12-23T21:51:40.748Z","0.2.0":"2016-12-20T03:43:04.925Z","0.1.9":"2016-12-20T02:31:53.604Z","0.1.8":"2016-12-20T02:05:56.985Z","0.1.7":"2016-12-19T20:00:41.365Z","0.1.6":"2016-12-12T22:36:20.902Z","0.1.5":"2016-12-11T18:45:58.224Z","0.1.4":"2016-12-11T01:44:49.486Z","0.1.3":"2016-12-11T01:02:23.595Z","0.1.1":"2016-12-07T05:26:47.188Z","0.1.0":"2016-12-05T02:38:43.536Z","0.0.5":"2016-12-01T01:44:08.745Z","0.0.4":"2016-11-29T05:30:44.642Z","0.0.3":"2016-11-27T19:55:26.386Z","0.0.2":"2016-11-26T18:09:50.688Z","0.0.1":"2016-11-26T07:07:46.379Z"},"users":{},"author":{"name":"Nick Dodson","email":"nick.dodson@consensys.net"},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-query.git"},"versions":{"0.3.8":{"name":"ethjs-query","version":"0.3.8","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.2.7","ethjs-rpc":"0.2.0","promise-to-callback":"^1.0.0","babel-runtime":"^6.26.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","ethjs-abi":"0.0.1","ganache-core":"^2.1.0","hard-rejection":"^1.0.0","istanbul":"0.4.5","json-loader":"0.5.4","lint-staged":"1.0.1","mocha":"3.2.0","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":"ca712fac06380548180a73dc480de3cd379e404f","_id":"ethjs-query@0.3.8","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"aa5af02887bdd5f3c78b3256d0f22ffd5d357490","size":121352,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.3.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.3.8.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-query_0.3.8_1526060850076_0.7590559675296968"},"_hasShrinkwrap":false,"publish_time":1526060850166,"_cnpm_publish_time":1526060850166,"_cnpmcore_publish_time":"2021-12-16T17:14:53.550Z"},"0.3.7":{"name":"ethjs-query","version":"0.3.7","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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","transform-async-to-generator","transform-regenerator","transform-runtime"],"env":{"commonjs":{"plugins":[["transform-es2015-modules-commonjs",{"loose":true}]]}}},"dependencies":{"ethjs-format":"0.2.7","ethjs-rpc":"0.2.0","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-async-to-generator":"^6.24.1","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-plugin-transform-regenerator":"^6.26.0","babel-plugin-transform-runtime":"^6.23.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","hard-rejection":"^1.0.0","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-abi":"0.0.1","ganache-core":"^2.1.0","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":"415d6d6d1a73609d04240c6beeadaea53017ed01","_id":"ethjs-query@0.3.7","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"597884664e7769c5e314a8f2f7ac6b44aceaff5e","size":174402,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.3.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.3.7.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-query_0.3.7_1525112490227_0.2426315532893557"},"_hasShrinkwrap":false,"publish_time":1525112490446,"_cnpm_publish_time":1525112490446,"_cnpmcore_publish_time":"2021-12-16T17:14:54.139Z"},"0.3.6":{"name":"ethjs-query","version":"0.3.6","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.2.7","ethjs-rpc":"0.1.9"},"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","hard-rejection":"*","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":"dd1d1b29dc80a31da86704ae840ebdd4acf0e812","_id":"ethjs-query@0.3.6","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"f7fbe340bea14bb63bcede5ad94da237ed30e285","size":115280,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.3.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.3.6.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-query_0.3.6_1524061711913_0.657769578859295"},"_hasShrinkwrap":false,"publish_time":1524061711963,"_cnpm_publish_time":1524061711963,"_cnpmcore_publish_time":"2021-12-16T17:14:54.821Z"},"0.3.5":{"name":"ethjs-query","version":"0.3.5","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.2.6","ethjs-rpc":"0.1.9"},"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","hard-rejection":"*","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":"dd1d1b29dc80a31da86704ae840ebdd4acf0e812","_id":"ethjs-query@0.3.5","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"4a371d4b811f43945fc9beadbec85629d9e757f2","size":115277,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.3.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.3.5.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-query_0.3.5_1523381657199_0.11409976426216861"},"publish_time":1523381657268,"_hasShrinkwrap":false,"_cnpm_publish_time":1523381657268,"_cnpmcore_publish_time":"2021-12-16T17:14:55.322Z"},"0.3.4":{"name":"ethjs-query","version":"0.3.4","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.2.5","ethjs-rpc":"0.1.9"},"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","hard-rejection":"*","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":"dd1d1b29dc80a31da86704ae840ebdd4acf0e812","_id":"ethjs-query@0.3.4","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"068a8b268fe045acd2dfdf167bb740b12e596bc3","size":115485,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.3.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.3.4.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-query_0.3.4_1522243546461_0.0579838727239983"},"_hasShrinkwrap":false,"publish_time":1522243546563,"_cnpm_publish_time":1522243546563,"_cnpmcore_publish_time":"2021-12-16T17:14:55.721Z"},"0.3.3":{"name":"ethjs-query","version":"0.3.3","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.2.5","ethjs-rpc":"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":"677dd68c635051541a4c90b064b376f7b2797f26","_id":"ethjs-query@0.3.3","_shasum":"f6ccc96468823475a0acf7b17695bc2682553cb7","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"f6ccc96468823475a0acf7b17695bc2682553cb7","size":115110,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.3.3.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-query-0.3.3.tgz_1515968592481_0.35203225910663605"},"directories":{},"publish_time":1515968592584,"_hasShrinkwrap":false,"_cnpm_publish_time":1515968592584,"_cnpmcore_publish_time":"2021-12-16T17:14:56.047Z"},"0.3.2":{"name":"ethjs-query","version":"0.3.2","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.2.4","ethjs-rpc":"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":"677dd68c635051541a4c90b064b376f7b2797f26","_id":"ethjs-query@0.3.2","_shasum":"f488a48ce1994cd4c77eccb7b52902c6f29cfd85","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"f488a48ce1994cd4c77eccb7b52902c6f29cfd85","size":115018,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.3.2.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-query-0.3.2.tgz_1512391659939_0.6748483588453382"},"directories":{},"publish_time":1512391661269,"_hasShrinkwrap":false,"_cnpm_publish_time":1512391661269,"_cnpmcore_publish_time":"2021-12-16T17:14:56.685Z"},"0.3.1":{"name":"ethjs-query","version":"0.3.1","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.2.4","ethjs-rpc":"0.1.5"},"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":"677dd68c635051541a4c90b064b376f7b2797f26","_id":"ethjs-query@0.3.1","_shasum":"aed5b60bdb7e73ad831d1218c8b067310013b86f","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"aed5b60bdb7e73ad831d1218c8b067310013b86f","size":115010,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.3.1.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-query-0.3.1.tgz_1509407380528_0.9240272683091462"},"directories":{},"publish_time":1509407381802,"_hasShrinkwrap":false,"_cnpm_publish_time":1509407381802,"_cnpmcore_publish_time":"2021-12-16T17:14:57.023Z"},"0.3.0":{"name":"ethjs-query","version":"0.3.0","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.2.3","ethjs-rpc":"0.1.5"},"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":"677dd68c635051541a4c90b064b376f7b2797f26","_id":"ethjs-query@0.3.0","_shasum":"08098d610f81bd5f954a7a57ab4989f7e9815fc4","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"08098d610f81bd5f954a7a57ab4989f7e9815fc4","size":115006,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.3.0.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-query-0.3.0.tgz_1509402134338_0.4027990715112537"},"directories":{},"publish_time":1509402136242,"_hasShrinkwrap":false,"_cnpm_publish_time":1509402136242,"_cnpmcore_publish_time":"2021-12-16T17:14:57.624Z"},"0.2.9":{"name":"ethjs-query","version":"0.2.9","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.2.2","ethjs-rpc":"0.1.5"},"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":"677dd68c635051541a4c90b064b376f7b2797f26","_id":"ethjs-query@0.2.9","_shasum":"a26e6b4f38699e92f34b2184e75c7894329c42f1","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"a26e6b4f38699e92f34b2184e75c7894329c42f1","size":114977,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.2.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.2.9.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-query-0.2.9.tgz_1502320319453_0.6432099181693047"},"directories":{},"publish_time":1502320323090,"_hasShrinkwrap":false,"_cnpm_publish_time":1502320323090,"_cnpmcore_publish_time":"2021-12-16T17:14:58.075Z"},"0.2.8":{"name":"ethjs-query","version":"0.2.8","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.2.1","ethjs-rpc":"0.1.5"},"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":"677dd68c635051541a4c90b064b376f7b2797f26","_id":"ethjs-query@0.2.8","_shasum":"b388d18781728418e627e28c9daccaa7320917cf","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"b388d18781728418e627e28c9daccaa7320917cf","size":114899,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.2.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.2.8.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-query-0.2.8.tgz_1502319153904_0.9325592902023345"},"directories":{},"publish_time":1502319155269,"_hasShrinkwrap":false,"_cnpm_publish_time":1502319155269,"_cnpmcore_publish_time":"2021-12-16T17:14:58.825Z"},"0.2.6":{"name":"ethjs-query","version":"0.2.6","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.2.0","ethjs-rpc":"0.1.5"},"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":"677dd68c635051541a4c90b064b376f7b2797f26","_id":"ethjs-query@0.2.6","_shasum":"9d8e6044b8bf76dd3340f843716a2259b9c91d3c","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"9d8e6044b8bf76dd3340f843716a2259b9c91d3c","size":114872,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.2.6.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.2.6.tgz_1492554298698_0.499575128313154"},"directories":{},"publish_time":1492554298995,"_hasShrinkwrap":false,"_cnpm_publish_time":1492554298995,"_cnpmcore_publish_time":"2021-12-16T17:14:59.251Z"},"0.2.5":{"name":"ethjs-query","version":"0.2.5","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.9","ethjs-rpc":"0.1.5"},"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":"98826cfa9c450904560c04d8ecd4bf16e9fc9db2","_id":"ethjs-query@0.2.5","_shasum":"38f336211c07bbf8037277978fcc3c06219878f5","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"38f336211c07bbf8037277978fcc3c06219878f5","size":114836,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.2.5.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.2.5.tgz_1489704658227_0.13391254795715213"},"directories":{},"publish_time":1489704660560,"_hasShrinkwrap":false,"_cnpm_publish_time":1489704660560,"_cnpmcore_publish_time":"2021-12-16T17:14:59.683Z"},"0.2.4":{"name":"ethjs-query","version":"0.2.4","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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","ethjs-rpc":"0.1.4"},"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":"98826cfa9c450904560c04d8ecd4bf16e9fc9db2","_id":"ethjs-query@0.2.4","_shasum":"b28f080d45982dfb0535a4a5412e61b369665376","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"b28f080d45982dfb0535a4a5412e61b369665376","size":114586,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.2.4.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.2.4.tgz_1485117431358_0.7007907936349511"},"directories":{},"publish_time":1485117431622,"_hasShrinkwrap":false,"_cnpm_publish_time":1485117431622,"_cnpmcore_publish_time":"2021-12-16T17:15:00.689Z"},"0.2.3":{"name":"ethjs-query","version":"0.2.3","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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","ethjs-rpc":"0.1.3"},"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":"98826cfa9c450904560c04d8ecd4bf16e9fc9db2","_id":"ethjs-query@0.2.3","_shasum":"587e1a9bd7e95fbb485e627220fc583324e217ce","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"587e1a9bd7e95fbb485e627220fc583324e217ce","size":114582,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.2.3.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ethjs-query-0.2.3.tgz_1485115644606_0.6512179791461676"},"directories":{},"publish_time":1485115646792,"_hasShrinkwrap":false,"_cnpm_publish_time":1485115646792,"_cnpmcore_publish_time":"2021-12-16T17:15:01.205Z"},"0.2.2":{"name":"ethjs-query","version":"0.2.2","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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","ethjs-rpc":"0.1.2"},"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":"98826cfa9c450904560c04d8ecd4bf16e9fc9db2","_id":"ethjs-query@0.2.2","_shasum":"b32419f4704bc09e6efadab3950e946e04bf512c","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"b32419f4704bc09e6efadab3950e946e04bf512c","size":114573,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.2.2.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ethjs-query-0.2.2.tgz_1485108325407_0.7584602613933384"},"directories":{},"publish_time":1485108327354,"_hasShrinkwrap":false,"_cnpm_publish_time":1485108327354,"_cnpmcore_publish_time":"2021-12-16T17:15:02.009Z"},"0.2.1":{"name":"ethjs-query","version":"0.2.1","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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","ethjs-rpc":"0.1.1"},"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":"155b2b9c1e18e95cdb9592259f239ba36634fa8c","_id":"ethjs-query@0.2.1","_shasum":"354f491c5c4d3682cfb81cdb778910aaa1e60059","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"354f491c5c4d3682cfb81cdb778910aaa1e60059","size":114548,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.2.1.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.2.1.tgz_1482529900505_0.36808080947957933"},"directories":{},"publish_time":1482529900748,"_hasShrinkwrap":false,"_cnpm_publish_time":1482529900748,"_cnpmcore_publish_time":"2021-12-16T17:15:02.485Z"},"0.2.0":{"name":"ethjs-query","version":"0.2.0","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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":"3f890b0f323e9c216baee5a3674b836e0140ac5d","_id":"ethjs-query@0.2.0","_shasum":"02862f4a5c170f19b2080386f8c6b99d8ec062ab","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"02862f4a5c170f19b2080386f8c6b99d8ec062ab","size":114183,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.2.0.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ethjs-query-0.2.0.tgz_1482205382781_0.111356639303267"},"directories":{},"publish_time":1482205384925,"_hasShrinkwrap":false,"_cnpm_publish_time":1482205384925,"_cnpmcore_publish_time":"2021-12-16T17:15:03.043Z"},"0.1.9":{"name":"ethjs-query","version":"0.1.9","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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":"a6077579bc9c64841fdb8040eefe94624769dace","_id":"ethjs-query@0.1.9","_shasum":"90b0af62258363b451ce5e34ce65914f88992218","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"90b0af62258363b451ce5e34ce65914f88992218","size":114270,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.1.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.1.9.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.1.9.tgz_1482201113362_0.14409792004153132"},"directories":{},"publish_time":1482201113604,"_hasShrinkwrap":false,"_cnpm_publish_time":1482201113604,"_cnpmcore_publish_time":"2021-12-16T17:15:03.361Z"},"0.1.8":{"name":"ethjs-query","version":"0.1.8","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.7"},"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":"e90897fa1bc93cd0449e76e5b6a9733cb381b705","_id":"ethjs-query@0.1.8","_shasum":"c9e51ef7d58c42193f113b21862af85bb5cbdd35","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"c9e51ef7d58c42193f113b21862af85bb5cbdd35","size":114272,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.1.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.1.8.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ethjs-query-0.1.8.tgz_1482199555107_0.24882279499433935"},"directories":{},"publish_time":1482199556985,"_hasShrinkwrap":false,"_cnpm_publish_time":1482199556985,"_cnpmcore_publish_time":"2021-12-16T17:15:03.766Z"},"0.1.7":{"name":"ethjs-query","version":"0.1.7","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.5"},"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":"e4bfe8904d18d0ff42e23011729eac6810eb85b9","_id":"ethjs-query@0.1.7","_shasum":"6e3aa688010aa1a53333c9ab6b9aa428aa124a5a","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"6e3aa688010aa1a53333c9ab6b9aa428aa124a5a","size":113948,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.1.7.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.1.7.tgz_1482177639270_0.5794382498133928"},"directories":{},"publish_time":1482177641365,"_hasShrinkwrap":false,"_cnpm_publish_time":1482177641365,"_cnpmcore_publish_time":"2021-12-16T17:15:04.179Z"},"0.1.6":{"name":"ethjs-query","version":"0.1.6","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.5"},"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":"e4bfe8904d18d0ff42e23011729eac6810eb85b9","_id":"ethjs-query@0.1.6","_shasum":"e198b33e4e462818f140b4c8c3840afadbb5bf96","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"e198b33e4e462818f140b4c8c3840afadbb5bf96","size":113705,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.1.6.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.1.6.tgz_1481582178541_0.218700302997604"},"directories":{},"publish_time":1481582180902,"_hasShrinkwrap":false,"_cnpm_publish_time":1481582180902,"_cnpmcore_publish_time":"2021-12-16T17:15:04.539Z"},"0.1.5":{"name":"ethjs-query","version":"0.1.5","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.5"},"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":"359266282232211158856090edcb01f987559582","_id":"ethjs-query@0.1.5","_shasum":"66294283fdeca9407a772e3d40bce64b4274823f","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"66294283fdeca9407a772e3d40bce64b4274823f","size":113654,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.1.5.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.1.5.tgz_1481481957978_0.7527563914190978"},"directories":{},"publish_time":1481481958224,"_hasShrinkwrap":false,"_cnpm_publish_time":1481481958224,"_cnpmcore_publish_time":"2021-12-16T17:15:04.967Z"},"0.1.4":{"name":"ethjs-query","version":"0.1.4","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.4"},"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":"368745982792edd48e94f69c4074de5c330ffbd3","_id":"ethjs-query@0.1.4","_shasum":"81b71b879787a7ebc9de46549b26b5c268f55e31","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"81b71b879787a7ebc9de46549b26b5c268f55e31","size":113525,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.1.4.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.1.4.tgz_1481420689246_0.4856315415818244"},"directories":{},"publish_time":1481420689486,"_hasShrinkwrap":false,"_cnpm_publish_time":1481420689486,"_cnpmcore_publish_time":"2021-12-16T17:15:05.421Z"},"0.1.3":{"name":"ethjs-query","version":"0.1.3","description":"A simple query layer for the Ethereum RPC.","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.4"},"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":"368745982792edd48e94f69c4074de5c330ffbd3","_id":"ethjs-query@0.1.3","_shasum":"bf8be649439c57faeab0c36fae17fbc2f2d40dda","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"bf8be649439c57faeab0c36fae17fbc2f2d40dda","size":113531,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.1.3.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ethjs-query-0.1.3.tgz_1481418141344_0.07644832716323435"},"directories":{},"publish_time":1481418143595,"_hasShrinkwrap":false,"_cnpm_publish_time":1481418143595,"_cnpmcore_publish_time":"2021-12-16T17:15:05.842Z"},"0.1.1":{"name":"ethjs-query","version":"0.1.1","description":"A simple query layer for the Ethereum RPC.","main":"lib/index.js","browser":"dist/ethjs-query.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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.2","json-rpc-random-id":"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","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","ethjs-util":"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":"lint:staged","gitHead":"368745982792edd48e94f69c4074de5c330ffbd3","_id":"ethjs-query@0.1.1","_shasum":"ee519a3ebf375e90d8d2b2abdde39440a78be0d3","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"ee519a3ebf375e90d8d2b2abdde39440a78be0d3","size":139124,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.1.1.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.1.1.tgz_1481088405088_0.0071147342678159475"},"directories":{},"publish_time":1481088407188,"_hasShrinkwrap":false,"_cnpm_publish_time":1481088407188,"_cnpmcore_publish_time":"2021-12-16T17:15:06.393Z"},"0.1.0":{"name":"ethjs-query","version":"0.1.0","description":"A simple query layer for the Ethereum RPC.","main":"lib/index.js","browser":"dist/ethjs-query.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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#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.0","json-rpc-random-id":"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","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","ethjs-util":"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":"lint:staged","gitHead":"972452d54e17271a39166cb50c192451a8a95cef","_id":"ethjs-query@0.1.0","_shasum":"3b1c9909da612aea4f3ad726f8710688fa19e2bc","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"3b1c9909da612aea4f3ad726f8710688fa19e2bc","size":122154,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.1.0.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.1.0.tgz_1480905523259_0.053414961555972695"},"directories":{},"publish_time":1480905523536,"_hasShrinkwrap":false,"_cnpm_publish_time":1480905523536,"_cnpmcore_publish_time":"2021-12-16T17:15:07.088Z"},"0.0.5":{"name":"ethjs-query","version":"0.0.5","description":"A simple query layer for the Ethereum RPC.","main":"./src/index.js","scripts":{"start":"npm test","test":"mocha src/tests/**/*.js -R spec --timeout 2000000","release":"npmpub","pretest":"npm run lint","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#readme","dependencies":{"json-rpc-random-id":"1.0.0","ethjs-format":"0.0.9"},"devDependencies":{"babel-eslint":"7.1.0","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","ethjs-util":"0.0.1","istanbul":"0.4.5","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"babel":{"presets":["es2015"],"plugins":[["module-resolver",{"root":["./src"]}]]},"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":"lint:staged","gitHead":"e0c9e85308227ac4b94ea16d545dc4c3e4cf6435","_id":"ethjs-query@0.0.5","_shasum":"336ba68b8e1816179971caba925a20d38bdff48c","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"336ba68b8e1816179971caba925a20d38bdff48c","size":13201,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.0.5.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.0.5.tgz_1480556646614_0.42115809326060116"},"directories":{},"publish_time":1480556648745,"_hasShrinkwrap":false,"_cnpm_publish_time":1480556648745,"_cnpmcore_publish_time":"2021-12-16T17:15:07.390Z"},"0.0.4":{"name":"ethjs-query","version":"0.0.4","description":"A simple query layer for the Ethereum RPC.","main":"./src/index.js","scripts":{"start":"npm test","test":"mocha src/tests/**/*.js -R spec --timeout 2000000","release":"npmpub","pretest":"npm run lint","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","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-query.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-query/issues"},"homepage":"https://github.com/ethjs/ethjs-query#readme","dependencies":{"eth-query":"2.1.0","ethjs-format":"0.0.9"},"devDependencies":{"babel-eslint":"7.1.0","chai":"3.5.0","coveralls":"2.11.9","eslint":"2.10.1","istanbul":"0.4.5","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-util":"0.0.1","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"babel":{"presets":["es2015"],"plugins":[["module-resolver",{"root":["./src"]}]]},"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":"lint:staged","gitHead":"73e8ad03137e4b46748d5f16ba1e25f619a21ffb","_id":"ethjs-query@0.0.4","_shasum":"6088f8d60c866b381993f51ab64d995e27ea0c36","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"6088f8d60c866b381993f51ab64d995e27ea0c36","size":12693,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.0.4.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ethjs-query-0.0.4.tgz_1480397442901_0.9053276940248907"},"directories":{},"publish_time":1480397444642,"_hasShrinkwrap":false,"_cnpm_publish_time":1480397444642,"_cnpmcore_publish_time":"2021-12-16T17:15:08.021Z"},"0.0.3":{"name":"ethjs-query","version":"0.0.3","description":"A simple query layer for the Ethereum RPC.","main":"./src/index.js","scripts":{"start":"npm test","test":"mocha src/tests/**/*.js -R spec --timeout 2000000","release":"npmpub","pretest":"npm run lint","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","coveralls":"cat ./coverage/lcov/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/silentcicero/ethjs-query.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/silentcicero/ethjs-query/issues"},"homepage":"https://github.com/silentcicero/ethjs-query#readme","dependencies":{"eth-query":"2.1.0","ethjs-format":"0.0.6"},"devDependencies":{"babel-eslint":"7.1.0","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","ethjs-util":"0.0.1","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"babel":{"presets":["es2015"],"plugins":[["module-resolver",{"root":["./src"]}]]},"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":"lint:staged","gitHead":"7063c3f79d3e539d677ec047309ded345b6a8e37","_id":"ethjs-query@0.0.3","_shasum":"379062b336a3f214bc2c1ca44534187e0b7c2a90","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"379062b336a3f214bc2c1ca44534187e0b7c2a90","size":9558,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.0.3.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ethjs-query-0.0.3.tgz_1480276524626_0.3732069495599717"},"directories":{},"publish_time":1480276526386,"_hasShrinkwrap":false,"_cnpm_publish_time":1480276526386,"_cnpmcore_publish_time":"2021-12-16T17:15:08.308Z"},"0.0.2":{"name":"ethjs-query","version":"0.0.2","description":"A simple query layer for the Ethereum RPC.","main":"./src/index.js","scripts":{"start":"npm test","test":"mocha src/tests/**/*.js -R spec --timeout 2000000","release":"npmpub","pretest":"npm run lint","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","coveralls":"cat ./coverage/lcov/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/silentcicero/ethjs-query.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/silentcicero/ethjs-query/issues"},"homepage":"https://github.com/silentcicero/ethjs-query#readme","dependencies":{"eth-query":"2.1.0","ethjs-format":"0.0.6"},"devDependencies":{"babel-eslint":"7.1.0","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","ethjs-util":"0.0.1","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"babel":{"presets":["es2015"],"plugins":[["module-resolver",{"root":["./src"]}]]},"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":"lint:staged","gitHead":"15cf25ee779f79780c5ab65dfeaee699f7d96a08","_id":"ethjs-query@0.0.2","_shasum":"e94ead3146b806256808755f89de706c28148b86","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"e94ead3146b806256808755f89de706c28148b86","size":8866,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.0.2.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ethjs-query-0.0.2.tgz_1480183788765_0.7480283670593053"},"directories":{},"publish_time":1480183790688,"_hasShrinkwrap":false,"_cnpm_publish_time":1480183790688,"_cnpmcore_publish_time":"2021-12-16T17:15:08.559Z"},"0.0.1":{"name":"ethjs-query","version":"0.0.1","description":"A simple query layer for the Ethereum RPC.","main":"./src/index.js","scripts":{"start":"npm test","test":"mocha src/tests/**/*.js -R spec --timeout 2000000","release":"npmpub","pretest":"npm run lint","lint":"npm run lint:js","lint:eslint":"eslint --ignore-path .gitignore","lint:js":"npm run lint:eslint -- . ","lint:staged":"lint-staged","coveralls":"cat ./coverage/lcov/lcov.info | coveralls"},"repository":{"type":"git","url":"git+ssh://git@github.com/silentcicero/ethjs-query.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/silentcicero/ethjs-query/issues"},"homepage":"https://github.com/silentcicero/ethjs-query#readme","dependencies":{"eth-query":"2.1.0","ethjs-format":"0.0.5"},"devDependencies":{"babel-eslint":"7.1.0","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","ethjs-util":"0.0.1","lint-staged":"1.0.1","mocha":"3.2.0","pre-commit":"1.1.3"},"babel":{"presets":["es2015"],"plugins":[["module-resolver",{"root":["./src"]}]]},"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":"lint:staged","gitHead":"237fdecea499575ad7697683215e572c4742e8d7","_id":"ethjs-query@0.0.1","_shasum":"66a0e6b9e9c457226c7db20b3548b0d5cfd4f225","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"66a0e6b9e9c457226c7db20b3548b0d5cfd4f225","size":8816,"noattachment":false,"key":"/ethjs-query/-/ethjs-query-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-query/download/ethjs-query-0.0.1.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-query-0.0.1.tgz_1480144066164_0.5449193681124598"},"directories":{},"publish_time":1480144066379,"_hasShrinkwrap":false,"_cnpm_publish_time":1480144066379,"_cnpmcore_publish_time":"2021-12-16T17:15:08.776Z"}},"readme":"## ethjs-query\n\n<div>\n  <!-- Dependency Status -->\n  <a href=\"https://david-dm.org/ethjs/ethjs-query\">\n    <img src=\"https://david-dm.org/ethjs/ethjs-query.svg\"\n    alt=\"Dependency Status\" />\n  </a>\n\n  <!-- devDependency Status -->\n  <a href=\"https://david-dm.org/ethjs/ethjs-query#info=devDependencies\">\n    <img src=\"https://david-dm.org/ethjs/ethjs-query/dev-status.svg\" alt=\"devDependency Status\" />\n  </a>\n\n  <!-- Build Status -->\n  <a href=\"https://travis-ci.org/ethjs/ethjs-query\">\n    <img src=\"https://travis-ci.org/ethjs/ethjs-query.svg\"\n    alt=\"Build Status\" />\n  </a>\n\n  <!-- NPM Version -->\n  <a href=\"https://www.npmjs.org/package/ethjs-query\">\n    <img src=\"http://img.shields.io/npm/v/ethjs-query.svg\"\n    alt=\"NPM version\" />\n  </a>\n\n  <!-- Test Coverage -->\n  <a href=\"https://coveralls.io/r/ethjs/ethjs-query\">\n    <img src=\"https://coveralls.io/repos/github/ethjs/ethjs-query/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 simple module for querying the Ethereum RPC layer.\n\n## Install\n\n```\nnpm install --save ethjs-query\n```\n\n## Usage\n\n```js\nconst BN = require('bn.js');\nconst HttpProvider = require('ethjs-provider-http');\nconst Eth = require('ethjs-query');\nconst eth = new Eth(new HttpProvider('http://localhost:8545'));\n\neth.getBalance('0x407d73d8a49eeb85d32cf465507dd71d507100c1', cb);\n\n// result null <BN ...>\n\neth.sendTransaction({\n  from: '0x407d73d8a49eeb85d32cf465507dd71d507100c1',\n  to: '0x987d73d8a49eeb85d32cf462207dd71d50710033',\n  value: new BN('6500000'),\n  gas: 3000000,\n  data: '0x',\n}).then(cb).catch(cb);\n\n// result null 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470\n```\n\n## About\n\nA simple Ethereum RPC module for querying data from an Ethereum node such as a geth (go-etherem), parity (rust-ethereum) or TestRPC (local js-ethereum).\n\nThis module supports all Ethereum RPC methods and is designed completely to specification.\n\n## Amorphic Data Formatting\n\n`ethjs-query` uses the `ethjs-format` module to format incoming and outgoing RPC data payloads. The primary formatting task is numbers. Number values can be inputed as: `BigNumber`, `BN`, `string`, `hex` or `actual numbers`. Because the blockchain does not support decimal or negative numbers, any kind of decimal or negative number will cause an error return. All received number values are returned as BN.js object instances.\n\nRead more about the formatting layer here: [ethjs-format](http://github.com/ethjs/ethjs-format)\n\n## Async Only\n\nAll methods are `async` only, requiring either a callback or promise.\n\n## Error handling\n\nError handling is done through function callbacks or promised catches.\n\n## Debugging Options\n\n`ethjs-query` comes equip with a full debug options for all data inputs and outputs.\n\n```js\nconst HttpProvider = require('ethjs-provider-http');\nconst Eth = require('ethjs-query');\nconst eth = new Eth(new HttpProvider('http://localhost:8545'), { debug: true, logger: console, jsonSpace: 0 });\n\neth.accounts(cb);\n\n/* result\n[ethjs-query 2016-11-27T19:37:54.917Z] attempting method accounts with params [null]\n[ethjs-query 2016-11-27T19:37:54.917Z] [method 'accounts'] callback provided: true\n[ethjs-query 2016-11-27T19:37:54.917Z] [method 'accounts'] attempting input formatting of 0 inputs\n[ethjs-query 2016-11-27T19:37:54.917Z] [method 'accounts'] formatted inputs: []\n[ethjs-query 2016-11-27T19:37:54.917Z] [method 'accounts'] attempting query with formatted inputs...\n[ethjs-query 2016-11-27T19:37:54.919Z] [method 'accounts'] callback success, attempting formatting of raw outputs: [\"0xb88643569c19d05dc67b960f91d9d696eebf808e\",\"0xf...]\n[ethjs-query 2016-11-27T19:37:54.919Z] [method 'accounts'] formatted outputs: [\"0xb88643569c19d05dc67b960f91d9d696eebf808e\",\"0xf...]\n*/\n```\n\n## Supported Methods\n\n`ethjs-query` supports all Ethereum specified RPC methods.\n\n```js\nconst HttpProvider = require('ethjs-provider-http');\nconst Eth = require('ethjs-query');\nconst eth = new Eth(new HttpProvider('http://localhost:8545'));\n\neth.protocolVersion(cb);\n\n// ....\n```\n\n* [eth.protocolVersion](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_protocolversion)\n* [eth.syncing](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_syncing)\n* [eth.coinbase](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_coinbase)\n* [eth.mining](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_mining)\n* [eth.hashrate](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_hashrate)\n* [eth.gasPrice](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_gasprice)\n* [eth.accounts](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_accounts)\n* [eth.blockNumber](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_blocknumber)\n* [eth.getBalance](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getbalance)\n* [eth.getStorageAt](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getstorageat)\n* [eth.getTransactionCount](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_gettransactioncount)\n* [eth.getBlockTransactionCountByHash](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getblocktransactioncountbyhash)\n* [eth.getBlockTransactionCountByNumber](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getblocktransactioncountbynumber)\n* [eth.getUncleCountByBlockHash](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getunclecountbyblockhash)\n* [eth.getUncleCountByBlockNumber](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getunclecountbyblocknumber)\n* [eth.getCode](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getcode)\n* [eth.sign](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_sign)\n* [eth.sendTransaction](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_sendtransaction)\n* [eth.sendRawTransaction](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_sendrawtransaction)\n* [eth.call](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_call)\n* [eth.estimateGas](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_estimategas)\n* [eth.getBlockByHash](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getblockbyhash)\n* [eth.getBlockByNumber](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getblockbynumber)\n* [eth.getTransactionByHash](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_gettransactionbyhash)\n* [eth.getTransactionByBlockHashAndIndex](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_gettransactionbyblockhashandindex)\n* [eth.getTransactionByBlockNumberAndIndex](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_gettransactionbyblocknumberandindex)\n* [eth.getTransactionReceipt](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_gettransactionreceipt)\n* [eth.getUncleByBlockHashAndIndex](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getunclebyblockhashandindex)\n* [eth.getUncleByBlockNumberAndIndex](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getunclebyblocknumberandindex)\n* [eth.getCompilers](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getcompilers)\n* [eth.compileLLL](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_compilelll)\n* [eth.compileSolidity](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_compilesolidity)\n* [eth.compileSerpent](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_compileserpent)\n* [eth.newFilter](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_newfilter)\n* [eth.newBlockFilter](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_newblockfilter)\n* [eth.newPendingTransactionFilter](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_newpendingtransactionfilter)\n* [eth.uninstallFilter](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_uninstallfilter)\n* [eth.getFilterChanges](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getfilterchanges)\n* [eth.getFilterLogs](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getfilterlogs)\n* [eth.getLogs](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getlogs)\n* [eth.getWork](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getwork)\n* [eth.submitWork](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_submitwork)\n* [eth.submitHashrate](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_submithashrate)\n\n* [eth.web3_clientVersion](https://github.com/ethereum/wiki/wiki/JSON-RPC#web3_clientversion)\n* [eth.web3_sha3](https://github.com/ethereum/wiki/wiki/JSON-RPC#web3_sha3)\n\n* [eth.net_version](https://github.com/ethereum/wiki/wiki/JSON-RPC#net_version)\n* [eth.net_peerCount](https://github.com/ethereum/wiki/wiki/JSON-RPC#net_peercount)\n* [eth.net_listening](https://github.com/ethereum/wiki/wiki/JSON-RPC#net_listening)\n\n* [eth.db_putString](https://github.com/ethereum/wiki/wiki/JSON-RPC#db_putstring)\n* [eth.db_getString](https://github.com/ethereum/wiki/wiki/JSON-RPC#db_getstring)\n* [eth.db_putHex](https://github.com/ethereum/wiki/wiki/JSON-RPC#db_puthex)\n* [eth.db_getHex](https://github.com/ethereum/wiki/wiki/JSON-RPC#db_gethex)\n\n* [eth.shh_post](https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_post)\n* [eth.shh_version](https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_version)\n* [eth.shh_newIdentity](https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_newidentity)\n* [eth.shh_hasIdentity](https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_hasidentity)\n* [eth.shh_newGroup](https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_newgroup)\n* [eth.shh_addToGroup](https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_addtogroup)\n* [eth.shh_newFilter](https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_newfilter)\n* [eth.shh_uninstallFilter](https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_uninstallfilter)\n* [eth.shh_getFilterChanges](https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_getfilterchanges)\n* [eth.shh_getMessages](https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_getmessages)\n\n## Contributing\n\nPlease help better the ecosystem by submitting issues and pull requests to `ethjs-query`. 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-query` 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-query` 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-query` 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-query/issues) and [pull requests](https://github.com/ethjs/ethjs-query/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-query/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-query#readme","bugs":{"url":"https://github.com/ethjs/ethjs-query/issues"},"license":"MIT"}