File: control

package info (click to toggle)
node-argv 0.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • sloc: sh: 21; makefile: 17
file content (26 lines) | stat: -rw-r--r-- 905 bytes parent folder | download
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
Source: node-argv
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 11)
 , dh-buildinfo
 , nodejs (>=6) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/codenothing/argv
Vcs-Git: https://salsa.debian.org/js-team/node-argv.git
Vcs-Browser: https://salsa.debian.org/js-team/node-argv

Package: node-argv
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Node based command line argument parser
 node-argv is a nodejs module that does command line argument parsing.
 node-argv implement a strict argument parser, which means all options
 must be defined before parsing starts. This argument parser allow one to
 use a modular structure for options parsing.
 .
 Node.js is an event-based server-side JavaScript engine.