Source: node-argv Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper-compat (= 13) , dh-buildinfo , nodejs:native Rules-Requires-Root: no Standards-Version: 4.6.0 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} Multi-Arch: foreign 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.