1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: node-node-pty
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, dh-nodejs
, mocha
, node-gyp
, node-nan
, node-typescript
, procps <!nocheck>
Standards-Version: 4.6.2
Homepage: https://github.com/microsoft/node-pty
Vcs-Git: https://salsa.debian.org/js-team/node-node-pty.git
Vcs-Browser: https://salsa.debian.org/js-team/node-node-pty
Rules-Requires-Root: no
Package: node-node-pty
Architecture: any
Depends: ${misc:Depends}
, ${shlibs:Depends}
, node-nan (>= 2.17.0)
Provides: ${nodejs:Provides}
Description: Node.js library to allow one to fork processes with pseudoterminal file descriptors
node-node-pty provides forkpty bindings for node.js. This allows one to fork
processes with pseudoterminal file descriptors. It returns a terminal object
which allows reads and writes. This is useful for:
* Writing a terminal emulator
* Getting certain programs to think they are in a terminal
|