]> Dogcows Code - chaz/p5-File-KDBX/blob - META.json
Version 0.900
[chaz/p5-File-KDBX] / META.json
1 {
2 "abstract" : "Encrypted database to store secret text and files",
3 "author" : [
4 "Charles McGarvey <ccm@cpan.org>"
5 ],
6 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
8 "license" : [
9 "perl_5"
10 ],
11 "meta-spec" : {
12 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13 "version" : 2
14 },
15 "name" : "File-KDBX",
16 "no_index" : {
17 "directory" : [
18 "eg",
19 "share",
20 "shares",
21 "t",
22 "xt"
23 ]
24 },
25 "optional_features" : {
26 "compression" : {
27 "description" : "ability to read and write compressed KDBX files",
28 "prereqs" : {
29 "runtime" : {
30 "requires" : {
31 "Compress::Raw::Zlib" : "0",
32 "IO::Compress::Gzip" : "0",
33 "IO::Uncompress::Gunzip" : "0"
34 }
35 }
36 }
37 },
38 "otp" : {
39 "description" : "ability to generate one-time passwords from configured database entries",
40 "prereqs" : {
41 "runtime" : {
42 "requires" : {
43 "Pass::OTP" : "0"
44 }
45 }
46 }
47 },
48 "xs" : {
49 "description" : "speed improvements (requires C compiler)",
50 "prereqs" : {
51 "runtime" : {
52 "requires" : {
53 "File::KDBX::XS" : "0"
54 }
55 }
56 }
57 }
58 },
59 "prereqs" : {
60 "configure" : {
61 "requires" : {
62 "ExtUtils::MakeMaker" : "0"
63 }
64 },
65 "develop" : {
66 "requires" : {
67 "Compress::Raw::Zlib" : "0",
68 "Dist::Zilla" : "5",
69 "Dist::Zilla::Plugin::Encoding" : "0",
70 "Dist::Zilla::Plugin::OptionalFeature" : "0",
71 "Dist::Zilla::Plugin::Prereqs" : "0",
72 "Dist::Zilla::Plugin::Prereqs::Soften" : "0",
73 "Dist::Zilla::PluginBundle::Author::CCM" : "0",
74 "File::KDBX::XS" : "0",
75 "IO::Compress::Gzip" : "0",
76 "IO::Uncompress::Gunzip" : "0",
77 "Pass::OTP" : "0",
78 "Pod::Coverage::TrustPod" : "0",
79 "Software::License::Perl_5" : "0",
80 "Test::CPAN::Changes" : "0.19",
81 "Test::CPAN::Meta" : "0",
82 "Test::CleanNamespaces" : "0.15",
83 "Test::EOL" : "0",
84 "Test::MinimumVersion" : "0",
85 "Test::More" : "0.96",
86 "Test::NoTabs" : "0",
87 "Test::Perl::Critic" : "0",
88 "Test::Pod" : "1.41",
89 "Test::Pod::Coverage" : "1.08",
90 "Test::Pod::No404s" : "0",
91 "Test::Portability::Files" : "0"
92 }
93 },
94 "runtime" : {
95 "recommends" : {
96 "Compress::Raw::Zlib" : "0",
97 "File::KDBX::XS" : "0",
98 "File::Spec" : "0",
99 "IO::Compress::Gzip" : "0",
100 "IO::Uncompress::Gunzip" : "0",
101 "Pass::OTP" : "0"
102 },
103 "requires" : {
104 "Carp" : "0",
105 "Crypt::Argon2" : "0",
106 "Crypt::Cipher" : "0",
107 "Crypt::Digest" : "0",
108 "Crypt::Mac::HMAC" : "0",
109 "Crypt::Misc" : "0.029",
110 "Crypt::Mode::CBC" : "0",
111 "Crypt::PRNG" : "0",
112 "Data::Dumper" : "0",
113 "Devel::GlobalDestruction" : "0",
114 "Encode" : "0",
115 "Exporter" : "0",
116 "File::Temp" : "0",
117 "Hash::Util::FieldHash" : "0",
118 "IO::Handle" : "0",
119 "IPC::Cmd" : "0.52",
120 "Iterator::Simple" : "0",
121 "List::Util" : "1.33",
122 "Module::Load" : "0",
123 "Module::Loaded" : "0",
124 "POSIX" : "0",
125 "Ref::Util" : "0",
126 "Scalar::Util" : "0",
127 "Scope::Guard" : "0",
128 "Storable" : "0",
129 "Symbol" : "0",
130 "Text::ParseWords" : "0",
131 "Time::Piece" : "0",
132 "XML::LibXML" : "0",
133 "XML::LibXML::Reader" : "0",
134 "boolean" : "0",
135 "namespace::clean" : "0",
136 "overload" : "0",
137 "strict" : "0",
138 "warnings" : "0"
139 }
140 },
141 "test" : {
142 "recommends" : {
143 "CPAN::Meta" : "2.120900",
144 "Pass::OTP" : "0"
145 },
146 "requires" : {
147 "ExtUtils::MakeMaker" : "0",
148 "File::Spec" : "0",
149 "FindBin" : "0",
150 "Getopt::Std" : "0",
151 "IO::Handle" : "0",
152 "IPC::Open3" : "0",
153 "Test::Deep" : "0",
154 "Test::Fatal" : "0",
155 "Test::More" : "0",
156 "Test::Warnings" : "0",
157 "lib" : "0",
158 "perl" : "5.006",
159 "utf8" : "0"
160 },
161 "suggests" : {
162 "POSIX::1003" : "0"
163 }
164 }
165 },
166 "provides" : {
167 "File::KDBX" : {
168 "file" : "lib/File/KDBX.pm",
169 "version" : "0.900"
170 },
171 "File::KDBX::Cipher" : {
172 "file" : "lib/File/KDBX/Cipher.pm",
173 "version" : "0.900"
174 },
175 "File::KDBX::Cipher::CBC" : {
176 "file" : "lib/File/KDBX/Cipher/CBC.pm",
177 "version" : "0.900"
178 },
179 "File::KDBX::Cipher::Stream" : {
180 "file" : "lib/File/KDBX/Cipher/Stream.pm",
181 "version" : "0.900"
182 },
183 "File::KDBX::Constants" : {
184 "file" : "lib/File/KDBX/Constants.pm",
185 "version" : "0.900"
186 },
187 "File::KDBX::Dumper" : {
188 "file" : "lib/File/KDBX/Dumper.pm",
189 "version" : "0.900"
190 },
191 "File::KDBX::Dumper::KDB" : {
192 "file" : "lib/File/KDBX/Dumper/KDB.pm",
193 "version" : "0.900"
194 },
195 "File::KDBX::Dumper::Raw" : {
196 "file" : "lib/File/KDBX/Dumper/Raw.pm",
197 "version" : "0.900"
198 },
199 "File::KDBX::Dumper::V3" : {
200 "file" : "lib/File/KDBX/Dumper/V3.pm",
201 "version" : "0.900"
202 },
203 "File::KDBX::Dumper::V4" : {
204 "file" : "lib/File/KDBX/Dumper/V4.pm",
205 "version" : "0.900"
206 },
207 "File::KDBX::Dumper::XML" : {
208 "file" : "lib/File/KDBX/Dumper/XML.pm",
209 "version" : "0.900"
210 },
211 "File::KDBX::Entry" : {
212 "file" : "lib/File/KDBX/Entry.pm",
213 "version" : "0.900"
214 },
215 "File::KDBX::Error" : {
216 "file" : "lib/File/KDBX/Error.pm",
217 "version" : "0.900"
218 },
219 "File::KDBX::Group" : {
220 "file" : "lib/File/KDBX/Group.pm",
221 "version" : "0.900"
222 },
223 "File::KDBX::IO" : {
224 "file" : "lib/File/KDBX/IO.pm",
225 "version" : "0.900"
226 },
227 "File::KDBX::IO::Crypt" : {
228 "file" : "lib/File/KDBX/IO/Crypt.pm",
229 "version" : "0.900"
230 },
231 "File::KDBX::IO::HashBlock" : {
232 "file" : "lib/File/KDBX/IO/HashBlock.pm",
233 "version" : "0.900"
234 },
235 "File::KDBX::IO::HmacBlock" : {
236 "file" : "lib/File/KDBX/IO/HmacBlock.pm",
237 "version" : "0.900"
238 },
239 "File::KDBX::Iterator" : {
240 "file" : "lib/File/KDBX/Iterator.pm",
241 "version" : "0.900"
242 },
243 "File::KDBX::KDF" : {
244 "file" : "lib/File/KDBX/KDF.pm",
245 "version" : "0.900"
246 },
247 "File::KDBX::KDF::AES" : {
248 "file" : "lib/File/KDBX/KDF/AES.pm",
249 "version" : "0.900"
250 },
251 "File::KDBX::KDF::Argon2" : {
252 "file" : "lib/File/KDBX/KDF/Argon2.pm",
253 "version" : "0.900"
254 },
255 "File::KDBX::Key" : {
256 "file" : "lib/File/KDBX/Key.pm",
257 "version" : "0.900"
258 },
259 "File::KDBX::Key::ChallengeResponse" : {
260 "file" : "lib/File/KDBX/Key/ChallengeResponse.pm",
261 "version" : "0.900"
262 },
263 "File::KDBX::Key::Composite" : {
264 "file" : "lib/File/KDBX/Key/Composite.pm",
265 "version" : "0.900"
266 },
267 "File::KDBX::Key::File" : {
268 "file" : "lib/File/KDBX/Key/File.pm",
269 "version" : "0.900"
270 },
271 "File::KDBX::Key::Password" : {
272 "file" : "lib/File/KDBX/Key/Password.pm",
273 "version" : "0.900"
274 },
275 "File::KDBX::Key::YubiKey" : {
276 "file" : "lib/File/KDBX/Key/YubiKey.pm",
277 "version" : "0.900"
278 },
279 "File::KDBX::Loader" : {
280 "file" : "lib/File/KDBX/Loader.pm",
281 "version" : "0.900"
282 },
283 "File::KDBX::Loader::KDB" : {
284 "file" : "lib/File/KDBX/Loader/KDB.pm",
285 "version" : "0.900"
286 },
287 "File::KDBX::Loader::Raw" : {
288 "file" : "lib/File/KDBX/Loader/Raw.pm",
289 "version" : "0.900"
290 },
291 "File::KDBX::Loader::V3" : {
292 "file" : "lib/File/KDBX/Loader/V3.pm",
293 "version" : "0.900"
294 },
295 "File::KDBX::Loader::V4" : {
296 "file" : "lib/File/KDBX/Loader/V4.pm",
297 "version" : "0.900"
298 },
299 "File::KDBX::Loader::XML" : {
300 "file" : "lib/File/KDBX/Loader/XML.pm",
301 "version" : "0.900"
302 },
303 "File::KDBX::Object" : {
304 "file" : "lib/File/KDBX/Object.pm",
305 "version" : "0.900"
306 },
307 "File::KDBX::Safe" : {
308 "file" : "lib/File/KDBX/Safe.pm",
309 "version" : "0.900"
310 },
311 "File::KDBX::Transaction" : {
312 "file" : "lib/File/KDBX/Transaction.pm",
313 "version" : "0.900"
314 },
315 "File::KDBX::Util" : {
316 "file" : "lib/File/KDBX/Util.pm",
317 "version" : "0.900"
318 }
319 },
320 "release_status" : "stable",
321 "resources" : {
322 "bugtracker" : {
323 "web" : "https://github.com/chazmcgarvey/File-KDBX/issues"
324 },
325 "homepage" : "https://github.com/chazmcgarvey/File-KDBX",
326 "repository" : {
327 "type" : "git",
328 "url" : "https://github.com/chazmcgarvey/File-KDBX.git",
329 "web" : "https://github.com/chazmcgarvey/File-KDBX"
330 }
331 },
332 "version" : "0.900",
333 "x_authority" : "cpan:CCM",
334 "x_generated_by_perl" : "v5.34.1",
335 "x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
336 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
337 }
338
This page took 0.051285 seconds and 4 git commands to generate.