معرفی شرکت ها


read-2.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

read(1) for node programs
ویژگی مقدار
سیستم عامل -
نام فایل read-2.1.0
نام read
نسخه کتابخانه 2.1.0
نگهدارنده ['npm-cli-ops', 'saquibkhan', 'fritzy', 'nlf', 'gar', 'lukekarrys', 'isaacs']
ایمیل نگهدارنده ['npm-cli+bot@github.com', 'saquibkhan@github.com', 'fritzy@github.com', 'quitlahok@gmail.com', 'gar+npm@danger.computer', 'luke@lukekarrys.com', 'i@izs.me']
نویسنده GitHub Inc.
ایمیل نویسنده -
آدرس صفحه اصلی git+https://github.com/npm/read.git
آدرس اینترنتی https://github.com/npm/read#readme
مجوز ISC
## read For reading user input from stdin. Similar to the `readline` builtin's `question()` method, but with a few more features. ## Usage ```javascript var read = require("read") try { const result = await read(options, callback) } catch (er) { console.error(er) } ``` ## Options Every option is optional. * `prompt` What to write to stdout before reading input. * `silent` Don't echo the output as the user types it. * `replace` Replace silenced characters with the supplied character value. * `timeout` Number of ms to wait for user input before giving up. * `default` The default value if the user enters nothing. * `edit` Allow the user to edit the default value. * `terminal` Treat the output as a TTY, whether it is or not. * `input` Readable stream to get input data from. (default `process.stdin`) * `output` Writable stream to write prompts to. (default: `process.stdout`) * `completer` Autocomplete callback (see [official api](https://nodejs.org/api/readline.html#readline_readline_createinterface_options) for details If silent is true, and the input is a TTY, then read will set raw mode, and read character by character. ## Contributing Patches welcome.


نیازمندی

مقدار نام
~1.0.0 mute-stream


زبان مورد نیاز

مقدار نام
18.15.0 Npm


نحوه نصب


نصب پکیج tgz read-2.1.0:

    npm install read-2.1.0.tgz