File: control

package info (click to toggle)
node-netmask 2.0.2%2B~cs2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: javascript: 83; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 883 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-netmask
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Michael Ikwuegbu <michaelikwuegbu1@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , coffeescript
 , node-vows
 , node-mocha
Standards-Version: 4.6.2
Homepage: https://github.com/rs/node-netmask
Vcs-Git: https://salsa.debian.org/js-team/node-netmask.git
Vcs-Browser: https://salsa.debian.org/js-team/node-netmask
Rules-Requires-Root: no

Package: node-netmask
Architecture: all
Depends:
 ${misc:Depends}
 ,
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Parse and lookup IP network blocks
 The Netmask class parses and understands IPv4 CIDR blocks
 so they can be explored and compared.
 .
 Node.js is an event-based server-side JavaScript engine.