-
-
Notifications
You must be signed in to change notification settings - Fork 228
/
package.json
70 lines (70 loc) · 1.95 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
{
"name": "umap",
"version": "1.0.0-alpha.1",
"description": "Manage map and features with Leaflet and expose them for backend storage through an API.",
"type": "module",
"directories": {
"test": "test"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"chai": "^3.3.0",
"eslint": "^8.56.0",
"eslint-plugin-compat": "^4.2.0",
"fetch-mock": "^9.11.0",
"happen": "~0.1.3",
"lebab": "^3.2.1",
"mocha": "10.7.3",
"sinon": "^15.1.0",
"uglify-js": "~3.17.4"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha.js",
"vendors": "scripts/vendorsjs.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/umap-project/Leaflet.Storage.git"
},
"keywords": [
"leaflet"
],
"author": "Yohan Boniface",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/umap-project/Leaflet.Storage/issues"
},
"homepage": "http://wiki.openstreetmap.org/wiki/UMap",
"dependencies": {
"@dwayneparton/geojson-to-gpx": "^0.2.0",
"@placemarkio/tokml": "0.3.4",
"@tmcw/togeojson": "^5.8.0",
"colorbrewer": "1.5.7",
"csv2geojson": "github:umap-project/csv2geojson#patched",
"dompurify": "3.1.7",
"georsstogeojson": "^0.2.0",
"jsdom": "^24.0.0",
"leaflet": "1.9.4",
"leaflet-editable": "^1.3.0",
"leaflet-editinosm": "0.2.3",
"leaflet-formbuilder": "0.2.10",
"leaflet-fullscreen": "1.0.2",
"leaflet-hash": "0.2.1",
"leaflet-i18n": "0.3.5",
"leaflet-iconlayers": "^0.2.0",
"leaflet-loading": "0.1.24",
"leaflet-measurable": "0.1.0",
"leaflet-minimap": "^3.6.1",
"leaflet-toolbar": "umap-project/Leaflet.toolbar",
"leaflet.heat": "0.2.0",
"leaflet.locatecontrol": "0.81.1",
"leaflet.markercluster": "^1.5.3",
"leaflet.path.drag": "0.0.6",
"leaflet.photon": "0.9.1",
"osmtogeojson": "^3.0.0-beta.5",
"simple-statistics": "7.8.5"
},
"browserslist": [
"defaults and fully supports es6-module"
]
}