Crate package_lock_json_parser

Source

Structs§

PackageLockJson
SimpleDependency
V1Dependency
V2Dependency

Enums§

PackageLockJsonError

Functions§

parse
Parses a package-lock.json file. Support v1, v2 and v3 lock files
parse_dependencies
Returns a list of dependencies from a package-lock.json file. The dependencies returned by this function only show a few fields. If you need more information, use the parse function.