| name | data type | description |
|---|---|---|
| description | string | |
| type | string | |
| label | string | |
| version | Semver | |
| id | string |
Example
{
"description" : "...",
"type" : "...",
"label" : "...",
"version" : {
"stable" : true,
"suffixTokens" : [ "...", "..." ],
"value" : "...",
"major" : 12345,
"build" : "...",
"patch" : 12345,
"originalValue" : "...",
"type" : "NPM",
"minor" : 12345
},
"id" : "..."
}