package.json
2.22 KB
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
91
92
93
94
95
96
97
98
99
{
"_args": [
[
{
"raw": "cliff@~0.1.9",
"scope": null,
"escapedName": "cliff",
"name": "cliff",
"rawSpec": "~0.1.9",
"spec": ">=0.1.9 <0.2.0",
"type": "range"
},
"/root/junhukang/node_modules/forever"
]
],
"_from": "cliff@>=0.1.9 <0.2.0",
"_id": "cliff@0.1.10",
"_inCache": true,
"_installable": true,
"_location": "/cliff",
"_nodeVersion": "0.10.33",
"_npmUser": {
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
},
"_npmVersion": "2.1.9",
"_phantomChildren": {},
"_requested": {
"raw": "cliff@~0.1.9",
"scope": null,
"escapedName": "cliff",
"name": "cliff",
"rawSpec": "~0.1.9",
"spec": ">=0.1.9 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/forever"
],
"_resolved": "https://registry.npmjs.org/cliff/-/cliff-0.1.10.tgz",
"_shasum": "53be33ea9f59bec85609ee300ac4207603e52013",
"_shrinkwrap": null,
"_spec": "cliff@~0.1.9",
"_where": "/root/junhukang/node_modules/forever",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/flatiron/cliff/issues"
},
"dependencies": {
"colors": "~1.0.3",
"eyes": "~0.1.8",
"winston": "0.8.x"
},
"description": "Your CLI formatting friend.",
"devDependencies": {
"vows": "0.8.x"
},
"directories": {},
"dist": {
"shasum": "53be33ea9f59bec85609ee300ac4207603e52013",
"tarball": "https://registry.npmjs.org/cliff/-/cliff-0.1.10.tgz"
},
"engines": {
"node": ">= 0.4.0"
},
"gitHead": "3baf40a73432a26303f080176c7d13fe293bc1d8",
"homepage": "https://github.com/flatiron/cliff",
"keywords": [
"cli",
"logging",
"tools",
"winston"
],
"main": "./lib/cliff",
"maintainers": [
{
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
},
{
"name": "jcrugzz",
"email": "jcrugzz@gmail.com"
}
],
"name": "cliff",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/flatiron/cliff.git"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"version": "0.1.10"
}