This mod is deprecated. I recommend using https://mods.factorio.com/mods/Earendel/data-raw-prototypes instead.
To utilize this information in your mod, include the following snippet:
data = {raw = loadstring(game.entity_prototypes["DATA_RAW"].order)()}
loadstring is an expensive call. You should use it once per session at most.