-
Notifications
You must be signed in to change notification settings - Fork 84
/
META.json
117 lines (116 loc) · 3.59 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
{
"abstract" : "High-performance preforking PSGI/Plack web server",
"author" : [
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.22, Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Starman",
"no_index" : {
"directory" : [
"eg",
"examples",
"inc",
"share",
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.034"
},
"suggests" : {
"JSON::PP" : "2.27300"
}
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.22",
"LWP::Protocol::https" : "0",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Data::Dump" : "0",
"HTTP::Date" : "0",
"HTTP::Parser::XS" : "0",
"HTTP::Status" : "0",
"Net::Server" : "2.007",
"Plack" : "0.9971",
"Test::TCP" : "2.00",
"parent" : "0",
"perl" : "5.008001"
},
"suggests" : {
"Net::Server::SS::PreFork" : "0",
"Server::Starter" : "0"
}
},
"test" : {
"requires" : {
"LWP::UserAgent" : "0",
"Test::More" : "0",
"Test::Requires" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/miyagawa/Starman/issues"
},
"homepage" : "https://github.com/miyagawa/Starman",
"repository" : {
"type" : "git",
"url" : "https://github.com/miyagawa/Starman.git",
"web" : "https://github.com/miyagawa/Starman"
}
},
"version" : "0.4017",
"x_contributors" : [
"Adam Guthrie <adam.guthrie@dvlgames.com>",
"Alex Vandiver <alex@chmrr.net>",
"Andrew Nelson <gan@msdnr.com>",
"Aristotle Pagaltzis <pagaltzis@gmx.de>",
"Audrey Tang <audreyt@audreyt.org>",
"Chia-liang Kao <clkao@clkao.org>",
"cho45 <cho45@lowreal.net>",
"Damyan Ivanov <dmn@debian.org>",
"David Steinbrunner <dsteinbrunner@pobox.com>",
"Graham Barr <gbarr@pobox.com>",
"Grant McLean <grant@catalyst.net.nz>",
"Gregory Oschwald <goschwald@maxmind.com>",
"Jeremy Krieg <Jeremy.Krieg@YourAmigo.com>",
"John Siracusa <siracusa@gmail.com>",
"Leon Brocard <acme@astray.com>",
"Masahiro Nagano <kazeburo@gmail.com>",
"Olaf Alders <olaf@wundersolutions.com>",
"Paulo E. Castro <pauloedgarcastro@gmail.com>",
"Perlover <perlover@perlover.com>",
"Peter Makholm <peter@makholm.net>",
"Piotr Roszatycki <piotr.roszatycki@gmail.com>",
"podoleanuciprian <52755740+podoleanuciprian@users.noreply.github.com>",
"Robert Olson <olson@mcs.anl.gov>",
"Robert Rothenberg <rrwo@cpan.org>",
"Robert Sedlacek <r.sedlacek@shadowcat.co.uk>",
"Rob Mueller <robm@fastmailteam.com>",
"Slobodan Mi\u0161kovi\u0107 <slobodan@miskovic.ca>",
"spleenjack <spleenjack@gmail.com>",
"Tatsuhiko Miyagawa <tmiyagawa@fastly.com>",
"Tim Bunce <Tim.Bunce@pobox.com>"
],
"x_generated_by_perl" : "v5.34.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
}