mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-04 02:02:39 -05:00
* build: configure pretter as formatter for most files * chore: reformat code (#1931) * chore: re-format all files * chore: force run quality anaylsis test Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com> Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
# Streams
|
|
|
|
[](https://circleci.com/gh/ayusharma/@verdaccio/streams)
|
|
[](https://codecov.io/gh/verdaccio/streams)
|
|
[](https://www.npmjs.com/package/@verdaccio/streams)
|
|
[](https://opencollective.com/verdaccio)
|
|
[](http://chat.verdaccio.org/)
|
|

|
|
[](https://www.npmjs.com/package/@verdaccio/streams)
|
|
|
|
This project provides an extension of `PassThrough` stream.
|
|
|
|
## Detail
|
|
|
|
It provides 2 additional methods `abort()` and `done()`. Those implementations are widely use in the verdaccio core for handle `tarballs`.
|
|
|
|
## License
|
|
|
|
MIT (http://www.opensource.org/licenses/mit-license.php)
|