wrongmove/immoweb/node_modules/hexgrid-heatmap/package.json
2025-05-26 19:41:36 +00:00

58 lines
1.6 KiB
JSON

{
"_from": "hexgrid-heatmap",
"_id": "hexgrid-heatmap@0.1.2",
"_inBundle": false,
"_integrity": "sha1-5PNz1fe3e+e9IRzdQNBznnvQb0Q=",
"_location": "/hexgrid-heatmap",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "hexgrid-heatmap",
"name": "hexgrid-heatmap",
"escapedName": "hexgrid-heatmap",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/hexgrid-heatmap/-/hexgrid-heatmap-0.1.2.tgz",
"_shasum": "e4f373d5f7b77be7bd211cdd40d0739e7bd06f44",
"_spec": "hexgrid-heatmap",
"_where": "/home/kadir/workspace/webimmo",
"author": {
"name": "Sam Kronick",
"email": "sam.kronick@mapbox.com",
"url": "http://samkronick.com"
},
"bugs": {
"url": "https://github.com/kronick/HexgridHeatmap/issues"
},
"bundleDependencies": false,
"dependencies": {
"@turf/center": "^3.10.3",
"@turf/destination": "^3.10.3",
"@turf/distance": "^3.10.3",
"@turf/hex-grid": "^3.10.3",
"rbush": "^2.0.1"
},
"deprecated": false,
"description": "A hexgrid-based heatmap layer for your Mapbox GL JS map",
"homepage": "https://github.com/kronick/HexgridHeatmap#readme",
"license": "ISC",
"main": "HexgridHeatmap.js",
"name": "hexgrid-heatmap",
"repository": {
"type": "git",
"url": "git+https://github.com/kronick/HexgridHeatmap.git"
},
"scripts": {
"build": "browserify index.js -o dist/HexgridHeatmap.js",
"dev": "watchify index.js -o dist/HexgridHeatmap.js --verbose",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.2"
}