haversine-geolocation
Version:
Get distances between two points or get closest position to current point. Based on the Haversine Formula
50 lines (49 loc) • 1.57 kB
JSON
{
"name": "haversine-geolocation",
"version": "1.6.0",
"description": "Get distances between two points or get closest position to current point. Based on the Haversine Formula",
"main": "dist/build.js",
"scripts": {
"build": "webpack --progress",
"build-pack": "npm run build && rm -f -- performy-* && npm pack",
"test": "NODE_ENV=testing karma start --single-run",
"test:watch": "NODE_ENV=testing karma start"
},
"keywords": [
"geolocation",
"haversine",
"coordinates",
"javascript",
"es-6",
"node.js"
],
"author": "Daniil Sydorenko <daniildeveloper@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/DaniilSydorenko/haversine-geolocation.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-loader": "^8.2.3",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-json-strings": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-regenerator": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"jasmine-core": "^3.10.1",
"karma": "^6.3.8",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"karma-webpack": "^5.0.0",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1",
"cross-env": "^7.0.3",
"source-map-loader": "^3.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4"
}
}