db-vendo-client/package.json
Jannis R 70cf3b21dc
upgrade deps & dev deps
- vbb-parse-line@1
- vbb-stations@7
- db-stations@3
- validate-fptf@3
- vbb-stations-autocomplete@4
2020-01-05 17:51:27 +01:00

70 lines
1.6 KiB
JSON

{
"name": "hafas-client",
"description": "Client for HAFAS public transport APIs.",
"version": "4.8.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>"
],
"homepage": "https://github.com/public-transport/hafas-client/tree/4.8.0",
"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": ">=8.3.0"
},
"dependencies": {
"@derhuerst/br2nl": "^1.0.0",
"@mapbox/polyline": "^1.0.0",
"capture-stack-trace": "^1.0.0",
"create-hash": "^1.2.0",
"fetch-ponyfill": "^6.0.0",
"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": "^3.1.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": {
"test": "env NODE_ENV=dev node test/index.js",
"prepublishOnly": "npm test | tap-spec"
}
}