to-flags
Version:
Convert the properties of an object to command line flags.
65 lines (64 loc) • 1.14 kB
JSON
{
"name": "to-flags",
"description": "Convert the properties of an object to command line flags.",
"version": "0.2.0",
"homepage": "https://github.com/jonschlinkert/to-flags",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/to-flags",
"bugs": {
"url": "https://github.com/jonschlinkert/to-flags/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"dependencies": {
"to-flag": "^1.0.0"
},
"keywords": [
"arg",
"args",
"arguments",
"argv",
"bin",
"cli",
"cmd",
"command",
"command-line",
"dargs",
"expand",
"flag",
"flags",
"line",
"minimist",
"nopt",
"opt",
"options",
"opts",
"to",
"to-args",
"yargs"
],
"verb": {
"related": {
"list": [
"to-flag",
"minimist-plugins",
"minimist-events",
"minimist-methods",
"minimist-expand"
]
}
}
}