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
108
109
110
111
112
| {
| "_from": "commander@^11.0.0",
| "_id": "commander@11.1.0",
| "_inBundle": false,
| "_integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
| "_location": "/commander",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "commander@^11.0.0",
| "name": "commander",
| "escapedName": "commander",
| "rawSpec": "^11.0.0",
| "saveSpec": null,
| "fetchSpec": "^11.0.0"
| },
| "_requiredBy": [
| "/ee-bin"
| ],
| "_resolved": "https://registry.npmmirror.com/commander/-/commander-11.1.0.tgz",
| "_shasum": "62fdce76006a68e5c1ab3314dc92e800eb83d906",
| "_spec": "commander@^11.0.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-bin",
| "author": {
| "name": "TJ Holowaychuk",
| "email": "tj@vision-media.ca"
| },
| "bugs": {
| "url": "https://github.com/tj/commander.js/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "the complete solution for node.js command-line programs",
| "devDependencies": {
| "@types/jest": "^29.2.4",
| "@types/node": "^20.2.5",
| "@typescript-eslint/eslint-plugin": "^5.47.1",
| "@typescript-eslint/parser": "^5.47.1",
| "eslint": "^8.30.0",
| "eslint-config-standard": "^17.0.0",
| "eslint-config-standard-with-typescript": "^33.0.0",
| "eslint-plugin-import": "^2.26.0",
| "eslint-plugin-jest": "^27.1.7",
| "eslint-plugin-n": "^15.6.0",
| "eslint-plugin-promise": "^6.1.1",
| "jest": "^29.3.1",
| "ts-jest": "^29.0.3",
| "tsd": "^0.28.1",
| "typescript": "^5.0.4"
| },
| "engines": {
| "node": ">=16"
| },
| "exports": {
| ".": {
| "require": {
| "types": "./typings/index.d.ts",
| "default": "./index.js"
| },
| "import": {
| "types": "./typings/esm.d.mts",
| "default": "./esm.mjs"
| },
| "default": "./index.js"
| },
| "./esm.mjs": {
| "types": "./typings/esm.d.mts",
| "import": "./esm.mjs"
| }
| },
| "files": [
| "index.js",
| "lib/*.js",
| "esm.mjs",
| "typings/index.d.ts",
| "typings/esm.d.mts",
| "package-support.json"
| ],
| "homepage": "https://github.com/tj/commander.js#readme",
| "keywords": [
| "commander",
| "command",
| "option",
| "parser",
| "cli",
| "argument",
| "args",
| "argv"
| ],
| "license": "MIT",
| "main": "./index.js",
| "name": "commander",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/tj/commander.js.git"
| },
| "scripts": {
| "lint": "npm run lint:javascript && npm run lint:typescript",
| "lint:javascript": "eslint index.js esm.mjs \"lib/*.js\" \"tests/**/*.js\"",
| "lint:typescript": "eslint typings/*.ts tests/*.ts",
| "test": "jest && npm run typecheck-ts",
| "test-all": "npm run test && npm run lint && npm run typecheck-js && npm run test-esm",
| "test-esm": "node ./tests/esm-imports-test.mjs",
| "typecheck-js": "tsc -p tsconfig.js.json",
| "typecheck-ts": "tsd && tsc -p tsconfig.ts.json"
| },
| "support": true,
| "type": "commonjs",
| "types": "typings/index.d.ts",
| "version": "11.1.0"
| }
|
|