-
Notifications
You must be signed in to change notification settings - Fork 6
/
META.json
108 lines (107 loc) · 3.19 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
{
"abstract" : "Encrypted cookie-based session backend for Dancer",
"author" : [
"Alex Kapranoff <[email protected]>",
"Alex Sukria <[email protected]>",
"David Golden <[email protected]>",
"Yanick Champoux <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.011, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Dancer-Session-Cookie",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"Test::More" : "0.96",
"Test::Vars" : "0"
}
},
"runtime" : {
"requires" : {
"Crypt::CBC" : "0",
"Crypt::Rijndael" : "0",
"Dancer" : "1.3113",
"Dancer::Cookie" : "0",
"Dancer::Cookies" : "0",
"Dancer::Session::Abstract" : "0",
"MIME::Base64" : "0",
"PerlX::Maybe" : "0",
"Session::Storage::Secure" : "0.010",
"Storable" : "0",
"String::CRC32" : "0",
"Time::Duration::Parse" : "0",
"parent" : "0",
"perl" : "v5.10.0",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"Dancer::ModuleLoader" : "0",
"Dancer::Test" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
"FindBin" : "0",
"HTTP::Cookies" : "0",
"HTTP::Date" : "0",
"HTTP::Request::Common" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Plack" : "1.0029",
"Plack::Test" : "0",
"Test::Exception" : "0",
"Test::More" : "0.96",
"Test::NoWarnings" : "0",
"Test::Requires" : "0"
}
}
},
"provides" : {
"Dancer::Session::Cookie" : {
"file" : "lib/Dancer/Session/Cookie.pm",
"version" : "0.30"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/perldancer/Dancer-Session-Cookie/issues"
},
"homepage" : "https://github.com/perldancer/Dancer-Session-Cookie",
"repository" : {
"type" : "git",
"url" : "https://github.com/perldancer/Dancer-Session-Cookie.git",
"web" : "https://github.com/perldancer/Dancer-Session-Cookie"
}
},
"version" : "0.30",
"x_authority" : "cpan:YANICK",
"x_contributors" : [
"Breno G. de Oliveira <[email protected]>",
"David Precious <[email protected]>",
"Michael G. Schwern <[email protected]>",
"Mohammad S Anwar <[email protected]>",
"Neil Kirsopp <[email protected]>",
"Nick S. Knutov <[email protected]>",
"Paul Cochrane <[email protected]>",
"Sawyer X <[email protected]>"
],
"x_serialization_backend" : "JSON::XS version 3.01"
}