File: control

package info (click to toggle)
node-address 2.0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: javascript: 704; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 957 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
31
32
Source: node-address
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha
 , net-tools <!nocheck>
 , node-assert <!nocheck>
 , node-core-util-is <!nocheck>
 , node-isstream <!nocheck>
 , node-should <!nocheck>
 , node-thenify <!nocheck>
 , node-typescript
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/node-address
Vcs-Git: https://salsa.debian.org/js-team/node-address.git
Homepage: https://github.com/node-modules/address#readme

Package: node-address
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends}
 , net-tools <!nocheck>
Description: Get current machine IP, MAC and DNS servers
 DNS servers are read from /etc/resolv.conf.
 .
 Node.js is an event-based server-side JavaScript engine.