{ "_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" }