readline-sync/package.json

36 lines
841 B
JSON
Raw Permalink 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-26 20:54:50 +01:00
"version": "2023.01.26-1",
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",
2018-02-17 10:46:59 +01:00
"files": [
2023-01-26 20:54:36 +01:00
"lib/*.@(js|ps1|sh|d.ts)",
2018-02-17 10:46:59 +01:00
"README-Deprecated.md"
],
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
}