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

68 lines
1.6 KiB
JSON

{
"_from": "@turf/distance@^3.10.3",
"_id": "@turf/distance@3.14.0",
"_inBundle": false,
"_integrity": "sha1-cbDG8mXSO7MAQZjm2jL4KWT0L4s=",
"_location": "/@turf/distance",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@turf/distance@^3.10.3",
"name": "@turf/distance",
"escapedName": "@turf%2fdistance",
"scope": "@turf",
"rawSpec": "^3.10.3",
"saveSpec": null,
"fetchSpec": "^3.10.3"
},
"_requiredBy": [
"/@turf/hex-grid",
"/hexgrid-heatmap"
],
"_resolved": "https://registry.npmjs.org/@turf/distance/-/distance-3.14.0.tgz",
"_shasum": "71b0c6f265d23bb3004198e6da32f82964f42f8b",
"_spec": "@turf/distance@^3.10.3",
"_where": "/home/kadir/workspace/webimmo/node_modules/hexgrid-heatmap",
"author": {
"name": "Turf Authors"
},
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"bundleDependencies": false,
"dependencies": {
"@turf/helpers": "^3.13.0",
"@turf/invariant": "^3.13.0"
},
"deprecated": false,
"description": "turf distance module",
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/Turfjs/turf",
"keywords": [
"turf",
"distance",
"miles",
"km"
],
"license": "MIT",
"main": "index.js",
"name": "@turf/distance",
"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"
}