add immoweb ui
This commit is contained in:
parent
7e8c79d3d1
commit
151da16c27
266 changed files with 264879 additions and 0 deletions
68
immoweb/node_modules/@turf/bbox/package.json
generated
vendored
Normal file
68
immoweb/node_modules/@turf/bbox/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"_from": "@turf/bbox@^3.14.0",
|
||||
"_id": "@turf/bbox@3.14.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-zuXzlt3nisqc7eBeESLbGLxQRjU=",
|
||||
"_location": "/@turf/bbox",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@turf/bbox@^3.14.0",
|
||||
"name": "@turf/bbox",
|
||||
"escapedName": "@turf%2fbbox",
|
||||
"scope": "@turf",
|
||||
"rawSpec": "^3.14.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.14.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@turf/center"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-3.14.0.tgz",
|
||||
"_shasum": "cee5f396dde78aca9cede05e1122db18bc504635",
|
||||
"_spec": "@turf/bbox@^3.14.0",
|
||||
"_where": "/home/kadir/workspace/webimmo/node_modules/@turf/center",
|
||||
"author": {
|
||||
"name": "Turf Authors"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Turfjs/turf/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@turf/meta": "^3.14.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "turf bbox module",
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/Turfjs/turf",
|
||||
"keywords": [
|
||||
"turf",
|
||||
"extent",
|
||||
"bbox",
|
||||
"polygon",
|
||||
"featurecollection",
|
||||
"geojson"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "@turf/bbox",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Turfjs/turf.git"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "node bench.js",
|
||||
"test": "node test.js"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "3.14.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue