node-macaddress 0.2.9-3 source package in Ubuntu

Changelog

node-macaddress (0.2.9-3) unstable; urgency=medium

  * debian/control:
    + Bump Standards-Version to 4.4.1.
    + Bump debhelper compat to v12.
    + Use "Rules-Requires-Root: no".
    + Build-depend on pkg-js-tools.
  * debian/rules:
    + Use pkg-js-tools to handle build and install.

 -- Boyuan Yang <email address hidden>  Wed, 20 Nov 2019 19:09:18 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-macaddress_0.2.9-3.dsc 2.0 KiB 01db1da8395e38a90a7f6bd5e9e12e562df6d5e96fb02344fb190e341c250342
node-macaddress_0.2.9.orig.tar.gz 4.2 KiB 931be8287613e102e9adb36bc1166b20ffaf7f70b593c51505ddbc0f2a88b3c6
node-macaddress_0.2.9-3.debian.tar.xz 2.5 KiB 4b78eaabe8acdaff8f46f446735ae173db03d573b039cf8a8ec83066c038ad52

Available diffs

No changes file available.

Binary packages built by this source

node-macaddress: Get MAC addresses of host network interfaces in Node.js

 node-macaddress is a nodejs library that retrieves the MAC addresses
 (hardware addresses) of the host's network interfaces.
 It provides a convenient wrapper of os.networkInterfaces() call.
 .
 If the host system has more than one network interface, it will
 automatically pick one appropriate interface if you'are only interested
 in one MAC address identifying the host system.
 .
 Node.js is an event-based server-side JavaScript engine.