[ trixie ]
[ sid ]
[ 源代码: node-node-pty ]
软件包:node-node-pty(1.0.0+ds1+~6.3.0-1 以及其他的)
node-node-pty 的相关链接
Debian 的资源:
下载源码包 node-node-pty:
- [node-node-pty_1.0.0+ds1+~6.3.0-1.dsc]
- [node-node-pty_1.0.0+ds1+~6.3.0.orig-ps-list.tar.gz]
- [node-node-pty_1.0.0+ds1+~6.3.0.orig.tar.gz]
- [node-node-pty_1.0.0+ds1+~6.3.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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: libnode115 (>= 20.13.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