bigint-crypto-utils/node_modules/table-layout/package.json

79 lines
2.1 KiB
JSON

{
"_from": "table-layout@^0.4.2",
"_id": "table-layout@0.4.5",
"_inBundle": false,
"_integrity": "sha512-zTvf0mcggrGeTe/2jJ6ECkJHAQPIYEwDoqsiqBjI24mvRmQbInK5jq33fyypaCBxX08hMkfmdOqj6haT33EqWw==",
"_location": "/table-layout",
"_phantomChildren": {
"typical": "2.6.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "table-layout@^0.4.2",
"name": "table-layout",
"escapedName": "table-layout",
"rawSpec": "^0.4.2",
"saveSpec": null,
"fetchSpec": "^0.4.2"
},
"_requiredBy": [
"/command-line-usage"
],
"_resolved": "https://registry.npmjs.org/table-layout/-/table-layout-0.4.5.tgz",
"_shasum": "d906de6a25fa09c0c90d1d08ecd833ecedcb7378",
"_spec": "table-layout@^0.4.2",
"_where": "/home/juan/bigint-crypto-utils/node_modules/command-line-usage",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/table-layout/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-back": "^2.0.0",
"deep-extend": "~0.6.0",
"lodash.padend": "^4.6.1",
"typical": "^2.6.1",
"wordwrapjs": "^3.0.0"
},
"deprecated": false,
"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"
}