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