| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 | {  "_args": [    [      "cliui@6.0.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "cliui@6.0.0",  "_id": "cliui@6.0.0",  "_inBundle": false,  "_integrity": "sha1-UR1wLAxOQcoVbX0OlgIfI+EyJbE=",  "_location": "/cliui",  "_phantomChildren": {    "string-width": "4.2.3",    "strip-ansi": "6.0.1"  },  "_requested": {    "type": "version",    "registry": true,    "raw": "cliui@6.0.0",    "name": "cliui",    "escapedName": "cliui",    "rawSpec": "6.0.0",    "saveSpec": null,    "fetchSpec": "6.0.0"  },  "_requiredBy": [    "/@vue/cli-service"  ],  "_resolved": "https://registry.nlark.com/cliui/download/cliui-6.0.0.tgz",  "_spec": "6.0.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Ben Coe",    "email": "ben@npmjs.com"  },  "bugs": {    "url": "https://github.com/yargs/cliui/issues"  },  "config": {    "blanket": {      "pattern": [        "index.js"      ],      "data-cover-never": [        "node_modules",        "test"      ],      "output-reporter": "spec"    }  },  "dependencies": {    "string-width": "^4.2.0",    "strip-ansi": "^6.0.0",    "wrap-ansi": "^6.2.0"  },  "description": "easily create complex multi-column command-line-interfaces",  "devDependencies": {    "chai": "^4.2.0",    "chalk": "^3.0.0",    "coveralls": "^3.0.3",    "mocha": "^6.2.2",    "nyc": "^14.1.1",    "standard": "^12.0.1"  },  "engine": {    "node": ">=8"  },  "files": [    "index.js"  ],  "homepage": "https://github.com/yargs/cliui#readme",  "keywords": [    "cli",    "command-line",    "layout",    "design",    "console",    "wrap",    "table"  ],  "license": "ISC",  "main": "index.js",  "name": "cliui",  "repository": {    "type": "git",    "url": "git+ssh://git@github.com/yargs/cliui.git"  },  "scripts": {    "coverage": "nyc --reporter=text-lcov mocha | coveralls",    "pretest": "standard",    "test": "nyc mocha"  },  "standard": {    "ignore": [      "**/example/**"    ],    "globals": [      "it"    ]  },  "version": "6.0.0"}
 |