mta-gtfs-static 0.0.0-202505261229 → 0.0.0-202505261723
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +93 -3
package/package.json
CHANGED
|
@@ -1,11 +1,101 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mta-gtfs-static",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-202505261723",
|
|
4
4
|
"description": "This package contains JSON exports of the static GTFS data. It is updated once per day.",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"files": [
|
|
6
|
+
"files": [
|
|
7
|
+
"gtfs_json"
|
|
8
|
+
],
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/LiamMartens/mta-gtfs-static"
|
|
12
|
+
},
|
|
7
13
|
"exports": {
|
|
8
|
-
"./gtfs
|
|
14
|
+
"./gtfs/lirr/transfers.json": "./gtfs_json/lirr/transfers.json",
|
|
15
|
+
"./gtfs/lirr/calendar_dates.json": "./gtfs_json/lirr/calendar_dates.json",
|
|
16
|
+
"./gtfs/lirr/shapes.json": "./gtfs_json/lirr/shapes.json",
|
|
17
|
+
"./gtfs/lirr/agency.json": "./gtfs_json/lirr/agency.json",
|
|
18
|
+
"./gtfs/lirr/routes.json": "./gtfs_json/lirr/routes.json",
|
|
19
|
+
"./gtfs/lirr/trips.json": "./gtfs_json/lirr/trips.json",
|
|
20
|
+
"./gtfs/lirr/stop_times.json": "./gtfs_json/lirr/stop_times.json",
|
|
21
|
+
"./gtfs/lirr/feed_info.json": "./gtfs_json/lirr/feed_info.json",
|
|
22
|
+
"./gtfs/lirr/stops.json": "./gtfs_json/lirr/stops.json",
|
|
23
|
+
"./gtfs/mnr/transfers.json": "./gtfs_json/mnr/transfers.json",
|
|
24
|
+
"./gtfs/mnr/calendar_dates.json": "./gtfs_json/mnr/calendar_dates.json",
|
|
25
|
+
"./gtfs/mnr/notes.json": "./gtfs_json/mnr/notes.json",
|
|
26
|
+
"./gtfs/mnr/shapes.json": "./gtfs_json/mnr/shapes.json",
|
|
27
|
+
"./gtfs/mnr/agency.json": "./gtfs_json/mnr/agency.json",
|
|
28
|
+
"./gtfs/mnr/routes.json": "./gtfs_json/mnr/routes.json",
|
|
29
|
+
"./gtfs/mnr/calendar.json": "./gtfs_json/mnr/calendar.json",
|
|
30
|
+
"./gtfs/mnr/trips.json": "./gtfs_json/mnr/trips.json",
|
|
31
|
+
"./gtfs/mnr/stop_times.json": "./gtfs_json/mnr/stop_times.json",
|
|
32
|
+
"./gtfs/mnr/stops.json": "./gtfs_json/mnr/stops.json",
|
|
33
|
+
"./gtfs/bus_m/calendar_dates.json": "./gtfs_json/bus_m/calendar_dates.json",
|
|
34
|
+
"./gtfs/bus_m/shapes.json": "./gtfs_json/bus_m/shapes.json",
|
|
35
|
+
"./gtfs/bus_m/agency.json": "./gtfs_json/bus_m/agency.json",
|
|
36
|
+
"./gtfs/bus_m/routes.json": "./gtfs_json/bus_m/routes.json",
|
|
37
|
+
"./gtfs/bus_m/calendar.json": "./gtfs_json/bus_m/calendar.json",
|
|
38
|
+
"./gtfs/bus_m/trips.json": "./gtfs_json/bus_m/trips.json",
|
|
39
|
+
"./gtfs/bus_m/stop_times.json": "./gtfs_json/bus_m/stop_times.json",
|
|
40
|
+
"./gtfs/bus_m/stops.json": "./gtfs_json/bus_m/stops.json",
|
|
41
|
+
"./gtfs/bus_bx/calendar_dates.json": "./gtfs_json/bus_bx/calendar_dates.json",
|
|
42
|
+
"./gtfs/bus_bx/shapes.json": "./gtfs_json/bus_bx/shapes.json",
|
|
43
|
+
"./gtfs/bus_bx/agency.json": "./gtfs_json/bus_bx/agency.json",
|
|
44
|
+
"./gtfs/bus_bx/routes.json": "./gtfs_json/bus_bx/routes.json",
|
|
45
|
+
"./gtfs/bus_bx/calendar.json": "./gtfs_json/bus_bx/calendar.json",
|
|
46
|
+
"./gtfs/bus_bx/trips.json": "./gtfs_json/bus_bx/trips.json",
|
|
47
|
+
"./gtfs/bus_bx/stop_times.json": "./gtfs_json/bus_bx/stop_times.json",
|
|
48
|
+
"./gtfs/bus_bx/stops.json": "./gtfs_json/bus_bx/stops.json",
|
|
49
|
+
"./gtfs/gtfs_bus_si/calendar_dates.json": "./gtfs_json/gtfs_bus_si/calendar_dates.json",
|
|
50
|
+
"./gtfs/gtfs_bus_si/shapes.json": "./gtfs_json/gtfs_bus_si/shapes.json",
|
|
51
|
+
"./gtfs/gtfs_bus_si/agency.json": "./gtfs_json/gtfs_bus_si/agency.json",
|
|
52
|
+
"./gtfs/gtfs_bus_si/routes.json": "./gtfs_json/gtfs_bus_si/routes.json",
|
|
53
|
+
"./gtfs/gtfs_bus_si/calendar.json": "./gtfs_json/gtfs_bus_si/calendar.json",
|
|
54
|
+
"./gtfs/gtfs_bus_si/trips.json": "./gtfs_json/gtfs_bus_si/trips.json",
|
|
55
|
+
"./gtfs/gtfs_bus_si/stop_times.json": "./gtfs_json/gtfs_bus_si/stop_times.json",
|
|
56
|
+
"./gtfs/gtfs_bus_si/stops.json": "./gtfs_json/gtfs_bus_si/stops.json",
|
|
57
|
+
"./gtfs/bus_bk/calendar_dates.json": "./gtfs_json/bus_bk/calendar_dates.json",
|
|
58
|
+
"./gtfs/bus_bk/shapes.json": "./gtfs_json/bus_bk/shapes.json",
|
|
59
|
+
"./gtfs/bus_bk/agency.json": "./gtfs_json/bus_bk/agency.json",
|
|
60
|
+
"./gtfs/bus_bk/routes.json": "./gtfs_json/bus_bk/routes.json",
|
|
61
|
+
"./gtfs/bus_bk/calendar.json": "./gtfs_json/bus_bk/calendar.json",
|
|
62
|
+
"./gtfs/bus_bk/trips.json": "./gtfs_json/bus_bk/trips.json",
|
|
63
|
+
"./gtfs/bus_bk/stop_times.json": "./gtfs_json/bus_bk/stop_times.json",
|
|
64
|
+
"./gtfs/bus_bk/stops.json": "./gtfs_json/bus_bk/stops.json",
|
|
65
|
+
"./gtfs/subway_supplemented/transfers.json": "./gtfs_json/subway_supplemented/transfers.json",
|
|
66
|
+
"./gtfs/subway_supplemented/calendar_dates.json": "./gtfs_json/subway_supplemented/calendar_dates.json",
|
|
67
|
+
"./gtfs/subway_supplemented/shapes.json": "./gtfs_json/subway_supplemented/shapes.json",
|
|
68
|
+
"./gtfs/subway_supplemented/agency.json": "./gtfs_json/subway_supplemented/agency.json",
|
|
69
|
+
"./gtfs/subway_supplemented/routes.json": "./gtfs_json/subway_supplemented/routes.json",
|
|
70
|
+
"./gtfs/subway_supplemented/calendar.json": "./gtfs_json/subway_supplemented/calendar.json",
|
|
71
|
+
"./gtfs/subway_supplemented/trips.json": "./gtfs_json/subway_supplemented/trips.json",
|
|
72
|
+
"./gtfs/subway_supplemented/stop_times.json": "./gtfs_json/subway_supplemented/stop_times.json",
|
|
73
|
+
"./gtfs/subway_supplemented/stops.json": "./gtfs_json/subway_supplemented/stops.json",
|
|
74
|
+
"./gtfs/gtfs_bus_busco/calendar_dates.json": "./gtfs_json/gtfs_bus_busco/calendar_dates.json",
|
|
75
|
+
"./gtfs/gtfs_bus_busco/shapes.json": "./gtfs_json/gtfs_bus_busco/shapes.json",
|
|
76
|
+
"./gtfs/gtfs_bus_busco/agency.json": "./gtfs_json/gtfs_bus_busco/agency.json",
|
|
77
|
+
"./gtfs/gtfs_bus_busco/routes.json": "./gtfs_json/gtfs_bus_busco/routes.json",
|
|
78
|
+
"./gtfs/gtfs_bus_busco/calendar.json": "./gtfs_json/gtfs_bus_busco/calendar.json",
|
|
79
|
+
"./gtfs/gtfs_bus_busco/trips.json": "./gtfs_json/gtfs_bus_busco/trips.json",
|
|
80
|
+
"./gtfs/gtfs_bus_busco/stop_times.json": "./gtfs_json/gtfs_bus_busco/stop_times.json",
|
|
81
|
+
"./gtfs/gtfs_bus_busco/stops.json": "./gtfs_json/gtfs_bus_busco/stops.json",
|
|
82
|
+
"./gtfs/gtfs_bus_qns/calendar_dates.json": "./gtfs_json/gtfs_bus_qns/calendar_dates.json",
|
|
83
|
+
"./gtfs/gtfs_bus_qns/shapes.json": "./gtfs_json/gtfs_bus_qns/shapes.json",
|
|
84
|
+
"./gtfs/gtfs_bus_qns/agency.json": "./gtfs_json/gtfs_bus_qns/agency.json",
|
|
85
|
+
"./gtfs/gtfs_bus_qns/routes.json": "./gtfs_json/gtfs_bus_qns/routes.json",
|
|
86
|
+
"./gtfs/gtfs_bus_qns/calendar.json": "./gtfs_json/gtfs_bus_qns/calendar.json",
|
|
87
|
+
"./gtfs/gtfs_bus_qns/trips.json": "./gtfs_json/gtfs_bus_qns/trips.json",
|
|
88
|
+
"./gtfs/gtfs_bus_qns/stop_times.json": "./gtfs_json/gtfs_bus_qns/stop_times.json",
|
|
89
|
+
"./gtfs/gtfs_bus_qns/stops.json": "./gtfs_json/gtfs_bus_qns/stops.json",
|
|
90
|
+
"./gtfs/subway/transfers.json": "./gtfs_json/subway/transfers.json",
|
|
91
|
+
"./gtfs/subway/calendar_dates.json": "./gtfs_json/subway/calendar_dates.json",
|
|
92
|
+
"./gtfs/subway/shapes.json": "./gtfs_json/subway/shapes.json",
|
|
93
|
+
"./gtfs/subway/agency.json": "./gtfs_json/subway/agency.json",
|
|
94
|
+
"./gtfs/subway/routes.json": "./gtfs_json/subway/routes.json",
|
|
95
|
+
"./gtfs/subway/calendar.json": "./gtfs_json/subway/calendar.json",
|
|
96
|
+
"./gtfs/subway/trips.json": "./gtfs_json/subway/trips.json",
|
|
97
|
+
"./gtfs/subway/stop_times.json": "./gtfs_json/subway/stop_times.json",
|
|
98
|
+
"./gtfs/subway/stops.json": "./gtfs_json/subway/stops.json"
|
|
9
99
|
},
|
|
10
100
|
"devDependencies": {
|
|
11
101
|
"csv2json": "^2.0.2"
|