File: control

package info (click to toggle)
node-optimist 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 336 kB
  • ctags: 65
  • sloc: makefile: 5; sh: 2
file content (33 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: node-optimist
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
           Dominique Dumont <dod@debian.org>,
           Bas Couwenberg <sebastic@debian.org>
Section: web
Priority: extra
Build-Depends: debhelper (>= 9),
               dh-buildinfo,
               nodejs
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/node-optimist.git
Vcs-Git: git://anonscm.debian.org/collab-maint/node-optimist.git
Homepage: https://github.com/substack/node-optimist
XS-Testsuite: autopkgtest

Package: node-optimist
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-minimist,
         node-wordwrap
Description: 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.