{
  "name": "commander",
  "version": "6.0.0",
  "description": "the complete solution for node.js command-line programs",
  "keywords": [
    "commander",
    "command",
    "option",
    "parser",
    "cli",
    "argument",
    "args",
    "argv"
  ],
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tj/commander.js.git"
  },
  "scripts": {
    "lint": "eslint index.js \"tests/**/*.js\"",
    "typescript-lint": "eslint typings/*.ts",
    "test": "jest && npm run test-typings",
    "test-typings": "tsc -p tsconfig.json"
  },
  "main": "index",
  "files": [
    "index.js",
    "typings/index.d.ts"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^26.0.5",
    "@types/node": "^14.0.23",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "eslint": "^6.8.0",
    "eslint-config-standard-with-typescript": "^16.0.0",
    "eslint-plugin-jest": "^23.18.0",
    "jest": "^26.1.0",
    "standard": "^14.3.4",
    "typescript": "^3.9.7"
  },
  "typings": "typings/index.d.ts",
  "engines": {
    "node": ">= 6"
  },
  "__npminstall_done": "Thu Jul 30 2020 19:35:56 GMT+0800 (GMT+08:00)",
  "_from": "commander@6.0.0",
  "_resolved": "https://registry.npm.taobao.org/commander/download/commander-6.0.0.tgz?cache=0&sync_timestamp=1595168873611&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcommander%2Fdownload%2Fcommander-6.0.0.tgz"
}