]> Dogcows Code - chaz/p5-File-KDBX/blob - META.json
Version 0.906
[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.025, 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::Cipher::AES" : "0",
108 "Crypt::Digest" : "0",
109 "Crypt::Mac::HMAC" : "0",
110 "Crypt::Misc" : "0.049",
111 "Crypt::Mode::CBC" : "0",
112 "Crypt::PRNG" : "0",
113 "Crypt::Stream::ChaCha" : "0.048",
114 "Crypt::Stream::Salsa20" : "0.055",
115 "Data::Dumper" : "0",
116 "Devel::GlobalDestruction" : "0",
117 "Encode" : "0",
118 "Exporter" : "0",
119 "File::Temp" : "0",
120 "Hash::Util::FieldHash" : "0",
121 "IO::Handle" : "0",
122 "IPC::Cmd" : "0.84",
123 "Iterator::Simple" : "0",
124 "List::Util" : "1.33",
125 "Math::BigInt" : "1.993",
126 "Module::Load" : "0",
127 "Module::Loaded" : "0",
128 "POSIX" : "0",
129 "Ref::Util" : "0",
130 "Scalar::Util" : "0",
131 "Scope::Guard" : "0",
132 "Storable" : "0",
133 "Symbol" : "0",
134 "Text::ParseWords" : "0",
135 "Time::Local" : "1.19",
136 "Time::Piece" : "1.33",
137 "XML::LibXML" : "0",
138 "XML::LibXML::Reader" : "0",
139 "boolean" : "0",
140 "namespace::clean" : "0",
141 "overload" : "0",
142 "perl" : "5.010",
143 "strict" : "0",
144 "warnings" : "0"
145 },
146 "suggests" : {
147 "Crypt::Stream::Serpent" : "0.055",
148 "Crypt::Stream::Twofish" : "0"
149 }
150 },
151 "test" : {
152 "recommends" : {
153 "CPAN::Meta" : "2.120900",
154 "Pass::OTP" : "0"
155 },
156 "requires" : {
157 "ExtUtils::MakeMaker" : "0",
158 "File::Spec" : "0",
159 "FindBin" : "0",
160 "Getopt::Std" : "0",
161 "IO::Handle" : "0",
162 "IPC::Open3" : "0",
163 "Math::BigInt" : "1.993",
164 "Test::Deep" : "0",
165 "Test::Fatal" : "0",
166 "Test::More" : "1.001004_001",
167 "Test::Warnings" : "0",
168 "lib" : "0",
169 "utf8" : "0"
170 },
171 "suggests" : {
172 "POSIX::1003" : "0"
173 }
174 }
175 },
176 "provides" : {
177 "File::KDBX" : {
178 "file" : "lib/File/KDBX.pm",
179 "version" : "0.906"
180 },
181 "File::KDBX::Cipher" : {
182 "file" : "lib/File/KDBX/Cipher.pm",
183 "version" : "0.906"
184 },
185 "File::KDBX::Cipher::CBC" : {
186 "file" : "lib/File/KDBX/Cipher/CBC.pm",
187 "version" : "0.906"
188 },
189 "File::KDBX::Cipher::Stream" : {
190 "file" : "lib/File/KDBX/Cipher/Stream.pm",
191 "version" : "0.906"
192 },
193 "File::KDBX::Constants" : {
194 "file" : "lib/File/KDBX/Constants.pm",
195 "version" : "0.906"
196 },
197 "File::KDBX::Dumper" : {
198 "file" : "lib/File/KDBX/Dumper.pm",
199 "version" : "0.906"
200 },
201 "File::KDBX::Dumper::KDB" : {
202 "file" : "lib/File/KDBX/Dumper/KDB.pm",
203 "version" : "0.906"
204 },
205 "File::KDBX::Dumper::Raw" : {
206 "file" : "lib/File/KDBX/Dumper/Raw.pm",
207 "version" : "0.906"
208 },
209 "File::KDBX::Dumper::V3" : {
210 "file" : "lib/File/KDBX/Dumper/V3.pm",
211 "version" : "0.906"
212 },
213 "File::KDBX::Dumper::V4" : {
214 "file" : "lib/File/KDBX/Dumper/V4.pm",
215 "version" : "0.906"
216 },
217 "File::KDBX::Dumper::XML" : {
218 "file" : "lib/File/KDBX/Dumper/XML.pm",
219 "version" : "0.906"
220 },
221 "File::KDBX::Entry" : {
222 "file" : "lib/File/KDBX/Entry.pm",
223 "version" : "0.906"
224 },
225 "File::KDBX::Error" : {
226 "file" : "lib/File/KDBX/Error.pm",
227 "version" : "0.906"
228 },
229 "File::KDBX::Group" : {
230 "file" : "lib/File/KDBX/Group.pm",
231 "version" : "0.906"
232 },
233 "File::KDBX::IO" : {
234 "file" : "lib/File/KDBX/IO.pm",
235 "version" : "0.906"
236 },
237 "File::KDBX::IO::Crypt" : {
238 "file" : "lib/File/KDBX/IO/Crypt.pm",
239 "version" : "0.906"
240 },
241 "File::KDBX::IO::HashBlock" : {
242 "file" : "lib/File/KDBX/IO/HashBlock.pm",
243 "version" : "0.906"
244 },
245 "File::KDBX::IO::HmacBlock" : {
246 "file" : "lib/File/KDBX/IO/HmacBlock.pm",
247 "version" : "0.906"
248 },
249 "File::KDBX::Iterator" : {
250 "file" : "lib/File/KDBX/Iterator.pm",
251 "version" : "0.906"
252 },
253 "File::KDBX::KDF" : {
254 "file" : "lib/File/KDBX/KDF.pm",
255 "version" : "0.906"
256 },
257 "File::KDBX::KDF::AES" : {
258 "file" : "lib/File/KDBX/KDF/AES.pm",
259 "version" : "0.906"
260 },
261 "File::KDBX::KDF::Argon2" : {
262 "file" : "lib/File/KDBX/KDF/Argon2.pm",
263 "version" : "0.906"
264 },
265 "File::KDBX::Key" : {
266 "file" : "lib/File/KDBX/Key.pm",
267 "version" : "0.906"
268 },
269 "File::KDBX::Key::ChallengeResponse" : {
270 "file" : "lib/File/KDBX/Key/ChallengeResponse.pm",
271 "version" : "0.906"
272 },
273 "File::KDBX::Key::Composite" : {
274 "file" : "lib/File/KDBX/Key/Composite.pm",
275 "version" : "0.906"
276 },
277 "File::KDBX::Key::File" : {
278 "file" : "lib/File/KDBX/Key/File.pm",
279 "version" : "0.906"
280 },
281 "File::KDBX::Key::Password" : {
282 "file" : "lib/File/KDBX/Key/Password.pm",
283 "version" : "0.906"
284 },
285 "File::KDBX::Key::YubiKey" : {
286 "file" : "lib/File/KDBX/Key/YubiKey.pm",
287 "version" : "0.906"
288 },
289 "File::KDBX::Loader" : {
290 "file" : "lib/File/KDBX/Loader.pm",
291 "version" : "0.906"
292 },
293 "File::KDBX::Loader::KDB" : {
294 "file" : "lib/File/KDBX/Loader/KDB.pm",
295 "version" : "0.906"
296 },
297 "File::KDBX::Loader::Raw" : {
298 "file" : "lib/File/KDBX/Loader/Raw.pm",
299 "version" : "0.906"
300 },
301 "File::KDBX::Loader::V3" : {
302 "file" : "lib/File/KDBX/Loader/V3.pm",
303 "version" : "0.906"
304 },
305 "File::KDBX::Loader::V4" : {
306 "file" : "lib/File/KDBX/Loader/V4.pm",
307 "version" : "0.906"
308 },
309 "File::KDBX::Loader::XML" : {
310 "file" : "lib/File/KDBX/Loader/XML.pm",
311 "version" : "0.906"
312 },
313 "File::KDBX::Object" : {
314 "file" : "lib/File/KDBX/Object.pm",
315 "version" : "0.906"
316 },
317 "File::KDBX::Safe" : {
318 "file" : "lib/File/KDBX/Safe.pm",
319 "version" : "0.906"
320 },
321 "File::KDBX::Transaction" : {
322 "file" : "lib/File/KDBX/Transaction.pm",
323 "version" : "0.906"
324 },
325 "File::KDBX::Util" : {
326 "file" : "lib/File/KDBX/Util.pm",
327 "version" : "0.906"
328 }
329 },
330 "release_status" : "stable",
331 "resources" : {
332 "bugtracker" : {
333 "web" : "https://github.com/chazmcgarvey/File-KDBX/issues"
334 },
335 "homepage" : "https://github.com/chazmcgarvey/File-KDBX",
336 "repository" : {
337 "type" : "git",
338 "url" : "https://github.com/chazmcgarvey/File-KDBX.git",
339 "web" : "https://github.com/chazmcgarvey/File-KDBX"
340 }
341 },
342 "version" : "0.906",
343 "x_authority" : "cpan:CCM",
344 "x_generated_by_perl" : "v5.36.0",
345 "x_serialization_backend" : "Cpanel::JSON::XS version 4.30",
346 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
347 }
348
This page took 0.053685 seconds and 4 git commands to generate.