node-read 1.0.7-2 source package in Ubuntu

Changelog

node-read (1.0.7-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * 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
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Use pkg-js-tools auto install
  * Fix copyright license

 -- Xavier Guimard <email address hidden>  Thu, 19 Mar 2020 21:43:11 +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-read_1.0.7-2.dsc 2.0 KiB 41317c6e3e70b30b073bbb43843423423727d05cdf450cec9a25e41098c00a2e
node-read_1.0.7.orig.tar.gz 4.1 KiB be34449731a07f57d2d69f961473d17648783e9077d47aa69d87f5121511cb5a
node-read_1.0.7-2.debian.tar.xz 2.7 KiB 2c730cf9859e4b17f55e6ee718b2216a4be9b2eebd1864c492915a774dc5f137

Available diffs

No changes file available.

Binary packages built by this source

node-read: Read user input from stdin module for Node.js

 node-read extends Node.js readline.question builtin method with options
 like silent input, replaced input, timeout or default value.
 .
 Node.js is an event-based server-side javascript engine.