{ "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", "version": "5.0.3", "main": "index.js", "files": [ "index.js", "throttle.js", "retry.js", "lib", "parse", "format", "p", "docs" ], "author": "Jannis R ", "contributors": [ "Julius Tens " ], "homepage": "https://github.com/public-transport/hafas-client/tree/5.0.3", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC", "keywords": [ "hafas", "public", "transport", "transit", "api", "http" ], "engines": { "node": ">=10" }, "dependencies": { "@derhuerst/br2nl": "^1.0.0", "capture-stack-trace": "^1.0.0", "create-hash": "^1.2.0", "fetch-ponyfill": "^6.0.0", "google-polyline": "^1.0.3", "gps-distance": "0.0.4", "lodash": "^4.17.5", "luxon": "^1.3.0", "object-scan": "^10.0.9", "p-retry": "^4.1.0", "p-throttle": "^3.1.0", "pinkie-promise": "^2.0.1", "qs": "^6.6.0", "slugg": "^1.2.0", "vbb-parse-line": "^1.0.0", "vbb-parse-ticket": "^0.2.1", "vbb-short-station-name": "^1.0.1", "vbb-stations": "^7.1.0", "vbb-translate-ids": "^4.0.0" }, "devDependencies": { "db-stations": "^3.0.0", "is-coordinates": "^2.0.2", "is-roughly-equal": "^0.1.0", "tap-spec": "^5.0.0", "tape": "^4.8.0", "tape-promise": "^4.0.0", "validate-fptf": "^3.0.0", "vbb-stations-autocomplete": "^4.1.0" }, "scripts": { "e2e-test": "env NODE_ENV=dev node test/e2e/index.js | tap-spec", "test": "env NODE_ENV=dev node test/index.js | tap-spec", "prepublishOnly": "npm test && npm run e2e-test" } }