Skip to content
forked from rvagg/bl

Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!

License

Notifications You must be signed in to change notification settings

jacoscaz/bl-smol

 
 

Repository files navigation

@jacoscaz/bl-smol

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:

  • buffer is discarded in favour of Node.js' built-in buffer module.
  • readable-stream is replaced with Node.js' built-in stream module.
  • inherits is replaced with Node.js' built-in util.inherits function.

Everything else is left untouched. This package tracks upstream changes and follows the versioning scheme of the original bl package.

About

Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%