-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.89 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.89 KB
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
{
"_from": "query-geo-boundary@0.1.8",
"_id": "query-geo-boundary@0.1.8",
"_inBundle": false,
"_integrity": "sha512-rpiV03EjIHXNGaAyZ7m84x0BOo03h/wz2WFs5ZHMz2zkVd96pu5tCOCbhxjEYMXL6v7sxNMObIaK9eGq9XlZIA==",
"_location": "/query-geo-boundary",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "query-geo-boundary@0.1.8",
"name": "query-geo-boundary",
"escapedName": "query-geo-boundary",
"rawSpec": "0.1.8",
"saveSpec": null,
"fetchSpec": "0.1.8"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/query-geo-boundary/-/query-geo-boundary-0.1.8.tgz",
"_shasum": "aacdc2d30ccb620982d40ad9bb7b0a2c26d46b89",
"_spec": "query-geo-boundary@0.1.8",
"_where": "/Users/xihua/repos.git/test",
"author": {
"name": "tibetty"
},
"bugs": {
"url": "https://github.com/tibetty/QueryGeoBoundary/issues"
},
"bundleDependencies": false,
"dependencies": {
"osm2geojson-lite": "^0.8.5",
"request": "^2.88.0"
},
"deprecated": false,
"description": "A Node.js module to query the geo (administrative area) boundary from OSM nominatim and/or overpass (with a RegExp & Map based XML parser & geojson builder for geo boundary re-construction, <b>3X</b> faster than <a href=\"https://github.com/tyrasd/osmtogeojson\">osmtogeojson</a> only, and almost <b>7X</b> faster than <a href=\"https://github.com/jindw/xmldom\">xmldom</a>, osmtogejson in combination to accomplish the same task)",
"homepage": "https://github.com/tibetty/QueryGeoBoundary#readme",
"keywords": [
"map",
"geo",
"boundary",
"polygon",
"geojson"
],
"license": "UNLICENSED",
"main": "index.js",
"name": "query-geo-boundary",
"repository": {
"type": "git",
"url": "git+https://github.com/tibetty/QueryGeoBoundary.git"
},
"scripts": {
"test": "node test.js"
},
"version": "0.3.5"
}