-
Notifications
You must be signed in to change notification settings - Fork 30
/
META.json
94 lines (93 loc) · 2.56 KB
/
META.json
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
{
"abstract" : "Redis query analyzer for counting, traffic stats by command",
"author" : [
"HIROSE Masaaki <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.17, Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.143240",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "App-redis_traffic_stats",
"no_index" : {
"directory" : [
"eg",
"examples",
"inc",
"share",
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.039"
}
},
"develop" : {
"requires" : {
"App::scan_prereqs_cpanfile" : "0.09",
"Dist::Milla" : "v1.0.17",
"Pod::Wordlist" : "0",
"Test::Fixme" : "0",
"Test::Kwalitee" : "0",
"Test::Kwalitee::Extra" : "0",
"Test::More" : "0.96",
"Test::Pod" : "0",
"Test::Spelling" : "0.12",
"Test::Vars" : "0"
}
},
"runtime" : {
"requires" : {
"Data::Validator" : "0",
"File::Temp" : "0",
"Getopt::Long" : "0",
"List::Util" : "0",
"Net::Pcap" : "0",
"NetPacket::Ethernet" : "0",
"NetPacket::IP" : "0",
"NetPacket::TCP" : "0",
"Pod::Usage" : "0",
"Test::Fixme" : "0",
"Test::More" : "0.96",
"perl" : "5.008005"
}
},
"test" : {
"requires" : {
"Test::More" : "0.96"
}
}
},
"provides" : {
"App::redis_traffic_stats" : {
"file" : "lib/App/redis_traffic_stats.pm",
"version" : "1.005"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/hirose31/redis-traffic-stats/issues"
},
"homepage" : "https://github.com/hirose31/redis-traffic-stats",
"repository" : {
"type" : "git",
"url" : "https://github.com/hirose31/redis-traffic-stats.git",
"web" : "https://github.com/hirose31/redis-traffic-stats"
}
},
"version" : "1.005",
"x_contributors" : [
"chenzhe07 <[email protected]>",
"FUJIWARA Shunichiro <[email protected]>",
"Nick Tiligadas <[email protected]>"
],
"x_serialization_backend" : "JSON::XS version 3.02"
}