104 lines
2.2 KiB
JSON
104 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"cliui@4.1.0",
|
|
"D:\\Hjm项目\\suyi1111"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "cliui@4.1.0",
|
|
"_id": "cliui@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-NIQi2+gtgAswIu709qwQvy5NG0k=",
|
|
"_location": "/webpack-dev-server/cliui",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "cliui@4.1.0",
|
|
"name": "cliui",
|
|
"escapedName": "cliui",
|
|
"rawSpec": "4.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack-dev-server/yargs"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/cliui/download/cliui-4.1.0.tgz?cache=0&sync_timestamp=1573943292170&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcliui%2Fdownload%2Fcliui-4.1.0.tgz",
|
|
"_spec": "4.1.0",
|
|
"_where": "D:\\Hjm项目\\suyi1111",
|
|
"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": "^2.1.1",
|
|
"strip-ansi": "^4.0.0",
|
|
"wrap-ansi": "^2.0.0"
|
|
},
|
|
"description": "easily create complex multi-column command-line-interfaces",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"chalk": "^1.1.2",
|
|
"coveralls": "^2.11.8",
|
|
"mocha": "^3.0.0",
|
|
"nyc": "^10.0.0",
|
|
"standard": "^8.0.0",
|
|
"standard-version": "^3.0.0"
|
|
},
|
|
"engine": {
|
|
"node": ">=4"
|
|
},
|
|
"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",
|
|
"release": "standard-version",
|
|
"test": "nyc mocha"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"**/example/**"
|
|
],
|
|
"globals": [
|
|
"it"
|
|
]
|
|
},
|
|
"version": "4.1.0"
|
|
}
|