node-slide 1.1.6-2 source package in Ubuntu

Changelog

node-slide (1.1.6-2) unstable; urgency=medium

  * Team upload
  * Use salsa.debian.org in Vcs-* fields (move from collab-maint to js-team)
  * Drop dh-buildinfo (not needed)
  * Bump Standards-Version to 4.2.1 (no changes needed)

 -- Pirate Praveen <email address hidden>  Thu, 13 Sep 2018 16:48:25 +0530

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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-slide_1.1.6-2.dsc 1.9 KiB d42241a6b1a6c981ee3beb919e7a3629ec8c04f8ce49be3ecb37bae1d484d178
node-slide_1.1.6.orig.tar.gz 4.4 KiB 41041a68e27402a7f2127215c27de40e1f4bc32a88785c89f93a5af1125b6dbd
node-slide_1.1.6-2.debian.tar.xz 2.1 KiB 99b1bacdf199e175685964d95fe88f8e01d76497527439b5bca57e8930aeb749

Available diffs

No changes file available.

Binary packages built by this source

node-slide: Simple chain and asyncMap flow control module for Node.js

 The flow control module used by npm, for chaining functions with a
 clean and concise style, without the need for lots of inlined callbacks
 functions. Results are optionally filled in an array given as argument.
 .
 node-slide also provides an asyncMap function.
 .
 Node.js is an event-based server-side javascript engine.