Crate package_json_parser

Source

Structs§

BugsItem
Directories
Engines
LabeledSpan
A labeled SourceSpan.
License
Name
NamedSource
Utility struct for when you have a regular SourceCode type that doesn’t implement name. For example String. Or if you want to override the name returned by the SourceCode.
PackageJsonParser
PackageManager
PersonObject
PublishConfig
Repository
SourceSpan
Span within a SourceCode
Type
Version

Enums§

Bin
Bugs
ErrorKind
Person
RepositoryOrString

Traits§

Deserialize
A data structure that can be deserialized from any data format supported by Serde.
Serialize
A data structure that can be serialized into any data format supported by Serde.
Validate

Type Aliases§

FxHashMap
Type alias for a hash map that uses the Fx hashing algorithm.
Result
type alias for Result<T, Report>

Derive Macros§

Deserialize
Serialize
Validate