node-uniqs 2.0.0-2 source package in Ubuntu

Changelog

node-uniqs (2.0.0-2) unstable; urgency=medium

  [ Paolo Greppi ]
  * Update Vcs fields for migration to https://salsa.debian.org/

  [ Pirate Praveen ]
  * Bump Standards-Version to 4.1.4 (no changes needed)
  * Bump debhelper compatibility level to 11

 -- Pirate Praveen <email address hidden>  Mon, 18 Jun 2018 14:25:49 +0530

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

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-uniqs_2.0.0-2.dsc 1.9 KiB 8376e1ca3d9ca72260bd3e29dad9c4b492ccfa21cc1a0dc23f7b9cf4c7adf4a1
node-uniqs_2.0.0.orig.tar.gz 1.3 KiB 1a1ebc085ddefa02d53404a423d8339f626318ff177b73a3313ca812a64d75f7
node-uniqs_2.0.0-2.debian.tar.xz 2.2 KiB 114ce3cd10e9664fcbaa1f6c7a29cd88e722bedf8f2f96ba4266f81edec93d5f

Available diffs

No changes file available.

Binary packages built by this source

node-uniqs: Tiny utility to create unions and de-duplicated lists

 For example, uniqs([2, 1, 1], [2, 3, 3, 4], [4, 3, 2]) will give [2, 1, 3, 4]
 as output.
 .
 Node.js is an event-based server-side JavaScript engine.