summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cli-table2/package.json
blob: c502a45cdd9241dc28094302ed4f75413d4e5d53 (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
85
86
87
88
89
90
{
  "_args": [
    [
      "cli-table2@0.2.0",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "cli-table2@0.2.0",
  "_id": "cli-table2@0.2.0",
  "_inBundle": false,
  "_integrity": "sha1-LR738hig54biFFQFYtS9F3/jLZc=",
  "_location": "/cli-table2",
  "_phantomChildren": {
    "code-point-at": "1.1.0",
    "number-is-nan": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cli-table2@0.2.0",
    "name": "cli-table2",
    "escapedName": "cli-table2",
    "rawSpec": "0.2.0",
    "saveSpec": null,
    "fetchSpec": "0.2.0"
  },
  "_requiredBy": [
    "/",
    "/npm-audit-report"
  ],
  "_resolved": "https://registry.npmjs.org/cli-table2/-/cli-table2-0.2.0.tgz",
  "_spec": "0.2.0",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "James Talmage"
  },
  "bugs": {
    "url": "https://github.com/jamestalmage/cli-table2/issues"
  },
  "dependencies": {
    "colors": "^1.1.2",
    "lodash": "^3.10.1",
    "string-width": "^1.0.1"
  },
  "description": "Pretty unicode tables for the command line. Based on the original cli-table.",
  "devDependencies": {
    "ansi-256-colors": "^1.1.0",
    "chai": "^3.4.1",
    "cli-table": "^0.3.1",
    "coveralls": "^2.11.4",
    "git-rev": "^0.2.1",
    "growl": "^1.8.1",
    "gulp": "^3.9.0",
    "gulp-istanbul": "^0.10.3",
    "gulp-mocha": "^2.2.0",
    "gulp-util": "^3.0.7",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/jamestalmage/cli-table2",
  "keywords": [
    "node",
    "command",
    "line",
    "cli",
    "table",
    "tables",
    "tabular",
    "unicode",
    "colors",
    "grid"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "cli-table2",
  "optionalDependencies": {
    "colors": "^1.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jamestalmage/cli-table2.git"
  },
  "scripts": {
    "test": "gulp coverage"
  },
  "version": "0.2.0"
}