std/node_modules/@fiusdevelopment/readline/package.json

31 lines
768 B
JSON
Raw Normal View History

2022-11-02 21:07:10 +01:00
{
"name": "@fiusdevelopment/readline",
"version": "0.0.2",
"title": "readlineSync",
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
"keywords": [
"readline",
"synchronous",
"interactive",
"prompt",
"question",
"password",
"cli",
"tty",
"command",
"repl",
"keyboard",
"wait",
"block"
],
"main": "./lib/readline-sync.js",
"homepage": "https://github.com/anseki/readline-sync",
"repository": {
"type": "git",
"url": "git://github.com/FIUSDevelopment/readline-sync.git"
},
"bugs": "https://github.com/FIUSDevelopment/readline-sync/issues",
"license": "MIT",
"author": "FIUS Development | Killer Boss Original"
}