-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
120 lines (119 loc) · 3.47 KB
/
META.json
File metadata and controls
120 lines (119 loc) · 3.47 KB
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
{
"abstract" : "Bare-bones, real-time web framework (WIP)",
"author" : [
"Ian P Bradley <ian.bradley@studiocrabapple.com>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.22, Dist::Zilla version 6.037, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Frame",
"no_index" : {
"directory" : [
"eg",
"examples",
"inc",
"share",
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.034"
}
},
"develop" : {
"recommends" : {
"Archive::Tar::Wrapper" : "0",
"Perl::Critic" : "0",
"Perl::Critic::Community" : "0",
"Perl::Tidy" : "20221112"
},
"requires" : {
"Dist::Milla" : "v1.0.22",
"Plack::Middleware::Debug" : "0",
"Plack::Middleware::REPL" : "0",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Const::Fast" : "0",
"Const::Fast::Exporter" : "0",
"Cpanel::JSON::XS" : "0",
"Crypt::Argon2" : "0",
"Cwd" : "0",
"DBD::SQLite" : "0",
"DBI" : "0",
"Devel::StackTrace::WithLexicals" : "0",
"File::XDG" : "0",
"Future" : "0",
"Future::AsyncAwait" : "0",
"HTML::Escape" : "0",
"HTTP::Parser::XS" : "0",
"HTTP::Tinyish" : "0",
"Hash::Ordered" : "0",
"IO::Async" : "0",
"IO::Async::SSL" : "0",
"IO::Socket::SSL" : "0",
"IPC::Nosh" : "0",
"JSON::MaybeXS" : "0",
"List::AllUtils" : "0",
"MIME::Types" : "0",
"Module::Build::Tiny" : "0",
"Module::Refresh" : "0",
"Mozilla::CA" : "0",
"Net::Async::HTTP" : "0",
"Net::Async::HTTP::Server" : "0",
"Net::Async::WebSocket" : "0",
"Net::SSLeay" : "0",
"Object::Pad" : "0",
"PadWalker" : "0",
"Parallel::Prefork" : "0",
"Path::Tiny" : "0",
"Plack" : "0",
"SQL::Abstract" : "0",
"Server::Starter" : "0",
"Syntax::Keyword::Dynamically" : "0",
"Syntax::Keyword::Try" : "0",
"TOML::Tiny" : "0",
"Test::More" : "0",
"Test::Pod" : "0",
"Text::Xslate" : "0",
"Time::HiRes" : "0",
"Time::Moment" : "0",
"meta" : "0"
}
},
"test" : {
"requires" : {
"Test::More" : "0",
"Test::Pod" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/marlencrabapple/Frame/issues"
},
"homepage" : "https://github.com/marlencrabapple/Frame",
"repository" : {
"type" : "git",
"url" : "https://github.com/marlencrabapple/Frame.git",
"web" : "https://github.com/marlencrabapple/Frame"
}
},
"version" : "0.1.6.0",
"x_generated_by_perl" : "v5.42.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.40",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
}