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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "vbb-stations@^7.1.0",
  3. "_id": "vbb-stations@7.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KETDgdAFmnfvRgGWg0fLT2/0ZxZiyYWxt4Ggy4Bsco+zpjBGPZxT23emR/KTBoZX9C8Y8hEoEqkPRQ7MzFmJ3g==",
  6. "_location": "/vbb-stations",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vbb-stations@^7.1.0",
  12. "name": "vbb-stations",
  13. "escapedName": "vbb-stations",
  14. "rawSpec": "^7.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.0"
  17. },
  18. "_requiredBy": [
  19. "/hafas-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vbb-stations/-/vbb-stations-7.3.2.tgz",
  22. "_shasum": "5b9ac17adcfe38d8a7e773a59dc6d028e10e355e",
  23. "_spec": "vbb-stations@^7.1.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-stations/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "lodash.get": "^4.4.2"
  35. },
  36. "deprecated": false,
  37. "description": "A list of VBB stations.",
  38. "devDependencies": {
  39. "csv-parser": "^2.0.0",
  40. "is-roughly-equal": "^0.1.0",
  41. "lodash.mapvalues": "^4.6.0",
  42. "lodash.omit": "^4.5.0",
  43. "strip-bom-stream": "^4.0.0",
  44. "tap-min": "^2.0.0",
  45. "tape": "^5.0.0",
  46. "vbb-mode-weights": "^0.2.0",
  47. "vbb-parse-line": "^1.0.0",
  48. "vbb-short-station-name": "^1.0.0"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "index.js",
  55. "simple.js",
  56. "data.json",
  57. "full.json",
  58. "names.json",
  59. "vbb-logo.jpg"
  60. ],
  61. "homepage": "https://github.com/derhuerst/vbb-stations",
  62. "keywords": [
  63. "vbb",
  64. "berlin",
  65. "brandenburg",
  66. "public transport",
  67. "stations",
  68. "open data",
  69. "json",
  70. "ndjson",
  71. "gtfs"
  72. ],
  73. "license": "ISC",
  74. "main": "index.js",
  75. "name": "vbb-stations",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/derhuerst/vbb-stations.git"
  79. },
  80. "scripts": {
  81. "build": "npm run download && npm run convert && npm run cleanup",
  82. "cleanup": "rm build/*.csv",
  83. "convert": "node build/convert.js",
  84. "download": "cd build; ./download.sh",
  85. "prepublishOnly": "npm run build && npm test",
  86. "test": "node test.js | tap-min"
  87. },
  88. "version": "7.3.2"
  89. }