0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/packages/core/tarball
renovate[bot] e21ccea3a1
fix(deps): update all core dependencies (master) (#3278)
* fix(deps): update all core dependencies

* chore: restore docusaurus

* restore versions

* fix types

* chore: fix error

* chore: update snapshots

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2022-08-08 08:55:41 +02: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
.eslintignore
.eslintrc.json
.gitignore
CHANGELOG.md chore: update versions (6-next) (#3079) 2022-04-04 12:55:13 +02:00
jest.config.js
LICENSE
package.json fix(deps): update all core dependencies (master) (#3278) 2022-08-08 08:55:41 +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)