{"library":"hexer","type":"library","category":null,"description":"Hexer is a Node.js library for generating hexadecimal dumps of buffers and streams, offering synchronous, streaming, and CLI modes. Its primary function is to transform binary data into a human-readable hex format, similar to tools like `xxd`. The package provides various transform streams for different use cases, including spying on stream data, converting entire streams, or processing data in chunks. Key customization options include control over output formatting like line prefixes, column count, grouping, and custom decorators for byte representation. The current stable version is 1.5.0, which was last published over 7 years ago, indicating it is no longer actively maintained. This means it primarily supports older CommonJS (CJS) environments and Node.js versions (engines require `>= 0.10.x`) and lacks native ES module (ESM) support or recent updates to align with modern JavaScript practices. Alternatives like `hexy` exist that are more actively maintained and support modern Node.js and ESM.","language":"javascript","status":"abandoned","version":"1.5.0","tags":["javascript","hex","dump","hexdump"],"last_verified":"Wed May 27","install":[{"cmd":"npm install hexer","imports":["const hex = require('hexer');","const hex = require('hexer');\n// ...\nhex.Spy(process.stdout);","const hex = require('hexer');\n// ...\nhex.Transform();"]},{"cmd":"yarn add hexer","imports":[]},{"cmd":"pnpm add hexer","imports":[]}],"homepage":null,"github":"https://github.com/jcorbin/hexer","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/hexer","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/hexer/compatibility"}}