forked from public-transport/hafas-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.56 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
{
"name": "hafas-client",
"description": "Client for HAFAS public transport APIs.",
"version": "3.4.3",
"main": "index.js",
"files": [
"index.js",
"throttle.js",
"lib",
"parse",
"format",
"p",
"docs"
],
"author": "Jannis R <[email protected]>",
"contributors": [
"Julius Tens <[email protected]>"
],
"homepage": "https://github.com/public-transport/hafas-client",
"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": ">=6"
},
"dependencies": {
"@mapbox/polyline": "^1.0.0",
"br2nl": "^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",
"p-retry": "^2.0.0",
"pinkie-promise": "^2.0.1",
"query-string": "^6.0.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",
"p-throttle": "^2.0.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",
"prepublishOnly": "npm test | tap-spec",
"install": "node lib/generate-install-id.js >id.json"
}
}