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 31 32 33 34 35
|
Source: node-yargs-parser
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
# , chai <!nocheck>
# , mocha <!nocheck>
# , node-camelcase <!nocheck>
# , node-decamelize <!nocheck>
, node-rollup-plugin-commonjs
, node-rollup-plugin-node-resolve
, node-typescript
, rollup
Standards-Version: 4.6.1
Homepage: https://github.com/yargs/yargs-parser
Vcs-Git: https://salsa.debian.org/js-team/node-yargs-parser.git
Vcs-Browser: https://salsa.debian.org/js-team/node-yargs-parser
Package: node-yargs-parser
Architecture: all
Depends: ${misc:Depends}
, node-camelcase
, node-decamelize
Breaks: node-yargs (<< 16.2.0~)
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: mighty option parser used by yargs
Yargs helps you build interactive command line tools by parsing arguments
and generating an elegant user interface.
.
Node.js is an event-based server-side JavaScript engine.
|