123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "commander",
- "version": "2.2.0",
- "description": "the complete solution for node.js command-line programs",
- "keywords": [
- "command",
- "option",
- "parser",
- "prompt",
- "stdin"
- ],
- "author": "TJ Holowaychuk <tj@vision-media.ca>",
- "repository": {
- "type": "git",
- "url": "https://github.com/visionmedia/commander.js.git"
- },
- "devDependencies": {
- "should": ">= 0.0.1"
- },
- "scripts": {
- "test": "make test"
- },
- "main": "index",
- "engines": {
- "node": ">= 0.6.x"
- },
- "files": [
- "index.js"
- ],
- "__npminstall_done": true,
- "_from": "commander@2.2.0",
- "_resolved": "https://registry.npmmirror.com/commander/-/commander-2.2.0.tgz"
- }
|