-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
96 lines (96 loc) · 2.42 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
{
"abstract" : "PDF manipulation library",
"author" : [
"Clotho Advanced Media, Inc. <cpan@clotho.com>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "CAM-PDF",
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.40"
}
},
"runtime" : {
"recommends" : {
"Getopt::Long" : "2.0",
"Pod::Usage" : "1.0",
"Test::Memory::Cycle" : "1.02",
"Test::Pod" : "0",
"Test::Pod::Coverage" : "0"
},
"requires" : {
"Crypt::RC4" : "2.02",
"Digest::MD5" : "2.16",
"Text::PDF" : "0.29",
"perl" : "v5.6.0"
}
}
},
"provides" : {
"CAM::PDF" : {
"file" : "lib/CAM/PDF.pm",
"version" : "1.60"
},
"CAM::PDF::Content" : {
"file" : "lib/CAM/PDF/Content.pm",
"version" : "1.60"
},
"CAM::PDF::Decrypt" : {
"file" : "lib/CAM/PDF/Decrypt.pm",
"version" : "1.60"
},
"CAM::PDF::GS" : {
"file" : "lib/CAM/PDF/GS.pm",
"version" : "1.60"
},
"CAM::PDF::GS::NoText" : {
"file" : "lib/CAM/PDF/GS/NoText.pm",
"version" : "1.60"
},
"CAM::PDF::Node" : {
"file" : "lib/CAM/PDF/Node.pm",
"version" : "1.60"
},
"CAM::PDF::PageText" : {
"file" : "lib/CAM/PDF/PageText.pm",
"version" : "1.60"
},
"CAM::PDF::Renderer::Dump" : {
"file" : "lib/CAM/PDF/Renderer/Dump.pm",
"version" : "1.60"
},
"CAM::PDF::Renderer::Images" : {
"file" : "lib/CAM/PDF/Renderer/Images.pm",
"version" : "1.60"
},
"CAM::PDF::Renderer::Text" : {
"file" : "lib/CAM/PDF/Renderer/Text.pm",
"version" : "1.60"
},
"CAM::PDF::Renderer::TextFB" : {
"file" : "lib/CAM/PDF/Renderer/TextFB.pm",
"version" : "1.60"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
]
},
"version" : "1.60"
}