UNPKG

generate-db-shop-urls

Version:
72 lines (71 loc) 1.57 kB
{ "name": "generate-db-shop-urls", "description": "Magically generate Deutsche Bahn ticket URLs.", "version": "4.0.0", "main": "index.js", "files": [ "index.js", "lib/*", "example.js", "LICENSE", "LICENSE-PROSPERITY.md", "LICENSE-APACHE" ], "keywords": [ "db", "deutsche bahn", "bahn.de", "tickets", "shop", "link" ], "author": "Jannis R <mail@jannisr.de>", "homepage": "https://github.com/derhuerst/generate-db-shop-urls", "repository": "derhuerst/generate-db-shop-urls", "bugs": "https://github.com/derhuerst/generate-db-shop-urls/issues", "license": "(Apache-2.0 AND Prosperity-3.0.0)", "funding": [ { "type": "License Zero", "url": "https://licensezero.com/offers/9d4977c6-44d6-4f12-bd53-59a2f14d3594" }, { "type": "github", "url": "https://github.com/sponsors/derhuerst" }, { "type": "patreon", "url": "https://patreon.com/derhuerst" } ], "engines": { "node": ">=16" }, "dependencies": { "cheerio": "^1.0.0-rc.2", "content-type": "^1.0.2", "debug": "^4.0.0", "fetch-ponyfill": "^6.0.0", "iconv-lite": "^0.6.0", "is-roughly-equal": "^0.1.0", "luxon": "^2.4.0", "moment-timezone": "^0.5.14", "pinkie-promise": "^2.0.1", "slugg": "^1.2.0", "trim-newlines": "^3.0.1" }, "peerDependencies": { "db-hafas": "^5.0.0", "eslint": "^8.11.0", "hafas-client": "^5.0.0" }, "devDependencies": { "db-hafas": "^5.0.1", "tape": "^5.0.0" }, "scripts": { "lint": "eslint .", "test": "env NODE_ENV=dev node test/index.js", "prepublishOnly": "npm run lint && npm test" } }