File: control

package info (click to toggle)
node-macaddress 0.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 108 kB
  • sloc: makefile: 9; sh: 2
file content (30 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download
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
Source: node-macaddress
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Boyuan Yang <byang@debian.org>,
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.