node-rw 1.3.3-5 source package in Ubuntu

Changelog

node-rw (1.3.3-5) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.0, no changes needed.
  * Add debian/gbp.conf
  * Modernize debian/watch
    * Fix filenamemangle
    * Fix GitHub tags regex
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Drop dependency to nodejs

 -- Yadd <email address hidden>  Wed, 29 Dec 2021 18:37:53 +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
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-rw_1.3.3-5.dsc 1.9 KiB 04f7b40ca4ce35ac296c292d47918ebf72402d064c477e9edd5052d0b466ad28
node-rw_1.3.3.orig.tar.gz 6.7 KiB 6e018db4bdcd4bfd122202baa2aed3d060c3b2a9b72c0b2acb4fc9bb8e27928c
node-rw_1.3.3-5.debian.tar.xz 2.9 KiB 8c35fee64eb14807221ffbbc97a21bd47c81ab047ce38f9a75fa8eec16a44e36

Available diffs

No changes file available.

Binary packages built by this source

node-rw: provide file like interface to stdin and stdout

 The rw provides an interface just like readFile, readFileSync, writeFile and
 writeFileSync, but with implementations that work the way you expect on stdin
 and stdout.
 .
 If you use these methods on files other than /dev/stdin or
 /dev/stdout, they simply delegate to the fs methods, so you can trust that
 they behave identically to the methods you’re used to.
 .
 Node.js is an event-based server-side JavaScript engine.