readline-sync/package.json

33 lines
793 B
JSON
Raw Normal View History

2013-08-29 12:55:23 +02:00
{
2023-01-10 19:26:41 +01:00
"name": "@thundernetworkrad/readline-sync",
2023-01-30 18:34:56 +01:00
"version": "2023.01.30",
2014-10-23 22:12:32 +02:00
"title": "readlineSync",
2015-03-12 03:03:04 +01:00
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
2013-08-29 12:55:23 +02:00
"keywords": [
"readline",
"synchronous",
2017-02-01 15:19:22 +01:00
"interactive",
2013-08-29 12:55:23 +02:00
"prompt",
2013-08-29 19:26:22 +02:00
"question",
2015-02-12 01:27:38 +01:00
"password",
2017-02-01 15:19:22 +01:00
"cli",
"tty",
"command",
"repl",
2015-02-12 01:27:38 +01:00
"keyboard",
2013-08-29 12:55:23 +02:00
"wait",
"block"
2014-10-23 22:12:32 +02:00
],
"main": "./lib/readline-sync.js",
2023-01-30 18:34:24 +01:00
"types": "dist/index.d.ts",
2014-10-23 22:12:32 +02:00
"engines": {
"node": ">= 0.8.0"
},
2023-01-10 19:26:41 +01:00
"homepage": "https://github.com/ThunderNetworkRaD/readline-sync",
2014-10-23 22:12:32 +02:00
"repository": {
"type": "git",
2023-01-10 19:26:41 +01:00
"url": "git://github.com/ThunderNetworkRaD/readline-sync.git"
2014-10-23 22:12:32 +02:00
},
2023-01-10 19:26:41 +01:00
"bugs": "https://github.com/ThunderNetworkRaD/readline-sync/issues"
2014-12-04 11:28:21 +01:00
}