Function: generateAboutLibrariesNPMOutput

generateAboutLibrariesNPMOutput(licenses): AboutLibrariesLikePackageInfo[]

Generates AboutLibraries-compatible metadata for NPM dependencies

This will take scanned NPM licenses and produce output that can be modified and/or written to the Android project files.

Parameters

Name Type Description
licenses AggregatedLicensesObj Scanned NPM licenses

Returns

AboutLibrariesLikePackageInfo[]

Array of AboutLibrariesLikePackage objects, each representing a NPM dependency

See

writeAboutLibrariesNPMOutput

ON THIS PAGE