node-invert-kv 3.0.1-1 source package in Ubuntu

Changelog

node-invert-kv (3.0.1-1) 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, Repository, Repository-
    Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Set upstream metadata fields: Bug-Submit.

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

 -- Xavier Guimard <email address hidden>  Sat, 30 May 2020 08:51:20 +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-invert-kv_3.0.1-1.dsc 2.0 KiB c74137bde583005b668fed1c5cf19d0e1224b1de942c4c143a1932e7c1ee45e1
node-invert-kv_3.0.1.orig.tar.gz 3.0 KiB 0f785e7512c688a0ccf92f24be954531a6b7146c9469b2677080612c3b6abf53
node-invert-kv_3.0.1-1.debian.tar.xz 2.8 KiB 9bd17f7537052f1a7c628721ea99426f3c01ca133f8c500965716dd8d1563efb

Available diffs

No changes file available.

Binary packages built by this source

node-invert-kv: invert the key/value of an object

 This module provides a method to invert the key/value of an object.
 Example: {foo: 'bar'} → {bar: 'foo'}
 .
 Node.js is an event-based server-side JavaScript engine.