UNPKG

db-stations-autocomplete

Version:
53 lines (52 loc) 1.16 kB
{ "name": "db-stations-autocomplete", "description": "Search for stations of DB.", "version": "4.1.0", "type": "module", "main": "index.js", "files": [ "index.js", "original-ids.json", "tokens.json", "scores.json", "weights.json", "nr-of-tokens.json", "example.js" ], "keywords": [ "db", "deutsche bahn", "stations", "autocomplete", "search", "public transport", "open data" ], "author": "Jannis R <mail@jannisr.de>", "homepage": "https://github.com/derhuerst/db-stations-autocomplete", "repository": "git://github.com/derhuerst/db-stations-autocomplete.git", "license": "ISC", "engines": { "node": ">=18" }, "dependencies": { "synchronous-autocomplete": "^3.0.0", "tokenize-db-station-name": "^3.0.0" }, "devDependencies": { "benchmark": "^2.1.4", "cli-autocomplete": "^0.4.1", "db-stations": "^5.0.0", "eslint": "^8.30.0", "lodash": "^4.17.21", "tap-min": "^2.0.0", "tape": "^5.0.0" }, "scripts": { "lint": "eslint .", "build": "node ./build.js", "test": "node test.js | tap-min", "benchmark": "node benchmark.js", "prepublishOnly": "npm run lint && npm run build && npm test" } }