-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
54 lines (54 loc) · 1.33 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
{
"abstract" : "PerlIDS - Perl Website Intrusion Detection System (XSS, CSRF, SQLI, LFI etc.)",
"author" : [
"Hinnerk Altenburg <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.3901, CPAN::Meta::Converter version 2.120921",
"license" : [
"open_source"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "CGI-IDS",
"prereqs" : {
"build" : {
"requires" : {
"Carp" : "0",
"Encode" : "2.05",
"FindBin" : "0",
"HTML::Entities" : "0",
"JSON::XS" : "2.2",
"MIME::Base64" : "0",
"Test::More" : "0",
"Time::HiRes" : "0",
"XML::Parser" : "0",
"XML::Simple" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.36"
}
}
},
"provides" : {
"CGI::IDS" : {
"file" : "lib/CGI/IDS.pm",
"version" : "1.0217"
},
"CGI::IDS::Whitelist" : {
"file" : "lib/CGI/IDS/Whitelist.pm",
"version" : "1.0217"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://www.gnu.org/licenses/lgpl-3.0.txt"
]
},
"version" : "1.0217"
}