aboutsummaryrefslogtreecommitdiff
path: root/node_modules/commander
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/commander
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/commander')
-rw-r--r--node_modules/commander/package.json114
1 files changed, 11 insertions, 103 deletions
diff --git a/node_modules/commander/package.json b/node_modules/commander/package.json
index 06468065f..b6033c80f 100644
--- a/node_modules/commander/package.json
+++ b/node_modules/commander/package.json
@@ -1,105 +1,13 @@
{
- "_args": [
- [
- {
- "raw": "commander@2.3.0",
- "scope": null,
- "escapedName": "commander",
- "name": "commander",
- "rawSpec": "2.3.0",
- "spec": "2.3.0",
- "type": "version"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/mocha"
- ]
- ],
- "_from": "commander@2.3.0",
- "_id": "commander@2.3.0",
- "_inCache": true,
- "_location": "/commander",
- "_npmUser": {
- "name": "somekittens",
- "email": "rkoutnik@gmail.com"
- },
- "_npmVersion": "1.4.21",
- "_phantomChildren": {},
- "_requested": {
- "raw": "commander@2.3.0",
- "scope": null,
- "escapedName": "commander",
- "name": "commander",
- "rawSpec": "2.3.0",
- "spec": "2.3.0",
- "type": "version"
- },
- "_requiredBy": [
- "/mocha"
- ],
- "_resolved": "https://registry.npmjs.org/commander/-/commander-2.3.0.tgz",
- "_shasum": "fd430e889832ec353b9acd1de217c11cb3eef873",
- "_shrinkwrap": null,
- "_spec": "commander@2.3.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/mocha",
- "author": {
- "name": "TJ Holowaychuk",
- "email": "tj@vision-media.ca"
- },
- "bugs": {
- "url": "https://github.com/visionmedia/commander.js/issues"
- },
- "dependencies": {},
- "description": "the complete solution for node.js command-line programs",
- "devDependencies": {
- "should": ">= 0.0.1"
- },
- "directories": {},
- "dist": {
- "shasum": "fd430e889832ec353b9acd1de217c11cb3eef873",
- "tarball": "https://registry.npmjs.org/commander/-/commander-2.3.0.tgz"
- },
- "engines": {
- "node": ">= 0.6.x"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "7e9f407ec03d4371a478c2fe417db4998ecb6169",
- "homepage": "https://github.com/visionmedia/commander.js",
- "keywords": [
- "command",
- "option",
- "parser",
- "prompt",
- "stdin"
- ],
- "main": "index",
- "maintainers": [
- {
- "name": "tjholowaychuk",
- "email": "tj@vision-media.ca"
- },
- {
- "name": "somekittens",
- "email": "rkoutnik@gmail.com"
- },
- {
- "name": "zhiyelee",
- "email": "zhiyelee@gmail.com"
- },
- {
- "name": "thethomaseffect",
- "email": "thethomaseffect@gmail.com"
- }
- ],
- "name": "commander",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/visionmedia/commander.js.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "2.3.0"
+ "name": "commander"
+ , "version": "2.3.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"]
}