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
|
@@ -1,155 +1,240 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
2
|
+
{
|
|
3
|
+
"id": "harry-potter",
|
|
4
|
+
"firstName": "Harry",
|
|
5
|
+
"lastName": "Potter",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"the_boy_who_lived",
|
|
8
|
+
"chosen_one",
|
|
9
|
+
"trouble_finds_me"
|
|
10
|
+
],
|
|
11
|
+
"profession": "Auror",
|
|
12
|
+
"interests": [
|
|
13
|
+
"quidditch",
|
|
14
|
+
"defense against dark arts",
|
|
15
|
+
"friendship"
|
|
16
|
+
],
|
|
17
|
+
"quotes": [
|
|
18
|
+
"I don't go looking for trouble. Trouble usually finds me.",
|
|
19
|
+
"You're the weak one. You'll never know love or friendship. And I feel sorry for you.",
|
|
20
|
+
"We're all human, aren't we? Every human life is worth the same.",
|
|
21
|
+
"I'm not going home. Not really.",
|
|
22
|
+
"Dumbledore's man through and through."
|
|
23
|
+
],
|
|
24
|
+
"gender": "male",
|
|
25
|
+
"birthYear": 1980,
|
|
26
|
+
"address": {
|
|
27
|
+
"street": "4 Privet Drive",
|
|
28
|
+
"city": "Little Whinging",
|
|
29
|
+
"state": "Surrey",
|
|
30
|
+
"country": "GB"
|
|
31
|
+
},
|
|
32
|
+
"symbol": "โก",
|
|
33
|
+
"color": "#1d4ed8",
|
|
34
|
+
"emailDomains": [
|
|
35
|
+
"hogwarts.ac.uk",
|
|
36
|
+
"auror-office.gov.uk"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "hermione-granger",
|
|
41
|
+
"firstName": "Hermione",
|
|
42
|
+
"lastName": "Granger",
|
|
43
|
+
"usernames": [
|
|
44
|
+
"brightest_witch",
|
|
45
|
+
"leviosa_not_leviosar",
|
|
46
|
+
"when_in_doubt_library"
|
|
47
|
+
],
|
|
48
|
+
"profession": "Ministry official",
|
|
49
|
+
"interests": [
|
|
50
|
+
"reading",
|
|
51
|
+
"spells",
|
|
52
|
+
"house elf liberation"
|
|
53
|
+
],
|
|
54
|
+
"quotes": [
|
|
55
|
+
"It's LeviOsa, not LevioSA.",
|
|
56
|
+
"When in doubt, go to the library.",
|
|
57
|
+
"I'm going to bed before either of you come up with another clever idea to get us killed.",
|
|
58
|
+
"Actually, I'm highly logical which allows me to look past extraneous detail and perceive clearly that which others overlook.",
|
|
59
|
+
"Fear of a name only increases fear of the thing itself."
|
|
60
|
+
],
|
|
61
|
+
"gender": "female",
|
|
62
|
+
"birthYear": 1979,
|
|
63
|
+
"symbol": "๐",
|
|
64
|
+
"color": "#134e4a",
|
|
65
|
+
"emailDomains": [
|
|
66
|
+
"hogwarts.ac.uk",
|
|
67
|
+
"ministry-magic.gov.uk"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": "ron-weasley",
|
|
72
|
+
"firstName": "Ron",
|
|
73
|
+
"lastName": "Weasley",
|
|
74
|
+
"usernames": [
|
|
75
|
+
"won_won",
|
|
76
|
+
"why_not_butterflies",
|
|
77
|
+
"chess_king_gryffindor"
|
|
78
|
+
],
|
|
79
|
+
"profession": "Auror",
|
|
80
|
+
"interests": [
|
|
81
|
+
"chess",
|
|
82
|
+
"quidditch",
|
|
83
|
+
"food"
|
|
84
|
+
],
|
|
85
|
+
"quotes": [
|
|
86
|
+
"Bloody hell.",
|
|
87
|
+
"Why spiders? Why couldn't it be follow the butterflies?",
|
|
88
|
+
"She needs to sort out her priorities.",
|
|
89
|
+
"I'm not as good as I thought I was.",
|
|
90
|
+
"One person can't feel all that at once, they'd explode."
|
|
91
|
+
],
|
|
92
|
+
"gender": "male",
|
|
93
|
+
"birthYear": 1980,
|
|
94
|
+
"symbol": "โ๏ธ",
|
|
95
|
+
"color": "#dc2626",
|
|
96
|
+
"emailDomains": [
|
|
97
|
+
"hogwarts.ac.uk",
|
|
98
|
+
"auror-office.gov.uk"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"id": "albus-dumbledore",
|
|
103
|
+
"firstName": "Albus",
|
|
104
|
+
"lastName": "Dumbledore",
|
|
105
|
+
"usernames": [
|
|
106
|
+
"headmaster",
|
|
107
|
+
"do_not_dwell_on_dreams",
|
|
108
|
+
"sherbet_lemon"
|
|
109
|
+
],
|
|
110
|
+
"profession": "Headmaster of Hogwarts",
|
|
111
|
+
"interests": [
|
|
112
|
+
"magic",
|
|
113
|
+
"sweets",
|
|
114
|
+
"knitting patterns"
|
|
115
|
+
],
|
|
116
|
+
"quotes": [
|
|
117
|
+
"It does not do to dwell on dreams and forget to live.",
|
|
118
|
+
"Happiness can be found in the darkest of places, if one only remembers to turn on the light.",
|
|
119
|
+
"It is our choices that show what we truly are, far more than our abilities.",
|
|
120
|
+
"Do not pity the dead, Harry. Pity the living, and above all, those who live without love.",
|
|
121
|
+
"Words are, in my not so humble opinion, our most inexhaustible source of magic."
|
|
122
|
+
],
|
|
123
|
+
"gender": "male",
|
|
124
|
+
"birthYear": 1881,
|
|
125
|
+
"address": {
|
|
126
|
+
"street": "Hogwarts School of Witchcraft and Wizardry",
|
|
127
|
+
"city": "Scottish Highlands",
|
|
128
|
+
"country": "GB"
|
|
129
|
+
},
|
|
130
|
+
"symbol": "๐ฌ",
|
|
131
|
+
"color": "#7f1d1d",
|
|
132
|
+
"emailDomains": [
|
|
133
|
+
"hogwarts.ac.uk",
|
|
134
|
+
"wizengamot.org"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"id": "severus-snape",
|
|
139
|
+
"firstName": "Severus",
|
|
140
|
+
"lastName": "Snape",
|
|
141
|
+
"usernames": [
|
|
142
|
+
"potions_master",
|
|
143
|
+
"half_blood_prince",
|
|
144
|
+
"turn_to_page_394"
|
|
145
|
+
],
|
|
146
|
+
"profession": "Potions professor",
|
|
147
|
+
"interests": [
|
|
148
|
+
"potions",
|
|
149
|
+
"dark arts",
|
|
150
|
+
"occlumency"
|
|
151
|
+
],
|
|
152
|
+
"quotes": [
|
|
153
|
+
"Always.",
|
|
154
|
+
"I can teach you how to bottle fame, brew glory, even stopper death.",
|
|
155
|
+
"You have your mother's eyes.",
|
|
156
|
+
"Clearly, fame isn't everything, is it, Mr. Potter?",
|
|
157
|
+
"Turn to page 394."
|
|
158
|
+
],
|
|
159
|
+
"gender": "male",
|
|
160
|
+
"birthYear": 1960,
|
|
161
|
+
"address": {
|
|
162
|
+
"street": "Spinner's End",
|
|
163
|
+
"city": "Cokeworth",
|
|
164
|
+
"country": "GB"
|
|
165
|
+
},
|
|
166
|
+
"symbol": "๐งช",
|
|
167
|
+
"color": "#ca8a04",
|
|
168
|
+
"emailDomains": [
|
|
169
|
+
"hogwarts.ac.uk",
|
|
170
|
+
"spinner-end.net"
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"id": "draco-malfoy",
|
|
175
|
+
"firstName": "Draco",
|
|
176
|
+
"lastName": "Malfoy",
|
|
177
|
+
"usernames": [
|
|
178
|
+
"slytherin_prince",
|
|
179
|
+
"father_will_hear",
|
|
180
|
+
"scared_potter"
|
|
181
|
+
],
|
|
182
|
+
"profession": "Ministry official",
|
|
183
|
+
"interests": [
|
|
184
|
+
"quidditch",
|
|
185
|
+
"pureblood traditions",
|
|
186
|
+
"dark arts"
|
|
187
|
+
],
|
|
188
|
+
"quotes": [
|
|
189
|
+
"My father will hear about this.",
|
|
190
|
+
"I don't need your help, Potter.",
|
|
191
|
+
"Scared, Potter?",
|
|
192
|
+
"You're dead, Potter.",
|
|
193
|
+
"No one asked your opinion, you filthy little Mudblood."
|
|
194
|
+
],
|
|
195
|
+
"gender": "male",
|
|
196
|
+
"birthYear": 1980,
|
|
197
|
+
"address": {
|
|
198
|
+
"street": "Malfoy Manor",
|
|
199
|
+
"city": "Wiltshire",
|
|
200
|
+
"country": "GB"
|
|
201
|
+
},
|
|
202
|
+
"symbol": "๐",
|
|
203
|
+
"color": "#16a34a",
|
|
204
|
+
"emailDomains": [
|
|
205
|
+
"malfoy-manor.com",
|
|
206
|
+
"ministry-magic.gov.uk"
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"id": "luna-lovegood",
|
|
211
|
+
"firstName": "Luna",
|
|
212
|
+
"lastName": "Lovegood",
|
|
213
|
+
"usernames": [
|
|
214
|
+
"loony_lovegood",
|
|
215
|
+
"nargles_watcher",
|
|
216
|
+
"just_as_sane_as_you"
|
|
217
|
+
],
|
|
218
|
+
"profession": "Magizoologist",
|
|
219
|
+
"interests": [
|
|
220
|
+
"nargles",
|
|
221
|
+
"thestrals",
|
|
222
|
+
"the quibbler"
|
|
223
|
+
],
|
|
224
|
+
"quotes": [
|
|
225
|
+
"Things we lose have a way of coming back to us in the end.",
|
|
226
|
+
"You're just as sane as I am.",
|
|
227
|
+
"I suspect the Nargles are behind it.",
|
|
228
|
+
"Being different isn't a bad thing. It means you're brave enough to be yourself.",
|
|
229
|
+
"The most important thing about Nargles is that they're quite hard to see."
|
|
230
|
+
],
|
|
231
|
+
"gender": "female",
|
|
232
|
+
"birthYear": 1981,
|
|
233
|
+
"symbol": "๐",
|
|
234
|
+
"color": "#083344",
|
|
235
|
+
"emailDomains": [
|
|
236
|
+
"quibbler.net",
|
|
237
|
+
"magical-creatures.org"
|
|
238
|
+
]
|
|
239
|
+
}
|
|
240
|
+
]
|