short-distance
Version:
Calculates the shortest distance from a starting point to multiple destinations.
18 lines (17 loc) • 368 B
JSON
{
"name": "short-distance",
"version": "1.0.4",
"main": "index.js",
"repository": "https://github.com/13x54n/short-distance.git",
"author": "13x54n <laxman.rai.07.26@gmail.com>",
"license": "MIT",
"keywords": [
"shortest-path",
"haversine",
"distance",
"distance-calculation"
],
"dependencies": {
"short-distance": "^1.0.3"
}
}