| Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/cli-columns/ |
| Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/cli-columns/package.json |
{
"_id": "cli-columns@4.0.0",
"_inBundle": true,
"_location": "/npm/cli-columns",
"_phantomChildren": {},
"_requiredBy": [
"/npm"
],
"author": {
"name": "Shannon Moeller",
"email": "me@shannonmoeller",
"url": "http://shannonmoeller.com"
},
"bugs": {
"url": "https://github.com/shannonmoeller/cli-columns/issues"
},
"dependencies": {
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1"
},
"description": "Columnated lists for the CLI.",
"devDependencies": {
"chalk": "^4.1.2"
},
"engines": {
"node": ">= 10"
},
"eslintConfig": {
"extends": "eslint:recommended",
"env": {
"node": true
},
"parserOptions": {
"ecmaVersion": 8
}
},
"files": [
"*.js"
],
"homepage": "https://github.com/shannonmoeller/cli-columns#readme",
"keywords": [
"ansi",
"cli",
"column",
"columnate",
"columns",
"grid",
"list",
"log",
"ls",
"row",
"rows",
"unicode",
"unix"
],
"license": "MIT",
"main": "index.js",
"name": "cli-columns",
"prettier": {
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/shannonmoeller/cli-columns.git"
},
"scripts": {
"lint": "npx eslint --fix '*.js' && npx prettier --write '*.js'",
"test": "node test.js && node color.js"
},
"version": "4.0.0"
}