1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/core/tarball
Juan Picado 27bc6c1b7d
chore: update versions (next-7) (#4658)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-02 21:52:46 +02:00
..
src feat: add tarball details for published packages (#4653) 2024-05-29 00:11:42 +02:00
tests feat: add tarball details for published packages (#4653) 2024-05-29 00:11:42 +02:00
.babelrc fix: build targets for 5x modules (#3576) 2023-01-28 12:12:14 +01:00
.eslintignore feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
.eslintrc.json feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
.gitignore feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
CHANGELOG.md chore: update versions (next-7) (#4658) 2024-06-02 21:52:46 +02:00
jest.config.js feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
LICENSE feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
package.json chore: update versions (next-7) (#4658) 2024-06-02 21:52:46 +02:00
README.md feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
tsconfig.build.json feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
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)