@groovy.transform.CompileStatic final enum NpmDependencyGroup extends Enum<E<E>>
Defines the three NPM executable installation/grouping options
| Modifiers | Name | Description |
|---|---|---|
static NpmDependencyGroup |
DEVELOPMENT |
|
static NpmDependencyGroup |
MAX_VALUE |
|
static NpmDependencyGroup |
MIN_VALUE |
|
static NpmDependencyGroup |
OPTIONAL |
|
static NpmDependencyGroup |
PEER |
|
static NpmDependencyGroup |
PRODUCTION |
| Type | Name and description |
|---|---|
String |
dependencyGroup |
String |
saveArgument |
| Type Params | Return Type | Name and description |
|---|---|---|
|
NpmDependencyGroup |
next() |
|
NpmDependencyGroup |
previous() |
|
static NpmDependencyGroup |
valueOf(String name) |
|
static final NpmDependencyGroup[] |
values() |