public class NpmDependencyTree
extends java.lang.Object
| Constructor and Description |
|---|
NpmDependencyTree() |
| Modifier and Type | Method and Description |
|---|---|
static org.jfrog.build.extractor.scan.DependenciesTree |
createDependenciesTree(com.fasterxml.jackson.databind.JsonNode npmList)
Create a npm dependencies tree from the results of 'npm ls' command.
|
public static org.jfrog.build.extractor.scan.DependenciesTree createDependenciesTree(com.fasterxml.jackson.databind.JsonNode npmList)
npmList - - Results of 'npm ls' command.NpmPackageInfo