Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80668 views
1
{
2
"name": "cli-table",
3
"description": "Pretty unicode tables for the CLI",
4
"version": "0.0.2",
5
"author": {
6
"name": "Guillermo Rauch",
7
"email": "[email protected]"
8
},
9
"keywords": [
10
"cli",
11
"colors",
12
"table"
13
],
14
"dependencies": {
15
"colors": "0.3.0"
16
},
17
"main": "./index.js",
18
"engines": {
19
"node": ">= 0.2.0"
20
},
21
"_npmUser": {
22
"name": "rauchg",
23
"email": "[email protected]"
24
},
25
"_id": "[email protected]",
26
"devDependencies": {},
27
"optionalDependencies": {},
28
"_engineSupported": true,
29
"_npmVersion": "1.1.1",
30
"_nodeVersion": "v0.6.13",
31
"_defaultsLoaded": true,
32
"dist": {
33
"shasum": "982867e16435325c66c208a1e71b95336ea3093b",
34
"tarball": "http://registry.npmjs.org/cli-table/-/cli-table-0.0.2.tgz"
35
},
36
"maintainers": [
37
{
38
"name": "rauchg",
39
"email": "[email protected]"
40
}
41
],
42
"directories": {},
43
"_shasum": "982867e16435325c66c208a1e71b95336ea3093b",
44
"_resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.0.2.tgz",
45
"_from": "cli-table@>=0.0.0 <0.1.0"
46
}
47
48