project1
This commit is contained in:
40
nodeJS/Project/01/node_modules/prompt-sync/package.json
generated
vendored
Normal file
40
nodeJS/Project/01/node_modules/prompt-sync/package.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user