summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cli-columns/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/cli-columns/package.json')
-rw-r--r--deps/npm/node_modules/cli-columns/package.json84
1 files changed, 84 insertions, 0 deletions
diff --git a/deps/npm/node_modules/cli-columns/package.json b/deps/npm/node_modules/cli-columns/package.json
new file mode 100644
index 0000000000..f201288adc
--- /dev/null
+++ b/deps/npm/node_modules/cli-columns/package.json
@@ -0,0 +1,84 @@
+{
+ "_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"
+}