mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
86 lines
2.1 KiB
JSON
86 lines
2.1 KiB
JSON
{
|
|
"name": "hafas-client",
|
|
"description": "Client for HAFAS public transport APIs.",
|
|
"version": "5.20.0",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"throttle.js",
|
|
"retry.js",
|
|
"lib",
|
|
"parse",
|
|
"format",
|
|
"p",
|
|
"docs"
|
|
],
|
|
"author": "Jannis R <mail@jannisr.de>",
|
|
"contributors": [
|
|
"Julius Tens <mail@juliustens.eu>",
|
|
"n0emis <n0emis@noemis.me>",
|
|
"em0lar <hello@em0lar.de>",
|
|
"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)",
|
|
"Yureka <github@yuka.dev>"
|
|
],
|
|
"homepage": "https://github.com/public-transport/hafas-client/tree/5.20.0",
|
|
"repository": "public-transport/hafas-client",
|
|
"bugs": "https://github.com/public-transport/hafas-client/issues",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/derhuerst"
|
|
},
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"hafas",
|
|
"public",
|
|
"transport",
|
|
"transit",
|
|
"api",
|
|
"http"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"dependencies": {
|
|
"@derhuerst/br2nl": "^1.0.0",
|
|
"@derhuerst/round-robin-scheduler": "^1.0.4",
|
|
"capture-stack-trace": "^1.0.0",
|
|
"content-type": "^1.0.4",
|
|
"create-hash": "^1.2.0",
|
|
"fetch-ponyfill": "^7.0.0",
|
|
"google-polyline": "^1.0.3",
|
|
"gps-distance": "0.0.4",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"lodash": "^4.17.5",
|
|
"luxon": "^1.3.0",
|
|
"object-scan": "^13.0.0",
|
|
"p-retry": "^4.1.0",
|
|
"p-throttle": "^4.1.1",
|
|
"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": {
|
|
"eslint": "^7.0.0",
|
|
"is-coordinates": "^2.0.2",
|
|
"is-roughly-equal": "^0.1.0",
|
|
"replayer": "^2.2.3",
|
|
"tap": "^15.0.9",
|
|
"validate-fptf": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test-unit": "tap test/*.js test/format/*.js test/parse/*.js",
|
|
"test-integration": "VCR_MODE=playback tap test/e2e/*.js",
|
|
"test-integration:record": "VCR_MODE=record tap test/e2e/*.js",
|
|
"test-e2e": "VCR_OFF=true tap test/e2e/*.js",
|
|
"test": "npm run test-unit && npm run test-integration",
|
|
"prepublishOnly": "npm run lint && npm test"
|
|
},
|
|
"tap": {
|
|
"coverage": false
|
|
}
|
|
}
|