123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_from": "vbb-parse-line@^1.0.0",
- "_id": "vbb-parse-line@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-/xtFJAWmoulUD3kWX9kPQyn9tDMncuGu22Bfe1C1/Pwf/pJAGd7zKA1IpRf9rrdEP+AN1ECD6SHsGbNcqLbR5w==",
- "_location": "/vbb-parse-line",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "vbb-parse-line@^1.0.0",
- "name": "vbb-parse-line",
- "escapedName": "vbb-parse-line",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/hafas-client"
- ],
- "_resolved": "https://registry.npmjs.org/vbb-parse-line/-/vbb-parse-line-1.0.0.tgz",
- "_shasum": "be307bbe7968aae2f35576117abd7f64e948d25c",
- "_spec": "vbb-parse-line@^1.0.0",
- "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
- "author": {
- "name": "Jannis R",
- "email": "mail@jannisr.de"
- },
- "bugs": {
- "url": "https://github.com/derhuerst/vbb-parse-line/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Parse VBB lines like M4, TXL, S42.",
- "engines": {
- "node": ">=8"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/derhuerst/vbb-parse-line",
- "keywords": [
- "vbb",
- "parse",
- "line",
- "gtfs",
- "suburban",
- "subway",
- "regional",
- "tram",
- "bus",
- "ferry"
- ],
- "license": "ISC",
- "main": "index.js",
- "name": "vbb-parse-line",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/derhuerst/vbb-parse-line.git"
- },
- "scripts": {
- "prepublishOnly": "npm test",
- "test": "node test.js"
- },
- "version": "1.0.0"
- }
|