This is a smol fork of the bl package by Rod Vagg which removes all runtime dependencies by replacing them with native Node.js alternatives:
bufferis discarded in favour of Node.js' built-inbuffermodule.readable-streamis replaced with Node.js' built-instreammodule.inheritsis replaced with Node.js' built-inutil.inheritsfunction.
Everything else is left untouched. This package tracks upstream changes and follows the versioning scheme of the original bl package.