-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
193 lines (192 loc) · 6.36 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
"abstract" : "Map IP addresses to location information",
"author" : [
"Andreas V\u00f6gele <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.032, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Geo-Location-IP",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"Dist::Zilla" : "0",
"Dist::Zilla::Plugin::CopyFilesFromBuild" : "0",
"Dist::Zilla::Plugin::MakeMaker::Awesome" : "0.26",
"Dist::Zilla::Plugin::MetaProvides::Package" : "0",
"Dist::Zilla::Plugin::Test::Kwalitee" : "0",
"Pod::Coverage::TrustPod" : "0",
"Test::Kwalitee" : "1.21",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08"
}
},
"runtime" : {
"requires" : {
"IP::Geolocation::MMDB" : "1.011",
"Object::Pad" : "0.810",
"Scalar::Util" : "0",
"Socket" : "0",
"overload" : "0",
"perl" : "5.026",
"utf8" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"File::Spec::Functions" : "0",
"Test::More" : "0"
}
}
},
"provides" : {
"Geo::Location::IP" : {
"file" : "lib/Geo/Location/IP.pm",
"version" : "0.003"
},
"Geo::Location::IP::Address" : {
"file" : "lib/Geo/Location/IP/Address.pm",
"version" : "0.003"
},
"Geo::Location::IP::Database::Reader" : {
"file" : "lib/Geo/Location/IP/Database/Reader.pm",
"version" : "0.003"
},
"Geo::Location::IP::Database::SimpleReader" : {
"file" : "lib/Geo/Location/IP/Database/SimpleReader.pm",
"version" : "0.003"
},
"Geo::Location::IP::Error::AddressNotFound" : {
"file" : "lib/Geo/Location/IP/Error/AddressNotFound.pm",
"version" : "0.003"
},
"Geo::Location::IP::Error::Generic" : {
"file" : "lib/Geo/Location/IP/Error/Generic.pm",
"version" : "0.003"
},
"Geo::Location::IP::Model::ASN" : {
"file" : "lib/Geo/Location/IP/Model/ASN.pm",
"version" : "0.003"
},
"Geo::Location::IP::Model::AnonymousIP" : {
"file" : "lib/Geo/Location/IP/Model/AnonymousIP.pm",
"version" : "0.003"
},
"Geo::Location::IP::Model::City" : {
"file" : "lib/Geo/Location/IP/Model/City.pm",
"version" : "0.003"
},
"Geo::Location::IP::Model::ConnectionType" : {
"file" : "lib/Geo/Location/IP/Model/ConnectionType.pm",
"version" : "0.003"
},
"Geo::Location::IP::Model::Country" : {
"file" : "lib/Geo/Location/IP/Model/Country.pm",
"version" : "0.003"
},
"Geo::Location::IP::Model::Domain" : {
"file" : "lib/Geo/Location/IP/Model/Domain.pm",
"version" : "0.003"
},
"Geo::Location::IP::Model::Enterprise" : {
"file" : "lib/Geo/Location/IP/Model/Enterprise.pm",
"version" : "0.003"
},
"Geo::Location::IP::Model::ISP" : {
"file" : "lib/Geo/Location/IP/Model/ISP.pm",
"version" : "0.003"
},
"Geo::Location::IP::Model::Insights" : {
"file" : "lib/Geo/Location/IP/Model/Insights.pm",
"version" : "0.003"
},
"Geo::Location::IP::Network" : {
"file" : "lib/Geo/Location/IP/Network.pm",
"version" : "0.003"
},
"Geo::Location::IP::Record::City" : {
"file" : "lib/Geo/Location/IP/Record/City.pm",
"version" : "0.003"
},
"Geo::Location::IP::Record::Continent" : {
"file" : "lib/Geo/Location/IP/Record/Continent.pm",
"version" : "0.003"
},
"Geo::Location::IP::Record::Country" : {
"file" : "lib/Geo/Location/IP/Record/Country.pm",
"version" : "0.003"
},
"Geo::Location::IP::Record::Location" : {
"file" : "lib/Geo/Location/IP/Record/Location.pm",
"version" : "0.003"
},
"Geo::Location::IP::Record::MaxMind" : {
"file" : "lib/Geo/Location/IP/Record/MaxMind.pm",
"version" : "0.003"
},
"Geo::Location::IP::Record::Postal" : {
"file" : "lib/Geo/Location/IP/Record/Postal.pm",
"version" : "0.003"
},
"Geo::Location::IP::Record::RepresentedCountry" : {
"file" : "lib/Geo/Location/IP/Record/RepresentedCountry.pm",
"version" : "0.003"
},
"Geo::Location::IP::Record::Subdivision" : {
"file" : "lib/Geo/Location/IP/Record/Subdivision.pm",
"version" : "0.003"
},
"Geo::Location::IP::Record::Traits" : {
"file" : "lib/Geo/Location/IP/Record/Traits.pm",
"version" : "0.003"
},
"Geo::Location::IP::Role::HasIPAddress" : {
"file" : "lib/Geo/Location/IP/Role/HasIPAddress.pm",
"version" : "0.003"
},
"Geo::Location::IP::Role::HasLocales" : {
"file" : "lib/Geo/Location/IP/Role/HasLocales.pm",
"version" : "0.003"
},
"Geo::Location::IP::Role::Record::HasConfidence" : {
"file" : "lib/Geo/Location/IP/Role/Record/HasConfidence.pm",
"version" : "0.003"
},
"Geo::Location::IP::Role::Record::HasGeoNameId" : {
"file" : "lib/Geo/Location/IP/Role/Record/HasGeoNameId.pm",
"version" : "0.003"
},
"Geo::Location::IP::Role::Record::HasNames" : {
"file" : "lib/Geo/Location/IP/Role/Record/HasNames.pm",
"version" : "0.003"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/voegelas/Geo-Location-IP/issues"
},
"homepage" : "https://github.com/voegelas/Geo-Location-IP/wiki",
"repository" : {
"type" : "git",
"url" : "https://github.com/voegelas/Geo-Location-IP.git",
"web" : "https://github.com/voegelas/Geo-Location-IP"
}
},
"version" : "0.003",
"x_generated_by_perl" : "v5.40.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.39",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}