Crate yarn_lock_parser[][src]

Structs

Entry

yarn.lock entry. It only shows the name of the dependency and the version.

Enums

YarnLockError

Parser error

Functions

parse_str

Accepts the yarn.lock content and returns all the entries.