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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "vbb-parse-line@^1.0.0",
  3. "_id": "vbb-parse-line@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/xtFJAWmoulUD3kWX9kPQyn9tDMncuGu22Bfe1C1/Pwf/pJAGd7zKA1IpRf9rrdEP+AN1ECD6SHsGbNcqLbR5w==",
  6. "_location": "/vbb-parse-line",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vbb-parse-line@^1.0.0",
  12. "name": "vbb-parse-line",
  13. "escapedName": "vbb-parse-line",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/hafas-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vbb-parse-line/-/vbb-parse-line-1.0.0.tgz",
  22. "_shasum": "be307bbe7968aae2f35576117abd7f64e948d25c",
  23. "_spec": "vbb-parse-line@^1.0.0",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
  25. "author": {
  26. "name": "Jannis R",
  27. "email": "mail@jannisr.de"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/derhuerst/vbb-parse-line/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Parse VBB lines like M4, TXL, S42.",
  35. "engines": {
  36. "node": ">=8"
  37. },
  38. "files": [
  39. "index.js"
  40. ],
  41. "homepage": "https://github.com/derhuerst/vbb-parse-line",
  42. "keywords": [
  43. "vbb",
  44. "parse",
  45. "line",
  46. "gtfs",
  47. "suburban",
  48. "subway",
  49. "regional",
  50. "tram",
  51. "bus",
  52. "ferry"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "vbb-parse-line",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/derhuerst/vbb-parse-line.git"
  60. },
  61. "scripts": {
  62. "prepublishOnly": "npm test",
  63. "test": "node test.js"
  64. },
  65. "version": "1.0.0"
  66. }