# Functions
Parse parses the JSON-encoded data and stores the result in the value pointed to by v.
WriteToFile saves a json string to a file on the file system.
# Structs
Bugs is a struct representing the bugs section of a package.json file.
NPMClient is the struct representing an npm client with name and version.
PackageJSON is a struct representing a package.json file.
Repository is a struct representing the repository section of a package.json file.
# Type aliases
Dependency is a map representing the dependency section of a package.json file.
Engine is a map representing the engine section of a package.json file.
NPMClientInfoStr is an alias for string.
PublishConfig is a map representing the publishConfig section of a package.json file.
Script is a map representing the script section of a package.json file.