0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/packages/core/url
renovate[bot] 0399c4cdd2
chore(deps): update dependency validator to v13.7.0 (#2663)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-12 08:01:44 +01:00
..
src #2606 add prettier plugin sort imports (#2607) 2021-10-29 17:33:05 +02:00
tests #2606 add prettier plugin sort imports (#2607) 2021-10-29 17:33:05 +02:00
.babelrc
.eslintignore
.eslintrc.json
.gitignore
CHANGELOG.md chore: update versions (6-next) (#2597) 2021-10-27 18:16:16 +02:00
jest.config.js
LICENSE
package.json chore(deps): update dependency validator to v13.7.0 (#2663) 2021-11-12 08:01:44 +01:00
README.md
tsconfig.build.json
tsconfig.json refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplication (#2455) 2021-09-26 00:08:00 +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)