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.
