package.json 2.97 KB
{
  "_args": [
    [
      {
        "raw": "commander@^2.9.0",
        "scope": null,
        "escapedName": "commander",
        "name": "commander",
        "rawSpec": "^2.9.0",
        "spec": ">=2.9.0 <3.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/har-validator"
    ]
  ],
  "_from": "commander@>=2.9.0 <3.0.0",
  "_id": "commander@2.12.2",
  "_inCache": true,
  "_location": "/commander",
  "_nodeVersion": "9.2.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/commander-2.12.2.tgz_1511852934826_0.43355596787296236"
  },
  "_npmUser": {
    "name": "abetomo",
    "email": "abe@enzou.tokyo"
  },
  "_npmVersion": "5.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "commander@^2.9.0",
    "scope": null,
    "escapedName": "commander",
    "name": "commander",
    "rawSpec": "^2.9.0",
    "spec": ">=2.9.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/har-validator"
  ],
  "_resolved": "https://registry.npmjs.org/commander/-/commander-2.12.2.tgz",
  "_shasum": "0f5946c427ed9ec0d91a46bb9def53e54650e555",
  "_shrinkwrap": null,
  "_spec": "commander@^2.9.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/har-validator",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bugs": {
    "url": "https://github.com/tj/commander.js/issues"
  },
  "dependencies": {},
  "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"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-BFnaq5ZOGcDN7FlrtBT4xxkgIToalIIxwjxLWVJ8bGTpe1LroqMiqQXdA7ygc7CRvaYS+9zfPGFnJqFSayx+AA==",
    "shasum": "0f5946c427ed9ec0d91a46bb9def53e54650e555",
    "tarball": "https://registry.npmjs.org/commander/-/commander-2.12.2.tgz"
  },
  "files": [
    "index.js",
    "typings/index.d.ts"
  ],
  "gitHead": "6864c953d781d4f665afecbdace84d9d80e45060",
  "homepage": "https://github.com/tj/commander.js#readme",
  "keywords": [
    "commander",
    "command",
    "option",
    "parser"
  ],
  "license": "MIT",
  "main": "index",
  "maintainers": [
    {
      "name": "vanesyan",
      "email": "romain.vanesyan@gmail.com"
    },
    {
      "name": "abetomo",
      "email": "abe@enzou.tokyo"
    },
    {
      "name": "somekittens",
      "email": "rkoutnik@gmail.com"
    },
    {
      "name": "zhiyelee",
      "email": "zhiyelee@gmail.com"
    },
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    }
  ],
  "name": "commander",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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.12.2"
}