{"_id":"hexer","_rev":"3822285","name":"hexer","description":"Hex Dumper (streaming, sync, and cli)","dist-tags":{"latest":"1.5.0"},"maintainers":[{"name":"jcorbin","email":""}],"time":{"modified":"2025-06-26T01:59:49.000Z","created":"2015-02-23T00:46:49.796Z","1.5.0":"2015-11-09T17:46:10.719Z","1.4.5":"2015-04-29T04:15:04.110Z","1.4.4":"2015-04-26T23:46:22.960Z","1.4.3":"2015-04-13T00:15:53.283Z","1.4.2":"2015-04-08T16:51:56.774Z","1.4.1":"2015-04-08T05:06:09.426Z","1.4.0":"2015-04-08T05:03:13.501Z","1.3.5":"2015-03-24T18:27:55.346Z","1.3.4":"2015-03-14T19:53:44.040Z","1.3.3":"2015-03-13T22:57:55.785Z","1.3.2":"2015-03-11T06:19:12.550Z","1.3.1":"2015-03-06T22:14:48.381Z","1.3.0":"2015-03-06T21:51:29.600Z","1.2.1":"2015-03-06T21:51:09.396Z","1.2.0":"2015-03-01T07:00:08.026Z","1.1.0":"2015-02-28T00:00:46.031Z","1.0.4":"2015-02-25T18:12:16.671Z","1.0.3":"2015-02-25T04:59:32.705Z","1.0.2":"2015-02-23T01:33:34.984Z","1.0.1":"2015-02-23T00:55:45.974Z","1.0.0":"2015-02-23T00:46:49.796Z"},"users":{},"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"versions":{"1.5.0":{"name":"hexer","version":"1.5.0","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"ansi-color":"^0.2.1","minimist":"^1.1.0","process":"^0.10.0","xtend":"^4.0.0"},"devDependencies":{"coveralls":"^2.10.0","error":"^5.2.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"e8e5392b0f659a9ff2add31b87c672b09b368ece","_id":"hexer@1.5.0","_shasum":"b86ce808598e8a9d1892c571f3cedd86fc9f0653","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.10.32","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"b86ce808598e8a9d1892c571f3cedd86fc9f0653","size":9317,"noattachment":false,"key":"/hexer/-/hexer-1.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.5.0.tgz"},"directories":{},"publish_time":1447091170719,"_hasShrinkwrap":false,"_cnpm_publish_time":1447091170719,"_cnpmcore_publish_time":"2021-12-17T00:16:14.646Z"},"1.4.5":{"name":"hexer","version":"1.4.5","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"ansi-color":"^0.2.1","minimist":"^1.1.0","process":"^0.10.0","readable-stream":"^1.0.33","xtend":"^4.0.0"},"devDependencies":{"coveralls":"^2.10.0","error":"^5.2.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","_id":"hexer@1.4.5","dist":{"shasum":"b7cf15c0db63710a707e00245bb35b1f4f566d2e","size":9325,"noattachment":false,"key":"/hexer/-/hexer-1.4.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.4.5.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"directories":{},"publish_time":1430280904110,"_hasShrinkwrap":false,"_cnpm_publish_time":1430280904110,"_cnpmcore_publish_time":"2021-12-17T00:16:14.867Z"},"1.4.4":{"name":"hexer","version":"1.4.4","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"ansi-color":"^0.2.1","minimist":"^1.1.0","process":"^0.10.0","readable-stream":"^1.0.33","xtend":"^4.0.0"},"devDependencies":{"coveralls":"^2.10.0","error":"^5.2.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","_id":"hexer@1.4.4","dist":{"shasum":"da25f25a3ba18f4a25ebeca66f8bcbc6a81cd7d1","size":9098,"noattachment":false,"key":"/hexer/-/hexer-1.4.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.4.4.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"directories":{},"publish_time":1430091982960,"_hasShrinkwrap":false,"_cnpm_publish_time":1430091982960,"_cnpmcore_publish_time":"2021-12-17T00:16:15.380Z"},"1.4.3":{"name":"hexer","version":"1.4.3","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"ansi-color":"^0.2.1","minimist":"^1.1.0","process":"^0.10.0","readable-stream":"^1.0.33","xtend":"^4.0.0"},"devDependencies":{"coveralls":"^2.10.0","error":"^5.2.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"4315af9a208ea40673a6f18c939fda0d9aa5c8a9","_id":"hexer@1.4.3","_shasum":"2d7ae1d3935534940f79aff43ebf4d404f26eca8","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"2d7ae1d3935534940f79aff43ebf4d404f26eca8","size":9085,"noattachment":false,"key":"/hexer/-/hexer-1.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.4.3.tgz"},"directories":{},"publish_time":1428884153283,"_hasShrinkwrap":false,"_cnpm_publish_time":1428884153283,"_cnpmcore_publish_time":"2021-12-17T00:16:15.559Z"},"1.4.2":{"name":"hexer","version":"1.4.2","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"ansi-color":"^0.2.1","minimist":"^1.1.0","process":"^0.10.0","xtend":"^4.0.0"},"devDependencies":{"coveralls":"^2.10.0","error":"^5.2.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"ff9d3c14c7cd613cab99e91d4da2daf8513a5bfd","_id":"hexer@1.4.2","_shasum":"bfc99e85267055b5d7579f4d33e446e9ca717329","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"bfc99e85267055b5d7579f4d33e446e9ca717329","size":9062,"noattachment":false,"key":"/hexer/-/hexer-1.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.4.2.tgz"},"directories":{},"publish_time":1428511916774,"_hasShrinkwrap":false,"_cnpm_publish_time":1428511916774,"_cnpmcore_publish_time":"2021-12-17T00:16:15.743Z"},"1.4.1":{"name":"hexer","version":"1.4.1","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"ansi-color":"^0.2.1","minimist":"^1.1.0","process":"^0.10.0","xtend":"^4.0.0"},"devDependencies":{"coveralls":"^2.10.0","error":"^5.2.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"8b0bbdee40e747af18386ae27c956d075056ca99","_id":"hexer@1.4.1","_shasum":"41616f2b3b5fc42680e4d9653fc9313bb00cf6a1","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"41616f2b3b5fc42680e4d9653fc9313bb00cf6a1","size":9011,"noattachment":false,"key":"/hexer/-/hexer-1.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.4.1.tgz"},"directories":{},"publish_time":1428469569426,"_hasShrinkwrap":false,"_cnpm_publish_time":1428469569426,"_cnpmcore_publish_time":"2021-12-17T00:16:15.968Z"},"1.4.0":{"name":"hexer","version":"1.4.0","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"ansi-color":"^0.2.1","minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","error":"^5.2.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0","xtend":"^4.0.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"fd6ddf1144310a638047bb4cba55b61803d63d7d","_id":"hexer@1.4.0","_shasum":"b105b38a12b7e839318a0e4de50f5f49e9341a79","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"b105b38a12b7e839318a0e4de50f5f49e9341a79","size":9011,"noattachment":false,"key":"/hexer/-/hexer-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.4.0.tgz"},"directories":{},"publish_time":1428469393501,"_hasShrinkwrap":false,"_cnpm_publish_time":1428469393501,"_cnpmcore_publish_time":"2021-12-17T00:16:16.183Z"},"1.3.5":{"name":"hexer","version":"1.3.5","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","error":"^5.2.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0","xtend":"^4.0.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"d682ea5f1137d070c8e7b0add29c0983176b9359","_id":"hexer@1.3.5","_shasum":"d457455f2580320c33f196fc48d22ed343972cc9","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"d457455f2580320c33f196fc48d22ed343972cc9","size":8142,"noattachment":false,"key":"/hexer/-/hexer-1.3.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.3.5.tgz"},"directories":{},"publish_time":1427221675346,"_hasShrinkwrap":false,"_cnpm_publish_time":1427221675346,"_cnpmcore_publish_time":"2021-12-17T00:16:16.376Z"},"1.3.4":{"name":"hexer","version":"1.3.4","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","error":"^5.2.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0","xtend":"^4.0.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"fb2abd2c58c8a936cd73429452cb6a9f0263c898","_id":"hexer@1.3.4","_shasum":"0245738b111f7e643dd1eff43e45877f58166229","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"0245738b111f7e643dd1eff43e45877f58166229","size":8102,"noattachment":false,"key":"/hexer/-/hexer-1.3.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.3.4.tgz"},"directories":{},"publish_time":1426362824040,"_hasShrinkwrap":false,"_cnpm_publish_time":1426362824040,"_cnpmcore_publish_time":"2021-12-17T00:16:16.612Z"},"1.3.3":{"name":"hexer","version":"1.3.3","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"4fb416670f01f3121d551e939939b8905d72a800","_id":"hexer@1.3.3","_shasum":"631c2281f022e8838d70c5a41e6b64ea75f6040d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"631c2281f022e8838d70c5a41e6b64ea75f6040d","size":6320,"noattachment":false,"key":"/hexer/-/hexer-1.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.3.3.tgz"},"directories":{},"publish_time":1426287475785,"_hasShrinkwrap":false,"_cnpm_publish_time":1426287475785,"_cnpmcore_publish_time":"2021-12-17T00:16:16.829Z"},"1.3.2":{"name":"hexer","version":"1.3.2","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"45095ed995fff5a7d27bc6dcf38ab25f1c8d5060","_id":"hexer@1.3.2","_shasum":"33981f028e23f937c54d356379ce39785a2682d4","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"33981f028e23f937c54d356379ce39785a2682d4","size":6277,"noattachment":false,"key":"/hexer/-/hexer-1.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.3.2.tgz"},"directories":{},"publish_time":1426054752550,"_hasShrinkwrap":false,"_cnpm_publish_time":1426054752550,"_cnpmcore_publish_time":"2021-12-17T00:16:17.035Z"},"1.3.1":{"name":"hexer","version":"1.3.1","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"4598780dcb430019868f8469a8b280a24b44a807","_id":"hexer@1.3.1","_shasum":"eb3aeee251757fc3b5b69b882a04bf6572235162","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"eb3aeee251757fc3b5b69b882a04bf6572235162","size":6257,"noattachment":false,"key":"/hexer/-/hexer-1.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.3.1.tgz"},"directories":{},"publish_time":1425680088381,"_hasShrinkwrap":false,"_cnpm_publish_time":1425680088381,"_cnpmcore_publish_time":"2021-12-17T00:16:17.237Z"},"1.3.0":{"name":"hexer","version":"1.3.0","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"9fd1b523b7dabf1a9291693f6ea13c789cc06cdc","_id":"hexer@1.3.0","_shasum":"5733e0e999849214edd684914b9692bc6958547a","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"5733e0e999849214edd684914b9692bc6958547a","size":5468,"noattachment":false,"key":"/hexer/-/hexer-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.3.0.tgz"},"directories":{},"publish_time":1425678689600,"_hasShrinkwrap":false,"_cnpm_publish_time":1425678689600,"_cnpmcore_publish_time":"2021-12-17T00:16:17.462Z"},"1.2.1":{"name":"hexer","version":"1.2.1","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"6b2ea652ed076df16aae83d44d3b70292ad7da54","_id":"hexer@1.2.1","_shasum":"d00d84b52e49efa8867dcbb156c886dfe1dbce89","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"d00d84b52e49efa8867dcbb156c886dfe1dbce89","size":5373,"noattachment":false,"key":"/hexer/-/hexer-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.2.1.tgz"},"directories":{},"publish_time":1425678669396,"_hasShrinkwrap":false,"_cnpm_publish_time":1425678669396,"_cnpmcore_publish_time":"2021-12-17T00:16:17.669Z"},"1.2.0":{"name":"hexer","version":"1.2.0","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage --branches=100 --lines=100 --functions=100","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"d62a569b1952dbd2e38b3f81fa0bc4ce781a28a9","_id":"hexer@1.2.0","_shasum":"a6250ea5d64c1e340c53f5b05c08423878f1934f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"a6250ea5d64c1e340c53f5b05c08423878f1934f","size":4959,"noattachment":false,"key":"/hexer/-/hexer-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.2.0.tgz"},"directories":{},"publish_time":1425193208026,"_hasShrinkwrap":false,"_cnpm_publish_time":1425193208026,"_cnpmcore_publish_time":"2021-12-17T00:16:17.883Z"},"1.1.0":{"name":"hexer","version":"1.1.0","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage --branches=100 --lines=100 --functions=100","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"f477fb469d11b53aa21f20d6f4b568d339b5477e","_id":"hexer@1.1.0","_shasum":"82a4a2b7286edba99b2f3826be507e6007e6e02c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"82a4a2b7286edba99b2f3826be507e6007e6e02c","size":4820,"noattachment":false,"key":"/hexer/-/hexer-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.1.0.tgz"},"directories":{},"publish_time":1425081646031,"_hasShrinkwrap":false,"_cnpm_publish_time":1425081646031,"_cnpmcore_publish_time":"2021-12-17T00:16:18.099Z"},"1.0.4":{"name":"hexer","version":"1.0.4","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage --branches=100 --lines=100 --functions=100","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"18c9af78f9e1850beff3eff7fc1267c24963d9eb","_id":"hexer@1.0.4","_shasum":"7b5f3ce3fd78ccae2721bfd209b31f187548da22","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"7b5f3ce3fd78ccae2721bfd209b31f187548da22","size":4507,"noattachment":false,"key":"/hexer/-/hexer-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.0.4.tgz"},"directories":{},"publish_time":1424887936671,"_hasShrinkwrap":false,"_cnpm_publish_time":1424887936671,"_cnpmcore_publish_time":"2021-12-17T00:16:18.335Z"},"1.0.3":{"name":"hexer","version":"1.0.3","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage --branches=100 --lines=100 --functions=100","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"1910fa0eb87ce090a1fa4c6163b0ec909cb4b656","_id":"hexer@1.0.3","_shasum":"50d49f9548734d3dac899c5bdd06aedf83afd24b","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"50d49f9548734d3dac899c5bdd06aedf83afd24b","size":4503,"noattachment":false,"key":"/hexer/-/hexer-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.0.3.tgz"},"directories":{},"publish_time":1424840372705,"_hasShrinkwrap":false,"_cnpm_publish_time":1424840372705,"_cnpmcore_publish_time":"2021-12-17T00:16:18.561Z"},"1.0.2":{"name":"hexer","version":"1.0.2","description":"Hex Dumper (streaming, sync, and cli)","keywords":["hex","dump","hexdump"],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage --branches=100 --lines=100 --functions=100","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"533441e92b85fff0bae74d589719b1254794b0b7","_id":"hexer@1.0.2","_shasum":"70997dfcbefb96f4f11b5a36a7541f548170c822","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"70997dfcbefb96f4f11b5a36a7541f548170c822","size":4459,"noattachment":false,"key":"/hexer/-/hexer-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.0.2.tgz"},"directories":{},"publish_time":1424655214984,"_hasShrinkwrap":false,"_cnpm_publish_time":1424655214984,"_cnpmcore_publish_time":"2021-12-17T00:16:18.764Z"},"1.0.1":{"name":"hexer","version":"1.0.1","description":"Hex Dumper (streaming, sync, and cli)","keywords":[],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage --branches=100 --lines=100 --functions=100","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"f041cfc4bd2221ff397c7cdd20ce8d4152463e27","_id":"hexer@1.0.1","_shasum":"7eedcaf078b38cb0dfcc4502d8bf2aa7e40a3056","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"7eedcaf078b38cb0dfcc4502d8bf2aa7e40a3056","size":4444,"noattachment":false,"key":"/hexer/-/hexer-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.0.1.tgz"},"directories":{},"publish_time":1424652945974,"_hasShrinkwrap":false,"_cnpm_publish_time":1424652945974,"_cnpmcore_publish_time":"2021-12-17T00:16:18.995Z"},"1.0.0":{"name":"hexer","version":"1.0.0","description":"Hex Dumper (streaming, sync, and cli)","keywords":[],"author":{"name":"Joshua T Corbin","email":"joshua@wunjo.org"},"repository":{"type":"git","url":"git://github.com/jcorbin/hexer.git"},"main":"index.js","homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"},"contributors":[{"name":"Joshua T Corbin"}],"bin":{"hexer":"./cli.js"},"dependencies":{"minimist":"^1.1.0","process":"^0.10.0"},"devDependencies":{"coveralls":"^2.10.0","istanbul":"^0.3.5","itape":"^1.5.0","jshint":"^2.6.0","opn":"^1.0.1","pre-commit":"0.0.9","tape":"^3.4.0"},"licenses":[{"type":"MIT","url":"http://github.com/jcorbin/hexer/raw/master/LICENSE"}],"scripts":{"check-cover":"istanbul check-coverage --branches=100 --lines=100 --functions=100","check-ls":"npm ls 1>/dev/null","cover":"npm run test-cover -s && npm run check-cover -s","lint":"jshint .","test":"npm run check-ls -s && npm run lint -s && npm run cover -s","test-cover":"istanbul cover --report html --print detail -- test/index.js","trace":"itape test/index.js --trace","travis":"npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)","view-cover":"opn ./coverage/index.html"},"engines":{"node":">= 0.10.x"},"pre-commit":["check-licence","test"],"pre-commit.silent":true,"itape":{"trace":{"debuglog":["hexer"],"leakedHandles":{"timeout":5001,"debugSockets":true},"formatStack":true}},"private":false,"uber-ngen-version":"5.0.0","gitHead":"4432195868d60974982aed0ed768ace9ea3b2b90","_id":"hexer@1.0.0","_shasum":"b301472a42f0684956b5d5d732c40e561a1d1930","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jcorbin","email":"jcorbin@wunjo.org"},"maintainers":[{"name":"jcorbin","email":""}],"dist":{"shasum":"b301472a42f0684956b5d5d732c40e561a1d1930","size":4452,"noattachment":false,"key":"/hexer/-/hexer-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/hexer/download/hexer-1.0.0.tgz"},"directories":{},"publish_time":1424652409796,"_hasShrinkwrap":false,"_cnpm_publish_time":1424652409796,"_cnpmcore_publish_time":"2021-12-17T00:16:19.248Z"}},"readme":"# CLI Usage\n\n```shell\n$ </bin/ls hexer\n```\n\n# API Usage\n\n## Simple mode: buffer -> string\n\nGot as buffer? We can render it:\n\n```javascript\nvar hex = require('hexer');\nconsole.log(hex(someBuffer));\n```\n\n## Simply steram spy mode: in -> hex.Spy (->sink) -> out\n\nWant to see what's going through a stream?\n\n```\nvar hex = require('hexer');\n\nstream\n    .pipe(hex.Spy(process.stdout)) // argument is where to dump to\n    .pipe(somewhere);              // normal output flows through\n```\n\n\n## Simple streaming mode: in -> hex.Transform -> out\n\nGot a stream? We can render it:\n\n```javascript\nvar hex = require('hexer');\nprocess.stdin\n    .pipe(hex.Transform())\n    .pipe(process.stdout);\n```\n\n## Chunked streaming mode: in -> hex.ChunkedTransform -> out\n\nGot a stream? We can render each of its chunks:\n\n```javascript\nvar hex = require('hexer');\nprocess.stdin\n    .pipe(hex.ChunkedTransform())\n    .pipe(process.stdout);\n```\n\n## Advanced chunked streaming mode\n\nFinally you can control the sessionization yourself if that makes sense:\n\n```javascript\nvar hex = require('hexer');\nvar hexer = hex.Transform();\nhexer.pipe(process.stdout);\n\nprocess.stdin.on('data', function onData(chunk) {\n    if (decideToReset(chunk)) {\n        hexer.reset();\n    }\n    hexer.write(chunk);\n});\n```\n\nHowever that example is a bit contrived, a more realistic example would be:\n\n```javascript\nvar hex = require('hexer');\nvar hexer = hex.Transform();\nhexer.pipe(process.stdout);\n\nprocess.stdin.on('data', function onData(chunk) {\n    var i = findBoundary(chunk);\n    while (i > 0) {\n        hexer.write(chunk.slice(0, i));\n        hexer.reset();\n        chunk = chunk.slice(i);\n        i = findBoundary(chunk);\n    }\n    if (chunk.length) {\n        hexer.write(chunk);\n    }\n});\n```\n\n## Options\n\n- prefix: a string that will be printed at the beginning of every line.\n  (default empty string, \"\")\n\n- cols: the number of bytes to display on each line (default 16)\n\n- group: the number of bytes to display adjacently (default 2)\n\n- groupSeparator: a string that appears between byte groups (default one\n  space \" \")\n\n- headSep: a string that appears between the offset column and the byte\n  column (default colon space, \": \")\n\n- divide: a string that appears between the byte value column and the\n  character representation column (default two spaces, \"  \")\n\n- gutter: the minimum width of the gutter, the region on the left that\n  contains the byte offset that each line starts with. (default 0)\n\n- offsetWidth: the minimum number of digits to display in the byte offset\n  column.\n\n- decorateHexen(totalOffset, screenOffset, hexen):\n  A function that has an opportunity to alter the numeric representation of a\n  byte.\n  Decoration is typically used to change the color of the byte based on its\n  position in the stream or position in the line.\n\n- decorateHuman(totalOffset, screenOffset, human, byte):\n  A function that has an opportunity to alter the appearance of a given\n  human-readable representation of a byte.\n  Decoration is typically used to change the color of the byte based on its\n  position in the stream, position on the line, its representation, or its\n  value.\n\n- renderHexen(byte):\n  a function that accepts a byte value and returns a hexen readable, two\n  character representation of that byte.\n  By default, the hexen representation is lower-case zero-padded hex.\n\n- renderHuman(byte):\n  a function that accepts a byte value and returns a human readable, single\n  character representation of that byte.\n  By default, the human representation is the character itself for all\n  printable ASCII characters, and a period \".\" for control characters and\n  EASCII bytes.\n\n- emptyHexen: a two character representation of a non-existant byte at a\n  particular offset for the byte value representation. (default spaces, \"  \")\n\n- emptyHuman: the representation of a non-existant byte in the human readable\n  characters column (default null string, \"\")\n\n- nullHuman: if an entire buffer or stream is empty, the default behavior\n  is to represent it as an empty string or stream.\n  With this option, the empty line will be expressly rendered, with offset\n  zero, empty byte columns, and this string in the human readable characters\n  section.\n\n- colored: if set true, enables ANSI coloring of output\n\n## License and Copyright\n\nCopyright (c) 2015 Joshua T Corbin and contributors.\nAll rights reserved.\nMIT License.\n","_attachments":{},"homepage":"https://github.com/jcorbin/hexer","bugs":{"url":"https://github.com/jcorbin/hexer/issues","email":"joshua@wunjo.org"}}