{"_id":"ethjs-sha3","_rev":"4585765","name":"ethjs-sha3","description":"Just the sha3 method used by Etheruem dApps, and contracts.","dist-tags":{"latest":"0.1.3"},"maintainers":[{"name":"silentcicero","email":""}],"time":{"modified":"2026-04-10T16:30:46.000Z","created":"2016-11-25T19:18:22.312Z","0.1.3":"2016-12-17T16:37:44.926Z","0.1.2":"2016-12-08T00:44:00.045Z","0.1.1":"2016-12-05T01:12:39.045Z","0.0.1":"2016-11-25T19:18:22.312Z"},"users":{},"repository":{"type":"git","url":"git+ssh://git@github.com/ethjs/ethjs-sha3.git"},"versions":{"0.1.3":{"name":"ethjs-sha3","version":"0.1.3","description":"Just the sha3 method used by Etheruem dApps, and contracts.","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:stats":"cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --config ./internals/webpack/webpack.config.js --progress --profile --json > dist/stats.json","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-sha3.git"},"keywords":["ethereum","rpc","formatter","format","ethereum","encoding","decoding"],"authors":["Nick Dodson <nick.dodson@consensys.net>"],"contributors":[{"name":"Richard Moore","email":"me@ricmoo.com","url":"https://ethers.io"}],"engines":{"npm":">=3","node":">=6.5.0"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-sha3/issues"},"homepage":"https://github.com/ethjs/ethjs-sha3#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}]]}}},"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","chai":"3.5.0","coveralls":"2.11.9","js-sha3":"0.5.5","istanbul":"0.4.5","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","eventsource-polyfill":"0.9.6","lint-staged":"1.0.1","mocha":"3.1.2","pre-commit":"1.1.3","web3":"0.17.0-beta"},"dependencies":{"js-sha3":"0.5.5"},"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":"bd0b242c56d72337fd42926ba7d690e424aad177","_id":"ethjs-sha3@0.1.3","_shasum":"77cfcdbb9739ba6086134357b8ff0c1e1b4d3c82","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"77cfcdbb9739ba6086134357b8ff0c1e1b4d3c82","size":52732,"noattachment":false,"key":"/ethjs-sha3/-/ethjs-sha3-0.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-sha3/download/ethjs-sha3-0.1.3.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-sha3-0.1.3.tgz_1481992664699_0.42990971845574677"},"directories":{},"publish_time":1481992664926,"_hasShrinkwrap":false,"_cnpm_publish_time":1481992664926,"_cnpmcore_publish_time":"2021-12-16T19:17:39.051Z"},"0.1.2":{"name":"ethjs-sha3","version":"0.1.2","description":"Just the sha3 method used by Etheruem dApps, and contracts.","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-sha3.git"},"keywords":["ethereum","rpc","formatter","format","ethereum","encoding","decoding"],"authors":["Nick Dodson <nick.dodson@consensys.net>"],"engines":{"npm":">=3","node":">=6.5.0"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-sha3/issues"},"homepage":"https://github.com/ethjs/ethjs-sha3#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}]]}}},"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","chai":"3.5.0","coveralls":"2.11.9","js-sha3":"0.5.5","istanbul":"0.4.5","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","eventsource-polyfill":"0.9.6","lint-staged":"1.0.1","mocha":"3.1.2","pre-commit":"1.1.3","web3":"0.17.0-beta"},"dependencies":{"hash.js":"1.0.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":"bd0b242c56d72337fd42926ba7d690e424aad177","_id":"ethjs-sha3@0.1.2","_shasum":"e03f6c34a3c4206bdec28d4174d6d7ff066a15d2","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"e03f6c34a3c4206bdec28d4174d6d7ff066a15d2","size":75549,"noattachment":false,"key":"/ethjs-sha3/-/ethjs-sha3-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-sha3/download/ethjs-sha3-0.1.2.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-sha3-0.1.2.tgz_1481157837824_0.5161363908555359"},"directories":{},"publish_time":1481157840045,"_hasShrinkwrap":false,"_cnpm_publish_time":1481157840045,"_cnpmcore_publish_time":"2021-12-16T19:17:39.320Z"},"0.1.1":{"name":"ethjs-sha3","version":"0.1.1","description":"Just the sha3 method used by Etheruem dApps, and contracts.","main":"lib/index.js","browser":"dist/ethjs-sha3.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-sha3.git"},"keywords":["ethereum","rpc","formatter","format","ethereum","encoding","decoding"],"authors":["Nick Dodson <nick.dodson@consensys.net>"],"engines":{"npm":">=3","node":">=6.5.0"},"license":"MIT","bugs":{"url":"https://github.com/ethjs/ethjs-sha3/issues"},"homepage":"https://github.com/ethjs/ethjs-sha3#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}]]}}},"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","chai":"3.5.0","coveralls":"2.11.9","js-sha3":"0.5.5","istanbul":"0.4.5","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","eventsource-polyfill":"0.9.6","lint-staged":"1.0.1","mocha":"3.1.2","pre-commit":"1.1.3","web3":"0.17.0-beta"},"dependencies":{"hash.js":"1.0.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":"b37edb8693fd3dfb5024965c4cf5476e33ac1b84","_id":"ethjs-sha3@0.1.1","_shasum":"9de336c30e1c98f93d4d64d299a29be8804cdbea","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"9de336c30e1c98f93d4d64d299a29be8804cdbea","size":75520,"noattachment":false,"key":"/ethjs-sha3/-/ethjs-sha3-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-sha3/download/ethjs-sha3-0.1.1.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-sha3-0.1.1.tgz_1480900358819_0.6159249090123922"},"directories":{},"publish_time":1480900359045,"_hasShrinkwrap":false,"_cnpm_publish_time":1480900359045,"_cnpmcore_publish_time":"2021-12-16T19:17:39.722Z"},"0.0.1":{"name":"ethjs-sha3","version":"0.0.1","description":"Just the sha3 method used by Etheruem dApps, and contracts.","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-sha3.git"},"keywords":["ethereum","rpc","formatter","format","ethereum","encoding","decoding"],"authors":["Nick Dodson <nick.dodson@consensys.net>"],"engines":{"npm":">=3","node":">=6.5.0"},"license":"MIT","bugs":{"url":"https://github.com/silentcicero/ethjs-sha3/issues"},"homepage":"https://github.com/silentcicero/ethjs-sha3#readme","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","eventsource-polyfill":"0.9.6","lint-staged":"1.0.1","mocha":"^3.1.2","pre-commit":"1.1.3","web3":"^0.17.0-beta"},"dependencies":{"hash.js":"1.0.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":"c24682ea824f3289ae85382693aa5c63147789f8","_id":"ethjs-sha3@0.0.1","_shasum":"18be9e1a8f55d0a8e63f99bb645fff80167603af","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"silentcicero","email":"thenickdodson@gmail.com"},"dist":{"shasum":"18be9e1a8f55d0a8e63f99bb645fff80167603af","size":8223,"noattachment":false,"key":"/ethjs-sha3/-/ethjs-sha3-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ethjs-sha3/download/ethjs-sha3-0.0.1.tgz"},"maintainers":[{"name":"silentcicero","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ethjs-sha3-0.0.1.tgz_1480101502093_0.8062376563902944"},"directories":{},"publish_time":1480101502312,"_hasShrinkwrap":false,"_cnpm_publish_time":1480101502312,"_cnpmcore_publish_time":"2021-12-16T19:17:39.936Z"}},"readme":"## ethjs-sha3\n\n<br />\n\nThis module is now defunkt. Please use `js-sha3`.`keccak_256` from which the original port was made.\n\n```\nnpm install --save js-sha3\n```\n\nGithub:\nhttps://github.com/emn178/js-sha3\n","_attachments":{},"homepage":"https://github.com/ethjs/ethjs-sha3#readme","bugs":{"url":"https://github.com/ethjs/ethjs-sha3/issues"},"license":"MIT"}