-
Notifications
You must be signed in to change notification settings - Fork 18
/
META.json
100 lines (100 loc) · 2.92 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
94
95
96
97
98
99
100
{
"abstract" : "A structured event logger for Fluent",
"author" : [
"HIROSE Masaaki <hirose31 _at_ gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.18, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Fluent-Logger",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Capture::Tiny" : "0",
"ExtUtils::MakeMaker" : "6.36",
"Path::Tiny" : "0.028",
"Test::More" : "0.88",
"Test::SharedFork" : "0",
"Test::TCP" : "1.3",
"version" : "0.77"
}
},
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Number::Format" : "0",
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"Class::Tiny" : "0",
"Data::MessagePack" : "0.35_01",
"Data::MessagePack::Stream" : "0",
"Time::Piece" : "0",
"UUID::Tiny" : "0"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/fluent/fluent-logger-perl/issues"
},
"homepage" : "https://github.com/fluent/fluent-logger-perl",
"repository" : {
"type" : "git",
"url" : "https://github.com/fluent/fluent-logger-perl.git",
"web" : "https://github.com/fluent/fluent-logger-perl"
}
},
"version" : "0.29",
"x_contributors" : [
"Alexandr Ciornii <[email protected]>",
"Brian Fraser <[email protected]>",
"DQNEO <[email protected]>",
"FUJIWARA Shunichiro <[email protected]>",
"HIROSE Masaaki <[email protected]>",
"José Joaquín Atria <[email protected]>",
"Kiyoto Tamura <[email protected]>",
"Masahiro Nakagawa <[email protected]>",
"Shinichiro Sei <[email protected]>",
"Shoichi Kaji <[email protected]>",
"Tatsuhiko Miyagawa <[email protected]>",
"Tokuhiro Matsuno <[email protected]>",
"Tomohiro Hosaka <[email protected]>",
"cho45 <[email protected]>",
"fujiwara <[email protected]>",
"koji_magi <[email protected]>",
"lestrrat <[email protected]>",
"yoheimuta <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 4.08",
"x_static_install" : 1
}