add immoweb ui

This commit is contained in:
Viktor Barzin 2025-05-26 19:41:36 +00:00
parent 7e8c79d3d1
commit 151da16c27
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
266 changed files with 264879 additions and 0 deletions

65
immoweb/node_modules/@turf/invariant/package.json generated vendored Normal file
View file

@ -0,0 +1,65 @@
{
"_from": "@turf/invariant@^3.13.0",
"_id": "@turf/invariant@3.13.0",
"_inBundle": false,
"_integrity": "sha1-iSQzCM1WMgboHlxhYuDSL2GCL5A=",
"_location": "/@turf/invariant",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@turf/invariant@^3.13.0",
"name": "@turf/invariant",
"escapedName": "@turf%2finvariant",
"scope": "@turf",
"rawSpec": "^3.13.0",
"saveSpec": null,
"fetchSpec": "^3.13.0"
},
"_requiredBy": [
"/@turf/destination",
"/@turf/distance"
],
"_resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-3.13.0.tgz",
"_shasum": "89243308cd563206e81e5c6162e0d22f61822f90",
"_spec": "@turf/invariant@^3.13.0",
"_where": "/home/kadir/workspace/webimmo/node_modules/@turf/destination",
"author": {
"name": "Turf Authors"
},
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "turf invariant module",
"devDependencies": {
"@turf/helpers": "^3.13.0",
"benchmark": "^2.1.3",
"tape": "^3.5.0"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/Turfjs/turf",
"keywords": [
"turf",
"invariant",
"expectations"
],
"license": "MIT",
"main": "index.js",
"name": "@turf/invariant",
"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.13.0"
}