-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathMETA.json
118 lines (117 loc) · 3.11 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
115
116
117
{
"abstract" : "A tiny Mojolicious wrapper for SQLite",
"author" : [
"Dan Book <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Mojo-SQLite",
"no_index" : {
"directory" : [
"eg",
"examples",
"inc",
"share",
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.034"
}
},
"develop" : {
"requires" : {
"Pod::Coverage::TrustPod" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"DBD::SQLite" : "1.68",
"DBI" : "1.627",
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"Mojolicious" : "8.03",
"SQL::Abstract::Pg" : "1.0",
"Scalar::Util" : "0",
"URI" : "1.69",
"URI::db" : "0.15",
"URI::file" : "4.21",
"perl" : "5.010001"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"File::Spec" : "0",
"Module::Metadata" : "0",
"Test::More" : "0.96"
}
}
},
"provides" : {
"Mojo::SQLite" : {
"file" : "lib/Mojo/SQLite.pm",
"version" : "3.009"
},
"Mojo::SQLite::Database" : {
"file" : "lib/Mojo/SQLite/Database.pm",
"version" : "3.009"
},
"Mojo::SQLite::Migrations" : {
"file" : "lib/Mojo/SQLite/Migrations.pm",
"version" : "3.009"
},
"Mojo::SQLite::PubSub" : {
"file" : "lib/Mojo/SQLite/PubSub.pm",
"version" : "3.009",
"x_deprecated" : 1
},
"Mojo::SQLite::Results" : {
"file" : "lib/Mojo/SQLite/Results.pm",
"version" : "3.009"
},
"Mojo::SQLite::Transaction" : {
"file" : "lib/Mojo/SQLite/Transaction.pm",
"version" : "3.009"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/Grinnz/Mojo-SQLite/issues"
},
"homepage" : "https://github.com/Grinnz/Mojo-SQLite",
"repository" : {
"type" : "git",
"url" : "https://github.com/Grinnz/Mojo-SQLite.git",
"web" : "https://github.com/Grinnz/Mojo-SQLite"
},
"x_IRC" : "ircs://irc.libera.chat/#mojo"
},
"version" : "3.009",
"x_contributors" : [
"Adam Williamson <[email protected]>",
"Dan Book <[email protected]>",
"Dan Book <[email protected]>",
"Oliver Kurz <[email protected]>",
"Stefan Adams <[email protected]>"
],
"x_generated_by_perl" : "v5.34.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
"x_spdx_expression" : "Artistic-2.0"
}