Server IP : 66.29.132.122 / Your IP : 18.119.122.241 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /lib/node_modules/npm/node_modules/cli-columns/ |
Upload File : |
{ "_args": [ [ "cli-columns@3.1.2", "/Users/rebecca/code/npm" ] ], "_from": "cli-columns@3.1.2", "_id": "cli-columns@3.1.2", "_inBundle": false, "_integrity": "sha1-ZzLZcpee/CrkRKHwjgj6E5yWoY4=", "_location": "/cli-columns", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "cli-columns@3.1.2", "name": "cli-columns", "escapedName": "cli-columns", "rawSpec": "3.1.2", "saveSpec": null, "fetchSpec": "3.1.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/cli-columns/-/cli-columns-3.1.2.tgz", "_spec": "3.1.2", "_where": "/Users/rebecca/code/npm", "author": { "name": "Shannon Moeller", "email": "me@shannonmoeller", "url": "http://shannonmoeller.com" }, "bugs": { "url": "https://github.com/shannonmoeller/cli-columns/issues" }, "dependencies": { "string-width": "^2.0.0", "strip-ansi": "^3.0.1" }, "description": "Columnated lists for the CLI.", "devDependencies": { "ava": "^0.19.1", "chalk": "^1.1.3", "coveralls": "^2.13.1", "nyc": "^11.0.2", "xo": "^0.18.2" }, "engines": { "node": ">= 4" }, "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", "repository": { "type": "git", "url": "git+https://github.com/shannonmoeller/cli-columns.git" }, "scripts": { "report": "nyc report -r text-lcov | coveralls", "test": "xo && nyc ava" }, "version": "3.1.2" }