{ "name": "dargs", "version": "2.1.0", "description": "Convert an object of options into an array of command-line arguments", "repository": "sindresorhus/dargs", "keywords": [ "options", "arguments", "args", "flags", "cli", "nopt", "minimist", "bin", "binary", "command", "cmd" ], "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "scripts": { "test": "mocha" }, "devDependencies": { "mocha": "*" }, "engines": { "node": ">=0.10.0" }, "license": "MIT", "files": [ "index.js" ] }