{
	"name": "hafas-client",
	"description": "Client for HAFAS public transport APIs.",
	"version": "6.3.6",
	"type": "module",
	"main": "index.js",
	"files": [
		"index.js",
		"throttle.js",
		"retry.js",
		"lib",
		"parse",
		"format",
		"p",
		"docs"
	],
	"author": "Jannis R <mail@jannisr.de>",
	"contributors": [
		"Julius Tens <mail@juliustens.eu>",
		"n0emis <n0emis@noemis.me>",
		"em0lar <hello@em0lar.de>",
		"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)",
		"Yureka <github@yuka.dev>",
		"Kristjan Esperanto (https://github.com/KristjanESPERANTO)",
		"Marcel Radzio <mtrnord@nordgedanken.dev>",
		"Benoit Deldicque (https://github.com/bddq)",
		"roehrt",
		"Sören Wegener (https://soerface.de/)",
		"Paul Sutter <paul.sutter@moia.io>",
		"1Maxnet1",
		"Tim von Werne <tim@vonwernet.de>"
	],
	"homepage": "https://github.com/public-transport/hafas-client/tree/6.3.6",
	"repository": "public-transport/hafas-client",
	"bugs": "https://github.com/public-transport/hafas-client/issues",
	"funding": {
		"url": "https://github.com/sponsors/derhuerst"
	},
	"license": "ISC",
	"keywords": [
		"hafas",
		"public",
		"transport",
		"transit",
		"api",
		"http"
	],
	"packageManager": "npm@9.2.0",
	"engines": {
		"node": ">=16"
	},
	"dependencies": {
		"@derhuerst/br2nl": "^1.0.0",
		"@derhuerst/round-robin-scheduler": "^1.0.4",
		"content-type": "^1.0.4",
		"create-hash": "^1.2.0",
		"cross-fetch": "^4.0.0",
		"google-polyline": "^1.0.3",
		"gps-distance": "0.0.4",
		"https-proxy-agent": "^7.0.0",
		"lodash": "^4.17.5",
		"luxon": "^3.1.1",
		"object-scan": "^19.0.5",
		"p-retry": "^6.0.0",
		"p-throttle": "^5.0.0",
		"qs": "^6.6.0",
		"slugg": "^1.2.0"
	},
	"devDependencies": {
		"@pollyjs/adapter-node-http": "^6.0.5",
		"@pollyjs/core": "^6.0.5",
		"@pollyjs/persister-fs": "^6.0.5",
		"@stylistic/eslint-plugin": "^2.11.0",
		"eslint": "^9.16.0",
		"globals": "^15.13.0",
		"is-coordinates": "^2.0.2",
		"is-roughly-equal": "^0.1.0",
		"tap": "^19.2.5",
		"validate-fptf": "^3.0.0"
	},
	"scripts": {
		"pull-profile-base-data": "./tools/pull-profile-base-data.sh",
		"lint": "eslint .",
		"lint:fix": "eslint . --fix",
		"test-unit": "tap test/lib/*.js test/*.js test/format/*.js test/parse/*.js",
		"test-integration": "VCR_MODE=playback tap test/e2e/*.js",
		"test-integration:record": "VCR_MODE=record tap -t60 -j1 test/e2e/*.js",
		"test-e2e": "VCR_OFF=true tap -t60 -j16 test/e2e/*.js",
		"test": "npm run test-unit && npm run test-integration",
		"prepublishOnly": "npm run lint && npm test"
	},
	"tap": {
		"disable-coverage": true,
		"allow-empty-coverage": true,
		"plugin": [
			"!@tapjs/typescript",
			"!@tapjs/mock",
			"!@tapjs/snapshot",
			"!@tapjs/intercept",
			"!@tapjs/fixture"
		]
	}
}
