Websocket
[VSoRC/.git] / node_modules / wscat / node_modules / commander / package.json
1 {
2   "name": "commander",
3   "version": "2.15.1",
4   "description": "the complete solution for node.js command-line programs",
5   "keywords": [
6     "commander",
7     "command",
8     "option",
9     "parser"
10   ],
11   "author": {
12     "name": "TJ Holowaychuk",
13     "email": "tj@vision-media.ca"
14   },
15   "license": "MIT",
16   "repository": {
17     "type": "git",
18     "url": "git+https://github.com/tj/commander.js.git"
19   },
20   "scripts": {
21     "lint": "eslint index.js",
22     "test": "make test && npm run test-typings",
23     "test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
24   },
25   "main": "index",
26   "files": [
27     "index.js",
28     "typings/index.d.ts"
29   ],
30   "dependencies": {},
31   "devDependencies": {
32     "@types/node": "^7.0.55",
33     "eslint": "^3.19.0",
34     "should": "^11.2.1",
35     "sinon": "^2.4.1",
36     "standard": "^10.0.3",
37     "typescript": "^2.7.2"
38   },
39   "typings": "typings/index.d.ts",
40   "gitHead": "649eaef336ddc7224eb5c73e4a958685e24de25e",
41   "bugs": {
42     "url": "https://github.com/tj/commander.js/issues"
43   },
44   "homepage": "https://github.com/tj/commander.js#readme",
45   "_id": "commander@2.15.1",
46   "_npmVersion": "5.6.0",
47   "_nodeVersion": "9.8.0",
48   "_npmUser": {
49     "name": "abetomo",
50     "email": "abe@enzou.tokyo"
51   },
52   "dist": {
53     "integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==",
54     "shasum": "df46e867d0fc2aec66a34662b406a9ccafff5b0f",
55     "tarball": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz",
56     "fileCount": 6,
57     "unpackedSize": 59781
58   },
59   "maintainers": [
60     {
61       "email": "abe@enzou.tokyo",
62       "name": "abetomo"
63     },
64     {
65       "email": "rkoutnik@gmail.com",
66       "name": "somekittens"
67     },
68     {
69       "email": "tj@vision-media.ca",
70       "name": "tjholowaychuk"
71     },
72     {
73       "email": "romain.vanesyan@gmail.com",
74       "name": "vanesyan"
75     },
76     {
77       "email": "zhiyelee@gmail.com",
78       "name": "zhiyelee"
79     }
80   ],
81   "directories": {},
82   "_npmOperationalInternal": {
83     "host": "s3://npm-registry-packages",
84     "tmp": "tmp/commander_2.15.1_1521510442790_0.20361588610282877"
85   },
86   "_hasShrinkwrap": false,
87   "_shasum": "df46e867d0fc2aec66a34662b406a9ccafff5b0f",
88   "_from": "commander@~2.15.0",
89   "_resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz"
90 }