File: control

package info (click to toggle)
node-optionator 0.9.1%2Bdfsg%2B~cs1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 288 kB
  • sloc: javascript: 83; makefile: 28
file content (31 lines) | stat: -rw-r--r-- 1,007 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
Source: node-optionator
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , livescript
 , mocha <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-optionator
Vcs-Git: https://salsa.debian.org/js-team/node-optionator.git
Homepage: https://github.com/gkz/optionator
Rules-Requires-Root: no

Package: node-optionator
Architecture: all
Depends: ${misc:Depends}
 , node-deep-is
 , node-fast-levenshtein
 , node-levn
 , node-prelude-ls
 , node-type-check
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: option parsing and help generation
 Optionator is a JavaScript option parsing and help generation library used by
 eslint, Grasp, LiveScript, esmangle, escodegen, and many more.
 .
 Node.js is an event-based server-side JavaScript engine.