-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA6.json
43 lines (43 loc) · 1.01 KB
/
META6.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
{
"name": "Data::Geographics",
"description": "Country data and city data.",
"version": "0.1.5",
"perl": "6.d",
"authors": [
"Anton Antonov"
],
"auth": "zef:antononcube",
"depends": [],
"build-depends": [],
"test-depends": [],
"provides": {
"Data::Geographics": "lib/Data/Geographics.rakumod",
"Data::Geographics::GeoHash": "lib/Data/Geographics/GeoHash.rakumod"
},
"resources": [
"aCountryRecords.json",
"dfBotswanaCityRecords.csv",
"dfBulgariaCityRecords.csv",
"dfCanadaCityRecords.csv",
"dfGermanyCityRecords.csv",
"dfHungaryCityRecords.csv",
"dfRussiaCityRecords.csv",
"dfSpainCityRecords.csv",
"dfUkraineCityRecords.csv",
"dfUnitedStatesCityRecords.csv"
],
"license": "Artistic-2.0",
"tags": [
"city data",
"city",
"country data",
"country",
"data",
"geohash",
"geographical data",
"geographical",
"geographics"
],
"api": "1",
"source-url": "https://github.com/antononcube/Raku-Data-Geographics.git"
}