|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_from": "gps-distance@0.0.4",
- "_id": "gps-distance@0.0.4",
- "_inBundle": false,
- "_integrity": "sha1-8LSoFyxmj97AZSkaSZm5YfGRbRA=",
- "_location": "/gps-distance",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "gps-distance@0.0.4",
- "name": "gps-distance",
- "escapedName": "gps-distance",
- "rawSpec": "0.0.4",
- "saveSpec": null,
- "fetchSpec": "0.0.4"
- },
- "_requiredBy": [
- "/hafas-client"
- ],
- "_resolved": "https://registry.npmjs.org/gps-distance/-/gps-distance-0.0.4.tgz",
- "_shasum": "f0b4a8172c668fdec065291a4999b961f1916d10",
- "_spec": "gps-distance@0.0.4",
- "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
- "author": {
- "name": "Maciej Adwent",
- "url": "http://github.com/Maciek416"
- },
- "bugs": {
- "url": "https://github.com/Maciek416/gps-distance/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Node module for computing distances between GPS coordinates",
- "devDependencies": {
- "gpx-stream": "0.0.1",
- "mocha": ">= 1.9.0",
- "should": ">= 1.2.2"
- },
- "engines": {
- "node": ">= 0.10.x",
- "npm": ">= 1.2.x"
- },
- "homepage": "https://github.com/Maciek416/gps-distance#readme",
- "keywords": [
- "gps",
- "coordinates",
- "distance",
- "haversine"
- ],
- "license": "BSD",
- "main": "lib/distance",
- "name": "gps-distance",
- "private": false,
- "repository": {
- "type": "git",
- "url": "git://github.com/Maciek416/gps-distance.git"
- },
- "version": "0.0.4"
- }
|