Source: node-cross-spawn-async
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rosco2@ubuntu.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-buildinfo,
               nodejs,
               node-glob,
               mocha,
               node-which,
               node-expect.js,
               node-rimraf,
               node-lru-cache (>= 4.0~),
               pkg-js-tools (>= 0.8.6)
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/js-team/node-cross-spawn-async
Vcs-Git: https://salsa.debian.org/js-team/node-cross-spawn-async.git
Homepage: https://github.com/IndigoUnited/node-cross-spawn-async#readme

Package: node-cross-spawn-async
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-lru-cache (>= 4.0~),
         node-which (>= 1.2.8~)
Description: Cross platform child_process#spawn
 Node-cross-spawn-async is a cross platform solution to node's spawn.
 .
 The same module can be used on WIndows and Linux. It correctly handles
 PATHEXT, shebangs, del or dir and, escape arguments with spaces or
 special characters.
 .
 Node.js is an event-based server-side JavaScript engine.
