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
|
Source: node-bash
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Harley Swick <fancycade@protonmail.com>,
Build-Depends:
debhelper-compat (= 13),
nodejs,
dh-sequence-nodejs,
Standards-Version: 4.6.0
Homepage: https://github.com/felixge/node-bash
Vcs-Git: https://salsa.debian.org/js-team/node-bash.git
Vcs-Browser: https://salsa.debian.org/js-team/node-bash
Rules-Requires-Root: no
Package: node-bash
Architecture: all
Depends:
nodejs,
${misc:Depends},
Description: Utilities for using bash from node.js
This package is meant to be used by node applications
for CLI tools or servers. node packages that need to execute bash
commands can use this to do so. It is expected that this package
will be used as a dependency for node applications.
|