compute-db-station-weight
Version:
Estimate the weight of a DB station using departures.
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "compute-db-station-weight",
"description": "Estimate the weight of a DB station using departures.",
"version": "4.0.0",
"type": "module",
"main": "index.js",
"files": [
"index.js",
"create.js",
"lib"
],
"keywords": [
"db",
"deutsche bahn",
"public transport",
"transit",
"germany"
],
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/compute-db-station-weight",
"repository": "derhuerst/compute-db-station-weight",
"bugs": "https://github.com/derhuerst/compute-db-station-weight/issues",
"license": "ISC",
"engines": {
"node": ">=18"
},
"dependencies": {
"db-hafas": "^6.0.0",
"hafas-estimate-station-weight": "^4.0.0"
},
"devDependencies": {
"eslint": "^8.30.0",
"tap-min": "^2.0.0",
"tape": "^5.0.0"
},
"peerDependencies": {
"db-hafas": "^6",
"hafas-client": "^6"
},
"scripts": {
"lint": "eslint .",
"test": "env NODE_ENV=dev node test.js | tap-min",
"prepublishOnly": "npm run lint && npm test"
}
}