-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMETA.json
More file actions
102 lines (102 loc) · 2.87 KB
/
META.json
File metadata and controls
102 lines (102 loc) · 2.87 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
{
"abstract" : "Perl support for AWS Lambda Custom Runtime.",
"author" : [
"ICHINOSE Shogo"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.28, CPAN::Meta::Converter version 2.150010",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "AWS-Lambda",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"CPAN::Uploader" : "0",
"Capture::Tiny" : "0",
"Dancer2" : "0",
"Minilla" : "0",
"Mojolicious" : "0",
"Parallel::ForkManager" : "0",
"Software::License::MIT" : "0",
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7",
"Version::Next" : "0"
}
},
"runtime" : {
"recommends" : {
"AWS::XRay" : "0.09"
},
"requires" : {
"HTTP::Tiny" : "0.076",
"JSON::Types" : "0.05",
"JSON::XS" : "4.0",
"MIME::Base64" : "0",
"Parallel::Prefork" : "0",
"Plack" : "1.0047",
"Plack::Middleware::ReverseProxy" : "0.16",
"Try::Tiny" : "0.30",
"URI::Escape" : "0",
"perl" : "5.026000"
}
},
"test" : {
"requires" : {
"File::Slurp" : "9999.25",
"Starman" : "0",
"Test::Deep" : "1.128",
"Test::More" : "0.98",
"Test::SharedFork" : "0",
"Test::TCP" : "2.19",
"Test::Warn" : "0"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/shogo82148/p5-aws-lambda/issues"
},
"homepage" : "https://github.com/shogo82148/p5-aws-lambda",
"repository" : {
"type" : "git",
"url" : "https://github.com/shogo82148/p5-aws-lambda.git",
"web" : "https://github.com/shogo82148/p5-aws-lambda"
}
},
"version" : "0.9.0",
"x_contributors" : [
"ICHINOSE Shogo <shogo82148@gmail.com>",
"Jose Luis Martinez <jlmartinez@capside.com>",
"Mohammad S Anwar <mohammad.anwar@yahoo.com>",
"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
],
"x_serialization_backend" : "JSON::PP version 4.16",
"x_static_install" : 1
}