package.json 1.49 KB
{
  "_from": "commander@2.3.0",
  "_id": "commander@2.3.0",
  "_inBundle": false,
  "_integrity": "sha1-/UMOiJgy7DU7ms0d4hfBHLPu+HM=",
  "_location": "/commander",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "commander@2.3.0",
    "name": "commander",
    "escapedName": "commander",
    "rawSpec": "2.3.0",
    "saveSpec": null,
    "fetchSpec": "2.3.0"
  },
  "_requiredBy": [
    "/grunt-cafe-mocha/mocha"
  ],
  "_resolved": "https://registry.npmjs.org/commander/-/commander-2.3.0.tgz",
  "_shasum": "fd430e889832ec353b9acd1de217c11cb3eef873",
  "_spec": "commander@2.3.0",
  "_where": "D:\\w\\project\\comnetprj\\node_modules\\grunt-cafe-mocha\\node_modules\\mocha",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/commander.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "the complete solution for node.js command-line programs",
  "devDependencies": {
    "should": ">= 0.0.1"
  },
  "engines": {
    "node": ">= 0.6.x"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/visionmedia/commander.js#readme",
  "keywords": [
    "command",
    "option",
    "parser",
    "prompt",
    "stdin"
  ],
  "main": "index",
  "name": "commander",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visionmedia/commander.js.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "2.3.0"
}