Name: Lit-HTML
Short Name: lit-html
URL: https://github.com/polymer/lit-html
Version: 2.2.1
License: BSD-3
License File: package/LICENSE
Security Critical: no

Description:
lit-html lets you write HTML templates in JavaScript, then efficiently render and re-render those templates together with data to create and update DOM.

To update this package, run the following command in this directory:

```bash
curl --output - $(npm view lit-html dist.tarball) | tar xzf -
```
