Parses the publishConfig field from package.json.
Controls behavior when npm publish is called — registry,
access level, tag, etc.
Summary
Functions
Returns the access level (public or restricted).
Checks if publishConfig is set.
Extracts publishConfig from package.json data.
Formats publishConfig for display.
Checks if the package would be published as public.
Returns the publish registry URL.
Returns the publish tag (default: "latest").
Functions
Returns the access level (public or restricted).
Checks if publishConfig is set.
Extracts publishConfig from package.json data.
Formats publishConfig for display.
Checks if the package would be published as public.
Returns the publish registry URL.
Returns the publish tag (default: "latest").