node-yargs 15.3.1+repack-3 source package in Ubuntu

Changelog

node-yargs (15.3.1+repack-3) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.0, no changes needed.
  * Fix GitHub tags regex
  * Fix filenamemangle
  * Drop dependency to nodejs

 -- Yadd <email address hidden>  Tue, 09 Nov 2021 14:05:35 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-yargs_15.3.1+repack-3.dsc 2.8 KiB 39b8da7c7ec591d5c1a8100d23e1263220e00d06a071c253119098be97495423
node-yargs_15.3.1+repack.orig-types-yargs.tar.gz 12.6 KiB 42f76765ecdd616811284e909e763d3bc0383ecba019ed806caac4935806ee9a
node-yargs_15.3.1+repack.orig.tar.gz 341.3 KiB 1ebf3300f87b584570395cf5b94a52b194121b88809b765c061296b6f27f8fa7
node-yargs_15.3.1+repack-3.debian.tar.xz 4.8 KiB 948977ed4c5dc68cfc90aaef685432066f82ffc64b1143de8a0dc37df8baab6e

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.