File: control

package info (click to toggle)
node-inherits 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 96 kB
  • ctags: 6
  • sloc: makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,647 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: node-inherits
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>, Daniel Pocock <daniel@pocock.pro>
Build-Depends:
 debhelper (>= 9.0.0)
 , dh-buildinfo
Standards-Version: 3.9.8
Homepage: https://github.com/isaacs/inherits
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-inherits.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-inherits.git
Testsuite: autopkgtest

Package: node-inherits
Architecture: all
Depends:
 ${misc:Depends}
 , libjs-inherits (= ${binary:Version})
 , nodejs
Description: Exposes inherits function from Node.js environment
 node-inherits exposes standard inherits implementation of Node.js util
 module, and allows bundlers such as browserify to not include full util
 package in client code.
 .
 It is recommended to use this module for all code that requires only
 the inherits function and that has a chance to run in a browser too.
 .
 This is the Node.js module.
 .
 Node.js is an event-based server-side javascript engine.

Package: libjs-inherits
Architecture: all
Depends: ${misc:Depends}
Description: Exposes inherits function from Node.js environment
 node-inherits exposes standard inherits implementation of Node.js util
 module, and allows bundlers such as browserify to not include full util
 package in client code.
 .
 It is recommended to use this module for all code that requires only
 the inherits function and that has a chance to run in a browser too.
 .
 This is the browser module.
 .
 Node.js is an event-based server-side javascript engine.