123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_from": "cliui@^6.0.0",
- "_id": "cliui@6.0.0",
- "_inBundle": false,
- "_integrity": "sha1-UR1wLAxOQcoVbX0OlgIfI+EyJbE=",
- "_location": "/cliui",
- "_phantomChildren": {
- "emoji-regex": "8.0.0",
- "strip-ansi": "6.0.0"
- },
- "_requested": {
- "type": "range",
- "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.npm.taobao.org/cliui/download/cliui-6.0.0.tgz?cache=0&sync_timestamp=1604880033053&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcliui%2Fdownload%2Fcliui-6.0.0.tgz",
- "_shasum": "511d702c0c4e41ca156d7d0e96021f23e13225b1",
- "_spec": "cliui@^6.0.0",
- "_where": "G:\\Code\\myUnipp\\vue2-jsshq\\node_modules\\@vue\\cli-service",
- "author": {
- "name": "Ben Coe",
- "email": "ben@npmjs.com"
- },
- "bugs": {
- "url": "https://github.com/yargs/cliui/issues"
- },
- "bundleDependencies": false,
- "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"
- },
- "deprecated": false,
- "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"
- }
|