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

Changelog

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

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Update VCS fields to salsa
  * Switch test and install to pkg-js-tools

 -- Xavier Guimard <email address hidden>  Mon, 16 Dec 2019 23:12:57 +0100

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-collection-visit_1.0.0-2.dsc 2.2 KiB 3e268a252873867c73b333e73061c329fec5a236b019cf4453253fb65d355ce5
node-collection-visit_1.0.0.orig.tar.gz 5.5 KiB 194f47616dd2feda8a40e8063ba5e22c0f3f28ec1a37dc08ad04d67e1f289af4
node-collection-visit_1.0.0-2.debian.tar.xz 2.4 KiB cf457053786221949708505317dc2aef98de869e55731268dfbeb172b30b437d

Available diffs

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.