node-stringstream 0.0.5-1 source package in Ubuntu

Changelog

node-stringstream (0.0.5-1) unstable; urgency=low

  * Initial release (Closes: #850137)

 -- Rushikesh Bhadane <email address hidden>  Thu, 05 Jan 2017 06:21:23 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stringstream_0.0.5-1.dsc 2.0 KiB 7625cff4b2e44a07f5f5d4aa4340b896974e60b21cf12148b47ebbdae35f6cdf
node-stringstream_0.0.5.orig.tar.gz 2.6 KiB 72ba3fc47b1a7176075f23ddeb68183c69c669b7a80b1a0b23cebfc992c4611f
node-stringstream_0.0.5-1.debian.tar.xz 2.1 KiB 67cd9ac535039b55a4a84bb9854c5b16132ae125b2eb9d846be7d413719cd122

No changes file available.

Binary packages built by this source

node-stringstream: Encode and decode streams into string streams

 No need to deal with `setEncoding()` weirdness, just compose streams
 like they were supposed to be!
 .
 Also deals with `base64` output correctly by aligning each emitted data
 chunk so that there are no dangling `=` characters.
 .
 This library is a dependency of request, the simplest way possible to make
 http calls.
 .
 Node.js is an event-based server-side JavaScript engine.