package.json 1.4 KB
{
  "_from": "commander@2.0.x",
  "_id": "commander@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-0bhvkB+LZL2UG96tr5JFMDk76Sg=",
  "_location": "/commander",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "commander@2.0.x",
    "name": "commander",
    "escapedName": "commander",
    "rawSpec": "2.0.x",
    "saveSpec": null,
    "fetchSpec": "2.0.x"
  },
  "_requiredBy": [
    "/clean-css"
  ],
  "_resolved": "https://registry.npmjs.org/commander/-/commander-2.0.0.tgz",
  "_shasum": "d1b86f901f8b64bd941bdeadaf924530393be928",
  "_spec": "commander@2.0.x",
  "_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\clean-css",
  "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"
  },
  "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.0.0"
}