Version 1
[yaffs-website] / node_modules / commander / package.json
1 {
2   "_args": [
3     [
4       "commander@~2.9.0",
5       "/var/www/yaffs/node_modules/uncss"
6     ]
7   ],
8   "_from": "commander@>=2.9.0 <2.10.0",
9   "_id": "commander@2.9.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/commander",
13   "_nodeVersion": "0.12.7",
14   "_npmUser": {
15     "email": "zhiyelee@gmail.com",
16     "name": "zhiyelee"
17   },
18   "_npmVersion": "2.11.3",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "commander",
22     "raw": "commander@~2.9.0",
23     "rawSpec": "~2.9.0",
24     "scope": null,
25     "spec": ">=2.9.0 <2.10.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/phantomjs-prebuilt/har-validator",
30     "/uncss",
31     "/uncss/har-validator"
32   ],
33   "_resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz",
34   "_shasum": "9c99094176e12240cb22d6c5146098400fe0f7d4",
35   "_shrinkwrap": null,
36   "_spec": "commander@~2.9.0",
37   "_where": "/var/www/yaffs/node_modules/uncss",
38   "author": {
39     "email": "tj@vision-media.ca",
40     "name": "TJ Holowaychuk"
41   },
42   "bugs": {
43     "url": "https://github.com/tj/commander.js/issues"
44   },
45   "dependencies": {
46     "graceful-readlink": ">= 1.0.0"
47   },
48   "description": "the complete solution for node.js command-line programs",
49   "devDependencies": {
50     "should": ">= 0.0.1",
51     "sinon": ">=1.17.1"
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "9c99094176e12240cb22d6c5146098400fe0f7d4",
56     "tarball": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz"
57   },
58   "engines": {
59     "node": ">= 0.6.x"
60   },
61   "files": [
62     "index.js"
63   ],
64   "gitHead": "b2aad7a8471d434593a85306aa73777a526e9f75",
65   "homepage": "https://github.com/tj/commander.js#readme",
66   "keywords": [
67     "command",
68     "option",
69     "parser"
70   ],
71   "license": "MIT",
72   "main": "index",
73   "maintainers": [
74     {
75       "name": "tjholowaychuk",
76       "email": "tj@vision-media.ca"
77     },
78     {
79       "name": "somekittens",
80       "email": "rkoutnik@gmail.com"
81     },
82     {
83       "name": "zhiyelee",
84       "email": "zhiyelee@gmail.com"
85     }
86   ],
87   "name": "commander",
88   "optionalDependencies": {},
89   "readme": "ERROR: No README data found!",
90   "repository": {
91     "type": "git",
92     "url": "git+https://github.com/tj/commander.js.git"
93   },
94   "scripts": {
95     "test": "make test"
96   },
97   "version": "2.9.0"
98 }