You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

78 lines
2.0 KiB

{
"_from": "command-line-usage@^6.1.0",
"_id": "command-line-usage@6.1.3",
"_inBundle": false,
"_integrity": "sha512-sH5ZSPr+7UStsloltmDh7Ce5fb8XPlHyoPzTpyyMuYCtervL65+ubVZ6Q61cFtFl62UyJlc8/JwERRbAFPUqgw==",
"_location": "/command-line-usage",
"_phantomChildren": {
"escape-string-regexp": "1.0.5"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "command-line-usage@^6.1.0",
"name": "command-line-usage",
"escapedName": "command-line-usage",
"rawSpec": "^6.1.0",
"saveSpec": null,
"fetchSpec": "^6.1.0"
},
"_requiredBy": [
"/webpack-cli"
],
"_resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.3.tgz",
"_shasum": "428fa5acde6a838779dfa30e44686f4b6761d957",
"_spec": "command-line-usage@^6.1.0",
"_where": "D:\\code\\template-vue-antd\\node_modules\\webpack-cli",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/command-line-usage/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-back": "^4.0.2",
"chalk": "^2.4.2",
"table-layout": "^1.0.2",
"typical": "^5.2.0"
},
"deprecated": false,
"description": "Generates command-line usage information",
"devDependencies": {
"jsdoc-to-markdown": "^7.1.1",
"test-runner": "^0.6.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"lib/**/*.js",
"index.js"
],
"homepage": "https://github.com/75lb/command-line-usage#readme",
"keywords": [
"terminal",
"command line",
"usage",
"generator"
],
"license": "MIT",
"name": "command-line-usage",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/command-line-usage.git"
},
"scripts": {
"cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"docs": "jsdoc2md --no-gfm index.js lib/**/*.js > doc/api.md; echo",
"test": "test-runner test/*.js"
},
"standard": {
"ignore": [
"example"
]
},
"version": "6.1.3"
}