Source: node-shell-quote
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-buildinfo,
               nodejs (>= 6),
               node-tape <!nocheck>,
               pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-shell-quote
Vcs-Git: https://salsa.debian.org/js-team/node-shell-quote.git
Homepage: https://github.com/substack/node-shell-quote#readme
Rules-Requires-Root: no

Package: node-shell-quote
Architecture: all
Depends: ${misc:Depends},
         nodejs (>= 6),
         node-jsonify
Description: quote and parse shell commands
 This package parses shell like argument and quotes it if needed.
 It supports replacing environment variables by value, and replacing
 shell operator like redirection by equivalent javascript syntax.
 .
 Node.js is an event-based server-side JavaScript engine.
