Source: node-gyp Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs Standards-Version: 4.6.1 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 , 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: node-node-gyp (= ${binary:Version}) 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.