node-tar-stream 1.5.2-1 source package in Ubuntu

Changelog

node-tar-stream (1.5.2-1) unstable; urgency=medium

  * Initial release (Closes: #753287)

 -- Paolo Greppi <email address hidden>  Sat, 10 Dec 2016 07:36:22 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-tar-stream_1.5.2-1.dsc 2.1 KiB 109b71a57a8239bdc7dc98b7fbc0da73dbc7ddea356a03feb94d8daede11340d
node-tar-stream_1.5.2.orig.tar.gz 73.0 KiB 004ea07b2f3d3749a9f2d4ebf82ed9ce93a32b5cecaf82f544d84b1ea0a6238f
node-tar-stream_1.5.2-1.debian.tar.xz 2.4 KiB 22186dd7fd92c112728bbb2a6351f98655af4117ae127a67c542478cd2b290c5

No changes file available.

Binary packages built by this source

node-tar-stream: streaming tar parser and generator - Node.js module

 tar-stream is a Node.js module which provides a streaming API to parse and
 generate tar files. It is streams2 and operates purely using streams which
 means you can extract/parse tarballs without ever hitting the file system.
 .
 Node.js is an event-based server-side JavaScript engine.