-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
54 lines (54 loc) · 1.24 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
{
"abstract" : "Calculate ED2K digests",
"author" : [
"Benjamin Herweyer <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4229",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Digest-ED2K",
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.42",
"version" : "0.77"
}
},
"runtime" : {
"requires" : {
"Digest::MD4" : "1.3",
"Digest::base" : "1.03",
"common::sense" : "0",
"perl" : "v5.8.0"
}
}
},
"provides" : {
"Digest::ED2K" : {
"file" : "lib/Digest/ED2K.pm",
"version" : "v1.1.1"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://www.perlfoundation.org/artistic_license_2_0"
],
"repository" : {
"url" : "https://github.com/bherw/Digest-ED2K"
}
},
"version" : "v1.1.1",
"x_serialization_backend" : "JSON::PP version 4.04"
}