{"library":"seek-bzip","type":"library","category":null,"description":"seek-bzip is a pure-JavaScript Node.js module (version 2.0.0, last published over 6 years ago) designed for random-access decoding of bzip2 data. Its primary differentiator is the ability to seek to and decompress individual blocks within a bzip2 file, provided an external index. It mainly operates synchronously, decoding buffers into other buffers. While it offers experimental support for Node.js streams, this functionality relies on the `fibers` package, which is deprecated and largely incompatible with modern Node.js versions (v16+), severely limiting its utility in current environments. The package also includes a `seek-bzip-table` tool for generating the necessary block indices.","language":"javascript","status":"abandoned","version":"2.0.0","tags":["javascript"],"install":[{"cmd":"npm install seek-bzip","imports":["const Bunzip = require('seek-bzip');","const Bunzip = require('seek-bzip');\nconst decodedData = Bunzip.decode(compressedBuffer);","const Bunzip = require('seek-bzip');\nconst blockData = Bunzip.decodeBlock(compressedBuffer, 123456);"]},{"cmd":"yarn add seek-bzip","imports":[]},{"cmd":"pnpm add seek-bzip","imports":[]}],"homepage":null,"github":"https://github.com/cscott/seek-bzip","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/seek-bzip","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/seek-bzip/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}