-
Notifications
You must be signed in to change notification settings - Fork 31
/
META.json
102 lines (101 loc) · 2.71 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
{
"abstract" : "A REST API microframework for Perl.",
"author" : [
"Artur Khabibullin"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Raisin",
"no_index" : {
"directory" : [
"examples",
"t"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Module::Build" : "0.28"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.28"
}
},
"develop" : {
"requires" : {
"Data::Printer" : "0.35",
"List::Util" : "1.29",
"Test::EOF" : "0",
"Test::EOL" : "0",
"Test::Exception" : "0",
"Test::Kwalitee" : "1.21",
"Test::More" : "0.88",
"Test::NoBreakpoints" : "0.15",
"Test::NoTabs" : "0",
"Test::Pod" : "1.41",
"Test::Portability::Files" : "0"
}
},
"runtime" : {
"requires" : {
"HTTP::Request::Common" : "0",
"HTTP::Status" : "0",
"Hash::Merge" : "0.300",
"JSON::MaybeXS" : "1.004000",
"Plack" : "1.0030",
"Plack::Middleware::CrossOrigin" : "0.009",
"Scalar::Util" : "1.38",
"Type::Tiny" : "0.044",
"YAML" : "0.90",
"parent" : "0",
"perl" : "5.010000"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"List::Util" : "1.29",
"Test::Exception" : "0",
"Test::More" : "0",
"Test::Pod" : "0",
"Test::Simple" : "1.001014"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/khrt/Raisin/issues"
},
"homepage" : "https://github.com/khrt/Raisin",
"repository" : {
"type" : "git",
"url" : "https://github.com/khrt/Raisin.git",
"web" : "https://github.com/khrt/Raisin"
}
},
"version" : "0.94",
"x_contributors" : [
"Vladimir Lettiev <[email protected]>",
"Dan Burke <[email protected]>",
"kimcognito"
],
"x_generated_by_perl" : "v5.35.10",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}