UNPKG

878 BJSONView Raw
1{
2 "name": "readline-sync",
3 "version": "1.4.10",
4 "title": "readlineSync",
5 "description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
6 "keywords": [
7 "readline",
8 "synchronous",
9 "interactive",
10 "prompt",
11 "question",
12 "password",
13 "cli",
14 "tty",
15 "command",
16 "repl",
17 "keyboard",
18 "wait",
19 "block"
20 ],
21 "main": "./lib/readline-sync.js",
22 "files": [
23 "lib/*.@(js|ps1|sh)",
24 "README-Deprecated.md"
25 ],
26 "engines": {
27 "node": ">= 0.8.0"
28 },
29 "homepage": "https://github.com/anseki/readline-sync",
30 "repository": {
31 "type": "git",
32 "url": "git://github.com/anseki/readline-sync.git"
33 },
34 "bugs": "https://github.com/anseki/readline-sync/issues",
35 "license": "MIT",
36 "author": {
37 "name": "anseki",
38 "url": "https://github.com/anseki"
39 }
40}