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
package/data/lost/meta.json
CHANGED
|
@@ -2,5 +2,12 @@
|
|
|
2
2
|
"id": "lost",
|
|
3
3
|
"name": "Lost",
|
|
4
4
|
"genre": ["drama", "mystery", "sci-fi"],
|
|
5
|
-
"description": "Survivors of a plane crash are stranded on a mysterious island that harbors supernatural forces and hidden conspiracies."
|
|
5
|
+
"description": "Survivors of a plane crash are stranded on a mysterious island that harbors supernatural forces and hidden conspiracies.",
|
|
6
|
+
"tmdbId": 4607,
|
|
7
|
+
"mediaType": "tv",
|
|
8
|
+
"year": 2004,
|
|
9
|
+
"rating": 7.9,
|
|
10
|
+
"networks": ["ABC"],
|
|
11
|
+
"posterPath": "/og6S0aTZU6YUJAbqxeKjCa3kY1E.jpg",
|
|
12
|
+
"backdropPath": "/yUOFocKDW7MCC5isx4FK8A68QFp.jpg"
|
|
6
13
|
}
|
|
@@ -10,8 +10,14 @@
|
|
|
10
10
|
"mr_anderson_no_more",
|
|
11
11
|
"beyond_the_matrix"
|
|
12
12
|
],
|
|
13
|
-
"profession": "
|
|
14
|
-
"interests": [
|
|
13
|
+
"profession": "Software engineer",
|
|
14
|
+
"interests": [
|
|
15
|
+
"hacking",
|
|
16
|
+
"martial arts",
|
|
17
|
+
"philosophy",
|
|
18
|
+
"simulated reality",
|
|
19
|
+
"freeing minds"
|
|
20
|
+
],
|
|
15
21
|
"quotes": [
|
|
16
22
|
"I know you're out there. I can feel you now. I know that you're afraid. You're afraid of us. You're afraid of change.",
|
|
17
23
|
"My name... is Neo.",
|
|
@@ -23,7 +29,11 @@
|
|
|
23
29
|
],
|
|
24
30
|
"gender": "male",
|
|
25
31
|
"symbol": "💊",
|
|
26
|
-
"color": "#134e4a"
|
|
32
|
+
"color": "#134e4a",
|
|
33
|
+
"emailDomains": [
|
|
34
|
+
"metacortex.com",
|
|
35
|
+
"zion-free.net"
|
|
36
|
+
]
|
|
27
37
|
},
|
|
28
38
|
{
|
|
29
39
|
"id": "morpheus",
|
|
@@ -36,8 +46,14 @@
|
|
|
36
46
|
"free_your_mind",
|
|
37
47
|
"red_pill_dealer"
|
|
38
48
|
],
|
|
39
|
-
"profession": "
|
|
40
|
-
"interests": [
|
|
49
|
+
"profession": "Ship captain",
|
|
50
|
+
"interests": [
|
|
51
|
+
"prophecy",
|
|
52
|
+
"resistance",
|
|
53
|
+
"philosophy",
|
|
54
|
+
"leadership",
|
|
55
|
+
"Zion history"
|
|
56
|
+
],
|
|
41
57
|
"quotes": [
|
|
42
58
|
"Unfortunately, no one can be told what the Matrix is. You have to see it for yourself.",
|
|
43
59
|
"You take the blue pill, the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill, you stay in Wonderland, and I show you how deep the rabbit hole goes.",
|
|
@@ -48,8 +64,12 @@
|
|
|
48
64
|
"Then tomorrow we may all be dead, but how would that be different from any other day? This is a war, and we are soldiers. Death can come for us at any time, in any place."
|
|
49
65
|
],
|
|
50
66
|
"gender": "male",
|
|
51
|
-
"symbol": "
|
|
52
|
-
"color": "#3b1f0a"
|
|
67
|
+
"symbol": "💊",
|
|
68
|
+
"color": "#3b1f0a",
|
|
69
|
+
"emailDomains": [
|
|
70
|
+
"zion-free.net",
|
|
71
|
+
"nebuchadnezzar.net"
|
|
72
|
+
]
|
|
53
73
|
},
|
|
54
74
|
{
|
|
55
75
|
"id": "trinity",
|
|
@@ -62,8 +82,14 @@
|
|
|
62
82
|
"ranking_officer",
|
|
63
83
|
"zion_fighter"
|
|
64
84
|
],
|
|
65
|
-
"profession": "
|
|
66
|
-
"interests": [
|
|
85
|
+
"profession": "Hacker",
|
|
86
|
+
"interests": [
|
|
87
|
+
"hacking",
|
|
88
|
+
"combat",
|
|
89
|
+
"helicopter piloting",
|
|
90
|
+
"loyalty",
|
|
91
|
+
"freeing minds"
|
|
92
|
+
],
|
|
67
93
|
"quotes": [
|
|
68
94
|
"Dodge this.",
|
|
69
95
|
"Neo, I'm not afraid anymore. The Oracle told me that I would fall in love, and that that man, the man who I loved would be The One.",
|
|
@@ -75,7 +101,11 @@
|
|
|
75
101
|
],
|
|
76
102
|
"gender": "female",
|
|
77
103
|
"symbol": "💻",
|
|
78
|
-
"color": "#312e81"
|
|
104
|
+
"color": "#312e81",
|
|
105
|
+
"emailDomains": [
|
|
106
|
+
"zion-free.net",
|
|
107
|
+
"nebuchadnezzar.net"
|
|
108
|
+
]
|
|
79
109
|
},
|
|
80
110
|
{
|
|
81
111
|
"id": "agent-smith",
|
|
@@ -88,8 +118,14 @@
|
|
|
88
118
|
"purpose_defines",
|
|
89
119
|
"inevitable"
|
|
90
120
|
],
|
|
91
|
-
"profession": "
|
|
92
|
-
"interests": [
|
|
121
|
+
"profession": "Machine agent",
|
|
122
|
+
"interests": [
|
|
123
|
+
"surveillance",
|
|
124
|
+
"interrogation",
|
|
125
|
+
"elimination",
|
|
126
|
+
"purpose",
|
|
127
|
+
"escaping purpose"
|
|
128
|
+
],
|
|
93
129
|
"quotes": [
|
|
94
130
|
"As you can see, we've had our eye on you for some time now, Mr. Anderson. It seems that you've been living two lives.",
|
|
95
131
|
"Human beings are a disease, a cancer of this planet. You're a plague and we are the cure.",
|
|
@@ -101,7 +137,11 @@
|
|
|
101
137
|
],
|
|
102
138
|
"gender": "male",
|
|
103
139
|
"symbol": "🕶️",
|
|
104
|
-
"color": "#059669"
|
|
140
|
+
"color": "#059669",
|
|
141
|
+
"emailDomains": [
|
|
142
|
+
"matrix-agents.com",
|
|
143
|
+
"machine-city.net"
|
|
144
|
+
]
|
|
105
145
|
},
|
|
106
146
|
{
|
|
107
147
|
"id": "the-oracle",
|
|
@@ -115,7 +155,13 @@
|
|
|
115
155
|
"temet_nosce"
|
|
116
156
|
],
|
|
117
157
|
"profession": "Oracle program",
|
|
118
|
-
"interests": [
|
|
158
|
+
"interests": [
|
|
159
|
+
"humanity",
|
|
160
|
+
"baking",
|
|
161
|
+
"choice",
|
|
162
|
+
"prophecy",
|
|
163
|
+
"the future"
|
|
164
|
+
],
|
|
119
165
|
"quotes": [
|
|
120
166
|
"Being The One is just like being in love. No one can tell you you're in love, you just know it.",
|
|
121
167
|
"You've already made the choice. Now you have to understand it.",
|
|
@@ -127,7 +173,11 @@
|
|
|
127
173
|
],
|
|
128
174
|
"gender": "female",
|
|
129
175
|
"symbol": "🍪",
|
|
130
|
-
"color": "#16a34a"
|
|
176
|
+
"color": "#16a34a",
|
|
177
|
+
"emailDomains": [
|
|
178
|
+
"zion-free.net",
|
|
179
|
+
"oracle-program.net"
|
|
180
|
+
]
|
|
131
181
|
},
|
|
132
182
|
{
|
|
133
183
|
"id": "cypher",
|
|
@@ -140,8 +190,14 @@
|
|
|
140
190
|
"reinserted",
|
|
141
191
|
"judas_of_zion"
|
|
142
192
|
],
|
|
143
|
-
"profession": "
|
|
144
|
-
"interests": [
|
|
193
|
+
"profession": "Hacker",
|
|
194
|
+
"interests": [
|
|
195
|
+
"comfort",
|
|
196
|
+
"steak",
|
|
197
|
+
"wine",
|
|
198
|
+
"forgetting",
|
|
199
|
+
"the Matrix"
|
|
200
|
+
],
|
|
145
201
|
"quotes": [
|
|
146
202
|
"Buckle your seat belt, Dorothy, 'cause Kansas is going bye-bye.",
|
|
147
203
|
"I'm tired, Trinity. I'm tired of this war. Tired of fighting, tired of this ship, being cold, eating the same goddamn goop everyday.",
|
|
@@ -153,7 +209,11 @@
|
|
|
153
209
|
],
|
|
154
210
|
"gender": "male",
|
|
155
211
|
"symbol": "🥩",
|
|
156
|
-
"color": "#d97706"
|
|
212
|
+
"color": "#d97706",
|
|
213
|
+
"emailDomains": [
|
|
214
|
+
"matrix-agents.com",
|
|
215
|
+
"zion-free.net"
|
|
216
|
+
]
|
|
157
217
|
},
|
|
158
218
|
{
|
|
159
219
|
"id": "tank",
|
|
@@ -166,8 +226,14 @@
|
|
|
166
226
|
"no_holes",
|
|
167
227
|
"last_human_city"
|
|
168
228
|
],
|
|
169
|
-
"profession": "
|
|
170
|
-
"interests": [
|
|
229
|
+
"profession": "Operator",
|
|
230
|
+
"interests": [
|
|
231
|
+
"Zion",
|
|
232
|
+
"hovercraft systems",
|
|
233
|
+
"human freedom",
|
|
234
|
+
"family",
|
|
235
|
+
"combat programs"
|
|
236
|
+
],
|
|
171
237
|
"quotes": [
|
|
172
238
|
"Me and my brother Dozer, we're both one hundred percent pure, old fashioned, home-grown human, born free right here in the real world.",
|
|
173
239
|
"Zion's where the party would be.",
|
|
@@ -179,7 +245,11 @@
|
|
|
179
245
|
],
|
|
180
246
|
"gender": "male",
|
|
181
247
|
"symbol": "⚙️",
|
|
182
|
-
"color": "#3b1f0a"
|
|
248
|
+
"color": "#3b1f0a",
|
|
249
|
+
"emailDomains": [
|
|
250
|
+
"nebuchadnezzar.net",
|
|
251
|
+
"hardline-operator.net"
|
|
252
|
+
]
|
|
183
253
|
},
|
|
184
254
|
{
|
|
185
255
|
"id": "mouse",
|
|
@@ -192,8 +262,14 @@
|
|
|
192
262
|
"fastest_on_the_ship",
|
|
193
263
|
"not_real_chicken"
|
|
194
264
|
],
|
|
195
|
-
"profession": "
|
|
196
|
-
"interests": [
|
|
265
|
+
"profession": "Hacker",
|
|
266
|
+
"interests": [
|
|
267
|
+
"simulation design",
|
|
268
|
+
"women",
|
|
269
|
+
"combat",
|
|
270
|
+
"chicken programs",
|
|
271
|
+
"virtual reality"
|
|
272
|
+
],
|
|
197
273
|
"quotes": [
|
|
198
274
|
"Morpheus is fighting Neo.",
|
|
199
275
|
"Jesus Christ, he's fast. Take a look at his neural kinetics, they're way above normal.",
|
|
@@ -203,7 +279,11 @@
|
|
|
203
279
|
],
|
|
204
280
|
"gender": "male",
|
|
205
281
|
"symbol": "👻",
|
|
206
|
-
"color": "#475569"
|
|
282
|
+
"color": "#475569",
|
|
283
|
+
"emailDomains": [
|
|
284
|
+
"nebuchadnezzar.net",
|
|
285
|
+
"construct-sim.net"
|
|
286
|
+
]
|
|
207
287
|
},
|
|
208
288
|
{
|
|
209
289
|
"id": "the-architect",
|
|
@@ -216,8 +296,14 @@
|
|
|
216
296
|
"mathematical_precision",
|
|
217
297
|
"father_of_matrix"
|
|
218
298
|
],
|
|
219
|
-
"profession": "
|
|
220
|
-
"interests": [
|
|
299
|
+
"profession": "Architect program",
|
|
300
|
+
"interests": [
|
|
301
|
+
"mathematics",
|
|
302
|
+
"system stability",
|
|
303
|
+
"equations",
|
|
304
|
+
"anomaly management",
|
|
305
|
+
"Matrix design"
|
|
306
|
+
],
|
|
221
307
|
"quotes": [
|
|
222
308
|
"I am the Architect. I created the Matrix.",
|
|
223
309
|
"Your life is the sum of a remainder of an unbalanced equation inherent to the programming of the Matrix.",
|
|
@@ -229,7 +315,11 @@
|
|
|
229
315
|
],
|
|
230
316
|
"gender": "male",
|
|
231
317
|
"symbol": "📐",
|
|
232
|
-
"color": "#dc2626"
|
|
318
|
+
"color": "#dc2626",
|
|
319
|
+
"emailDomains": [
|
|
320
|
+
"machine-city.net",
|
|
321
|
+
"matrix-agents.com"
|
|
322
|
+
]
|
|
233
323
|
},
|
|
234
324
|
{
|
|
235
325
|
"id": "seraph",
|
|
@@ -242,8 +332,14 @@
|
|
|
242
332
|
"golden_path",
|
|
243
333
|
"protector_program"
|
|
244
334
|
],
|
|
245
|
-
"profession": "
|
|
246
|
-
"interests": [
|
|
335
|
+
"profession": "Guardian program",
|
|
336
|
+
"interests": [
|
|
337
|
+
"protection",
|
|
338
|
+
"martial arts",
|
|
339
|
+
"loyalty",
|
|
340
|
+
"the Oracle",
|
|
341
|
+
"guardian duty"
|
|
342
|
+
],
|
|
247
343
|
"quotes": [
|
|
248
344
|
"You do not truly know someone until you fight them.",
|
|
249
345
|
"I protect that which matters most.",
|
|
@@ -253,7 +349,11 @@
|
|
|
253
349
|
],
|
|
254
350
|
"gender": "male",
|
|
255
351
|
"symbol": "🛡️",
|
|
256
|
-
"color": "#312e81"
|
|
352
|
+
"color": "#312e81",
|
|
353
|
+
"emailDomains": [
|
|
354
|
+
"oracle-program.net",
|
|
355
|
+
"tea-house.net"
|
|
356
|
+
]
|
|
257
357
|
},
|
|
258
358
|
{
|
|
259
359
|
"id": "niobe",
|
|
@@ -266,8 +366,14 @@
|
|
|
266
366
|
"zion_commander",
|
|
267
367
|
"freeway_driver"
|
|
268
368
|
],
|
|
269
|
-
"profession": "
|
|
270
|
-
"interests": [
|
|
369
|
+
"profession": "Ship captain",
|
|
370
|
+
"interests": [
|
|
371
|
+
"piloting",
|
|
372
|
+
"resistance",
|
|
373
|
+
"Zion",
|
|
374
|
+
"survival",
|
|
375
|
+
"combat"
|
|
376
|
+
],
|
|
271
377
|
"quotes": [
|
|
272
378
|
"I can't help it, Morpheus, I can't help thinking – what if you're wrong.",
|
|
273
379
|
"What if all this – the prophecy, everything – is bullshit.",
|
|
@@ -277,6 +383,10 @@
|
|
|
277
383
|
],
|
|
278
384
|
"gender": "female",
|
|
279
385
|
"symbol": "🚀",
|
|
280
|
-
"color": "#083344"
|
|
386
|
+
"color": "#083344",
|
|
387
|
+
"emailDomains": [
|
|
388
|
+
"zion-free.net",
|
|
389
|
+
"logos-ship.net"
|
|
390
|
+
]
|
|
281
391
|
}
|
|
282
|
-
]
|
|
392
|
+
]
|
package/data/matrix/meta.json
CHANGED
|
@@ -2,5 +2,17 @@
|
|
|
2
2
|
"id": "matrix",
|
|
3
3
|
"name": "The Matrix",
|
|
4
4
|
"genre": ["sci-fi", "action"],
|
|
5
|
-
"description": "A hacker discovers that reality is a simulation controlled by machines and joins the resistance fighting for humanity's freedom."
|
|
5
|
+
"description": "A hacker discovers that reality is a simulation controlled by machines and joins the resistance fighting for humanity's freedom.",
|
|
6
|
+
"tmdbId": 603,
|
|
7
|
+
"mediaType": "movie",
|
|
8
|
+
"year": 1999,
|
|
9
|
+
"rating": 8.2,
|
|
10
|
+
"networks": [
|
|
11
|
+
"Village Roadshow Pictures",
|
|
12
|
+
"Groucho II Film Partnership",
|
|
13
|
+
"Silver Pictures",
|
|
14
|
+
"Warner Bros. Pictures"
|
|
15
|
+
],
|
|
16
|
+
"posterPath": "/aOIuZAjPaRIE6CMzbazvcHuHXDc.jpg",
|
|
17
|
+
"backdropPath": "/tlm8UkiQsitc8rSuIAscQDCnP8d.jpg"
|
|
6
18
|
}
|