File: control

package info (click to toggle)
node-commander 9.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,708 kB
  • sloc: javascript: 10,837; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,191 bytes parent folder | download
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
Source: node-commander
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , jest <!nocheck>
 , node-types-jest
 , ts-jest <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-commander
Vcs-Git: https://salsa.debian.org/js-team/node-commander.git
Homepage: https://github.com/tj/commander.js
Rules-Requires-Root: no

Package: node-commander
Architecture: all
Depends: ${misc:Depends}
Breaks: uglifyjs (<< 3.9.4-2~)
 , cleancss (<< 5.2.2+~5.5.0~)
 , yarnpkg (<< 1.22.10+~cs22.25.14-6~)
 , uglifyjs.terser (<< 4.1.2-10~)
Multi-Arch: foreign
Description: Complete solution for Node.js command-line interfaces
 Commander is a light-weight, expressive, and powerful command-line framework
 for Node.js.
 .
 Inspired by Ruby's commander, this Node.js module provides command line
 option parsing, automated/customizable help texts, command line prompting
 password query, and many more features.
 .
 Node.js is an event-based server-side JavaScript engine.