node-inherits 2.0.4-4 source package in Ubuntu

Changelog

node-inherits (2.0.4-4) unstable; urgency=medium

  * Team upload
  * MA: foreign

 -- Bastien Roucariès <email address hidden>  Sat, 25 Sep 2021 20:46:12 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe web

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-inherits_2.0.4-4.dsc 2.1 KiB b07d929e83029a9cbd74947cec5c5c5226afd66137b547c1fedb2df70592e5b5
node-inherits_2.0.4.orig.tar.gz 30.7 KiB a6c794ebc263c3ab833a4efeeec91347cafe10c737a9147151265185c9a27161
node-inherits_2.0.4-4.debian.tar.xz 3.0 KiB 80d1c2576bbff54040ca8fa8ee9c5fe6b7361bf35c17d1ce83c5a30e17a28586

Available diffs

No changes file available.

Binary packages built by this source

libjs-inherits: 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.

node-inherits: 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.