node-stream-to-observable 0.2.0+repack-1 source package in Ubuntu

Changelog

node-stream-to-observable (0.2.0+repack-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.0
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Update VCS fields to salsa
  * Update debian/copyright
  * Switch install to pkg-js-tools
  * Embed any-observable component and repack
  * Add lintian overrides
  * Enable upstream test using pkg-js-tools
  * Enable any-observable component test using pkg-js-tools

 -- Xavier Guimard <email address hidden>  Wed, 14 Aug 2019 11:17:49 +0200

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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stream-to-observable_0.2.0+repack-1.dsc 2.6 KiB 9ff41f099e096715d7f1f9cd17f6b93c3ee3d0f42aa597312e1e72167c2362ce
node-stream-to-observable_0.2.0+repack.orig-any-observable.tar.gz 5.5 KiB 9a3bcbdf3de97cdfb9e6444f11da3052bf9f2d3edd78fb8f84d2f901864bd9da
node-stream-to-observable_0.2.0+repack.orig.tar.gz 5.8 KiB ad05d0572beae5d2ff8d048a28f6b0463af95a47d5f161cd464b315256c211f0
node-stream-to-observable_0.2.0+repack-1.debian.tar.xz 6.6 KiB d2d8331de99cd8b83d09ca6fc6d20ceea4d6daef1037f751b86da9e22162e309

No changes file available.

Binary packages built by this source

node-stream-to-observable: Convert Node Streams into ECMAScript-Observables

 Observables have much in common with Streams, in that they both represent data
 that arrives over time. Most Observable implementations provide expressive
 methods for filtering and mutating incoming data. Methods like `.map()`,
 `.filter()`, and `.forEach` behave very similarly to their Array counterparts,
 so using Observables can be very intuitive.
 .
 Node.js is an event-based server-side JavaScript engine.