[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / signaling_server / service / node_modules / yargs-parser / package.json
1 {
2   "_args": [
3     [
4       "yargs-parser@13.1.2",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "yargs-parser@13.1.2",
9   "_id": "yargs-parser@13.1.2",
10   "_inBundle": false,
11   "_integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
12   "_location": "/yargs-parser",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "yargs-parser@13.1.2",
18     "name": "yargs-parser",
19     "escapedName": "yargs-parser",
20     "rawSpec": "13.1.2",
21     "saveSpec": null,
22     "fetchSpec": "13.1.2"
23   },
24   "_requiredBy": [
25     "/yargs"
26   ],
27   "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
28   "_spec": "13.1.2",
29   "_where": "/opt/source/offload.js",
30   "author": {
31     "name": "Ben Coe",
32     "email": "ben@npmjs.com"
33   },
34   "bugs": {
35     "url": "https://github.com/yargs/yargs-parser/issues"
36   },
37   "dependencies": {
38     "camelcase": "^5.0.0",
39     "decamelize": "^1.2.0"
40   },
41   "description": "the mighty option parser used by yargs",
42   "devDependencies": {
43     "chai": "^4.2.0",
44     "coveralls": "^3.0.2",
45     "mocha": "^5.2.0",
46     "nyc": "^14.1.0",
47     "standard": "^12.0.1",
48     "standard-version": "^6.0.0"
49   },
50   "engine": {
51     "node": ">=6"
52   },
53   "files": [
54     "lib",
55     "index.js"
56   ],
57   "homepage": "https://github.com/yargs/yargs-parser#readme",
58   "keywords": [
59     "argument",
60     "parser",
61     "yargs",
62     "command",
63     "cli",
64     "parsing",
65     "option",
66     "args",
67     "argument"
68   ],
69   "license": "ISC",
70   "main": "index.js",
71   "name": "yargs-parser",
72   "repository": {
73     "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
74   },
75   "scripts": {
76     "coverage": "nyc report --reporter=text-lcov | coveralls",
77     "posttest": "standard",
78     "release": "standard-version",
79     "test": "nyc mocha test/*.js"
80   },
81   "version": "13.1.2"
82 }