node-xterm 2.7.0+ds1-1 source package in Ubuntu

Changelog

node-xterm (2.7.0+ds1-1) unstable; urgency=low

  * Initial release. (Closes: #859879)

 -- Ghislain Antony Vaillant <email address hidden>  Tue, 06 Jun 2017 19:22:40 +0100

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-xterm_2.7.0+ds1-1.dsc 2.2 KiB 964294aecaee2789bfa1a699ef80dc1e50f13839b56e5c75417c43191bbf2765
node-xterm_2.7.0+ds1.orig.tar.gz 105.8 KiB e0ad95bf051680bf5889347da80bcacb72c50e3cbd71a820de5bd87c1061158c
node-xterm_2.7.0+ds1-1.debian.tar.xz 3.6 KiB 5c877c6f5f18b68d35e61ab7eff6df14fb4960485915a86f187523e84e0a2ecf

No changes file available.

Binary packages built by this source

libjs-xterm: terminal front-end component for the browser - browser library

 Xterm.js is a terminal front-end component written in JavaScript that works in
 the browser.
 .
 It enables applications to provide fully featured terminals to their users and
 create great development experiences.
 .
 Features:
 .
   - **Text-based application support**: Use xterm.js to work with applications
     like `bash`, `git` etc.
   - **Curses-based application support**: Use xterm.js to work with
     applications like `vim`, `tmux` etc.
   - **Mouse events support**: Xterm.js captures mouse events like click and
     scroll and passes them to the terminal's back-end controlling process
   - **CJK (Chinese, Japanese, Korean) character support**: Xterm.js renders
     CJK characters seamlessly
   - **IME support**: Insert international (including CJK) characters using IME
     input with your keyboard
   - **Self-contained library**: Xterm.js works on its own. It does not require
     any external libraries like jQuery or React to work
   - **Modular, event-based API**: Lets you build addons and themes with ease
 .
 This package contains the standalone packed library suitable for running in
 a web browser.

node-xterm: terminal front-end component for the browser - NodeJS modules

 Xterm.js is a terminal front-end component written in JavaScript that works in
 the browser.
 .
 It enables applications to provide fully featured terminals to their users and
 create great development experiences.
 .
 Features:
 .
   - **Text-based application support**: Use xterm.js to work with applications
     like `bash`, `git` etc.
   - **Curses-based application support**: Use xterm.js to work with
     applications like `vim`, `tmux` etc.
   - **Mouse events support**: Xterm.js captures mouse events like click and
     scroll and passes them to the terminal's back-end controlling process
   - **CJK (Chinese, Japanese, Korean) character support**: Xterm.js renders
     CJK characters seamlessly
   - **IME support**: Insert international (including CJK) characters using IME
     input with your keyboard
   - **Self-contained library**: Xterm.js works on its own. It does not require
     any external libraries like jQuery or React to work
   - **Modular, event-based API**: Lets you build addons and themes with ease
 .
 This package contains the unpacked individual xterm CommonJS modules.