node-macaddress 0.5.1-1 source package in Ubuntu

Changelog

node-macaddress (0.5.1-1) unstable; urgency=medium

  * New upstream release 0.5.1. 

 -- Boyuan Yang <email address hidden>  Sat, 23 May 2020 22:23:48 -0400

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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-macaddress_0.5.1-1.dsc 2.0 KiB ccbb038205949571653d85484b67726fc9b6bb3d7942b51af6c1cfa7c0aa30ee
node-macaddress_0.5.1.orig.tar.gz 6.6 KiB 3ad1eb2bf0efb575ca7ac08041f1955aa19b4a9eaf69ccbe7a6657e19d6c4d9c
node-macaddress_0.5.1-1.debian.tar.xz 2.7 KiB 1f53097fd5455d001299111dfe55b5a280788da231dcfccbe3f10b23bf2fe813

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.