Initial commit
[yaffs-website] / node_modules / yargs-parser / package.json
1 {
2   "_args": [
3     [
4       "yargs-parser@^2.4.1",
5       "/var/www/yaffs/node_modules/yargs"
6     ]
7   ],
8   "_from": "yargs-parser@>=2.4.1 <3.0.0",
9   "_id": "yargs-parser@2.4.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/yargs-parser",
13   "_nodeVersion": "5.1.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/yargs-parser-2.4.1.tgz_1468709489453_0.7414652374573052"
17   },
18   "_npmUser": {
19     "email": "ben@npmjs.com",
20     "name": "bcoe"
21   },
22   "_npmVersion": "3.3.12",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "yargs-parser",
26     "raw": "yargs-parser@^2.4.1",
27     "rawSpec": "^2.4.1",
28     "scope": null,
29     "spec": ">=2.4.1 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/yargs"
34   ],
35   "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz",
36   "_shasum": "85568de3cf150ff49fa51825f03a8c880ddcc5c4",
37   "_shrinkwrap": null,
38   "_spec": "yargs-parser@^2.4.1",
39   "_where": "/var/www/yaffs/node_modules/yargs",
40   "author": {
41     "email": "ben@npmjs.com",
42     "name": "Ben Coe"
43   },
44   "bugs": {
45     "url": "https://github.com/yargs/yargs-parser/issues"
46   },
47   "dependencies": {
48     "camelcase": "^3.0.0",
49     "lodash.assign": "^4.0.6"
50   },
51   "description": "the mighty option parser used by yargs",
52   "devDependencies": {
53     "chai": "^3.5.0",
54     "coveralls": "^2.11.8",
55     "mocha": "^2.4.5",
56     "nyc": "^7.0.0",
57     "standard": "^7.1.0",
58     "standard-version": "^2.1.2"
59   },
60   "directories": {},
61   "dist": {
62     "shasum": "85568de3cf150ff49fa51825f03a8c880ddcc5c4",
63     "tarball": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz"
64   },
65   "files": [
66     "index.js",
67     "lib"
68   ],
69   "gitHead": "e7c71d5b8e0088596aef17a4e2b0261a85fca713",
70   "homepage": "https://github.com/yargs/yargs-parser#readme",
71   "keywords": [
72     "args",
73     "argument",
74     "argument",
75     "cli",
76     "command",
77     "option",
78     "parser",
79     "parsing",
80     "yargs"
81   ],
82   "license": "ISC",
83   "main": "index.js",
84   "maintainers": [
85     {
86       "name": "bcoe",
87       "email": "ben@npmjs.com"
88     },
89     {
90       "name": "nexdrew",
91       "email": "andrew@npmjs.com"
92     }
93   ],
94   "name": "yargs-parser",
95   "optionalDependencies": {},
96   "readme": "ERROR: No README data found!",
97   "repository": {
98     "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
99   },
100   "scripts": {
101     "coverage": "nyc report --reporter=text-lcov | coveralls",
102     "pretest": "standard",
103     "test": "nyc mocha test/*.js",
104     "version": "standard-version"
105   },
106   "version": "2.4.1"
107 }