dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/command-line-usage/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

74 lines
1.8 KiB
JSON

{
"_args": [
[
"command-line-usage@5.0.5",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "command-line-usage@5.0.5",
"_id": "command-line-usage@5.0.5",
"_inBundle": false,
"_integrity": "sha512-d8NrGylA5oCXSbGoKz05FkehDAzSmIm4K03S5VDh4d5lZAtTWfc3D1RuETtuQCn8129nYfJfDdF7P/lwcz1BlA==",
"_location": "/command-line-usage",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "command-line-usage@5.0.5",
"name": "command-line-usage",
"escapedName": "command-line-usage",
"rawSpec": "5.0.5",
"saveSpec": null,
"fetchSpec": "5.0.5"
},
"_requiredBy": [
"/apache-arrow"
],
"_resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-5.0.5.tgz",
"_spec": "5.0.5",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/command-line-usage/issues"
},
"dependencies": {
"array-back": "^2.0.0",
"chalk": "^2.4.1",
"table-layout": "^0.4.3",
"typical": "^2.6.1"
},
"description": "Generates command-line usage information",
"devDependencies": {
"jsdoc-to-markdown": "^4.0.1",
"test-runner": "^0.5.0"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"lib",
"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": {
"docs": "jsdoc2md -t jsdoc2md/README.hbs --no-gfm index.js > README.md; echo",
"test": "test-runner test/*.js"
},
"version": "5.0.5"
}