| Interface | Description |
|---|---|
| NodeJSConfigCacheSafeOperations |
NodeJS methods that an extension should implement.
|
| NodeJSExtensionMethods |
NodeJS methods that an extension should implement.
|
| NpmConfigCacheSafeOperations |
NPM operations that should be configuration cache-safe.
|
| NpmExtensionMethods |
Methods than Npm extension is required to implement.
|
| NpmPackageDescriptor |
Specifies various characteristics of an NPM Package which can be used for various
NPM commands, especially
install and search. |
| Class | Description |
|---|---|
| NpmExecSpec |
Base specification for running an NPM command via
npm-cli.js |