demotape 0.0.0.pre.0

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 (939) hide show
  1. checksums.yaml +7 -0
  2. data/.github/CODEOWNERS +4 -0
  3. data/.github/FUNDING.yml +4 -0
  4. data/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
  5. data/.github/ISSUE_TEMPLATE/config.yml +5 -0
  6. data/.github/ISSUE_TEMPLATE/feature_request.md +23 -0
  7. data/.github/PULL_REQUEST_TEMPLATE.md +38 -0
  8. data/.github/dependabot.yml +15 -0
  9. data/.github/workflows/ruby-tests.yml +53 -0
  10. data/.gitignore +15 -0
  11. data/.rubocop.yml +18 -0
  12. data/CHANGELOG.md +16 -0
  13. data/CODE_OF_CONDUCT.md +74 -0
  14. data/CONTRIBUTING.md +80 -0
  15. data/Gemfile +5 -0
  16. data/LICENSE.md +20 -0
  17. data/Makefile +29 -0
  18. data/README.md +574 -0
  19. data/Rakefile +19 -0
  20. data/bin/console +16 -0
  21. data/bin/setup +10 -0
  22. data/bin/themes +37 -0
  23. data/demotape.ascii +19 -0
  24. data/demotape.gemspec +55 -0
  25. data/demotape.jsonc +59 -0
  26. data/demotape.y +520 -0
  27. data/demotape_ascii.rb +29 -0
  28. data/editors/sublime-text/Comments (DemoTape).tmPreferences +21 -0
  29. data/editors/sublime-text/DemoTape.sublime-completions +140 -0
  30. data/editors/sublime-text/DemoTape.sublime-syntax +243 -0
  31. data/editors/vim/README.md +91 -0
  32. data/editors/vim/ftdetect/demotape.vim +2 -0
  33. data/editors/vim/syntax/demotape.vim +81 -0
  34. data/editors/vscode/README.md +29 -0
  35. data/editors/vscode/demotape.tmLanguage.json +201 -0
  36. data/editors/vscode/language-configuration.json +24 -0
  37. data/editors/vscode/package.json +30 -0
  38. data/examples/alt.mp4 +0 -0
  39. data/examples/alt.png +0 -0
  40. data/examples/alt.tape +9 -0
  41. data/examples/arrow.mp4 +0 -0
  42. data/examples/arrow.png +0 -0
  43. data/examples/arrow.tape +7 -0
  44. data/examples/backspace.mp4 +0 -0
  45. data/examples/backspace.png +0 -0
  46. data/examples/backspace.tape +4 -0
  47. data/examples/bash.mp4 +0 -0
  48. data/examples/bash.png +0 -0
  49. data/examples/bash.tape +4 -0
  50. data/examples/bg.jpg +0 -0
  51. data/examples/clear.mp4 +0 -0
  52. data/examples/clear.png +0 -0
  53. data/examples/clear.tape +6 -0
  54. data/examples/cli_ui_interactive_prompt.mp4 +0 -0
  55. data/examples/cli_ui_interactive_prompt.png +0 -0
  56. data/examples/cli_ui_interactive_prompt.tape +16 -0
  57. data/examples/cli_ui_nested_frames.mp4 +0 -0
  58. data/examples/cli_ui_nested_frames.png +0 -0
  59. data/examples/cli_ui_nested_frames.tape +15 -0
  60. data/examples/cli_ui_progress.mp4 +0 -0
  61. data/examples/cli_ui_progress.png +0 -0
  62. data/examples/cli_ui_progress.tape +6 -0
  63. data/examples/cli_ui_spinner.mp4 +0 -0
  64. data/examples/cli_ui_spinner.png +0 -0
  65. data/examples/cli_ui_spinner.tape +6 -0
  66. data/examples/cli_ui_status_widget.mp4 +0 -0
  67. data/examples/cli_ui_status_widget.png +0 -0
  68. data/examples/cli_ui_status_widget.tape +6 -0
  69. data/examples/cli_ui_symbols.mp4 +0 -0
  70. data/examples/cli_ui_symbols.png +0 -0
  71. data/examples/cli_ui_symbols.tape +6 -0
  72. data/examples/cli_ui_text_prompt.mp4 +0 -0
  73. data/examples/cli_ui_text_prompt.png +0 -0
  74. data/examples/cli_ui_text_prompt.tape +10 -0
  75. data/examples/clipboard.mp4 +0 -0
  76. data/examples/clipboard.png +0 -0
  77. data/examples/clipboard.tape +5 -0
  78. data/examples/ctrl.mp4 +0 -0
  79. data/examples/ctrl.png +0 -0
  80. data/examples/ctrl.tape +5 -0
  81. data/examples/ctrl_arrows.mp4 +0 -0
  82. data/examples/ctrl_arrows.png +0 -0
  83. data/examples/ctrl_arrows.tape +14 -0
  84. data/examples/demotape.mp4 +0 -0
  85. data/examples/demotape.png +0 -0
  86. data/examples/demotape.tape +6 -0
  87. data/examples/demotape.txt +13 -0
  88. data/examples/enter.mp4 +0 -0
  89. data/examples/enter.png +0 -0
  90. data/examples/enter.tape +3 -0
  91. data/examples/errors/include_itself.tape +1 -0
  92. data/examples/fastfetch.gif +0 -0
  93. data/examples/fastfetch.mp4 +0 -0
  94. data/examples/fastfetch.png +0 -0
  95. data/examples/fastfetch.tape +11 -0
  96. data/examples/fish.mp4 +0 -0
  97. data/examples/fish.png +0 -0
  98. data/examples/fish.tape +4 -0
  99. data/examples/format.mp4 +0 -0
  100. data/examples/format.png +0 -0
  101. data/examples/format.tape +15 -0
  102. data/examples/gh-cli.mp4 +0 -0
  103. data/examples/gh-cli.png +0 -0
  104. data/examples/gh-cli.tape +13 -0
  105. data/examples/gif_loop.gif +0 -0
  106. data/examples/gif_loop.png +0 -0
  107. data/examples/gif_loop.tape +5 -0
  108. data/examples/include.mp4 +0 -0
  109. data/examples/include.png +0 -0
  110. data/examples/include.tape +1 -0
  111. data/examples/include_with_set.mp4 +0 -0
  112. data/examples/include_with_set.png +0 -0
  113. data/examples/include_with_set.tape +2 -0
  114. data/examples/meta/cli.tape +10 -0
  115. data/examples/nerdfonts.mp4 +0 -0
  116. data/examples/nerdfonts.png +0 -0
  117. data/examples/nerdfonts.tape +9 -0
  118. data/examples/output.gif +0 -0
  119. data/examples/output.mp4 +0 -0
  120. data/examples/output.png +0 -0
  121. data/examples/output.tape +8 -0
  122. data/examples/output.webm +0 -0
  123. data/examples/products.json +1803 -0
  124. data/examples/screenshot.mp4 +0 -0
  125. data/examples/screenshot.png +0 -0
  126. data/examples/screenshot.tape +9 -0
  127. data/examples/script.rb +3 -0
  128. data/examples/set_cursor_bar.mp4 +0 -0
  129. data/examples/set_cursor_bar.png +0 -0
  130. data/examples/set_cursor_bar.tape +5 -0
  131. data/examples/set_cursor_blink.mp4 +0 -0
  132. data/examples/set_cursor_blink.png +0 -0
  133. data/examples/set_cursor_blink.tape +4 -0
  134. data/examples/set_cursor_underline.mp4 +0 -0
  135. data/examples/set_cursor_underline.png +0 -0
  136. data/examples/set_cursor_underline.tape +5 -0
  137. data/examples/set_dimensions.mp4 +0 -0
  138. data/examples/set_dimensions.png +0 -0
  139. data/examples/set_dimensions.tape +5 -0
  140. data/examples/set_font_family.mp4 +0 -0
  141. data/examples/set_font_family.png +0 -0
  142. data/examples/set_font_family.tape +4 -0
  143. data/examples/set_font_size.mp4 +0 -0
  144. data/examples/set_font_size.png +0 -0
  145. data/examples/set_font_size.tape +4 -0
  146. data/examples/set_line_height.mp4 +0 -0
  147. data/examples/set_line_height.png +0 -0
  148. data/examples/set_line_height.tape +8 -0
  149. data/examples/set_margin.mp4 +0 -0
  150. data/examples/set_margin.png +0 -0
  151. data/examples/set_margin.tape +7 -0
  152. data/examples/set_margin_with_border_radius.mp4 +0 -0
  153. data/examples/set_margin_with_border_radius.png +0 -0
  154. data/examples/set_margin_with_border_radius.tape +8 -0
  155. data/examples/set_margin_with_image.mp4 +0 -0
  156. data/examples/set_margin_with_image.png +0 -0
  157. data/examples/set_margin_with_image.tape +7 -0
  158. data/examples/set_padding.mp4 +0 -0
  159. data/examples/set_padding.png +0 -0
  160. data/examples/set_padding.tape +7 -0
  161. data/examples/set_theme.mp4 +0 -0
  162. data/examples/set_theme.png +0 -0
  163. data/examples/set_theme.tape +9 -0
  164. data/examples/set_theme_property.mp4 +0 -0
  165. data/examples/set_theme_property.png +0 -0
  166. data/examples/set_theme_property.tape +10 -0
  167. data/examples/set_typing_speed.mp4 +0 -0
  168. data/examples/set_typing_speed.png +0 -0
  169. data/examples/set_typing_speed.tape +6 -0
  170. data/examples/slides.mp4 +0 -0
  171. data/examples/slides.png +0 -0
  172. data/examples/slides.tape +14 -0
  173. data/examples/space.mp4 +0 -0
  174. data/examples/space.png +0 -0
  175. data/examples/space.tape +3 -0
  176. data/examples/stdin.mp4 +0 -0
  177. data/examples/stdin.png +0 -0
  178. data/examples/stdin.tape +7 -0
  179. data/examples/tab.mp4 +0 -0
  180. data/examples/tab.png +0 -0
  181. data/examples/tab.tape +5 -0
  182. data/examples/themes/3024_day.png +0 -0
  183. data/examples/themes/3024_night.png +0 -0
  184. data/examples/themes/aardvark_blue.png +0 -0
  185. data/examples/themes/abernathy.png +0 -0
  186. data/examples/themes/adventure.png +0 -0
  187. data/examples/themes/adventure_time.png +0 -0
  188. data/examples/themes/afterglow.png +0 -0
  189. data/examples/themes/alabaster.png +0 -0
  190. data/examples/themes/alien_blood.png +0 -0
  191. data/examples/themes/andromeda.png +0 -0
  192. data/examples/themes/apple_classic.png +0 -0
  193. data/examples/themes/apple_system_colors.png +0 -0
  194. data/examples/themes/arcoiris.png +0 -0
  195. data/examples/themes/argonaut.png +0 -0
  196. data/examples/themes/arthur.png +0 -0
  197. data/examples/themes/atelier_sulphurpool.png +0 -0
  198. data/examples/themes/atom.png +0 -0
  199. data/examples/themes/atom_one_light.png +0 -0
  200. data/examples/themes/aurora.png +0 -0
  201. data/examples/themes/ayu.png +0 -0
  202. data/examples/themes/ayu_light.png +0 -0
  203. data/examples/themes/ayu_mirage.png +0 -0
  204. data/examples/themes/banana_blueberry.png +0 -0
  205. data/examples/themes/batman.png +0 -0
  206. data/examples/themes/belafonte_day.png +0 -0
  207. data/examples/themes/belafonte_night.png +0 -0
  208. data/examples/themes/birds_of_paradise.png +0 -0
  209. data/examples/themes/blazer.png +0 -0
  210. data/examples/themes/blue_berry_pie.png +0 -0
  211. data/examples/themes/blue_dolphin.png +0 -0
  212. data/examples/themes/blue_matrix.png +0 -0
  213. data/examples/themes/bluloco_dark.png +0 -0
  214. data/examples/themes/bluloco_light.png +0 -0
  215. data/examples/themes/borland.png +0 -0
  216. data/examples/themes/breeze.png +0 -0
  217. data/examples/themes/bright_lights.png +0 -0
  218. data/examples/themes/broadcast.png +0 -0
  219. data/examples/themes/brogrammer.png +0 -0
  220. data/examples/themes/bubbles.png +0 -0
  221. data/examples/themes/builtin_dark.png +0 -0
  222. data/examples/themes/builtin_light.png +0 -0
  223. data/examples/themes/builtin_pastel_dark.png +0 -0
  224. data/examples/themes/builtin_solarized_dark.png +0 -0
  225. data/examples/themes/builtin_solarized_light.png +0 -0
  226. data/examples/themes/builtin_tango_dark.png +0 -0
  227. data/examples/themes/builtin_tango_light.png +0 -0
  228. data/examples/themes/c64.png +0 -0
  229. data/examples/themes/calamity.png +0 -0
  230. data/examples/themes/catppuccin_frappe.png +0 -0
  231. data/examples/themes/catppuccin_latte.png +0 -0
  232. data/examples/themes/catppuccin_macchiato.png +0 -0
  233. data/examples/themes/catppuccin_mocha.png +0 -0
  234. data/examples/themes/cga.png +0 -0
  235. data/examples/themes/chalk.png +0 -0
  236. data/examples/themes/chalkboard.png +0 -0
  237. data/examples/themes/challenger_deep.png +0 -0
  238. data/examples/themes/chester.png +0 -0
  239. data/examples/themes/ciapre.png +0 -0
  240. data/examples/themes/clrs.png +0 -0
  241. data/examples/themes/cobalt2.png +0 -0
  242. data/examples/themes/cobalt_neon.png +0 -0
  243. data/examples/themes/coffee_theme.png +0 -0
  244. data/examples/themes/contrast_light.png +0 -0
  245. data/examples/themes/coolnight.png +0 -0
  246. data/examples/themes/crayon_pony_fish.png +0 -0
  247. data/examples/themes/crystal_violet.png +0 -0
  248. data/examples/themes/cutie_pro.png +0 -0
  249. data/examples/themes/cyber_cube.png +0 -0
  250. data/examples/themes/cyber_punk2077.png +0 -0
  251. data/examples/themes/cyberdyne.png +0 -0
  252. data/examples/themes/cyberpunk.png +0 -0
  253. data/examples/themes/dark_pastel.png +0 -0
  254. data/examples/themes/dark_plus.png +0 -0
  255. data/examples/themes/darkermatrix.png +0 -0
  256. data/examples/themes/darkmatrix.png +0 -0
  257. data/examples/themes/darkside.png +0 -0
  258. data/examples/themes/dayfox.png +0 -0
  259. data/examples/themes/deep.png +0 -0
  260. data/examples/themes/desert.png +0 -0
  261. data/examples/themes/dimmed_monokai.png +0 -0
  262. data/examples/themes/django.png +0 -0
  263. data/examples/themes/django_reborn_again.png +0 -0
  264. data/examples/themes/django_smooth.png +0 -0
  265. data/examples/themes/doom_one.png +0 -0
  266. data/examples/themes/doom_peacock.png +0 -0
  267. data/examples/themes/dot_gov.png +0 -0
  268. data/examples/themes/dracula.png +0 -0
  269. data/examples/themes/dracula_plus.png +0 -0
  270. data/examples/themes/duckbones.png +0 -0
  271. data/examples/themes/duotone_dark.png +0 -0
  272. data/examples/themes/earthsong.png +0 -0
  273. data/examples/themes/elemental.png +0 -0
  274. data/examples/themes/elementary.png +0 -0
  275. data/examples/themes/encom.png +0 -0
  276. data/examples/themes/espresso.png +0 -0
  277. data/examples/themes/espresso_libre.png +0 -0
  278. data/examples/themes/everblush.png +0 -0
  279. data/examples/themes/fahrenheit.png +0 -0
  280. data/examples/themes/fairyfloss.png +0 -0
  281. data/examples/themes/farmhouse_dark.png +0 -0
  282. data/examples/themes/farmhouse_light.png +0 -0
  283. data/examples/themes/fideloper.png +0 -0
  284. data/examples/themes/firefly_traditional.png +0 -0
  285. data/examples/themes/firefox_dev.png +0 -0
  286. data/examples/themes/firewatch.png +0 -0
  287. data/examples/themes/fish_tank.png +0 -0
  288. data/examples/themes/flat.png +0 -0
  289. data/examples/themes/flatland.png +0 -0
  290. data/examples/themes/flexoki_dark.png +0 -0
  291. data/examples/themes/flexoki_light.png +0 -0
  292. data/examples/themes/floraverse.png +0 -0
  293. data/examples/themes/forest_blue.png +0 -0
  294. data/examples/themes/framer.png +0 -0
  295. data/examples/themes/front_end_delight.png +0 -0
  296. data/examples/themes/fun_forrest.png +0 -0
  297. data/examples/themes/galaxy.png +0 -0
  298. data/examples/themes/galizur.png +0 -0
  299. data/examples/themes/ganyu.png +0 -0
  300. data/examples/themes/git_hub_dark.png +0 -0
  301. data/examples/themes/github.png +0 -0
  302. data/examples/themes/glacier.png +0 -0
  303. data/examples/themes/glorious.png +0 -0
  304. data/examples/themes/grape.png +0 -0
  305. data/examples/themes/grass.png +0 -0
  306. data/examples/themes/grey_green.png +0 -0
  307. data/examples/themes/gruvbox_dark.png +0 -0
  308. data/examples/themes/gruvbox_dark_hard.png +0 -0
  309. data/examples/themes/gruvbox_light.png +0 -0
  310. data/examples/themes/guezwhoz.png +0 -0
  311. data/examples/themes/h4rithd.png +0 -0
  312. data/examples/themes/h4rithd_com.png +0 -0
  313. data/examples/themes/ha_x0_r_blue.png +0 -0
  314. data/examples/themes/ha_x0_r_gr33_n.png +0 -0
  315. data/examples/themes/ha_x0_r_r3_d.png +0 -0
  316. data/examples/themes/hacktober.png +0 -0
  317. data/examples/themes/hardcore.png +0 -0
  318. data/examples/themes/harper.png +0 -0
  319. data/examples/themes/highway.png +0 -0
  320. data/examples/themes/hipster_green.png +0 -0
  321. data/examples/themes/hivacruz.png +0 -0
  322. data/examples/themes/homebrew.png +0 -0
  323. data/examples/themes/hopscotch.png +0 -0
  324. data/examples/themes/hopscotch_256.png +0 -0
  325. data/examples/themes/horizon.png +0 -0
  326. data/examples/themes/hurtado.png +0 -0
  327. data/examples/themes/hybrid.png +0 -0
  328. data/examples/themes/hyper.png +0 -0
  329. data/examples/themes/ic_green_ppl.png +0 -0
  330. data/examples/themes/ic_orange_ppl.png +0 -0
  331. data/examples/themes/iceberg_dark.png +0 -0
  332. data/examples/themes/iceberg_light.png +0 -0
  333. data/examples/themes/idea.png +0 -0
  334. data/examples/themes/idle_toes.png +0 -0
  335. data/examples/themes/ir_black.png +0 -0
  336. data/examples/themes/iterm2_dark_background.png +0 -0
  337. data/examples/themes/iterm2_default.png +0 -0
  338. data/examples/themes/iterm2_light_background.png +0 -0
  339. data/examples/themes/iterm2_pastel_dark_background.png +0 -0
  340. data/examples/themes/iterm2_smoooooth.png +0 -0
  341. data/examples/themes/iterm2_solarized_dark.png +0 -0
  342. data/examples/themes/iterm2_solarized_light.png +0 -0
  343. data/examples/themes/iterm2_tango_dark.png +0 -0
  344. data/examples/themes/iterm2_tango_light.png +0 -0
  345. data/examples/themes/jackie_brown.png +0 -0
  346. data/examples/themes/japanesque.png +0 -0
  347. data/examples/themes/jellybeans.png +0 -0
  348. data/examples/themes/jet_brains_darcula.png +0 -0
  349. data/examples/themes/jubi.png +0 -0
  350. data/examples/themes/juicy_colors.png +0 -0
  351. data/examples/themes/kanagawa.png +0 -0
  352. data/examples/themes/kanagawabones.png +0 -0
  353. data/examples/themes/kibble.png +0 -0
  354. data/examples/themes/kolorit.png +0 -0
  355. data/examples/themes/konsolas.png +0 -0
  356. data/examples/themes/lab_fox.png +0 -0
  357. data/examples/themes/laser.png +0 -0
  358. data/examples/themes/later_this_evening.png +0 -0
  359. data/examples/themes/lavandula.png +0 -0
  360. data/examples/themes/liquid_carbon.png +0 -0
  361. data/examples/themes/liquid_carbon_transparent.png +0 -0
  362. data/examples/themes/liquid_carbon_transparent_inverse.png +0 -0
  363. data/examples/themes/lovelace.png +0 -0
  364. data/examples/themes/man_page.png +0 -0
  365. data/examples/themes/mariana.png +0 -0
  366. data/examples/themes/material.png +0 -0
  367. data/examples/themes/material_dark.png +0 -0
  368. data/examples/themes/material_darker.png +0 -0
  369. data/examples/themes/material_design_colors.png +0 -0
  370. data/examples/themes/material_ocean.png +0 -0
  371. data/examples/themes/mathias.png +0 -0
  372. data/examples/themes/matrix.png +0 -0
  373. data/examples/themes/medallion.png +0 -0
  374. data/examples/themes/mellifluous.png +0 -0
  375. data/examples/themes/midnight_in_mojave.png +0 -0
  376. data/examples/themes/mirage.png +0 -0
  377. data/examples/themes/misterioso.png +0 -0
  378. data/examples/themes/molokai.png +0 -0
  379. data/examples/themes/mona_lisa.png +0 -0
  380. data/examples/themes/monokai_cmder.png +0 -0
  381. data/examples/themes/monokai_pro.png +0 -0
  382. data/examples/themes/monokai_pro_filter_octagon.png +0 -0
  383. data/examples/themes/monokai_pro_filter_ristretto.png +0 -0
  384. data/examples/themes/monokai_remastered.png +0 -0
  385. data/examples/themes/monokai_soda.png +0 -0
  386. data/examples/themes/monokai_vivid.png +0 -0
  387. data/examples/themes/moonlight_ii.png +0 -0
  388. data/examples/themes/n0tch2k.png +0 -0
  389. data/examples/themes/neobones_dark.png +0 -0
  390. data/examples/themes/neobones_light.png +0 -0
  391. data/examples/themes/neon.png +0 -0
  392. data/examples/themes/neopolitan.png +0 -0
  393. data/examples/themes/neutron.png +0 -0
  394. data/examples/themes/night_city.png +0 -0
  395. data/examples/themes/night_lion_v1.png +0 -0
  396. data/examples/themes/night_lion_v2.png +0 -0
  397. data/examples/themes/night_owlish_light.png +0 -0
  398. data/examples/themes/nightfox.png +0 -0
  399. data/examples/themes/niji.png +0 -0
  400. data/examples/themes/nocturnal_winter.png +0 -0
  401. data/examples/themes/nord.png +0 -0
  402. data/examples/themes/nord_light.png +0 -0
  403. data/examples/themes/novel.png +0 -0
  404. data/examples/themes/nvim_dark.png +0 -0
  405. data/examples/themes/nvim_light.png +0 -0
  406. data/examples/themes/obsidian.png +0 -0
  407. data/examples/themes/ocean.png +0 -0
  408. data/examples/themes/oceanic_material.png +0 -0
  409. data/examples/themes/oceanic_next.png +0 -0
  410. data/examples/themes/ollie.png +0 -0
  411. data/examples/themes/one_dark.png +0 -0
  412. data/examples/themes/one_half_dark.png +0 -0
  413. data/examples/themes/one_half_light.png +0 -0
  414. data/examples/themes/one_star.png +0 -0
  415. data/examples/themes/operator_mono_dark.png +0 -0
  416. data/examples/themes/overnight_slumber.png +0 -0
  417. data/examples/themes/pale_night_hc.png +0 -0
  418. data/examples/themes/pandora.png +0 -0
  419. data/examples/themes/paraiso_dark.png +0 -0
  420. data/examples/themes/paul_millr.png +0 -0
  421. data/examples/themes/pencil_dark.png +0 -0
  422. data/examples/themes/pencil_light.png +0 -0
  423. data/examples/themes/peppermint.png +0 -0
  424. data/examples/themes/piatto_light.png +0 -0
  425. data/examples/themes/pnevma.png +0 -0
  426. data/examples/themes/popping_and_locking.png +0 -0
  427. data/examples/themes/primary.png +0 -0
  428. data/examples/themes/primer.png +0 -0
  429. data/examples/themes/pro.png +0 -0
  430. data/examples/themes/pro_light.png +0 -0
  431. data/examples/themes/purple_rain.png +0 -0
  432. data/examples/themes/purplepeter.png +0 -0
  433. data/examples/themes/qb64_super_dark_blue.png +0 -0
  434. data/examples/themes/rapture.png +0 -0
  435. data/examples/themes/raycast_dark.png +0 -0
  436. data/examples/themes/raycast_light.png +0 -0
  437. data/examples/themes/rebecca.png +0 -0
  438. data/examples/themes/red_alert.png +0 -0
  439. data/examples/themes/red_planet.png +0 -0
  440. data/examples/themes/red_sands.png +0 -0
  441. data/examples/themes/relaxed.png +0 -0
  442. data/examples/themes/retro.png +0 -0
  443. data/examples/themes/retrowave.png +0 -0
  444. data/examples/themes/rippedcasts.png +0 -0
  445. data/examples/themes/rose_pine.png +0 -0
  446. data/examples/themes/rose_pine_dawn.png +0 -0
  447. data/examples/themes/rose_pine_moon.png +0 -0
  448. data/examples/themes/rouge_2.png +0 -0
  449. data/examples/themes/royal.png +0 -0
  450. data/examples/themes/ryuuko.png +0 -0
  451. data/examples/themes/sakura.png +0 -0
  452. data/examples/themes/scarlet_protocol.png +0 -0
  453. data/examples/themes/sea_shells.png +0 -0
  454. data/examples/themes/seafoam_pastel.png +0 -0
  455. data/examples/themes/seoulbones_dark.png +0 -0
  456. data/examples/themes/seoulbones_light.png +0 -0
  457. data/examples/themes/serendipity_midnight.png +0 -0
  458. data/examples/themes/serendipity_morning.png +0 -0
  459. data/examples/themes/serendipity_sunset.png +0 -0
  460. data/examples/themes/seti.png +0 -0
  461. data/examples/themes/shades_of_purple.png +0 -0
  462. data/examples/themes/shaman.png +0 -0
  463. data/examples/themes/slate.png +0 -0
  464. data/examples/themes/sleepy_hollow.png +0 -0
  465. data/examples/themes/smyck.png +0 -0
  466. data/examples/themes/snazzy.png +0 -0
  467. data/examples/themes/soft_server.png +0 -0
  468. data/examples/themes/solarized_darcula.png +0 -0
  469. data/examples/themes/solarized_dark_higher_contrast.png +0 -0
  470. data/examples/themes/solarized_dark_patched.png +0 -0
  471. data/examples/themes/sonoran_gothic.png +0 -0
  472. data/examples/themes/sonoran_sunrise.png +0 -0
  473. data/examples/themes/space_gray.png +0 -0
  474. data/examples/themes/space_gray_eighties.png +0 -0
  475. data/examples/themes/space_gray_eighties_dull.png +0 -0
  476. data/examples/themes/spacedust.png +0 -0
  477. data/examples/themes/spiderman.png +0 -0
  478. data/examples/themes/spring.png +0 -0
  479. data/examples/themes/square.png +0 -0
  480. data/examples/themes/sublette.png +0 -0
  481. data/examples/themes/subliminal.png +0 -0
  482. data/examples/themes/sundried.png +0 -0
  483. data/examples/themes/symfonic.png +0 -0
  484. data/examples/themes/synthwave.png +0 -0
  485. data/examples/themes/synthwave_alpha.png +0 -0
  486. data/examples/themes/synthwave_everything.png +0 -0
  487. data/examples/themes/tango_adapted.png +0 -0
  488. data/examples/themes/tango_half_adapted.png +0 -0
  489. data/examples/themes/teerb.png +0 -0
  490. data/examples/themes/terafox.png +0 -0
  491. data/examples/themes/terminal_basic.png +0 -0
  492. data/examples/themes/thayer_bright.png +0 -0
  493. data/examples/themes/the_hulk.png +0 -0
  494. data/examples/themes/theme.tape +13 -0
  495. data/examples/themes/tinacious_design_dark.png +0 -0
  496. data/examples/themes/tinacious_design_light.png +0 -0
  497. data/examples/themes/tokyo_night.png +0 -0
  498. data/examples/themes/tokyo_night_light.png +0 -0
  499. data/examples/themes/tokyo_night_storm.png +0 -0
  500. data/examples/themes/tokyonight.png +0 -0
  501. data/examples/themes/tokyonight_day.png +0 -0
  502. data/examples/themes/tokyonight_storm.png +0 -0
  503. data/examples/themes/tomorrow.png +0 -0
  504. data/examples/themes/tomorrow_night.png +0 -0
  505. data/examples/themes/tomorrow_night_blue.png +0 -0
  506. data/examples/themes/tomorrow_night_bright.png +0 -0
  507. data/examples/themes/tomorrow_night_burns.png +0 -0
  508. data/examples/themes/tomorrow_night_eighties.png +0 -0
  509. data/examples/themes/toy_chest.png +0 -0
  510. data/examples/themes/treehouse.png +0 -0
  511. data/examples/themes/twilight.png +0 -0
  512. data/examples/themes/ubuntu.png +0 -0
  513. data/examples/themes/ultra_dark.png +0 -0
  514. data/examples/themes/ultra_violent.png +0 -0
  515. data/examples/themes/under_the_sea.png +0 -0
  516. data/examples/themes/unholy.png +0 -0
  517. data/examples/themes/unikitty.png +0 -0
  518. data/examples/themes/urple.png +0 -0
  519. data/examples/themes/vaughn.png +0 -0
  520. data/examples/themes/vesper.png +0 -0
  521. data/examples/themes/vibrant_ink.png +0 -0
  522. data/examples/themes/vimbones.png +0 -0
  523. data/examples/themes/violet_dark.png +0 -0
  524. data/examples/themes/violet_light.png +0 -0
  525. data/examples/themes/warm_neon.png +0 -0
  526. data/examples/themes/wez.png +0 -0
  527. data/examples/themes/whimsy.png +0 -0
  528. data/examples/themes/wild_cherry.png +0 -0
  529. data/examples/themes/wilmersdorf.png +0 -0
  530. data/examples/themes/wombat.png +0 -0
  531. data/examples/themes/wryan.png +0 -0
  532. data/examples/themes/zenbones.png +0 -0
  533. data/examples/themes/zenbones_dark.png +0 -0
  534. data/examples/themes/zenbones_light.png +0 -0
  535. data/examples/themes/zenburn.png +0 -0
  536. data/examples/themes/zenburned.png +0 -0
  537. data/examples/themes/zenwritten_dark.png +0 -0
  538. data/examples/themes/zenwritten_light.png +0 -0
  539. data/examples/themes/zeonica.png +0 -0
  540. data/examples/tmux.mp4 +0 -0
  541. data/examples/tmux.png +0 -0
  542. data/examples/tmux.tape +28 -0
  543. data/examples/type.mp4 +0 -0
  544. data/examples/type.png +0 -0
  545. data/examples/type.tape +11 -0
  546. data/examples/type_file.mp4 +0 -0
  547. data/examples/type_file.png +0 -0
  548. data/examples/type_file.tape +23 -0
  549. data/examples/variable_typing.mp4 +0 -0
  550. data/examples/variable_typing.png +0 -0
  551. data/examples/variable_typing.tape +41 -0
  552. data/examples/wait_until.mp4 +0 -0
  553. data/examples/wait_until.png +0 -0
  554. data/examples/wait_until.tape +8 -0
  555. data/examples/zsh.mp4 +0 -0
  556. data/examples/zsh.png +0 -0
  557. data/examples/zsh.tape +4 -0
  558. data/exe/demotape +11 -0
  559. data/lib/demo_tape/bounds.rb +15 -0
  560. data/lib/demo_tape/cli.rb +158 -0
  561. data/lib/demo_tape/command.rb +341 -0
  562. data/lib/demo_tape/duration.rb +31 -0
  563. data/lib/demo_tape/exporter.rb +372 -0
  564. data/lib/demo_tape/generator.rb +17 -0
  565. data/lib/demo_tape/lexer.rb +262 -0
  566. data/lib/demo_tape/parser.rb +889 -0
  567. data/lib/demo_tape/rcs/bash +32 -0
  568. data/lib/demo_tape/rcs/fish +31 -0
  569. data/lib/demo_tape/rcs/zsh +40 -0
  570. data/lib/demo_tape/runner.rb +722 -0
  571. data/lib/demo_tape/spacing.rb +5 -0
  572. data/lib/demo_tape/spinner.rb +37 -0
  573. data/lib/demo_tape/templates/.keep +0 -0
  574. data/lib/demo_tape/theme.rb +49 -0
  575. data/lib/demo_tape/themes/3024_day.json +22 -0
  576. data/lib/demo_tape/themes/3024_night.json +22 -0
  577. data/lib/demo_tape/themes/aardvark_blue.json +22 -0
  578. data/lib/demo_tape/themes/abernathy.json +22 -0
  579. data/lib/demo_tape/themes/adventure.json +22 -0
  580. data/lib/demo_tape/themes/adventure_time.json +22 -0
  581. data/lib/demo_tape/themes/afterglow.json +22 -0
  582. data/lib/demo_tape/themes/alabaster.json +22 -0
  583. data/lib/demo_tape/themes/alien_blood.json +22 -0
  584. data/lib/demo_tape/themes/andromeda.json +22 -0
  585. data/lib/demo_tape/themes/apple_classic.json +22 -0
  586. data/lib/demo_tape/themes/apple_system_colors.json +22 -0
  587. data/lib/demo_tape/themes/arcoiris.json +22 -0
  588. data/lib/demo_tape/themes/argonaut.json +22 -0
  589. data/lib/demo_tape/themes/arthur.json +22 -0
  590. data/lib/demo_tape/themes/atelier_sulphurpool.json +22 -0
  591. data/lib/demo_tape/themes/atom.json +22 -0
  592. data/lib/demo_tape/themes/atom_one_light.json +22 -0
  593. data/lib/demo_tape/themes/aurora.json +22 -0
  594. data/lib/demo_tape/themes/ayu.json +22 -0
  595. data/lib/demo_tape/themes/ayu_light.json +22 -0
  596. data/lib/demo_tape/themes/ayu_mirage.json +22 -0
  597. data/lib/demo_tape/themes/banana_blueberry.json +22 -0
  598. data/lib/demo_tape/themes/batman.json +22 -0
  599. data/lib/demo_tape/themes/belafonte_day.json +22 -0
  600. data/lib/demo_tape/themes/belafonte_night.json +22 -0
  601. data/lib/demo_tape/themes/birds_of_paradise.json +22 -0
  602. data/lib/demo_tape/themes/blazer.json +22 -0
  603. data/lib/demo_tape/themes/blue_berry_pie.json +22 -0
  604. data/lib/demo_tape/themes/blue_dolphin.json +22 -0
  605. data/lib/demo_tape/themes/blue_matrix.json +22 -0
  606. data/lib/demo_tape/themes/bluloco_dark.json +22 -0
  607. data/lib/demo_tape/themes/bluloco_light.json +22 -0
  608. data/lib/demo_tape/themes/borland.json +22 -0
  609. data/lib/demo_tape/themes/breeze.json +22 -0
  610. data/lib/demo_tape/themes/bright_lights.json +22 -0
  611. data/lib/demo_tape/themes/broadcast.json +22 -0
  612. data/lib/demo_tape/themes/brogrammer.json +22 -0
  613. data/lib/demo_tape/themes/bubbles.json +22 -0
  614. data/lib/demo_tape/themes/builtin_dark.json +22 -0
  615. data/lib/demo_tape/themes/builtin_light.json +22 -0
  616. data/lib/demo_tape/themes/builtin_pastel_dark.json +22 -0
  617. data/lib/demo_tape/themes/builtin_solarized_dark.json +22 -0
  618. data/lib/demo_tape/themes/builtin_solarized_light.json +22 -0
  619. data/lib/demo_tape/themes/builtin_tango_dark.json +22 -0
  620. data/lib/demo_tape/themes/builtin_tango_light.json +22 -0
  621. data/lib/demo_tape/themes/c64.json +22 -0
  622. data/lib/demo_tape/themes/calamity.json +22 -0
  623. data/lib/demo_tape/themes/catppuccin_frappe.json +22 -0
  624. data/lib/demo_tape/themes/catppuccin_latte.json +22 -0
  625. data/lib/demo_tape/themes/catppuccin_macchiato.json +22 -0
  626. data/lib/demo_tape/themes/catppuccin_mocha.json +22 -0
  627. data/lib/demo_tape/themes/cga.json +22 -0
  628. data/lib/demo_tape/themes/chalk.json +22 -0
  629. data/lib/demo_tape/themes/chalkboard.json +22 -0
  630. data/lib/demo_tape/themes/challenger_deep.json +22 -0
  631. data/lib/demo_tape/themes/chester.json +22 -0
  632. data/lib/demo_tape/themes/ciapre.json +22 -0
  633. data/lib/demo_tape/themes/clrs.json +22 -0
  634. data/lib/demo_tape/themes/cobalt2.json +22 -0
  635. data/lib/demo_tape/themes/cobalt_neon.json +22 -0
  636. data/lib/demo_tape/themes/coffee_theme.json +22 -0
  637. data/lib/demo_tape/themes/contrast_light.json +22 -0
  638. data/lib/demo_tape/themes/coolnight.json +22 -0
  639. data/lib/demo_tape/themes/crayon_pony_fish.json +22 -0
  640. data/lib/demo_tape/themes/crystal_violet.json +22 -0
  641. data/lib/demo_tape/themes/cutie_pro.json +22 -0
  642. data/lib/demo_tape/themes/cyber_cube.json +22 -0
  643. data/lib/demo_tape/themes/cyber_punk2077.json +22 -0
  644. data/lib/demo_tape/themes/cyberdyne.json +22 -0
  645. data/lib/demo_tape/themes/cyberpunk.json +22 -0
  646. data/lib/demo_tape/themes/dark_pastel.json +22 -0
  647. data/lib/demo_tape/themes/dark_plus.json +22 -0
  648. data/lib/demo_tape/themes/darkermatrix.json +22 -0
  649. data/lib/demo_tape/themes/darkmatrix.json +22 -0
  650. data/lib/demo_tape/themes/darkside.json +22 -0
  651. data/lib/demo_tape/themes/dayfox.json +22 -0
  652. data/lib/demo_tape/themes/deep.json +22 -0
  653. data/lib/demo_tape/themes/default_dark.json +22 -0
  654. data/lib/demo_tape/themes/default_light.json +22 -0
  655. data/lib/demo_tape/themes/desert.json +22 -0
  656. data/lib/demo_tape/themes/dimmed_monokai.json +22 -0
  657. data/lib/demo_tape/themes/django.json +22 -0
  658. data/lib/demo_tape/themes/django_reborn_again.json +22 -0
  659. data/lib/demo_tape/themes/django_smooth.json +22 -0
  660. data/lib/demo_tape/themes/doom_one.json +22 -0
  661. data/lib/demo_tape/themes/doom_peacock.json +22 -0
  662. data/lib/demo_tape/themes/dot_gov.json +22 -0
  663. data/lib/demo_tape/themes/dracula.json +22 -0
  664. data/lib/demo_tape/themes/dracula_plus.json +21 -0
  665. data/lib/demo_tape/themes/duckbones.json +22 -0
  666. data/lib/demo_tape/themes/duotone_dark.json +22 -0
  667. data/lib/demo_tape/themes/earthsong.json +22 -0
  668. data/lib/demo_tape/themes/elemental.json +22 -0
  669. data/lib/demo_tape/themes/elementary.json +22 -0
  670. data/lib/demo_tape/themes/encom.json +22 -0
  671. data/lib/demo_tape/themes/espresso.json +22 -0
  672. data/lib/demo_tape/themes/espresso_libre.json +22 -0
  673. data/lib/demo_tape/themes/everblush.json +22 -0
  674. data/lib/demo_tape/themes/fahrenheit.json +22 -0
  675. data/lib/demo_tape/themes/fairyfloss.json +22 -0
  676. data/lib/demo_tape/themes/farmhouse_dark.json +22 -0
  677. data/lib/demo_tape/themes/farmhouse_light.json +22 -0
  678. data/lib/demo_tape/themes/fideloper.json +22 -0
  679. data/lib/demo_tape/themes/firefly_traditional.json +22 -0
  680. data/lib/demo_tape/themes/firefox_dev.json +22 -0
  681. data/lib/demo_tape/themes/firewatch.json +22 -0
  682. data/lib/demo_tape/themes/fish_tank.json +22 -0
  683. data/lib/demo_tape/themes/flat.json +22 -0
  684. data/lib/demo_tape/themes/flatland.json +22 -0
  685. data/lib/demo_tape/themes/flexoki_dark.json +22 -0
  686. data/lib/demo_tape/themes/flexoki_light.json +22 -0
  687. data/lib/demo_tape/themes/floraverse.json +22 -0
  688. data/lib/demo_tape/themes/forest_blue.json +22 -0
  689. data/lib/demo_tape/themes/framer.json +22 -0
  690. data/lib/demo_tape/themes/front_end_delight.json +22 -0
  691. data/lib/demo_tape/themes/fun_forrest.json +22 -0
  692. data/lib/demo_tape/themes/galaxy.json +22 -0
  693. data/lib/demo_tape/themes/galizur.json +22 -0
  694. data/lib/demo_tape/themes/ganyu.json +22 -0
  695. data/lib/demo_tape/themes/git_hub_dark.json +22 -0
  696. data/lib/demo_tape/themes/github.json +22 -0
  697. data/lib/demo_tape/themes/glacier.json +22 -0
  698. data/lib/demo_tape/themes/glorious.json +21 -0
  699. data/lib/demo_tape/themes/grape.json +22 -0
  700. data/lib/demo_tape/themes/grass.json +22 -0
  701. data/lib/demo_tape/themes/grey_green.json +22 -0
  702. data/lib/demo_tape/themes/gruvbox_dark.json +22 -0
  703. data/lib/demo_tape/themes/gruvbox_dark_hard.json +22 -0
  704. data/lib/demo_tape/themes/gruvbox_light.json +22 -0
  705. data/lib/demo_tape/themes/guezwhoz.json +22 -0
  706. data/lib/demo_tape/themes/h4rithd.json +22 -0
  707. data/lib/demo_tape/themes/h4rithd_com.json +22 -0
  708. data/lib/demo_tape/themes/ha_x0_r_blue.json +22 -0
  709. data/lib/demo_tape/themes/ha_x0_r_gr33_n.json +22 -0
  710. data/lib/demo_tape/themes/ha_x0_r_r3_d.json +22 -0
  711. data/lib/demo_tape/themes/hacktober.json +22 -0
  712. data/lib/demo_tape/themes/hardcore.json +22 -0
  713. data/lib/demo_tape/themes/harper.json +22 -0
  714. data/lib/demo_tape/themes/highway.json +22 -0
  715. data/lib/demo_tape/themes/hipster_green.json +22 -0
  716. data/lib/demo_tape/themes/hivacruz.json +22 -0
  717. data/lib/demo_tape/themes/homebrew.json +22 -0
  718. data/lib/demo_tape/themes/hopscotch.json +22 -0
  719. data/lib/demo_tape/themes/hopscotch_256.json +22 -0
  720. data/lib/demo_tape/themes/horizon.json +21 -0
  721. data/lib/demo_tape/themes/hurtado.json +22 -0
  722. data/lib/demo_tape/themes/hybrid.json +22 -0
  723. data/lib/demo_tape/themes/hyper.json +22 -0
  724. data/lib/demo_tape/themes/ic_green_ppl.json +22 -0
  725. data/lib/demo_tape/themes/ic_orange_ppl.json +22 -0
  726. data/lib/demo_tape/themes/iceberg_dark.json +22 -0
  727. data/lib/demo_tape/themes/iceberg_light.json +22 -0
  728. data/lib/demo_tape/themes/idea.json +22 -0
  729. data/lib/demo_tape/themes/idle_toes.json +22 -0
  730. data/lib/demo_tape/themes/ir_black.json +22 -0
  731. data/lib/demo_tape/themes/iterm2_dark_background.json +22 -0
  732. data/lib/demo_tape/themes/iterm2_default.json +22 -0
  733. data/lib/demo_tape/themes/iterm2_light_background.json +22 -0
  734. data/lib/demo_tape/themes/iterm2_pastel_dark_background.json +22 -0
  735. data/lib/demo_tape/themes/iterm2_smoooooth.json +22 -0
  736. data/lib/demo_tape/themes/iterm2_solarized_dark.json +22 -0
  737. data/lib/demo_tape/themes/iterm2_solarized_light.json +22 -0
  738. data/lib/demo_tape/themes/iterm2_tango_dark.json +22 -0
  739. data/lib/demo_tape/themes/iterm2_tango_light.json +22 -0
  740. data/lib/demo_tape/themes/jackie_brown.json +22 -0
  741. data/lib/demo_tape/themes/japanesque.json +22 -0
  742. data/lib/demo_tape/themes/jellybeans.json +22 -0
  743. data/lib/demo_tape/themes/jet_brains_darcula.json +22 -0
  744. data/lib/demo_tape/themes/jubi.json +22 -0
  745. data/lib/demo_tape/themes/juicy_colors.json +22 -0
  746. data/lib/demo_tape/themes/kanagawa.json +22 -0
  747. data/lib/demo_tape/themes/kanagawabones.json +22 -0
  748. data/lib/demo_tape/themes/kibble.json +22 -0
  749. data/lib/demo_tape/themes/kolorit.json +22 -0
  750. data/lib/demo_tape/themes/konsolas.json +22 -0
  751. data/lib/demo_tape/themes/lab_fox.json +22 -0
  752. data/lib/demo_tape/themes/laser.json +22 -0
  753. data/lib/demo_tape/themes/later_this_evening.json +22 -0
  754. data/lib/demo_tape/themes/lavandula.json +22 -0
  755. data/lib/demo_tape/themes/liquid_carbon.json +22 -0
  756. data/lib/demo_tape/themes/liquid_carbon_transparent.json +22 -0
  757. data/lib/demo_tape/themes/liquid_carbon_transparent_inverse.json +22 -0
  758. data/lib/demo_tape/themes/lovelace.json +22 -0
  759. data/lib/demo_tape/themes/man_page.json +22 -0
  760. data/lib/demo_tape/themes/mariana.json +22 -0
  761. data/lib/demo_tape/themes/material.json +22 -0
  762. data/lib/demo_tape/themes/material_dark.json +22 -0
  763. data/lib/demo_tape/themes/material_darker.json +22 -0
  764. data/lib/demo_tape/themes/material_design_colors.json +22 -0
  765. data/lib/demo_tape/themes/material_ocean.json +22 -0
  766. data/lib/demo_tape/themes/mathias.json +22 -0
  767. data/lib/demo_tape/themes/matrix.json +22 -0
  768. data/lib/demo_tape/themes/medallion.json +22 -0
  769. data/lib/demo_tape/themes/mellifluous.json +22 -0
  770. data/lib/demo_tape/themes/midnight_in_mojave.json +22 -0
  771. data/lib/demo_tape/themes/mirage.json +22 -0
  772. data/lib/demo_tape/themes/misterioso.json +22 -0
  773. data/lib/demo_tape/themes/molokai.json +22 -0
  774. data/lib/demo_tape/themes/mona_lisa.json +22 -0
  775. data/lib/demo_tape/themes/monokai_cmder.json +22 -0
  776. data/lib/demo_tape/themes/monokai_pro.json +22 -0
  777. data/lib/demo_tape/themes/monokai_pro_filter_octagon.json +21 -0
  778. data/lib/demo_tape/themes/monokai_pro_filter_ristretto.json +22 -0
  779. data/lib/demo_tape/themes/monokai_remastered.json +22 -0
  780. data/lib/demo_tape/themes/monokai_soda.json +22 -0
  781. data/lib/demo_tape/themes/monokai_vivid.json +22 -0
  782. data/lib/demo_tape/themes/moonlight_ii.json +21 -0
  783. data/lib/demo_tape/themes/n0tch2k.json +22 -0
  784. data/lib/demo_tape/themes/neobones_dark.json +22 -0
  785. data/lib/demo_tape/themes/neobones_light.json +22 -0
  786. data/lib/demo_tape/themes/neon.json +22 -0
  787. data/lib/demo_tape/themes/neopolitan.json +22 -0
  788. data/lib/demo_tape/themes/neutron.json +22 -0
  789. data/lib/demo_tape/themes/night_city.json +22 -0
  790. data/lib/demo_tape/themes/night_lion_v1.json +22 -0
  791. data/lib/demo_tape/themes/night_lion_v2.json +22 -0
  792. data/lib/demo_tape/themes/night_owlish_light.json +22 -0
  793. data/lib/demo_tape/themes/nightfox.json +22 -0
  794. data/lib/demo_tape/themes/niji.json +22 -0
  795. data/lib/demo_tape/themes/nocturnal_winter.json +22 -0
  796. data/lib/demo_tape/themes/nord.json +22 -0
  797. data/lib/demo_tape/themes/nord_light.json +22 -0
  798. data/lib/demo_tape/themes/novel.json +22 -0
  799. data/lib/demo_tape/themes/nvim_dark.json +22 -0
  800. data/lib/demo_tape/themes/nvim_light.json +22 -0
  801. data/lib/demo_tape/themes/obsidian.json +22 -0
  802. data/lib/demo_tape/themes/ocean.json +22 -0
  803. data/lib/demo_tape/themes/oceanic_material.json +22 -0
  804. data/lib/demo_tape/themes/oceanic_next.json +22 -0
  805. data/lib/demo_tape/themes/ollie.json +22 -0
  806. data/lib/demo_tape/themes/one_dark.json +21 -0
  807. data/lib/demo_tape/themes/one_half_dark.json +22 -0
  808. data/lib/demo_tape/themes/one_half_light.json +22 -0
  809. data/lib/demo_tape/themes/one_star.json +21 -0
  810. data/lib/demo_tape/themes/operator_mono_dark.json +22 -0
  811. data/lib/demo_tape/themes/overnight_slumber.json +22 -0
  812. data/lib/demo_tape/themes/pale_night_hc.json +22 -0
  813. data/lib/demo_tape/themes/pandora.json +22 -0
  814. data/lib/demo_tape/themes/paraiso_dark.json +22 -0
  815. data/lib/demo_tape/themes/paul_millr.json +22 -0
  816. data/lib/demo_tape/themes/pencil_dark.json +22 -0
  817. data/lib/demo_tape/themes/pencil_light.json +22 -0
  818. data/lib/demo_tape/themes/peppermint.json +22 -0
  819. data/lib/demo_tape/themes/piatto_light.json +22 -0
  820. data/lib/demo_tape/themes/pnevma.json +22 -0
  821. data/lib/demo_tape/themes/popping_and_locking.json +22 -0
  822. data/lib/demo_tape/themes/primary.json +22 -0
  823. data/lib/demo_tape/themes/primer.json +21 -0
  824. data/lib/demo_tape/themes/pro.json +22 -0
  825. data/lib/demo_tape/themes/pro_light.json +22 -0
  826. data/lib/demo_tape/themes/purple_rain.json +22 -0
  827. data/lib/demo_tape/themes/purplepeter.json +22 -0
  828. data/lib/demo_tape/themes/qb64_super_dark_blue.json +22 -0
  829. data/lib/demo_tape/themes/rapture.json +22 -0
  830. data/lib/demo_tape/themes/raycast_dark.json +22 -0
  831. data/lib/demo_tape/themes/raycast_light.json +22 -0
  832. data/lib/demo_tape/themes/rebecca.json +22 -0
  833. data/lib/demo_tape/themes/red_alert.json +22 -0
  834. data/lib/demo_tape/themes/red_planet.json +22 -0
  835. data/lib/demo_tape/themes/red_sands.json +22 -0
  836. data/lib/demo_tape/themes/relaxed.json +22 -0
  837. data/lib/demo_tape/themes/retro.json +22 -0
  838. data/lib/demo_tape/themes/retrowave.json +21 -0
  839. data/lib/demo_tape/themes/rippedcasts.json +22 -0
  840. data/lib/demo_tape/themes/rose_pine.json +22 -0
  841. data/lib/demo_tape/themes/rose_pine_dawn.json +22 -0
  842. data/lib/demo_tape/themes/rose_pine_moon.json +22 -0
  843. data/lib/demo_tape/themes/rouge_2.json +22 -0
  844. data/lib/demo_tape/themes/royal.json +22 -0
  845. data/lib/demo_tape/themes/ryuuko.json +22 -0
  846. data/lib/demo_tape/themes/sakura.json +22 -0
  847. data/lib/demo_tape/themes/scarlet_protocol.json +22 -0
  848. data/lib/demo_tape/themes/sea_shells.json +22 -0
  849. data/lib/demo_tape/themes/seafoam_pastel.json +22 -0
  850. data/lib/demo_tape/themes/seoulbones_dark.json +22 -0
  851. data/lib/demo_tape/themes/seoulbones_light.json +22 -0
  852. data/lib/demo_tape/themes/serendipity_midnight.json +22 -0
  853. data/lib/demo_tape/themes/serendipity_morning.json +22 -0
  854. data/lib/demo_tape/themes/serendipity_sunset.json +22 -0
  855. data/lib/demo_tape/themes/seti.json +22 -0
  856. data/lib/demo_tape/themes/shades_of_purple.json +22 -0
  857. data/lib/demo_tape/themes/shaman.json +22 -0
  858. data/lib/demo_tape/themes/slate.json +22 -0
  859. data/lib/demo_tape/themes/sleepy_hollow.json +22 -0
  860. data/lib/demo_tape/themes/smyck.json +22 -0
  861. data/lib/demo_tape/themes/snazzy.json +22 -0
  862. data/lib/demo_tape/themes/soft_server.json +22 -0
  863. data/lib/demo_tape/themes/solarized_darcula.json +22 -0
  864. data/lib/demo_tape/themes/solarized_dark_higher_contrast.json +22 -0
  865. data/lib/demo_tape/themes/solarized_dark_patched.json +22 -0
  866. data/lib/demo_tape/themes/sonoran_gothic.json +21 -0
  867. data/lib/demo_tape/themes/sonoran_sunrise.json +22 -0
  868. data/lib/demo_tape/themes/space_gray.json +22 -0
  869. data/lib/demo_tape/themes/space_gray_eighties.json +22 -0
  870. data/lib/demo_tape/themes/space_gray_eighties_dull.json +22 -0
  871. data/lib/demo_tape/themes/spacedust.json +22 -0
  872. data/lib/demo_tape/themes/spiderman.json +22 -0
  873. data/lib/demo_tape/themes/spring.json +22 -0
  874. data/lib/demo_tape/themes/square.json +22 -0
  875. data/lib/demo_tape/themes/sublette.json +22 -0
  876. data/lib/demo_tape/themes/subliminal.json +22 -0
  877. data/lib/demo_tape/themes/sundried.json +22 -0
  878. data/lib/demo_tape/themes/symfonic.json +22 -0
  879. data/lib/demo_tape/themes/synthwave.json +22 -0
  880. data/lib/demo_tape/themes/synthwave_alpha.json +22 -0
  881. data/lib/demo_tape/themes/synthwave_everything.json +22 -0
  882. data/lib/demo_tape/themes/tango_adapted.json +22 -0
  883. data/lib/demo_tape/themes/tango_half_adapted.json +22 -0
  884. data/lib/demo_tape/themes/teerb.json +22 -0
  885. data/lib/demo_tape/themes/terafox.json +22 -0
  886. data/lib/demo_tape/themes/terminal_basic.json +22 -0
  887. data/lib/demo_tape/themes/thayer_bright.json +22 -0
  888. data/lib/demo_tape/themes/the_hulk.json +22 -0
  889. data/lib/demo_tape/themes/tinacious_design_dark.json +22 -0
  890. data/lib/demo_tape/themes/tinacious_design_light.json +22 -0
  891. data/lib/demo_tape/themes/tokyo_night.json +21 -0
  892. data/lib/demo_tape/themes/tokyo_night_light.json +21 -0
  893. data/lib/demo_tape/themes/tokyo_night_storm.json +21 -0
  894. data/lib/demo_tape/themes/tokyonight.json +22 -0
  895. data/lib/demo_tape/themes/tokyonight_day.json +22 -0
  896. data/lib/demo_tape/themes/tokyonight_storm.json +22 -0
  897. data/lib/demo_tape/themes/tomorrow.json +22 -0
  898. data/lib/demo_tape/themes/tomorrow_night.json +22 -0
  899. data/lib/demo_tape/themes/tomorrow_night_blue.json +22 -0
  900. data/lib/demo_tape/themes/tomorrow_night_bright.json +22 -0
  901. data/lib/demo_tape/themes/tomorrow_night_burns.json +22 -0
  902. data/lib/demo_tape/themes/tomorrow_night_eighties.json +22 -0
  903. data/lib/demo_tape/themes/toy_chest.json +22 -0
  904. data/lib/demo_tape/themes/treehouse.json +22 -0
  905. data/lib/demo_tape/themes/twilight.json +22 -0
  906. data/lib/demo_tape/themes/ubuntu.json +22 -0
  907. data/lib/demo_tape/themes/ultra_dark.json +22 -0
  908. data/lib/demo_tape/themes/ultra_violent.json +22 -0
  909. data/lib/demo_tape/themes/under_the_sea.json +22 -0
  910. data/lib/demo_tape/themes/unholy.json +22 -0
  911. data/lib/demo_tape/themes/unikitty.json +22 -0
  912. data/lib/demo_tape/themes/urple.json +22 -0
  913. data/lib/demo_tape/themes/vaughn.json +22 -0
  914. data/lib/demo_tape/themes/vesper.json +22 -0
  915. data/lib/demo_tape/themes/vibrant_ink.json +22 -0
  916. data/lib/demo_tape/themes/vimbones.json +22 -0
  917. data/lib/demo_tape/themes/violet_dark.json +22 -0
  918. data/lib/demo_tape/themes/violet_light.json +22 -0
  919. data/lib/demo_tape/themes/warm_neon.json +22 -0
  920. data/lib/demo_tape/themes/wez.json +22 -0
  921. data/lib/demo_tape/themes/whimsy.json +22 -0
  922. data/lib/demo_tape/themes/wild_cherry.json +22 -0
  923. data/lib/demo_tape/themes/wilmersdorf.json +22 -0
  924. data/lib/demo_tape/themes/wombat.json +22 -0
  925. data/lib/demo_tape/themes/wryan.json +22 -0
  926. data/lib/demo_tape/themes/zenbones.json +22 -0
  927. data/lib/demo_tape/themes/zenbones_dark.json +22 -0
  928. data/lib/demo_tape/themes/zenbones_light.json +22 -0
  929. data/lib/demo_tape/themes/zenburn.json +22 -0
  930. data/lib/demo_tape/themes/zenburned.json +22 -0
  931. data/lib/demo_tape/themes/zenwritten_dark.json +22 -0
  932. data/lib/demo_tape/themes/zenwritten_light.json +22 -0
  933. data/lib/demo_tape/themes/zeonica.json +22 -0
  934. data/lib/demo_tape/token.rb +24 -0
  935. data/lib/demo_tape/ttyd.rb +74 -0
  936. data/lib/demo_tape/version.rb +5 -0
  937. data/lib/demo_tape.rb +30 -0
  938. data/lib/demotape.rb +3 -0
  939. metadata +1209 -0
