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
| {
| "_from": "@types/yargs@^16.0.0",
| "_id": "@types/yargs@16.0.4",
| "_inBundle": false,
| "_integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==",
| "_location": "/@types/yargs",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@types/yargs@^16.0.0",
| "name": "@types/yargs",
| "escapedName": "@types%2fyargs",
| "scope": "@types",
| "rawSpec": "^16.0.0",
| "saveSpec": null,
| "fetchSpec": "^16.0.0"
| },
| "_requiredBy": [
| "/@jest/types"
| ],
| "_resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
| "_shasum": "26aad98dd2c2a38e421086ea9ad42b9e51642977",
| "_spec": "@types/yargs@^16.0.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@jest\\types",
| "bugs": {
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Martin Poelstra",
| "url": "https://github.com/poelstra"
| },
| {
| "name": "Mizunashi Mana",
| "url": "https://github.com/mizunashi-mana"
| },
| {
| "name": "Jeffery Grajkowski",
| "url": "https://github.com/pushplay"
| },
| {
| "name": "Jimi",
| "url": "Dimitris"
| },
| {
| "name": "Steffen Viken Valvåg",
| "url": "https://github.com/steffenvv"
| },
| {
| "name": "Emily Marigold Klassen",
| "url": "https://github.com/forivall"
| },
| {
| "name": "ExE Boss",
| "url": "https://github.com/ExE-Boss"
| },
| {
| "name": "Aankhen",
| "url": "https://github.com/Aankhen"
| }
| ],
| "dependencies": {
| "@types/yargs-parser": "*"
| },
| "deprecated": false,
| "description": "TypeScript definitions for yargs",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs",
| "license": "MIT",
| "main": "",
| "name": "@types/yargs",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/yargs"
| },
| "scripts": {},
| "typeScriptVersion": "3.6",
| "types": "index.d.ts",
| "typesPublisherContentHash": "d46fdfa13e8760d2fb36fecd2e85de1f955504f612121a84f42188b00876dc45",
| "version": "16.0.4"
| }
|
|