{"_id":"node-hex","_rev":"3370122","name":"node-hex","description":"Pretty-prints a Buffer","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"fengmk2","email":"fengmk2@gmail.com"}],"time":{"modified":"2024-08-19T09:22:23.000Z","created":"2024-06-06T03:30:05.263Z","1.0.1":"2024-06-06T07:24:05.079Z","1.0.0":"2024-06-06T03:30:05.263Z"},"users":{},"repository":{"type":"git","url":"git://github.com/node-modules/node-hex.git"},"versions":{"1.0.1":{"name":"node-hex","version":"1.0.1","description":"Pretty-prints a Buffer","keywords":["hex","print","buffer"],"repository":{"type":"git","url":"git://github.com/node-modules/node-hex.git"},"engines":{"node":">=8.0.0"},"license":"MIT","main":"lib/index.js","scripts":{"test":"node test.js"},"gitHead":"25185a82889b497593a2100c91cffeb0835aa550","bugs":{"url":"https://github.com/node-modules/node-hex/issues"},"homepage":"https://github.com/node-modules/node-hex#readme","_id":"node-hex@1.0.1","_nodeVersion":"22.2.0","_npmVersion":"9.3.1","dist":{"shasum":"606208e91f9c02b9b81531b692b9f1da4860fb24","size":2011,"noattachment":false,"key":"/node-hex/-/node-hex-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-hex/download/node-hex-1.0.1.tgz"},"_npmUser":{"name":"fengmk2","email":"fengmk2@gmail.com"},"directories":{},"maintainers":[{"name":"fengmk2","email":"fengmk2@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-hex_1.0.1_1717658644958_0.9145154613261925"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-06T07:24:05.079Z","publish_time":1717658645079,"_source_registry_name":"default","_cnpm_publish_time":1717658645079},"1.0.0":{"name":"node-hex","version":"1.0.0","description":"Pretty-prints a Buffer","keywords":["hex","print","buffer"],"repository":{"type":"git","url":"git://github.com/node-modules/node-hex.git"},"engines":{"node":">=0.10"},"license":"MIT","main":"lib","gitHead":"8f166ae3e581d0394453cb5bf11adfbf3af79fe6","bugs":{"url":"https://github.com/node-modules/node-hex/issues"},"homepage":"https://github.com/node-modules/node-hex#readme","_id":"node-hex@1.0.0","_nodeVersion":"22.2.0","_npmVersion":"9.3.1","dist":{"shasum":"9e5a2e63e8a81dd42144f4ce6016b78a4c971990","size":2034,"noattachment":false,"key":"/node-hex/-/node-hex-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-hex/download/node-hex-1.0.0.tgz"},"_npmUser":{"name":"fengmk2","email":"fengmk2@gmail.com"},"directories":{},"maintainers":[{"name":"fengmk2","email":"fengmk2@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-hex_1.0.0_1717644605104_0.7132852541570092"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-06T03:30:05.263Z","publish_time":1717644605263,"_source_registry_name":"default","_cnpm_publish_time":1717644605263}},"readme":"node-hex\n===\n\n> forked from https://github.com/gagle/node-hex, return hex string instead of print to stdout\n\n#### Pretty-prints a Buffer ####\n\n[![npm][npm-image]][npm-url]\n\n___module_(buffer) : undefined__  \nPrints the Buffer. No configuration, just give it a Buffer.\n\n```javascript\nvar hex = require('hex');\n\nconsole.log(hex(buffer));\n```\n\n```\nOffset   00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F\n\n000000   FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF   ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\n000010   FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF   ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\n000020   FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF   ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\n000030   FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF   ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\n000040   54 41 47 42 72 65 61 6B 69 6E 67 20 54 68 65 20   TAGBreaking The\n000050   4C 61 77 00 00 00 00 00 00 00 00 00 00 00 00 00   Law.............\n000060   00 4A 75 64 61 73 20 50 72 69 65 73 74 00 00 00   .Judas Priest...\n000070   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 42   ...............B\n000080   72 69 74 69 73 68 20 53 74 65 65 6C 00 00 00 00   ritish Steel....\n000090   00 00 00 00 00 00 00 00 00 00 00 00 00 31 39 38   .............198\n0000A0   30 47 72 65 61 74 20 73 6F 6E 67 21 00 00 00 00   0Great song!....\n0000B0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 33 89   ..............3.\n```\n\n[npm-image]: http://img.shields.io/npm/v/node-hex.svg?style=flat\n[npm-url]: https://npmjs.org/package/node-hex\n","_attachments":{},"homepage":"https://github.com/node-modules/node-hex#readme","bugs":{"url":"https://github.com/node-modules/node-hex/issues"},"license":"MIT"}