File: control

package info (click to toggle)
node-cross-spawn 5.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: makefile: 6; sh: 6
file content (33 lines) | stat: -rw-r--r-- 1,172 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
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-buildinfo,
               nodejs,
               mocha,
               node-expect.js,
               node-rimraf,
               node-once,
               node-shebang-command,
               node-which,
               node-lru-cache
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/js-team/node-cross-spawn
Vcs-Git: https://salsa.debian.org/js-team/node-cross-spawn.git
Homepage: https://github.com/IndigoUnited/node-cross-spawn

Package: node-cross-spawn
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-lru-cache,
         node-which,
         node-shebang-command
Description: Cross platform drop-in replacement for spawn
 Cross-spawn is a drop-in replacement for nodejs's spawn which does not
 have full support on all platforms. Cross-spawn is a thin wrapper around
 child_process.spawn which provides restarts.
 .
 Node.js is an event-based server-side JavaScript engine.