| Server IP : 35.80.110.71 / Your IP : 216.73.216.117 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/node_modules/@openapitools/openapi-generator-cli/node_modules/console.table/ |
Upload File : |
{
"name": "console.table",
"description": "Adds console.table method that prints an array of objects as a table in console",
"version": "0.10.0",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bugs": {
"url": "https://github.com/bahmutov/console.table/issues"
},
"config": {
"pre-git": {
"commit-msg": "simple",
"pre-commit": [
"npm test"
],
"pre-push": [],
"post-commit": [],
"post-checkout": [],
"post-merge": []
}
},
"contributors": [],
"dependencies": {
"easy-table": "1.1.0"
},
"devDependencies": {
"better-assert": "1.0.2",
"condition-node-version": "1.3.0",
"expect.js": "0.3.1",
"github-post-release": "1.13.1",
"grunt": "0.4.5",
"grunt-banner": "0.3.1",
"grunt-clean-console": "0.2.0",
"grunt-cli": "1.2.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.6.1",
"grunt-deps-ok": "0.9.0",
"grunt-mocha-test": "0.12.7",
"grunt-nice-package": "0.10.4",
"grunt-npm2bower-sync": "0.8.1",
"matchdep": "0.3.0",
"mocha": "3.5.0",
"pre-git": "3.15.3",
"semantic-release": "7.0.2",
"sinon": "1.12.2",
"time-grunt": "1.4.0"
},
"engines": {
"node": "> 0.10"
},
"files": [
"index.js",
"bower.json",
"LICENSE-MIT",
"dist"
],
"homepage": "https://github.com/bahmutov/console.table",
"keywords": [
"beautify",
"browser",
"console",
"html",
"node"
],
"license": "MIT",
"main": "index.js",
"release": {
"verifyConditions": {
"path": "condition-node-version",
"node": "6"
},
"analyzeCommits": "simple-commit-message",
"generateNotes": "github-post-release"
},
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/console.table.git"
},
"scripts": {
"build": "grunt",
"commit": "commit-wizard",
"demo": "node test/test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"test": "node test/test.js && grunt && npm run unit",
"unit": "node node_modules/mocha/bin/mocha -R spec"
}
}