Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "gps-distance@0.0.4",
  3. "_id": "gps-distance@0.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8LSoFyxmj97AZSkaSZm5YfGRbRA=",
  6. "_location": "/gps-distance",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "gps-distance@0.0.4",
  12. "name": "gps-distance",
  13. "escapedName": "gps-distance",
  14. "rawSpec": "0.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "0.0.4"
  17. },
  18. "_requiredBy": [
  19. "/hafas-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gps-distance/-/gps-distance-0.0.4.tgz",
  22. "_shasum": "f0b4a8172c668fdec065291a4999b961f1916d10",
  23. "_spec": "gps-distance@0.0.4",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
  25. "author": {
  26. "name": "Maciej Adwent",
  27. "url": "http://github.com/Maciek416"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Maciek416/gps-distance/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Node module for computing distances between GPS coordinates",
  36. "devDependencies": {
  37. "gpx-stream": "0.0.1",
  38. "mocha": ">= 1.9.0",
  39. "should": ">= 1.2.2"
  40. },
  41. "engines": {
  42. "node": ">= 0.10.x",
  43. "npm": ">= 1.2.x"
  44. },
  45. "homepage": "https://github.com/Maciek416/gps-distance#readme",
  46. "keywords": [
  47. "gps",
  48. "coordinates",
  49. "distance",
  50. "haversine"
  51. ],
  52. "license": "BSD",
  53. "main": "lib/distance",
  54. "name": "gps-distance",
  55. "private": false,
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/Maciek416/gps-distance.git"
  59. },
  60. "version": "0.0.4"
  61. }