• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_args": [
3    [
4      "cli-columns@3.1.2",
5      "/Users/rebecca/code/npm"
6    ]
7  ],
8  "_from": "cli-columns@3.1.2",
9  "_id": "cli-columns@3.1.2",
10  "_inBundle": false,
11  "_integrity": "sha1-ZzLZcpee/CrkRKHwjgj6E5yWoY4=",
12  "_location": "/cli-columns",
13  "_phantomChildren": {},
14  "_requested": {
15    "type": "version",
16    "registry": true,
17    "raw": "cli-columns@3.1.2",
18    "name": "cli-columns",
19    "escapedName": "cli-columns",
20    "rawSpec": "3.1.2",
21    "saveSpec": null,
22    "fetchSpec": "3.1.2"
23  },
24  "_requiredBy": [
25    "/"
26  ],
27  "_resolved": "https://registry.npmjs.org/cli-columns/-/cli-columns-3.1.2.tgz",
28  "_spec": "3.1.2",
29  "_where": "/Users/rebecca/code/npm",
30  "author": {
31    "name": "Shannon Moeller",
32    "email": "me@shannonmoeller",
33    "url": "http://shannonmoeller.com"
34  },
35  "bugs": {
36    "url": "https://github.com/shannonmoeller/cli-columns/issues"
37  },
38  "dependencies": {
39    "string-width": "^2.0.0",
40    "strip-ansi": "^3.0.1"
41  },
42  "description": "Columnated lists for the CLI.",
43  "devDependencies": {
44    "ava": "^0.19.1",
45    "chalk": "^1.1.3",
46    "coveralls": "^2.13.1",
47    "nyc": "^11.0.2",
48    "xo": "^0.18.2"
49  },
50  "engines": {
51    "node": ">= 4"
52  },
53  "files": [
54    "*.js"
55  ],
56  "homepage": "https://github.com/shannonmoeller/cli-columns#readme",
57  "keywords": [
58    "ansi",
59    "cli",
60    "column",
61    "columnate",
62    "columns",
63    "grid",
64    "list",
65    "log",
66    "ls",
67    "row",
68    "rows",
69    "unicode",
70    "unix"
71  ],
72  "license": "MIT",
73  "main": "index.js",
74  "name": "cli-columns",
75  "repository": {
76    "type": "git",
77    "url": "git+https://github.com/shannonmoeller/cli-columns.git"
78  },
79  "scripts": {
80    "report": "nyc report -r text-lcov | coveralls",
81    "test": "xo && nyc ava"
82  },
83  "version": "3.1.2"
84}
85