node-tty-browserify 0.0.0-2 source package in Ubuntu

Changelog

node-tty-browserify (0.0.0-2) unstable; urgency=medium

  * Team upload
  * Reupload to unstable

 -- Pirate Praveen <email address hidden>  Thu, 27 Jul 2017 22:15:19 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium 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-tty-browserify_0.0.0-2.dsc 2.0 KiB 9a72e85a981e0b0556faed6d0acf3c9d0d1cf212f7e9937b91c1ae2064d130e1
node-tty-browserify_0.0.0.orig.tar.gz 1.3 KiB 25da49837f563747e790e60fb0fd0ecb05075df5280f86a6710f3cea67327717
node-tty-browserify_0.0.0-2.debian.tar.xz 2.2 KiB 0821318740e790728bcb84c54077ddeab4913b60950fd97d19c87039172b71d9

No changes file available.

Binary packages built by this source

node-tty-browserify: tty library from node core for browsers

 Provides a tiny stub implementation of the tty module that always returns
 false to isatty and throws out not implemented errors if ReadStream
 or WriteStream are called.
 .
 This library is a dependency for browserify. Browserify 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 exposes this code
 to programs that are unaware they are running in a browser
 .
 Node.js is an event-based server-side JavaScript engine.