File: control

package info (click to toggle)
node-cross-spawn-async 2.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 41
  • sloc: sh: 6; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,224 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
Source: node-cross-spawn-async
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rosco2@ubuntu.com>
Build-Depends: debhelper (>= 9),
               dh-buildinfo,
               nodejs,
               node-glob,
               mocha,
               node-which,
               node-expect.js,
               node-rimraf,
               node-lru-cache (>= 4.0~)
Standards-Version: 3.9.8
Homepage: https://github.com/IndigoUnited/node-cross-spawn-async#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-cross-spawn-async.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-cross-spawn-async.git

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.