Comparing version 2.6.0 to 2.7.0
{ | ||
"name": "vbb-trips", | ||
"description": "When do trains run where in VBB?", | ||
"version": "2.6.0", | ||
"main": "index.js", | ||
"files": ["index.js", "data/*"], | ||
"name": "vbb-trips", | ||
"description": "When do trains run where in VBB?", | ||
"version": "2.7.0", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js", | ||
"data/*" | ||
], | ||
"keywords": [ | ||
"vbb", "berlin", "brandenburg", "public transport", | ||
"lines", "trips", "journeys", "schedule", | ||
"open data", "json", "ndjson", "gtfs" | ||
"vbb", | ||
"berlin", | ||
"brandenburg", | ||
"public transport", | ||
"lines", | ||
"trips", | ||
"journeys", | ||
"schedule", | ||
"open data", | ||
"json", | ||
"ndjson", | ||
"gtfs" | ||
], | ||
"author": "Jannis R <mail@jannisr.de>", | ||
"homepage": "https://github.com/derhuerst/vbb-trips", | ||
"repository": "git://github.com/derhuerst/vbb-trips.git", | ||
"bugs": "https://github.com/derhuerst/vbb-trips/issues", | ||
"license": "ISC", | ||
"engines" : {"node": ">=6"}, | ||
"author": "Jannis R <mail@jannisr.de>", | ||
"homepage": "https://github.com/derhuerst/vbb-trips", | ||
"repository": "git://github.com/derhuerst/vbb-trips.git", | ||
"bugs": "https://github.com/derhuerst/vbb-trips/issues", | ||
"license": "ISC", | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"dependencies": { | ||
@@ -24,15 +38,14 @@ "ndjson": "^1.5.0", | ||
"devDependencies": { | ||
"so": "^1.0.1", | ||
"array-equal": "^1", | ||
"csv-parser": "^1.11", | ||
"got": "^6.7.1", | ||
"key-map": "^0.1.0", | ||
"shorthash": "^0.0.2", | ||
"lodash.pick": "^4.4.0", | ||
"lodash.uniq": "^4.5.0", | ||
"array-equal": "^1", | ||
"fs-promise": "^2.0.0", | ||
"moment": "^2.17.1", | ||
"csv-parser": "^1.11", | ||
"shorthash": "^0.0.2", | ||
"so": "^1.0.1", | ||
"tap-min": "^1.2.1", | ||
"tape": "^4.6.3", | ||
"tape-catch": "^1.0.4", | ||
"tap-min": "^1.2.1", | ||
"tape-catch": "^1.0.4", | ||
"vbb-mode-weights": "^0.2.0" | ||
@@ -39,0 +52,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13
68891532