1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "dargs",
- "version": "6.1.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 && tsd"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "keywords": [
- "reverse",
- "minimist",
- "options",
- "arguments",
- "args",
- "flags",
- "cli",
- "nopt",
- "commander",
- "bin",
- "binary",
- "command",
- "cmd",
- "inverse",
- "opposite",
- "invert",
- "switch",
- "construct",
- "parse",
- "parser",
- "argv"
- ],
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- }
- }
|