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