0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/core/streams
2021-12-15 19:02:26 +01:00
..
src refactor: search v1 endpoint and local-database (#2340) 2021-09-08 19:06:37 +02:00
test
.babelrc
.eslintignore
.eslintrc.json
.gitignore
CHANGELOG.md chore: update versions (6-next) (#2456) 2021-10-15 23:13:06 +02:00
jest.config.js
LICENSE
package.json chore: update versions (6-next) (#2648) 2021-12-15 19:02:26 +01:00
README.md build: configure prettier as formatter for json, yaml and markdown (#1930) 2021-04-09 17:54:19 +02:00
tsconfig.build.json feat: add typescript project references settings (#1933) 2021-04-09 17:54:19 +02:00
tsconfig.json feat: add typescript project references settings (#1933) 2021-04-09 17:54:19 +02:00

Streams

CircleCI codecov verdaccio (latest) backers discord MIT node

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)