Binary package “node-argv” in ubuntu oracular

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.