@@ -0,0 +1,1803 @@
1
+ {
2
+ "products": [
3
+ {
4
+ "id": 1,
5
+ "title": "Essence Mascara Lash Princess",
6
+ "description": "The Essence Mascara Lash Princess is a popular mascara known for its volumizing and lengthening effects. Achieve dramatic lashes with this long-lasting and cruelty-free formula.",
7
+ "category": "beauty",
8
+ "price": 9.99,
9
+ "discountPercentage": 10.48,
10
+ "rating": 2.56,
11
+ "stock": 99,
12
+ "tags": [
13
+ "beauty",
14
+ "mascara"
15
+ ],
16
+ "brand": "Essence",
17
+ "sku": "BEA-ESS-ESS-001",
18
+ "weight": 4,
19
+ "dimensions": {
20
+ "width": 15.14,
21
+ "height": 13.08,
22
+ "depth": 22.99
23
+ },
24
+ "warrantyInformation": "1 week warranty",
25
+ "shippingInformation": "Ships in 3-5 business days",
26
+ "availabilityStatus": "In Stock",
27
+ "reviews": [
28
+ {
29
+ "rating": 3,
30
+ "comment": "Would not recommend!",
31
+ "date": "2025-04-30T09:41:02.053Z",
32
+ "reviewerName": "Eleanor Collins",
33
+ "reviewerEmail": "eleanor.collins@x.dummyjson.com"
34
+ },
35
+ {
36
+ "rating": 4,
37
+ "comment": "Very satisfied!",
38
+ "date": "2025-04-30T09:41:02.053Z",
39
+ "reviewerName": "Lucas Gordon",
40
+ "reviewerEmail": "lucas.gordon@x.dummyjson.com"
41
+ },
42
+ {
43
+ "rating": 5,
44
+ "comment": "Highly impressed!",
45
+ "date": "2025-04-30T09:41:02.053Z",
46
+ "reviewerName": "Eleanor Collins",
47
+ "reviewerEmail": "eleanor.collins@x.dummyjson.com"
48
+ }
49
+ ],
50
+ "returnPolicy": "No return policy",
51
+ "minimumOrderQuantity": 48,
52
+ "meta": {
53
+ "createdAt": "2025-04-30T09:41:02.053Z",
54
+ "updatedAt": "2025-04-30T09:41:02.053Z",
55
+ "barcode": "5784719087687",
56
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
57
+ },
58
+ "images": [
59
+ "https://cdn.dummyjson.com/product-images/beauty/essence-mascara-lash-princess/1.webp"
60
+ ],
61
+ "thumbnail": "https://cdn.dummyjson.com/product-images/beauty/essence-mascara-lash-princess/thumbnail.webp"
62
+ },
63
+ {
64
+ "id": 2,
65
+ "title": "Eyeshadow Palette with Mirror",
66
+ "description": "The Eyeshadow Palette with Mirror offers a versatile range of eyeshadow shades for creating stunning eye looks. With a built-in mirror, it's convenient for on-the-go makeup application.",
67
+ "category": "beauty",
68
+ "price": 19.99,
69
+ "discountPercentage": 18.19,
70
+ "rating": 2.86,
71
+ "stock": 34,
72
+ "tags": [
73
+ "beauty",
74
+ "eyeshadow"
75
+ ],
76
+ "brand": "Glamour Beauty",
77
+ "sku": "BEA-GLA-EYE-002",
78
+ "weight": 9,
79
+ "dimensions": {
80
+ "width": 9.26,
81
+ "height": 22.47,
82
+ "depth": 27.67
83
+ },
84
+ "warrantyInformation": "1 year warranty",
85
+ "shippingInformation": "Ships in 2 weeks",
86
+ "availabilityStatus": "In Stock",
87
+ "reviews": [
88
+ {
89
+ "rating": 5,
90
+ "comment": "Great product!",
91
+ "date": "2025-04-30T09:41:02.053Z",
92
+ "reviewerName": "Savannah Gomez",
93
+ "reviewerEmail": "savannah.gomez@x.dummyjson.com"
94
+ },
95
+ {
96
+ "rating": 4,
97
+ "comment": "Awesome product!",
98
+ "date": "2025-04-30T09:41:02.053Z",
99
+ "reviewerName": "Christian Perez",
100
+ "reviewerEmail": "christian.perez@x.dummyjson.com"
101
+ },
102
+ {
103
+ "rating": 1,
104
+ "comment": "Poor quality!",
105
+ "date": "2025-04-30T09:41:02.053Z",
106
+ "reviewerName": "Nicholas Bailey",
107
+ "reviewerEmail": "nicholas.bailey@x.dummyjson.com"
108
+ }
109
+ ],
110
+ "returnPolicy": "7 days return policy",
111
+ "minimumOrderQuantity": 20,
112
+ "meta": {
113
+ "createdAt": "2025-04-30T09:41:02.053Z",
114
+ "updatedAt": "2025-04-30T09:41:02.053Z",
115
+ "barcode": "9170275171413",
116
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
117
+ },
118
+ "images": [
119
+ "https://cdn.dummyjson.com/product-images/beauty/eyeshadow-palette-with-mirror/1.webp"
120
+ ],
121
+ "thumbnail": "https://cdn.dummyjson.com/product-images/beauty/eyeshadow-palette-with-mirror/thumbnail.webp"
122
+ },
123
+ {
124
+ "id": 3,
125
+ "title": "Powder Canister",
126
+ "description": "The Powder Canister is a finely milled setting powder designed to set makeup and control shine. With a lightweight and translucent formula, it provides a smooth and matte finish.",
127
+ "category": "beauty",
128
+ "price": 14.99,
129
+ "discountPercentage": 9.84,
130
+ "rating": 4.64,
131
+ "stock": 89,
132
+ "tags": [
133
+ "beauty",
134
+ "face powder"
135
+ ],
136
+ "brand": "Velvet Touch",
137
+ "sku": "BEA-VEL-POW-003",
138
+ "weight": 8,
139
+ "dimensions": {
140
+ "width": 29.27,
141
+ "height": 27.93,
142
+ "depth": 20.59
143
+ },
144
+ "warrantyInformation": "3 months warranty",
145
+ "shippingInformation": "Ships in 1-2 business days",
146
+ "availabilityStatus": "In Stock",
147
+ "reviews": [
148
+ {
149
+ "rating": 4,
150
+ "comment": "Would buy again!",
151
+ "date": "2025-04-30T09:41:02.053Z",
152
+ "reviewerName": "Alexander Jones",
153
+ "reviewerEmail": "alexander.jones@x.dummyjson.com"
154
+ },
155
+ {
156
+ "rating": 5,
157
+ "comment": "Highly impressed!",
158
+ "date": "2025-04-30T09:41:02.053Z",
159
+ "reviewerName": "Elijah Cruz",
160
+ "reviewerEmail": "elijah.cruz@x.dummyjson.com"
161
+ },
162
+ {
163
+ "rating": 1,
164
+ "comment": "Very dissatisfied!",
165
+ "date": "2025-04-30T09:41:02.053Z",
166
+ "reviewerName": "Avery Perez",
167
+ "reviewerEmail": "avery.perez@x.dummyjson.com"
168
+ }
169
+ ],
170
+ "returnPolicy": "No return policy",
171
+ "minimumOrderQuantity": 22,
172
+ "meta": {
173
+ "createdAt": "2025-04-30T09:41:02.053Z",
174
+ "updatedAt": "2025-04-30T09:41:02.053Z",
175
+ "barcode": "8418883906837",
176
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
177
+ },
178
+ "images": [
179
+ "https://cdn.dummyjson.com/product-images/beauty/powder-canister/1.webp"
180
+ ],
181
+ "thumbnail": "https://cdn.dummyjson.com/product-images/beauty/powder-canister/thumbnail.webp"
182
+ },
183
+ {
184
+ "id": 4,
185
+ "title": "Red Lipstick",
186
+ "description": "The Red Lipstick is a classic and bold choice for adding a pop of color to your lips. With a creamy and pigmented formula, it provides a vibrant and long-lasting finish.",
187
+ "category": "beauty",
188
+ "price": 12.99,
189
+ "discountPercentage": 12.16,
190
+ "rating": 4.36,
191
+ "stock": 91,
192
+ "tags": [
193
+ "beauty",
194
+ "lipstick"
195
+ ],
196
+ "brand": "Chic Cosmetics",
197
+ "sku": "BEA-CHI-LIP-004",
198
+ "weight": 1,
199
+ "dimensions": {
200
+ "width": 18.11,
201
+ "height": 28.38,
202
+ "depth": 22.17
203
+ },
204
+ "warrantyInformation": "3 year warranty",
205
+ "shippingInformation": "Ships in 1 week",
206
+ "availabilityStatus": "In Stock",
207
+ "reviews": [
208
+ {
209
+ "rating": 4,
210
+ "comment": "Great product!",
211
+ "date": "2025-04-30T09:41:02.053Z",
212
+ "reviewerName": "Liam Garcia",
213
+ "reviewerEmail": "liam.garcia@x.dummyjson.com"
214
+ },
215
+ {
216
+ "rating": 5,
217
+ "comment": "Great product!",
218
+ "date": "2025-04-30T09:41:02.053Z",
219
+ "reviewerName": "Ruby Andrews",
220
+ "reviewerEmail": "ruby.andrews@x.dummyjson.com"
221
+ },
222
+ {
223
+ "rating": 5,
224
+ "comment": "Would buy again!",
225
+ "date": "2025-04-30T09:41:02.053Z",
226
+ "reviewerName": "Clara Berry",
227
+ "reviewerEmail": "clara.berry@x.dummyjson.com"
228
+ }
229
+ ],
230
+ "returnPolicy": "7 days return policy",
231
+ "minimumOrderQuantity": 40,
232
+ "meta": {
233
+ "createdAt": "2025-04-30T09:41:02.053Z",
234
+ "updatedAt": "2025-04-30T09:41:02.053Z",
235
+ "barcode": "9467746727219",
236
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
237
+ },
238
+ "images": [
239
+ "https://cdn.dummyjson.com/product-images/beauty/red-lipstick/1.webp"
240
+ ],
241
+ "thumbnail": "https://cdn.dummyjson.com/product-images/beauty/red-lipstick/thumbnail.webp"
242
+ },
243
+ {
244
+ "id": 5,
245
+ "title": "Red Nail Polish",
246
+ "description": "The Red Nail Polish offers a rich and glossy red hue for vibrant and polished nails. With a quick-drying formula, it provides a salon-quality finish at home.",
247
+ "category": "beauty",
248
+ "price": 8.99,
249
+ "discountPercentage": 11.44,
250
+ "rating": 4.32,
251
+ "stock": 79,
252
+ "tags": [
253
+ "beauty",
254
+ "nail polish"
255
+ ],
256
+ "brand": "Nail Couture",
257
+ "sku": "BEA-NAI-NAI-005",
258
+ "weight": 8,
259
+ "dimensions": {
260
+ "width": 21.63,
261
+ "height": 16.48,
262
+ "depth": 29.84
263
+ },
264
+ "warrantyInformation": "1 month warranty",
265
+ "shippingInformation": "Ships overnight",
266
+ "availabilityStatus": "In Stock",
267
+ "reviews": [
268
+ {
269
+ "rating": 2,
270
+ "comment": "Poor quality!",
271
+ "date": "2025-04-30T09:41:02.053Z",
272
+ "reviewerName": "Benjamin Wilson",
273
+ "reviewerEmail": "benjamin.wilson@x.dummyjson.com"
274
+ },
275
+ {
276
+ "rating": 5,
277
+ "comment": "Great product!",
278
+ "date": "2025-04-30T09:41:02.053Z",
279
+ "reviewerName": "Liam Smith",
280
+ "reviewerEmail": "liam.smith@x.dummyjson.com"
281
+ },
282
+ {
283
+ "rating": 1,
284
+ "comment": "Very unhappy with my purchase!",
285
+ "date": "2025-04-30T09:41:02.053Z",
286
+ "reviewerName": "Clara Berry",
287
+ "reviewerEmail": "clara.berry@x.dummyjson.com"
288
+ }
289
+ ],
290
+ "returnPolicy": "No return policy",
291
+ "minimumOrderQuantity": 22,
292
+ "meta": {
293
+ "createdAt": "2025-04-30T09:41:02.053Z",
294
+ "updatedAt": "2025-04-30T09:41:02.053Z",
295
+ "barcode": "4063010628104",
296
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
297
+ },
298
+ "images": [
299
+ "https://cdn.dummyjson.com/product-images/beauty/red-nail-polish/1.webp"
300
+ ],
301
+ "thumbnail": "https://cdn.dummyjson.com/product-images/beauty/red-nail-polish/thumbnail.webp"
302
+ },
303
+ {
304
+ "id": 6,
305
+ "title": "Calvin Klein CK One",
306
+ "description": "CK One by Calvin Klein is a classic unisex fragrance, known for its fresh and clean scent. It's a versatile fragrance suitable for everyday wear.",
307
+ "category": "fragrances",
308
+ "price": 49.99,
309
+ "discountPercentage": 1.89,
310
+ "rating": 4.37,
311
+ "stock": 29,
312
+ "tags": [
313
+ "fragrances",
314
+ "perfumes"
315
+ ],
316
+ "brand": "Calvin Klein",
317
+ "sku": "FRA-CAL-CAL-006",
318
+ "weight": 7,
319
+ "dimensions": {
320
+ "width": 29.36,
321
+ "height": 27.76,
322
+ "depth": 20.72
323
+ },
324
+ "warrantyInformation": "1 week warranty",
325
+ "shippingInformation": "Ships overnight",
326
+ "availabilityStatus": "In Stock",
327
+ "reviews": [
328
+ {
329
+ "rating": 2,
330
+ "comment": "Very disappointed!",
331
+ "date": "2025-04-30T09:41:02.053Z",
332
+ "reviewerName": "Layla Young",
333
+ "reviewerEmail": "layla.young@x.dummyjson.com"
334
+ },
335
+ {
336
+ "rating": 4,
337
+ "comment": "Fast shipping!",
338
+ "date": "2025-04-30T09:41:02.053Z",
339
+ "reviewerName": "Daniel Cook",
340
+ "reviewerEmail": "daniel.cook@x.dummyjson.com"
341
+ },
342
+ {
343
+ "rating": 3,
344
+ "comment": "Not as described!",
345
+ "date": "2025-04-30T09:41:02.053Z",
346
+ "reviewerName": "Jacob Cooper",
347
+ "reviewerEmail": "jacob.cooper@x.dummyjson.com"
348
+ }
349
+ ],
350
+ "returnPolicy": "90 days return policy",
351
+ "minimumOrderQuantity": 9,
352
+ "meta": {
353
+ "createdAt": "2025-04-30T09:41:02.053Z",
354
+ "updatedAt": "2025-04-30T09:41:02.053Z",
355
+ "barcode": "2451534060749",
356
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
357
+ },
358
+ "images": [
359
+ "https://cdn.dummyjson.com/product-images/fragrances/calvin-klein-ck-one/1.webp",
360
+ "https://cdn.dummyjson.com/product-images/fragrances/calvin-klein-ck-one/2.webp",
361
+ "https://cdn.dummyjson.com/product-images/fragrances/calvin-klein-ck-one/3.webp"
362
+ ],
363
+ "thumbnail": "https://cdn.dummyjson.com/product-images/fragrances/calvin-klein-ck-one/thumbnail.webp"
364
+ },
365
+ {
366
+ "id": 7,
367
+ "title": "Chanel Coco Noir Eau De",
368
+ "description": "Coco Noir by Chanel is an elegant and mysterious fragrance, featuring notes of grapefruit, rose, and sandalwood. Perfect for evening occasions.",
369
+ "category": "fragrances",
370
+ "price": 129.99,
371
+ "discountPercentage": 16.51,
372
+ "rating": 4.26,
373
+ "stock": 58,
374
+ "tags": [
375
+ "fragrances",
376
+ "perfumes"
377
+ ],
378
+ "brand": "Chanel",
379
+ "sku": "FRA-CHA-CHA-007",
380
+ "weight": 7,
381
+ "dimensions": {
382
+ "width": 24.5,
383
+ "height": 25.7,
384
+ "depth": 25.98
385
+ },
386
+ "warrantyInformation": "3 year warranty",
387
+ "shippingInformation": "Ships overnight",
388
+ "availabilityStatus": "In Stock",
389
+ "reviews": [
390
+ {
391
+ "rating": 4,
392
+ "comment": "Highly impressed!",
393
+ "date": "2025-04-30T09:41:02.053Z",
394
+ "reviewerName": "Ruby Andrews",
395
+ "reviewerEmail": "ruby.andrews@x.dummyjson.com"
396
+ },
397
+ {
398
+ "rating": 5,
399
+ "comment": "Awesome product!",
400
+ "date": "2025-04-30T09:41:02.053Z",
401
+ "reviewerName": "Leah Henderson",
402
+ "reviewerEmail": "leah.henderson@x.dummyjson.com"
403
+ },
404
+ {
405
+ "rating": 5,
406
+ "comment": "Very happy with my purchase!",
407
+ "date": "2025-04-30T09:41:02.053Z",
408
+ "reviewerName": "Xavier Wright",
409
+ "reviewerEmail": "xavier.wright@x.dummyjson.com"
410
+ }
411
+ ],
412
+ "returnPolicy": "No return policy",
413
+ "minimumOrderQuantity": 1,
414
+ "meta": {
415
+ "createdAt": "2025-04-30T09:41:02.053Z",
416
+ "updatedAt": "2025-04-30T09:41:02.053Z",
417
+ "barcode": "4091737746820",
418
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
419
+ },
420
+ "images": [
421
+ "https://cdn.dummyjson.com/product-images/fragrances/chanel-coco-noir-eau-de/1.webp",
422
+ "https://cdn.dummyjson.com/product-images/fragrances/chanel-coco-noir-eau-de/2.webp",
423
+ "https://cdn.dummyjson.com/product-images/fragrances/chanel-coco-noir-eau-de/3.webp"
424
+ ],
425
+ "thumbnail": "https://cdn.dummyjson.com/product-images/fragrances/chanel-coco-noir-eau-de/thumbnail.webp"
426
+ },
427
+ {
428
+ "id": 8,
429
+ "title": "Dior J'adore",
430
+ "description": "J'adore by Dior is a luxurious and floral fragrance, known for its blend of ylang-ylang, rose, and jasmine. It embodies femininity and sophistication.",
431
+ "category": "fragrances",
432
+ "price": 89.99,
433
+ "discountPercentage": 14.72,
434
+ "rating": 3.8,
435
+ "stock": 98,
436
+ "tags": [
437
+ "fragrances",
438
+ "perfumes"
439
+ ],
440
+ "brand": "Dior",
441
+ "sku": "FRA-DIO-DIO-008",
442
+ "weight": 4,
443
+ "dimensions": {
444
+ "width": 27.67,
445
+ "height": 28.28,
446
+ "depth": 11.83
447
+ },
448
+ "warrantyInformation": "1 week warranty",
449
+ "shippingInformation": "Ships in 2 weeks",
450
+ "availabilityStatus": "In Stock",
451
+ "reviews": [
452
+ {
453
+ "rating": 5,
454
+ "comment": "Great value for money!",
455
+ "date": "2025-04-30T09:41:02.053Z",
456
+ "reviewerName": "Nicholas Bailey",
457
+ "reviewerEmail": "nicholas.bailey@x.dummyjson.com"
458
+ },
459
+ {
460
+ "rating": 4,
461
+ "comment": "Great value for money!",
462
+ "date": "2025-04-30T09:41:02.053Z",
463
+ "reviewerName": "Penelope Harper",
464
+ "reviewerEmail": "penelope.harper@x.dummyjson.com"
465
+ },
466
+ {
467
+ "rating": 4,
468
+ "comment": "Great product!",
469
+ "date": "2025-04-30T09:41:02.053Z",
470
+ "reviewerName": "Emma Miller",
471
+ "reviewerEmail": "emma.miller@x.dummyjson.com"
472
+ }
473
+ ],
474
+ "returnPolicy": "7 days return policy",
475
+ "minimumOrderQuantity": 10,
476
+ "meta": {
477
+ "createdAt": "2025-04-30T09:41:02.053Z",
478
+ "updatedAt": "2025-04-30T09:41:02.053Z",
479
+ "barcode": "1445086097250",
480
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
481
+ },
482
+ "images": [
483
+ "https://cdn.dummyjson.com/product-images/fragrances/dior-j'adore/1.webp",
484
+ "https://cdn.dummyjson.com/product-images/fragrances/dior-j'adore/2.webp",
485
+ "https://cdn.dummyjson.com/product-images/fragrances/dior-j'adore/3.webp"
486
+ ],
487
+ "thumbnail": "https://cdn.dummyjson.com/product-images/fragrances/dior-j'adore/thumbnail.webp"
488
+ },
489
+ {
490
+ "id": 9,
491
+ "title": "Dolce Shine Eau de",
492
+ "description": "Dolce Shine by Dolce & Gabbana is a vibrant and fruity fragrance, featuring notes of mango, jasmine, and blonde woods. It's a joyful and youthful scent.",
493
+ "category": "fragrances",
494
+ "price": 69.99,
495
+ "discountPercentage": 0.62,
496
+ "rating": 3.96,
497
+ "stock": 4,
498
+ "tags": [
499
+ "fragrances",
500
+ "perfumes"
501
+ ],
502
+ "brand": "Dolce & Gabbana",
503
+ "sku": "FRA-DOL-DOL-009",
504
+ "weight": 6,
505
+ "dimensions": {
506
+ "width": 27.28,
507
+ "height": 29.88,
508
+ "depth": 18.3
509
+ },
510
+ "warrantyInformation": "3 year warranty",
511
+ "shippingInformation": "Ships in 1 month",
512
+ "availabilityStatus": "Low Stock",
513
+ "reviews": [
514
+ {
515
+ "rating": 4,
516
+ "comment": "Would buy again!",
517
+ "date": "2025-04-30T09:41:02.053Z",
518
+ "reviewerName": "Mateo Bennett",
519
+ "reviewerEmail": "mateo.bennett@x.dummyjson.com"
520
+ },
521
+ {
522
+ "rating": 4,
523
+ "comment": "Highly recommended!",
524
+ "date": "2025-04-30T09:41:02.053Z",
525
+ "reviewerName": "Nolan Gonzalez",
526
+ "reviewerEmail": "nolan.gonzalez@x.dummyjson.com"
527
+ },
528
+ {
529
+ "rating": 5,
530
+ "comment": "Very happy with my purchase!",
531
+ "date": "2025-04-30T09:41:02.053Z",
532
+ "reviewerName": "Aurora Lawson",
533
+ "reviewerEmail": "aurora.lawson@x.dummyjson.com"
534
+ }
535
+ ],
536
+ "returnPolicy": "7 days return policy",
537
+ "minimumOrderQuantity": 2,
538
+ "meta": {
539
+ "createdAt": "2025-04-30T09:41:02.053Z",
540
+ "updatedAt": "2025-04-30T09:41:02.053Z",
541
+ "barcode": "3023868210708",
542
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
543
+ },
544
+ "images": [
545
+ "https://cdn.dummyjson.com/product-images/fragrances/dolce-shine-eau-de/1.webp",
546
+ "https://cdn.dummyjson.com/product-images/fragrances/dolce-shine-eau-de/2.webp",
547
+ "https://cdn.dummyjson.com/product-images/fragrances/dolce-shine-eau-de/3.webp"
548
+ ],
549
+ "thumbnail": "https://cdn.dummyjson.com/product-images/fragrances/dolce-shine-eau-de/thumbnail.webp"
550
+ },
551
+ {
552
+ "id": 10,
553
+ "title": "Gucci Bloom Eau de",
554
+ "description": "Gucci Bloom by Gucci is a floral and captivating fragrance, with notes of tuberose, jasmine, and Rangoon creeper. It's a modern and romantic scent.",
555
+ "category": "fragrances",
556
+ "price": 79.99,
557
+ "discountPercentage": 14.39,
558
+ "rating": 2.74,
559
+ "stock": 91,
560
+ "tags": [
561
+ "fragrances",
562
+ "perfumes"
563
+ ],
564
+ "brand": "Gucci",
565
+ "sku": "FRA-GUC-GUC-010",
566
+ "weight": 7,
567
+ "dimensions": {
568
+ "width": 20.92,
569
+ "height": 21.68,
570
+ "depth": 11.2
571
+ },
572
+ "warrantyInformation": "6 months warranty",
573
+ "shippingInformation": "Ships overnight",
574
+ "availabilityStatus": "In Stock",
575
+ "reviews": [
576
+ {
577
+ "rating": 1,
578
+ "comment": "Very dissatisfied!",
579
+ "date": "2025-04-30T09:41:02.053Z",
580
+ "reviewerName": "Cameron Perez",
581
+ "reviewerEmail": "cameron.perez@x.dummyjson.com"
582
+ },
583
+ {
584
+ "rating": 5,
585
+ "comment": "Very happy with my purchase!",
586
+ "date": "2025-04-30T09:41:02.053Z",
587
+ "reviewerName": "Daniel Cook",
588
+ "reviewerEmail": "daniel.cook@x.dummyjson.com"
589
+ },
590
+ {
591
+ "rating": 4,
592
+ "comment": "Highly impressed!",
593
+ "date": "2025-04-30T09:41:02.053Z",
594
+ "reviewerName": "Addison Wright",
595
+ "reviewerEmail": "addison.wright@x.dummyjson.com"
596
+ }
597
+ ],
598
+ "returnPolicy": "No return policy",
599
+ "minimumOrderQuantity": 2,
600
+ "meta": {
601
+ "createdAt": "2025-04-30T09:41:02.053Z",
602
+ "updatedAt": "2025-04-30T09:41:02.053Z",
603
+ "barcode": "3170832177880",
604
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
605
+ },
606
+ "images": [
607
+ "https://cdn.dummyjson.com/product-images/fragrances/gucci-bloom-eau-de/1.webp",
608
+ "https://cdn.dummyjson.com/product-images/fragrances/gucci-bloom-eau-de/2.webp",
609
+ "https://cdn.dummyjson.com/product-images/fragrances/gucci-bloom-eau-de/3.webp"
610
+ ],
611
+ "thumbnail": "https://cdn.dummyjson.com/product-images/fragrances/gucci-bloom-eau-de/thumbnail.webp"
612
+ },
613
+ {
614
+ "id": 11,
615
+ "title": "Annibale Colombo Bed",
616
+ "description": "The Annibale Colombo Bed is a luxurious and elegant bed frame, crafted with high-quality materials for a comfortable and stylish bedroom.",
617
+ "category": "furniture",
618
+ "price": 1899.99,
619
+ "discountPercentage": 8.57,
620
+ "rating": 4.77,
621
+ "stock": 88,
622
+ "tags": [
623
+ "furniture",
624
+ "beds"
625
+ ],
626
+ "brand": "Annibale Colombo",
627
+ "sku": "FUR-ANN-ANN-011",
628
+ "weight": 10,
629
+ "dimensions": {
630
+ "width": 28.16,
631
+ "height": 25.36,
632
+ "depth": 17.28
633
+ },
634
+ "warrantyInformation": "1 year warranty",
635
+ "shippingInformation": "Ships in 1 month",
636
+ "availabilityStatus": "In Stock",
637
+ "reviews": [
638
+ {
639
+ "rating": 2,
640
+ "comment": "Would not recommend!",
641
+ "date": "2025-04-30T09:41:02.053Z",
642
+ "reviewerName": "Christopher West",
643
+ "reviewerEmail": "christopher.west@x.dummyjson.com"
644
+ },
645
+ {
646
+ "rating": 4,
647
+ "comment": "Highly impressed!",
648
+ "date": "2025-04-30T09:41:02.053Z",
649
+ "reviewerName": "Vivian Carter",
650
+ "reviewerEmail": "vivian.carter@x.dummyjson.com"
651
+ },
652
+ {
653
+ "rating": 1,
654
+ "comment": "Poor quality!",
655
+ "date": "2025-04-30T09:41:02.053Z",
656
+ "reviewerName": "Mason Wright",
657
+ "reviewerEmail": "mason.wright@x.dummyjson.com"
658
+ }
659
+ ],
660
+ "returnPolicy": "No return policy",
661
+ "minimumOrderQuantity": 1,
662
+ "meta": {
663
+ "createdAt": "2025-04-30T09:41:02.053Z",
664
+ "updatedAt": "2025-04-30T09:41:02.053Z",
665
+ "barcode": "3610757456581",
666
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
667
+ },
668
+ "images": [
669
+ "https://cdn.dummyjson.com/product-images/furniture/annibale-colombo-bed/1.webp",
670
+ "https://cdn.dummyjson.com/product-images/furniture/annibale-colombo-bed/2.webp",
671
+ "https://cdn.dummyjson.com/product-images/furniture/annibale-colombo-bed/3.webp"
672
+ ],
673
+ "thumbnail": "https://cdn.dummyjson.com/product-images/furniture/annibale-colombo-bed/thumbnail.webp"
674
+ },
675
+ {
676
+ "id": 12,
677
+ "title": "Annibale Colombo Sofa",
678
+ "description": "The Annibale Colombo Sofa is a sophisticated and comfortable seating option, featuring exquisite design and premium upholstery for your living room.",
679
+ "category": "furniture",
680
+ "price": 2499.99,
681
+ "discountPercentage": 14.4,
682
+ "rating": 3.92,
683
+ "stock": 60,
684
+ "tags": [
685
+ "furniture",
686
+ "sofas"
687
+ ],
688
+ "brand": "Annibale Colombo",
689
+ "sku": "FUR-ANN-ANN-012",
690
+ "weight": 6,
691
+ "dimensions": {
692
+ "width": 12.75,
693
+ "height": 20.55,
694
+ "depth": 19.06
695
+ },
696
+ "warrantyInformation": "Lifetime warranty",
697
+ "shippingInformation": "Ships in 1 week",
698
+ "availabilityStatus": "In Stock",
699
+ "reviews": [
700
+ {
701
+ "rating": 3,
702
+ "comment": "Very unhappy with my purchase!",
703
+ "date": "2025-04-30T09:41:02.053Z",
704
+ "reviewerName": "Christian Perez",
705
+ "reviewerEmail": "christian.perez@x.dummyjson.com"
706
+ },
707
+ {
708
+ "rating": 5,
709
+ "comment": "Fast shipping!",
710
+ "date": "2025-04-30T09:41:02.053Z",
711
+ "reviewerName": "Lillian Bishop",
712
+ "reviewerEmail": "lillian.bishop@x.dummyjson.com"
713
+ },
714
+ {
715
+ "rating": 1,
716
+ "comment": "Poor quality!",
717
+ "date": "2025-04-30T09:41:02.053Z",
718
+ "reviewerName": "Lillian Simmons",
719
+ "reviewerEmail": "lillian.simmons@x.dummyjson.com"
720
+ }
721
+ ],
722
+ "returnPolicy": "7 days return policy",
723
+ "minimumOrderQuantity": 1,
724
+ "meta": {
725
+ "createdAt": "2025-04-30T09:41:02.053Z",
726
+ "updatedAt": "2025-04-30T09:41:02.053Z",
727
+ "barcode": "1777662847736",
728
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
729
+ },
730
+ "images": [
731
+ "https://cdn.dummyjson.com/product-images/furniture/annibale-colombo-sofa/1.webp",
732
+ "https://cdn.dummyjson.com/product-images/furniture/annibale-colombo-sofa/2.webp",
733
+ "https://cdn.dummyjson.com/product-images/furniture/annibale-colombo-sofa/3.webp"
734
+ ],
735
+ "thumbnail": "https://cdn.dummyjson.com/product-images/furniture/annibale-colombo-sofa/thumbnail.webp"
736
+ },
737
+ {
738
+ "id": 13,
739
+ "title": "Bedside Table African Cherry",
740
+ "description": "The Bedside Table in African Cherry is a stylish and functional addition to your bedroom, providing convenient storage space and a touch of elegance.",
741
+ "category": "furniture",
742
+ "price": 299.99,
743
+ "discountPercentage": 19.09,
744
+ "rating": 2.87,
745
+ "stock": 64,
746
+ "tags": [
747
+ "furniture",
748
+ "bedside tables"
749
+ ],
750
+ "brand": "Furniture Co.",
751
+ "sku": "FUR-FUR-BED-013",
752
+ "weight": 2,
753
+ "dimensions": {
754
+ "width": 13.47,
755
+ "height": 24.99,
756
+ "depth": 27.35
757
+ },
758
+ "warrantyInformation": "5 year warranty",
759
+ "shippingInformation": "Ships overnight",
760
+ "availabilityStatus": "In Stock",
761
+ "reviews": [
762
+ {
763
+ "rating": 4,
764
+ "comment": "Excellent quality!",
765
+ "date": "2025-04-30T09:41:02.053Z",
766
+ "reviewerName": "Aaliyah Hanson",
767
+ "reviewerEmail": "aaliyah.hanson@x.dummyjson.com"
768
+ },
769
+ {
770
+ "rating": 4,
771
+ "comment": "Excellent quality!",
772
+ "date": "2025-04-30T09:41:02.053Z",
773
+ "reviewerName": "Liam Smith",
774
+ "reviewerEmail": "liam.smith@x.dummyjson.com"
775
+ },
776
+ {
777
+ "rating": 4,
778
+ "comment": "Highly recommended!",
779
+ "date": "2025-04-30T09:41:02.053Z",
780
+ "reviewerName": "Avery Barnes",
781
+ "reviewerEmail": "avery.barnes@x.dummyjson.com"
782
+ }
783
+ ],
784
+ "returnPolicy": "7 days return policy",
785
+ "minimumOrderQuantity": 3,
786
+ "meta": {
787
+ "createdAt": "2025-04-30T09:41:02.053Z",
788
+ "updatedAt": "2025-04-30T09:41:02.053Z",
789
+ "barcode": "6441287925979",
790
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
791
+ },
792
+ "images": [
793
+ "https://cdn.dummyjson.com/product-images/furniture/bedside-table-african-cherry/1.webp",
794
+ "https://cdn.dummyjson.com/product-images/furniture/bedside-table-african-cherry/2.webp",
795
+ "https://cdn.dummyjson.com/product-images/furniture/bedside-table-african-cherry/3.webp"
796
+ ],
797
+ "thumbnail": "https://cdn.dummyjson.com/product-images/furniture/bedside-table-african-cherry/thumbnail.webp"
798
+ },
799
+ {
800
+ "id": 14,
801
+ "title": "Knoll Saarinen Executive Conference Chair",
802
+ "description": "The Knoll Saarinen Executive Conference Chair is a modern and ergonomic chair, perfect for your office or conference room with its timeless design.",
803
+ "category": "furniture",
804
+ "price": 499.99,
805
+ "discountPercentage": 2.01,
806
+ "rating": 4.88,
807
+ "stock": 26,
808
+ "tags": [
809
+ "furniture",
810
+ "office chairs"
811
+ ],
812
+ "brand": "Knoll",
813
+ "sku": "FUR-KNO-KNO-014",
814
+ "weight": 10,
815
+ "dimensions": {
816
+ "width": 13.81,
817
+ "height": 7.5,
818
+ "depth": 5.62
819
+ },
820
+ "warrantyInformation": "2 year warranty",
821
+ "shippingInformation": "Ships overnight",
822
+ "availabilityStatus": "In Stock",
823
+ "reviews": [
824
+ {
825
+ "rating": 2,
826
+ "comment": "Waste of money!",
827
+ "date": "2025-04-30T09:41:02.053Z",
828
+ "reviewerName": "Ella Cook",
829
+ "reviewerEmail": "ella.cook@x.dummyjson.com"
830
+ },
831
+ {
832
+ "rating": 2,
833
+ "comment": "Very dissatisfied!",
834
+ "date": "2025-04-30T09:41:02.053Z",
835
+ "reviewerName": "Clara Berry",
836
+ "reviewerEmail": "clara.berry@x.dummyjson.com"
837
+ },
838
+ {
839
+ "rating": 5,
840
+ "comment": "Would buy again!",
841
+ "date": "2025-04-30T09:41:02.053Z",
842
+ "reviewerName": "Elena Long",
843
+ "reviewerEmail": "elena.long@x.dummyjson.com"
844
+ }
845
+ ],
846
+ "returnPolicy": "60 days return policy",
847
+ "minimumOrderQuantity": 5,
848
+ "meta": {
849
+ "createdAt": "2025-04-30T09:41:02.053Z",
850
+ "updatedAt": "2025-04-30T09:41:02.053Z",
851
+ "barcode": "8919386859966",
852
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
853
+ },
854
+ "images": [
855
+ "https://cdn.dummyjson.com/product-images/furniture/knoll-saarinen-executive-conference-chair/1.webp",
856
+ "https://cdn.dummyjson.com/product-images/furniture/knoll-saarinen-executive-conference-chair/2.webp",
857
+ "https://cdn.dummyjson.com/product-images/furniture/knoll-saarinen-executive-conference-chair/3.webp"
858
+ ],
859
+ "thumbnail": "https://cdn.dummyjson.com/product-images/furniture/knoll-saarinen-executive-conference-chair/thumbnail.webp"
860
+ },
861
+ {
862
+ "id": 15,
863
+ "title": "Wooden Bathroom Sink With Mirror",
864
+ "description": "The Wooden Bathroom Sink with Mirror is a unique and stylish addition to your bathroom, featuring a wooden sink countertop and a matching mirror.",
865
+ "category": "furniture",
866
+ "price": 799.99,
867
+ "discountPercentage": 8.8,
868
+ "rating": 3.59,
869
+ "stock": 7,
870
+ "tags": [
871
+ "furniture",
872
+ "bathroom"
873
+ ],
874
+ "brand": "Bath Trends",
875
+ "sku": "FUR-BAT-WOO-015",
876
+ "weight": 10,
877
+ "dimensions": {
878
+ "width": 7.98,
879
+ "height": 8.88,
880
+ "depth": 28.46
881
+ },
882
+ "warrantyInformation": "3 year warranty",
883
+ "shippingInformation": "Ships in 3-5 business days",
884
+ "availabilityStatus": "Low Stock",
885
+ "reviews": [
886
+ {
887
+ "rating": 4,
888
+ "comment": "Fast shipping!",
889
+ "date": "2025-04-30T09:41:02.053Z",
890
+ "reviewerName": "Logan Torres",
891
+ "reviewerEmail": "logan.torres@x.dummyjson.com"
892
+ },
893
+ {
894
+ "rating": 5,
895
+ "comment": "Very pleased!",
896
+ "date": "2025-04-30T09:41:02.053Z",
897
+ "reviewerName": "Aria Parker",
898
+ "reviewerEmail": "aria.parker@x.dummyjson.com"
899
+ },
900
+ {
901
+ "rating": 3,
902
+ "comment": "Poor quality!",
903
+ "date": "2025-04-30T09:41:02.053Z",
904
+ "reviewerName": "Dylan Wells",
905
+ "reviewerEmail": "dylan.wells@x.dummyjson.com"
906
+ }
907
+ ],
908
+ "returnPolicy": "60 days return policy",
909
+ "minimumOrderQuantity": 2,
910
+ "meta": {
911
+ "createdAt": "2025-04-30T09:41:02.053Z",
912
+ "updatedAt": "2025-04-30T09:41:02.053Z",
913
+ "barcode": "1958104402873",
914
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
915
+ },
916
+ "images": [
917
+ "https://cdn.dummyjson.com/product-images/furniture/wooden-bathroom-sink-with-mirror/1.webp",
918
+ "https://cdn.dummyjson.com/product-images/furniture/wooden-bathroom-sink-with-mirror/2.webp",
919
+ "https://cdn.dummyjson.com/product-images/furniture/wooden-bathroom-sink-with-mirror/3.webp"
920
+ ],
921
+ "thumbnail": "https://cdn.dummyjson.com/product-images/furniture/wooden-bathroom-sink-with-mirror/thumbnail.webp"
922
+ },
923
+ {
924
+ "id": 16,
925
+ "title": "Apple",
926
+ "description": "Fresh and crisp apples, perfect for snacking or incorporating into various recipes.",
927
+ "category": "groceries",
928
+ "price": 1.99,
929
+ "discountPercentage": 12.62,
930
+ "rating": 4.19,
931
+ "stock": 8,
932
+ "tags": [
933
+ "fruits"
934
+ ],
935
+ "sku": "GRO-BRD-APP-016",
936
+ "weight": 9,
937
+ "dimensions": {
938
+ "width": 13.66,
939
+ "height": 11.01,
940
+ "depth": 9.73
941
+ },
942
+ "warrantyInformation": "3 year warranty",
943
+ "shippingInformation": "Ships in 2 weeks",
944
+ "availabilityStatus": "In Stock",
945
+ "reviews": [
946
+ {
947
+ "rating": 5,
948
+ "comment": "Very satisfied!",
949
+ "date": "2025-04-30T09:41:02.053Z",
950
+ "reviewerName": "Sophia Brown",
951
+ "reviewerEmail": "sophia.brown@x.dummyjson.com"
952
+ },
953
+ {
954
+ "rating": 1,
955
+ "comment": "Very dissatisfied!",
956
+ "date": "2025-04-30T09:41:02.053Z",
957
+ "reviewerName": "Scarlett Bowman",
958
+ "reviewerEmail": "scarlett.bowman@x.dummyjson.com"
959
+ },
960
+ {
961
+ "rating": 3,
962
+ "comment": "Very unhappy with my purchase!",
963
+ "date": "2025-04-30T09:41:02.053Z",
964
+ "reviewerName": "William Gonzalez",
965
+ "reviewerEmail": "william.gonzalez@x.dummyjson.com"
966
+ }
967
+ ],
968
+ "returnPolicy": "90 days return policy",
969
+ "minimumOrderQuantity": 7,
970
+ "meta": {
971
+ "createdAt": "2025-04-30T09:41:02.053Z",
972
+ "updatedAt": "2025-04-30T09:41:02.053Z",
973
+ "barcode": "7962803553314",
974
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
975
+ },
976
+ "images": [
977
+ "https://cdn.dummyjson.com/product-images/groceries/apple/1.webp"
978
+ ],
979
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/apple/thumbnail.webp"
980
+ },
981
+ {
982
+ "id": 17,
983
+ "title": "Beef Steak",
984
+ "description": "High-quality beef steak, great for grilling or cooking to your preferred level of doneness.",
985
+ "category": "groceries",
986
+ "price": 12.99,
987
+ "discountPercentage": 9.61,
988
+ "rating": 4.47,
989
+ "stock": 86,
990
+ "tags": [
991
+ "meat"
992
+ ],
993
+ "sku": "GRO-BRD-BEE-017",
994
+ "weight": 10,
995
+ "dimensions": {
996
+ "width": 18.9,
997
+ "height": 5.77,
998
+ "depth": 18.57
999
+ },
1000
+ "warrantyInformation": "3 year warranty",
1001
+ "shippingInformation": "Ships overnight",
1002
+ "availabilityStatus": "In Stock",
1003
+ "reviews": [
1004
+ {
1005
+ "rating": 3,
1006
+ "comment": "Would not recommend!",
1007
+ "date": "2025-04-30T09:41:02.053Z",
1008
+ "reviewerName": "Eleanor Tyler",
1009
+ "reviewerEmail": "eleanor.tyler@x.dummyjson.com"
1010
+ },
1011
+ {
1012
+ "rating": 4,
1013
+ "comment": "Fast shipping!",
1014
+ "date": "2025-04-30T09:41:02.053Z",
1015
+ "reviewerName": "Alexander Jones",
1016
+ "reviewerEmail": "alexander.jones@x.dummyjson.com"
1017
+ },
1018
+ {
1019
+ "rating": 5,
1020
+ "comment": "Great value for money!",
1021
+ "date": "2025-04-30T09:41:02.053Z",
1022
+ "reviewerName": "Natalie Harris",
1023
+ "reviewerEmail": "natalie.harris@x.dummyjson.com"
1024
+ }
1025
+ ],
1026
+ "returnPolicy": "60 days return policy",
1027
+ "minimumOrderQuantity": 43,
1028
+ "meta": {
1029
+ "createdAt": "2025-04-30T09:41:02.053Z",
1030
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1031
+ "barcode": "5640063409695",
1032
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1033
+ },
1034
+ "images": [
1035
+ "https://cdn.dummyjson.com/product-images/groceries/beef-steak/1.webp"
1036
+ ],
1037
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/beef-steak/thumbnail.webp"
1038
+ },
1039
+ {
1040
+ "id": 18,
1041
+ "title": "Cat Food",
1042
+ "description": "Nutritious cat food formulated to meet the dietary needs of your feline friend.",
1043
+ "category": "groceries",
1044
+ "price": 8.99,
1045
+ "discountPercentage": 9.58,
1046
+ "rating": 3.13,
1047
+ "stock": 46,
1048
+ "tags": [
1049
+ "pet supplies",
1050
+ "cat food"
1051
+ ],
1052
+ "sku": "GRO-BRD-FOO-018",
1053
+ "weight": 10,
1054
+ "dimensions": {
1055
+ "width": 18.08,
1056
+ "height": 9.26,
1057
+ "depth": 21.86
1058
+ },
1059
+ "warrantyInformation": "1 year warranty",
1060
+ "shippingInformation": "Ships overnight",
1061
+ "availabilityStatus": "In Stock",
1062
+ "reviews": [
1063
+ {
1064
+ "rating": 3,
1065
+ "comment": "Would not recommend!",
1066
+ "date": "2025-04-30T09:41:02.053Z",
1067
+ "reviewerName": "Noah Lewis",
1068
+ "reviewerEmail": "noah.lewis@x.dummyjson.com"
1069
+ },
1070
+ {
1071
+ "rating": 3,
1072
+ "comment": "Very unhappy with my purchase!",
1073
+ "date": "2025-04-30T09:41:02.053Z",
1074
+ "reviewerName": "Ruby Andrews",
1075
+ "reviewerEmail": "ruby.andrews@x.dummyjson.com"
1076
+ },
1077
+ {
1078
+ "rating": 2,
1079
+ "comment": "Very disappointed!",
1080
+ "date": "2025-04-30T09:41:02.053Z",
1081
+ "reviewerName": "Ethan Thompson",
1082
+ "reviewerEmail": "ethan.thompson@x.dummyjson.com"
1083
+ }
1084
+ ],
1085
+ "returnPolicy": "No return policy",
1086
+ "minimumOrderQuantity": 18,
1087
+ "meta": {
1088
+ "createdAt": "2025-04-30T09:41:02.053Z",
1089
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1090
+ "barcode": "1483991328610",
1091
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1092
+ },
1093
+ "images": [
1094
+ "https://cdn.dummyjson.com/product-images/groceries/cat-food/1.webp"
1095
+ ],
1096
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/cat-food/thumbnail.webp"
1097
+ },
1098
+ {
1099
+ "id": 19,
1100
+ "title": "Chicken Meat",
1101
+ "description": "Fresh and tender chicken meat, suitable for various culinary preparations.",
1102
+ "category": "groceries",
1103
+ "price": 9.99,
1104
+ "discountPercentage": 13.7,
1105
+ "rating": 3.19,
1106
+ "stock": 97,
1107
+ "tags": [
1108
+ "meat"
1109
+ ],
1110
+ "sku": "GRO-BRD-CHI-019",
1111
+ "weight": 1,
1112
+ "dimensions": {
1113
+ "width": 11.03,
1114
+ "height": 22.11,
1115
+ "depth": 16.01
1116
+ },
1117
+ "warrantyInformation": "1 year warranty",
1118
+ "shippingInformation": "Ships in 1 month",
1119
+ "availabilityStatus": "In Stock",
1120
+ "reviews": [
1121
+ {
1122
+ "rating": 5,
1123
+ "comment": "Great product!",
1124
+ "date": "2025-04-30T09:41:02.053Z",
1125
+ "reviewerName": "Mateo Bennett",
1126
+ "reviewerEmail": "mateo.bennett@x.dummyjson.com"
1127
+ },
1128
+ {
1129
+ "rating": 4,
1130
+ "comment": "Highly recommended!",
1131
+ "date": "2025-04-30T09:41:02.053Z",
1132
+ "reviewerName": "Jackson Evans",
1133
+ "reviewerEmail": "jackson.evans@x.dummyjson.com"
1134
+ },
1135
+ {
1136
+ "rating": 3,
1137
+ "comment": "Not worth the price!",
1138
+ "date": "2025-04-30T09:41:02.053Z",
1139
+ "reviewerName": "Sadie Morales",
1140
+ "reviewerEmail": "sadie.morales@x.dummyjson.com"
1141
+ }
1142
+ ],
1143
+ "returnPolicy": "7 days return policy",
1144
+ "minimumOrderQuantity": 22,
1145
+ "meta": {
1146
+ "createdAt": "2025-04-30T09:41:02.053Z",
1147
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1148
+ "barcode": "8829514594521",
1149
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1150
+ },
1151
+ "images": [
1152
+ "https://cdn.dummyjson.com/product-images/groceries/chicken-meat/1.webp",
1153
+ "https://cdn.dummyjson.com/product-images/groceries/chicken-meat/2.webp"
1154
+ ],
1155
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/chicken-meat/thumbnail.webp"
1156
+ },
1157
+ {
1158
+ "id": 20,
1159
+ "title": "Cooking Oil",
1160
+ "description": "Versatile cooking oil suitable for frying, sautéing, and various culinary applications.",
1161
+ "category": "groceries",
1162
+ "price": 4.99,
1163
+ "discountPercentage": 9.33,
1164
+ "rating": 4.8,
1165
+ "stock": 10,
1166
+ "tags": [
1167
+ "cooking essentials"
1168
+ ],
1169
+ "sku": "GRO-BRD-COO-020",
1170
+ "weight": 5,
1171
+ "dimensions": {
1172
+ "width": 19.95,
1173
+ "height": 27.54,
1174
+ "depth": 24.86
1175
+ },
1176
+ "warrantyInformation": "Lifetime warranty",
1177
+ "shippingInformation": "Ships in 1-2 business days",
1178
+ "availabilityStatus": "In Stock",
1179
+ "reviews": [
1180
+ {
1181
+ "rating": 5,
1182
+ "comment": "Very happy with my purchase!",
1183
+ "date": "2025-04-30T09:41:02.053Z",
1184
+ "reviewerName": "Victoria McDonald",
1185
+ "reviewerEmail": "victoria.mcdonald@x.dummyjson.com"
1186
+ },
1187
+ {
1188
+ "rating": 2,
1189
+ "comment": "Would not recommend!",
1190
+ "date": "2025-04-30T09:41:02.053Z",
1191
+ "reviewerName": "Hazel Evans",
1192
+ "reviewerEmail": "hazel.evans@x.dummyjson.com"
1193
+ },
1194
+ {
1195
+ "rating": 5,
1196
+ "comment": "Would buy again!",
1197
+ "date": "2025-04-30T09:41:02.053Z",
1198
+ "reviewerName": "Zoe Bennett",
1199
+ "reviewerEmail": "zoe.bennett@x.dummyjson.com"
1200
+ }
1201
+ ],
1202
+ "returnPolicy": "30 days return policy",
1203
+ "minimumOrderQuantity": 46,
1204
+ "meta": {
1205
+ "createdAt": "2025-04-30T09:41:02.053Z",
1206
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1207
+ "barcode": "4874727824518",
1208
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1209
+ },
1210
+ "images": [
1211
+ "https://cdn.dummyjson.com/product-images/groceries/cooking-oil/1.webp"
1212
+ ],
1213
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/cooking-oil/thumbnail.webp"
1214
+ },
1215
+ {
1216
+ "id": 21,
1217
+ "title": "Cucumber",
1218
+ "description": "Crisp and hydrating cucumbers, ideal for salads, snacks, or as a refreshing side.",
1219
+ "category": "groceries",
1220
+ "price": 1.49,
1221
+ "discountPercentage": 0.16,
1222
+ "rating": 4.07,
1223
+ "stock": 84,
1224
+ "tags": [
1225
+ "vegetables"
1226
+ ],
1227
+ "sku": "GRO-BRD-CUC-021",
1228
+ "weight": 4,
1229
+ "dimensions": {
1230
+ "width": 12.8,
1231
+ "height": 28.38,
1232
+ "depth": 21.34
1233
+ },
1234
+ "warrantyInformation": "2 year warranty",
1235
+ "shippingInformation": "Ships in 1-2 business days",
1236
+ "availabilityStatus": "In Stock",
1237
+ "reviews": [
1238
+ {
1239
+ "rating": 4,
1240
+ "comment": "Great product!",
1241
+ "date": "2025-04-30T09:41:02.053Z",
1242
+ "reviewerName": "Lincoln Kelly",
1243
+ "reviewerEmail": "lincoln.kelly@x.dummyjson.com"
1244
+ },
1245
+ {
1246
+ "rating": 4,
1247
+ "comment": "Great value for money!",
1248
+ "date": "2025-04-30T09:41:02.053Z",
1249
+ "reviewerName": "Savannah Gomez",
1250
+ "reviewerEmail": "savannah.gomez@x.dummyjson.com"
1251
+ },
1252
+ {
1253
+ "rating": 2,
1254
+ "comment": "Poor quality!",
1255
+ "date": "2025-04-30T09:41:02.053Z",
1256
+ "reviewerName": "James Davis",
1257
+ "reviewerEmail": "james.davis@x.dummyjson.com"
1258
+ }
1259
+ ],
1260
+ "returnPolicy": "7 days return policy",
1261
+ "minimumOrderQuantity": 2,
1262
+ "meta": {
1263
+ "createdAt": "2025-04-30T09:41:02.053Z",
1264
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1265
+ "barcode": "5300066378225",
1266
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1267
+ },
1268
+ "images": [
1269
+ "https://cdn.dummyjson.com/product-images/groceries/cucumber/1.webp"
1270
+ ],
1271
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/cucumber/thumbnail.webp"
1272
+ },
1273
+ {
1274
+ "id": 22,
1275
+ "title": "Dog Food",
1276
+ "description": "Specially formulated dog food designed to provide essential nutrients for your canine companion.",
1277
+ "category": "groceries",
1278
+ "price": 10.99,
1279
+ "discountPercentage": 10.27,
1280
+ "rating": 4.55,
1281
+ "stock": 71,
1282
+ "tags": [
1283
+ "pet supplies",
1284
+ "dog food"
1285
+ ],
1286
+ "sku": "GRO-BRD-FOO-022",
1287
+ "weight": 10,
1288
+ "dimensions": {
1289
+ "width": 16.93,
1290
+ "height": 27.15,
1291
+ "depth": 9.29
1292
+ },
1293
+ "warrantyInformation": "No warranty",
1294
+ "shippingInformation": "Ships in 1-2 business days",
1295
+ "availabilityStatus": "In Stock",
1296
+ "reviews": [
1297
+ {
1298
+ "rating": 5,
1299
+ "comment": "Excellent quality!",
1300
+ "date": "2025-04-30T09:41:02.053Z",
1301
+ "reviewerName": "Nicholas Edwards",
1302
+ "reviewerEmail": "nicholas.edwards@x.dummyjson.com"
1303
+ },
1304
+ {
1305
+ "rating": 5,
1306
+ "comment": "Awesome product!",
1307
+ "date": "2025-04-30T09:41:02.053Z",
1308
+ "reviewerName": "Zachary Lee",
1309
+ "reviewerEmail": "zachary.lee@x.dummyjson.com"
1310
+ },
1311
+ {
1312
+ "rating": 4,
1313
+ "comment": "Great product!",
1314
+ "date": "2025-04-30T09:41:02.053Z",
1315
+ "reviewerName": "Nova Cooper",
1316
+ "reviewerEmail": "nova.cooper@x.dummyjson.com"
1317
+ }
1318
+ ],
1319
+ "returnPolicy": "60 days return policy",
1320
+ "minimumOrderQuantity": 43,
1321
+ "meta": {
1322
+ "createdAt": "2025-04-30T09:41:02.053Z",
1323
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1324
+ "barcode": "5906686116469",
1325
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1326
+ },
1327
+ "images": [
1328
+ "https://cdn.dummyjson.com/product-images/groceries/dog-food/1.webp"
1329
+ ],
1330
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/dog-food/thumbnail.webp"
1331
+ },
1332
+ {
1333
+ "id": 23,
1334
+ "title": "Eggs",
1335
+ "description": "Fresh eggs, a versatile ingredient for baking, cooking, or breakfast.",
1336
+ "category": "groceries",
1337
+ "price": 2.99,
1338
+ "discountPercentage": 11.05,
1339
+ "rating": 2.53,
1340
+ "stock": 9,
1341
+ "tags": [
1342
+ "dairy"
1343
+ ],
1344
+ "sku": "GRO-BRD-EGG-023",
1345
+ "weight": 2,
1346
+ "dimensions": {
1347
+ "width": 11.42,
1348
+ "height": 7.44,
1349
+ "depth": 16.95
1350
+ },
1351
+ "warrantyInformation": "1 week warranty",
1352
+ "shippingInformation": "Ships in 1 week",
1353
+ "availabilityStatus": "In Stock",
1354
+ "reviews": [
1355
+ {
1356
+ "rating": 3,
1357
+ "comment": "Disappointing product!",
1358
+ "date": "2025-04-30T09:41:02.053Z",
1359
+ "reviewerName": "Penelope King",
1360
+ "reviewerEmail": "penelope.king@x.dummyjson.com"
1361
+ },
1362
+ {
1363
+ "rating": 3,
1364
+ "comment": "Poor quality!",
1365
+ "date": "2025-04-30T09:41:02.053Z",
1366
+ "reviewerName": "Eleanor Tyler",
1367
+ "reviewerEmail": "eleanor.tyler@x.dummyjson.com"
1368
+ },
1369
+ {
1370
+ "rating": 4,
1371
+ "comment": "Very pleased!",
1372
+ "date": "2025-04-30T09:41:02.053Z",
1373
+ "reviewerName": "Benjamin Foster",
1374
+ "reviewerEmail": "benjamin.foster@x.dummyjson.com"
1375
+ }
1376
+ ],
1377
+ "returnPolicy": "No return policy",
1378
+ "minimumOrderQuantity": 32,
1379
+ "meta": {
1380
+ "createdAt": "2025-04-30T09:41:02.053Z",
1381
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1382
+ "barcode": "3478638588469",
1383
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1384
+ },
1385
+ "images": [
1386
+ "https://cdn.dummyjson.com/product-images/groceries/eggs/1.webp"
1387
+ ],
1388
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/eggs/thumbnail.webp"
1389
+ },
1390
+ {
1391
+ "id": 24,
1392
+ "title": "Fish Steak",
1393
+ "description": "Quality fish steak, suitable for grilling, baking, or pan-searing.",
1394
+ "category": "groceries",
1395
+ "price": 14.99,
1396
+ "discountPercentage": 4.23,
1397
+ "rating": 3.78,
1398
+ "stock": 74,
1399
+ "tags": [
1400
+ "seafood"
1401
+ ],
1402
+ "sku": "GRO-BRD-FIS-024",
1403
+ "weight": 6,
1404
+ "dimensions": {
1405
+ "width": 14.95,
1406
+ "height": 26.31,
1407
+ "depth": 11.27
1408
+ },
1409
+ "warrantyInformation": "1 month warranty",
1410
+ "shippingInformation": "Ships in 3-5 business days",
1411
+ "availabilityStatus": "In Stock",
1412
+ "reviews": [
1413
+ {
1414
+ "rating": 2,
1415
+ "comment": "Would not buy again!",
1416
+ "date": "2025-04-30T09:41:02.053Z",
1417
+ "reviewerName": "Caleb Perkins",
1418
+ "reviewerEmail": "caleb.perkins@x.dummyjson.com"
1419
+ },
1420
+ {
1421
+ "rating": 5,
1422
+ "comment": "Excellent quality!",
1423
+ "date": "2025-04-30T09:41:02.053Z",
1424
+ "reviewerName": "Isabella Jackson",
1425
+ "reviewerEmail": "isabella.jackson@x.dummyjson.com"
1426
+ },
1427
+ {
1428
+ "rating": 4,
1429
+ "comment": "Great value for money!",
1430
+ "date": "2025-04-30T09:41:02.053Z",
1431
+ "reviewerName": "Nathan Dixon",
1432
+ "reviewerEmail": "nathan.dixon@x.dummyjson.com"
1433
+ }
1434
+ ],
1435
+ "returnPolicy": "60 days return policy",
1436
+ "minimumOrderQuantity": 50,
1437
+ "meta": {
1438
+ "createdAt": "2025-04-30T09:41:02.053Z",
1439
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1440
+ "barcode": "9595036192098",
1441
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1442
+ },
1443
+ "images": [
1444
+ "https://cdn.dummyjson.com/product-images/groceries/fish-steak/1.webp"
1445
+ ],
1446
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/fish-steak/thumbnail.webp"
1447
+ },
1448
+ {
1449
+ "id": 25,
1450
+ "title": "Green Bell Pepper",
1451
+ "description": "Fresh and vibrant green bell pepper, perfect for adding color and flavor to your dishes.",
1452
+ "category": "groceries",
1453
+ "price": 1.29,
1454
+ "discountPercentage": 0.16,
1455
+ "rating": 3.25,
1456
+ "stock": 33,
1457
+ "tags": [
1458
+ "vegetables"
1459
+ ],
1460
+ "sku": "GRO-BRD-GRE-025",
1461
+ "weight": 2,
1462
+ "dimensions": {
1463
+ "width": 15.33,
1464
+ "height": 26.65,
1465
+ "depth": 14.44
1466
+ },
1467
+ "warrantyInformation": "1 month warranty",
1468
+ "shippingInformation": "Ships in 1 week",
1469
+ "availabilityStatus": "In Stock",
1470
+ "reviews": [
1471
+ {
1472
+ "rating": 4,
1473
+ "comment": "Highly recommended!",
1474
+ "date": "2025-04-30T09:41:02.053Z",
1475
+ "reviewerName": "Avery Carter",
1476
+ "reviewerEmail": "avery.carter@x.dummyjson.com"
1477
+ },
1478
+ {
1479
+ "rating": 3,
1480
+ "comment": "Would not recommend!",
1481
+ "date": "2025-04-30T09:41:02.053Z",
1482
+ "reviewerName": "Henry Hill",
1483
+ "reviewerEmail": "henry.hill@x.dummyjson.com"
1484
+ },
1485
+ {
1486
+ "rating": 5,
1487
+ "comment": "Excellent quality!",
1488
+ "date": "2025-04-30T09:41:02.053Z",
1489
+ "reviewerName": "Addison Wright",
1490
+ "reviewerEmail": "addison.wright@x.dummyjson.com"
1491
+ }
1492
+ ],
1493
+ "returnPolicy": "30 days return policy",
1494
+ "minimumOrderQuantity": 12,
1495
+ "meta": {
1496
+ "createdAt": "2025-04-30T09:41:02.053Z",
1497
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1498
+ "barcode": "2365227493323",
1499
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1500
+ },
1501
+ "images": [
1502
+ "https://cdn.dummyjson.com/product-images/groceries/green-bell-pepper/1.webp"
1503
+ ],
1504
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/green-bell-pepper/thumbnail.webp"
1505
+ },
1506
+ {
1507
+ "id": 26,
1508
+ "title": "Green Chili Pepper",
1509
+ "description": "Spicy green chili pepper, ideal for adding heat to your favorite recipes.",
1510
+ "category": "groceries",
1511
+ "price": 0.99,
1512
+ "discountPercentage": 1,
1513
+ "rating": 3.66,
1514
+ "stock": 3,
1515
+ "tags": [
1516
+ "vegetables"
1517
+ ],
1518
+ "sku": "GRO-BRD-GRE-026",
1519
+ "weight": 7,
1520
+ "dimensions": {
1521
+ "width": 15.38,
1522
+ "height": 18.12,
1523
+ "depth": 19.92
1524
+ },
1525
+ "warrantyInformation": "2 year warranty",
1526
+ "shippingInformation": "Ships in 1 week",
1527
+ "availabilityStatus": "Low Stock",
1528
+ "reviews": [
1529
+ {
1530
+ "rating": 4,
1531
+ "comment": "Great product!",
1532
+ "date": "2025-04-30T09:41:02.053Z",
1533
+ "reviewerName": "Luna Russell",
1534
+ "reviewerEmail": "luna.russell@x.dummyjson.com"
1535
+ },
1536
+ {
1537
+ "rating": 1,
1538
+ "comment": "Waste of money!",
1539
+ "date": "2025-04-30T09:41:02.053Z",
1540
+ "reviewerName": "Noah Lewis",
1541
+ "reviewerEmail": "noah.lewis@x.dummyjson.com"
1542
+ },
1543
+ {
1544
+ "rating": 3,
1545
+ "comment": "Very disappointed!",
1546
+ "date": "2025-04-30T09:41:02.053Z",
1547
+ "reviewerName": "Clara Berry",
1548
+ "reviewerEmail": "clara.berry@x.dummyjson.com"
1549
+ }
1550
+ ],
1551
+ "returnPolicy": "30 days return policy",
1552
+ "minimumOrderQuantity": 39,
1553
+ "meta": {
1554
+ "createdAt": "2025-04-30T09:41:02.053Z",
1555
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1556
+ "barcode": "9335000538563",
1557
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1558
+ },
1559
+ "images": [
1560
+ "https://cdn.dummyjson.com/product-images/groceries/green-chili-pepper/1.webp"
1561
+ ],
1562
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/green-chili-pepper/thumbnail.webp"
1563
+ },
1564
+ {
1565
+ "id": 27,
1566
+ "title": "Honey Jar",
1567
+ "description": "Pure and natural honey in a convenient jar, perfect for sweetening beverages or drizzling over food.",
1568
+ "category": "groceries",
1569
+ "price": 6.99,
1570
+ "discountPercentage": 14.4,
1571
+ "rating": 3.97,
1572
+ "stock": 34,
1573
+ "tags": [
1574
+ "condiments"
1575
+ ],
1576
+ "sku": "GRO-BRD-HON-027",
1577
+ "weight": 2,
1578
+ "dimensions": {
1579
+ "width": 9.28,
1580
+ "height": 21.72,
1581
+ "depth": 17.74
1582
+ },
1583
+ "warrantyInformation": "1 month warranty",
1584
+ "shippingInformation": "Ships in 1-2 business days",
1585
+ "availabilityStatus": "In Stock",
1586
+ "reviews": [
1587
+ {
1588
+ "rating": 1,
1589
+ "comment": "Very disappointed!",
1590
+ "date": "2025-04-30T09:41:02.053Z",
1591
+ "reviewerName": "Autumn Gomez",
1592
+ "reviewerEmail": "autumn.gomez@x.dummyjson.com"
1593
+ },
1594
+ {
1595
+ "rating": 4,
1596
+ "comment": "Highly impressed!",
1597
+ "date": "2025-04-30T09:41:02.053Z",
1598
+ "reviewerName": "Benjamin Wilson",
1599
+ "reviewerEmail": "benjamin.wilson@x.dummyjson.com"
1600
+ },
1601
+ {
1602
+ "rating": 2,
1603
+ "comment": "Very disappointed!",
1604
+ "date": "2025-04-30T09:41:02.053Z",
1605
+ "reviewerName": "Nicholas Edwards",
1606
+ "reviewerEmail": "nicholas.edwards@x.dummyjson.com"
1607
+ }
1608
+ ],
1609
+ "returnPolicy": "90 days return policy",
1610
+ "minimumOrderQuantity": 47,
1611
+ "meta": {
1612
+ "createdAt": "2025-04-30T09:41:02.053Z",
1613
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1614
+ "barcode": "6354306346329",
1615
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1616
+ },
1617
+ "images": [
1618
+ "https://cdn.dummyjson.com/product-images/groceries/honey-jar/1.webp"
1619
+ ],
1620
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/honey-jar/thumbnail.webp"
1621
+ },
1622
+ {
1623
+ "id": 28,
1624
+ "title": "Ice Cream",
1625
+ "description": "Creamy and delicious ice cream, available in various flavors for a delightful treat.",
1626
+ "category": "groceries",
1627
+ "price": 5.49,
1628
+ "discountPercentage": 8.69,
1629
+ "rating": 3.39,
1630
+ "stock": 27,
1631
+ "tags": [
1632
+ "desserts"
1633
+ ],
1634
+ "sku": "GRO-BRD-CRE-028",
1635
+ "weight": 1,
1636
+ "dimensions": {
1637
+ "width": 14.83,
1638
+ "height": 15.07,
1639
+ "depth": 24.2
1640
+ },
1641
+ "warrantyInformation": "1 month warranty",
1642
+ "shippingInformation": "Ships in 2 weeks",
1643
+ "availabilityStatus": "In Stock",
1644
+ "reviews": [
1645
+ {
1646
+ "rating": 5,
1647
+ "comment": "Very pleased!",
1648
+ "date": "2025-04-30T09:41:02.053Z",
1649
+ "reviewerName": "Elijah Cruz",
1650
+ "reviewerEmail": "elijah.cruz@x.dummyjson.com"
1651
+ },
1652
+ {
1653
+ "rating": 4,
1654
+ "comment": "Excellent quality!",
1655
+ "date": "2025-04-30T09:41:02.053Z",
1656
+ "reviewerName": "Jace Smith",
1657
+ "reviewerEmail": "jace.smith@x.dummyjson.com"
1658
+ },
1659
+ {
1660
+ "rating": 5,
1661
+ "comment": "Highly impressed!",
1662
+ "date": "2025-04-30T09:41:02.053Z",
1663
+ "reviewerName": "Sadie Morales",
1664
+ "reviewerEmail": "sadie.morales@x.dummyjson.com"
1665
+ }
1666
+ ],
1667
+ "returnPolicy": "No return policy",
1668
+ "minimumOrderQuantity": 42,
1669
+ "meta": {
1670
+ "createdAt": "2025-04-30T09:41:02.053Z",
1671
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1672
+ "barcode": "0788954559076",
1673
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1674
+ },
1675
+ "images": [
1676
+ "https://cdn.dummyjson.com/product-images/groceries/ice-cream/1.webp",
1677
+ "https://cdn.dummyjson.com/product-images/groceries/ice-cream/2.webp",
1678
+ "https://cdn.dummyjson.com/product-images/groceries/ice-cream/3.webp",
1679
+ "https://cdn.dummyjson.com/product-images/groceries/ice-cream/4.webp"
1680
+ ],
1681
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/ice-cream/thumbnail.webp"
1682
+ },
1683
+ {
1684
+ "id": 29,
1685
+ "title": "Juice",
1686
+ "description": "Refreshing fruit juice, packed with vitamins and great for staying hydrated.",
1687
+ "category": "groceries",
1688
+ "price": 3.99,
1689
+ "discountPercentage": 12.06,
1690
+ "rating": 3.94,
1691
+ "stock": 50,
1692
+ "tags": [
1693
+ "beverages"
1694
+ ],
1695
+ "sku": "GRO-BRD-JUI-029",
1696
+ "weight": 1,
1697
+ "dimensions": {
1698
+ "width": 18.56,
1699
+ "height": 21.46,
1700
+ "depth": 28.02
1701
+ },
1702
+ "warrantyInformation": "6 months warranty",
1703
+ "shippingInformation": "Ships in 1 week",
1704
+ "availabilityStatus": "In Stock",
1705
+ "reviews": [
1706
+ {
1707
+ "rating": 5,
1708
+ "comment": "Excellent quality!",
1709
+ "date": "2025-04-30T09:41:02.053Z",
1710
+ "reviewerName": "Nolan Gonzalez",
1711
+ "reviewerEmail": "nolan.gonzalez@x.dummyjson.com"
1712
+ },
1713
+ {
1714
+ "rating": 4,
1715
+ "comment": "Would buy again!",
1716
+ "date": "2025-04-30T09:41:02.053Z",
1717
+ "reviewerName": "Bella Grant",
1718
+ "reviewerEmail": "bella.grant@x.dummyjson.com"
1719
+ },
1720
+ {
1721
+ "rating": 5,
1722
+ "comment": "Awesome product!",
1723
+ "date": "2025-04-30T09:41:02.053Z",
1724
+ "reviewerName": "Aria Flores",
1725
+ "reviewerEmail": "aria.flores@x.dummyjson.com"
1726
+ }
1727
+ ],
1728
+ "returnPolicy": "No return policy",
1729
+ "minimumOrderQuantity": 25,
1730
+ "meta": {
1731
+ "createdAt": "2025-04-30T09:41:02.053Z",
1732
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1733
+ "barcode": "6936112580956",
1734
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1735
+ },
1736
+ "images": [
1737
+ "https://cdn.dummyjson.com/product-images/groceries/juice/1.webp"
1738
+ ],
1739
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/juice/thumbnail.webp"
1740
+ },
1741
+ {
1742
+ "id": 30,
1743
+ "title": "Kiwi",
1744
+ "description": "Nutrient-rich kiwi, perfect for snacking or adding a tropical twist to your dishes.",
1745
+ "category": "groceries",
1746
+ "price": 2.49,
1747
+ "discountPercentage": 15.22,
1748
+ "rating": 4.93,
1749
+ "stock": 99,
1750
+ "tags": [
1751
+ "fruits"
1752
+ ],
1753
+ "sku": "GRO-BRD-KIW-030",
1754
+ "weight": 5,
1755
+ "dimensions": {
1756
+ "width": 19.4,
1757
+ "height": 18.67,
1758
+ "depth": 17.13
1759
+ },
1760
+ "warrantyInformation": "6 months warranty",
1761
+ "shippingInformation": "Ships overnight",
1762
+ "availabilityStatus": "In Stock",
1763
+ "reviews": [
1764
+ {
1765
+ "rating": 4,
1766
+ "comment": "Highly recommended!",
1767
+ "date": "2025-04-30T09:41:02.053Z",
1768
+ "reviewerName": "Emily Brown",
1769
+ "reviewerEmail": "emily.brown@x.dummyjson.com"
1770
+ },
1771
+ {
1772
+ "rating": 2,
1773
+ "comment": "Would not buy again!",
1774
+ "date": "2025-04-30T09:41:02.053Z",
1775
+ "reviewerName": "Jackson Morales",
1776
+ "reviewerEmail": "jackson.morales@x.dummyjson.com"
1777
+ },
1778
+ {
1779
+ "rating": 4,
1780
+ "comment": "Fast shipping!",
1781
+ "date": "2025-04-30T09:41:02.053Z",
1782
+ "reviewerName": "Nora Russell",
1783
+ "reviewerEmail": "nora.russell@x.dummyjson.com"
1784
+ }
1785
+ ],
1786
+ "returnPolicy": "7 days return policy",
1787
+ "minimumOrderQuantity": 30,
1788
+ "meta": {
1789
+ "createdAt": "2025-04-30T09:41:02.053Z",
1790
+ "updatedAt": "2025-04-30T09:41:02.053Z",
1791
+ "barcode": "2530169917252",
1792
+ "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
1793
+ },
1794
+ "images": [
1795
+ "https://cdn.dummyjson.com/product-images/groceries/kiwi/1.webp"
1796
+ ],
1797
+ "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/kiwi/thumbnail.webp"
1798
+ }
1799
+ ],
1800
+ "total": 194,
1801
+ "skip": 0,
1802
+ "limit": 30
1803
+ }