node-domain-browser 1.1.7-1 source package in Ubuntu

Changelog

node-domain-browser (1.1.7-1) unstable; urgency=low

  * Initial release (Closes: #860541)

 -- Pirate Praveen <email address hidden>  Thu, 15 Jun 2017 19:38:36 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-domain-browser_1.1.7-1.dsc 2.1 KiB 5a48fbc4d937d5e0df54cb0b97942ce6f528707bc70fbf3cd53f9659a50d4fa1
node-domain-browser_1.1.7.orig.tar.gz 15.7 KiB 95edcf9ac585c8edc655081097c4fc3a266385e70eab43d439165a925d8c9e34
node-domain-browser_1.1.7-1.debian.tar.xz 2.1 KiB 6b1bed9706a7e09b421b4c487878bdce370023ea3b2877bd38036a78ca2066cd

No changes file available.

Binary packages built by this source

node-domain-browser: Node's domain module for the web browser

 This is merely an evented try...catch with the same API as node, nothing more.
 .
 This library is a dependency for browserify and webpack. Browserify/Webpack
 takes code targeted at node.js and makes it run in the browser. Node.js comes
 with API of its own that is not available in the browsers. Browserify/Webpack
 exposes this code to programs that are unaware they are running in a browser.
 .
 Node.js is an event-based server-side JavaScript engine.