Home > @rushstack/node-core-library > IParsedPackageName
IParsedPackageName interface
A package name that has been separated into its scope and unscoped name.
Signature:
export interface IParsedPackageName
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
scope | string | The parsed NPM scope, or an empty string if there was no scope. The scope value will always include the at-sign. | |
unscopedName | string | The parsed NPM package name without the scope. |