node-slide 1.1.6-4 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 22 Nov 2022 03:07:24 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-slide_1.1.6-4.dsc 1.9 KiB 6117232604ea85e7893be420190333cde61dfb861c3b7fb534b19572d99d854e
node-slide_1.1.6.orig.tar.gz 4.4 KiB 41041a68e27402a7f2127215c27de40e1f4bc32a88785c89f93a5af1125b6dbd
node-slide_1.1.6-4.debian.tar.xz 2.6 KiB fe4997c63fdfea7677a56a1ba2214e191fee1c807ae98efb4afca2f2a134462a

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.