Expand description
serde mappings for npm’s package.json file format.
This does only implement the fields defined in the official npm documentation. It is common enough that packages define custom entries that are required by various tooling.
Structs§
- Bug
- A bug contacting form.
- Package
- The top-level
package.jsonstructure. - Person
- A person.
- Repository
- A repository.
Enums§
- Error
- The errors that this library can return.
- ManReference
- A reference to a man page.
- Person
Reference - A reference to a person.
- Repository
Reference - A repository reference.
Type Aliases§
- BinSet
- An ordered map for
binentries. - DepsSet
- An ordered map for
dependenciesentries. - Engines
Set - An ordered map for
enginesentries. - Result
- The result type of this crate.
- Scripts
Set - An ordered map for
scriptsentries.