2018-06-02 12:21:40 +02:00
|
|
|
{
|
2018-06-02 14:00:13 +02:00
|
|
|
"name": "umap",
|
|
|
|
"version": "1.0.0-alpha.1",
|
2018-06-02 12:21:40 +02:00
|
|
|
"description": "Manage map and features with Leaflet and expose them for backend storage through an API.",
|
2024-03-22 17:04:32 +01:00
|
|
|
"type": "module",
|
2018-06-02 12:21:40 +02:00
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^3.3.0",
|
2024-01-29 14:13:03 -05:00
|
|
|
"eslint": "^8.56.0",
|
|
|
|
"eslint-plugin-compat": "^4.2.0",
|
2024-01-30 17:31:35 +01:00
|
|
|
"fetch-mock": "^9.11.0",
|
2018-06-02 12:21:40 +02:00
|
|
|
"happen": "~0.1.3",
|
2023-05-12 14:04:59 -04:00
|
|
|
"lebab": "^3.2.1",
|
2024-03-22 17:04:32 +01:00
|
|
|
"mocha": "^10.3.0",
|
2018-06-02 12:21:40 +02:00
|
|
|
"optimist": "~0.4.0",
|
2023-05-12 13:57:03 -04:00
|
|
|
"prettier": "^2.8.8",
|
2023-05-26 13:39:58 -04:00
|
|
|
"sinon": "^15.1.0",
|
2023-05-02 18:13:26 +02:00
|
|
|
"uglify-js": "~3.17.4"
|
2018-06-02 12:21:40 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-03-22 17:04:32 +01:00
|
|
|
"test": "node_modules/mocha/bin/mocha.js",
|
2023-06-05 13:19:14 +02:00
|
|
|
"vendors": "scripts/vendorsjs.sh"
|
2018-06-02 12:21:40 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/umap-project/Leaflet.Storage.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"leaflet"
|
|
|
|
],
|
|
|
|
"author": "Yohan Boniface",
|
2024-03-22 17:04:32 +01:00
|
|
|
"license": "AGPLv3",
|
2018-06-02 12:21:40 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/umap-project/Leaflet.Storage/issues"
|
|
|
|
},
|
|
|
|
"homepage": "http://wiki.openstreetmap.org/wiki/UMap",
|
|
|
|
"dependencies": {
|
2023-08-08 09:02:22 +02:00
|
|
|
"@tmcw/togeojson": "^5.8.0",
|
2023-10-11 19:36:12 +02:00
|
|
|
"colorbrewer": "^1.5.6",
|
2018-09-05 19:57:28 +02:00
|
|
|
"csv2geojson": "5.1.1",
|
2024-03-28 17:02:11 +01:00
|
|
|
"dompurify": "^3.0.11",
|
2018-06-02 12:21:40 +02:00
|
|
|
"georsstogeojson": "^0.1.0",
|
2024-03-28 17:02:11 +01:00
|
|
|
"jsdom": "^24.0.0",
|
2023-07-11 15:57:11 +02:00
|
|
|
"leaflet": "1.9.4",
|
2018-06-02 12:21:40 +02:00
|
|
|
"leaflet-contextmenu": "^1.4.0",
|
2018-09-05 22:13:35 +02:00
|
|
|
"leaflet-editable": "^1.2.0",
|
2018-06-02 12:21:40 +02:00
|
|
|
"leaflet-editinosm": "0.2.3",
|
2023-11-23 12:29:52 +01:00
|
|
|
"leaflet-formbuilder": "0.2.9",
|
2018-06-02 12:21:40 +02:00
|
|
|
"leaflet-fullscreen": "1.0.2",
|
|
|
|
"leaflet-hash": "0.2.1",
|
2024-03-22 18:08:33 +01:00
|
|
|
"leaflet-i18n": "0.3.5",
|
2023-12-15 11:40:52 +01:00
|
|
|
"leaflet-iconlayers": "^0.2.0",
|
2018-06-02 12:21:40 +02:00
|
|
|
"leaflet-loading": "0.1.24",
|
2023-05-02 17:47:31 +02:00
|
|
|
"leaflet-measurable": "0.1.0",
|
2018-06-02 12:21:40 +02:00
|
|
|
"leaflet-minimap": "^3.6.1",
|
|
|
|
"leaflet-toolbar": "umap-project/Leaflet.toolbar",
|
|
|
|
"leaflet.heat": "0.2.0",
|
2023-08-22 18:10:41 +02:00
|
|
|
"leaflet.locatecontrol": "^0.79.0",
|
2023-08-22 18:08:37 +02:00
|
|
|
"leaflet.markercluster": "^1.5.3",
|
2018-06-02 12:21:40 +02:00
|
|
|
"leaflet.path.drag": "0.0.6",
|
2024-03-14 14:45:39 +01:00
|
|
|
"leaflet.photon": "0.9.1",
|
2018-06-02 12:21:40 +02:00
|
|
|
"osmtogeojson": "^3.0.0-beta.3",
|
2023-10-11 19:36:12 +02:00
|
|
|
"simple-statistics": "^7.8.3",
|
2018-06-02 12:21:40 +02:00
|
|
|
"togpx": "^0.5.4",
|
|
|
|
"tokml": "0.4.0"
|
2024-01-29 14:13:03 -05:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 0.5%, last 2 versions, Firefox ESR, not dead, not op_mini all"
|
|
|
|
]
|
2018-06-02 12:21:40 +02:00
|
|
|
}
|