-
Notifications
You must be signed in to change notification settings - Fork 6
/
META.json
115 lines (114 loc) · 3.07 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
{
"abstract" : "sentry.io integration",
"author" : [
"Philipp Busse <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.22, Dist::Zilla version 6.032, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Sentry-SDK",
"no_index" : {
"directory" : [
"eg",
"examples",
"inc",
"share",
"t",
"xt"
]
},
"optional_features" : {
"cgiapp" : {
"description" : "CGI::Application plugin",
"prereqs" : {
"runtime" : {
"requires" : {
"CGI" : "0",
"CGI::Application" : "0"
}
}
}
}
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.034"
}
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.22",
"Perl::Tidy" : "0",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Clone" : "0",
"HTTP::Status" : "0",
"List::Util" : "1.44",
"Mojolicious" : "8",
"Readonly" : "0",
"Time::HiRes" : "0",
"Try::Tiny" : "0",
"UUID::Tiny" : "0",
"perl" : "v5.24.1"
},
"suggests" : {
"Cpanel::JSON::XS" : "0",
"IO::Socket::SSL" : "0",
"IO::Socket::Socks" : "0",
"Net::DNS::Native" : "0",
"Role::Tiny" : "0"
}
},
"test" : {
"requires" : {
"CGI" : "0",
"CGI::Application" : "0",
"Capture::Tiny" : "0",
"Devel::Cycle" : "0",
"LWP::UserAgent" : "0",
"PadWalker" : "0",
"Perl::Critic" : "0",
"Test::Exception" : "0",
"Test::Pod" : "0",
"Test::Pod::Coverage" : "0",
"Test::Snapshot" : "0",
"Test::Spec" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/heiseonline/perl-sentry-sdk/issues"
},
"homepage" : "https://github.com/heiseonline/perl-sentry-sdk",
"repository" : {
"type" : "git",
"url" : "https://github.com/heiseonline/perl-sentry-sdk.git",
"web" : "https://github.com/heiseonline/perl-sentry-sdk"
}
},
"version" : "1.3.9",
"x_contributors" : [
"bsd <[email protected]>",
"Michael Budde <[email protected]>",
"Michael Schout <[email protected]>",
"Mike Gray <[email protected]>",
"pmb0 <[email protected]>",
"Veesh Goldman <[email protected]>"
],
"x_generated_by_perl" : "v5.38.2",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.38",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
}