File: control

package info (click to toggle)
node-dashdash 1.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 304 kB
  • sloc: perl: 672; sh: 228; makefile: 76
file content (30 lines) | stat: -rw-r--r-- 1,061 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
27
28
29
30
Source: node-dashdash
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 11~)
 , nodejs
 , nodeunit <!nocheck>
 , node-assert-plus (>= 1.0~) <!nocheck>
Standards-Version: 4.2.1
Homepage: https://github.com/trentm/node-dashdash#readme
Vcs-Git: https://salsa.debian.org/js-team/node-dashdash.git
Vcs-Browser: https://salsa.debian.org/js-team/node-dashdash

Package: node-dashdash
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-assert-plus (>= 1.0~)
Description: light, featureful and explicit option parsing library
 The author of the library gives this rationale: the other option parsing
 libraries are one of too loosey goosey (not explicit), too big/too many deps,
 or ill specified.
 .
 This library is a dependency for sshpk, a library to parse, convert,
 fingerprint and use SSH keys (both public and private) in pure nodejs.
 .
 Node.js is an event-based server-side JavaScript engine.