node-tar-stream 2.2.0+~cs3.2.2-1 source package in Ubuntu

Changelog

node-tar-stream (2.2.0+~cs3.2.2-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on node-bl
    + node-tar-stream: Drop versioned constraint on node-bl in Depends

  [ Yadd ]
  * Update standards version to 4.6.0, no changes needed
  * Fix filenamemangle
  * New upstream version 2.2.0+~cs3.2.2

 -- Yadd <email address hidden>  Tue, 16 Nov 2021 22:43:09 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-tar-stream_2.2.0+~cs3.2.2-1.dsc 2.9 KiB 1cd95c8cf910ffa95d8293036f6275027cdd1df041a98fa37a928bf343af8b86
node-tar-stream_2.2.0+~cs3.2.2.orig-fs-constants.tar.gz 1.5 KiB 167ea678e4db51b0a3c921a48c7e98b28093839c83b3b3b56003ad762a03c1e9
node-tar-stream_2.2.0+~cs3.2.2.orig-types-tar-stream.tar.gz 2.3 KiB 3948364b09bc304dbc9eb68889b98860ab65cd017d7829cc0b365c33b83546f4
node-tar-stream_2.2.0+~cs3.2.2.orig.tar.gz 92.8 KiB 2be252cde32439e9769de50c53d674c8ce130a530a03ef0e8580b8805089d9d3
node-tar-stream_2.2.0+~cs3.2.2-1.debian.tar.xz 3.0 KiB 12fdedf07764458826c7f41cfb1a79616ed6732245a1e2e15938b7636ad6ccd2

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.