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-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-compat (= 13)
, dh-sequence-nodejs
, mocha
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-gyp
Vcs-Git: https://salsa.debian.org/js-team/node-gyp.git
Homepage: https://github.com/nodejs/node-gyp
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-gyp
Architecture: all
Depends: ${misc:Depends}
, gyp (>= 0.1+20200513gitcaa6002)
, libnode-dev
, node-glob
, node-graceful-fs
, node-https-proxy-agent (>= 7)
, node-mkdirp
, node-fetch
, node-nopt
, node-npmlog
, node-osenv
, node-rimraf
, node-semver (>= 7)
, node-tar
, node-which
, nodejs:any
Recommends: build-essential
Provides: ${nodejs:Provides}
Description: Native addon build tool for Node.js
node-gyp is a cross-platform command-line tool written in Node.js
for compiling native addon modules for Node.js.
.
It features :
* Easy to use, consistent interface
* Same commands to build a module on every platform
* Support of multiple target versions of Node.js
.
Node.js is an event-based server-side javascript engine.
|