Source: node-xterm Maintainer: Debian Javascript Maintainers Uploaders: Ghislain Antony Vaillant , Ximin Luo Section: javascript Priority: optional Build-Depends: debhelper-compat (= 13) , chai , dh-sequence-nodejs , dh-nodejs , clang , lld , inwasm , libjs-sizzle , mocha , node-glob , node-jquery , node-jsdom , node-node-pty , node-sixel , node-typescript , wabt , webpack Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/js-team/node-xterm Vcs-Git: https://salsa.debian.org/js-team/node-xterm.git Homepage: https://xtermjs.org Rules-Requires-Root: no Package: node-xterm Architecture: all Depends: ${misc:Depends} Recommends: node-inwasm-runtime Suggests: nodejs:any Provides: ${nodejs:Provides} Description: 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. Package: libjs-xterm Architecture: all Depends: ${misc:Depends} Recommends: javascript-common Description: 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.