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 |
|---|---|---|
|
java.lang.String |
getPackageName()Name of the executable without tags |
|
java.lang.String |
getScope()Package scope |
|
java.lang.String |
getTagName()Name of NPM tag |
|
java.lang.String |
toString()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).Returns a string that can be passed for installation purposes.