node-lowercase-keys 2.0.0-1 source package in Ubuntu

Changelog

node-lowercase-keys (2.0.0-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, 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"
  * Add debian/gbp.conf
  * New upstream version 2.0.0
  * Update copyright
  * Enable upstream test using tape instead of ava

 -- Xavier Guimard <email address hidden>  Sun, 08 Mar 2020 12:12:52 +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-lowercase-keys_2.0.0-1.dsc 2.1 KiB e2e96a11bf2f2728fb94df40f017cddb464657b751f4c706f6d67428d23b0f52
node-lowercase-keys_2.0.0.orig.tar.gz 2.2 KiB db617960f018a1289b4042aca8ec5de48679ba04832483b6d5f0aa021d077f01
node-lowercase-keys_2.0.0-1.debian.tar.xz 2.8 KiB 06912e52d0d150c0f68e0372df36f24da135fa82a093fbc0bd6ce4f8346772aa

Available diffs

No changes file available.

Binary packages built by this source

node-lowercase-keys: Lowercase the keys of an object

 It lowercases the keys and returns a new object.
 If you pass the keys of an object which are not in lowercase or if you
 want to ensure that all the keys are in lowercase then you can pass the
 object as an argument and it returns a new object with all the keys in
 lowercase.
 This package is a dependency for ava.
 .
 Node.js is an event-based server-side JavaScript engine.