node-gyp 3.6.2-1ubuntu1 source package in Ubuntu

Changelog

node-gyp (3.6.2-1ubuntu1) bionic; urgency=medium

  * Fix quoting for autopkgtest >= 5.2

 -- Graham Inggs <email address hidden>  Tue, 27 Mar 2018 14:40:23 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-gyp_3.6.2.orig.tar.gz 400.8 KiB a949653951645638255d588016986894fd00805de09d83b53e5652f083f1f8a6
node-gyp_3.6.2-1ubuntu1.debian.tar.xz 5.7 KiB 28e3594ea5287abb9acbcd2ba1ee267e575933325935c70e8ccdeb6c9e7b7997
node-gyp_3.6.2-1ubuntu1.dsc 2.1 KiB d350abf7dd943d80412f4bfd85350deaa6761a4cd90d03c4e6e980b872783f24

View changes file

Binary packages built by this source

node-gyp: 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-gyp replaces node-waf program which was deprecated in Node.js 0.8
 and removed since Node.js 0.10.
 .
 Node.js is an event-based server-side javascript engine.