forked from typester/ark-perl
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA.json
130 lines (130 loc) · 3.91 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
{
"abstract" : "light weight Catalyst-ish web application framework",
"author" : [
"Daisuke Murase <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.9, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Ark",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Cache::MemoryCache" : "0",
"JSON" : "0",
"Template" : "0",
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7",
"Text::MicroTemplate::Extended" : "0",
"Text::Xslate" : "0"
}
},
"runtime" : {
"recommends" : {
"Text::MicroTemplate::Extended" : "0.09",
"Text::Xslate" : "0"
},
"requires" : {
"Class::Data::Inheritable" : "0",
"Clone" : "0",
"Cookie::Baker" : "0.11",
"Data::UUID" : "0",
"Devel::StackTrace" : "0",
"Digest::SHA1" : "0",
"Exporter::AutoClean" : "0",
"FormValidator::Lite" : "0",
"HTML::Escape" : "0",
"HTML::Shakan" : "2.00",
"HTTP::Cookies" : "0",
"HTTP::Request" : "0",
"JSON" : "0",
"Mouse" : "1.00",
"Object::Container" : "0.08",
"Path::AttrRouter" : "0.03",
"Path::Class" : "0.16",
"Plack" : "0.9910",
"Plack::Request::WithEncoding" : "0.10",
"Text::MicroTemplate" : "0",
"Text::SimpleTable" : "0",
"Try::Tiny" : "0.02",
"URI::WithBase" : "0",
"perl" : "5.008001"
},
"suggests" : {
"Ark::Plugin::Authentication" : "0",
"Ark::Plugin::I18N" : "0",
"Ark::Plugin::MobileJP" : "0",
"Ark::Plugin::ReproxyCallback" : "0"
}
},
"test" : {
"requires" : {
"File::Temp" : "0",
"HTTP::Request::Common" : "0",
"Test::More" : "0.98",
"Test::Output" : "0",
"Test::Requires" : "0",
"URI" : "0"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/ark-framework/ark/issues"
},
"homepage" : "https://github.com/ark-framework/ark",
"repository" : {
"type" : "git",
"url" : "git://github.com/ark-framework/ark.git",
"web" : "https://github.com/ark-framework/ark"
}
},
"version" : "1.22",
"x_authority" : "cpan:SONGMU",
"x_contributors" : [
"Daisuke Murase <[email protected]>",
"FUJIWARA Shunichiro <[email protected]>",
"Ichinose Shogo <[email protected]>",
"Masakazu Ohtsuka <[email protected]>",
"Masatoshi Kawazoe (acidlemon) <[email protected]>",
"Masayuki Matsuki <[email protected]>",
"Ryo Miyake <[email protected]>",
"Shinichiro Sei <[email protected]>",
"Tatsuhiko Miyagawa <[email protected]>",
"hisaichi5518 <[email protected]>",
"hisaichi5518 <[email protected]>",
"ichirin2501 <[email protected]>",
"mackee <[email protected]>",
"mattn <[email protected]>",
"tei-you <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 2.97001",
"x_static_install" : 1
}