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 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_from": "hafas-client@^5.21.0",
  3. "_id": "hafas-client@5.21.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZmkGCdO1GdBzLgn0fYeD7ypzuwKPVNuCN8oI523A0dpgxNyQCywCibt4EEboQmXPSv2W6h8oev5IZNwYnoDaCw==",
  6. "_location": "/hafas-client",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hafas-client@^5.21.0",
  12. "name": "hafas-client",
  13. "escapedName": "hafas-client",
  14. "rawSpec": "^5.21.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.21.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/hafas-client/-/hafas-client-5.21.0.tgz",
  22. "_shasum": "878f54b6451a95d316fa76e4c88c629759f4da5d",
  23. "_spec": "hafas-client@^5.21.0",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas",
  25. "author": {
  26. "name": "Jannis R",
  27. "email": "mail@jannisr.de"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/public-transport/hafas-client/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Julius Tens",
  36. "email": "mail@juliustens.eu"
  37. },
  38. {
  39. "name": "n0emis",
  40. "email": "n0emis@noemis.me"
  41. },
  42. {
  43. "name": "em0lar",
  44. "email": "hello@em0lar.de"
  45. },
  46. {
  47. "name": "Adrian Böhme",
  48. "email": "hannsadrian@gmail.com",
  49. "url": "https://github.com/Adwirawien"
  50. },
  51. {
  52. "name": "Yureka",
  53. "email": "github@yuka.dev"
  54. },
  55. {
  56. "name": "Kristjan Esperanto",
  57. "url": "https://github.com/KristjanESPERANTO"
  58. }
  59. ],
  60. "dependencies": {
  61. "@derhuerst/br2nl": "^1.0.0",
  62. "@derhuerst/round-robin-scheduler": "^1.0.4",
  63. "capture-stack-trace": "^1.0.0",
  64. "content-type": "^1.0.4",
  65. "create-hash": "^1.2.0",
  66. "fetch-ponyfill": "^7.0.0",
  67. "google-polyline": "^1.0.3",
  68. "gps-distance": "0.0.4",
  69. "https-proxy-agent": "^5.0.0",
  70. "lodash": "^4.17.5",
  71. "luxon": "^1.3.0",
  72. "object-scan": "^13.0.0",
  73. "p-retry": "^4.1.0",
  74. "p-throttle": "^4.1.1",
  75. "pinkie-promise": "^2.0.1",
  76. "qs": "^6.6.0",
  77. "slugg": "^1.2.0",
  78. "vbb-parse-line": "^1.0.0",
  79. "vbb-parse-ticket": "^0.2.1",
  80. "vbb-short-station-name": "^1.0.1",
  81. "vbb-stations": "^7.1.0",
  82. "vbb-translate-ids": "^4.0.0"
  83. },
  84. "deprecated": false,
  85. "description": "Client for HAFAS public transport APIs.",
  86. "devDependencies": {
  87. "eslint": "^7.0.0",
  88. "is-coordinates": "^2.0.2",
  89. "is-roughly-equal": "^0.1.0",
  90. "replayer": "^2.2.3",
  91. "tap": "^15.0.9",
  92. "validate-fptf": "^3.0.0"
  93. },
  94. "engines": {
  95. "node": ">=10"
  96. },
  97. "files": [
  98. "index.js",
  99. "throttle.js",
  100. "retry.js",
  101. "lib",
  102. "parse",
  103. "format",
  104. "p",
  105. "docs"
  106. ],
  107. "funding": {
  108. "url": "https://github.com/sponsors/derhuerst"
  109. },
  110. "homepage": "https://github.com/public-transport/hafas-client/tree/5.21.0",
  111. "keywords": [
  112. "hafas",
  113. "public",
  114. "transport",
  115. "transit",
  116. "api",
  117. "http"
  118. ],
  119. "license": "ISC",
  120. "main": "index.js",
  121. "name": "hafas-client",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/public-transport/hafas-client.git"
  125. },
  126. "scripts": {
  127. "lint": "eslint .",
  128. "prepublishOnly": "npm run lint",
  129. "test": "npm run test-unit && npm run test-integration",
  130. "test-e2e": "VCR_OFF=true tap -t60 -j16 test/e2e/*.js",
  131. "test-integration": "VCR_MODE=playback tap test/e2e/*.js",
  132. "test-integration:record": "VCR_MODE=record tap -t60 -j16 test/e2e/*.js",
  133. "test-unit": "tap test/*.js test/format/*.js test/parse/*.js"
  134. },
  135. "tap": {
  136. "coverage": false
  137. },
  138. "version": "5.21.0"
  139. }