-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathMETA.json
154 lines (154 loc) · 4.52 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
{
"abstract" : "Lightning-fast URL fetcher",
"author" : [
"Tokuhiro Matsuno <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.15, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Furl",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
},
"suggests" : {
"Child" : "0",
"Getopt::Long" : "0",
"HTTP::Lite" : "0",
"IO::Callback" : "0",
"LWP::UserAgent" : "0",
"Net::DNS::Lite" : "0",
"Net::IDN::Encode" : "0",
"Plack::Loader" : "0",
"Starman" : "0",
"Test::LeakTrace" : "0",
"Test::More" : "0",
"Test::Requires" : "0",
"Test::TCP" : "0",
"URI" : "0",
"WWW::Curl::Easy" : "4.14",
"autodie" : "0",
"parent" : "0"
}
},
"runtime" : {
"recommends" : {
"Compress::Raw::Zlib" : "0",
"HTTP::CookieJar" : "0",
"IO::Socket::SSL" : "0",
"Net::IDN::Encode" : "0"
},
"requires" : {
"Class::Accessor::Lite" : "0",
"Encode" : "0",
"HTTP::Parser::XS" : "0.11",
"MIME::Base64" : "0",
"Mozilla::CA" : "0",
"Scalar::Util" : "0",
"Socket" : "0",
"Time::HiRes" : "0",
"perl" : "5.008001"
},
"suggests" : {
"HTTP::Headers" : "0",
"HTTP::Request" : "0",
"HTTP::Response" : "0"
}
},
"test" : {
"requires" : {
"File::Temp" : "0",
"Test::More" : "0.96",
"Test::Requires" : "0",
"Test::TCP" : "2.11"
},
"suggests" : {
"HTTP::Body" : "0",
"HTTP::CookieJar" : "0",
"HTTP::Proxy" : "0",
"HTTP::Server::PSGI" : "0",
"Plack" : "0",
"Plack::Loader" : "0",
"Plack::Request" : "0",
"Starlet::Server" : "0",
"Test::Fake::HTTPD" : "0",
"Test::SharedFork" : "0",
"Test::Valgrind" : "0",
"URI" : "0",
"parent" : "0"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/tokuhirom/Furl/issues"
},
"homepage" : "https://github.com/tokuhirom/Furl",
"repository" : {
"type" : "git",
"url" : "https://github.com/tokuhirom/Furl.git",
"web" : "https://github.com/tokuhirom/Furl"
}
},
"version" : "3.14",
"x_contributors" : [
"Audrey Tang <[email protected]>",
"Breno G. de Oliveira <[email protected]>",
"Debabrata Deka <[email protected]>",
"Fuji Goro <[email protected]>",
"Fuji, Goro <[email protected]>",
"Fuji, Goro <[email protected]>",
"Graham Ollis <[email protected]>",
"HIROSE Masaaki <[email protected]>",
"Jari Salmela <[email protected]>",
"Jiro Nishiguchi <[email protected]>",
"Kazuho Oku <[email protected]>",
"Keiji, Yoshimi <[email protected]>",
"Masahiro Nagano <[email protected]>",
"Neil Bowers <[email protected]>",
"Shohei YOSHIDA <[email protected]>",
"Shoichi Kaji <[email protected]>",
"Toshio Ito <[email protected]>",
"Yasuhiro Matsumoto <[email protected]>",
"bayashi <[email protected]>",
"ikasam_a <[email protected]>",
"itchyny <[email protected]>",
"kimoto <[email protected]>",
"ktat <[email protected]>",
"lestrrat <[email protected]>",
"s-aska <[email protected]>",
"tarao <[email protected]>",
"xaicron <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 4.07",
"x_static_install" : 1
}