| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_from": "commander@2.6.0",
- "_id": "commander@2.6.0",
- "_inBundle": false,
- "_integrity": "sha1-nfflL7Kgyw+4kFjugMMQQiXzfh0=",
- "_location": "/commander",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "commander@2.6.0",
- "name": "commander",
- "escapedName": "commander",
- "rawSpec": "2.6.0",
- "saveSpec": null,
- "fetchSpec": "2.6.0"
- },
- "_requiredBy": [
- "/6to5-core",
- "/commoner"
- ],
- "_resolved": "https://registry.npmjs.org/commander/-/commander-2.6.0.tgz",
- "_shasum": "9df7e52fb2a0cb0fb89058ee80c3104225f37e1d",
- "_spec": "commander@2.6.0",
- "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/6to5-core",
- "author": {
- "name": "TJ Holowaychuk",
- "email": "tj@vision-media.ca"
- },
- "bugs": {
- "url": "https://github.com/tj/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/tj/commander.js#readme",
- "keywords": [
- "command",
- "option",
- "parser",
- "prompt"
- ],
- "license": "MIT",
- "main": "index",
- "name": "commander",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tj/commander.js.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "2.6.0"
- }
|