[ ソース: node-getpass ]
パッケージ: node-getpass (0.1.7-1.1)
node-getpass に関するリンク
Debian の資源:
node-getpass ソースパッケージをダウンロード:
- [node-getpass_0.1.7-1.1.dsc]
- [node-getpass_0.1.7.orig.tar.gz]
- [node-getpass_0.1.7-1.1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
get a password from terminal
This library can be used to get a password from the terminal. Even though it sounds simple and sounds like the `readline` module should be able to do it. But readline module does not support it.
If available, this uses `/dev/tty` to avoid interfering with any data being piped in or out of stdio. This function prints a prompt (by default `Password:`) and then accepts input without echoing.
Node.js is an event-based server-side JavaScript engine.
その他の node-getpass 関連パッケージ
|
|
|
|
-
- dep: node-assert-plus (>= 1.0.0)
- small wrapper over nodejs' assert module with two extra features
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable