File: control

package info (click to toggle)
node-tree-kill 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: javascript: 163; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 885 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
Source: node-tree-kill
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 mocha <!nocheck>,
 procps <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/pkrumins/node-tree-kill
Vcs-Git: https://salsa.debian.org/js-team/node-tree-kill.git
Vcs-Browser: https://salsa.debian.org/js-team/node-tree-kill

Package: node-tree-kill
Architecture: all
Depends:
 procps,
 ${misc:Depends},
Description: send a signal to a process and all its children
 By default, kills (using SIGTERM) a process and all its children.
 Optional functionality:
  * send a different signal
  * run a callback function when done
 .
 Node.js is an event-based server-side JavaScript engine.