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
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "south-park",
3
+ "name": "South Park",
4
+ "genre": ["animation", "comedy", "satire"],
5
+ "description": "Four foul-mouthed third-graders in a small Colorado mountain town stumble through absurd adventures that skewer politics, religion, and pop culture.",
6
+ "tmdbId": 2190,
7
+ "mediaType": "tv",
8
+ "year": 1997,
9
+ "rating": 8.3,
10
+ "networks": ["Comedy Central"],
11
+ "posterPath": "/1CGwZCFX2qerXaXQJJUB3qUvxq7.jpg",
12
+ "backdropPath": "/3UviYOlhn8EgXMBuiT6MnUuo1w9.jpg"
13
+ }
@@ -0,0 +1,31 @@
1
+ [
2
+ {
3
+ "city": "Queens",
4
+ "state": "NY",
5
+ "country": "US"
6
+ },
7
+ {
8
+ "street": "Midtown School of Science and Technology",
9
+ "city": "New York",
10
+ "state": "NY",
11
+ "country": "US"
12
+ },
13
+ {
14
+ "street": "177A Bleecker Street",
15
+ "city": "New York",
16
+ "state": "NY",
17
+ "zip": "10012",
18
+ "country": "US"
19
+ },
20
+ {
21
+ "city": "Manhattan",
22
+ "state": "NY",
23
+ "country": "US"
24
+ },
25
+ {
26
+ "street": "Statue of Liberty",
27
+ "city": "New York",
28
+ "state": "NY",
29
+ "country": "US"
30
+ }
31
+ ]
@@ -0,0 +1,219 @@
1
+ [
2
+ {
3
+ "id": "peter-parker",
4
+ "firstName": "Peter",
5
+ "lastName": "Parker",
6
+ "usernames": [
7
+ "friendly_neighborhood",
8
+ "webhead",
9
+ "parker_luck"
10
+ ],
11
+ "profession": "Student",
12
+ "interests": [
13
+ "science",
14
+ "decathlon",
15
+ "photography",
16
+ "web shooters"
17
+ ],
18
+ "quotes": [
19
+ "I just wanted to be like you.",
20
+ "I'm nothing without this suit.",
21
+ "I'm just a friendly neighborhood Spider-Man.",
22
+ "For the record, I never wanted to lie to you.",
23
+ "No... I just want to kill you myself."
24
+ ],
25
+ "gender": "male",
26
+ "address": {
27
+ "city": "Queens",
28
+ "state": "NY",
29
+ "country": "US"
30
+ },
31
+ "symbol": "đŸ•ˇī¸",
32
+ "color": "#1e3a5f",
33
+ "emailDomains": [
34
+ "midtown-tech.edu",
35
+ "daily-bugle.com"
36
+ ]
37
+ },
38
+ {
39
+ "id": "michelle-jones",
40
+ "firstName": "MJ",
41
+ "lastName": "Jones-Watson",
42
+ "usernames": [
43
+ "just_observant",
44
+ "if_you_expect_disappointment",
45
+ "building_sketcher"
46
+ ],
47
+ "profession": "Student",
48
+ "interests": [
49
+ "reading",
50
+ "sketching",
51
+ "activism",
52
+ "true crime"
53
+ ],
54
+ "quotes": [
55
+ "I'm not obsessed with him. I'm just very observant.",
56
+ "If you expect disappointment, then you can never really get disappointed.",
57
+ "I have a few magic words myself. Starting with the word please."
58
+ ],
59
+ "gender": "female",
60
+ "symbol": "📓",
61
+ "color": "#6b2142",
62
+ "emailDomains": [
63
+ "midtown-tech.edu",
64
+ "nyc-mail.net"
65
+ ]
66
+ },
67
+ {
68
+ "id": "ned-leeds",
69
+ "firstName": "Ned",
70
+ "lastName": "Leeds",
71
+ "usernames": [
72
+ "guy_in_the_chair",
73
+ "lego_master_ned",
74
+ "hat_man"
75
+ ],
76
+ "profession": "Student",
77
+ "interests": [
78
+ "computers",
79
+ "Lego",
80
+ "Star Wars",
81
+ "hacking"
82
+ ],
83
+ "quotes": [
84
+ "I'm the guy in the chair!",
85
+ "We should probably stop staring before it gets creepy, though.",
86
+ "Can you spit venom?",
87
+ "Do you lay eggs?",
88
+ "Dude, you're the Spider-Man! From YouTube!"
89
+ ],
90
+ "gender": "male",
91
+ "symbol": "đŸĒ‘",
92
+ "color": "#1d4ed8",
93
+ "emailDomains": [
94
+ "midtown-tech.edu",
95
+ "nyc-mail.net"
96
+ ]
97
+ },
98
+ {
99
+ "id": "happy-hogan",
100
+ "firstName": "Happy",
101
+ "lastName": "Hogan",
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
+ ],
114
+ "quotes": [
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!"
118
+ ],
119
+ "gender": "male",
120
+ "symbol": "đŸĨŠ",
121
+ "color": "#4a1942",
122
+ "emailDomains": [
123
+ "stark-industries.com",
124
+ "pepper-security.net"
125
+ ]
126
+ },
127
+ {
128
+ "id": "adrian-toomes",
129
+ "firstName": "Adrian",
130
+ "lastName": "Toomes",
131
+ "usernames": [
132
+ "vulture_salvage",
133
+ "one_chance_walk_away",
134
+ "salvage_king"
135
+ ],
136
+ "profession": "Salvage contractor",
137
+ "interests": [
138
+ "salvage",
139
+ "family",
140
+ "alien technology",
141
+ "business"
142
+ ],
143
+ "quotes": [
144
+ "The rich and the powerful, they don't care about us.",
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?"
149
+ ],
150
+ "gender": "male",
151
+ "symbol": "đŸĻ…",
152
+ "color": "#166534",
153
+ "emailDomains": [
154
+ "toomes-salvage.com",
155
+ "vulture-tech.net"
156
+ ]
157
+ },
158
+ {
159
+ "id": "quentin-beck",
160
+ "firstName": "Quentin",
161
+ "lastName": "Beck",
162
+ "usernames": [
163
+ "mysterio_fx",
164
+ "fishbowl_king",
165
+ "believe_anything"
166
+ ],
167
+ "profession": "Special effects designer",
168
+ "interests": [
169
+ "illusions",
170
+ "holography",
171
+ "acting",
172
+ "drone choreography"
173
+ ],
174
+ "quotes": [
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!"
179
+ ],
180
+ "gender": "male",
181
+ "symbol": "🔮",
182
+ "color": "#1e3a5f",
183
+ "emailDomains": [
184
+ "stark-industries.com",
185
+ "sfx-guild.net"
186
+ ]
187
+ },
188
+ {
189
+ "id": "stephen-strange",
190
+ "firstName": "Stephen",
191
+ "lastName": "Strange",
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
+ ],
204
+ "quotes": [
205
+ "The problem is you trying to live two different lives.",
206
+ "Be careful what you wish for, Parker.",
207
+ "The entire world is about to forget that Peter Parker is Spider-Man.",
208
+ "We tampered with the stability of spacetime.",
209
+ "Go home, Parker. You're done."
210
+ ],
211
+ "gender": "male",
212
+ "symbol": "✨",
213
+ "color": "#7f1d1d",
214
+ "emailDomains": [
215
+ "sanctum-sanctorum.net",
216
+ "kamar-taj.org"
217
+ ]
218
+ }
219
+ ]
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "spider-man",
3
+ "name": "Spider-Man",
4
+ "genre": ["action", "adventure", "sci-fi"],
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": 315635,
7
+ "mediaType": "movie",
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
+ }
@@ -0,0 +1,19 @@
1
+ [
2
+ {
3
+ "city": "Tatooine"
4
+ },
5
+ {
6
+ "city": "Coruscant"
7
+ },
8
+ {
9
+ "city": "Hoth"
10
+ },
11
+ {
12
+ "street": "Cloud City",
13
+ "city": "Bespin"
14
+ },
15
+ {
16
+ "street": "Mos Eisley",
17
+ "city": "Tatooine"
18
+ }
19
+ ]
@@ -0,0 +1,254 @@
1
+ [
2
+ {
3
+ "id": "luke-skywalker",
4
+ "firstName": "Luke",
5
+ "lastName": "Skywalker",
6
+ "usernames": [
7
+ "last_jedi",
8
+ "tatooine_farm_boy",
9
+ "bulls_eye_womprat"
10
+ ],
11
+ "profession": "Pilot",
12
+ "interests": [
13
+ "flying",
14
+ "lightsaber training",
15
+ "droids",
16
+ "moisture farming",
17
+ "Jedi teachings"
18
+ ],
19
+ "quotes": [
20
+ "I am a Jedi, like my father before me.",
21
+ "I'll never join you!",
22
+ "The Force is strong in my family.",
23
+ "I will not fight you, Father.",
24
+ "May the Force be with you."
25
+ ],
26
+ "gender": "male",
27
+ "symbol": "💡",
28
+ "color": "#1e3a5f",
29
+ "emailDomains": [
30
+ "rebel-alliance.net",
31
+ "jedi-order.org"
32
+ ]
33
+ },
34
+ {
35
+ "id": "darth-vader",
36
+ "firstName": "Darth",
37
+ "lastName": "Vader",
38
+ "usernames": [
39
+ "i_find_your_lack",
40
+ "no_i_am_your_father",
41
+ "heavy_breathing"
42
+ ],
43
+ "profession": "Commander",
44
+ "interests": [
45
+ "military tactics",
46
+ "interrogation",
47
+ "engineering",
48
+ "piloting"
49
+ ],
50
+ "quotes": [
51
+ "I am your father.",
52
+ "The Force is strong with this one.",
53
+ "There is no escape. Don't make me destroy you.",
54
+ "Luke, you can destroy the Emperor. He has foreseen this. It is your destiny. Join me, and together we can rule the galaxy as father and son.",
55
+ "I find your lack of faith disturbing."
56
+ ],
57
+ "gender": "male",
58
+ "symbol": "🌑",
59
+ "color": "#7f1d1d",
60
+ "emailDomains": [
61
+ "galactic-empire.com",
62
+ "sith-order.net"
63
+ ]
64
+ },
65
+ {
66
+ "id": "han-solo",
67
+ "firstName": "Han",
68
+ "lastName": "Solo",
69
+ "usernames": [
70
+ "millennium_falcon",
71
+ "nerf_herder",
72
+ "never_tell_odds"
73
+ ],
74
+ "profession": "Smuggler",
75
+ "interests": [
76
+ "smuggling",
77
+ "flying",
78
+ "gambling",
79
+ "sabacc",
80
+ "starship mechanics"
81
+ ],
82
+ "quotes": [
83
+ "Never tell me the odds.",
84
+ "I know.",
85
+ "Punch it.",
86
+ "Hokey religions and ancient weapons are no match for a good blaster at your side, kid.",
87
+ "You know, sometimes I amaze even myself."
88
+ ],
89
+ "gender": "male",
90
+ "symbol": "🚀",
91
+ "color": "#166534",
92
+ "emailDomains": [
93
+ "rebel-alliance.net",
94
+ "corellian-post.net"
95
+ ]
96
+ },
97
+ {
98
+ "id": "leia-organa",
99
+ "firstName": "Leia",
100
+ "lastName": "Organa",
101
+ "usernames": [
102
+ "into_the_garbage",
103
+ "buns_of_alderaan",
104
+ "tighten_your_grip"
105
+ ],
106
+ "profession": "Senator",
107
+ "interests": [
108
+ "diplomacy",
109
+ "leadership",
110
+ "freedom",
111
+ "resistance strategy"
112
+ ],
113
+ "quotes": [
114
+ "Help me, Obi-Wan Kenobi. You're my only hope.",
115
+ "Will somebody get this walking carpet out of my way?!",
116
+ "Aren't you a little short for a stormtrooper?",
117
+ "The more you tighten your grip, Tarkin, the more star systems will slip through your fingers.",
118
+ "Why you stuck-up, half-witted, scruffy-looking, nerf herder!"
119
+ ],
120
+ "gender": "female",
121
+ "symbol": "đŸ•Šī¸",
122
+ "color": "#4a1942",
123
+ "emailDomains": [
124
+ "rebel-alliance.net",
125
+ "alderaan-senate.gov"
126
+ ]
127
+ },
128
+ {
129
+ "id": "yoda",
130
+ "firstName": "Yoda",
131
+ "usernames": [
132
+ "do_or_do_not",
133
+ "nine_hundred_years",
134
+ "luminous_being"
135
+ ],
136
+ "profession": "Jedi Master",
137
+ "interests": [
138
+ "Force philosophy",
139
+ "cooking",
140
+ "training",
141
+ "meditation",
142
+ "teaching"
143
+ ],
144
+ "quotes": [
145
+ "Do or do not. There is no try.",
146
+ "Fear is the path to the dark side.",
147
+ "Wars not make one great.",
148
+ "When nine hundred years old you reach, look as good you will not.",
149
+ "Luminous beings are we, not this crude matter."
150
+ ],
151
+ "gender": "male",
152
+ "symbol": "đŸŒŋ",
153
+ "color": "#166534",
154
+ "emailDomains": [
155
+ "jedi-order.org",
156
+ "dagobah-exile.net"
157
+ ]
158
+ },
159
+ {
160
+ "id": "obi-wan-kenobi",
161
+ "firstName": "Obi-Wan",
162
+ "lastName": "Kenobi",
163
+ "usernames": [
164
+ "hello_there",
165
+ "old_ben",
166
+ "the_high_ground"
167
+ ],
168
+ "profession": "Jedi Knight",
169
+ "interests": [
170
+ "lightsaber combat",
171
+ "training",
172
+ "negotiation",
173
+ "philosophy",
174
+ "soresu"
175
+ ],
176
+ "quotes": [
177
+ "These aren't the droids you're looking for.",
178
+ "Hello there.",
179
+ "Use the Force, Luke.",
180
+ "In my experience, there is no such thing as luck.",
181
+ "You were my brother, Anakin! I loved you!"
182
+ ],
183
+ "gender": "male",
184
+ "symbol": "âš”ī¸",
185
+ "color": "#1e3a5f",
186
+ "emailDomains": [
187
+ "jedi-order.org",
188
+ "tatooine-exile.net"
189
+ ]
190
+ },
191
+ {
192
+ "id": "emperor-palpatine",
193
+ "firstName": "Sheev",
194
+ "lastName": "Palpatine",
195
+ "usernames": [
196
+ "unlimited_power",
197
+ "senate_is_me",
198
+ "order_66"
199
+ ],
200
+ "profession": "Emperor",
201
+ "interests": [
202
+ "senate procedure",
203
+ "dark side studies",
204
+ "Sith alchemy",
205
+ "Sith lore",
206
+ "political scheming"
207
+ ],
208
+ "quotes": [
209
+ "Now, young Skywalker, you will die.",
210
+ "Everything is proceeding as I have foreseen.",
211
+ "Good. I can feel your anger.",
212
+ "Your feeble skills are no match for the power of the dark side.",
213
+ "Do it.",
214
+ "I am the Senate."
215
+ ],
216
+ "gender": "male",
217
+ "symbol": "đŸŒŠī¸",
218
+ "color": "#2d1b69",
219
+ "emailDomains": [
220
+ "galactic-empire.com",
221
+ "sith-order.net"
222
+ ]
223
+ },
224
+ {
225
+ "id": "chewbacca",
226
+ "firstName": "Chewbacca",
227
+ "usernames": [
228
+ "walking_carpet",
229
+ "twelve_parsecs",
230
+ "life_debt_paid"
231
+ ],
232
+ "profession": "Co-pilot",
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
+ ],
246
+ "gender": "male",
247
+ "symbol": "đŸģ",
248
+ "color": "#4a3728",
249
+ "emailDomains": [
250
+ "millennium-falcon.net",
251
+ "kashyyyk-mail.net"
252
+ ]
253
+ }
254
+ ]
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "star-wars",
3
+ "name": "Star Wars",
4
+ "genre": ["science fiction", "action", "adventure"],
5
+ "description": "An epic space opera saga following the eternal struggle between the Jedi and the Sith across a galaxy far, far away.",
6
+ "tmdbId": 11,
7
+ "mediaType": "movie",
8
+ "year": 1977,
9
+ "rating": 8.2,
10
+ "networks": ["Lucasfilm Ltd.", "20th Century Fox"],
11
+ "posterPath": "/6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg",
12
+ "backdropPath": "/yUiXA68FfQeA8cRBhd0Ao0jIRZt.jpg"
13
+ }
@@ -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
+ ]