node-macaddress 0.5.3-2 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-macaddress: Add :any qualifier for nodejs dependency.

 -- Jelmer Vernooij <email address hidden>  Tue, 22 Nov 2022 13:58:41 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-macaddress_0.5.3-2.dsc 2.0 KiB c5901bc94003c319b8851d8a72b131bbff6844d4c7c444327067e66034cd6c1b
node-macaddress_0.5.3.orig.tar.gz 6.9 KiB 64fc40a21e442d15fd943774f43ca15d1252abafe67c4db6ee08c146127696cd
node-macaddress_0.5.3-2.debian.tar.xz 3.0 KiB 8dcb7cc3e068aa8781893a43d615e5dfc94b8ec2b61fed4159f9d099d8fa11c5

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.