0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00
verdaccio/packages/core/tarball
2024-01-07 10:02:08 +01:00
..
src chore(store): fix polynominal regex codeql (#4332) 2024-01-06 13:25:07 +01:00
tests chore(store): fix polynominal regex codeql (#4332) 2024-01-06 13:25:07 +01:00
.babelrc
.eslintignore
.eslintrc.json
.gitignore
CHANGELOG.md chore: update versions (next) (#4384) 2024-01-07 10:02:08 +01:00
jest.config.js
LICENSE
package.json chore: update versions (next) (#4384) 2024-01-07 10:02:08 +01: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)