0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/core/tarball
2024-05-05 12:35:17 +02:00
..
src revert #4600 (#4623) 2024-05-05 12:35:17 +02:00
tests revert #4600 (#4623) 2024-05-05 12:35:17 +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-7) (#4581) 2024-05-03 09:12:32 +02:00
jest.config.js
LICENSE
package.json revert #4600 (#4623) 2024-05-05 12:35:17 +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)