node-arrify 2.0.1-1 source package in Ubuntu

Changelog

node-arrify (2.0.1-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Add upstream/metadata
  * New upstream version 2.0.1
  * Switch upstream test from ava to tape
  * Enabel upstream test
  * Use pkg-js-tools auto test & install
  * Fix copyright
  * Update VCS fields to salsa

 -- Xavier Guimard <email address hidden>  Wed, 19 Feb 2020 06:25:25 +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-arrify_2.0.1-1.dsc 2.0 KiB 5ad1573fa0585e17cf4340aa221aa7069cf191c5b184cca22f19e069f8d499d2
node-arrify_2.0.1.orig.tar.gz 2.6 KiB 74d8336f035c8d23e1ff4cd01a39c97b1e1f8de94dc007470917aeac4dd6c5da
node-arrify_2.0.1-1.debian.tar.xz 2.5 KiB 8fc6cfff92012fe186fb581513e53edff5772ed15b75e8f8ff4836ac04f15e23

Available diffs

No changes file available.

Binary packages built by this source

node-arrify: Convert a value to an array

 Convert a scalar value or a single element set to an array.
 Supplying null or undefined results in an empty array.
 .
 Node.js is an event-based server-side JavaScript engine.