package.json 1.48 KB
{
  "_from": "commander@0.6.1",
  "_id": "commander@0.6.1",
  "_inBundle": false,
  "_integrity": "sha1-+mihT2qUXVTbvlDYzbMyDp47GgY=",
  "_location": "/commander",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "commander@0.6.1",
    "name": "commander",
    "escapedName": "commander",
    "rawSpec": "0.6.1",
    "saveSpec": null,
    "fetchSpec": "0.6.1"
  },
  "_requiredBy": [
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/commander/-/commander-0.6.1.tgz",
  "_shasum": "fa68a14f6a945d54dbbe50d8cdb3320e9e3b1a06",
  "_spec": "commander@0.6.1",
  "_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master\\node_modules\\express",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/commander.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "the complete solution for node.js command-line programs",
  "devDependencies": {
    "should": ">= 0.0.1"
  },
  "engines": {
    "node": ">= 0.4.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": "0.6.1"
}