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
105
106
107
| {
| "_from": "@types/yargs@^17.0.1",
| "_id": "@types/yargs@17.0.33",
| "_inBundle": false,
| "_integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==",
| "_location": "/@types/yargs",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@types/yargs@^17.0.1",
| "name": "@types/yargs",
| "escapedName": "@types%2fyargs",
| "scope": "@types",
| "rawSpec": "^17.0.1",
| "saveSpec": null,
| "fetchSpec": "^17.0.1"
| },
| "_requiredBy": [
| "/electron-builder"
| ],
| "_resolved": "https://registry.npmmirror.com/@types/yargs/-/yargs-17.0.33.tgz",
| "_shasum": "8c32303da83eec050a84b3c7ae7b9f922d13e32d",
| "_spec": "@types/yargs@^17.0.1",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/electron-builder",
| "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"
| },
| {
| "name": "Ben Coe",
| "url": "https://github.com/bcoe"
| }
| ],
| "dependencies": {
| "@types/yargs-parser": "*"
| },
| "deprecated": false,
| "description": "TypeScript definitions for yargs",
| "exports": {
| ".": {
| "types": {
| "import": "./index.d.mts",
| "default": "./index.d.ts"
| }
| },
| "./helpers": {
| "types": {
| "import": "./helpers.d.mts",
| "default": "./helpers.d.ts"
| }
| },
| "./yargs": {
| "types": {
| "default": "./yargs.d.ts"
| }
| },
| "./package.json": "./package.json"
| },
| "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": "4.8",
| "types": "index.d.ts",
| "typesPublisherContentHash": "7b837c3dffe16c68f89717a71a88af716d72acc79790394e14f9cafa6be33a2f",
| "version": "17.0.33"
| }
|
|