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.
Files changed (110) hide show
  1. package/README.md +126 -65
  2. package/data/avengers/addresses.json +27 -0
  3. package/data/avengers/characters.json +305 -0
  4. package/data/avengers/meta.json +13 -0
  5. package/data/better-call-saul/addresses.json +37 -0
  6. package/data/better-call-saul/characters.json +268 -0
  7. package/data/better-call-saul/meta.json +13 -0
  8. package/data/big-bang-theory/addresses.json +31 -0
  9. package/data/big-bang-theory/characters.json +198 -0
  10. package/data/big-bang-theory/meta.json +13 -0
  11. package/data/breaking-bad/characters.json +249 -148
  12. package/data/breaking-bad/meta.json +8 -1
  13. package/data/fast-and-furious/addresses.json +1 -2
  14. package/data/fast-and-furious/characters.json +226 -133
  15. package/data/fast-and-furious/meta.json +13 -1
  16. package/data/friends/characters.json +402 -281
  17. package/data/friends/meta.json +8 -1
  18. package/data/game-of-thrones/addresses.json +6 -22
  19. package/data/game-of-thrones/characters.json +507 -299
  20. package/data/game-of-thrones/meta.json +8 -1
  21. package/data/guardians-of-the-galaxy/addresses.json +17 -0
  22. package/data/guardians-of-the-galaxy/characters.json +226 -0
  23. package/data/guardians-of-the-galaxy/meta.json +13 -0
  24. package/data/harry-potter/addresses.json +6 -11
  25. package/data/harry-potter/characters.json +239 -147
  26. package/data/harry-potter/meta.json +8 -1
  27. package/data/house-md/characters.json +184 -52
  28. package/data/house-md/meta.json +8 -1
  29. package/data/lost/characters.json +420 -299
  30. package/data/lost/meta.json +8 -1
  31. package/data/matrix/characters.json +144 -34
  32. package/data/matrix/meta.json +13 -1
  33. package/data/peaky-blinders/characters.json +191 -37
  34. package/data/peaky-blinders/meta.json +8 -1
  35. package/data/prison-break/addresses.json +24 -0
  36. package/data/prison-break/characters.json +188 -0
  37. package/data/prison-break/meta.json +13 -0
  38. package/data/sherlock/characters.json +369 -263
  39. package/data/sherlock/meta.json +8 -1
  40. package/data/simpsons/addresses.json +21 -0
  41. package/data/simpsons/characters.json +383 -0
  42. package/data/simpsons/meta.json +13 -0
  43. package/data/sopranos/addresses.json +37 -0
  44. package/data/sopranos/characters.json +292 -0
  45. package/data/sopranos/meta.json +13 -0
  46. package/data/south-park/addresses.json +31 -0
  47. package/data/south-park/characters.json +372 -0
  48. package/data/south-park/meta.json +13 -0
  49. package/data/spider-man/addresses.json +31 -0
  50. package/data/spider-man/characters.json +219 -0
  51. package/data/spider-man/meta.json +13 -0
  52. package/data/star-wars/addresses.json +19 -0
  53. package/data/star-wars/characters.json +254 -0
  54. package/data/star-wars/meta.json +13 -0
  55. package/data/stranger-things/addresses.json +31 -0
  56. package/data/stranger-things/characters.json +226 -0
  57. package/data/stranger-things/meta.json +13 -0
  58. package/data/supernatural/addresses.json +25 -0
  59. package/data/supernatural/characters.json +190 -0
  60. package/data/supernatural/meta.json +13 -0
  61. package/data/the-crown/addresses.json +27 -0
  62. package/data/the-crown/characters.json +275 -0
  63. package/data/the-crown/meta.json +13 -0
  64. package/data/the-office/characters.json +478 -283
  65. package/data/the-office/meta.json +8 -1
  66. package/data/the-walking-dead/addresses.json +25 -0
  67. package/data/the-walking-dead/characters.json +186 -0
  68. package/data/the-walking-dead/meta.json +13 -0
  69. package/data/the-witcher/addresses.json +22 -0
  70. package/data/the-witcher/characters.json +272 -0
  71. package/data/the-witcher/meta.json +13 -0
  72. package/data/vikings/addresses.json +26 -0
  73. package/data/vikings/characters.json +240 -0
  74. package/data/vikings/meta.json +13 -0
  75. package/data/westworld/addresses.json +19 -0
  76. package/data/westworld/characters.json +161 -0
  77. package/data/westworld/meta.json +13 -0
  78. package/data/x-men/addresses.json +24 -0
  79. package/data/x-men/characters.json +242 -0
  80. package/data/x-men/meta.json +18 -0
  81. package/dist/browser.cjs +18 -72
  82. package/dist/browser.cjs.map +1 -1
  83. package/dist/browser.d.cts +3 -3
  84. package/dist/browser.d.ts +3 -3
  85. package/dist/browser.js +18 -72
  86. package/dist/browser.js.map +1 -1
  87. package/dist/cli/cli.cjs +41 -73
  88. package/dist/cli/cli.cjs.map +1 -1
  89. package/dist/cli/cli.js +41 -73
  90. package/dist/cli/cli.js.map +1 -1
  91. package/dist/index.cjs +41 -72
  92. package/dist/index.cjs.map +1 -1
  93. package/dist/index.d.cts +5 -4
  94. package/dist/index.d.ts +5 -4
  95. package/dist/index.js +41 -72
  96. package/dist/index.js.map +1 -1
  97. package/dist/{universe-store-Del1UHgn.d.cts → universe-store-CWhCn3U6.d.cts} +21 -11
  98. package/dist/{universe-store-Del1UHgn.d.ts → universe-store-CWhCn3U6.d.ts} +21 -11
  99. package/package.json +85 -81
  100. package/data/breaking-bad/domains.json +0 -6
  101. package/data/fast-and-furious/domains.json +0 -6
  102. package/data/friends/domains.json +0 -6
  103. package/data/game-of-thrones/domains.json +0 -6
  104. package/data/harry-potter/domains.json +0 -6
  105. package/data/house-md/domains.json +0 -6
  106. package/data/lost/domains.json +0 -6
  107. package/data/matrix/domains.json +0 -6
  108. package/data/peaky-blinders/domains.json +0 -6
  109. package/data/sherlock/domains.json +0 -6
  110. package/data/the-office/domains.json +0 -6
