Source: node-macaddress Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Boyuan Yang , Build-Depends: debhelper (>= 11), dh-buildinfo, nodejs, Standards-Version: 4.2.1 Homepage: https://github.com/scravy/node-macaddress Vcs-Git: https://salsa.debian.org/js-team/node-macaddress.git Vcs-Browser: https://salsa.debian.org/js-team/node-macaddress Package: node-macaddress Architecture: all Depends: nodejs, ${misc:Depends}, Description: 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.