-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathMETA.json
128 lines (128 loc) · 3.55 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"abstract" : "Get contacts/addressbook from Web",
"author" : [
"Fayland Lam <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.422",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "WWW-Contact",
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0.90"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.42"
}
},
"runtime" : {
"requires" : {
"Crypt::SSLeay" : "0",
"HTML::Entities" : "0",
"HTML::TokeParser::Simple" : "0",
"HTML::TreeBuilder" : "0",
"JSON::XS" : "0",
"Moose" : "0.77",
"Net::DNS::Resolver" : "0",
"Net::Google::AuthSub" : "0",
"Text::CSV" : "0",
"Text::vCard" : "0",
"WWW::Mechanize" : "0",
"WWW::Mechanize::GZip" : "0"
}
}
},
"provides" : {
"WWW::Contact" : {
"file" : "lib/WWW/Contact.pm",
"version" : "0.51"
},
"WWW::Contact::AOL" : {
"file" : "lib/WWW/Contact/AOL.pm",
"version" : "0.51"
},
"WWW::Contact::BG::Abv" : {
"file" : "lib/WWW/Contact/BG/Abv.pm",
"version" : "0.26"
},
"WWW::Contact::BG::Mail" : {
"file" : "lib/WWW/Contact/BG/Mail.pm",
"version" : "0.26"
},
"WWW::Contact::Base" : {
"file" : "lib/WWW/Contact/Base.pm",
"version" : "0.16"
},
"WWW::Contact::CN::163" : {
"file" : "lib/WWW/Contact/CN/163.pm",
"version" : "0.28"
},
"WWW::Contact::Gmail" : {
"file" : "lib/WWW/Contact/Gmail.pm",
"version" : "0.24"
},
"WWW::Contact::GoogleAuthSubWrapper" : {
"file" : "lib/WWW/Contact/GoogleContactsAPIOAuth2.pm",
"version" : "0.001"
},
"WWW::Contact::GoogleContactsAPI" : {
"file" : "lib/WWW/Contact/GoogleContactsAPI.pm",
"version" : "0.44"
},
"WWW::Contact::GoogleContactsAPIOAuth2" : {
"file" : "lib/WWW/Contact/GoogleContactsAPIOAuth2.pm",
"version" : "0.001"
},
"WWW::Contact::GoogleContactsAPIOAuth2::MockResponse" : {
"file" : "lib/WWW/Contact/GoogleContactsAPIOAuth2.pm"
},
"WWW::Contact::Hotmail" : {
"file" : "lib/WWW/Contact/Hotmail.pm",
"version" : "0.46"
},
"WWW::Contact::Indiatimes" : {
"file" : "lib/WWW/Contact/Indiatimes.pm",
"version" : "0.16"
},
"WWW::Contact::Lycos" : {
"file" : "lib/WWW/Contact/Lycos.pm",
"version" : "0.16"
},
"WWW::Contact::Mail" : {
"file" : "lib/WWW/Contact/Mail.pm",
"version" : "0.16"
},
"WWW::Contact::Plaxo" : {
"file" : "lib/WWW/Contact/Plaxo.pm",
"version" : "0.16"
},
"WWW::Contact::Rediffmail" : {
"file" : "lib/WWW/Contact/Rediffmail.pm",
"version" : "0.30"
},
"WWW::Contact::Yahoo" : {
"file" : "lib/WWW/Contact/Yahoo.pm",
"version" : "0.46"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "http://github.com/fayland/perl-www-contact/tree/master"
}
},
"version" : "0.51",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}