Source: node-pre-gyp Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-fetch , node-gyp , node-https-proxy-agent , node-nopt , node-npmlog , node-rimraf , node-semver , node-tape , node-tar Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-pre-gyp Vcs-Git: https://salsa.debian.org/js-team/node-pre-gyp.git Homepage: https://github.com/mapbox/node-pre-gyp Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-pre-gyp Architecture: all Depends: ${misc:Depends} , node-fetch , node-https-proxy-agent , node-make-dir , node-nopt , node-npmlog , node-rimraf , node-semver , node-tar , nodejs:any Provides: ${nodejs:Provides} , node-node-pre-gyp 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.