73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
|
{
|
||
|
"_from": "command-line-usage@^4.1.0",
|
||
|
"_id": "command-line-usage@4.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-MxS8Ad995KpdAC0Jopo/ovGIroV/m0KHwzKfXxKag6FHOkGsH8/lv5yjgablcRxCJJC0oJeUMuO/gmaq+Wq46g==",
|
||
|
"_location": "/command-line-usage",
|
||
|
"_phantomChildren": {
|
||
|
"typical": "2.6.1"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "command-line-usage@^4.1.0",
|
||
|
"name": "command-line-usage",
|
||
|
"escapedName": "command-line-usage",
|
||
|
"rawSpec": "^4.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^4.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/command-line-tool"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-4.1.0.tgz",
|
||
|
"_shasum": "a6b3b2e2703b4dcf8bd46ae19e118a9a52972882",
|
||
|
"_spec": "command-line-usage@^4.1.0",
|
||
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/command-line-tool",
|
||
|
"author": {
|
||
|
"name": "Lloyd Brookes",
|
||
|
"email": "75pound@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/75lb/command-line-usage/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"ansi-escape-sequences": "^4.0.0",
|
||
|
"array-back": "^2.0.0",
|
||
|
"table-layout": "^0.4.2",
|
||
|
"typical": "^2.6.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Generates command-line usage information",
|
||
|
"devDependencies": {
|
||
|
"jsdoc-to-markdown": "^3.0.4",
|
||
|
"test-runner": "^0.5.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4.0.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"homepage": "https://github.com/75lb/command-line-usage#readme",
|
||
|
"keywords": [
|
||
|
"terminal",
|
||
|
"command line",
|
||
|
"usage",
|
||
|
"generator"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/command-line-usage",
|
||
|
"name": "command-line-usage",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/75lb/command-line-usage.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"docs": "jsdoc2md -t jsdoc2md/README.hbs --no-gfm lib/*.js > README.md; echo",
|
||
|
"test": "test-runner test/*.js"
|
||
|
},
|
||
|
"version": "4.1.0"
|
||
|
}
|