node-collection-visit 0.2.3-2 source package in Ubuntu

Changelog

node-collection-visit (0.2.3-2) unstable; urgency=medium

  * Add node-should to builddeps (Closes: #842667)

 -- Sruthi Chandran <email address hidden>  Mon, 31 Oct 2016 15:13:56 +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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-collection-visit_0.2.3-2.dsc 2.2 KiB cd0571fb9af58fbe59a9a39335d5a4903f7494a46f16f8733449f8c68b1a180d
node-collection-visit_0.2.3.orig.tar.gz 5.3 KiB a813a77c8945f3d068de13c126058533b8e663b7cc8762a3263a08ce30f5de7e
node-collection-visit_0.2.3-2.debian.tar.xz 2.1 KiB 2dcb399bdaf6c414c02e08b375bfde0b245a1fd01051aa2c99f8011b6ada0d85

No changes file available.

Binary packages built by this source

node-collection-visit: Visit a method over items in object, or map visit over the objects

 Visit a method over the items in an object, or map visit over the objects
 in an array. This is an alternative approach to using extend or merge, useful
 when events are emitted on a method like get or set.
 .
 Node.js is an event-based server-side JavaScript engine.