Projekt

Obecné

Profil

Stáhnout (1.74 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "yargs",
3
  "version": "12.0.5",
4
  "description": "yargs the modern, pirate-themed, successor to optimist.",
5
  "main": "./index.js",
6
  "contributors": [
7
    {
8
      "name": "Yargs Contributors",
9
      "url": "https://github.com/yargs/yargs/graphs/contributors"
10
    }
11
  ],
12
  "files": [
13
    "index.js",
14
    "yargs.js",
15
    "lib",
16
    "locales",
17
    "completion.sh.hbs",
18
    "LICENSE"
19
  ],
20
  "dependencies": {
21
    "cliui": "^4.0.0",
22
    "decamelize": "^1.2.0",
23
    "find-up": "^3.0.0",
24
    "get-caller-file": "^1.0.1",
25
    "os-locale": "^3.0.0",
26
    "require-directory": "^2.1.1",
27
    "require-main-filename": "^1.0.1",
28
    "set-blocking": "^2.0.0",
29
    "string-width": "^2.0.0",
30
    "which-module": "^2.0.0",
31
    "y18n": "^3.2.1 || ^4.0.0",
32
    "yargs-parser": "^11.1.1"
33
  },
34
  "devDependencies": {
35
    "chai": "^4.1.2",
36
    "chalk": "^1.1.3",
37
    "coveralls": "^3.0.2",
38
    "cpr": "^2.0.0",
39
    "cross-spawn": "^6.0.4",
40
    "es6-promise": "^4.0.2",
41
    "hashish": "0.0.4",
42
    "mocha": "^5.1.1",
43
    "nyc": "^11.7.3",
44
    "rimraf": "^2.5.0",
45
    "standard": "^11.0.1",
46
    "standard-version": "^4.2.0",
47
    "which": "^1.2.9",
48
    "yargs-test-extends": "^1.0.1"
49
  },
50
  "scripts": {
51
    "pretest": "standard",
52
    "test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks",
53
    "coverage": "nyc report --reporter=text-lcov | coveralls",
54
    "release": "standard-version"
55
  },
56
  "repository": {
57
    "type": "git",
58
    "url": "https://github.com/yargs/yargs.git"
59
  },
60
  "homepage": "https://yargs.js.org/",
61
  "standard": {
62
    "ignore": [
63
      "**/example/**"
64
    ]
65
  },
66
  "keywords": [
67
    "argument",
68
    "args",
69
    "option",
70
    "parser",
71
    "parsing",
72
    "cli",
73
    "command"
74
  ],
75
  "license": "MIT",
76
  "engine": {
77
    "node": ">=6"
78
  }
79
}
(6-6/7)