0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-10 23:39:31 -05:00
verdaccio/packages/core/url
renovate[bot] 461d95cef3
fix(deps): update dependency validator to v13.11.0 (#4095)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-29 10:25:24 +01:00
..
src
tests chore: move improvements from v5 to v6 (#3461) 2022-10-28 23:38:22 +02:00
.babelrc fix: build targets for 5x modules (#3576) 2023-01-28 12:12:14 +01:00
.eslintignore
.eslintrc.json
.gitignore
CHANGELOG.md chore: update versions (next) (#4093) 2023-10-28 17:22:01 +02:00
jest.config.js
LICENSE
package.json fix(deps): update dependency validator to v13.11.0 (#4095) 2023-10-29 10:25:24 +01: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)