• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "yargs@^14.2.3",
3  "_id": "yargs@14.2.3",
4  "_inBundle": false,
5  "_integrity": "sha512-ZbotRWhF+lkjijC/VhmOT9wSgyBQ7+zr13+YLkhfsSiTriYsMzkTUFP18pFhWwBeMa5gUc1MzbhrO6/VB7c9Xg==",
6  "_location": "/yargs",
7  "_phantomChildren": {
8    "emoji-regex": "7.0.3",
9    "path-exists": "3.0.0"
10  },
11  "_requested": {
12    "type": "range",
13    "registry": true,
14    "raw": "yargs@^14.2.3",
15    "name": "yargs",
16    "escapedName": "yargs",
17    "rawSpec": "^14.2.3",
18    "saveSpec": null,
19    "fetchSpec": "^14.2.3"
20  },
21  "_requiredBy": [
22    "/libnpx"
23  ],
24  "_resolved": "https://registry.npmjs.org/yargs/-/yargs-14.2.3.tgz",
25  "_shasum": "1a1c3edced1afb2a2fea33604bc6d1d8d688a414",
26  "_spec": "yargs@^14.2.3",
27  "_where": "/Users/claudiahdz/npm/cli/node_modules/libnpx",
28  "bugs": {
29    "url": "https://github.com/yargs/yargs/issues"
30  },
31  "bundleDependencies": false,
32  "contributors": [
33    {
34      "name": "Yargs Contributors",
35      "url": "https://github.com/yargs/yargs/graphs/contributors"
36    }
37  ],
38  "dependencies": {
39    "cliui": "^5.0.0",
40    "decamelize": "^1.2.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": "^15.0.1"
50  },
51  "deprecated": false,
52  "description": "yargs the modern, pirate-themed, successor to optimist.",
53  "devDependencies": {
54    "chai": "^4.2.0",
55    "chalk": "^2.4.2",
56    "coveralls": "^3.0.3",
57    "cpr": "^3.0.1",
58    "cross-spawn": "^6.0.4",
59    "es6-promise": "^4.2.5",
60    "hashish": "0.0.4",
61    "mocha": "^5.2.0",
62    "nyc": "^14.1.0",
63    "rimraf": "^2.6.3",
64    "standard": "^12.0.1",
65    "standard-version": "^7.0.0",
66    "which": "^1.3.1",
67    "yargs-test-extends": "^1.0.1"
68  },
69  "engine": {
70    "node": ">=6"
71  },
72  "files": [
73    "index.js",
74    "yargs.js",
75    "lib",
76    "locales",
77    "completion.sh.hbs",
78    "completion.zsh.hbs",
79    "LICENSE"
80  ],
81  "homepage": "https://yargs.js.org/",
82  "keywords": [
83    "argument",
84    "args",
85    "option",
86    "parser",
87    "parsing",
88    "cli",
89    "command"
90  ],
91  "license": "MIT",
92  "main": "./index.js",
93  "name": "yargs",
94  "repository": {
95    "type": "git",
96    "url": "git+https://github.com/yargs/yargs.git"
97  },
98  "scripts": {
99    "coverage": "nyc report --reporter=text-lcov | coveralls",
100    "pretest": "standard",
101    "release": "standard-version",
102    "test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks"
103  },
104  "standard": {
105    "ignore": [
106      "**/example/**"
107    ]
108  },
109  "version": "14.2.3"
110}
111