{
  "_args": [
    [
      "dargs@7.0.0",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "dargs@7.0.0",
  "_id": "dargs@7.0.0",
  "_inBundle": false,
  "_integrity": "sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==",
  "_location": "/dargs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dargs@7.0.0",
    "name": "dargs",
    "escapedName": "dargs",
    "rawSpec": "7.0.0",
    "saveSpec": null,
    "fetchSpec": "7.0.0"
  },
  "_requiredBy": [
    "/git-raw-commits"
  ],
  "_resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz",
  "_spec": "7.0.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/dargs/issues"
  },
  "description": "Reverse minimist. Convert an object of options into an array of command-line arguments.",
  "devDependencies": {
    "ava": "^2.1.0",
    "tsd": "^0.7.3",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/dargs#readme",
  "keywords": [
    "reverse",
    "minimist",
    "options",
    "arguments",
    "args",
    "flags",
    "cli",
    "nopt",
    "commander",
    "binary",
    "command",
    "inverse",
    "opposite",
    "invert",
    "switch",
    "construct",
    "parse",
    "parser",
    "argv"
  ],
  "license": "MIT",
  "name": "dargs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/dargs.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "7.0.0"
}
