synchro-prompt
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "synchro-prompt", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "super simple synchronous cli prompt using readline-sync with chalk coloring", | ||
@@ -9,4 +9,25 @@ "main": "index.js", | ||
}, | ||
"author": "Joshua Kleckner <dev@lokua.net> (http://lokua.net/)", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Lokua/synchro-prompt.git" | ||
}, | ||
"keywords": [ | ||
"sync", | ||
"synchro", | ||
"synchronous", | ||
"cli", | ||
"prompt" | ||
], | ||
"author": { | ||
"name": "Joshua Kleckner" | ||
}, | ||
"email": "dev@lokua.net", | ||
"website": "http://lokua.net", | ||
"license": { | ||
"type": "MIT", | ||
"url": "http://lokua.net/license-mit.html" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Lokua/synchro-prompt/issues" | ||
}, | ||
"dependencies": { | ||
@@ -13,0 +34,0 @@ "chalk": "^0.5.1", |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3378
0