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

80 lines
2.1 KiB
JSON

{
"_args": [
[
"table-layout@0.4.5",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "table-layout@0.4.5",
"_id": "table-layout@0.4.5",
"_inBundle": false,
"_integrity": "sha512-zTvf0mcggrGeTe/2jJ6ECkJHAQPIYEwDoqsiqBjI24mvRmQbInK5jq33fyypaCBxX08hMkfmdOqj6haT33EqWw==",
"_location": "/table-layout",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "table-layout@0.4.5",
"name": "table-layout",
"escapedName": "table-layout",
"rawSpec": "0.4.5",
"saveSpec": null,
"fetchSpec": "0.4.5"
},
"_requiredBy": [
"/command-line-usage"
],
"_resolved": "https://registry.npmjs.org/table-layout/-/table-layout-0.4.5.tgz",
"_spec": "0.4.5",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/table-layout/issues"
},
"dependencies": {
"array-back": "^2.0.0",
"deep-extend": "~0.6.0",
"lodash.padend": "^4.6.1",
"typical": "^2.6.1",
"wordwrapjs": "^3.0.0"
},
"description": "Stylable text tables, handling ansi colour. Useful for console output.",
"devDependencies": {
"coveralls": "^3.0.4",
"jsdoc-to-markdown": "^4.0.1",
"test-runner": "~0.5.0"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"index.js",
"lib/*.js"
],
"homepage": "https://github.com/75lb/table-layout#readme",
"keywords": [
"wrap",
"terminal",
"data",
"columns",
"format",
"json",
"command line"
],
"license": "MIT",
"name": "table-layout",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/table-layout.git"
},
"scripts": {
"cover": "istanbul cover test-runner -- test/*.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage; echo",
"docs": "jsdoc2md -t jsdoc2md/README.hbs index.js -p list --member-index-format list > README.md; echo",
"test": "test-runner test/*.js"
},
"version": "0.4.5"
}