db-vendo-client/package.json
2020-03-02 21:32:27 +01:00

75 lines
1.8 KiB
JSON

{
"name": "hafas-client",
"description": "Client for HAFAS public transport APIs.",
"version": "5.1.2",
"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>"
],
"homepage": "https://github.com/public-transport/hafas-client/tree/5.1.2",
"repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": "https://github.com/sponsors/derhuerst",
"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": "^11.0.1",
"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",
"eslint": "^6.8.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",
"lint": "eslint .",
"test": "env NODE_ENV=dev node test/index.js | tap-spec",
"prepublishOnly": "npm test && npm run e2e-test"
}
}