Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « cli-columns « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f201288adcf8b3d26e827fcea215a9fa1ea55773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
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"
}