add immoweb ui
This commit is contained in:
parent
7e8c79d3d1
commit
151da16c27
266 changed files with 264879 additions and 0 deletions
58
immoweb/node_modules/hexgrid-heatmap/package.json
generated
vendored
Normal file
58
immoweb/node_modules/hexgrid-heatmap/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"_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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue