node-rw 1.3.3-4 source package in Ubuntu

Changelog

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

  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Debian Janitor <email address hidden>  Sun, 19 Sep 2021 13:53:17 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-rw_1.3.3-4.dsc 1.9 KiB 03d35d58216776965ddce76af2fbfe129f8d67df9ad94226bf39f424159a7b61
node-rw_1.3.3.orig.tar.gz 6.7 KiB 6e018db4bdcd4bfd122202baa2aed3d060c3b2a9b72c0b2acb4fc9bb8e27928c
node-rw_1.3.3-4.debian.tar.xz 2.6 KiB e7e66e4b1a8321d83e7d496a69d72369abc0974321c2aeff0bee5711dfbb46e3

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.