Crate yarn_lock_parser

Crate yarn_lock_parser 

Source

Structs§

Entry
yarn.lock entry. It only shows the name of the dependency and the version.
Lockfile
A parsed yarn.lock file.

Enums§

Generator
YarnLockError
Parser error

Functions§

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