[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / device_home / node_modules / yargs / package.json
1 {
2   "_args": [
3     [
4       "yargs@13.3.2",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "yargs@13.3.2",
9   "_id": "yargs@13.3.2",
10   "_inBundle": false,
11   "_integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
12   "_location": "/yargs",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "yargs@13.3.2",
18     "name": "yargs",
19     "escapedName": "yargs",
20     "rawSpec": "13.3.2",
21     "saveSpec": null,
22     "fetchSpec": "13.3.2"
23   },
24   "_requiredBy": [
25     "/qrcode"
26   ],
27   "_resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
28   "_spec": "13.3.2",
29   "_where": "/opt/source/offload.js",
30   "bugs": {
31     "url": "https://github.com/yargs/yargs/issues"
32   },
33   "contributors": [
34     {
35       "name": "Yargs Contributors",
36       "url": "https://github.com/yargs/yargs/graphs/contributors"
37     }
38   ],
39   "dependencies": {
40     "cliui": "^5.0.0",
41     "find-up": "^3.0.0",
42     "get-caller-file": "^2.0.1",
43     "require-directory": "^2.1.1",
44     "require-main-filename": "^2.0.0",
45     "set-blocking": "^2.0.0",
46     "string-width": "^3.0.0",
47     "which-module": "^2.0.0",
48     "y18n": "^4.0.0",
49     "yargs-parser": "^13.1.2"
50   },
51   "description": "yargs the modern, pirate-themed, successor to optimist.",
52   "devDependencies": {
53     "chai": "^4.2.0",
54     "chalk": "^2.4.2",
55     "coveralls": "^3.0.3",
56     "cpr": "^3.0.1",
57     "cross-spawn": "^6.0.4",
58     "es6-promise": "^4.2.5",
59     "hashish": "0.0.4",
60     "mocha": "^5.2.0",
61     "nyc": "^14.1.0",
62     "rimraf": "^2.6.3",
63     "standard": "^12.0.1",
64     "standard-version": "^6.0.1",
65     "which": "^1.3.1",
66     "yargs-test-extends": "^1.0.1"
67   },
68   "engine": {
69     "node": ">=6"
70   },
71   "files": [
72     "index.js",
73     "yargs.js",
74     "lib",
75     "locales",
76     "completion.sh.hbs",
77     "completion.zsh.hbs",
78     "LICENSE"
79   ],
80   "homepage": "https://yargs.js.org/",
81   "keywords": [
82     "argument",
83     "args",
84     "option",
85     "parser",
86     "parsing",
87     "cli",
88     "command"
89   ],
90   "license": "MIT",
91   "main": "./index.js",
92   "name": "yargs",
93   "repository": {
94     "type": "git",
95     "url": "git+https://github.com/yargs/yargs.git"
96   },
97   "scripts": {
98     "coverage": "nyc report --reporter=text-lcov | coveralls",
99     "pretest": "standard",
100     "release": "standard-version",
101     "test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks"
102   },
103   "standard": {
104     "ignore": [
105       "**/example/**"
106     ]
107   },
108   "version": "13.3.2"
109 }