{ "_from": "table-layout@^1.0.2", "_id": "table-layout@1.0.2", "_inBundle": false, "_integrity": "sha512-qd/R7n5rQTRFi+Zf2sk5XVVd9UQl6ZkduPFC3S7WEGJAmetDTjY3qPN50eSKzwuzEyQKy5TN2TiZdkIjos2L6A==", "_location": "/table-layout", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "table-layout@^1.0.2", "name": "table-layout", "escapedName": "table-layout", "rawSpec": "^1.0.2", "saveSpec": null, "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/command-line-usage" ], "_resolved": "https://registry.npmjs.org/table-layout/-/table-layout-1.0.2.tgz", "_shasum": "c4038a1853b0136d63365a734b6931cf4fad4a04", "_spec": "table-layout@^1.0.2", "_where": "D:\\code\\template-vue-antd\\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": "^4.0.1", "deep-extend": "~0.6.0", "typical": "^5.2.0", "wordwrapjs": "^4.0.0" }, "deprecated": false, "description": "Stylable text tables, handling ansi colour. Useful for console output.", "devDependencies": { "coveralls": "^3.1.0", "jsdoc-to-markdown": "^7.0.0", "nyc": "^15.1.0", "test-runner": "^0.6.3" }, "engines": { "node": ">=8.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": "nyc npm test && nyc report --reporter=text-lcov | coveralls", "docs": "jsdoc2md -t README.hbs index.js -p list --member-index-format list > README.md; echo", "test": "test-runner test/*.js" }, "version": "1.0.2" }