fmt
Version:
Command line output formatting.
38 lines (37 loc) • 719 B
JSON
{
"name": "fmt",
"description": "Command line output formatting.",
"version": "2.0.0",
"main": "fmt.js",
"homepage": "https://github.com/chilts/fmt",
"bugs": {
"url": "http://github.com/chilts/fmt/issues",
"mail": "andychilton@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/chilts/fmt.git"
},
"dependencies": {
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"chalk": "^4.1.0"
},
"author": {
"name": "Andrew Chilton",
"email": "andychilton@gmail.com",
"url": "https://chilts.org/"
},
"keywords": [
"cmd",
"cli",
"console",
"output",
"stdout",
"dump",
"format",
"verbose"
],
"license": "MIT"
}