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,19 @@
|
|
|
3
3
|
"id": "michael-scofield",
|
|
4
4
|
"firstName": "Michael",
|
|
5
5
|
"lastName": "Scofield",
|
|
6
|
-
"usernames": [
|
|
6
|
+
"usernames": [
|
|
7
|
+
"tattoo_blueprint",
|
|
8
|
+
"fox_river_plan",
|
|
9
|
+
"origami_crane"
|
|
10
|
+
],
|
|
7
11
|
"profession": "Structural engineer",
|
|
8
|
-
"interests": [
|
|
12
|
+
"interests": [
|
|
13
|
+
"origami",
|
|
14
|
+
"chess",
|
|
15
|
+
"tattoo art",
|
|
16
|
+
"family",
|
|
17
|
+
"escape planning"
|
|
18
|
+
],
|
|
9
19
|
"quotes": [
|
|
10
20
|
"Preparation will only take you so far. After that you got to take a few leaps of faith.",
|
|
11
21
|
"The man you're talking about died the moment I stepped inside these walls.",
|
|
@@ -16,15 +26,27 @@
|
|
|
16
26
|
"gender": "male",
|
|
17
27
|
"symbol": "📐",
|
|
18
28
|
"color": "#1e3a5f",
|
|
19
|
-
"emailDomains": [
|
|
29
|
+
"emailDomains": [
|
|
30
|
+
"fox-river-pen.gov",
|
|
31
|
+
"scofield-engineering.com"
|
|
32
|
+
]
|
|
20
33
|
},
|
|
21
34
|
{
|
|
22
35
|
"id": "lincoln-burrows",
|
|
23
36
|
"firstName": "Lincoln",
|
|
24
37
|
"lastName": "Burrows",
|
|
25
|
-
"usernames": [
|
|
38
|
+
"usernames": [
|
|
39
|
+
"the_brute",
|
|
40
|
+
"not_guilty",
|
|
41
|
+
"big_linc"
|
|
42
|
+
],
|
|
26
43
|
"profession": "Mechanic",
|
|
27
|
-
"interests": [
|
|
44
|
+
"interests": [
|
|
45
|
+
"family",
|
|
46
|
+
"motorcycles",
|
|
47
|
+
"freedom",
|
|
48
|
+
"street racing"
|
|
49
|
+
],
|
|
28
50
|
"quotes": [
|
|
29
51
|
"I've never given a damn about what people thought of me. Never.",
|
|
30
52
|
"Lee Harvey Oswald, John Wilkes Booth... Lincoln Burrows. Bitch of it all is - I didn't do it.",
|
|
@@ -35,15 +57,27 @@
|
|
|
35
57
|
"gender": "male",
|
|
36
58
|
"symbol": "⛓️",
|
|
37
59
|
"color": "#4a3728",
|
|
38
|
-
"emailDomains": [
|
|
60
|
+
"emailDomains": [
|
|
61
|
+
"fox-river-pen.gov",
|
|
62
|
+
"chicago-post.net"
|
|
63
|
+
]
|
|
39
64
|
},
|
|
40
65
|
{
|
|
41
66
|
"id": "sara-tancredi",
|
|
42
67
|
"firstName": "Sara",
|
|
43
68
|
"lastName": "Tancredi",
|
|
44
|
-
"usernames": [
|
|
69
|
+
"usernames": [
|
|
70
|
+
"pill_key",
|
|
71
|
+
"never_fall_for_inmate",
|
|
72
|
+
"governor_daughter"
|
|
73
|
+
],
|
|
45
74
|
"profession": "Doctor",
|
|
46
|
-
"interests": [
|
|
75
|
+
"interests": [
|
|
76
|
+
"addiction recovery",
|
|
77
|
+
"justice",
|
|
78
|
+
"family",
|
|
79
|
+
"prison reform"
|
|
80
|
+
],
|
|
47
81
|
"quotes": [
|
|
48
82
|
"Letting the State know that you're healthy enough to execute is not why I went to medical school.",
|
|
49
83
|
"When you first take the job, they tell you never to fall in love with an inmate.",
|
|
@@ -54,15 +88,27 @@
|
|
|
54
88
|
"gender": "female",
|
|
55
89
|
"symbol": "🩺",
|
|
56
90
|
"color": "#166534",
|
|
57
|
-
"emailDomains": [
|
|
91
|
+
"emailDomains": [
|
|
92
|
+
"fox-river-pen.gov",
|
|
93
|
+
"chicago-medical.net"
|
|
94
|
+
]
|
|
58
95
|
},
|
|
59
96
|
{
|
|
60
97
|
"id": "t-bag",
|
|
61
98
|
"firstName": "Theodore",
|
|
62
99
|
"lastName": "Bagwell",
|
|
63
|
-
"usernames": [
|
|
100
|
+
"usernames": [
|
|
101
|
+
"pretty_fish",
|
|
102
|
+
"devil_himself",
|
|
103
|
+
"bagwell_reads"
|
|
104
|
+
],
|
|
64
105
|
"profession": "Criminal",
|
|
65
|
-
"interests": [
|
|
106
|
+
"interests": [
|
|
107
|
+
"Bible study",
|
|
108
|
+
"survival",
|
|
109
|
+
"literature",
|
|
110
|
+
"con artistry"
|
|
111
|
+
],
|
|
66
112
|
"quotes": [
|
|
67
113
|
"Either I'm through that hole with you, or I'm gonna sing like Johnny Cash!",
|
|
68
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.",
|
|
@@ -73,15 +119,26 @@
|
|
|
73
119
|
"gender": "male",
|
|
74
120
|
"symbol": "🐍",
|
|
75
121
|
"color": "#7f1d1d",
|
|
76
|
-
"emailDomains": [
|
|
122
|
+
"emailDomains": [
|
|
123
|
+
"fox-river-pen.gov"
|
|
124
|
+
]
|
|
77
125
|
},
|
|
78
126
|
{
|
|
79
127
|
"id": "fernando-sucre",
|
|
80
128
|
"firstName": "Fernando",
|
|
81
129
|
"lastName": "Sucre",
|
|
82
|
-
"usernames": [
|
|
130
|
+
"usernames": [
|
|
131
|
+
"maricruz_forever",
|
|
132
|
+
"papi_sucre",
|
|
133
|
+
"prisneyland_fish"
|
|
134
|
+
],
|
|
83
135
|
"profession": "Construction worker",
|
|
84
|
-
"interests": [
|
|
136
|
+
"interests": [
|
|
137
|
+
"family",
|
|
138
|
+
"salsa dancing",
|
|
139
|
+
"digging",
|
|
140
|
+
"romance"
|
|
141
|
+
],
|
|
85
142
|
"quotes": [
|
|
86
143
|
"Welcome to Prisneyland, Fish.",
|
|
87
144
|
"You see these hands? They're digging machines. You want to go to China? I'll get you to China.",
|
|
@@ -92,15 +149,27 @@
|
|
|
92
149
|
"gender": "male",
|
|
93
150
|
"symbol": "🌹",
|
|
94
151
|
"color": "#4a1942",
|
|
95
|
-
"emailDomains": [
|
|
152
|
+
"emailDomains": [
|
|
153
|
+
"chicago-post.net",
|
|
154
|
+
"fox-river-pen.gov"
|
|
155
|
+
]
|
|
96
156
|
},
|
|
97
157
|
{
|
|
98
158
|
"id": "alex-mahone",
|
|
99
159
|
"firstName": "Alex",
|
|
100
160
|
"lastName": "Mahone",
|
|
101
|
-
"usernames": [
|
|
161
|
+
"usernames": [
|
|
162
|
+
"oscar_shales",
|
|
163
|
+
"always_behind_prey",
|
|
164
|
+
"lye_in_garden"
|
|
165
|
+
],
|
|
102
166
|
"profession": "FBI agent",
|
|
103
|
-
"interests": [
|
|
167
|
+
"interests": [
|
|
168
|
+
"criminal profiling",
|
|
169
|
+
"family",
|
|
170
|
+
"trail running",
|
|
171
|
+
"case analysis"
|
|
172
|
+
],
|
|
104
173
|
"quotes": [
|
|
105
174
|
"The problem I find with being on a trail is that by definition, you'll always be behind your prey.",
|
|
106
175
|
"Tell him he's no longer in it.",
|
|
@@ -111,6 +180,9 @@
|
|
|
111
180
|
"gender": "male",
|
|
112
181
|
"symbol": "🔍",
|
|
113
182
|
"color": "#1d4ed8",
|
|
114
|
-
"emailDomains": [
|
|
183
|
+
"emailDomains": [
|
|
184
|
+
"fbi.gov",
|
|
185
|
+
"fox-river-pen.gov"
|
|
186
|
+
]
|
|
115
187
|
}
|
|
116
|
-
]
|
|
188
|
+
]
|