[I] ModuleLibraryMetadata
Data for a library. Either loaded via a node_modules package or a standalone js file
Extends
Section titled “Extends”LibraryMetadataBase
Properties
Section titled “Properties”| Property | Modifier | Type | Description | Inherited from |
|---|---|---|---|---|
bugs? | public | object | - | LibraryMetadataBase.bugs |
bugs.url? | public | string | Url where to file bugs for this library. | - |
homepage? | public | string | Library homepage. | LibraryMetadataBase.homepage |
name | readonly | string | Library name as specified in the package.json or in exported $lib. | - |
permissions? | public | readonly PermissionRequest[] | Permissions the library/emitter requested in its manifest ($lib.permissions). Used to compute the effective sandbox grant against the user’s config. | LibraryMetadataBase.permissions |
type | readonly | "module" | - | - |
version? | public | string | Library version | LibraryMetadataBase.version |