node-tar-stream 2.1.4+~cs3.1.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Modernize debian/watch
  * Use dh-sequence-nodejs
  * Embed typescript definitions and fs-constants
  * New upstream version 2.1.4+~cs3.1.0
  * Drop useless patches
  * Update test

 -- Xavier Guimard <email address hidden>  Tue, 08 Dec 2020 09:29:04 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-tar-stream_2.1.4+~cs3.1.0-1.dsc 2.9 KiB fc3fd828a6892f59afad6e41addc7213c28fb6a947a2396d065b96f385619bfe
node-tar-stream_2.1.4+~cs3.1.0.orig-fs-constants.tar.gz 1.5 KiB 167ea678e4db51b0a3c921a48c7e98b28093839c83b3b3b56003ad762a03c1e9
node-tar-stream_2.1.4+~cs3.1.0.orig-types-tar-stream.tar.gz 2.1 KiB 10c1d74ba31454471ccc6e0ae4a28c89d522785d6c6d010b5b0e927d16ce49b2
node-tar-stream_2.1.4+~cs3.1.0.orig.tar.gz 92.5 KiB f4b07f5fe4f8aa9fdcbb0cb15ab718e61083992a56e609684a75fee3a449e3f5
node-tar-stream_2.1.4+~cs3.1.0-1.debian.tar.xz 2.9 KiB 84c24e43fd08f11d89945d5a57e182893a80b2623d522e848eea12ad7b4dce8f

Available diffs

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.