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

Changelog

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

  * New upstream version: fix a typo
  * Use debhelper 12
  * Bump policy (no changes)
  * Use pkg-js-tools
  * move to salsa
  * Move to javascript section

 -- Bastien Roucariès <email address hidden>  Tue, 03 Mar 2020 23:18: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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-tty-browserify_0.0.1-1.dsc 2.1 KiB 28815c8778151e2d858f5f8271afee519e6cf5e92d1f8754e33cb14511c39a78
node-tty-browserify_0.0.1.orig.tar.gz 1.3 KiB 9f28afd5cc0a8894d34f58942a1a9416ac77419f5e09f4a70e38cef230203aac
node-tty-browserify_0.0.1-1.debian.tar.xz 2.3 KiB 4751d8743c9264c8b7c5696c1e72c0469175b3673bdcd2fbe3f8762e1c5760dc

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.