[ ソース: node-tty-browserify ]
パッケージ: node-tty-browserify (0.0.1-3)
node-tty-browserify に関するリンク
Debian の資源:
node-tty-browserify ソースパッケージをダウンロード:
- [node-tty-browserify_0.0.1-3.dsc]
- [node-tty-browserify_0.0.1.orig.tar.gz]
- [node-tty-browserify_0.0.1-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
tty library from node core for browsers
Provides a tiny stub implementation of the tty module that always returns false to isatty and throws out not implemented errors if ReadStream or WriteStream are called.
This library is a dependency for browserify. Browserify takes code targeted at node.js and makes it run in the browser. Node.js comes with API of its own that is not available in the browsers. Browserify exposes this code to programs that are unaware they are running in a browser
Node.js is an event-based server-side JavaScript engine.