node-tty-browserify 0.0.1-3 source package in Ubuntu

Changelog

node-tty-browserify (0.0.1-3) unstable; urgency=medium

  * Team upload
  * Fix autopkgtest

 -- Yadd <email address hidden>  Sun, 21 Nov 2021 22:34:57 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-tty-browserify_0.0.1-3.dsc 2.1 KiB 79d91b563c5accd16f6fc6827cbd9e5cdf852ffed4e2e15f19d891bf2eb475f4
node-tty-browserify_0.0.1.orig.tar.gz 1.3 KiB 9f28afd5cc0a8894d34f58942a1a9416ac77419f5e09f4a70e38cef230203aac
node-tty-browserify_0.0.1-3.debian.tar.xz 2.7 KiB 2195718c5b814713b0237e456169952f2bf78e0946dfbffceddab7b7dca23204

Available diffs

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.