Skip to content

Commit

Permalink
Update dependency diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jul 8, 2024
1 parent 3db877a commit 800f855
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,22 +112,43 @@ graph TD;
S-->TO("@tokenizer/token")
TY-->TO
TY-->IE("ieee754")
FT-->RWNS(readable-web-to-node-stream)
FT-->S
FT-->TY
RWNS-->RS(readable-stream)
RS-->SD(string_decoder)
SD-->SB(safe-buffer)
RS-->UD(util-deprecate)
RS-->I(inherits)
style NB fill:#F88,stroke:#A44
style SB fill:#F88,stroke:#A44
style SD fill:#CCC,stroke:#888
style IE fill:#CCC,stroke:#888
style UD fill:#CCC,stroke:#888
style I fill:#CCC,stroke:#888
```

```mermaid
graph TD;
MMN("music-metadata (Node.js entry point)")-->MMP
MMN-->FTN
MMP("music-metadata (primary entry point)")-->S(strtok3)
MMP-->TY(token-types)
MMP-->FTP
MMP-->UAE
FTN("file-type (Node.js entry point)")-->FTP
FTP("file-type (primary entry point)")-->S
S(strtok3)-->P(peek-readable)
S(strtok3)-->TO("@tokenizer/token")
TY(token-types)-->TO
TY-->IE("ieee754")
FTP-->TY
NS("node:stream")
FTN-->NS
FTP-->UAE(uint8array-extras)
style NS fill:#F88,stroke:#A44
style IE fill:#CCC,stroke:#888
style FTN fill:#FAA,stroke:#A44
style MMN fill:#FAA,stroke:#A44
```

Dependency list:
* [tokenizer-token](https://github.com/Borewit/tokenizer-token)
* [strtok3](https://github.com/Borewit/strtok3)
Expand Down

0 comments on commit 800f855

Please sign in to comment.