70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"_from": "@turf/destination@^3.10.3",
|
|
"_id": "@turf/destination@3.14.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-7J5lxBnZlzO8rrA/ObSPQtVKw2w=",
|
|
"_location": "/@turf/destination",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@turf/destination@^3.10.3",
|
|
"name": "@turf/destination",
|
|
"escapedName": "@turf%2fdestination",
|
|
"scope": "@turf",
|
|
"rawSpec": "^3.10.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.10.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/hexgrid-heatmap"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@turf/destination/-/destination-3.14.0.tgz",
|
|
"_shasum": "ec9e65c419d99733bcaeb03f39b48f42d54ac36c",
|
|
"_spec": "@turf/destination@^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 destination module",
|
|
"devDependencies": {
|
|
"@turf/distance": "^3.14.0",
|
|
"benchmark": "^1.0.0",
|
|
"tape": "^3.5.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/Turfjs/turf",
|
|
"keywords": [
|
|
"turf",
|
|
"distance",
|
|
"destination",
|
|
"bearing",
|
|
"miles",
|
|
"km"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "@turf/destination",
|
|
"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"
|
|
}
|