+
+ {lib.data.featuredImageAlt && lib.data.featuredImage && (
+
+ )}
+ {lib.data.name}
+
+
+ {descriptionString(lib)}
+ {lib.data.author.map((a: { name: string, url?: string }, i) => (
+ <>
+ {a.name}{i < lib.data.author.length-1 ? ', ' : ''}
+ >
+ ))}
+
+
+ - Source
+ {lib.data.npm && - NPM
}
+ {npmData && - Copy Script Tag
}
+ {npmData && - Updated {npmData.lastUpdated}
}
+ {license && - {license}
}
+
+
+ ))}
+