{
  "_from": "commander@~2.13.0",
  "_id": "commander@2.13.0",
  "_inBundle": false,
  "_integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==",
  "_location": "/commander",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "commander@~2.13.0",
    "name": "commander",
    "escapedName": "commander",
    "rawSpec": "~2.13.0",
    "saveSpec": null,
    "fetchSpec": "~2.13.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz",
  "_shasum": "6964bca67685df7c1f1430c584f07d7597885b9c",
  "_spec": "commander@~2.13.0",
  "_where": "/work/polymer_69/cuba-front-generator",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bugs": {
    "url": "https://github.com/tj/commander.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "the complete solution for node.js command-line programs",
  "devDependencies": {
    "@types/node": "^7.0.48",
    "should": "^11.2.1",
    "sinon": "^2.4.1",
    "typescript": "^2.6.2"
  },
  "files": [
    "index.js",
    "typings/index.d.ts"
  ],
  "homepage": "https://github.com/tj/commander.js#readme",
  "keywords": [
    "commander",
    "command",
    "option",
    "parser"
  ],
  "license": "MIT",
  "main": "index",
  "name": "commander",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tj/commander.js.git"
  },
  "scripts": {
    "test": "make test && npm run test-typings",
    "test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
  },
  "typings": "typings/index.d.ts",
  "version": "2.13.0"
}
