faker 2.11.0 → 2.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +421 -13
- data/History.md +4 -4
- data/README.md +33 -3
- data/lib/faker.rb +28 -23
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/tezos.rb +30 -2
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/address.rb +35 -5
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +96 -3
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +74 -11
- data/lib/faker/default/company.rb +96 -11
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto.rb +17 -4
- data/lib/faker/default/crypto_coin.rb +45 -0
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +67 -1
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +53 -2
- data/lib/faker/default/finance.rb +45 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +107 -10
- data/lib/faker/default/id_number.rb +122 -2
- data/lib/faker/default/internet.rb +266 -12
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +33 -6
- data/lib/faker/default/json.rb +61 -5
- data/lib/faker/default/lorem.rb +160 -5
- data/lib/faker/default/lorem_flickr.rb +67 -7
- data/lib/faker/default/lorem_pixel.rb +23 -0
- data/lib/faker/default/markdown.rb +91 -0
- data/lib/faker/default/measurement.rb +93 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +98 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +28 -13
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/phone_number.rb +88 -5
- data/lib/faker/default/placeholdit.rb +23 -1
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/science.rb +26 -0
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/south_africa.rb +90 -0
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +20 -3
- data/lib/faker/default/stripe.rb +64 -3
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/default/twitter.rb +35 -0
- data/lib/faker/default/types.rb +84 -3
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +184 -4
- data/lib/faker/default/verb.rb +45 -0
- data/lib/faker/default/world_cup.rb +4 -4
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +113 -0
- data/lib/faker/games/dnd.rb +136 -0
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +74 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/quotes/quote.rb +80 -1
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +70 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/unique_generator.rb +0 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en-AU.yml +50 -10
- data/lib/locales/en-CA.yml +2 -0
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +37 -11
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/en/address.yml +2 -0
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/book.yml +487 -3
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +270 -131
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/house.yml +1 -1
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/movie.yml +192 -1
- data/lib/locales/en/music.yml +461 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/science.yml +355 -3
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -220
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +18 -4
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +426 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +21 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +1 -113
- data/lib/locales/fr/address.yml +21 -0
- data/lib/locales/fr/book.yml +7 -0
- data/lib/locales/fr/color.yml +4 -0
- data/lib/locales/fr/company.yml +17 -0
- data/lib/locales/fr/compass.yml +23 -0
- data/lib/locales/fr/demographic.yml +4 -0
- data/lib/locales/fr/gender.yml +6 -0
- data/lib/locales/fr/internet.yml +5 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +21 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +9 -0
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +17 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -0
- data/lib/locales/ja/coffee.yml +4 -0
- data/lib/locales/ja/color.yml +4 -0
- data/lib/locales/ja/commerce.yml +11 -0
- data/lib/locales/ja/company.yml +8 -0
- data/lib/locales/ja/creature.yml +9 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/games.yml +18 -0
- data/lib/locales/ja/gender.yml +4 -0
- data/lib/locales/ja/lorem.yml +9 -0
- data/lib/locales/ja/name.yml +13 -0
- data/lib/locales/ja/phone_number.yml +7 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +3 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +42 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +133 -24
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
- data/lib/locales/ja.yml +0 -101
data/lib/locales/en/book.yml
CHANGED
@@ -1,7 +1,491 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
book:
|
4
|
-
title:
|
4
|
+
title:
|
5
|
+
- Absalom, Absalom!
|
6
|
+
- After Many a Summer Dies the Swan
|
7
|
+
- Ah, Wilderness!
|
8
|
+
- All Passion Spent
|
9
|
+
- All the King's Men
|
10
|
+
- Alone on a Wide, Wide Sea
|
11
|
+
- An Acceptable Time
|
12
|
+
- Antic Hay
|
13
|
+
- An Evil Cradling
|
14
|
+
- Arms and the Man
|
15
|
+
- As I Lay Dying
|
16
|
+
- A Time to Kill
|
17
|
+
- Behold the Man
|
18
|
+
- Beneath the Bleeding
|
19
|
+
- Beyond the Mexique Bay
|
20
|
+
- Blithe Spirit
|
21
|
+
- Blood's a Rover
|
22
|
+
- Blue Remembered Earth
|
23
|
+
- Rosemary Sutcliff
|
24
|
+
- Françoise Sagan
|
25
|
+
- Brandy of the Damned
|
26
|
+
- Bury My Heart at Wounded Knee
|
27
|
+
- Butter In a Lordly Dish
|
28
|
+
- By Grand Central Station I Sat Down and Wept
|
29
|
+
- Cabbages and Kings
|
30
|
+
- Carrion Comfort
|
31
|
+
- A Catskill Eagle
|
32
|
+
- Clouds of Witness
|
33
|
+
- A Confederacy of Dunces
|
34
|
+
- Consider Phlebas
|
35
|
+
- Consider the Lilies
|
36
|
+
- Cover Her Face
|
37
|
+
- The Cricket on the Hearth
|
38
|
+
- The Curious Incident of the Dog in the Night-Time
|
39
|
+
- The Daffodil Sky
|
40
|
+
- Dance Dance Dance
|
41
|
+
- A Darkling Plain
|
42
|
+
- Death Be Not Proud
|
43
|
+
- The Doors of Perception
|
44
|
+
- Down to a Sunless Sea
|
45
|
+
- Dulce et Decorum Est
|
46
|
+
- Dying of the Light
|
47
|
+
- East of Eden
|
48
|
+
- Ego Dominus Tuus
|
49
|
+
- Endless Night
|
50
|
+
- Everything is Illuminated
|
51
|
+
- Eyeless in Gaza
|
52
|
+
- Fair Stood the Wind for France
|
53
|
+
- Fame Is the Spur
|
54
|
+
- Edna O'Brien
|
55
|
+
- The Far-Distant Oxus
|
56
|
+
- A Farewell to Arms
|
57
|
+
- Far From the Madding Crowd
|
58
|
+
- Fear and Trembling
|
59
|
+
- For a Breath I Tarry
|
60
|
+
- For Whom the Bell Tolls
|
61
|
+
- Frequent Hearses
|
62
|
+
- From Here to Eternity
|
63
|
+
- A Glass of Blessings
|
64
|
+
- The Glory and the Dream
|
65
|
+
- The Golden Apples of the Sun
|
66
|
+
- The Golden Bowl
|
67
|
+
- Gone with the Wind
|
68
|
+
- The Grapes of Wrath
|
69
|
+
- Great Work of Time
|
70
|
+
- The Green Bay Tree
|
71
|
+
- A Handful of Dust
|
72
|
+
- Have His Carcase
|
73
|
+
- The Heart Is a Lonely Hunter
|
74
|
+
- The Heart Is Deceitful Above All Things
|
75
|
+
- His Dark Materials
|
76
|
+
- The House of Mirth
|
77
|
+
- Sleep the Brave
|
78
|
+
- I Know Why the Caged Bird Sings
|
79
|
+
- I Sing the Body Electric
|
80
|
+
- I Will Fear No Evil
|
81
|
+
- If I Forget Thee Jerusalem
|
82
|
+
- If Not Now, When?
|
83
|
+
- Infinite Jest
|
84
|
+
- In a Dry Season
|
85
|
+
- In a Glass Darkly
|
86
|
+
- In Death Ground
|
87
|
+
- In Dubious Battle
|
88
|
+
- An Instant In The Wind
|
89
|
+
- It's a Battlefield
|
90
|
+
- Jacob Have I Loved
|
91
|
+
- O Jerusalem!
|
92
|
+
- Jesting Pilate
|
93
|
+
- The Last Enemy
|
94
|
+
- The Last Temptation
|
95
|
+
- The Lathe of Heaven
|
96
|
+
- Let Us Now Praise Famous Men
|
97
|
+
- Lilies of the Field
|
98
|
+
- This Lime Tree Bower
|
99
|
+
- The Line of Beauty
|
100
|
+
- The Little Foxes
|
101
|
+
- Little Hands Clapping
|
102
|
+
- Look Homeward, Angel
|
103
|
+
- Look to Windward
|
104
|
+
- The Man Within
|
105
|
+
- Many Waters
|
106
|
+
- A Many-Splendoured Thing
|
107
|
+
- The Mermaids Singing
|
108
|
+
- The Millstone
|
109
|
+
- The Mirror Crack'd from Side to Side
|
110
|
+
- Moab Is My Washpot
|
111
|
+
- The Monkey's Raincoat
|
112
|
+
- A Monstrous Regiment of Women
|
113
|
+
- The Moon by Night
|
114
|
+
- Mother Night
|
115
|
+
- The Moving Finger
|
116
|
+
- The Moving Toyshop
|
117
|
+
- Mr Standfast
|
118
|
+
- Nectar in a Sieve
|
119
|
+
- The Needle's Eye
|
120
|
+
- Nine Coaches Waiting
|
121
|
+
- No Country for Old Men
|
122
|
+
- No Highway
|
123
|
+
- Noli Me Tangere
|
124
|
+
- No Longer at Ease
|
125
|
+
- Now Sleeps the Crimson Petal
|
126
|
+
- Number the Stars
|
127
|
+
- Of Human Bondage
|
128
|
+
- Of Mice and Men
|
129
|
+
- Oh! To be in England
|
130
|
+
- The Other Side of Silence
|
131
|
+
- The Painted Veil
|
132
|
+
- Pale Kings and Princes
|
133
|
+
- The Parliament of Man
|
134
|
+
- Paths of Glory
|
135
|
+
- A Passage to India
|
136
|
+
- O Pioneers!
|
137
|
+
- Postern of Fate
|
138
|
+
- Precious Bane
|
139
|
+
- The Proper Study
|
140
|
+
- Quo Vadis
|
141
|
+
- Recalled to Life
|
142
|
+
- Recalled to Life
|
143
|
+
- Ring of Bright Water
|
144
|
+
- The Road Less Traveled
|
145
|
+
- A Scanner Darkly
|
146
|
+
- Shall not Perish
|
147
|
+
- The Skull Beneath the Skin
|
148
|
+
- The Soldier's Art
|
149
|
+
- Some Buried Caesar
|
150
|
+
- Specimen Days
|
151
|
+
- The Stars' Tennis Balls
|
152
|
+
- Stranger in a Strange Land
|
153
|
+
- Such, Such Were the Joys
|
154
|
+
- A Summer Bird-Cage
|
155
|
+
- The Sun Also Rises
|
156
|
+
- Surprised by Joy
|
157
|
+
- A Swiftly Tilting Planet
|
158
|
+
- Taming a Sea Horse
|
159
|
+
- Tender Is the Night
|
160
|
+
- Terrible Swift Sword
|
161
|
+
- That Good Night
|
162
|
+
- That Hideous Strength
|
163
|
+
- Things Fall Apart
|
164
|
+
- This Side of Paradise
|
165
|
+
- Those Barren Leaves, Thrones, Dominations
|
166
|
+
- Tiger! Tiger!
|
167
|
+
- A Time of Gifts
|
168
|
+
- Time of our Darkness
|
169
|
+
- Time To Murder And Create
|
170
|
+
- Tirra Lirra by the River
|
171
|
+
- To a God Unknown
|
172
|
+
- To Sail Beyond the Sunset
|
173
|
+
- To Say Nothing of the Dog
|
174
|
+
- To Your Scattered Bodies Go
|
175
|
+
- The Torment of Others
|
176
|
+
- Unweaving the Rainbow
|
177
|
+
- Vanity Fair
|
178
|
+
- Vile Bodies
|
179
|
+
- The Violent Bear It Away
|
180
|
+
- Waiting for the Barbarians
|
181
|
+
- The Waste Land
|
182
|
+
- The Way of All Flesh
|
183
|
+
- The Way Through the Woods
|
184
|
+
- The Wealth of Nations
|
185
|
+
- What's Become of Waring
|
186
|
+
- When the Green Woods Laugh
|
187
|
+
- Where Angels Fear to Tread
|
188
|
+
- The Widening Gyre
|
189
|
+
- Wildfire at Midnight
|
190
|
+
- The Wind's Twelve Quarters
|
191
|
+
- The Wings of the Dove
|
192
|
+
- The Wives of Bath
|
193
|
+
- The World, the Flesh and the Devil
|
194
|
+
- The Yellow Meads of Asphodel
|
5
195
|
author: "#{Name.name}"
|
6
|
-
publisher:
|
7
|
-
|
196
|
+
publisher:
|
197
|
+
- Academic Press
|
198
|
+
- Ace Books
|
199
|
+
- Addison-Wesley
|
200
|
+
- Adis International
|
201
|
+
- Airiti Press
|
202
|
+
- André Deutsch
|
203
|
+
- Andrews McMeel Publishing
|
204
|
+
- Anova Books
|
205
|
+
- Anvil Press Poetry
|
206
|
+
- Applewood Books
|
207
|
+
- Apress
|
208
|
+
- Athabasca University Press
|
209
|
+
- Atheneum Books
|
210
|
+
- Atheneum Publishers
|
211
|
+
- Atlantic Books
|
212
|
+
- Atlas Press
|
213
|
+
- Ballantine Books
|
214
|
+
- Banner of Truth Trust
|
215
|
+
- Bantam Books
|
216
|
+
- Bantam Spectra
|
217
|
+
- Barrie & Jenkins
|
218
|
+
- Basic Books
|
219
|
+
- BBC Books
|
220
|
+
- Harvard University Press
|
221
|
+
- Belknap Press
|
222
|
+
- Bella Books
|
223
|
+
- Bellevue Literary Press
|
224
|
+
- Berg Publishers
|
225
|
+
- Berkley Books
|
226
|
+
- Bison Books
|
227
|
+
- Black Dog Publishing
|
228
|
+
- Black Library
|
229
|
+
- Black Sparrow Books
|
230
|
+
- Blackie and Son Limited
|
231
|
+
- Blackstaff Press
|
232
|
+
- Blackwell Publishing
|
233
|
+
- John Blake Publishing
|
234
|
+
- Bloodaxe Books
|
235
|
+
- Bloomsbury Publishing Plc
|
236
|
+
- Blue Ribbon Books
|
237
|
+
- Book League of America
|
238
|
+
- Book Works
|
239
|
+
- Booktrope
|
240
|
+
- Borgo Press
|
241
|
+
- Bowes & Bowes
|
242
|
+
- Boydell & Brewer
|
243
|
+
- Breslov Research Institute
|
244
|
+
- Brill Publishers
|
245
|
+
- Brimstone Press
|
246
|
+
- Broadview Press
|
247
|
+
- Burns & Oates
|
248
|
+
- Butterworth-Heinemann
|
249
|
+
- Caister Academic Press
|
250
|
+
- Cambridge University Press
|
251
|
+
- Candlewick Press
|
252
|
+
- Canongate Books
|
253
|
+
- Carcanet Press
|
254
|
+
- Carlton Books
|
255
|
+
- Carlton Publishing Group
|
256
|
+
- Carnegie Mellon University Press
|
257
|
+
- Casemate Publishers
|
258
|
+
- Cengage Learning
|
259
|
+
- Central European University Press
|
260
|
+
- Chambers Harrap
|
261
|
+
- Charles Scribner's Sons
|
262
|
+
- Chatto and Windus
|
263
|
+
- Chick Publications
|
264
|
+
- Chronicle Books
|
265
|
+
- Churchill Livingstone
|
266
|
+
- Cisco Press
|
267
|
+
- City Lights Publishers
|
268
|
+
- Cloverdale Corporation
|
269
|
+
- D. Appleton & Company
|
270
|
+
- D. Reidel
|
271
|
+
- Da Capo Press
|
272
|
+
- Daedalus Publishing
|
273
|
+
- Dalkey Archive Press
|
274
|
+
- Darakwon Press
|
275
|
+
- David & Charles
|
276
|
+
- DAW Books
|
277
|
+
- Dedalus Books
|
278
|
+
- Del Rey Books
|
279
|
+
- E. P. Dutton
|
280
|
+
- Earthscan
|
281
|
+
- ECW Press
|
282
|
+
- Eel Pie Publishing
|
283
|
+
- Eerdmans Publishing
|
284
|
+
- Edupedia Publications
|
285
|
+
- Ellora's Cave
|
286
|
+
- Elsevier
|
287
|
+
- Emerald Group Publishing
|
288
|
+
- Etruscan Press
|
289
|
+
- Faber and Faber
|
290
|
+
- FabJob
|
291
|
+
- Fairview Press
|
292
|
+
- Farrar, Straus & Giroux
|
293
|
+
- Fearless Books
|
294
|
+
- Felony & Mayhem Press
|
295
|
+
- Firebrand Books
|
296
|
+
- Flame Tree Publishing
|
297
|
+
- Focal Press
|
298
|
+
- G. P. Putnam's Sons
|
299
|
+
- G-Unit Books
|
300
|
+
- Gaspereau Press
|
301
|
+
- Gay Men's Press
|
302
|
+
- Gefen Publishing House
|
303
|
+
- George H. Doran Company
|
304
|
+
- George Newnes
|
305
|
+
- George Routledge & Sons
|
306
|
+
- Godwit Press
|
307
|
+
- Golden Cockerel Press
|
308
|
+
- Hachette Book Group USA
|
309
|
+
- Hackett Publishing Company
|
310
|
+
- Hamish Hamilton
|
311
|
+
- Happy House
|
312
|
+
- Harcourt Assessment
|
313
|
+
- Harcourt Trade Publishers
|
314
|
+
- Harlequin Enterprises Ltd
|
315
|
+
- Harper & Brothers
|
316
|
+
- Harper & Row
|
317
|
+
- HarperCollins
|
318
|
+
- HarperPrism
|
319
|
+
- HarperTrophy
|
320
|
+
- Harry N. Abrams, Inc.
|
321
|
+
- Harvard University Press
|
322
|
+
- Harvest House
|
323
|
+
- Harvill Press at Random House
|
324
|
+
- Hawthorne Books
|
325
|
+
- Hay House
|
326
|
+
- Haynes Manuals
|
327
|
+
- Heyday Books
|
328
|
+
- HMSO
|
329
|
+
- Hodder & Stoughton
|
330
|
+
- Hodder Headline
|
331
|
+
- Hogarth Press
|
332
|
+
- Holland Park Press
|
333
|
+
- Holt McDougal
|
334
|
+
- Horizon Scientific Press
|
335
|
+
- Ian Allan Publishing
|
336
|
+
- Ignatius Press
|
337
|
+
- Imperial War Museum
|
338
|
+
- Indiana University Press
|
339
|
+
- J. M. Dent
|
340
|
+
- Jaico Publishing House
|
341
|
+
- Jarrolds Publishing
|
342
|
+
- Karadi Tales
|
343
|
+
- Kensington Books
|
344
|
+
- Kessinger Publishing
|
345
|
+
- Kodansha
|
346
|
+
- Kogan Page
|
347
|
+
- Koren Publishers Jerusalem
|
348
|
+
- Ladybird Books
|
349
|
+
- Leaf Books
|
350
|
+
- Leafwood Publishers
|
351
|
+
- Left Book Club
|
352
|
+
- Legend Books
|
353
|
+
- Lethe Press
|
354
|
+
- Libertas Academica
|
355
|
+
- Liberty Fund
|
356
|
+
- Library of America
|
357
|
+
- Lion Hudson
|
358
|
+
- Macmillan Publishers
|
359
|
+
- Mainstream Publishing
|
360
|
+
- Manchester University Press
|
361
|
+
- Mandrake of Oxford
|
362
|
+
- Mandrake Press
|
363
|
+
- Manning Publications
|
364
|
+
- Manor House Publishing
|
365
|
+
- Mapin Publishing
|
366
|
+
- Marion Boyars Publishers
|
367
|
+
- Mark Batty Publisher
|
368
|
+
- Marshall Cavendish
|
369
|
+
- Marshall Pickering
|
370
|
+
- Martinus Nijhoff Publishers
|
371
|
+
- Mascot Books
|
372
|
+
- Matthias Media
|
373
|
+
- McClelland and Stewart
|
374
|
+
- McFarland & Company
|
375
|
+
- McGraw-Hill Education
|
376
|
+
- McGraw Hill Financial
|
377
|
+
- Medknow Publications
|
378
|
+
- Naiad Press
|
379
|
+
- Nauka
|
380
|
+
- NavPress
|
381
|
+
- New Directions Publishing
|
382
|
+
- New English Library
|
383
|
+
- New Holland Publishers
|
384
|
+
- New Village Press
|
385
|
+
- Newnes
|
386
|
+
- No Starch Press
|
387
|
+
- Nonesuch Press
|
388
|
+
- Oberon Books
|
389
|
+
- Open Court Publishing Company
|
390
|
+
- Open University Press
|
391
|
+
- Orchard Books
|
392
|
+
- O'Reilly Media
|
393
|
+
- Orion Books
|
394
|
+
- Packt Publishing
|
395
|
+
- Palgrave Macmillan
|
396
|
+
- Pan Books
|
397
|
+
- Pantheon Books at Random House
|
398
|
+
- Papadakis Publisher
|
399
|
+
- Parachute Publishing
|
400
|
+
- Parragon
|
401
|
+
- Pathfinder Press
|
402
|
+
- Paulist Press
|
403
|
+
- Pavilion Books
|
404
|
+
- Peace Hill Press
|
405
|
+
- Pecan Grove Press
|
406
|
+
- Pen and Sword Books
|
407
|
+
- Penguin Books
|
408
|
+
- Random House
|
409
|
+
- Reed Elsevier
|
410
|
+
- Reed Publishing
|
411
|
+
- SAGE Publications
|
412
|
+
- St. Martin's Press
|
413
|
+
- Salt Publishing
|
414
|
+
- Sams Publishing
|
415
|
+
- Schocken Books
|
416
|
+
- Scholastic Press
|
417
|
+
- Charles Scribner's Sons
|
418
|
+
- Seagull Books
|
419
|
+
- Secker & Warburg
|
420
|
+
- Shambhala Publications
|
421
|
+
- Shire Books
|
422
|
+
- Shoemaker & Hoard Publishers
|
423
|
+
- Shuter & Shooter Publishers
|
424
|
+
- Sidgwick & Jackson
|
425
|
+
- Signet Books
|
426
|
+
- Simon & Schuster
|
427
|
+
- T & T Clark
|
428
|
+
- Tachyon Publications
|
429
|
+
- Tammi
|
430
|
+
- Target Books
|
431
|
+
- Tarpaulin Sky Press
|
432
|
+
- Tartarus Press
|
433
|
+
- Tate Publishing & Enterprises
|
434
|
+
- Taunton Press
|
435
|
+
- Taylor & Francis
|
436
|
+
- Ten Speed Press
|
437
|
+
- UCL Press
|
438
|
+
- Unfinished Monument Press
|
439
|
+
- United States Government Publishing Office
|
440
|
+
- University of Akron Press
|
441
|
+
- University of Alaska Press
|
442
|
+
- University of California Press
|
443
|
+
- University of Chicago Press
|
444
|
+
- University of Michigan Press
|
445
|
+
- University of Minnesota Press
|
446
|
+
- University of Nebraska Press
|
447
|
+
- Velazquez Press
|
448
|
+
- Verso Books
|
449
|
+
- Victor Gollancz Ltd
|
450
|
+
- Viking Press
|
451
|
+
- Vintage Books
|
452
|
+
- Vintage Books at Random House
|
453
|
+
- Virago Press
|
454
|
+
- Virgin Publishing
|
455
|
+
- Voyager Books
|
456
|
+
- Brill
|
457
|
+
- Allen Ltd
|
458
|
+
- Zed Books
|
459
|
+
- Ziff Davis Media
|
460
|
+
- Zondervan
|
461
|
+
genre:
|
462
|
+
- Classic
|
463
|
+
- Comic/Graphic Novel
|
464
|
+
- Crime/Detective
|
465
|
+
- Fable
|
466
|
+
- Fairy tale
|
467
|
+
- Fanfiction
|
468
|
+
- Fantasy
|
469
|
+
- Fiction narrative
|
470
|
+
- Fiction in verse
|
471
|
+
- Folklore
|
472
|
+
- Historical fiction
|
473
|
+
- Horror
|
474
|
+
- Humor
|
475
|
+
- Legend
|
476
|
+
- Metafiction
|
477
|
+
- Mystery
|
478
|
+
- Mythology
|
479
|
+
- Mythopoeia
|
480
|
+
- Realistic fiction
|
481
|
+
- Science fiction
|
482
|
+
- Short story
|
483
|
+
- Suspense/Thriller
|
484
|
+
- Tall tale
|
485
|
+
- Western
|
486
|
+
- Biography/Autobiography
|
487
|
+
- Essay
|
488
|
+
- Narrative nonfiction
|
489
|
+
- Speech
|
490
|
+
- Textbook
|
491
|
+
- Reference book
|