0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00
verdaccio/packages/core/url
Juan Picado d22673c61d
chore: update versions (6-next) (#3409)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-15 09:02:41 +02:00
..
src refactor: reimplement star command (#3410) 2022-10-01 00:14:20 +02:00
tests
.babelrc
.eslintignore
.eslintrc.json
.gitignore
CHANGELOG.md chore: update versions (6-next) (#3409) 2022-10-15 09:02:41 +02:00
jest.config.js
LICENSE
package.json chore: update versions (6-next) (#3409) 2022-10-15 09:02:41 +02:00
README.md
tsconfig.build.json
tsconfig.json

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)