node-gyp 6.0.1-2 source package in Ubuntu

Changelog

node-gyp (6.0.1-2) unstable; urgency=medium

  * Team upload
  * Back to unstable after successful tests

 -- Xavier Guimard <email address hidden>  Tue, 31 Dec 2019 12:46:56 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-gyp_6.0.1-2.dsc 2.0 KiB 904c3dc5cfdd8f823b2328486a21d4d221128cfe071ea8cd79702f269c0cdd46
node-gyp_6.0.1.orig.tar.gz 408.6 KiB b052c6196913807b32186ec31592ade34af69fd7855d3638e1dfdefb3481f127
node-gyp_6.0.1-2.debian.tar.xz 7.2 KiB 04d7b6d41e4d08a830ff4da2e00e24a9b3901ba85b9fb82c832e7fa660ad5c60

Available diffs

No changes file available.

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.