node-macaddress 0.2.9-2 source package in Ubuntu

Changelog

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

  * debian/control:
    + Bump Standards-Version to 4.2.1 (no changes needed).
    + Update my uploader email address and use the @debian.org one.
  * debian/compat: Bump to 11.
  * debian/rules: Check DEB_BUILD_OPTIONS for nocheck profile.

 -- Boyuan Yang <email address hidden>  Mon, 05 Nov 2018 11:04:05 -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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-macaddress_0.2.9-2.dsc 2.0 KiB e9c073b3d2654d9f2238d7b3fe0739d871a87caf2b11b4006e6cb61f21e25f69
node-macaddress_0.2.9.orig.tar.gz 4.2 KiB 931be8287613e102e9adb36bc1166b20ffaf7f70b593c51505ddbc0f2a88b3c6
node-macaddress_0.2.9-2.debian.tar.xz 2.6 KiB ad67a8de20208794ee7ef5d1df9e4225e348d06f6e42bafa8e6f1e088513b78d

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.