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
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "eleven",
|
|
4
|
+
"firstName": "Eleven",
|
|
5
|
+
"lastName": "Holloway",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"friends_dont_lie",
|
|
8
|
+
"eggo_escapee",
|
|
9
|
+
"bitchin_hero",
|
|
10
|
+
"mouthbreather_no"
|
|
11
|
+
],
|
|
12
|
+
"emailDomains": [
|
|
13
|
+
"hawkins-lab.gov",
|
|
14
|
+
"byers-family.net"
|
|
15
|
+
],
|
|
16
|
+
"profession": "Student",
|
|
17
|
+
"interests": [
|
|
18
|
+
"Eggo waffles",
|
|
19
|
+
"Dungeons & Dragons",
|
|
20
|
+
"Blindfold training",
|
|
21
|
+
"Listening to mixtapes"
|
|
22
|
+
],
|
|
23
|
+
"quotes": [
|
|
24
|
+
"Friends don't lie.",
|
|
25
|
+
"I'm the monster.",
|
|
26
|
+
"Goodbye, Mike.",
|
|
27
|
+
"I dump your ass!",
|
|
28
|
+
"I kept the door open three inches."
|
|
29
|
+
],
|
|
30
|
+
"gender": "female",
|
|
31
|
+
"birthYear": 1971,
|
|
32
|
+
"symbol": "🧇",
|
|
33
|
+
"color": "#7f1d1d"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "mike-wheeler",
|
|
37
|
+
"firstName": "Mike",
|
|
38
|
+
"lastName": "Wheeler",
|
|
39
|
+
"usernames": [
|
|
40
|
+
"paladin_14",
|
|
41
|
+
"party_paladin",
|
|
42
|
+
"radio_353",
|
|
43
|
+
"snowball_invite"
|
|
44
|
+
],
|
|
45
|
+
"emailDomains": [
|
|
46
|
+
"wheeler-family.net"
|
|
47
|
+
],
|
|
48
|
+
"profession": "Student",
|
|
49
|
+
"interests": [
|
|
50
|
+
"Dungeons & Dragons",
|
|
51
|
+
"Radio sessions",
|
|
52
|
+
"Campaign planning",
|
|
53
|
+
"Arcade games"
|
|
54
|
+
],
|
|
55
|
+
"quotes": [
|
|
56
|
+
"Do you want to dance?",
|
|
57
|
+
"I never gave up on you. I called you every night. Every night, for...",
|
|
58
|
+
"If we're both going crazy, we'll go crazy together, right?",
|
|
59
|
+
"Has it ever occurred to you that we don't want to be popular?",
|
|
60
|
+
"It was the best thing I've ever done."
|
|
61
|
+
],
|
|
62
|
+
"gender": "male",
|
|
63
|
+
"birthYear": 1971,
|
|
64
|
+
"symbol": "🛡️",
|
|
65
|
+
"color": "#1e3a5f"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": "dustin-henderson",
|
|
69
|
+
"firstName": "Dustin",
|
|
70
|
+
"lastName": "Henderson",
|
|
71
|
+
"usernames": [
|
|
72
|
+
"demogorgon_hunter",
|
|
73
|
+
"the_bald_prophet",
|
|
74
|
+
"dart_and_steve",
|
|
75
|
+
"neverending_duet"
|
|
76
|
+
],
|
|
77
|
+
"emailDomains": [
|
|
78
|
+
"hawkins-mail.com"
|
|
79
|
+
],
|
|
80
|
+
"profession": "Student",
|
|
81
|
+
"interests": [
|
|
82
|
+
"Dungeons & Dragons",
|
|
83
|
+
"Arcade games",
|
|
84
|
+
"Species classification",
|
|
85
|
+
"Ham radio"
|
|
86
|
+
],
|
|
87
|
+
"quotes": [
|
|
88
|
+
"I'm just being realistic, Lucas!",
|
|
89
|
+
"Did you ever think maybe Will went missing because he ran into something bad?",
|
|
90
|
+
"An inter-dimensional slug?! Because it's awesome.",
|
|
91
|
+
"Not everyone can have your perfect hair, alright?!",
|
|
92
|
+
"She's our friend and she's crazy!"
|
|
93
|
+
],
|
|
94
|
+
"gender": "male",
|
|
95
|
+
"birthYear": 1972,
|
|
96
|
+
"symbol": "🦎",
|
|
97
|
+
"color": "#166534"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"id": "lucas-sinclair",
|
|
101
|
+
"firstName": "Lucas",
|
|
102
|
+
"lastName": "Sinclair",
|
|
103
|
+
"usernames": [
|
|
104
|
+
"x-wing_pilot",
|
|
105
|
+
"wristrocket_ranger",
|
|
106
|
+
"ghostbuster_four",
|
|
107
|
+
"madmax_spotter"
|
|
108
|
+
],
|
|
109
|
+
"emailDomains": [
|
|
110
|
+
"sinclair-family.net"
|
|
111
|
+
],
|
|
112
|
+
"profession": "Student",
|
|
113
|
+
"interests": [
|
|
114
|
+
"Dungeons & Dragons",
|
|
115
|
+
"Wrist-rocket practice",
|
|
116
|
+
"Arcade games",
|
|
117
|
+
"Scouting"
|
|
118
|
+
],
|
|
119
|
+
"quotes": [
|
|
120
|
+
"Jack shit.",
|
|
121
|
+
"Madmax!",
|
|
122
|
+
"Why would I make this up?",
|
|
123
|
+
"You're going to get us killed. Do you understand?",
|
|
124
|
+
"We have a lot of rules in our party, but the most important is, \"Friends don't lie.\" Never ever, no matter what."
|
|
125
|
+
],
|
|
126
|
+
"gender": "male",
|
|
127
|
+
"birthYear": 1971,
|
|
128
|
+
"symbol": "🏹",
|
|
129
|
+
"color": "#1d4ed8"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": "will-byers",
|
|
133
|
+
"firstName": "Will",
|
|
134
|
+
"lastName": "Byers",
|
|
135
|
+
"usernames": [
|
|
136
|
+
"the_canary",
|
|
137
|
+
"zombie_boy",
|
|
138
|
+
"starcourt_survivor",
|
|
139
|
+
"wise_wizard"
|
|
140
|
+
],
|
|
141
|
+
"emailDomains": [
|
|
142
|
+
"byers-family.net"
|
|
143
|
+
],
|
|
144
|
+
"profession": "Student",
|
|
145
|
+
"interests": [
|
|
146
|
+
"Dungeons & Dragons",
|
|
147
|
+
"Drawing maps",
|
|
148
|
+
"Painting",
|
|
149
|
+
"Tabletop campaigns"
|
|
150
|
+
],
|
|
151
|
+
"quotes": [
|
|
152
|
+
"I just want this to be over!",
|
|
153
|
+
"You're ruining our party!",
|
|
154
|
+
"It's like... like, I'm stuck.",
|
|
155
|
+
"Like one slide's our world, and... and the other... the other slide is the Upside Down.",
|
|
156
|
+
"It was a seven. The roll, it was a seven. The demogorgon... it got me. See you tomorrow!"
|
|
157
|
+
],
|
|
158
|
+
"gender": "male",
|
|
159
|
+
"birthYear": 1971,
|
|
160
|
+
"symbol": "💡",
|
|
161
|
+
"color": "#4a6fa5"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"id": "joyce-byers",
|
|
165
|
+
"firstName": "Joyce",
|
|
166
|
+
"lastName": "Byers",
|
|
167
|
+
"usernames": [
|
|
168
|
+
"alphabet_wall",
|
|
169
|
+
"magnet_mom",
|
|
170
|
+
"lights_on_byers",
|
|
171
|
+
"will_in_shadow"
|
|
172
|
+
],
|
|
173
|
+
"emailDomains": [
|
|
174
|
+
"byers-family.net"
|
|
175
|
+
],
|
|
176
|
+
"profession": "Secretary",
|
|
177
|
+
"interests": [
|
|
178
|
+
"Christmas light messaging",
|
|
179
|
+
"Retail shifts at Melvald's",
|
|
180
|
+
"Painting",
|
|
181
|
+
"Investigating clues"
|
|
182
|
+
],
|
|
183
|
+
"quotes": [
|
|
184
|
+
"You took my boy away from me!",
|
|
185
|
+
"I will never, ever let anything bad happen to you ever again.",
|
|
186
|
+
"I was so proud. I was so, so proud.",
|
|
187
|
+
"No more secrets, okay?",
|
|
188
|
+
"I will fix it. I promise. I'm here."
|
|
189
|
+
],
|
|
190
|
+
"gender": "female",
|
|
191
|
+
"symbol": "🕯️",
|
|
192
|
+
"color": "#92400e"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "jim-hopper",
|
|
196
|
+
"firstName": "Jim",
|
|
197
|
+
"lastName": "Hopper",
|
|
198
|
+
"usernames": [
|
|
199
|
+
"chief_upsidedown",
|
|
200
|
+
"coffee_contemplation",
|
|
201
|
+
"enzo_letter",
|
|
202
|
+
"cabin_rules"
|
|
203
|
+
],
|
|
204
|
+
"emailDomains": [
|
|
205
|
+
"hawkins-pd.gov"
|
|
206
|
+
],
|
|
207
|
+
"profession": "Police chief",
|
|
208
|
+
"interests": [
|
|
209
|
+
"Case investigations",
|
|
210
|
+
"Late-night patrols",
|
|
211
|
+
"Eggos",
|
|
212
|
+
"Woodworking"
|
|
213
|
+
],
|
|
214
|
+
"quotes": [
|
|
215
|
+
"Mornings are for coffee and contemplation.",
|
|
216
|
+
"You know the rules.",
|
|
217
|
+
"I don't lie, I protect! And I feed, and I teach!",
|
|
218
|
+
"Sometimes, I feel like I'm... like I'm just some kinda black hole or something.",
|
|
219
|
+
"I'm so sorry. For everything."
|
|
220
|
+
],
|
|
221
|
+
"gender": "male",
|
|
222
|
+
"birthYear": 1954,
|
|
223
|
+
"symbol": "🔦",
|
|
224
|
+
"color": "#1e3a5f"
|
|
225
|
+
}
|
|
226
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "stranger-things",
|
|
3
|
+
"name": "Stranger Things",
|
|
4
|
+
"genre": ["supernatural", "thriller", "drama", "horror", "science fiction"],
|
|
5
|
+
"description": "When a young boy vanishes, a small town uncovers a mystery involving secret experiments, terrifying supernatural forces, and one strange little girl.",
|
|
6
|
+
"tmdbId": 66732,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2016,
|
|
9
|
+
"rating": 8.6,
|
|
10
|
+
"networks": ["Netflix"],
|
|
11
|
+
"posterPath": "/uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg",
|
|
12
|
+
"backdropPath": "/56v2KjBlU4XaOv9rVYEQypROD7P.jpg"
|
|
13
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"city": "Lawrence",
|
|
4
|
+
"state": "KS",
|
|
5
|
+
"country": "US"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"city": "Sioux Falls",
|
|
9
|
+
"state": "SD",
|
|
10
|
+
"country": "US"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"city": "Lebanon",
|
|
14
|
+
"state": "KS",
|
|
15
|
+
"country": "US"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"city": "The Roadhouse"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"city": "Pontiac",
|
|
22
|
+
"state": "IL",
|
|
23
|
+
"country": "US"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "dean-winchester",
|
|
4
|
+
"firstName": "Dean",
|
|
5
|
+
"lastName": "Winchester",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"baby_driver",
|
|
8
|
+
"righteous_man",
|
|
9
|
+
"driver_picks_music"
|
|
10
|
+
],
|
|
11
|
+
"profession": "Hunter",
|
|
12
|
+
"interests": [
|
|
13
|
+
"classic rock",
|
|
14
|
+
"pie",
|
|
15
|
+
"car mechanics",
|
|
16
|
+
"burgers",
|
|
17
|
+
"pool hustling"
|
|
18
|
+
],
|
|
19
|
+
"quotes": [
|
|
20
|
+
"Saving people, hunting things — the family business.",
|
|
21
|
+
"Driver picks the music, shotgun shuts his cakehole.",
|
|
22
|
+
"I'm Batman.",
|
|
23
|
+
"Son of a bitch.",
|
|
24
|
+
"I'm tired, man. I'm tired of fighting who I'm supposed to be."
|
|
25
|
+
],
|
|
26
|
+
"gender": "male",
|
|
27
|
+
"symbol": "🚗",
|
|
28
|
+
"color": "#1e3a5f",
|
|
29
|
+
"emailDomains": [
|
|
30
|
+
"hunter-network.net",
|
|
31
|
+
"kansas-mail.com"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "sam-winchester",
|
|
36
|
+
"firstName": "Sam",
|
|
37
|
+
"lastName": "Winchester",
|
|
38
|
+
"usernames": [
|
|
39
|
+
"moose",
|
|
40
|
+
"lost_my_shoe",
|
|
41
|
+
"say_yes_never"
|
|
42
|
+
],
|
|
43
|
+
"profession": "Hunter",
|
|
44
|
+
"interests": [
|
|
45
|
+
"research",
|
|
46
|
+
"law",
|
|
47
|
+
"mythology",
|
|
48
|
+
"books",
|
|
49
|
+
"true crime lore"
|
|
50
|
+
],
|
|
51
|
+
"quotes": [
|
|
52
|
+
"I lost my shoe.",
|
|
53
|
+
"Probably because I started the apocalypse.",
|
|
54
|
+
"Most of the time I can hide it, but I am angry. I'm mad at everything.",
|
|
55
|
+
"I deserve it, and worse. Hell, you'll never punish me as much as I'm punishing myself.",
|
|
56
|
+
"I'm gonna rip you apart from the inside out. Do you understand me?!"
|
|
57
|
+
],
|
|
58
|
+
"gender": "male",
|
|
59
|
+
"symbol": "📚",
|
|
60
|
+
"color": "#166534",
|
|
61
|
+
"emailDomains": [
|
|
62
|
+
"hunter-network.net",
|
|
63
|
+
"stanford-alumni.edu"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "castiel",
|
|
68
|
+
"firstName": "Castiel",
|
|
69
|
+
"usernames": [
|
|
70
|
+
"gripped_tight",
|
|
71
|
+
"holy_tax_accountant",
|
|
72
|
+
"profound_bond"
|
|
73
|
+
],
|
|
74
|
+
"profession": "Angel",
|
|
75
|
+
"interests": [
|
|
76
|
+
"bees",
|
|
77
|
+
"human customs",
|
|
78
|
+
"prayer",
|
|
79
|
+
"pop culture",
|
|
80
|
+
"television"
|
|
81
|
+
],
|
|
82
|
+
"quotes": [
|
|
83
|
+
"I'm the one who gripped you tight and raised you from perdition.",
|
|
84
|
+
"I killed two angels this week. That's my brothers. I'm hunted, I have rebelled, and I did it — all of it — for you.",
|
|
85
|
+
"I don't have much time; we need to talk.",
|
|
86
|
+
"Loyalty... such a nice quality to see this day and age.",
|
|
87
|
+
"You don't think you deserve to be saved."
|
|
88
|
+
],
|
|
89
|
+
"gender": "male",
|
|
90
|
+
"symbol": "🪶",
|
|
91
|
+
"color": "#1d4ed8",
|
|
92
|
+
"emailDomains": [
|
|
93
|
+
"heavenly-host.net",
|
|
94
|
+
"hunter-network.net"
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"id": "crowley",
|
|
99
|
+
"firstName": "Crowley",
|
|
100
|
+
"usernames": [
|
|
101
|
+
"king_of_hell",
|
|
102
|
+
"moose_squirrel",
|
|
103
|
+
"crossroads_king"
|
|
104
|
+
],
|
|
105
|
+
"profession": "King of Hell",
|
|
106
|
+
"interests": [
|
|
107
|
+
"deals",
|
|
108
|
+
"scotch",
|
|
109
|
+
"contract law",
|
|
110
|
+
"soul collecting",
|
|
111
|
+
"sarcasm"
|
|
112
|
+
],
|
|
113
|
+
"quotes": [
|
|
114
|
+
"I'm not a monster. I'm a business man.",
|
|
115
|
+
"Moose. Squirrel.",
|
|
116
|
+
"I deserve to be loved!",
|
|
117
|
+
"Success has many fathers, failure is a Winchester.",
|
|
118
|
+
"First impressions can be deceiving, Moose."
|
|
119
|
+
],
|
|
120
|
+
"gender": "male",
|
|
121
|
+
"symbol": "🥃",
|
|
122
|
+
"color": "#7f1d1d",
|
|
123
|
+
"emailDomains": [
|
|
124
|
+
"crossroads-deals.net",
|
|
125
|
+
"hell-mail.org"
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "bobby-singer",
|
|
130
|
+
"firstName": "Bobby",
|
|
131
|
+
"lastName": "Singer",
|
|
132
|
+
"usernames": [
|
|
133
|
+
"salvage_yard_bobby",
|
|
134
|
+
"idjit_hunter",
|
|
135
|
+
"family_dont_end"
|
|
136
|
+
],
|
|
137
|
+
"profession": "Hunter",
|
|
138
|
+
"interests": [
|
|
139
|
+
"research",
|
|
140
|
+
"whiskey",
|
|
141
|
+
"salvage yard",
|
|
142
|
+
"books",
|
|
143
|
+
"ball caps"
|
|
144
|
+
],
|
|
145
|
+
"quotes": [
|
|
146
|
+
"Idjit.",
|
|
147
|
+
"Family don't end with blood, boy.",
|
|
148
|
+
"You're damn right you didn't listen. You were reckless and selfish and arrogant.",
|
|
149
|
+
"Singer Salvage. You got Bobby.",
|
|
150
|
+
"You don't stop being a soldier 'cause you got wounded in battle."
|
|
151
|
+
],
|
|
152
|
+
"gender": "male",
|
|
153
|
+
"symbol": "🎩",
|
|
154
|
+
"color": "#4a3728",
|
|
155
|
+
"emailDomains": [
|
|
156
|
+
"singer-salvage.com",
|
|
157
|
+
"hunter-network.net"
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"id": "lucifer",
|
|
162
|
+
"firstName": "Lucifer",
|
|
163
|
+
"usernames": [
|
|
164
|
+
"morningstar_falls",
|
|
165
|
+
"say_yes_sam",
|
|
166
|
+
"the_cage"
|
|
167
|
+
],
|
|
168
|
+
"profession": "Archangel",
|
|
169
|
+
"interests": [
|
|
170
|
+
"theological debate",
|
|
171
|
+
"free will",
|
|
172
|
+
"Enochian scripture",
|
|
173
|
+
"temptation"
|
|
174
|
+
],
|
|
175
|
+
"quotes": [
|
|
176
|
+
"You know why God cast me down? Because I loved Him. More than anything.",
|
|
177
|
+
"I was a son. A brother, like you, a younger brother, and I had an older brother who I loved.",
|
|
178
|
+
"Think about it. Dad made everything, which means he made me who I am. God wanted the Devil!",
|
|
179
|
+
"You know, I never understood you pagans. You're such petty little things.",
|
|
180
|
+
"Brother, don't make me do this."
|
|
181
|
+
],
|
|
182
|
+
"gender": "male",
|
|
183
|
+
"symbol": "🐍",
|
|
184
|
+
"color": "#3b0764",
|
|
185
|
+
"emailDomains": [
|
|
186
|
+
"hell-mail.org",
|
|
187
|
+
"morningstar-post.net"
|
|
188
|
+
]
|
|
189
|
+
}
|
|
190
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "supernatural",
|
|
3
|
+
"name": "Supernatural",
|
|
4
|
+
"genre": ["horror", "fantasy", "drama"],
|
|
5
|
+
"description": "Brothers Sam and Dean Winchester travel the American countryside hunting demons, ghosts, and other supernatural creatures while uncovering the secrets of their family's past.",
|
|
6
|
+
"tmdbId": 1622,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2005,
|
|
9
|
+
"rating": 8.3,
|
|
10
|
+
"networks": ["The WB", "The CW"],
|
|
11
|
+
"posterPath": "/8iixmfGx5EIFPdpNvB2JvI3VIqX.jpg",
|
|
12
|
+
"backdropPath": "/lirPqYLTtd6XZqGn4cS1wiesTq0.jpg"
|
|
13
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"street": "Buckingham Palace",
|
|
4
|
+
"city": "London",
|
|
5
|
+
"country": "GB"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"street": "Westminster Abbey",
|
|
9
|
+
"city": "London",
|
|
10
|
+
"country": "GB"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"street": "Clarence House",
|
|
14
|
+
"city": "London",
|
|
15
|
+
"country": "GB"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"street": "Windsor Castle",
|
|
19
|
+
"city": "Windsor",
|
|
20
|
+
"country": "GB"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"street": "Kensington Palace",
|
|
24
|
+
"city": "London",
|
|
25
|
+
"country": "GB"
|
|
26
|
+
}
|
|
27
|
+
]
|