gzuncompress
|
Server IP : 172.19.0.2 / Your IP : 216.73.216.178 Web Server : Apache/2.4 System : Linux 880f91b28fd7 5.15.0-117-generic #127~20.04.1-Ubuntu SMP Thu Jul 11 15:36:12 UTC 2024 x86_64 User : tomlinde ( 155017) PHP Version : 5.6.40 Disable Function : dl, syslog, opcache_get_status MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/../lib/node_modules/npm/node_modules/minimatch/../@sigstore/../cli-columns/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
|---|
{
"name": "cli-columns",
"version": "4.0.0",
"description": "Columnated lists for the CLI.",
"scripts": {
"lint": "npx eslint --fix '*.js' && npx prettier --write '*.js'",
"test": "node test.js && node color.js"
},
"keywords": [
"ansi",
"cli",
"column",
"columnate",
"columns",
"grid",
"list",
"log",
"ls",
"row",
"rows",
"unicode",
"unix"
],
"author": "Shannon Moeller <me@shannonmoeller> (http://shannonmoeller.com)",
"homepage": "https://github.com/shannonmoeller/cli-columns#readme",
"repository": "shannonmoeller/cli-columns",
"license": "MIT",
"main": "index.js",
"files": [
"*.js"
],
"dependencies": {
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1"
},
"devDependencies": {
"chalk": "^4.1.2"
},
"engines": {
"node": ">= 10"
},
"eslintConfig": {
"extends": "eslint:recommended",
"env": {
"node": true
},
"parserOptions": {
"ecmaVersion": 8
}
},
"prettier": {
"singleQuote": true
}
}