{
  "_args": [
    [
      "dargs@4.1.0",
      "/app"
    ]
  ],
  "_from": "dargs@4.1.0",
  "_id": "dargs@4.1.0",
  "_inBundle": false,
  "_integrity": "sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc=",
  "_location": "/dargs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dargs@4.1.0",
    "name": "dargs",
    "escapedName": "dargs",
    "rawSpec": "4.1.0",
    "saveSpec": null,
    "fetchSpec": "4.1.0"
  },
  "_requiredBy": [
    "/grunt-contrib-sass"
  ],
  "_resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz",
  "_spec": "4.1.0",
  "_where": "/app",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/dargs/issues"
  },
  "dependencies": {
    "number-is-nan": "^1.0.0"
  },
  "description": "Reverse minimist. Convert an object of options into an array of command-line arguments.",
  "devDependencies": {
    "array-equal": "^1.0.0",
    "ava": "*",
    "xo": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/dargs#readme",
  "keywords": [
    "options",
    "arguments",
    "args",
    "flags",
    "cli",
    "nopt",
    "minimist",
    "bin",
    "binary",
    "command",
    "cmd",
    "reverse",
    "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"
  },
  "version": "4.1.0"
}
