-
Notifications
You must be signed in to change notification settings - Fork 4
/
META.json
143 lines (142 loc) · 4.25 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
{
"abstract" : "The Qgoda Static Site Generator",
"author" : [
"Guido Flohr <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
"license" : [
"gpl_3"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Qgoda",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "7.1101"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Changes" : "0.19",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"AnyEvent" : "0",
"AnyEvent::Filesys::Watcher" : "0",
"AnyEvent::Handle" : "0",
"AnyEvent::Loop" : "0",
"AnyEvent::Util" : "0",
"Archive::Extract" : "0",
"Cpanel::JSON::XS" : "0",
"Cwd" : "0",
"Data::Dump" : "0",
"Data::Dumper" : "0",
"Data::Walk" : "2.00",
"Date::Parse" : "0",
"Encode" : "2.12",
"Exporter" : "0",
"File::Basename" : "0",
"File::Copy" : "0",
"File::Copy::Recursive" : "0",
"File::Find" : "0",
"File::Globstar" : "0.6",
"File::Globstar::ListMatch" : "0",
"File::HomeDir" : "0",
"File::Path" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
"Filter::Util::Call" : "0",
"Getopt::Long" : "2.36",
"Git" : "0",
"HTML::Parser" : "0",
"HTML::TreeBuilder" : "0",
"IO::File" : "0",
"IO::Handle" : "0",
"IO::Interactive" : "0",
"IPC::Open3" : "0",
"Inline" : "0",
"JSON" : "2.0",
"JSON::PP" : "0",
"JavaScript::Duktape::XS" : "0.000074",
"LWP::UserAgent" : "0",
"List::Util" : "1.45",
"Locale::Language" : "0",
"Locale::Messages" : "0",
"Locale::TextDomain" : "1.30",
"Locale::Util" : "0",
"Locale::XGettext" : "0.7",
"Locale::gettext_dumb" : "0",
"MIME::Base64" : "0",
"POSIX" : "0",
"Pod::Perldoc" : "0",
"Scalar::Util" : "0",
"Socket" : "0",
"Storable" : "0",
"Symbol" : "0",
"Template" : "0",
"Template::Constants" : "0",
"Template::Plugin" : "0",
"Template::Plugin::Filter" : "0",
"Template::Plugin::Gettext" : "0.7",
"Template::Provider" : "0",
"Template::Stash" : "0",
"Term::ANSIColor" : "0",
"Text::Markdown::Discount" : "0",
"Text::Unidecode" : "0",
"Time::HiRes" : "0",
"URI" : "0",
"URI::Escape" : "0",
"URI::file" : "0",
"URI::git" : "0.02",
"YAML" : "0",
"YAML::XS" : "0.67",
"base" : "0",
"boolean" : "0",
"constant" : "0",
"integer" : "0",
"overload" : "0",
"perl" : "5.018",
"strict" : "0",
"vars" : "0",
"version" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Carp" : "0",
"Git::Repository" : "1.321",
"Locale::PO" : "0",
"Test::More" : "0",
"Time::Local" : "0",
"autodie" : "0",
"common::sense" : "0",
"lib" : "0",
"utf8" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/gflohr/qgoda/issues"
},
"homepage" : "https://www.qgoda.net/",
"repository" : {
"type" : "git",
"url" : "git://github.com/gflohr/qgoda.git",
"web" : "http://github.com/gflohr/qgoda.git"
}
},
"version" : "v0.10.1",
"x_generated_by_perl" : "v5.34.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
"x_spdx_expression" : "GPL-3.0-only"
}