summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/columnify/package.json
blob: 01ac64bb2107f2ac16d69844d7152611e976962d (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
{
  "name": "columnify",
  "version": "1.2.1",
  "description": "Render data in text columns, supports in-column text-wrap.",
  "main": "index.js",
  "scripts": {
    "pretest": "npm prune",
    "test": "faucet"
  },
  "author": {
    "name": "Tim Oxley"
  },
  "license": "MIT",
  "devDependencies": {
    "chalk": "^0.4.0",
    "faucet": "0.0.1",
    "tape": "~2.12.3"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/timoxley/columnify.git"
  },
  "keywords": [
    "column",
    "text",
    "ansi",
    "console",
    "terminal",
    "wrap",
    "table"
  ],
  "bugs": {
    "url": "https://github.com/timoxley/columnify/issues"
  },
  "homepage": "https://github.com/timoxley/columnify",
  "dependencies": {
    "strip-ansi": "^1.0.0",
    "wcwidth": "^1.0.0"
  },
  "directories": {
    "test": "test"
  },
  "gitHead": "14e77bef3f57acaa3f390145915a9f2d2a4f882c",
  "_id": "columnify@1.2.1",
  "_shasum": "921ec51c178f4126d3c07e9acecd67a55c7953e4",
  "_from": "columnify@^1.2.1",
  "_npmVersion": "1.4.23",
  "_npmUser": {
    "name": "timoxley",
    "email": "secoif@gmail.com"
  },
  "maintainers": [
    {
      "name": "timoxley",
      "email": "secoif@gmail.com"
    }
  ],
  "dist": {
    "shasum": "921ec51c178f4126d3c07e9acecd67a55c7953e4",
    "tarball": "http://registry.npmjs.org/columnify/-/columnify-1.2.1.tgz"
  },
  "_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.2.1.tgz",
  "readme": "ERROR: No README data found!"
}