public interface NpmPackageDescriptor
Specifies various characteristics of an NPM Package which can be used for various
NPM commands, especially install and search.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
getNpmPackageCoordinates()Returns a string that can be passed for installation purposes. |
|
public String |
getPackageName()Name of the executable without tags |
|
public String |
getScope()Package scope |
|
public String |
getTagName()Name of NPM tag |
Returns a string that can be passed for installation purposes.
Name of the executable without tags
Package scope
null if not defined).Name of NPM tag
null if not defined).