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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "vbb-translate-ids@^4.0.0",
  3. "_id": "vbb-translate-ids@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-acc8aCheKRO10vEMIN7a/1chAkD30sW28MUkLbylOtCHD7aGOTGnB6ztGeszFER8qpx915pMyoWggGteF4vB3g==",
  6. "_location": "/vbb-translate-ids",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vbb-translate-ids@^4.0.0",
  12. "name": "vbb-translate-ids",
  13. "escapedName": "vbb-translate-ids",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/hafas-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vbb-translate-ids/-/vbb-translate-ids-4.0.0.tgz",
  22. "_shasum": "11e6a045055c2d10e3fd3a30189bd00b2d7272dd",
  23. "_spec": "vbb-translate-ids@^4.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-lines/issues-at"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Translate VBB IDs from 9-digit to 12-digit and reverse.",
  35. "engines": {
  36. "node": ">=6"
  37. },
  38. "files": [
  39. "index.js"
  40. ],
  41. "homepage": "https://github.com/derhuerst/vbb-translate-ids",
  42. "keywords": [
  43. "vbb",
  44. "stations",
  45. "ids",
  46. "new",
  47. "ids",
  48. "international"
  49. ],
  50. "license": "ISC",
  51. "main": "index.js",
  52. "name": "vbb-translate-ids",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/derhuerst/vbb-translate-ids.git"
  56. },
  57. "scripts": {
  58. "prepublishOnly": "npm test",
  59. "test": "node test.js"
  60. },
  61. "version": "4.0.0"
  62. }