{
  "_args": [
    [
      "haversine-distance@1.2.1",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "haversine-distance@1.2.1",
  "_id": "haversine-distance@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-rQpG89d6NlAis0eqOSFXDqNU/GZcMPlHNVMqTSzD16niD9s1fDK8T6kwrK0WJ7OMU+iRNy3cgGYnNQihMqmaHg==",
  "_location": "/haversine-distance",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "haversine-distance@1.2.1",
    "name": "haversine-distance",
    "escapedName": "haversine-distance",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/haversine-distance/-/haversine-distance-1.2.1.tgz",
  "_spec": "1.2.1",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Daniel Cousens"
  },
  "bugs": {
    "url": "https://github.com/dcousens/haversine-distance/issues"
  },
  "description": "Haversine formula in Javascript. In meters. Nothing more.",
  "devDependencies": {
    "standard": "*",
    "tape": "^4.9.1"
  },
  "homepage": "https://github.com/dcousens/haversine-distance",
  "keywords": [
    "haversine",
    "distance",
    "geography",
    "latitude",
    "longitude",
    "coordinates",
    "math",
    "meters"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "haversine-distance",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcousens/haversine-distance.git"
  },
  "scripts": {
    "standard": "standard",
    "test": "npm run-script unit",
    "unit": "tape test/index.js"
  },
  "types": "types.d.ts",
  "version": "1.2.1"
}
