1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "commander",
- "version": "2.9.0",
- "description": "the complete solution for node.js command-line programs",
- "keywords": [
- "command",
- "option",
- "parser"
- ],
- "author": "TJ Holowaychuk <tj@vision-media.ca>",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/tj/commander.js.git"
- },
- "devDependencies": {
- "should": ">= 0.0.1",
- "sinon": ">=1.17.1"
- },
- "scripts": {
- "test": "make test"
- },
- "main": "index",
- "engines": {
- "node": ">= 0.6.x"
- },
- "files": [
- "index.js"
- ],
- "dependencies": {
- "graceful-readlink": ">= 1.0.0"
- },
- "_from": "commander@2.9.0",
- "_resolved": "http://registry.npm.taobao.org/commander/download/commander-2.9.0.tgz"
- }
|