node-yn 4.0.0-1 source package in Ubuntu

Changelog

node-yn (4.0.0-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.5.0
  * Bump debhelper compatibility level to 12
  * Replace mocha by tape to overwrite ava test
  * Use pkg-js-tools auto test & install
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Add upstream/metadata
  * New upstream version 4.0.0
  * Refresh patch
  * Update copyright

 -- Xavier Guimard <email address hidden>  Tue, 10 Mar 2020 11:03:50 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
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-yn_4.0.0-1.dsc 1.9 KiB d14d76cb38c7f9e88d1027d6b7d2a9dbfde81239012f5dfe16020dda81a571b1
node-yn_4.0.0.orig.tar.gz 3.6 KiB c83b71c6b33749f7c999c794e05b0bc71a31ba64648db1b3f9aa9090fa7dcc69
node-yn_4.0.0-1.debian.tar.xz 3.4 KiB 797b18e96cf50cda52330c7f9edc62b38356c98c7d3bdabb55d813b723b713e5

Available diffs

No changes file available.

Binary packages built by this source

node-yn: Parse yes/no like values - Node.js module

 This Node.js module parses strings with yes/no like values and returns a bool
 or undefined. It has options to return a default instead of undefined and
 a lenient mode to gracefully handle typos.
 .
 It can useful for validating answers of a CLI prompt.
 .
 Node.js is an event-based server-side JavaScript engine.