This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Web-Dev-Old/nodeJS/Project/01/node_modules/prompt-sync/package.json
2024-12-10 00:56:17 +00:00

41 lines
734 B
JSON

{
"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"
}
}