vbb-stations
Version:
A list of VBB stations.
60 lines (59 loc) • 1.36 kB
JSON
{
"name": "vbb-stations",
"description": "A list of VBB stations.",
"version": "8.24.0",
"main": "index.js",
"files": [
"index.js",
"simple.js",
"data.json",
"full.json",
"names.json",
"vbb-logo.jpg"
],
"keywords": [
"vbb",
"berlin",
"brandenburg",
"public transport",
"stations",
"open data",
"json",
"ndjson",
"gtfs"
],
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/vbb-stations",
"repository": "derhuerst/vbb-stations",
"bugs": "https://github.com/derhuerst/vbb-stations/issues",
"license": "ISC",
"engines": {
"node": ">=16"
},
"dependencies": {
"lodash.get": "^4.4.2"
},
"devDependencies": {
"csv-parser": "^3.0.0",
"eslint": "^8.8.0",
"gtfs-utils": "^5.1.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"
},
"scripts": {
"lint": "eslint .",
"download": "cd build; ./download.sh",
"convert": "node build/convert.js",
"cleanup": "rm build/*.csv build/*.csv.etag",
"build": "npm run download && npm run convert && npm run cleanup",
"test": "node test.js | tap-min",
"prepublishOnly": "npm run lint && npm run build && npm test"
}
}