1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: node-macaddress
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-buildinfo,
nodejs,
pkg-js-tools,
Rules-Requires-Root: no
Standards-Version: 4.5.0
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.
|