-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "vicmap-addresses2osm",
"version": "1.0.0",
"description": "Transform upstream VicMap Address data into OSM schema",
"main": "index.js",
"author": "Andrew Harvey <[email protected]>",
"license": "MIT",
"scripts": {
"test": "./node_modules/.bin/tape test/toOSM.js test/cluster.js test/unitsToRanges.js test/withinRange.js test/valueLimits.js test/reduceRangeDuplicates.js test/reduceOverlap.js"
},
"dependencies": {
"@turf/bbox": "^6.3.0",
"@turf/boolean-intersects": "^6.3.0",
"@turf/centroid": "^6.3.0",
"@turf/convex": "^6.3.0",
"@turf/distance": "^6.3.0",
"@turf/helpers": "^6.3.0",
"capital-case": "^1.0.4",
"cheap-ruler": "^3.0.1",
"clone-deep": "^4.0.1",
"flatbush": "^3.3.0",
"geoflatbush": "^1.0.0",
"geojsontoosm": "^0.0.3",
"mktemp": "^1.0.0",
"ndjson": "^2.0.0",
"node-fetch": "^2.6.1",
"object.omit": "^3.0.0",
"osm-geojson": "^0.8.4",
"polygon-lookup": "^2.6.0",
"readable-stream": "^3.6.0",
"string-comparison": "^1.0.9",
"tape": "^5.2.2",
"xml-js": "^1.6.11",
"yargs": "^17.0.1"
},
"engines": {
"node": ">=15.0"
}
}