[ trixie ]
[ sid ]
软件包:node-node-pty(1.0.0+ds1+~6.3.0-1 以及其他的) [debports]
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
其他与 node-node-pty 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libnode109 (>= 18.19.1+dfsg)
- evented I/O for V8 javascript - runtime library
-
- dep: libstdc++6 (>= 5)
- GNU 标准 C++ 库,第3版
-
- dep: node-nan (>= 2.17.0)
- Native Abstractions for Node.js