package.json
2.09 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": "eyes@~0.1.8",
"scope": null,
"escapedName": "eyes",
"name": "eyes",
"rawSpec": "~0.1.8",
"spec": ">=0.1.8 <0.2.0",
"type": "range"
},
"/root/junhukang/node_modules/cliff"
]
],
"_from": "eyes@>=0.1.8 <0.2.0",
"_id": "eyes@0.1.8",
"_inCache": true,
"_installable": true,
"_location": "/eyes",
"_npmUser": {
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
},
"_npmVersion": "1.1.53",
"_phantomChildren": {},
"_requested": {
"raw": "eyes@~0.1.8",
"scope": null,
"escapedName": "eyes",
"name": "eyes",
"rawSpec": "~0.1.8",
"spec": ">=0.1.8 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/broadway/cliff",
"/broadway/winston",
"/cliff",
"/winston"
],
"_resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz",
"_shasum": "62cf120234c683785d902348a800ef3e0cc20bc0",
"_shrinkwrap": null,
"_spec": "eyes@~0.1.8",
"_where": "/root/junhukang/node_modules/cliff",
"author": {
"name": "Alexis Sellier",
"email": "self@cloudhead.net"
},
"contributors": [
{
"name": "Charlie Robbins",
"email": "charlie@nodejitsu.com"
}
],
"dependencies": {},
"description": "a customizable value inspector",
"devDependencies": {},
"directories": {
"lib": "./lib",
"test": "./test"
},
"dist": {
"shasum": "62cf120234c683785d902348a800ef3e0cc20bc0",
"tarball": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz"
},
"engines": {
"node": "> 0.1.90"
},
"keywords": [
"inspector",
"debug",
"inspect",
"print"
],
"licenses": [
"MIT"
],
"main": "./lib/eyes",
"maintainers": [
{
"name": "cloudhead",
"email": "self@cloudhead.net"
},
{
"name": "indexzero",
"email": "charlie.robbins@gmail.com"
}
],
"name": "eyes",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "node test/*-test.js"
},
"url": "http://github.com/cloudhead/eyes.js",
"version": "0.1.8"
}