UNPKG

738 BJSONView Raw
1{
2 "name": "readline-sync",
3 "version": "1.4.3",
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 "prompt",
10 "question",
11 "password",
12 "keyboard",
13 "wait",
14 "block"
15 ],
16 "main": "./lib/readline-sync.js",
17 "engines": {
18 "node": ">= 0.8.0"
19 },
20 "homepage": "https://github.com/anseki/readline-sync",
21 "repository": {
22 "type": "git",
23 "url": "git://github.com/anseki/readline-sync.git"
24 },
25 "bugs": "https://github.com/anseki/readline-sync/issues",
26 "license": "MIT",
27 "author": {
28 "name": "anseki",
29 "url": "https://github.com/anseki"
30 }
31}