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.
