db-hafas-stations
Version:
A list of DB stations, taken from HAFAS.
55 lines (54 loc) • 1.31 kB
JSON
{
"name": "db-hafas-stations",
"description": "A list of DB stations, taken from HAFAS.",
"version": "2.0.0",
"type": "module",
"main": "index.js",
"files": [
"index.js",
"data.ndjson",
"full.ndjson",
"license.md",
"license-data.md"
],
"keywords": [
"db",
"deutsche bahn",
"stations",
"hafas",
"list"
],
"author": "Jannis R <mail@jannisr.de>",
"contributors": [
"Paul Sutter <paul.sutter@moia.io>",
"Traines <github@traines.eu>"
],
"homepage": "https://github.com/derhuerst/db-hafas-stations",
"repository": "derhuerst/db-hafas-stations",
"bugs": "https://github.com/derhuerst/db-hafas-stations/issues",
"license": "ISC AND CC-BY-4.0 AND ODbL-1.0",
"engines": {
"node": ">=18"
},
"dependencies": {
"ndjson": "^2.0.0",
"qs": "^6.14.0"
},
"devDependencies": {
"eslint": "^9.22.0",
"is-roughly-equal": "^0.1.0",
"tap-min": "^3.0.0",
"tape": "^5.0.1",
"through2-concurrent": "^2.0.0",
"validate-fptf": "^3.0.0"
},
"scripts": {
"lint": "eslint .",
"fetch": "node build/ris-fetch.js",
"merge": "node build/ris-merge.js | node build/index.js",
"fetch-and-merge": "npm run fetch && npm run merge",
"test": "env NODE_ENV=dev node test.js | tap-min",
"build": "npm run fetch-and-merge",
"prepublishOnly": "npm run lint && npm test"
}
}