Source: node-inherits
Section: javascript
Priority: optional
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-compat (= 12)
 , node-tap <!nocheck>
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-inherits
Vcs-Git: https://salsa.debian.org/js-team/node-inherits.git
Homepage: https://github.com/isaacs/inherits
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-inherits
Architecture: all
Depends: ${misc:Depends}
 , libjs-inherits
 , nodejs
Description: Node.js module that exposes inherits function
 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: Browser library that 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.
