This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
forked from public-transport/hafas-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@bahn-x/hafas-rest-exe-client",
"description": "Client for HAFAS public transport APIs.",
"version": "5.0.0-alpha.2",
"main": "rest-exe.js",
"files": [
"rest-exe.js",
"rest-exe-example.js",
"index.js",
"throttle.js",
"retry.js",
"lib",
"parse",
"parse-rest",
"format",
"format-rest",
"p",
"docs"
],
"author": "Jannis R <[email protected]>",
"contributors": [
"Julius Tens <[email protected]>"
],
"homepage": "https://github.com/Bahn-X/hafas-rest-exe-client",
"repository": "Bahn-X/hafas-rest-exe-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",
"@mapbox/polyline": "^1.0.0",
"capture-stack-trace": "^1.0.0",
"content-type": "^1.0.4",
"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",
"parse-iso-duration": "^1.1.0",
"pinkie-promise": "^2.0.1",
"qs": "^6.6.0",
"slugg": "^1.2.0",
"vbb-parse-line": "^0.3.1",
"vbb-parse-ticket": "^0.2.1",
"vbb-short-station-name": "^1.0.1",
"vbb-stations": "^6.2.1",
"vbb-translate-ids": "^3.1.0"
},
"devDependencies": {
"db-stations": "^2.3.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": "^2.0.1",
"vbb-stations-autocomplete": "^3.1.0"
},
"scripts": {
"test": "env NODE_ENV=dev node test/index.js"
}
}