-
Notifications
You must be signed in to change notification settings - Fork 21
/
META.json
136 lines (136 loc) · 4.47 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"abstract" : "Perl binding for Redis database",
"author" : [
"Ichinose Shogo <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.23, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Redis-Fast",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder",
"deps"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"File::Which" : "0",
"Module::Build" : "0.4005",
"Module::Build::XSUtil" : "0.02"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::Kwalitee" : "0",
"Test::Kwalitee::Extra" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"Time::HiRes" : "1.77",
"Try::Tiny" : "0",
"perl" : "5.014000"
}
},
"test" : {
"requires" : {
"Digest::SHA" : "0",
"File::Temp" : "0",
"Parallel::ForkManager" : "0",
"Test::Deep" : "0",
"Test::Fatal" : "0",
"Test::LeakTrace" : "0",
"Test::More" : "0.98",
"Test::SharedFork" : "0",
"Test::TCP" : "0",
"Test::UNIXSock" : "0"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/shogo82148/Redis-Fast/issues"
},
"homepage" : "https://github.com/shogo82148/Redis-Fast",
"repository" : {
"type" : "git",
"url" : "https://github.com/shogo82148/Redis-Fast.git",
"web" : "https://github.com/shogo82148/Redis-Fast"
}
},
"version" : "0.37",
"x_contributors" : [
"Aaron Crane <[email protected]>",
"Aaron Crane <[email protected]>",
"Alex Kapranoff <[email protected]>",
"Andreas Koenig <[email protected]>",
"Celogeek <[email protected]>",
"Damien Krotkine <[email protected]>",
"David Steinbrunner <[email protected]>",
"Dobrica Pavlinusic <[email protected]>",
"Erik Carlsson <[email protected]>",
"Flavio Poletti <[email protected]>",
"Gregor Herrmann <[email protected]>",
"Ivan Kruglov <[email protected]>",
"Ivan Kruglov <[email protected]>",
"James Raspass <[email protected]>",
"Jan \"Yenya\" Kasprzak <[email protected]>",
"Jeff Lavallee <[email protected]>",
"Jose Luis Perez Diez <[email protected]>",
"João Bolila <[email protected]>",
"Masayuki Matsuki <[email protected]>",
"Michael Klishin <[email protected]>",
"Michael Kröll <[email protected]>",
"Michiel Beijen <[email protected]>",
"Mikio Fujita <[email protected]>",
"Pedro Melo <[email protected]>",
"Rafael Garcia-Suarez <[email protected]>",
"Steffen Mueller <[email protected]>",
"Syohei YOSHIDA <[email protected]>",
"Thiago Berlitz Rondon <[email protected]>",
"Thomas Koeck <[email protected]>",
"U-LIFEBOOK\\Administrator <Administrator@LIFEBOOK.(none)>",
"Ulrich Habel <[email protected]>",
"Victor <[email protected]>",
"Vincent <[email protected]>",
"Volker Kroll <[email protected]>",
"William Seddon <[email protected]>",
"Xavier Guimard <[email protected]>",
"Zugschlus <[email protected]>",
"bj5004 <[email protected]>",
"dams <[email protected]>",
"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"hisaichi5518 <[email protected]>",
"nise_nabe <[email protected]>",
"perlpong <[email protected]>",
"shogo82148 <[email protected]>",
"sunnavy <[email protected]>",
"xtab <[email protected]>",
"yoheimuta <[email protected]>",
"zhihong zhang <[email protected]>",
"Ævar Arnfjörð Bjarmason <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 4.16",
"x_static_install" : 0
}