File: control

package info (click to toggle)
node-cross-spawn-async 2.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 232 kB
  • sloc: makefile: 5; sh: 4
file content (35 lines) | stat: -rw-r--r-- 1,265 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
30
31
32
33
34
35
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 (>= 11~),
               dh-buildinfo,
               nodejs,
               node-glob,
               mocha,
               node-which,
               node-expect.js,
               node-rimraf,
               node-lru-cache (>= 4.0~),
               pkg-js-tools
Standards-Version: 4.3.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.