Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / yargs / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "yargs@~3.10.0",
6         "scope": null,
7         "escapedName": "yargs",
8         "name": "yargs",
9         "rawSpec": "~3.10.0",
10         "spec": ">=3.10.0 <3.11.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\handlebars\\node_modules\\uglify-js"
14     ]
15   ],
16   "_from": "yargs@>=3.10.0 <3.11.0",
17   "_id": "yargs@3.10.0",
18   "_inCache": true,
19   "_location": "/yargs",
20   "_nodeVersion": "2.0.2",
21   "_npmUser": {
22     "name": "bcoe",
23     "email": "ben@npmjs.com"
24   },
25   "_npmVersion": "2.9.0",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "yargs@~3.10.0",
29     "scope": null,
30     "escapedName": "yargs",
31     "name": "yargs",
32     "rawSpec": "~3.10.0",
33     "spec": ">=3.10.0 <3.11.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/handlebars/uglify-js"
38   ],
39   "_resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
40   "_shasum": "f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1",
41   "_shrinkwrap": null,
42   "_spec": "yargs@~3.10.0",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\handlebars\\node_modules\\uglify-js",
44   "author": {
45     "name": "Alex Ford",
46     "email": "Alex.Ford@CodeTunnel.com",
47     "url": "http://CodeTunnel.com"
48   },
49   "bugs": {
50     "url": "https://github.com/bcoe/yargs/issues"
51   },
52   "contributors": [
53     {
54       "name": "Benjamin Coe",
55       "email": "ben@npmjs.com",
56       "url": "https://github.com/bcoe"
57     },
58     {
59       "name": "Chris Needham",
60       "email": "chris@chrisneedham.com",
61       "url": "http://chrisneedham.com"
62     },
63     {
64       "name": "James Nylen",
65       "email": "jnylen@gmail.com",
66       "url": "https://github.com/nylen"
67     },
68     {
69       "name": "Benjamin Horsleben",
70       "url": "https://github.com/fizker"
71     },
72     {
73       "name": "Lin Clark",
74       "url": "https://github.com/linclark"
75     }
76   ],
77   "dependencies": {
78     "camelcase": "^1.0.2",
79     "cliui": "^2.1.0",
80     "decamelize": "^1.0.0",
81     "window-size": "0.1.0"
82   },
83   "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
84   "devDependencies": {
85     "chai": "^2.2.0",
86     "coveralls": "^2.11.2",
87     "hashish": "0.0.4",
88     "mocha": "^2.2.1",
89     "nyc": "^2.2.1",
90     "standard": "^3.11.1"
91   },
92   "directories": {},
93   "dist": {
94     "shasum": "f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1",
95     "tarball": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz"
96   },
97   "engine": {
98     "node": ">=0.4"
99   },
100   "files": [
101     "index.js",
102     "lib",
103     "completion.sh.hbs",
104     "LICENSE"
105   ],
106   "gitHead": "491e6b10e46485a31504e6a1ef21450dff425030",
107   "homepage": "https://github.com/bcoe/yargs#readme",
108   "keywords": [
109     "argument",
110     "args",
111     "option",
112     "parser",
113     "parsing",
114     "cli",
115     "command"
116   ],
117   "license": "MIT",
118   "main": "./index.js",
119   "maintainers": [
120     {
121       "name": "chevex",
122       "email": "alex.ford@codetunnel.com"
123     },
124     {
125       "name": "bcoe",
126       "email": "bencoe@gmail.com"
127     },
128     {
129       "name": "nylen",
130       "email": "jnylen@gmail.com"
131     }
132   ],
133   "name": "yargs",
134   "optionalDependencies": {},
135   "readme": "ERROR: No README data found!",
136   "repository": {
137     "type": "git",
138     "url": "git+ssh://git@github.com/bcoe/yargs.git"
139   },
140   "scripts": {
141     "coverage": "nyc report --reporter=text-lcov | coveralls",
142     "test": "standard && nyc mocha --check-leaks && nyc report"
143   },
144   "standard": {
145     "ignore": [
146       "**/example/**"
147     ],
148     "globals": [
149       "it"
150     ]
151   },
152   "version": "3.10.0"
153 }