node-nan 2.14.2-2 source package in Ubuntu

Changelog

node-nan (2.14.2-2) unstable; urgency=medium

  * Team upload
  * Remove useless transitional link in usr/lib/nodejs (full rebuild tested)
  * Use dh-sequence-nodejs auto test & install

 -- Xavier Guimard <email address hidden>  Fri, 15 Jan 2021 09:44:24 +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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-nan_2.14.2-2.dsc 2.0 KiB 81dd31a7918e87680b11fbd31160f8db3cbdb235f62c9910c464df391ef73adc
node-nan_2.14.2.orig.tar.gz 174.5 KiB 26dce4db0194c4a7b51b33d0324f3cf36eb67be49dc43a043e0a2dffc9dcdd6d
node-nan_2.14.2-2.debian.tar.xz 5.4 KiB 5a7d03cbd525ac722dbc181e5e382f455db37bcb74ecde5c1124047c729baef1

Available diffs

No changes file available.

Binary packages built by this source

node-nan: Native Abstractions for Node.js

 A header file filled with macro and utility goodness for making addon
 development for Node.js easier across versions.
 .
 Keeping native addons compiling happily across versions, particularly
 is a minor nightmare, due to API/ABI incompatibilities.
 The goal of this project is to store
 all logic necessary to develop native Node.js addons without having to
 inspec NODE_MODULE_VERSION and get yourself into a macro-tangle.
 .
 This project also contains some helper utilities that make addon
 development a bit more pleasant.
 .
 Node.js is an event-based server-side JavaScript engine.