node-read-only-stream 2.0.0-3 source package in Ubuntu

Changelog

node-read-only-stream (2.0.0-3) unstable; urgency=medium

  * Move to /usr/share
  * Bump policy and debhelper (no changes)

 -- Bastien Roucariès <email address hidden>  Fri, 20 Sep 2019 17:50:48 +0200

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-read-only-stream_2.0.0-3.dsc 2.4 KiB 2e54ca9be730168e6595324b9efad5b7ec79b5de0a5c7daf50df04f07261747a
node-read-only-stream_2.0.0.orig.tar.gz 2.6 KiB 3e9fe57a34637b2bc0cd69385d3f777f99c1002e2ff4deff7a3708dffad1aa0f
node-read-only-stream_2.0.0-3.debian.tar.xz 2.9 KiB afa60b366f474101955b1994ed28c57d140d43a9614ba96e4bdaeb52dc07fb86

Available diffs

No changes file available.

Binary packages built by this source

node-read-only-stream: Node.js read-only stream implementation

 This module allow one to use a readable/writable stream internally but to
 expose just the readable part of that internal stream.
 .
 A stream is an abstract interface for working with streaming data in Node.js.
 There are many stream objects provided by Node.js. For instance, a request to
 an HTTP server and process.stdout are both stream instances.
 .
 Node.js is an event-based server-side JavaScript engine.