{"authors":["Nick Dodson <nick.dodson@consensys.net>"],"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}]]}}},"bugs":{"url":"https://github.com/ethjs/ethjs-format/issues"},"bundleDependencies":false,"dependencies":{"bn.js":"4.11.6","ethjs-schema":"0.2.1","ethjs-util":"0.1.3","is-hex-prefixed":"1.0.0","number-to-bn":"1.7.0","strip-hex-prefix":"1.0.0"},"deprecated":false,"description":"A payload formatter for the Ethereum RPC layer.","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","chai":"3.5.0","check-es3-syntax-cli":"0.1.3","coveralls":"2.11.9","cross-env":"1.0.7","eslint":"2.10.1","eslint-config-airbnb":"9.0.1","eslint-import-resolver-webpack":"0.2.4","eslint-plugin-import":"1.8.0","eslint-plugin-jsx-a11y":"1.2.0","eslint-plugin-react":"5.1.1","ethereumjs-testrpc":"3.0.2","ethjs-abi":"0.0.1","ethjs-query":"0.0.2","ethjs-sha3":"0.0.1","eventsource-polyfill":"0.9.6","istanbul":"0.4.5","json-loader":"0.5.4","lint-staged":"1.0.1","mocha":"3.1.2","pre-commit":"1.1.3","rimraf":"2.3.4","webpack":"2.1.0-beta.15"},"engines":{"node":">=6.5.0","npm":">=3"},"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"]}},"files":["dist","internals","lib","src"],"homepage":"https://github.com/ethjs/ethjs-format#readme","keywords":["ethereum","rpc","formatter","format"],"license":"MIT","lint-staged":{"lint:eslint":"*.js"},"main":"lib/index.js","name":"ethjs-format","pre-commit":"build","repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-format.git"},"scripts":{"build":"npm run build:commonjs && npm run test:lib && npm run build:umd && npm run build:umd:min","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","coveralls":"npm run test-travis && cat ./coverage/lcov.info | coveralls","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","prebuild":"npm run build:clean && npm run test","prepublish":"npm run build","pretest":"npm run lint","release":"npmpub","start":"npm test","test":"mocha ./src/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","test:clean":"rimraf ./coverage","test:lib":"mocha ./lib/tests/**/*.js -R spec --timeout 2000000"},"version":"0.2.7","gitHead":"626fe31ed6c7026ab9cc6012b6ea8659bc5faaf0","_id":"ethjs-format@0.2.7","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"20c92f31c259a381588d069830d838b489774b86","size":117803,"noattachment":false,"key":"/ethjs-format/-/ethjs-format-0.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-format/download/ethjs-format-0.2.7.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ethjs-format_0.2.7_1524061519422_0.38967579443439315"},"_hasShrinkwrap":false,"publish_time":1524061519530,"_cnpm_publish_time":1524061519530,"_cnpmcore_publish_time":"2021-12-16T19:18:27.393Z","dist-tags":{"latest":"0.2.7"}}