0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/packages/core/tarball
Juan Picado ce1c642312
chore: update versions (next-8) (#4761)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-11 21:57:05 +02:00
..
src feat: add tarball details for published packages (#4653) 2024-05-29 00:11:42 +02:00
tests chore: migrate vitest packages (#4777) 2024-08-03 19:39: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-8) (#4761) 2024-09-11 21:57:05 +02:00
LICENSE
package.json chore: update versions (next-8) (#4761) 2024-09-11 21:57:05 +02: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)