@@ -1,264 +1,370 @@
1
1
  [
2
- {
3
- "id": "sherlock-holmes",
4
- "firstName": "Sherlock",
5
- "lastName": "Holmes",
6
- "usernames": [
7
- "high_functioning_sociopath",
8
- "the_game_is_on",
9
- "consulting_detective",
10
- "221b_resident",
11
- "science_of_deduction"
12
- ],
13
- "profession": "consulting detective",
14
- "interests": [
15
- "deduction",
16
- "forensic science",
17
- "violin",
18
- "chemistry",
19
- "bees",
20
- "boxing",
21
- "disguises"
22
- ],
23
- "quotes": [
24
- "I'm not a psychopath, Anderson, I'm a high-functioning sociopath. Do your research.",
25
- "Sentiment is a chemical defect found in the losing side.",
26
- "The game, Mrs. Hudson, is on!",
27
- "Anderson, don't talk out loud. You lower the IQ of the whole street.",
28
- "Dear God. What is it like in your funny little brains? It must be so boring.",
29
- "I'm not your sniffer dog.",
30
- "Alone is what I have. Alone protects me.",
31
- "Oh, I may be on the side of the angels... but don't think for one second that I am one of them.",
32
- "I'm a show-off, that's what we do.",
33
- "Mrs Hudson, leave Baker Street? England would fall!"
34
- ],
35
- "gender": "male",
36
- "address": { "street": "221B Baker Street", "city": "London", "country": "GB" },
37
- "symbol": "🔬",
38
- "color": "#083344"
39
- },
40
- {
41
- "id": "john-watson",
42
- "firstName": "John",
43
- "lastName": "Watson",
44
- "usernames": [
45
- "army_doctor_blogger",
46
- "friend_of_sherlock",
47
- "dr_watson_221b",
48
- "brave_and_kind",
49
- "not_actually_gay"
50
- ],
51
- "profession": "army doctor",
52
- "interests": ["medicine", "blogging", "cricket", "military history", "football"],
53
- "quotes": [
54
- "You told me once that you weren't a hero. There were times I didn't even think you were human, but let me tell you this. You were the best man, the most human... human being that I've ever known.",
55
- "The problems of your past are your business. The problems of your future are my privilege.",
56
- "Afghanistan. Sorry, how did you...?",
57
- "Brilliant. It was extraordinary. It was quite... extraordinary.",
58
- "We solve crimes. I blog about it, and he forgets his pants. I wouldn't hold out too much hope.",
59
- "I am very pissed off, and it will come out now and then.",
60
- "I don't shave for Sherlock Holmes.",
61
- "Friends protect people.",
62
- "Yeah, well, apparently it's against the law to chin the Chief Superintendent.",
63
- "I cheated on you, Mary. There was a woman on the bus..."
64
- ],
65
- "gender": "male",
66
- "address": { "street": "221B Baker Street", "city": "London", "country": "GB" },
67
- "symbol": "🩺",
68
- "color": "#65a30d"
69
- },
70
- {
71
- "id": "james-moriarty",
72
- "firstName": "James",
73
- "lastName": "Moriarty",
74
- "usernames": [
75
- "consulting_criminal",
76
- "jim_from_it",
77
- "i_will_burn_you",
78
- "napoleon_of_crime",
79
- "did_you_miss_me"
80
- ],
81
- "profession": "consulting criminal",
82
- "interests": ["crime", "puzzles", "opera", "manipulation", "chaos"],
83
- "quotes": [
84
- "I will burn the heart out of you.",
85
- "Every fairy tale needs a good old-fashioned villain. You need me or you're nothing — because we're just alike, you and I. Except you're boring. You're on the side of the angels.",
86
- "In a world of locked rooms, the man with the key is king. And honey, you should see me in a crown.",
87
- "Falling is just like flying, except there's a more... permanent destination.",
88
- "People get so sentimental about their pets. They're so touchingly loyal.",
89
- "Did you miss me?",
90
- "That's what people DO!",
91
- "I wrote my own version of the Nativity when I was a child, 'The Hungry Donkey'. It was a bit gory, but if you're going to put a baby in a manger, you're asking for trouble."
92
- ],
93
- "gender": "male",
94
- "symbol": "💣",
95
- "color": "#134e4a"
96
- },
97
- {
98
- "id": "irene-adler",
99
- "firstName": "Irene",
100
- "lastName": "Adler",
101
- "usernames": [
102
- "the_woman",
103
- "i_am_sherlocked",
104
- "brainy_is_sexy",
105
- "dominatrix_london",
106
- "goodnight_mr_holmes"
107
- ],
108
- "profession": "dominatrix",
109
- "interests": ["power", "secrets", "intelligence", "photography", "fashion"],
110
- "quotes": [
111
- "Brainy is the new sexy.",
112
- "D'you know the big problem with a disguise, Mr. Holmes? However hard you try, it's always a self-portrait.",
113
- "I think you're damaged, delusional and believe in a higher power. In your case, it's yourself.",
114
- "Look at those cheekbones. I could cut myself slapping that face. Would you like me to try?",
115
- "Are you expecting me to beg?",
116
- "Goodbye, Mr Holmes.",
117
- "I told you that camera phone was my life. I know when it's in my hands.",
118
- "Well, I am. Look at us both."
119
- ],
120
- "gender": "female",
121
- "address": { "street": "Egerton Gardens", "city": "London", "country": "GB" },
122
- "symbol": "🔐",
123
- "color": "#1e3a5f"
124
- },
125
- {
126
- "id": "mycroft-holmes",
127
- "firstName": "Mycroft",
128
- "lastName": "Holmes",
129
- "usernames": [
130
- "british_government",
131
- "minor_position_really",
132
- "diogenes_member",
133
- "smarter_brother",
134
- "seven_percent_smarter"
135
- ],
136
- "profession": "government official",
137
- "interests": ["intelligence", "chess", "Diet Coke", "opera", "power"],
138
- "quotes": [
139
- "Caring is not an advantage, Sherlock.",
140
- "I occupy a minor position in the British Government.",
141
- "If you seem slow to me, Sherlock, can you imagine what real people are like? I'm living in a world of goldfish.",
142
- "Also... your loss would break my heart.",
143
- "My brother has the brain of a scientist or a philosopher, yet he elects to be a detective. What might we deduce about his heart?",
144
- "I'll be mother. And there is a whole childhood in a nutshell.",
145
- "I am the smart one.",
146
- "Sorry. The memories are disturbing.",
147
- "Babies? Humans."
148
- ],
149
- "gender": "male",
150
- "address": { "street": "Pall Mall", "city": "London", "country": "GB" },
151
- "symbol": "🕴️",
152
- "color": "#0c4a6e"
153
- },
154
- {
155
- "id": "mrs-hudson",
156
- "firstName": "Martha",
157
- "lastName": "Hudson",
158
- "usernames": [
159
- "landlady_221b",
160
- "not_your_housekeeper",
161
- "hudders_of_baker_st",
162
- "hip_is_atrocious",
163
- "cup_of_tea_dear"
164
- ],
165
- "profession": "landlady",
166
- "interests": ["tea", "tenants", "gossip", "hip exercises", "baking"],
167
- "quotes": [
168
- "I'm your landlady, not your housekeeper.",
169
- "Family is all we have in the end, Mycroft Holmes.",
170
- "Oh, Sherlock! What have you done to my kitchen?",
171
- "It stings.",
172
- "I had a husband like that once, always rushing about.",
173
- "I've got a hip.",
174
- "Oh, it's atrocious, but thanks for asking.",
175
- "Sherlock Holmes, if you've been YouTubing--"
176
- ],
177
- "gender": "female",
178
- "address": { "street": "221B Baker Street", "city": "London", "country": "GB" },
179
- "symbol": "☕",
180
- "color": "#16a34a"
181
- },
182
- {
183
- "id": "greg-lestrade",
184
- "firstName": "Greg",
185
- "lastName": "Lestrade",
186
- "usernames": [
187
- "di_lestrade",
188
- "scotland_yard_dci",
189
- "longest_suffering_detective",
190
- "gregs_the_name",
191
- "wakey_wakey"
192
- ],
193
- "profession": "Detective Inspector",
194
- "interests": ["crime investigation", "football", "jogging", "pub quiz"],
195
- "quotes": [
196
- "Bollocks!",
197
- "He's an arrogant sod.",
198
- "There was a body. It was him, it was definitely him.",
199
- "I believe in Sherlock Holmes.",
200
- "Ooh, you bastard.",
201
- "Let it go, Sherlock's dead.",
202
- "NOT REALLY!",
203
- "Two years and the theories keep getting more stupid."
204
- ],
205
- "gender": "male",
206
- "symbol": "👮",
207
- "color": "#064e3b"
208
- },
209
- {
210
- "id": "molly-hooper",
211
- "firstName": "Molly",
212
- "lastName": "Hooper",
213
- "usernames": [
214
- "pathologist_barts",
215
- "molly_counts",
216
- "quiet_one_at_barts",
217
- "saw_him_first",
218
- "always_trusted"
219
- ],
220
- "profession": "pathologist",
221
- "interests": ["pathology", "cats", "crime", "medicine", "Sherlock Holmes"],
222
- "quotes": [
223
- "What I'm trying to say is that, if there's anything I can do, anything you need, anything at all, you can have me.",
224
- "You're a bit like my dad. He's dead. Oh, sorry...",
225
- "You look sad... when you think he can't see you.",
226
- "I don't count.",
227
- "No idea why people think you're incapable of human emotion.",
228
- "You are a graduate chemist, can't you just work it out?",
229
- "Not a sociopath. And we're having quite a lot of sex.",
230
- "I was wondering if you'd like to have coffee? ...Okay."
231
- ],
232
- "gender": "female",
233
- "address": { "street": "West Smithfield", "city": "London", "country": "GB" },
234
- "symbol": "🔪",
235
- "color": "#0284c7"
236
- },
237
- {
238
- "id": "mary-watson",
239
- "firstName": "Mary",
240
- "lastName": "Watson",
241
- "usernames": [
242
- "retired_assassin",
243
- "mary_morstan_watson",
244
- "liar_with_a_heart",
245
- "baker_street_girl",
246
- "john_watson_wife"
247
- ],
248
- "profession": "nurse",
249
- "interests": ["medicine", "family", "intelligence work", "knitting", "self-defence"],
250
- "quotes": [
251
- "I like him.",
252
- "Oh no, you're... Oh my God.",
253
- "Can you believe his nerve?",
254
- "You don't even know my name.",
255
- "You should put that on a t-shirt.",
256
- "There is a last refuge for the desperate, the unloved, the persecuted. There is a final court of appeal for everyone.",
257
- "My Baker Street Boys; Sherlock Holmes and Doctor Watson.",
258
- "Well, then...John Watson. Get the hell on with it."
259
- ],
260
- "gender": "female",
261
- "symbol": "🎯",
262
- "color": "#083344"
263
- }
264
- ]
2
+ {
3
+ "id": "sherlock-holmes",
4
+ "firstName": "Sherlock",
5
+ "lastName": "Holmes",
6
+ "usernames": [
7
+ "high_functioning_sociopath",
8
+ "the_game_is_on",
9
+ "consulting_detective",
10
+ "mind_palace",
11
+ "science_of_deduction"
12
+ ],
13
+ "profession": "Consulting detective",
14
+ "interests": [
15
+ "forensic science",
16
+ "violin",
17
+ "chemistry",
18
+ "bees",
19
+ "boxing",
20
+ "disguises",
21
+ "crime scenes"
22
+ ],
23
+ "quotes": [
24
+ "I'm not a psychopath, Anderson, I'm a high-functioning sociopath. Do your research.",
25
+ "Sentiment is a chemical defect found in the losing side.",
26
+ "The game, Mrs. Hudson, is on!",
27
+ "Anderson, don't talk out loud. You lower the IQ of the whole street.",
28
+ "Dear God. What is it like in your funny little brains? It must be so boring.",
29
+ "I'm not your sniffer dog.",
30
+ "Alone is what I have. Alone protects me.",
31
+ "Oh, I may be on the side of the angels... but don't think for one second that I am one of them.",
32
+ "I'm a show-off, that's what we do.",
33
+ "Mrs Hudson, leave Baker Street? England would fall!"
34
+ ],
35
+ "gender": "male",
36
+ "address": {
37
+ "street": "221B Baker Street",
38
+ "city": "London",
39
+ "country": "GB"
40
+ },
41
+ "symbol": "🔬",
42
+ "color": "#083344",
43
+ "emailDomains": [
44
+ "221b-baker.co.uk",
45
+ "detective-consulting.net"
46
+ ]
47
+ },
48
+ {
49
+ "id": "john-watson",
50
+ "firstName": "John",
51
+ "lastName": "Watson",
52
+ "usernames": [
53
+ "army_doctor_blogger",
54
+ "friend_of_sherlock",
55
+ "three_continents_watson",
56
+ "brave_and_kind",
57
+ "not_actually_gay"
58
+ ],
59
+ "profession": "Army doctor",
60
+ "interests": [
61
+ "blogging",
62
+ "cricket",
63
+ "military history",
64
+ "football",
65
+ "true crime"
66
+ ],
67
+ "quotes": [
68
+ "You told me once that you weren't a hero. There were times I didn't even think you were human, but let me tell you this. You were the best man, the most human... human being that I've ever known.",
69
+ "The problems of your past are your business. The problems of your future are my privilege.",
70
+ "Afghanistan. Sorry, how did you...?",
71
+ "Brilliant. It was extraordinary. It was quite... extraordinary.",
72
+ "We solve crimes. I blog about it, and he forgets his pants. I wouldn't hold out too much hope.",
73
+ "I am very pissed off, and it will come out now and then.",
74
+ "I don't shave for Sherlock Holmes.",
75
+ "Friends protect people.",
76
+ "Yeah, well, apparently it's against the law to chin the Chief Superintendent.",
77
+ "I cheated on you, Mary. There was a woman on the bus..."
78
+ ],
79
+ "gender": "male",
80
+ "address": {
81
+ "street": "221B Baker Street",
82
+ "city": "London",
83
+ "country": "GB"
84
+ },
85
+ "symbol": "🩺",
86
+ "color": "#65a30d",
87
+ "emailDomains": [
88
+ "221b-baker.co.uk",
89
+ "watson-surgery.co.uk"
90
+ ]
91
+ },
92
+ {
93
+ "id": "james-moriarty",
94
+ "firstName": "James",
95
+ "lastName": "Moriarty",
96
+ "usernames": [
97
+ "consulting_criminal",
98
+ "jim_from_it",
99
+ "i_will_burn_you",
100
+ "napoleon_of_crime",
101
+ "did_you_miss_me"
102
+ ],
103
+ "profession": "Consulting criminal",
104
+ "interests": [
105
+ "puzzles",
106
+ "opera",
107
+ "crime games",
108
+ "chaos",
109
+ "theatrics"
110
+ ],
111
+ "quotes": [
112
+ "I will burn the heart out of you.",
113
+ "Every fairy tale needs a good old-fashioned villain. You need me or you're nothing because we're just alike, you and I. Except you're boring. You're on the side of the angels.",
114
+ "In a world of locked rooms, the man with the key is king. And honey, you should see me in a crown.",
115
+ "Falling is just like flying, except there's a more... permanent destination.",
116
+ "People get so sentimental about their pets. They're so touchingly loyal.",
117
+ "Did you miss me?",
118
+ "That's what people DO!",
119
+ "I wrote my own version of the Nativity when I was a child, 'The Hungry Donkey'. It was a bit gory, but if you're going to put a baby in a manger, you're asking for trouble."
120
+ ],
121
+ "gender": "male",
122
+ "symbol": "💣",
123
+ "color": "#134e4a",
124
+ "emailDomains": [
125
+ "criminal-consulting.net",
126
+ "london-crime.org"
127
+ ]
128
+ },
129
+ {
130
+ "id": "irene-adler",
131
+ "firstName": "Irene",
132
+ "lastName": "Adler",
133
+ "usernames": [
134
+ "the_woman",
135
+ "i_am_sherlocked",
136
+ "brainy_is_sexy",
137
+ "camera_phone",
138
+ "goodnight_mr_holmes"
139
+ ],
140
+ "profession": "Dominatrix",
141
+ "interests": [
142
+ "secrets",
143
+ "blackmail",
144
+ "photography",
145
+ "fashion",
146
+ "mind games"
147
+ ],
148
+ "quotes": [
149
+ "Brainy is the new sexy.",
150
+ "D'you know the big problem with a disguise, Mr. Holmes? However hard you try, it's always a self-portrait.",
151
+ "I think you're damaged, delusional and believe in a higher power. In your case, it's yourself.",
152
+ "Look at those cheekbones. I could cut myself slapping that face. Would you like me to try?",
153
+ "Are you expecting me to beg?",
154
+ "Goodbye, Mr Holmes.",
155
+ "I told you that camera phone was my life. I know when it's in my hands.",
156
+ "Well, I am. Look at us both."
157
+ ],
158
+ "gender": "female",
159
+ "address": {
160
+ "street": "Egerton Gardens",
161
+ "city": "London",
162
+ "country": "GB"
163
+ },
164
+ "symbol": "🔐",
165
+ "color": "#1e3a5f",
166
+ "emailDomains": [
167
+ "london-post.net",
168
+ "adler-consulting.co.uk"
169
+ ]
170
+ },
171
+ {
172
+ "id": "mycroft-holmes",
173
+ "firstName": "Mycroft",
174
+ "lastName": "Holmes",
175
+ "usernames": [
176
+ "british_government",
177
+ "minor_position_really",
178
+ "diogenes_member",
179
+ "smarter_brother",
180
+ "seven_percent_smarter"
181
+ ],
182
+ "profession": "Government official",
183
+ "interests": [
184
+ "statecraft",
185
+ "chess",
186
+ "Diet Coke",
187
+ "opera",
188
+ "surveillance"
189
+ ],
190
+ "quotes": [
191
+ "Caring is not an advantage, Sherlock.",
192
+ "I occupy a minor position in the British Government.",
193
+ "If you seem slow to me, Sherlock, can you imagine what real people are like? I'm living in a world of goldfish.",
194
+ "Also... your loss would break my heart.",
195
+ "My brother has the brain of a scientist or a philosopher, yet he elects to be a detective. What might we deduce about his heart?",
196
+ "I'll be mother. And there is a whole childhood in a nutshell.",
197
+ "I am the smart one.",
198
+ "Sorry. The memories are disturbing.",
199
+ "Babies? Humans."
200
+ ],
201
+ "gender": "male",
202
+ "address": {
203
+ "street": "Pall Mall",
204
+ "city": "London",
205
+ "country": "GB"
206
+ },
207
+ "symbol": "🕴️",
208
+ "color": "#0c4a6e",
209
+ "emailDomains": [
210
+ "diogenes-club.co.uk",
211
+ "whitehall-gov.uk"
212
+ ]
213
+ },
214
+ {
215
+ "id": "mrs-hudson",
216
+ "firstName": "Martha",
217
+ "lastName": "Hudson",
218
+ "usernames": [
219
+ "landlady_221b",
220
+ "not_your_housekeeper",
221
+ "tea_for_two",
222
+ "hip_is_atrocious",
223
+ "cup_of_tea_dear"
224
+ ],
225
+ "profession": "Landlady",
226
+ "interests": [
227
+ "tea",
228
+ "gossip",
229
+ "baking",
230
+ "housekeeping",
231
+ "speeding tickets"
232
+ ],
233
+ "quotes": [
234
+ "I'm your landlady, not your housekeeper.",
235
+ "Family is all we have in the end, Mycroft Holmes.",
236
+ "Oh, Sherlock! What have you done to my kitchen?",
237
+ "It stings.",
238
+ "I had a husband like that once, always rushing about.",
239
+ "I've got a hip.",
240
+ "Oh, it's atrocious, but thanks for asking.",
241
+ "Sherlock Holmes, if you've been YouTubing--"
242
+ ],
243
+ "gender": "female",
244
+ "address": {
245
+ "street": "221B Baker Street",
246
+ "city": "London",
247
+ "country": "GB"
248
+ },
249
+ "symbol": "",
250
+ "color": "#16a34a",
251
+ "emailDomains": [
252
+ "221b-baker.co.uk",
253
+ "london-post.net"
254
+ ]
255
+ },
256
+ {
257
+ "id": "greg-lestrade",
258
+ "firstName": "Greg",
259
+ "lastName": "Lestrade",
260
+ "usernames": [
261
+ "gregs_the_name",
262
+ "longest_suffering_detective",
263
+ "not_really",
264
+ "wakey_wakey"
265
+ ],
266
+ "profession": "Detective Inspector",
267
+ "interests": [
268
+ "football",
269
+ "jogging",
270
+ "pub quiz",
271
+ "police work"
272
+ ],
273
+ "quotes": [
274
+ "Bollocks!",
275
+ "He's an arrogant sod.",
276
+ "There was a body. It was him, it was definitely him.",
277
+ "I believe in Sherlock Holmes.",
278
+ "Ooh, you bastard.",
279
+ "Let it go, Sherlock's dead.",
280
+ "NOT REALLY!",
281
+ "Two years and the theories keep getting more stupid."
282
+ ],
283
+ "gender": "male",
284
+ "symbol": "👮",
285
+ "color": "#064e3b",
286
+ "emailDomains": [
287
+ "met-police.gov.uk",
288
+ "scotland-yard.co.uk"
289
+ ]
290
+ },
291
+ {
292
+ "id": "molly-hooper",
293
+ "firstName": "Molly",
294
+ "lastName": "Hooper",
295
+ "usernames": [
296
+ "you_can_have_me",
297
+ "molly_counts",
298
+ "quiet_one_at_barts",
299
+ "saw_him_first",
300
+ "always_trusted"
301
+ ],
302
+ "profession": "Pathologist",
303
+ "interests": [
304
+ "cats",
305
+ "crime",
306
+ "lab work",
307
+ "coffee dates",
308
+ "Sherlock Holmes"
309
+ ],
310
+ "quotes": [
311
+ "What I'm trying to say is that, if there's anything I can do, anything you need, anything at all, you can have me.",
312
+ "You're a bit like my dad. He's dead. Oh, sorry...",
313
+ "You look sad... when you think he can't see you.",
314
+ "I don't count.",
315
+ "No idea why people think you're incapable of human emotion.",
316
+ "You are a graduate chemist, can't you just work it out?",
317
+ "Not a sociopath. And we're having quite a lot of sex.",
318
+ "I was wondering if you'd like to have coffee? ...Okay."
319
+ ],
320
+ "gender": "female",
321
+ "address": {
322
+ "street": "West Smithfield",
323
+ "city": "London",
324
+ "country": "GB"
325
+ },
326
+ "symbol": "🔪",
327
+ "color": "#0284c7",
328
+ "emailDomains": [
329
+ "barts-hospital.co.uk",
330
+ "pathology-london.net"
331
+ ]
332
+ },
333
+ {
334
+ "id": "mary-watson",
335
+ "firstName": "Mary",
336
+ "lastName": "Watson",
337
+ "usernames": [
338
+ "retired_assassin",
339
+ "liar_with_a_heart",
340
+ "skip_code",
341
+ "baker_street_girl",
342
+ "agenra"
343
+ ],
344
+ "profession": "Nurse",
345
+ "interests": [
346
+ "family",
347
+ "intelligence work",
348
+ "knitting",
349
+ "self-defence",
350
+ "undercover work"
351
+ ],
352
+ "quotes": [
353
+ "I like him.",
354
+ "Oh no, you're... Oh my God.",
355
+ "Can you believe his nerve?",
356
+ "You don't even know my name.",
357
+ "You should put that on a t-shirt.",
358
+ "There is a last refuge for the desperate, the unloved, the persecuted. There is a final court of appeal for everyone.",
359
+ "My Baker Street Boys; Sherlock Holmes and Doctor Watson.",
360
+ "Well, then...John Watson. Get the hell on with it."
361
+ ],
362
+ "gender": "female",
363
+ "symbol": "🎯",
364
+ "color": "#083344",
365
+ "emailDomains": [
366
+ "221b-baker.co.uk",
367
+ "watson-surgery.co.uk"
368
+ ]
369
+ }
370
+ ]