node-optimist 0.6.1+~0.0.30-2 source package in Ubuntu

Changelog

node-optimist (0.6.1+~0.0.30-2) unstable; urgency=medium

  * Team upload

  [ Bas Couwenberg ]
  * Remove myself from Uploaders.

  [ Yadd ]
  * Update test for tap 15 (Closes: #1009602)

 -- Yadd <email address hidden>  Tue, 19 Apr 2022 13:28:24 +0200

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
Oracular release universe web
Noble release universe web
Mantic release universe web
Lunar release universe web

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-optimist_0.6.1+~0.0.30-2.dsc 2.5 KiB a57db8ca420a83e7d93275f225b790279030fad78a43a648a1f1926ace54a31c
node-optimist_0.6.1+~0.0.30.orig-types-optimist.tar.gz 2.7 KiB ac8c482be88ca36172561dcc9e1d4c4fc84a8097092fdf901aeb5a1e1cdfa88c
node-optimist_0.6.1+~0.0.30.orig.tar.gz 12.0 KiB 2044a12f984c2f7f08a11512ac24f7de9d685c8882bb8c1a135207c5ed118201
node-optimist_0.6.1+~0.0.30-2.debian.tar.xz 4.7 KiB 4b82cb7f63efec99f47a43c809a37c4b8c96deafbf284cd028af06b2f156d5e4

No changes file available.

Binary packages built by this source

node-optimist: light-weight option parsing library for NodeJS

 Optimist is a light-weight node.js library for option parsing.
 .
 It is a library for people who hate option parsing. More specifically,
 this module is for people who like all the --bells and -whistlz of
 program usage but think optstrings are a waste of time.
 .
 With optimist, option parsing doesn't have to suck (as much).
 .
 Node.js is an event-based server-side JavaScript engine.