loredata 0.3.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 +97 -59
- package/data/avengers/characters.json +304 -177
- package/data/better-call-saul/characters.json +267 -155
- package/data/big-bang-theory/characters.json +197 -120
- package/data/big-bang-theory/meta.json +1 -1
- package/data/breaking-bad/characters.json +249 -155
- package/data/fast-and-furious/addresses.json +1 -2
- package/data/fast-and-furious/characters.json +226 -140
- package/data/friends/characters.json +402 -291
- package/data/friends/meta.json +1 -1
- package/data/game-of-thrones/addresses.json +6 -22
- package/data/game-of-thrones/characters.json +507 -314
- package/data/guardians-of-the-galaxy/characters.json +225 -123
- package/data/harry-potter/addresses.json +6 -11
- package/data/harry-potter/characters.json +239 -154
- package/data/house-md/characters.json +164 -43
- package/data/lost/characters.json +420 -311
- package/data/matrix/characters.json +123 -24
- package/data/matrix/meta.json +1 -1
- package/data/peaky-blinders/characters.json +180 -37
- package/data/peaky-blinders/meta.json +1 -1
- package/data/prison-break/characters.json +91 -19
- package/data/sherlock/characters.json +369 -272
- package/data/simpsons/characters.json +205 -41
- package/data/sopranos/characters.json +291 -183
- package/data/south-park/characters.json +371 -229
- package/data/spider-man/characters.json +124 -39
- package/data/spider-man/meta.json +6 -6
- package/data/star-wars/characters.json +129 -28
- 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/characters.json +96 -19
- package/data/supernatural/meta.json +6 -6
- 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 -298
- package/data/the-walking-dead/characters.json +93 -21
- 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/characters.json +71 -18
- package/data/x-men/characters.json +108 -24
- package/package.json +85 -84
|
@@ -3,9 +3,18 @@
|
|
|
3
3
|
"id": "peter-parker",
|
|
4
4
|
"firstName": "Peter",
|
|
5
5
|
"lastName": "Parker",
|
|
6
|
-
"usernames": [
|
|
6
|
+
"usernames": [
|
|
7
|
+
"friendly_neighborhood",
|
|
8
|
+
"webhead",
|
|
9
|
+
"parker_luck"
|
|
10
|
+
],
|
|
7
11
|
"profession": "Student",
|
|
8
|
-
"interests": [
|
|
12
|
+
"interests": [
|
|
13
|
+
"science",
|
|
14
|
+
"decathlon",
|
|
15
|
+
"photography",
|
|
16
|
+
"web shooters"
|
|
17
|
+
],
|
|
9
18
|
"quotes": [
|
|
10
19
|
"I just wanted to be like you.",
|
|
11
20
|
"I'm nothing without this suit.",
|
|
@@ -14,18 +23,34 @@
|
|
|
14
23
|
"No... I just want to kill you myself."
|
|
15
24
|
],
|
|
16
25
|
"gender": "male",
|
|
17
|
-
"address": {
|
|
26
|
+
"address": {
|
|
27
|
+
"city": "Queens",
|
|
28
|
+
"state": "NY",
|
|
29
|
+
"country": "US"
|
|
30
|
+
},
|
|
18
31
|
"symbol": "đˇī¸",
|
|
19
32
|
"color": "#1e3a5f",
|
|
20
|
-
"emailDomains": [
|
|
33
|
+
"emailDomains": [
|
|
34
|
+
"midtown-tech.edu",
|
|
35
|
+
"daily-bugle.com"
|
|
36
|
+
]
|
|
21
37
|
},
|
|
22
38
|
{
|
|
23
39
|
"id": "michelle-jones",
|
|
24
40
|
"firstName": "MJ",
|
|
25
41
|
"lastName": "Jones-Watson",
|
|
26
|
-
"usernames": [
|
|
42
|
+
"usernames": [
|
|
43
|
+
"just_observant",
|
|
44
|
+
"if_you_expect_disappointment",
|
|
45
|
+
"building_sketcher"
|
|
46
|
+
],
|
|
27
47
|
"profession": "Student",
|
|
28
|
-
"interests": [
|
|
48
|
+
"interests": [
|
|
49
|
+
"reading",
|
|
50
|
+
"sketching",
|
|
51
|
+
"activism",
|
|
52
|
+
"true crime"
|
|
53
|
+
],
|
|
29
54
|
"quotes": [
|
|
30
55
|
"I'm not obsessed with him. I'm just very observant.",
|
|
31
56
|
"If you expect disappointment, then you can never really get disappointed.",
|
|
@@ -34,15 +59,27 @@
|
|
|
34
59
|
"gender": "female",
|
|
35
60
|
"symbol": "đ",
|
|
36
61
|
"color": "#6b2142",
|
|
37
|
-
"emailDomains": [
|
|
62
|
+
"emailDomains": [
|
|
63
|
+
"midtown-tech.edu",
|
|
64
|
+
"nyc-mail.net"
|
|
65
|
+
]
|
|
38
66
|
},
|
|
39
67
|
{
|
|
40
68
|
"id": "ned-leeds",
|
|
41
69
|
"firstName": "Ned",
|
|
42
70
|
"lastName": "Leeds",
|
|
43
|
-
"usernames": [
|
|
71
|
+
"usernames": [
|
|
72
|
+
"guy_in_the_chair",
|
|
73
|
+
"lego_master_ned",
|
|
74
|
+
"hat_man"
|
|
75
|
+
],
|
|
44
76
|
"profession": "Student",
|
|
45
|
-
"interests": [
|
|
77
|
+
"interests": [
|
|
78
|
+
"computers",
|
|
79
|
+
"Lego",
|
|
80
|
+
"Star Wars",
|
|
81
|
+
"hacking"
|
|
82
|
+
],
|
|
46
83
|
"quotes": [
|
|
47
84
|
"I'm the guy in the chair!",
|
|
48
85
|
"We should probably stop staring before it gets creepy, though.",
|
|
@@ -53,72 +90,117 @@
|
|
|
53
90
|
"gender": "male",
|
|
54
91
|
"symbol": "đĒ",
|
|
55
92
|
"color": "#1d4ed8",
|
|
56
|
-
"emailDomains": [
|
|
93
|
+
"emailDomains": [
|
|
94
|
+
"midtown-tech.edu",
|
|
95
|
+
"nyc-mail.net"
|
|
96
|
+
]
|
|
57
97
|
},
|
|
58
98
|
{
|
|
59
99
|
"id": "happy-hogan",
|
|
60
100
|
"firstName": "Happy",
|
|
61
101
|
"lastName": "Hogan",
|
|
62
|
-
"usernames": [
|
|
63
|
-
|
|
64
|
-
|
|
102
|
+
"usernames": [
|
|
103
|
+
"forehead_of_security",
|
|
104
|
+
"downton_fan",
|
|
105
|
+
"not_a_chauffeur"
|
|
106
|
+
],
|
|
107
|
+
"profession": "Security chief",
|
|
108
|
+
"interests": [
|
|
109
|
+
"boxing",
|
|
110
|
+
"management",
|
|
111
|
+
"Downton Abbey",
|
|
112
|
+
"jet travel"
|
|
113
|
+
],
|
|
65
114
|
"quotes": [
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"I'm in
|
|
69
|
-
"I don't think Tony would've done what he did if he didn't know you were gonna be here after he was gone.",
|
|
70
|
-
"Everyone needs a hobby."
|
|
115
|
+
"I don't think Tony would've done what he did, if he didn't know that you were gonna be here after he was gone.",
|
|
116
|
+
"I work with Spider-Man, not for Spider-Man!",
|
|
117
|
+
"I'm in love with Spider-Man's aunt!"
|
|
71
118
|
],
|
|
72
119
|
"gender": "male",
|
|
73
120
|
"symbol": "đĨ",
|
|
74
121
|
"color": "#4a1942",
|
|
75
|
-
"emailDomains": [
|
|
122
|
+
"emailDomains": [
|
|
123
|
+
"stark-industries.com",
|
|
124
|
+
"pepper-security.net"
|
|
125
|
+
]
|
|
76
126
|
},
|
|
77
127
|
{
|
|
78
128
|
"id": "adrian-toomes",
|
|
79
129
|
"firstName": "Adrian",
|
|
80
130
|
"lastName": "Toomes",
|
|
81
|
-
"usernames": [
|
|
131
|
+
"usernames": [
|
|
132
|
+
"vulture_salvage",
|
|
133
|
+
"one_chance_walk_away",
|
|
134
|
+
"salvage_king"
|
|
135
|
+
],
|
|
82
136
|
"profession": "Salvage contractor",
|
|
83
|
-
"interests": [
|
|
137
|
+
"interests": [
|
|
138
|
+
"salvage",
|
|
139
|
+
"family",
|
|
140
|
+
"alien technology",
|
|
141
|
+
"business"
|
|
142
|
+
],
|
|
84
143
|
"quotes": [
|
|
85
144
|
"The rich and the powerful, they don't care about us.",
|
|
86
|
-
"
|
|
87
|
-
"I
|
|
88
|
-
"
|
|
89
|
-
"
|
|
145
|
+
"I will kill you, and everyone that you love. I'll kill you dead.",
|
|
146
|
+
"I'll give you one chance. Walk away.",
|
|
147
|
+
"Nothing is more important to me than family.",
|
|
148
|
+
"Does she know?"
|
|
90
149
|
],
|
|
91
150
|
"gender": "male",
|
|
92
151
|
"symbol": "đĻ
",
|
|
93
152
|
"color": "#166534",
|
|
94
|
-
"emailDomains": [
|
|
153
|
+
"emailDomains": [
|
|
154
|
+
"toomes-salvage.com",
|
|
155
|
+
"vulture-tech.net"
|
|
156
|
+
]
|
|
95
157
|
},
|
|
96
158
|
{
|
|
97
159
|
"id": "quentin-beck",
|
|
98
160
|
"firstName": "Quentin",
|
|
99
161
|
"lastName": "Beck",
|
|
100
|
-
"usernames": [
|
|
162
|
+
"usernames": [
|
|
163
|
+
"mysterio_fx",
|
|
164
|
+
"fishbowl_king",
|
|
165
|
+
"believe_anything"
|
|
166
|
+
],
|
|
101
167
|
"profession": "Special effects designer",
|
|
102
|
-
"interests": [
|
|
168
|
+
"interests": [
|
|
169
|
+
"illusions",
|
|
170
|
+
"holography",
|
|
171
|
+
"acting",
|
|
172
|
+
"drone choreography"
|
|
173
|
+
],
|
|
103
174
|
"quotes": [
|
|
104
|
-
"People need to believe. And nowadays
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"I
|
|
108
|
-
"See, that wasn't so hard."
|
|
175
|
+
"People need to believe. And nowadays... they'll believe anything.",
|
|
176
|
+
"It's easy to fool people when they're already fooling themselves. But for what it's worth, Peterâ I really am sorry.",
|
|
177
|
+
"I control the truth! Mysterio is the truth!",
|
|
178
|
+
"I created Mysterio to give the world someone to believe in!"
|
|
109
179
|
],
|
|
110
180
|
"gender": "male",
|
|
111
181
|
"symbol": "đŽ",
|
|
112
182
|
"color": "#1e3a5f",
|
|
113
|
-
"emailDomains": [
|
|
183
|
+
"emailDomains": [
|
|
184
|
+
"stark-industries.com",
|
|
185
|
+
"sfx-guild.net"
|
|
186
|
+
]
|
|
114
187
|
},
|
|
115
188
|
{
|
|
116
189
|
"id": "stephen-strange",
|
|
117
190
|
"firstName": "Stephen",
|
|
118
191
|
"lastName": "Strange",
|
|
119
|
-
"usernames": [
|
|
120
|
-
|
|
121
|
-
|
|
192
|
+
"usernames": [
|
|
193
|
+
"sorcerer_supreme",
|
|
194
|
+
"wong_was_right",
|
|
195
|
+
"no_way_home"
|
|
196
|
+
],
|
|
197
|
+
"profession": "Master sorcerer",
|
|
198
|
+
"interests": [
|
|
199
|
+
"multiversal theory",
|
|
200
|
+
"neurosurgery",
|
|
201
|
+
"spellcasting",
|
|
202
|
+
"relics"
|
|
203
|
+
],
|
|
122
204
|
"quotes": [
|
|
123
205
|
"The problem is you trying to live two different lives.",
|
|
124
206
|
"Be careful what you wish for, Parker.",
|
|
@@ -129,6 +211,9 @@
|
|
|
129
211
|
"gender": "male",
|
|
130
212
|
"symbol": "â¨",
|
|
131
213
|
"color": "#7f1d1d",
|
|
132
|
-
"emailDomains": [
|
|
214
|
+
"emailDomains": [
|
|
215
|
+
"sanctum-sanctorum.net",
|
|
216
|
+
"kamar-taj.org"
|
|
217
|
+
]
|
|
133
218
|
}
|
|
134
|
-
]
|
|
219
|
+
]
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
"name": "Spider-Man",
|
|
4
4
|
"genre": ["action", "adventure", "sci-fi"],
|
|
5
5
|
"description": "A teenager from Queens gains spider-like abilities and struggles to balance high school life with fighting crime as a masked vigilante.",
|
|
6
|
-
"tmdbId":
|
|
6
|
+
"tmdbId": 315635,
|
|
7
7
|
"mediaType": "movie",
|
|
8
|
-
"year":
|
|
9
|
-
"rating": 7.
|
|
10
|
-
"networks": ["Marvel Studios", "Pascal Pictures", "Columbia Pictures"],
|
|
11
|
-
"posterPath": "/
|
|
12
|
-
"backdropPath": "/
|
|
8
|
+
"year": 2017,
|
|
9
|
+
"rating": 7.3,
|
|
10
|
+
"networks": ["Marvel Studios", "Pascal Pictures", "LStar Capital", "Columbia Pictures"],
|
|
11
|
+
"posterPath": "/c24sv2weTHPsmDa7jEMN0m2P3RT.jpg",
|
|
12
|
+
"backdropPath": "/tPpYGm2mVecue7Bk3gNVoSPA5qn.jpg"
|
|
13
13
|
}
|
|
@@ -3,9 +3,19 @@
|
|
|
3
3
|
"id": "luke-skywalker",
|
|
4
4
|
"firstName": "Luke",
|
|
5
5
|
"lastName": "Skywalker",
|
|
6
|
-
"usernames": [
|
|
6
|
+
"usernames": [
|
|
7
|
+
"last_jedi",
|
|
8
|
+
"tatooine_farm_boy",
|
|
9
|
+
"bulls_eye_womprat"
|
|
10
|
+
],
|
|
7
11
|
"profession": "Pilot",
|
|
8
|
-
"interests": [
|
|
12
|
+
"interests": [
|
|
13
|
+
"flying",
|
|
14
|
+
"lightsaber training",
|
|
15
|
+
"droids",
|
|
16
|
+
"moisture farming",
|
|
17
|
+
"Jedi teachings"
|
|
18
|
+
],
|
|
9
19
|
"quotes": [
|
|
10
20
|
"I am a Jedi, like my father before me.",
|
|
11
21
|
"I'll never join you!",
|
|
@@ -14,17 +24,29 @@
|
|
|
14
24
|
"May the Force be with you."
|
|
15
25
|
],
|
|
16
26
|
"gender": "male",
|
|
17
|
-
"symbol": "
|
|
27
|
+
"symbol": "đĄ",
|
|
18
28
|
"color": "#1e3a5f",
|
|
19
|
-
"emailDomains": [
|
|
29
|
+
"emailDomains": [
|
|
30
|
+
"rebel-alliance.net",
|
|
31
|
+
"jedi-order.org"
|
|
32
|
+
]
|
|
20
33
|
},
|
|
21
34
|
{
|
|
22
35
|
"id": "darth-vader",
|
|
23
36
|
"firstName": "Darth",
|
|
24
37
|
"lastName": "Vader",
|
|
25
|
-
"usernames": [
|
|
38
|
+
"usernames": [
|
|
39
|
+
"i_find_your_lack",
|
|
40
|
+
"no_i_am_your_father",
|
|
41
|
+
"heavy_breathing"
|
|
42
|
+
],
|
|
26
43
|
"profession": "Commander",
|
|
27
|
-
"interests": [
|
|
44
|
+
"interests": [
|
|
45
|
+
"military tactics",
|
|
46
|
+
"interrogation",
|
|
47
|
+
"engineering",
|
|
48
|
+
"piloting"
|
|
49
|
+
],
|
|
28
50
|
"quotes": [
|
|
29
51
|
"I am your father.",
|
|
30
52
|
"The Force is strong with this one.",
|
|
@@ -35,15 +57,28 @@
|
|
|
35
57
|
"gender": "male",
|
|
36
58
|
"symbol": "đ",
|
|
37
59
|
"color": "#7f1d1d",
|
|
38
|
-
"emailDomains": [
|
|
60
|
+
"emailDomains": [
|
|
61
|
+
"galactic-empire.com",
|
|
62
|
+
"sith-order.net"
|
|
63
|
+
]
|
|
39
64
|
},
|
|
40
65
|
{
|
|
41
66
|
"id": "han-solo",
|
|
42
67
|
"firstName": "Han",
|
|
43
68
|
"lastName": "Solo",
|
|
44
|
-
"usernames": [
|
|
69
|
+
"usernames": [
|
|
70
|
+
"millennium_falcon",
|
|
71
|
+
"nerf_herder",
|
|
72
|
+
"never_tell_odds"
|
|
73
|
+
],
|
|
45
74
|
"profession": "Smuggler",
|
|
46
|
-
"interests": [
|
|
75
|
+
"interests": [
|
|
76
|
+
"smuggling",
|
|
77
|
+
"flying",
|
|
78
|
+
"gambling",
|
|
79
|
+
"sabacc",
|
|
80
|
+
"starship mechanics"
|
|
81
|
+
],
|
|
47
82
|
"quotes": [
|
|
48
83
|
"Never tell me the odds.",
|
|
49
84
|
"I know.",
|
|
@@ -54,15 +89,27 @@
|
|
|
54
89
|
"gender": "male",
|
|
55
90
|
"symbol": "đ",
|
|
56
91
|
"color": "#166534",
|
|
57
|
-
"emailDomains": [
|
|
92
|
+
"emailDomains": [
|
|
93
|
+
"rebel-alliance.net",
|
|
94
|
+
"corellian-post.net"
|
|
95
|
+
]
|
|
58
96
|
},
|
|
59
97
|
{
|
|
60
98
|
"id": "leia-organa",
|
|
61
99
|
"firstName": "Leia",
|
|
62
100
|
"lastName": "Organa",
|
|
63
|
-
"usernames": [
|
|
101
|
+
"usernames": [
|
|
102
|
+
"into_the_garbage",
|
|
103
|
+
"buns_of_alderaan",
|
|
104
|
+
"tighten_your_grip"
|
|
105
|
+
],
|
|
64
106
|
"profession": "Senator",
|
|
65
|
-
"interests": [
|
|
107
|
+
"interests": [
|
|
108
|
+
"diplomacy",
|
|
109
|
+
"leadership",
|
|
110
|
+
"freedom",
|
|
111
|
+
"resistance strategy"
|
|
112
|
+
],
|
|
66
113
|
"quotes": [
|
|
67
114
|
"Help me, Obi-Wan Kenobi. You're my only hope.",
|
|
68
115
|
"Will somebody get this walking carpet out of my way?!",
|
|
@@ -73,14 +120,27 @@
|
|
|
73
120
|
"gender": "female",
|
|
74
121
|
"symbol": "đī¸",
|
|
75
122
|
"color": "#4a1942",
|
|
76
|
-
"emailDomains": [
|
|
123
|
+
"emailDomains": [
|
|
124
|
+
"rebel-alliance.net",
|
|
125
|
+
"alderaan-senate.gov"
|
|
126
|
+
]
|
|
77
127
|
},
|
|
78
128
|
{
|
|
79
129
|
"id": "yoda",
|
|
80
130
|
"firstName": "Yoda",
|
|
81
|
-
"usernames": [
|
|
131
|
+
"usernames": [
|
|
132
|
+
"do_or_do_not",
|
|
133
|
+
"nine_hundred_years",
|
|
134
|
+
"luminous_being"
|
|
135
|
+
],
|
|
82
136
|
"profession": "Jedi Master",
|
|
83
|
-
"interests": [
|
|
137
|
+
"interests": [
|
|
138
|
+
"Force philosophy",
|
|
139
|
+
"cooking",
|
|
140
|
+
"training",
|
|
141
|
+
"meditation",
|
|
142
|
+
"teaching"
|
|
143
|
+
],
|
|
84
144
|
"quotes": [
|
|
85
145
|
"Do or do not. There is no try.",
|
|
86
146
|
"Fear is the path to the dark side.",
|
|
@@ -91,15 +151,28 @@
|
|
|
91
151
|
"gender": "male",
|
|
92
152
|
"symbol": "đŋ",
|
|
93
153
|
"color": "#166534",
|
|
94
|
-
"emailDomains": [
|
|
154
|
+
"emailDomains": [
|
|
155
|
+
"jedi-order.org",
|
|
156
|
+
"dagobah-exile.net"
|
|
157
|
+
]
|
|
95
158
|
},
|
|
96
159
|
{
|
|
97
160
|
"id": "obi-wan-kenobi",
|
|
98
161
|
"firstName": "Obi-Wan",
|
|
99
162
|
"lastName": "Kenobi",
|
|
100
|
-
"usernames": [
|
|
163
|
+
"usernames": [
|
|
164
|
+
"hello_there",
|
|
165
|
+
"old_ben",
|
|
166
|
+
"the_high_ground"
|
|
167
|
+
],
|
|
101
168
|
"profession": "Jedi Knight",
|
|
102
|
-
"interests": [
|
|
169
|
+
"interests": [
|
|
170
|
+
"lightsaber combat",
|
|
171
|
+
"training",
|
|
172
|
+
"negotiation",
|
|
173
|
+
"philosophy",
|
|
174
|
+
"soresu"
|
|
175
|
+
],
|
|
103
176
|
"quotes": [
|
|
104
177
|
"These aren't the droids you're looking for.",
|
|
105
178
|
"Hello there.",
|
|
@@ -110,19 +183,26 @@
|
|
|
110
183
|
"gender": "male",
|
|
111
184
|
"symbol": "âī¸",
|
|
112
185
|
"color": "#1e3a5f",
|
|
113
|
-
"emailDomains": [
|
|
186
|
+
"emailDomains": [
|
|
187
|
+
"jedi-order.org",
|
|
188
|
+
"tatooine-exile.net"
|
|
189
|
+
]
|
|
114
190
|
},
|
|
115
191
|
{
|
|
116
192
|
"id": "emperor-palpatine",
|
|
117
193
|
"firstName": "Sheev",
|
|
118
194
|
"lastName": "Palpatine",
|
|
119
|
-
"usernames": [
|
|
195
|
+
"usernames": [
|
|
196
|
+
"unlimited_power",
|
|
197
|
+
"senate_is_me",
|
|
198
|
+
"order_66"
|
|
199
|
+
],
|
|
120
200
|
"profession": "Emperor",
|
|
121
201
|
"interests": [
|
|
122
202
|
"senate procedure",
|
|
123
|
-
"
|
|
203
|
+
"dark side studies",
|
|
124
204
|
"Sith alchemy",
|
|
125
|
-
"
|
|
205
|
+
"Sith lore",
|
|
126
206
|
"political scheming"
|
|
127
207
|
],
|
|
128
208
|
"quotes": [
|
|
@@ -136,18 +216,39 @@
|
|
|
136
216
|
"gender": "male",
|
|
137
217
|
"symbol": "đŠī¸",
|
|
138
218
|
"color": "#2d1b69",
|
|
139
|
-
"emailDomains": [
|
|
219
|
+
"emailDomains": [
|
|
220
|
+
"galactic-empire.com",
|
|
221
|
+
"sith-order.net"
|
|
222
|
+
]
|
|
140
223
|
},
|
|
141
224
|
{
|
|
142
225
|
"id": "chewbacca",
|
|
143
226
|
"firstName": "Chewbacca",
|
|
144
|
-
"usernames": [
|
|
227
|
+
"usernames": [
|
|
228
|
+
"walking_carpet",
|
|
229
|
+
"twelve_parsecs",
|
|
230
|
+
"life_debt_paid"
|
|
231
|
+
],
|
|
145
232
|
"profession": "Co-pilot",
|
|
146
|
-
"interests": [
|
|
147
|
-
|
|
233
|
+
"interests": [
|
|
234
|
+
"dejarik",
|
|
235
|
+
"Wookiee culture",
|
|
236
|
+
"mechanics",
|
|
237
|
+
"co-piloting"
|
|
238
|
+
],
|
|
239
|
+
"quotes": [
|
|
240
|
+
"Aaaargh!",
|
|
241
|
+
"Rrraaawwwr!",
|
|
242
|
+
"Wuaaaah!",
|
|
243
|
+
"Hrraaah!",
|
|
244
|
+
"Rrwwgg!"
|
|
245
|
+
],
|
|
148
246
|
"gender": "male",
|
|
149
247
|
"symbol": "đģ",
|
|
150
248
|
"color": "#4a3728",
|
|
151
|
-
"emailDomains": [
|
|
249
|
+
"emailDomains": [
|
|
250
|
+
"millennium-falcon.net",
|
|
251
|
+
"kashyyyk-mail.net"
|
|
252
|
+
]
|
|
152
253
|
}
|
|
153
|
-
]
|
|
254
|
+
]
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"city": "Hawkins",
|
|
4
|
+
"state": "IN",
|
|
5
|
+
"country": "US"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"street": "11848 Maple Street",
|
|
9
|
+
"city": "Hawkins",
|
|
10
|
+
"state": "IN",
|
|
11
|
+
"country": "US"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"street": "1024 Lincoln Avenue",
|
|
15
|
+
"city": "Hawkins",
|
|
16
|
+
"state": "IN",
|
|
17
|
+
"country": "US"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"street": "Hawkins Middle School",
|
|
21
|
+
"city": "Hawkins",
|
|
22
|
+
"state": "IN",
|
|
23
|
+
"country": "US"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"street": "Hawkins National Laboratory",
|
|
27
|
+
"city": "Hawkins",
|
|
28
|
+
"state": "IN",
|
|
29
|
+
"country": "US"
|
|
30
|
+
}
|
|
31
|
+
]
|