Source: node-pixl-args
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
Standards-Version: 4.7.4
Homepage: https://github.com/jhuckaby/pixl-args
Vcs-Git: https://salsa.debian.org/js-team/node-pixl-args.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-args

Package: node-pixl-args
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: module for parsing command line arguments
 This module provides a simple interface to the command-line arguments
 used to instantiate Node.js scripts. It parses double-dash key/value
 arguments in the form --key value --key value. The library then provides a
 get() method to get individual values, or everything as one object.
 Multiple keys with the same name are pushed onto an array. No
 dependencies.
 .
 Node.js is an event-based server-side JavaScript engine.
