0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/core/tarball
Juan Picado 928b66106c
chore: update versions (6-next) (#3571)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-22 09:55:24 +01:00
..
src refactor: promisfy packages (#2767) 2022-02-20 18:39:38 +01:00
tests #2606 add prettier plugin sort imports (#2607) 2021-10-29 17:33:05 +02:00
.babelrc feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
.eslintignore
.eslintrc.json
.gitignore
CHANGELOG.md chore: update versions (6-next) (#3571) 2023-01-22 09:55:24 +01:00
jest.config.js
LICENSE
package.json chore: update versions (6-next) (#3571) 2023-01-22 09:55:24 +01:00
README.md
tsconfig.build.json
tsconfig.json refactor: pass options instead request object (#2605) 2021-10-29 09:00:02 +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)