cricketstudio-mcp 1.0.2 → 1.4.0
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/LICENSE +26 -216
- package/README.md +198 -153
- package/data/snapshot/graph.json +22551 -0
- package/data/snapshot/ipl-historical.json +3138 -1
- package/data/snapshot/meta.json +13 -5
- package/data/snapshot/metadata.json +5 -11
- package/data/snapshot/mlc-leaderboards.json +46214 -1217
- package/data/snapshot/mlc-league.json +164 -0
- package/data/snapshot/mlc-players.json +7386 -10
- package/data/snapshot/mlc.json +1 -1
- package/data/snapshot/players.json +700 -1497
- package/data/snapshot/research.json +78 -0
- package/data/snapshot/season-stats.json +404 -50575
- package/data/snapshot/t20wc-leaderboards.json +41927 -0
- package/data/snapshot/t20wc-league.json +258 -0
- package/data/snapshot/t20wc-players.json +146389 -0
- package/data/snapshot/t20wc-teams.json +376 -0
- package/data/snapshot/t20wc.json +18599 -0
- package/data/snapshot/team-h2h.json +26 -6
- package/data/snapshot/trends.json +2981 -88
- package/data/snapshot/venues.json +278 -39
- package/data/snapshot/wpl-leaderboards.json +37016 -0
- package/data/snapshot/wpl-league.json +194 -0
- package/data/snapshot/wpl-players.json +31465 -0
- package/data/snapshot/wpl-teams.json +94 -0
- package/data/snapshot/wpl.json +4183 -0
- package/dist/index.js +643 -13
- package/package.json +59 -55
|
@@ -1,9 +1,108 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"slug": "m-chinnaswamy-stadium-bengaluru",
|
|
4
|
+
"name": "M Chinnaswamy Stadium, Bengaluru",
|
|
5
|
+
"city": "Bengaluru",
|
|
6
|
+
"matchCount": 19
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"slug": "kotambi-stadium-vadodara",
|
|
10
|
+
"name": "Kotambi Stadium, Vadodara",
|
|
11
|
+
"city": "Vadodara",
|
|
12
|
+
"matchCount": 17
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"slug": "arun-jaitley-stadium-delhi",
|
|
16
|
+
"name": "Arun Jaitley Stadium, Delhi",
|
|
17
|
+
"city": "Delhi",
|
|
18
|
+
"matchCount": 16
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"slug": "brabourne-stadium-mumbai",
|
|
22
|
+
"name": "Brabourne Stadium, Mumbai",
|
|
23
|
+
"city": "Mumbai",
|
|
24
|
+
"matchCount": 15
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"slug": "zahur-ahmed-chowdhury-stadium",
|
|
28
|
+
"name": "Zahur Ahmed Chowdhury Stadium",
|
|
29
|
+
"city": "Chittagong",
|
|
30
|
+
"matchCount": 13
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"slug": "shere-bangla-national-stadium",
|
|
34
|
+
"name": "Shere Bangla National Stadium",
|
|
35
|
+
"city": "Mirpur",
|
|
36
|
+
"matchCount": 13
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"slug": "zayed-cricket-stadium-abu-dhabi",
|
|
40
|
+
"name": "Zayed Cricket Stadium, Abu Dhabi",
|
|
41
|
+
"city": "Abu Dhabi",
|
|
42
|
+
"matchCount": 12
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"slug": "dubai-international-cricket-stadium",
|
|
46
|
+
"name": "Dubai International Cricket Stadium",
|
|
47
|
+
"city": "Dubai",
|
|
48
|
+
"matchCount": 12
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"slug": "dr-dy-patil-sports-academy-mumbai",
|
|
52
|
+
"name": "Dr DY Patil Sports Academy, Mumbai",
|
|
53
|
+
"city": "Navi Mumbai",
|
|
54
|
+
"matchCount": 11
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"slug": "dr-dy-patil-sports-academy-navi-mumbai",
|
|
58
|
+
"name": "Dr DY Patil Sports Academy, Navi Mumbai",
|
|
59
|
+
"city": "Navi Mumbai",
|
|
60
|
+
"matchCount": 11
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"slug": "wankhede-stadium",
|
|
64
|
+
"name": "Wankhede Stadium",
|
|
65
|
+
"city": "Mumbai",
|
|
66
|
+
"matchCount": 10,
|
|
67
|
+
"geo": {
|
|
68
|
+
"latitude": 18.9388,
|
|
69
|
+
"longitude": 72.8259,
|
|
70
|
+
"wikidataQid": "Q1067595"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"slug": "eden-gardens",
|
|
75
|
+
"name": "Eden Gardens",
|
|
76
|
+
"city": "Kolkata",
|
|
77
|
+
"matchCount": 10,
|
|
78
|
+
"geo": {
|
|
79
|
+
"latitude": 22.5645,
|
|
80
|
+
"longitude": 88.3433,
|
|
81
|
+
"wikidataQid": "Q582510"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"slug": "himachal-pradesh-cricket-association-stadium",
|
|
86
|
+
"name": "Himachal Pradesh Cricket Association Stadium",
|
|
87
|
+
"city": "Dharamsala",
|
|
88
|
+
"matchCount": 10,
|
|
89
|
+
"geo": {
|
|
90
|
+
"latitude": 32.2393,
|
|
91
|
+
"longitude": 76.3186,
|
|
92
|
+
"wikidataQid": "Q5762830"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"slug": "sharjah-cricket-stadium",
|
|
97
|
+
"name": "Sharjah Cricket Stadium",
|
|
98
|
+
"city": "Sharjah",
|
|
99
|
+
"matchCount": 10
|
|
100
|
+
},
|
|
2
101
|
{
|
|
3
102
|
"slug": "narendra-modi-stadium",
|
|
4
103
|
"name": "Narendra Modi Stadium",
|
|
5
104
|
"city": "Ahmedabad",
|
|
6
|
-
"matchCount":
|
|
105
|
+
"matchCount": 9,
|
|
7
106
|
"geo": {
|
|
8
107
|
"latitude": 23.0917,
|
|
9
108
|
"longitude": 72.5972,
|
|
@@ -11,16 +110,46 @@
|
|
|
11
110
|
}
|
|
12
111
|
},
|
|
13
112
|
{
|
|
14
|
-
"slug": "
|
|
15
|
-
"name": "
|
|
16
|
-
"city": "
|
|
17
|
-
"matchCount":
|
|
113
|
+
"slug": "bellerive-oval-hobart",
|
|
114
|
+
"name": "Bellerive Oval, Hobart",
|
|
115
|
+
"city": "Hobart",
|
|
116
|
+
"matchCount": 9
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"slug": "m-chinnaswamy-stadium",
|
|
120
|
+
"name": "M.Chinnaswamy Stadium",
|
|
121
|
+
"city": "Bengaluru",
|
|
122
|
+
"matchCount": 8,
|
|
18
123
|
"geo": {
|
|
19
|
-
"latitude":
|
|
20
|
-
"longitude":
|
|
21
|
-
"wikidataQid": "
|
|
124
|
+
"latitude": 12.9789,
|
|
125
|
+
"longitude": 77.5993,
|
|
126
|
+
"wikidataQid": "Q1135028"
|
|
22
127
|
}
|
|
23
128
|
},
|
|
129
|
+
{
|
|
130
|
+
"slug": "kensington-oval-bridgetown-barbados",
|
|
131
|
+
"name": "Kensington Oval, Bridgetown, Barbados",
|
|
132
|
+
"city": "Bridgetown",
|
|
133
|
+
"matchCount": 8
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"slug": "nassau-county-international-cricket-stadium-new-york",
|
|
137
|
+
"name": "Nassau County International Cricket Stadium, New York",
|
|
138
|
+
"city": "New York",
|
|
139
|
+
"matchCount": 8
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"slug": "sir-vivian-richards-stadium-north-sound-antigua",
|
|
143
|
+
"name": "Sir Vivian Richards Stadium, North Sound, Antigua",
|
|
144
|
+
"city": "North Sound",
|
|
145
|
+
"matchCount": 8
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"slug": "wankhede-stadium-mumbai",
|
|
149
|
+
"name": "Wankhede Stadium, Mumbai",
|
|
150
|
+
"city": "Mumbai",
|
|
151
|
+
"matchCount": 8
|
|
152
|
+
},
|
|
24
153
|
{
|
|
25
154
|
"slug": "bharat-ratna-shri-atal-bihari-vajpayee-ekana-cricket-stadium",
|
|
26
155
|
"name": "Bharat Ratna Shri Atal Bihari Vajpayee Ekana Cricket Stadium",
|
|
@@ -55,14 +184,31 @@
|
|
|
55
184
|
}
|
|
56
185
|
},
|
|
57
186
|
{
|
|
58
|
-
"slug": "
|
|
59
|
-
"name": "
|
|
187
|
+
"slug": "sydney-cricket-ground",
|
|
188
|
+
"name": "Sydney Cricket Ground",
|
|
189
|
+
"city": "Sydney",
|
|
190
|
+
"matchCount": 7
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"slug": "eden-gardens-kolkata",
|
|
194
|
+
"name": "Eden Gardens, Kolkata",
|
|
60
195
|
"city": "Kolkata",
|
|
196
|
+
"matchCount": 7
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"slug": "r-premadasa-stadium-colombo",
|
|
200
|
+
"name": "R Premadasa Stadium, Colombo",
|
|
201
|
+
"city": "Colombo",
|
|
202
|
+
"matchCount": 7
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"slug": "maharaja-yadavindra-singh-international-cricket-stadium-mullanpu",
|
|
206
|
+
"name": "Maharaja Yadavindra Singh International Cricket Stadium, Mullanpur",
|
|
207
|
+
"city": "Chandigarh",
|
|
61
208
|
"matchCount": 6,
|
|
62
209
|
"geo": {
|
|
63
|
-
"latitude":
|
|
64
|
-
"longitude":
|
|
65
|
-
"wikidataQid": "Q582510"
|
|
210
|
+
"latitude": 30.776,
|
|
211
|
+
"longitude": 76.7012
|
|
66
212
|
}
|
|
67
213
|
},
|
|
68
214
|
{
|
|
@@ -77,25 +223,57 @@
|
|
|
77
223
|
}
|
|
78
224
|
},
|
|
79
225
|
{
|
|
80
|
-
"slug": "
|
|
81
|
-
"name": "
|
|
82
|
-
"city": "
|
|
83
|
-
"matchCount":
|
|
84
|
-
"geo": {
|
|
85
|
-
"latitude": 12.9789,
|
|
86
|
-
"longitude": 77.5993,
|
|
87
|
-
"wikidataQid": "Q1135028"
|
|
88
|
-
}
|
|
226
|
+
"slug": "al-amerat-cricket-ground-oman-cricket-ministry-turf-1",
|
|
227
|
+
"name": "Al Amerat Cricket Ground Oman Cricket (Ministry Turf 1)",
|
|
228
|
+
"city": "Al Amarat",
|
|
229
|
+
"matchCount": 6
|
|
89
230
|
},
|
|
90
231
|
{
|
|
91
|
-
"slug": "
|
|
92
|
-
"name": "
|
|
93
|
-
"city": "
|
|
94
|
-
"matchCount":
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
232
|
+
"slug": "gmhba-stadium-south-geelong-victoria",
|
|
233
|
+
"name": "GMHBA Stadium, South Geelong, Victoria",
|
|
234
|
+
"city": "Geelong",
|
|
235
|
+
"matchCount": 6
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"slug": "adelaide-oval",
|
|
239
|
+
"name": "Adelaide Oval",
|
|
240
|
+
"city": "Adelaide",
|
|
241
|
+
"matchCount": 6
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"slug": "narendra-modi-stadium-ahmedabad",
|
|
245
|
+
"name": "Narendra Modi Stadium, Ahmedabad",
|
|
246
|
+
"city": "Ahmedabad",
|
|
247
|
+
"matchCount": 6
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"slug": "pallekele-international-cricket-stadium",
|
|
251
|
+
"name": "Pallekele International Cricket Stadium",
|
|
252
|
+
"city": "Kandy",
|
|
253
|
+
"matchCount": 6
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"slug": "sylhet-stadium",
|
|
257
|
+
"name": "Sylhet Stadium",
|
|
258
|
+
"matchCount": 6
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"slug": "daren-sammy-national-cricket-stadium-gros-islet-st-lucia",
|
|
262
|
+
"name": "Daren Sammy National Cricket Stadium, Gros Islet, St Lucia",
|
|
263
|
+
"city": "Gros Islet",
|
|
264
|
+
"matchCount": 5
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"slug": "sinhalese-sports-club-ground-colombo",
|
|
268
|
+
"name": "Sinhalese Sports Club Ground, Colombo",
|
|
269
|
+
"city": "Colombo",
|
|
270
|
+
"matchCount": 5
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"slug": "ma-chidambaram-stadium-chepauk-chennai",
|
|
274
|
+
"name": "MA Chidambaram Stadium, Chepauk, Chennai",
|
|
275
|
+
"city": "Chennai",
|
|
276
|
+
"matchCount": 5
|
|
99
277
|
},
|
|
100
278
|
{
|
|
101
279
|
"slug": "sawai-mansingh-stadium",
|
|
@@ -108,6 +286,42 @@
|
|
|
108
286
|
"wikidataQid": "Q1437432"
|
|
109
287
|
}
|
|
110
288
|
},
|
|
289
|
+
{
|
|
290
|
+
"slug": "melbourne-cricket-ground",
|
|
291
|
+
"name": "Melbourne Cricket Ground",
|
|
292
|
+
"city": "Melbourne",
|
|
293
|
+
"matchCount": 4
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"slug": "perth-stadium",
|
|
297
|
+
"name": "Perth Stadium",
|
|
298
|
+
"city": "Perth",
|
|
299
|
+
"matchCount": 4
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"slug": "grand-prairie-stadium-dallas",
|
|
303
|
+
"name": "Grand Prairie Stadium, Dallas",
|
|
304
|
+
"city": "Dallas",
|
|
305
|
+
"matchCount": 4
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"slug": "providence-stadium-guyana",
|
|
309
|
+
"name": "Providence Stadium, Guyana",
|
|
310
|
+
"city": "Providence",
|
|
311
|
+
"matchCount": 4
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"slug": "vidarbha-cricket-association-stadium-jamtha",
|
|
315
|
+
"name": "Vidarbha Cricket Association Stadium, Jamtha",
|
|
316
|
+
"city": "Nagpur",
|
|
317
|
+
"matchCount": 4
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"slug": "bharat-ratna-shri-atal-bihari-vajpayee-ekana-cricket-stadium-luc",
|
|
321
|
+
"name": "Bharat Ratna Shri Atal Bihari Vajpayee Ekana Cricket Stadium, Lucknow",
|
|
322
|
+
"city": "Lucknow",
|
|
323
|
+
"matchCount": 4
|
|
324
|
+
},
|
|
111
325
|
{
|
|
112
326
|
"slug": "barsapara-cricket-stadium",
|
|
113
327
|
"name": "Barsapara Cricket Stadium",
|
|
@@ -120,15 +334,34 @@
|
|
|
120
334
|
}
|
|
121
335
|
},
|
|
122
336
|
{
|
|
123
|
-
"slug": "
|
|
124
|
-
"name": "
|
|
125
|
-
"city": "
|
|
126
|
-
"matchCount": 3
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
337
|
+
"slug": "brisbane-cricket-ground-woolloongabba-brisbane",
|
|
338
|
+
"name": "Brisbane Cricket Ground, Woolloongabba, Brisbane",
|
|
339
|
+
"city": "Brisbane",
|
|
340
|
+
"matchCount": 3
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"slug": "brian-lara-stadium-tarouba-trinidad",
|
|
344
|
+
"name": "Brian Lara Stadium, Tarouba, Trinidad",
|
|
345
|
+
"city": "Tarouba",
|
|
346
|
+
"matchCount": 3
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"slug": "arnos-vale-ground-kingstown-st-vincent",
|
|
350
|
+
"name": "Arnos Vale Ground, Kingstown, St Vincent",
|
|
351
|
+
"city": "Kingstown",
|
|
352
|
+
"matchCount": 3
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"slug": "punjab-cricket-association-is-bindra-stadium-mohali",
|
|
356
|
+
"name": "Punjab Cricket Association IS Bindra Stadium, Mohali",
|
|
357
|
+
"city": "Chandigarh",
|
|
358
|
+
"matchCount": 3
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"slug": "feroz-shah-kotla",
|
|
362
|
+
"name": "Feroz Shah Kotla",
|
|
363
|
+
"city": "Delhi",
|
|
364
|
+
"matchCount": 3
|
|
132
365
|
},
|
|
133
366
|
{
|
|
134
367
|
"slug": "shaheed-veer-narayan-singh-international-stadium",
|
|
@@ -140,5 +373,11 @@
|
|
|
140
373
|
"longitude": 81.6296,
|
|
141
374
|
"wikidataQid": "Q7461193"
|
|
142
375
|
}
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"slug": "central-broward-regional-park-stadium-turf-ground-lauderhill",
|
|
379
|
+
"name": "Central Broward Regional Park Stadium Turf Ground, Lauderhill",
|
|
380
|
+
"city": "Lauderhill",
|
|
381
|
+
"matchCount": 1
|
|
143
382
|
}
|
|
144
383
|
]
|