node-xterm 3.8.1+~cs0.9.0-1 source package in Ubuntu

Changelog

node-xterm (3.8.1+~cs0.9.0-1) unstable; urgency=medium

  * Team upload
  * Add node-pty as component
  * Use an older tags page for getting older versions
  * New upstream version 3.8.1+~cs0.9.0
  * Add copyright for node-pty component
  * Document why the component is not built
  * Switch to rollup for building browser bundle (Closes: #980406)
  * Remove build dependency on node-typescript-types (Closes: #979774)
  * Ignore some type mismatches (Thanks to Xavier Guimard) (Closes: #954678)

 -- Pirate Praveen <email address hidden>  Tue, 19 Jan 2021 23:59:29 +0530

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-xterm_3.8.1+~cs0.9.0-1.dsc 2.5 KiB bbe2516dba88ced4244ee0e8cb5a3026f30b6849b88b380c084dce62ae746577
node-xterm_3.8.1+~cs0.9.0.orig-node-pty.tar.gz 233.4 KiB 02100c1f7dd1bc16a7b3555e097ba1a0a8bcf9c116ec9d985c2d716d0f0f2bea
node-xterm_3.8.1+~cs0.9.0.orig.tar.gz 280.8 KiB 81ffa6c425126878c32dc9bcdc5dd7a5a5bc862e2ef063fc9bcbe03cf2fee31d
node-xterm_3.8.1+~cs0.9.0-1.debian.tar.xz 5.9 KiB 05423ccc5e9060c0e6a21e72aadbdc101d20b2b95684dcef4aa28af267b98580

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.