| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 | {  "_args": [    [      "yargs@16.2.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "yargs@16.2.0",  "_id": "yargs@16.2.0",  "_inBundle": false,  "_integrity": "sha1-HIK/D2tqZur85+8w43b0mhJHf2Y=",  "_location": "/yargs",  "_phantomChildren": {    "string-width": "4.2.3",    "strip-ansi": "6.0.1",    "wrap-ansi": "7.0.0"  },  "_requested": {    "type": "version",    "registry": true,    "raw": "yargs@16.2.0",    "name": "yargs",    "escapedName": "yargs",    "rawSpec": "16.2.0",    "saveSpec": null,    "fetchSpec": "16.2.0"  },  "_requiredBy": [    "/cli-highlight"  ],  "_resolved": "https://registry.npmmirror.com/yargs/download/yargs-16.2.0.tgz",  "_spec": "16.2.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "bugs": {    "url": "https://github.com/yargs/yargs/issues"  },  "contributors": [    {      "name": "Yargs Contributors",      "url": "https://github.com/yargs/yargs/graphs/contributors"    }  ],  "dependencies": {    "cliui": "^7.0.2",    "escalade": "^3.1.1",    "get-caller-file": "^2.0.5",    "require-directory": "^2.1.1",    "string-width": "^4.2.0",    "y18n": "^5.0.5",    "yargs-parser": "^20.2.2"  },  "description": "yargs the modern, pirate-themed, successor to optimist.",  "devDependencies": {    "@types/chai": "^4.2.11",    "@types/mocha": "^8.0.0",    "@types/node": "^14.11.2",    "@wessberg/rollup-plugin-ts": "^1.3.2",    "c8": "^7.0.0",    "chai": "^4.2.0",    "chalk": "^4.0.0",    "coveralls": "^3.0.9",    "cpr": "^3.0.1",    "cross-env": "^7.0.2",    "cross-spawn": "^7.0.0",    "gts": "^3.0.0",    "hashish": "0.0.4",    "mocha": "^8.0.0",    "rimraf": "^3.0.2",    "rollup": "^2.23.0",    "rollup-plugin-cleanup": "^3.1.1",    "standardx": "^5.0.0",    "typescript": "^4.0.2",    "which": "^2.0.0",    "yargs-test-extends": "^1.0.1"  },  "engines": {    "node": ">=10"  },  "exports": {    "./package.json": "./package.json",    ".": [      {        "import": "./index.mjs",        "require": "./index.cjs"      },      "./index.cjs"    ],    "./helpers": {      "import": "./helpers/helpers.mjs",      "require": "./helpers/index.js"    },    "./yargs": [      {        "require": "./yargs"      },      "./yargs"    ]  },  "files": [    "browser.mjs",    "index.cjs",    "helpers/*.js",    "helpers/*",    "index.mjs",    "yargs",    "build",    "locales",    "LICENSE",    "lib/platform-shims/*.mjs",    "!*.d.ts"  ],  "homepage": "https://yargs.js.org/",  "keywords": [    "argument",    "args",    "option",    "parser",    "parsing",    "cli",    "command"  ],  "license": "MIT",  "main": "./index.cjs",  "module": "./index.mjs",  "name": "yargs",  "repository": {    "type": "git",    "url": "git+https://github.com/yargs/yargs.git"  },  "scripts": {    "build:cjs": "rollup -c rollup.config.cjs",    "check": "gts lint && npm run check:js",    "check:js": "standardx '**/*.mjs' && standardx '**/*.cjs' && standardx './*.mjs' && standardx './*.cjs'",    "clean": "gts clean",    "compile": "rimraf build && tsc",    "coverage": "c8 report --check-coverage",    "fix": "gts fix && npm run fix:js",    "fix:js": "standardx --fix '**/*.mjs' && standardx --fix '**/*.cjs' && standardx --fix './*.mjs' && standardx --fix './*.cjs'",    "postbuild:cjs": "rimraf ./build/index.cjs.d.ts",    "postcompile": "npm run build:cjs",    "posttest": "npm run check",    "prepare": "npm run compile",    "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",    "test": "c8 mocha ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks",    "test:esm": "c8 mocha ./test/esm/*.mjs --check-leaks"  },  "standardx": {    "ignore": [      "build",      "helpers",      "**/example/**",      "**/platform-shims/esm.mjs"    ]  },  "type": "module",  "version": "16.2.0"}
 |