File: control

package info (click to toggle)
node-pre-gyp 0.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 836 kB
  • sloc: cpp: 218; sh: 44; makefile: 7
file content (45 lines) | stat: -rw-r--r-- 1,130 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
36
37
38
39
40
41
42
43
44
45
Source: node-pre-gyp
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 11~)
 , node-tape <!nocheck>
 , node-mkdirp
 , node-nopt
 , node-npmlog
 , node-rc
 , node-rimraf
 , node-semver
 , node-tar
 , nodejs
 , node-gyp
Standards-Version: 4.2.0
Homepage: https://github.com/mapbox/node-pre-gyp
Vcs-Git: https://salsa.debian.org/js-team/node-pre-gyp.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pre-gyp

Package: node-pre-gyp
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-mkdirp
 , node-nopt
 , node-npmlog
 , node-rc
 , node-rimraf
 , node-semver
 , node-tar
Description: Native addon deployment tool for Node.js
 This executable extends node-gyp with commands to package, test, and publish
 Node.js binary addons.
 It also improves build configuration and module loading.
 .
 This version is patched to always build modules from source.
 .
 node-gyp is a native addon build tool for Node.js
 .
 Node.js is an event-based server-side JavaScript engine.