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-compat (= 12)
 , node-assert-plus (>= 1.0~) <!nocheck>
 , nodeunit <!nocheck>
 , pkg-js-tools (>= 0.9.35~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-dashdash
Vcs-Git: https://salsa.debian.org/js-team/node-dashdash.git
Homepage: https://github.com/trentm/node-dashdash
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-dashdash
Architecture: all
Depends: ${misc:Depends}
 , node-assert-plus (>= 1.0~)
 , nodejs
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.
