forked from plack/Plack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
197 lines (196 loc) · 6.89 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"abstract" : "Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)",
"author" : [
"Tatsuhiko Miyagawa"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.132830",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Plack",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30",
"File::ShareDir::Install" : "0.03"
}
},
"develop" : {
"requires" : {
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Apache::LogFormat::Compiler" : "0.12",
"Devel::StackTrace" : "1.23",
"Devel::StackTrace::AsHTML" : "0.11",
"File::ShareDir" : "1.00",
"Filesys::Notify::Simple" : "0",
"HTTP::Body" : "1.06",
"HTTP::Message" : "5.814",
"HTTP::Tiny" : "0.034",
"Hash::MultiValue" : "0.05",
"Pod::Usage" : "1.36",
"Stream::Buffered" : "0.02",
"Test::TCP" : "2.00",
"Try::Tiny" : "0",
"URI" : "1.59",
"parent" : "0",
"perl" : "5.008001"
},
"suggests" : {
"CGI::Compile" : "0",
"CGI::Emulate::PSGI" : "0",
"FCGI" : "0",
"FCGI::ProcManager" : "0",
"IO::Handle::Util" : "0",
"LWP::UserAgent" : "5.814"
}
},
"test" : {
"requires" : {
"Test::More" : "0.88",
"Test::Requires" : "0"
},
"suggests" : {
"Authen::Simple::Passwd" : "0",
"CGI::Compile" : "0",
"CGI::Emulate::PSGI" : "0",
"HTTP::Request::AsCGI" : "0",
"HTTP::Server::Simple::PSGI" : "0",
"IO::Handle::Util" : "0",
"LWP::Protocol::http10" : "0",
"LWP::UserAgent" : "5.814",
"Log::Log4perl" : "0",
"MIME::Types" : "0",
"Module::Refresh" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/plack/Plack/issues"
},
"homepage" : "https://github.com/plack/Plack",
"repository" : {
"type" : "git",
"url" : "https://github.com/plack/Plack.git",
"web" : "https://github.com/plack/Plack"
}
},
"version" : "1.0030",
"x_authority" : "cpan:MIYAGAWA",
"x_contributors" : [
"Aaron Trevena <[email protected]>",
"Alex J. G. Burzy\u0144ski <[email protected]>",
"Alexandr Ciornii <[email protected]>",
"Andrew Rodland <[email protected]>",
"Andy Wardley <[email protected]>",
"Aristotle Pagaltzis <[email protected]>",
"Ask Bj\u00f8rn Hansen <[email protected]>",
"Ben Morrow <[email protected]>",
"Bernhard Graf <[email protected]>",
"Chia-liang Kao <[email protected]>",
"Christian Walde <[email protected]>",
"Cosimo Streppone <[email protected]>",
"Daisuke Maki <[email protected]>",
"Daisuke Murase <[email protected]>",
"Dave Rolsky <[email protected]>",
"David E. Wheeler <[email protected]>",
"David Steinbrunner <[email protected]>",
"Eduardo Arino de la Rubia <[email protected]>",
"Florian Ragwitz <[email protected]>",
"Graham Knop <[email protected]>",
"Grant McLean <[email protected]>",
"HIROSE Masaaki <[email protected]>",
"Hans Dieter Pearcey <[email protected]>",
"Henry Baragar <[email protected]>",
"Hiroshi Sakai <[email protected]>",
"Jakob Voss <[email protected]>",
"Jay Hannah <[email protected]>",
"Jesse Luehrs <[email protected]>",
"Jiro Nishiguchi <[email protected]>",
"Johannes Plunien <[email protected]>",
"John Beppu <[email protected]>",
"John Napiorkowski <[email protected]>",
"Jonathan Swartz <[email protected]>",
"Justin Davis <[email protected]>",
"Kang-min Liu <[email protected]>",
"Karen Etheridge <[email protected]>",
"Kazuho Oku <[email protected]>",
"Keedi Kim <[email protected]>",
"Lee Aylward <[email protected]>",
"Leo Lapworth <[email protected]>",
"Marian Schubert <[email protected]>",
"Mark Fowler <[email protected]>",
"Mark Stosberg <[email protected]>",
"Masahiro Chiba <[email protected]>",
"Masahiro Nagano <[email protected]>",
"Michael G. Schwern <[email protected]>",
"Nick Wellnhofer <[email protected]>",
"Nobuo Danjou <[email protected]>",
"Olaf Alders <[email protected]>",
"Oliver Gorwits <[email protected]>",
"Oliver Paukstadt <[email protected]>",
"Olivier Mengu\u00e9 <[email protected]>",
"Panu Ervamaa <[email protected]>",
"Paul Driver <[email protected]>",
"Pedro Melo <[email protected]>",
"Peter Flanigan <[email protected]>",
"Peter Makholm <[email protected]>",
"Piotr Roszatycki <[email protected]>",
"Rafael Kitover <[email protected]>",
"Randy Stauner <[email protected]>",
"Ray Miller <[email protected]>",
"Ricky Morse <[email protected]>",
"Rob Hoelz <[email protected]>",
"Ryo Miyake <[email protected]>",
"Scott S. McCoy <[email protected]>",
"Shawn M Moore <[email protected]>",
"Stephen Clouse <[email protected]>",
"Stevan Little <[email protected]>",
"Stuart A Johnston <[email protected]>",
"Takeshi OKURA <[email protected]>",
"Tokuhiro Matsuno <[email protected]>",
"Tom Heady <[email protected]>",
"Tomas Doran <[email protected]>",
"Wallace Reis <[email protected]>",
"Yann Kerherve <[email protected]>",
"Yury Zavarin <[email protected]>",
"Yuval Kogman <[email protected]>",
"chansen <[email protected]>",
"cho45 <[email protected]>",
"chromatic <[email protected]>",
"fREW Schmidt <[email protected]>",
"fayland <[email protected]>",
"franck cuny <[email protected]>",
"hiratara <[email protected]>",
"kakuno <[email protected]>",
"leedo <[email protected]>",
"mala <[email protected]>",
"osfameron <[email protected]>",
"punytan <[email protected]>",
"vti <[email protected]>",
"xaicron <[email protected]>",
"yappo <[email protected]>",
"\u00c6var Arnfj\u00f6r\u00f0 Bjarmason <[email protected]>",
"\u5510\u9cf3 <[email protected]>"
]
}