forked from rapomon/geojson-places
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.87 KB
/
package.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
{
"_from": "geojson-places",
"_location": "/geojson-places",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "geojson-places",
"name": "geojson-places",
"escapedName": "geojson-places",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"author": {
"name": "Raúl Polanco Montiel",
"email": "[email protected]",
"url": "https://github.com/rapomon"
},
"bugs": {
"url": "https://github.com/rapomon/geojson-places/issues"
},
"deprecated": false,
"description": "Reverse geocoding to determine the location where it is contained (continent, country, region and state) from the latitude and longitude specified. This module also has tools to get lists of continents, country groupings, countries, regions and states in the specified language.",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@turf/turf": "^6.5.0",
"cli-color": "^2.0.3",
"i18n-iso-countries": "^7.5.0",
"iso3166-2-db": "^2.3.10",
"tap-spec": "^5.0.0",
"tape": "^5.6.3"
},
"homepage": "https://github.com/rapomon/geojson-places",
"keywords": [
"local",
"reverse",
"geocoder",
"geolocalizer",
"geocoding",
"i18n",
"l10n",
"iso-3166-2",
"iso-3166-3",
"continent",
"country",
"country grouping",
"region",
"state",
"geojson",
"polygon",
"latitude",
"longitude"
],
"license": "ISC",
"main": "src/index.js",
"name": "geojson-places",
"repository": {
"type": "git",
"url": "git+https://github.com/rapomon/geojson-places.git"
},
"scripts": {
"test": "tape ./test/*spec.js | tap-spec",
"build": "node ./src/build.js",
"lint": "eslint . --ext .js"
},
"version": "1.0.8",
"dependencies": {
"just-clone": "^6.2.0"
}
}