{ "name": "dargs", "version": "6.0.0", "description": "Reverse minimist. Convert an object of options into an array of command-line arguments.", "license": "MIT", "repository": "sindresorhus/dargs", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=6" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "reverse", "minimist", "options", "arguments", "args", "flags", "cli", "nopt", "commander", "bin", "binary", "command", "cmd", "inverse", "opposite", "invert", "switch", "construct", "parse", "parser", "argv" ], "devDependencies": { "ava": "*", "xo": "*" } }