-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
105 lines (105 loc) · 2.53 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
{
"abstract" : "ACME/Let's Encrypt client",
"author" : [
"Andre Tomt <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Module::Build version 0.4231",
"license" : [
"gpl_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Acne",
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : 0
}
},
"configure" : {
"requires" : {
"Module::Build" : 0
}
},
"runtime" : {
"requires" : {
"HTTP::Tiny" : 0.012,
"IO::Socket::SSL" : 1.56,
"JSON::PP" : 2.27105,
"Net::SSLeay" : 1.49
}
}
},
"provides" : {
"ACME::Client" : {
"file" : "lib/ACME/Client.pm"
},
"ACME::Client::JWS" : {
"file" : "lib/ACME/Client/JWS.pm"
},
"ACNE" : {
"file" : "lib/ACNE.pm",
"version" : "0.01"
},
"ACNE::CA" : {
"file" : "lib/ACNE/CA.pm"
},
"ACNE::Cert" : {
"file" : "lib/ACNE/Cert.pm"
},
"ACNE::Cmd::Account" : {
"file" : "lib/ACNE/Cmd/Account.pm"
},
"ACNE::Cmd::Help" : {
"file" : "lib/ACNE/Cmd/Help.pm"
},
"ACNE::Cmd::Init" : {
"file" : "lib/ACNE/Cmd/Init.pm"
},
"ACNE::Cmd::Install" : {
"file" : "lib/ACNE/Cmd/Install.pm"
},
"ACNE::Cmd::New" : {
"file" : "lib/ACNE/Cmd/New.pm"
},
"ACNE::Cmd::Renew" : {
"file" : "lib/ACNE/Cmd/Renew.pm"
},
"ACNE::Common" : {
"file" : "lib/ACNE/Common.pm"
},
"ACNE::Crypto::ECDSA" : {
"file" : "lib/ACNE/Crypto/ECDSA.pm"
},
"ACNE::Crypto::RSA" : {
"file" : "lib/ACNE/Crypto/RSA.pm"
},
"ACNE::OpenSSL::Date" : {
"file" : "lib/ACNE/OpenSSL/Date.pm"
},
"ACNE::OpenSSL::ECDSA" : {
"file" : "lib/ACNE/OpenSSL/ECDSA.pm"
},
"ACNE::OpenSSL::RSA" : {
"file" : "lib/ACNE/OpenSSL/RSA.pm"
},
"ACNE::OpenSSL::RSA::FakeNum" : {
"file" : "lib/ACNE/OpenSSL/RSA/FakeNum.pm"
},
"ACNE::Util::File" : {
"file" : "lib/ACNE/Util/File.pm"
},
"ACNE::Util::Rand" : {
"file" : "lib/ACNE/Util/Rand.pm"
},
"ACNE::Validator" : {
"file" : "lib/ACNE/Validator.pm"
}
},
"release_status" : "unstable",
"version" : "0.01",
"x_serialization_backend" : "JSON::PP version 4.02"
}