File: control

package info (click to toggle)
node-help-me 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 144 kB
  • sloc: javascript: 393; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,179 bytes parent folder | download | duplicates (2)
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
36
37
Source: node-help-me
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-concat-stream <!nocheck>
 , node-xtend <!nocheck>
 , node-through2 <!nocheck>
 , node-callback-stream <!nocheck>
 , node-glob-stream (>= 6.1.0) <!nocheck>
 , node-tap <!nocheck>
 , node-tape <!nocheck>
 , node-proxyquire <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-help-me
Vcs-Git: https://salsa.debian.org/js-team/node-help-me.git
Homepage: https://github.com/mcollina/help-me
Rules-Requires-Root: no

Package: node-help-me
Architecture: all
Depends:
 ${misc:Depends}
 , node-callback-stream
 , node-concat-stream
 , node-xtend
 , node-through2
 , node-glob-stream
Description: help command for node, partner of minimist and commist
 help-me is a lib that provides an easy way to write a help command for a node.
 Should be used together with minimist and commist.
 .
 Node.js is an event-based server-side JavaScript engine.