wrongmove/immoweb/node_modules/@turf/bbox/package.json
2025-05-26 19:41:36 +00:00

68 lines
1.5 KiB
JSON

{
"_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"
}