node-constants-browserify 1.0.0+dfsg-5 source package in Ubuntu
Changelog
node-constants-browserify (1.0.0+dfsg-5) unstable; urgency=high * Team upload * Bug fix: "updating nodejs breaks node-constants-browserify", thanks to Pirate Praveen (Closes: #878006). -- Bastien Roucariès <email address hidden> Thu, 09 Nov 2017 11:19:57 +0100
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-constants-browserify_1.0.0+dfsg-5.dsc | 2.2 KiB | bb792e94cb72b82bd660db0139d7a609c5f17bafd17a233a26279bab6891648e |
node-constants-browserify_1.0.0+dfsg.orig.tar.xz | 1.6 KiB | 4fe86468aa7be031708ee96277d46f137fd6213cbd4e28a4cbf9a666fe4981cf |
node-constants-browserify_1.0.0+dfsg-5.debian.tar.xz | 3.5 KiB | 26dfb183aea472faa5620c38e128e36b0995289088836aa829ac98ba09610ae6 |
Available diffs
- diff from 1.0.0+dfsg-4 to 1.0.0+dfsg-5 (631 bytes)
No changes file available.
Binary packages built by this source
- node-constants-browserify: Node's `constants` module for the browser
This modules provides constants present in a Node.js environment to code
running in a browser.
.
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.