loredata 0.2.0 → 0.4.1
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/README.md +126 -65
- package/data/avengers/addresses.json +27 -0
- package/data/avengers/characters.json +305 -0
- package/data/avengers/meta.json +13 -0
- package/data/better-call-saul/addresses.json +37 -0
- package/data/better-call-saul/characters.json +268 -0
- package/data/better-call-saul/meta.json +13 -0
- package/data/big-bang-theory/addresses.json +31 -0
- package/data/big-bang-theory/characters.json +198 -0
- package/data/big-bang-theory/meta.json +13 -0
- package/data/breaking-bad/characters.json +249 -148
- package/data/breaking-bad/meta.json +8 -1
- package/data/fast-and-furious/addresses.json +1 -2
- package/data/fast-and-furious/characters.json +226 -133
- package/data/fast-and-furious/meta.json +13 -1
- package/data/friends/characters.json +402 -281
- package/data/friends/meta.json +8 -1
- package/data/game-of-thrones/addresses.json +6 -22
- package/data/game-of-thrones/characters.json +507 -299
- package/data/game-of-thrones/meta.json +8 -1
- package/data/guardians-of-the-galaxy/addresses.json +17 -0
- package/data/guardians-of-the-galaxy/characters.json +226 -0
- package/data/guardians-of-the-galaxy/meta.json +13 -0
- package/data/harry-potter/addresses.json +6 -11
- package/data/harry-potter/characters.json +239 -147
- package/data/harry-potter/meta.json +8 -1
- package/data/house-md/characters.json +184 -52
- package/data/house-md/meta.json +8 -1
- package/data/lost/characters.json +420 -299
- package/data/lost/meta.json +8 -1
- package/data/matrix/characters.json +144 -34
- package/data/matrix/meta.json +13 -1
- package/data/peaky-blinders/characters.json +191 -37
- package/data/peaky-blinders/meta.json +8 -1
- package/data/prison-break/addresses.json +24 -0
- package/data/prison-break/characters.json +188 -0
- package/data/prison-break/meta.json +13 -0
- package/data/sherlock/characters.json +369 -263
- package/data/sherlock/meta.json +8 -1
- package/data/simpsons/addresses.json +21 -0
- package/data/simpsons/characters.json +383 -0
- package/data/simpsons/meta.json +13 -0
- package/data/sopranos/addresses.json +37 -0
- package/data/sopranos/characters.json +292 -0
- package/data/sopranos/meta.json +13 -0
- package/data/south-park/addresses.json +31 -0
- package/data/south-park/characters.json +372 -0
- package/data/south-park/meta.json +13 -0
- package/data/spider-man/addresses.json +31 -0
- package/data/spider-man/characters.json +219 -0
- package/data/spider-man/meta.json +13 -0
- package/data/star-wars/addresses.json +19 -0
- package/data/star-wars/characters.json +254 -0
- package/data/star-wars/meta.json +13 -0
- package/data/stranger-things/addresses.json +31 -0
- package/data/stranger-things/characters.json +226 -0
- package/data/stranger-things/meta.json +13 -0
- package/data/supernatural/addresses.json +25 -0
- package/data/supernatural/characters.json +190 -0
- package/data/supernatural/meta.json +13 -0
- package/data/the-crown/addresses.json +27 -0
- package/data/the-crown/characters.json +275 -0
- package/data/the-crown/meta.json +13 -0
- package/data/the-office/characters.json +478 -283
- package/data/the-office/meta.json +8 -1
- package/data/the-walking-dead/addresses.json +25 -0
- package/data/the-walking-dead/characters.json +186 -0
- package/data/the-walking-dead/meta.json +13 -0
- package/data/the-witcher/addresses.json +22 -0
- package/data/the-witcher/characters.json +272 -0
- package/data/the-witcher/meta.json +13 -0
- package/data/vikings/addresses.json +26 -0
- package/data/vikings/characters.json +240 -0
- package/data/vikings/meta.json +13 -0
- package/data/westworld/addresses.json +19 -0
- package/data/westworld/characters.json +161 -0
- package/data/westworld/meta.json +13 -0
- package/data/x-men/addresses.json +24 -0
- package/data/x-men/characters.json +242 -0
- package/data/x-men/meta.json +18 -0
- package/dist/browser.cjs +18 -72
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +3 -3
- package/dist/browser.d.ts +3 -3
- package/dist/browser.js +18 -72
- package/dist/browser.js.map +1 -1
- package/dist/cli/cli.cjs +41 -73
- package/dist/cli/cli.cjs.map +1 -1
- package/dist/cli/cli.js +41 -73
- package/dist/cli/cli.js.map +1 -1
- package/dist/index.cjs +41 -72
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +41 -72
- package/dist/index.js.map +1 -1
- package/dist/{universe-store-Del1UHgn.d.cts → universe-store-CWhCn3U6.d.cts} +21 -11
- package/dist/{universe-store-Del1UHgn.d.ts → universe-store-CWhCn3U6.d.ts} +21 -11
- package/package.json +85 -81
- package/data/breaking-bad/domains.json +0 -6
- package/data/fast-and-furious/domains.json +0 -6
- package/data/friends/domains.json +0 -6
- package/data/game-of-thrones/domains.json +0 -6
- package/data/harry-potter/domains.json +0 -6
- package/data/house-md/domains.json +0 -6
- package/data/lost/domains.json +0 -6
- package/data/matrix/domains.json +0 -6
- package/data/peaky-blinders/domains.json +0 -6
- package/data/sherlock/domains.json +0 -6
- package/data/the-office/domains.json +0 -6
|
@@ -3,9 +3,20 @@
|
|
|
3
3
|
"id": "tommy-shelby",
|
|
4
4
|
"firstName": "Thomas",
|
|
5
5
|
"lastName": "Shelby",
|
|
6
|
-
"usernames": [
|
|
6
|
+
"usernames": [
|
|
7
|
+
"by_order_of_pb",
|
|
8
|
+
"garrison_razor",
|
|
9
|
+
"one_minute_soldier",
|
|
10
|
+
"black_star_day"
|
|
11
|
+
],
|
|
7
12
|
"profession": "Gangster, businessman, MP",
|
|
8
|
-
"interests": [
|
|
13
|
+
"interests": [
|
|
14
|
+
"horse racing",
|
|
15
|
+
"whiskey",
|
|
16
|
+
"business",
|
|
17
|
+
"politics",
|
|
18
|
+
"war strategy"
|
|
19
|
+
],
|
|
9
20
|
"quotes": [
|
|
10
21
|
"I think, Arthur. That's what I do. I think. So that you don't have to.",
|
|
11
22
|
"Everyone is a whore, Grace. We just sell different parts of ourselves.",
|
|
@@ -16,17 +27,33 @@
|
|
|
16
27
|
"The eleventh hour. Armistice. Peace at last. Peace at last."
|
|
17
28
|
],
|
|
18
29
|
"gender": "male",
|
|
19
|
-
"address": {
|
|
30
|
+
"address": {
|
|
31
|
+
"city": "Small Heath",
|
|
32
|
+
"country": "GB"
|
|
33
|
+
},
|
|
20
34
|
"symbol": "🗡️",
|
|
21
|
-
"color": "#064e3b"
|
|
35
|
+
"color": "#064e3b",
|
|
36
|
+
"emailDomains": [
|
|
37
|
+
"shelby-company.com",
|
|
38
|
+
"birmingham-post.net"
|
|
39
|
+
]
|
|
22
40
|
},
|
|
23
41
|
{
|
|
24
42
|
"id": "arthur-shelby",
|
|
25
43
|
"firstName": "Arthur",
|
|
26
44
|
"lastName": "Shelby",
|
|
27
|
-
"usernames": [
|
|
45
|
+
"usernames": [
|
|
46
|
+
"eldest_shelby",
|
|
47
|
+
"wild_arthur",
|
|
48
|
+
"by_order_pb"
|
|
49
|
+
],
|
|
28
50
|
"profession": "Gangster, enforcer",
|
|
29
|
-
"interests": [
|
|
51
|
+
"interests": [
|
|
52
|
+
"fighting",
|
|
53
|
+
"horses",
|
|
54
|
+
"drawing",
|
|
55
|
+
"family"
|
|
56
|
+
],
|
|
30
57
|
"quotes": [
|
|
31
58
|
"You're stealing from the Peaky Blinders, man.",
|
|
32
59
|
"Liar.",
|
|
@@ -37,17 +64,34 @@
|
|
|
37
64
|
"Not in Small Heath, it ain't."
|
|
38
65
|
],
|
|
39
66
|
"gender": "male",
|
|
40
|
-
"address": {
|
|
67
|
+
"address": {
|
|
68
|
+
"city": "Small Heath",
|
|
69
|
+
"country": "GB"
|
|
70
|
+
},
|
|
41
71
|
"symbol": "👊",
|
|
42
|
-
"color": "#083344"
|
|
72
|
+
"color": "#083344",
|
|
73
|
+
"emailDomains": [
|
|
74
|
+
"shelby-company.com",
|
|
75
|
+
"birmingham-post.net"
|
|
76
|
+
]
|
|
43
77
|
},
|
|
44
78
|
{
|
|
45
79
|
"id": "polly-gray",
|
|
46
80
|
"firstName": "Polly",
|
|
47
81
|
"lastName": "Gray",
|
|
48
|
-
"usernames": [
|
|
82
|
+
"usernames": [
|
|
83
|
+
"aunt_pol",
|
|
84
|
+
"matriarch_shelby",
|
|
85
|
+
"black_madonna"
|
|
86
|
+
],
|
|
49
87
|
"profession": "Bookkeeper, Shelby Company treasurer",
|
|
50
|
-
"interests": [
|
|
88
|
+
"interests": [
|
|
89
|
+
"family",
|
|
90
|
+
"tarot",
|
|
91
|
+
"whiskey",
|
|
92
|
+
"Romani traditions",
|
|
93
|
+
"seances"
|
|
94
|
+
],
|
|
51
95
|
"quotes": [
|
|
52
96
|
"You have your mother's common sense, but your father's devilment. I see them fighting. Let your mother win.",
|
|
53
97
|
"He laughed, a lot. He wanted to work with horses.",
|
|
@@ -59,15 +103,29 @@
|
|
|
59
103
|
],
|
|
60
104
|
"gender": "female",
|
|
61
105
|
"symbol": "🔮",
|
|
62
|
-
"color": "#16a34a"
|
|
106
|
+
"color": "#16a34a",
|
|
107
|
+
"emailDomains": [
|
|
108
|
+
"shelby-company.com",
|
|
109
|
+
"birmingham-post.net"
|
|
110
|
+
]
|
|
63
111
|
},
|
|
64
112
|
{
|
|
65
113
|
"id": "alfie-solomons",
|
|
66
114
|
"firstName": "Alfred",
|
|
67
115
|
"lastName": "Solomons",
|
|
68
|
-
"usernames": [
|
|
116
|
+
"usernames": [
|
|
117
|
+
"camden_baker",
|
|
118
|
+
"old_testament_alfie",
|
|
119
|
+
"rum_and_torah"
|
|
120
|
+
],
|
|
69
121
|
"profession": "Gangster, rum distiller, boxing promoter",
|
|
70
|
-
"interests": [
|
|
122
|
+
"interests": [
|
|
123
|
+
"rum",
|
|
124
|
+
"religion",
|
|
125
|
+
"boxing",
|
|
126
|
+
"his dog",
|
|
127
|
+
"seagulls"
|
|
128
|
+
],
|
|
71
129
|
"quotes": [
|
|
72
130
|
"Intelligence is a very valuable thing, innit, my friend? But usually, it comes far too fucking late.",
|
|
73
131
|
"I sit all day, every day, in that chair on that balcony. Contemplating the fact, right, that life is so much easier to deal with, when you are dead.",
|
|
@@ -78,17 +136,34 @@
|
|
|
78
136
|
"You've got fuckin' angry, aint ya?!"
|
|
79
137
|
],
|
|
80
138
|
"gender": "male",
|
|
81
|
-
"address": {
|
|
139
|
+
"address": {
|
|
140
|
+
"city": "Camden",
|
|
141
|
+
"country": "GB"
|
|
142
|
+
},
|
|
82
143
|
"symbol": "📖",
|
|
83
|
-
"color": "#dc2626"
|
|
144
|
+
"color": "#dc2626",
|
|
145
|
+
"emailDomains": [
|
|
146
|
+
"solomons-bakery.com",
|
|
147
|
+
"camden-post.net"
|
|
148
|
+
]
|
|
84
149
|
},
|
|
85
150
|
{
|
|
86
151
|
"id": "michael-gray",
|
|
87
152
|
"firstName": "Michael",
|
|
88
153
|
"lastName": "Gray",
|
|
89
|
-
"usernames": [
|
|
154
|
+
"usernames": [
|
|
155
|
+
"shelby_cousin",
|
|
156
|
+
"michaels_ledger",
|
|
157
|
+
"gray_returns",
|
|
158
|
+
"second_option"
|
|
159
|
+
],
|
|
90
160
|
"profession": "Shelby Company accountant",
|
|
91
|
-
"interests": [
|
|
161
|
+
"interests": [
|
|
162
|
+
"business",
|
|
163
|
+
"family",
|
|
164
|
+
"gambling",
|
|
165
|
+
"American finance"
|
|
166
|
+
],
|
|
92
167
|
"quotes": [
|
|
93
168
|
"I KNOW THIS BASTARD DESERVES IT, ALL RIGHT?! I fucking know! But if you kill him now, the truce with the London outfits will be blown to fucking pieces.",
|
|
94
169
|
"WHICH FUCKING SIDE ARE YOU ON, ALFIE?!",
|
|
@@ -100,15 +175,28 @@
|
|
|
100
175
|
],
|
|
101
176
|
"gender": "male",
|
|
102
177
|
"symbol": "📒",
|
|
103
|
-
"color": "#0c4a6e"
|
|
178
|
+
"color": "#0c4a6e",
|
|
179
|
+
"emailDomains": [
|
|
180
|
+
"shelby-company.com",
|
|
181
|
+
"birmingham-post.net"
|
|
182
|
+
]
|
|
104
183
|
},
|
|
105
184
|
{
|
|
106
185
|
"id": "ada-shelby",
|
|
107
186
|
"firstName": "Ada",
|
|
108
187
|
"lastName": "Thorne",
|
|
109
|
-
"usernames": [
|
|
188
|
+
"usernames": [
|
|
189
|
+
"freddie_thorne_widow",
|
|
190
|
+
"shelby_sister",
|
|
191
|
+
"cinema_ada"
|
|
192
|
+
],
|
|
110
193
|
"profession": "Activist, Shelby Company director",
|
|
111
|
-
"interests": [
|
|
194
|
+
"interests": [
|
|
195
|
+
"politics",
|
|
196
|
+
"cinema",
|
|
197
|
+
"Rudolph Valentino",
|
|
198
|
+
"socialist causes"
|
|
199
|
+
],
|
|
112
200
|
"quotes": [
|
|
113
201
|
"Oi! I'm a Shelby, too, you know. Put my fucking film back on!",
|
|
114
202
|
"Freddie fucking Thorne! Yeah! Your best mate since school. The man who saved your life in France! So go on! Cut him!",
|
|
@@ -118,15 +206,27 @@
|
|
|
118
206
|
],
|
|
119
207
|
"gender": "female",
|
|
120
208
|
"symbol": "🎬",
|
|
121
|
-
"color": "#059669"
|
|
209
|
+
"color": "#059669",
|
|
210
|
+
"emailDomains": [
|
|
211
|
+
"shelby-company.com",
|
|
212
|
+
"london-activist.net"
|
|
213
|
+
]
|
|
122
214
|
},
|
|
123
215
|
{
|
|
124
216
|
"id": "john-shelby",
|
|
125
217
|
"firstName": "John",
|
|
126
218
|
"lastName": "Shelby",
|
|
127
|
-
"usernames": [
|
|
219
|
+
"usernames": [
|
|
220
|
+
"lee_boys_betrothed",
|
|
221
|
+
"youngest_brother_shelby",
|
|
222
|
+
"cut_him"
|
|
223
|
+
],
|
|
128
224
|
"profession": "Gangster",
|
|
129
|
-
"interests": [
|
|
225
|
+
"interests": [
|
|
226
|
+
"family",
|
|
227
|
+
"fighting",
|
|
228
|
+
"horses"
|
|
229
|
+
],
|
|
130
230
|
"quotes": [
|
|
131
231
|
"Are you fucking repenting or something?",
|
|
132
232
|
"What fucking class? You were never there.",
|
|
@@ -136,15 +236,27 @@
|
|
|
136
236
|
],
|
|
137
237
|
"gender": "male",
|
|
138
238
|
"symbol": "🐎",
|
|
139
|
-
"color": "#ea580c"
|
|
239
|
+
"color": "#ea580c",
|
|
240
|
+
"emailDomains": [
|
|
241
|
+
"shelby-company.com",
|
|
242
|
+
"birmingham-post.net"
|
|
243
|
+
]
|
|
140
244
|
},
|
|
141
245
|
{
|
|
142
246
|
"id": "grace-burgess",
|
|
143
247
|
"firstName": "Grace",
|
|
144
248
|
"lastName": "Burgess",
|
|
145
|
-
"usernames": [
|
|
249
|
+
"usernames": [
|
|
250
|
+
"grace_sings",
|
|
251
|
+
"garrison_barmaid",
|
|
252
|
+
"irish_spy"
|
|
253
|
+
],
|
|
146
254
|
"profession": "Barmaid, intelligence operative",
|
|
147
|
-
"interests": [
|
|
255
|
+
"interests": [
|
|
256
|
+
"singing",
|
|
257
|
+
"horses",
|
|
258
|
+
"Irish politics"
|
|
259
|
+
],
|
|
148
260
|
"quotes": [
|
|
149
261
|
"Happy or sad?",
|
|
150
262
|
"Okay. But I warn you, it'll break your heart.",
|
|
@@ -156,15 +268,28 @@
|
|
|
156
268
|
],
|
|
157
269
|
"gender": "female",
|
|
158
270
|
"symbol": "🎵",
|
|
159
|
-
"color": "#0c4a6e"
|
|
271
|
+
"color": "#0c4a6e",
|
|
272
|
+
"emailDomains": [
|
|
273
|
+
"birmingham-post.net",
|
|
274
|
+
"british-intelligence.gov.uk"
|
|
275
|
+
]
|
|
160
276
|
},
|
|
161
277
|
{
|
|
162
278
|
"id": "chester-campbell",
|
|
163
279
|
"firstName": "Chester",
|
|
164
280
|
"lastName": "Campbell",
|
|
165
|
-
"usernames": [
|
|
281
|
+
"usernames": [
|
|
282
|
+
"belfast_bloodhound",
|
|
283
|
+
"my_fury",
|
|
284
|
+
"major_campbell"
|
|
285
|
+
],
|
|
166
286
|
"profession": "Inspector, later Major in British Intelligence",
|
|
167
|
-
"interests": [
|
|
287
|
+
"interests": [
|
|
288
|
+
"order",
|
|
289
|
+
"Protestantism",
|
|
290
|
+
"hunting criminals",
|
|
291
|
+
"political control"
|
|
292
|
+
],
|
|
168
293
|
"quotes": [
|
|
169
294
|
"God help those who stand in our way!",
|
|
170
295
|
"My fury is a thing to behold.",
|
|
@@ -176,15 +301,28 @@
|
|
|
176
301
|
],
|
|
177
302
|
"gender": "male",
|
|
178
303
|
"symbol": "🚔",
|
|
179
|
-
"color": "#ea580c"
|
|
304
|
+
"color": "#ea580c",
|
|
305
|
+
"emailDomains": [
|
|
306
|
+
"british-intelligence.gov.uk",
|
|
307
|
+
"birmingham-pd.gov.uk"
|
|
308
|
+
]
|
|
180
309
|
},
|
|
181
310
|
{
|
|
182
311
|
"id": "luca-changretta",
|
|
183
312
|
"firstName": "Luca",
|
|
184
313
|
"lastName": "Changretta",
|
|
185
|
-
"usernames": [
|
|
314
|
+
"usernames": [
|
|
315
|
+
"new_york_vendetta",
|
|
316
|
+
"changretta_famiglia",
|
|
317
|
+
"italian_in_birmingham"
|
|
318
|
+
],
|
|
186
319
|
"profession": "American-Italian mafia boss",
|
|
187
|
-
"interests": [
|
|
320
|
+
"interests": [
|
|
321
|
+
"family vengeance",
|
|
322
|
+
"honor",
|
|
323
|
+
"New York",
|
|
324
|
+
"tailoring"
|
|
325
|
+
],
|
|
188
326
|
"quotes": [
|
|
189
327
|
"I want you to be last. I want you to be alive after your entire family is dead, 'cause my mother says, that is what will hurt you the most.",
|
|
190
328
|
"You people have traditions of honor, as do we.",
|
|
@@ -196,15 +334,27 @@
|
|
|
196
334
|
],
|
|
197
335
|
"gender": "male",
|
|
198
336
|
"symbol": "🤵",
|
|
199
|
-
"color": "#4c1d95"
|
|
337
|
+
"color": "#4c1d95",
|
|
338
|
+
"emailDomains": [
|
|
339
|
+
"changretta-family.com",
|
|
340
|
+
"new-york-mob.net"
|
|
341
|
+
]
|
|
200
342
|
},
|
|
201
343
|
{
|
|
202
344
|
"id": "lizzie-stark",
|
|
203
345
|
"firstName": "Lizzie",
|
|
204
346
|
"lastName": "Stark",
|
|
205
|
-
"usernames": [
|
|
347
|
+
"usernames": [
|
|
348
|
+
"company_director",
|
|
349
|
+
"ill_join_the_meeting",
|
|
350
|
+
"garrison_girl"
|
|
351
|
+
],
|
|
206
352
|
"profession": "Secretary, Shelby Company director",
|
|
207
|
-
"interests": [
|
|
353
|
+
"interests": [
|
|
354
|
+
"family",
|
|
355
|
+
"business",
|
|
356
|
+
"motherhood"
|
|
357
|
+
],
|
|
208
358
|
"quotes": [
|
|
209
359
|
"I am company director. I will join the meeting as well.",
|
|
210
360
|
"She's all better Tommy. You came back for nothing. But I'm glad you're back.",
|
|
@@ -215,6 +365,10 @@
|
|
|
215
365
|
],
|
|
216
366
|
"gender": "female",
|
|
217
367
|
"symbol": "🌷",
|
|
218
|
-
"color": "#064e3b"
|
|
368
|
+
"color": "#064e3b",
|
|
369
|
+
"emailDomains": [
|
|
370
|
+
"shelby-company.com",
|
|
371
|
+
"birmingham-post.net"
|
|
372
|
+
]
|
|
219
373
|
}
|
|
220
|
-
]
|
|
374
|
+
]
|
|
@@ -2,5 +2,12 @@
|
|
|
2
2
|
"id": "peaky-blinders",
|
|
3
3
|
"name": "Peaky Blinders",
|
|
4
4
|
"genre": ["crime", "drama", "historical"],
|
|
5
|
-
"description": "The Shelby crime family rises from the streets of post-WWI Birmingham to become one of Britain's most powerful criminal empires."
|
|
5
|
+
"description": "The Shelby crime family rises from the streets of post-WWI Birmingham to become one of Britain's most powerful criminal empires.",
|
|
6
|
+
"tmdbId": 60574,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2013,
|
|
9
|
+
"rating": 8.5,
|
|
10
|
+
"networks": ["BBC One", "BBC Two"],
|
|
11
|
+
"posterPath": "/vUUqzWa2LnHIVqkaKVlVGkVcZIW.jpg",
|
|
12
|
+
"backdropPath": "/wiE9doxiLwq3WCGamDIOb2PqBqc.jpg"
|
|
6
13
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"city": "Joliet",
|
|
4
|
+
"state": "IL",
|
|
5
|
+
"country": "US"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"city": "Chicago",
|
|
9
|
+
"state": "IL",
|
|
10
|
+
"country": "US"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"city": "Panama City",
|
|
14
|
+
"country": "PA"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"city": "Sona"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"city": "Springfield",
|
|
21
|
+
"state": "IL",
|
|
22
|
+
"country": "US"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "michael-scofield",
|
|
4
|
+
"firstName": "Michael",
|
|
5
|
+
"lastName": "Scofield",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"tattoo_blueprint",
|
|
8
|
+
"fox_river_plan",
|
|
9
|
+
"origami_crane"
|
|
10
|
+
],
|
|
11
|
+
"profession": "Structural engineer",
|
|
12
|
+
"interests": [
|
|
13
|
+
"origami",
|
|
14
|
+
"chess",
|
|
15
|
+
"tattoo art",
|
|
16
|
+
"family",
|
|
17
|
+
"escape planning"
|
|
18
|
+
],
|
|
19
|
+
"quotes": [
|
|
20
|
+
"Preparation will only take you so far. After that you got to take a few leaps of faith.",
|
|
21
|
+
"The man you're talking about died the moment I stepped inside these walls.",
|
|
22
|
+
"We're not breaking out of a Jamba Juice, gentlemen.",
|
|
23
|
+
"If we lose ourselves, we lose everything.",
|
|
24
|
+
"I don't have a few years. Wish to hell I did."
|
|
25
|
+
],
|
|
26
|
+
"gender": "male",
|
|
27
|
+
"symbol": "📐",
|
|
28
|
+
"color": "#1e3a5f",
|
|
29
|
+
"emailDomains": [
|
|
30
|
+
"fox-river-pen.gov",
|
|
31
|
+
"scofield-engineering.com"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "lincoln-burrows",
|
|
36
|
+
"firstName": "Lincoln",
|
|
37
|
+
"lastName": "Burrows",
|
|
38
|
+
"usernames": [
|
|
39
|
+
"the_brute",
|
|
40
|
+
"not_guilty",
|
|
41
|
+
"big_linc"
|
|
42
|
+
],
|
|
43
|
+
"profession": "Mechanic",
|
|
44
|
+
"interests": [
|
|
45
|
+
"family",
|
|
46
|
+
"motorcycles",
|
|
47
|
+
"freedom",
|
|
48
|
+
"street racing"
|
|
49
|
+
],
|
|
50
|
+
"quotes": [
|
|
51
|
+
"I've never given a damn about what people thought of me. Never.",
|
|
52
|
+
"Lee Harvey Oswald, John Wilkes Booth... Lincoln Burrows. Bitch of it all is - I didn't do it.",
|
|
53
|
+
"You are the brains and I am the brute.",
|
|
54
|
+
"In case you hadn't noticed, me and my brother don't quit for no one.",
|
|
55
|
+
"There's always something."
|
|
56
|
+
],
|
|
57
|
+
"gender": "male",
|
|
58
|
+
"symbol": "⛓️",
|
|
59
|
+
"color": "#4a3728",
|
|
60
|
+
"emailDomains": [
|
|
61
|
+
"fox-river-pen.gov",
|
|
62
|
+
"chicago-post.net"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "sara-tancredi",
|
|
67
|
+
"firstName": "Sara",
|
|
68
|
+
"lastName": "Tancredi",
|
|
69
|
+
"usernames": [
|
|
70
|
+
"pill_key",
|
|
71
|
+
"never_fall_for_inmate",
|
|
72
|
+
"governor_daughter"
|
|
73
|
+
],
|
|
74
|
+
"profession": "Doctor",
|
|
75
|
+
"interests": [
|
|
76
|
+
"addiction recovery",
|
|
77
|
+
"justice",
|
|
78
|
+
"family",
|
|
79
|
+
"prison reform"
|
|
80
|
+
],
|
|
81
|
+
"quotes": [
|
|
82
|
+
"Letting the State know that you're healthy enough to execute is not why I went to medical school.",
|
|
83
|
+
"When you first take the job, they tell you never to fall in love with an inmate.",
|
|
84
|
+
"I'm not a jealous woman. But I'm a careful one. And for some reason, when I'm around you, I'm not...careful.",
|
|
85
|
+
"I took a man's life.",
|
|
86
|
+
"Go to hell, dad."
|
|
87
|
+
],
|
|
88
|
+
"gender": "female",
|
|
89
|
+
"symbol": "🩺",
|
|
90
|
+
"color": "#166534",
|
|
91
|
+
"emailDomains": [
|
|
92
|
+
"fox-river-pen.gov",
|
|
93
|
+
"chicago-medical.net"
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"id": "t-bag",
|
|
98
|
+
"firstName": "Theodore",
|
|
99
|
+
"lastName": "Bagwell",
|
|
100
|
+
"usernames": [
|
|
101
|
+
"pretty_fish",
|
|
102
|
+
"devil_himself",
|
|
103
|
+
"bagwell_reads"
|
|
104
|
+
],
|
|
105
|
+
"profession": "Criminal",
|
|
106
|
+
"interests": [
|
|
107
|
+
"Bible study",
|
|
108
|
+
"survival",
|
|
109
|
+
"literature",
|
|
110
|
+
"con artistry"
|
|
111
|
+
],
|
|
112
|
+
"quotes": [
|
|
113
|
+
"Either I'm through that hole with you, or I'm gonna sing like Johnny Cash!",
|
|
114
|
+
"Remember Pretty, I am serving life plus one. So if I get busted for attempted escape, I'm gonna throw in a homicide no problem, that's like a parking ticket to me.",
|
|
115
|
+
"Don't be frightened. Teddy's home.",
|
|
116
|
+
"We are who we are, right?",
|
|
117
|
+
"SCOFIELD!"
|
|
118
|
+
],
|
|
119
|
+
"gender": "male",
|
|
120
|
+
"symbol": "🐍",
|
|
121
|
+
"color": "#7f1d1d",
|
|
122
|
+
"emailDomains": [
|
|
123
|
+
"fox-river-pen.gov"
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "fernando-sucre",
|
|
128
|
+
"firstName": "Fernando",
|
|
129
|
+
"lastName": "Sucre",
|
|
130
|
+
"usernames": [
|
|
131
|
+
"maricruz_forever",
|
|
132
|
+
"papi_sucre",
|
|
133
|
+
"prisneyland_fish"
|
|
134
|
+
],
|
|
135
|
+
"profession": "Construction worker",
|
|
136
|
+
"interests": [
|
|
137
|
+
"family",
|
|
138
|
+
"salsa dancing",
|
|
139
|
+
"digging",
|
|
140
|
+
"romance"
|
|
141
|
+
],
|
|
142
|
+
"quotes": [
|
|
143
|
+
"Welcome to Prisneyland, Fish.",
|
|
144
|
+
"You see these hands? They're digging machines. You want to go to China? I'll get you to China.",
|
|
145
|
+
"They say people come into your life for a reason. Maybe my reason was to help you get out of Fox River.",
|
|
146
|
+
"Its okay, Papi. Let me go.",
|
|
147
|
+
"Give 'em hell."
|
|
148
|
+
],
|
|
149
|
+
"gender": "male",
|
|
150
|
+
"symbol": "🌹",
|
|
151
|
+
"color": "#4a1942",
|
|
152
|
+
"emailDomains": [
|
|
153
|
+
"chicago-post.net",
|
|
154
|
+
"fox-river-pen.gov"
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"id": "alex-mahone",
|
|
159
|
+
"firstName": "Alex",
|
|
160
|
+
"lastName": "Mahone",
|
|
161
|
+
"usernames": [
|
|
162
|
+
"oscar_shales",
|
|
163
|
+
"always_behind_prey",
|
|
164
|
+
"lye_in_garden"
|
|
165
|
+
],
|
|
166
|
+
"profession": "FBI agent",
|
|
167
|
+
"interests": [
|
|
168
|
+
"criminal profiling",
|
|
169
|
+
"family",
|
|
170
|
+
"trail running",
|
|
171
|
+
"case analysis"
|
|
172
|
+
],
|
|
173
|
+
"quotes": [
|
|
174
|
+
"The problem I find with being on a trail is that by definition, you'll always be behind your prey.",
|
|
175
|
+
"Tell him he's no longer in it.",
|
|
176
|
+
"I will get you. I don't have a choice.",
|
|
177
|
+
"I JUST WANT MY LIFE BACK!",
|
|
178
|
+
"I just want this over with."
|
|
179
|
+
],
|
|
180
|
+
"gender": "male",
|
|
181
|
+
"symbol": "🔍",
|
|
182
|
+
"color": "#1d4ed8",
|
|
183
|
+
"emailDomains": [
|
|
184
|
+
"fbi.gov",
|
|
185
|
+
"fox-river-pen.gov"
|
|
186
|
+
]
|
|
187
|
+
}
|
|
188
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "prison-break",
|
|
3
|
+
"name": "Prison Break",
|
|
4
|
+
"genre": ["drama", "thriller", "crime"],
|
|
5
|
+
"description": "A structural engineer devises an elaborate plan to break his wrongly condemned brother out of a maximum security prison.",
|
|
6
|
+
"tmdbId": 2288,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2005,
|
|
9
|
+
"rating": 8.1,
|
|
10
|
+
"networks": ["FOX"],
|
|
11
|
+
"posterPath": "/wnmNPaLvhnMeOqnWlhNkYCZxtda.jpg",
|
|
12
|
+
"backdropPath": "/n3Brk7roueE9HOwVmYlJx5j462g.jpg"
|
|
13
|
+
}
|