All prototypes, that you can read or copy directly.
So, for changing landfill stack size just find the string:
data.raw.item.landfill.stack_size = 100
Copy it to your mod's data.lua and change it:
data.raw.item.landfill.stack_size = 1000
Now the stack is 1000! Yes, it's so easy.