sandbox-js/node_modules/prompt-sync/package.json

41 lines
734 B
JSON
Raw Permalink Normal View History

2023-01-22 02:28:58 +01:00
{
"name": "prompt-sync",
"version": "4.2.0",
"description": "a synchronous prompt for node.js",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "https://github.com/heapwolf/prompt-sync.git"
},
"keywords": [
"prompt",
"sync",
"blocking",
"readline",
"input",
"getline",
"repl",
"history"
],
"contributors": [
{
"name": "Paolo Fragomeni",
"email": "paolo@async.ly"
},
{
"name": "David Mark Clements",
"email": "david.clements@nearform.com"
}
],
"license": "MIT",
"devDependencies": {
"prompt-sync-history": "^1.0.1"
},
"dependencies": {
"strip-ansi": "^5.0.0"
}
}