Output the logical relationships between the characters in Little Red Riding Hood's story. Output in "mairmaid.js" format. Pretend that the content of the story is a technical matter.

This is an example of "mairmaid.js" for the output form:

graph TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]

graph TD
A[Little Red Riding Hood] -->|Visits| B(Grandmother's House)
B -->|Attacked by| C(Wolf)
A -->|Met on the way| D(Wolf in disguise)
D -->|Tricked| A
C -->|Eats| E(Grandmother)
C -->|Disguises as| E
A -->|Talks to| E
A -->|Saved by| F(Woodcutter)
E -->|Saved by| F
C -->|Killed by| F

mermaid.live mermaid diagram