add immoweb ui
This commit is contained in:
parent
7e8c79d3d1
commit
151da16c27
266 changed files with 264879 additions and 0 deletions
79
immoweb/node_modules/rbush/package.json
generated
vendored
Normal file
79
immoweb/node_modules/rbush/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
{
|
||||
"_from": "rbush@^2.0.1",
|
||||
"_id": "rbush@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-TPrKKMMGS8DudUMaG3mZDode76k=",
|
||||
"_location": "/rbush",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "rbush@^2.0.1",
|
||||
"name": "rbush",
|
||||
"escapedName": "rbush",
|
||||
"rawSpec": "^2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/hexgrid-heatmap"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/rbush/-/rbush-2.0.1.tgz",
|
||||
"_shasum": "4cfaca28c3064bc0ee75431a1b79990e875eefa9",
|
||||
"_spec": "rbush@^2.0.1",
|
||||
"_where": "/home/kadir/workspace/webimmo/node_modules/hexgrid-heatmap",
|
||||
"author": {
|
||||
"name": "Vladimir Agafonkin"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mourner/rbush/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"quickselect": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)",
|
||||
"devDependencies": {
|
||||
"benchmark": "^2.1.0",
|
||||
"browserify": "^13.0.1",
|
||||
"eslint": "^2.10.2",
|
||||
"eslint-config-mourner": "^2.0.1",
|
||||
"faucet": "0.0.1",
|
||||
"istanbul": "~0.4.3",
|
||||
"tape": "^4.5.1",
|
||||
"uglify-js": "^2.6.4"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "mourner",
|
||||
"rules": {
|
||||
"new-cap": 0,
|
||||
"consistent-return": 0
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/mourner/rbush",
|
||||
"keywords": [
|
||||
"spatial",
|
||||
"tree",
|
||||
"search",
|
||||
"rectangle",
|
||||
"index",
|
||||
"math"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "rbush",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mourner/rbush.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "browserify index.js -s rbush -o rbush.js",
|
||||
"build-min": "browserify index.js -s rbush | uglifyjs -c warnings=false -m > rbush.min.js",
|
||||
"cov": "istanbul cover test/test.js -x test/test.js",
|
||||
"perf": "node ./debug/perf.js",
|
||||
"prepublish": "npm run build && npm run build-min",
|
||||
"test": "eslint index.js test/test.js && node test/test.js | faucet"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue