node-yargs 10.0.3-2 source package in Ubuntu

Changelog

node-yargs (10.0.3-2) unstable; urgency=medium

  * Port tests to chai 4.x (patch by Aruna) (Closes: #884150)

 -- Pirate Praveen <email address hidden>  Tue, 02 Jan 2018 12:19:56 +0530

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-yargs_10.0.3-2.dsc 2.4 KiB be8abd5271489f1261ddf220c6040cb7fa2ccb376cf92695f50865ec0311d8ac
node-yargs_10.0.3.orig.tar.gz 310.7 KiB 6de41db0af6a9f91d97cb2285a809adf55dd0c7938c0fa17460d0ebc9013cfc0
node-yargs_10.0.3-2.debian.tar.xz 3.9 KiB 02404b02c1c7c3bbdf18933544703832e8e1c68d9109c2c9b67d7c300c2f1b88

Available diffs

No changes file available.

Binary packages built by this source

node-yargs: command line parser for nodejs

 Yargs helps you build interactive command line tools by parsing arguments and
 generating an elegant user interface.
 .
 Yargs gives you:
  * commands and (grouped) options (like module run -n --force),
  * a dynamically generated help menu based on your arguments,
  * bash-completion shortcuts for commands and options.
 .
 With yargs, ye be havin' a map that leads straight to yer treasure! Treasure
 of course, being a simple option hash.
 .
 Node.js is an event-based server-side JavaScript engine.