{
  "_args": [
    [
      "command-line-usage@6.1.0",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_development": true,
  "_from": "command-line-usage@6.1.0",
  "_id": "command-line-usage@6.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Ew1clU4pkUeo6AFVDFxCbnN7GIZfXl48HIOQeFQnkO3oOqvpI7wdqtLRwv9iOCZ/7A+z4csVZeiDdEcj8g6Wiw==",
  "_location": "/command-line-usage",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "command-line-usage@6.1.0",
    "name": "command-line-usage",
    "escapedName": "command-line-usage",
    "rawSpec": "6.1.0",
    "saveSpec": null,
    "fetchSpec": "6.1.0"
  },
  "_requiredBy": [
    "/webpack-cli"
  ],
  "_resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.0.tgz",
  "_spec": "6.1.0",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "author": {
    "name": "Lloyd Brookes",
    "email": "75pound@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/75lb/command-line-usage/issues"
  },
  "dependencies": {
    "array-back": "^4.0.0",
    "chalk": "^2.4.2",
    "table-layout": "^1.0.0",
    "typical": "^5.2.0"
  },
  "description": "Generates command-line usage information",
  "devDependencies": {
    "coveralls": "^3.0.7",
    "jsdoc-to-markdown": "^5.0.2",
    "nyc": "^14.1.1",
    "test-runner": "^0.6.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "lib/**/*.js",
    "index.js"
  ],
  "homepage": "https://github.com/75lb/command-line-usage#readme",
  "keywords": [
    "terminal",
    "command line",
    "usage",
    "generator"
  ],
  "license": "MIT",
  "name": "command-line-usage",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/command-line-usage.git"
  },
  "scripts": {
    "cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
    "docs": "jsdoc2md --no-gfm index.js lib/**/*.js > doc/api.md; echo",
    "test": "test-runner test/*.js"
  },
  "standard": {
    "ignore": [
      "example"
    ]
  },
  "version": "6.1.0"
}
