0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00
verdaccio/packages/core/url
renovate[bot] cfe770dbc3
chore(deps): update dependency node-mocks-http to v1.13.0 (#3975)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-14 18:29:11 +02:00
..
src refactor: reimplement star command (#3410) 2022-10-01 00:14:20 +02:00
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 (6-next) (#3961) 2023-08-08 08:11:41 +02:00
jest.config.js
LICENSE
package.json chore(deps): update dependency node-mocks-http to v1.13.0 (#3975) 2023-08-14 18:29:11 +02: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)