summaryrefslogtreecommitdiff
path: root/tests/registry/npm/yargs/registry.json
blob: 1d9797fd322e13196682241150fc1c39ef26403e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
  "name": "yargs",
  "description": "yargs the modern, pirate-themed, successor to optimist.",
  "dist-tags": {
    "latest": "15.4.1"
  },
  "versions": {
    "15.4.1": {
      "name": "yargs",
      "version": "15.4.1",
      "description": "yargs the modern, pirate-themed, successor to optimist.",
      "main": "./index.js",
      "dependencies": {
        "cliui": "^6.0.0",
        "decamelize": "^1.2.0",
        "find-up": "^4.1.0",
        "get-caller-file": "^2.0.1",
        "require-directory": "^2.1.1",
        "require-main-filename": "^2.0.0",
        "set-blocking": "^2.0.0",
        "string-width": "^4.2.0",
        "which-module": "^2.0.0",
        "y18n": "^4.0.0",
        "yargs-parser": "^18.1.2"
      },
      "devDependencies": {
        "@types/chai": "^4.2.11",
        "@types/decamelize": "^1.2.0",
        "@types/mocha": "^7.0.2",
        "@types/node": "^10.0.3",
        "@typescript-eslint/eslint-plugin": "^3.0.0",
        "@typescript-eslint/parser": "^3.0.0",
        "c8": "^7.0.0",
        "chai": "^4.2.0",
        "chalk": "^4.0.0",
        "coveralls": "^3.0.9",
        "cpr": "^3.0.1",
        "cross-spawn": "^7.0.0",
        "es6-promise": "^4.2.5",
        "eslint": "^6.8.0",
        "eslint-plugin-import": "^2.20.1",
        "eslint-plugin-node": "^11.0.0",
        "gts": "^2.0.0-alpha.4",
        "hashish": "0.0.4",
        "mocha": "^7.0.0",
        "rimraf": "^3.0.2",
        "standardx": "^5.0.0",
        "typescript": "^3.7.0",
        "which": "^2.0.0",
        "yargs-test-extends": "^1.0.1"
      },
      "scripts": {
        "fix": "standardx --fix  && standardx --fix **/*.ts",
        "posttest": "npm run check",
        "test": "c8 mocha --require ./test/before.js --timeout=12000 --check-leaks",
        "coverage": "c8 report --check-coverage",
        "check": "standardx && standardx **/*.ts",
        "compile": "rimraf build && tsc",
        "prepare": "npm run compile",
        "pretest": "npm run compile -- -p tsconfig.test.json"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/yargs/yargs.git"
      },
      "standardx": {
        "ignore": [
          "build",
          "**/example/**"
        ]
      },
      "license": "MIT",
      "engines": {
        "node": ">=8"
      },
      "gitHead": "0b519a4672c8493d72838292ed0d60b63b88f33e",
      "bugs": {
        "url": "https://github.com/yargs/yargs/issues"
      },
      "_id": "yargs@15.4.1",
      "_nodeVersion": "12.16.3",
      "_npmVersion": "6.14.4",
      "dist": {
        "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
        "shasum": "0d87a16de01aee9d8bec2bfbf74f67851730f4f8",
        "tarball": "http://localhost:4260/yargs/yargs-15.4.1.tgz",
        "fileCount": 62,
        "unpackedSize": 230562
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yargs/yargs.git"
  },
  "readmeFilename": "README.md",
  "homepage": "https://yargs.js.org/",
  "bugs": {
    "url": "https://github.com/yargs/yargs/issues"
  },
  "license": "MIT"
}