-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
76 lines (76 loc) · 2.02 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
{
"name": "imports",
"version": "1.0.0",
"description": "OSM Canada imports",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/osmottawa/imports.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/osmottawa/imports/issues"
},
"homepage": "https://github.com/osmottawa/imports#readme",
"dependencies": {
"@turf/buffer": "^3.7.0",
"@turf/explode": "^3.7.0",
"@turf/helpers": "^3.6.3",
"@turf/meta": "^3.7.5",
"@turf/simplify": "^3.7.0",
"@turf/turf": "^3.14.3",
"@types/babyparse": "0.0.30",
"@types/bluebird": "^3.0.33",
"@types/change-case": "0.0.30",
"@types/cheap-ruler": "^2.4.1",
"@types/concaveman": "^1.1.2",
"@types/geojson": "0.0.31",
"@types/geojson2osm": "0.0.1",
"@types/js-yaml": "^3.5.28",
"@types/lodash": "^4.14.36",
"@types/node": "^6.0.41",
"@types/rbush": "^2.0.2",
"@types/request": "0.0.31",
"@types/request-promise": "^3.0.32",
"async": "^2.1.4",
"axios": "^0.15.2",
"babyparse": "^0.4.6",
"change-case": "^3.0.0",
"cheap-ruler": "^2.4.1",
"concaveman": "^1.1.1",
"csv": "^1.1.0",
"csv2geojson": "^5.0.2",
"deep-slice": "^1.0.0",
"es6-promise": "^3.3.1",
"execa": "^0.6.0",
"form-data": "^2.0.0",
"geojson-rbush": "^2.2.1",
"geojson-stream": "0.0.1",
"geojson-writer": "^0.3.6",
"geojson2osm": "0.0.6",
"global-mercator": "^0.4.2",
"isomorphic-fetch": "^2.2.1",
"js-yaml": "^3.6.1",
"lodash": "^4.15.0",
"meow": "^3.7.0",
"polylabel": "^1.0.2",
"proj4": "^2.3.15",
"rbush": "^2.0.1",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"shapefile": "^0.5.6",
"ts-node": "^1.3.0",
"tslint": "^3.15.1",
"turf": "^3.0.14",
"typescript": "^2.0.3",
"whatwg-fetch": "^1.0.0",
"wikidata-sdk": "^4.1.0",
"xmldom": "^0.1.27"
},
"devDependencies": {
"@types/axios": "^0.9.33",
"@types/geojson2osm": "0.0.1",
"@types/meow": "^3.6.1"
}
}