{ "_from": "vbb-stations@^7.1.0", "_id": "vbb-stations@7.3.2", "_inBundle": false, "_integrity": "sha512-KETDgdAFmnfvRgGWg0fLT2/0ZxZiyYWxt4Ggy4Bsco+zpjBGPZxT23emR/KTBoZX9C8Y8hEoEqkPRQ7MzFmJ3g==", "_location": "/vbb-stations", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "vbb-stations@^7.1.0", "name": "vbb-stations", "escapedName": "vbb-stations", "rawSpec": "^7.1.0", "saveSpec": null, "fetchSpec": "^7.1.0" }, "_requiredBy": [ "/hafas-client" ], "_resolved": "https://registry.npmjs.org/vbb-stations/-/vbb-stations-7.3.2.tgz", "_shasum": "5b9ac17adcfe38d8a7e773a59dc6d028e10e355e", "_spec": "vbb-stations@^7.1.0", "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client", "author": { "name": "Jannis R", "email": "mail@jannisr.de" }, "bugs": { "url": "https://github.com/derhuerst/vbb-stations/issues" }, "bundleDependencies": false, "dependencies": { "lodash.get": "^4.4.2" }, "deprecated": false, "description": "A list of VBB stations.", "devDependencies": { "csv-parser": "^2.0.0", "is-roughly-equal": "^0.1.0", "lodash.mapvalues": "^4.6.0", "lodash.omit": "^4.5.0", "strip-bom-stream": "^4.0.0", "tap-min": "^2.0.0", "tape": "^5.0.0", "vbb-mode-weights": "^0.2.0", "vbb-parse-line": "^1.0.0", "vbb-short-station-name": "^1.0.0" }, "engines": { "node": ">=8" }, "files": [ "index.js", "simple.js", "data.json", "full.json", "names.json", "vbb-logo.jpg" ], "homepage": "https://github.com/derhuerst/vbb-stations", "keywords": [ "vbb", "berlin", "brandenburg", "public transport", "stations", "open data", "json", "ndjson", "gtfs" ], "license": "ISC", "main": "index.js", "name": "vbb-stations", "repository": { "type": "git", "url": "git+https://github.com/derhuerst/vbb-stations.git" }, "scripts": { "build": "npm run download && npm run convert && npm run cleanup", "cleanup": "rm build/*.csv", "convert": "node build/convert.js", "download": "cd build; ./download.sh", "prepublishOnly": "npm run build && npm test", "test": "node test.js | tap-min" }, "version": "7.3.2" }