node-defaults 1.0.3-2 source package in Ubuntu

Changelog

node-defaults (1.0.3-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Use pkg-js-tools auto install
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Update copyright
  * Enable upstream test using tap

 -- Xavier Guimard <email address hidden>  Wed, 13 May 2020 16:53:19 +0200

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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-defaults_1.0.3-2.dsc 2.0 KiB bec6cd89e57f5cd3df21a2fe1f48330bda5b19eebb308c7442f7e28d232665fb
node-defaults_1.0.3.orig.tar.gz 2.1 KiB 7b24f7dc187c1b777852b9dcecf449c8a1a8dceeaa51717e4cc86344a881c1fc
node-defaults_1.0.3-2.debian.tar.xz 2.5 KiB 1221e231a208c63352970de1bbc74d33abc91e50b23d7cd808e76aa10e240fa0

Available diffs

No changes file available.

Binary packages built by this source

node-defaults: merge single level defaults over a config object

 A simple one level options merge utility. This module exports
 a function that takes 2 arguments: options and defaults.
 When called, it overrides all of undefined properties in
 options with the clones of properties defined in defaults.
 Sidecases: if called with a falsy options value, options will
 be initialized to a new object before being merged onto.
 .
 Node.js is an event-based server-side JavaScript engine.