Source: node-lit
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: javascript
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs-no-lerna,
 python3,
Build-Depends-Indep:
 mocha,
 node-rollup-plugin-inject,
 node-rollup-plugin-node-resolve,
 node-rollup-plugin-replace,
 node-rollup-plugin-sourcemaps,
 node-rollup-plugin-terser,
 node-typescript,
 rollup,
Standards-Version: 4.7.4
Homepage: https://lit.dev
Vcs-Browser: https://salsa.debian.org/homeassistant-team/js/node-lit
Vcs-Git: https://salsa.debian.org/homeassistant-team/js/node-lit

Package: node-lit
Architecture: all
Depends:
 ${misc:Depends},
Provides:
 ${nodejs:Provides},
Description: library for fast, lightweight web components
 Lit is a library for building web components with reactive state, scoped
 styles, and declarative templates.
 .
 It provides a component base class and rendering system for defining custom
 elements using standard browser APIs. Templates are written as JavaScript
 expressions that describe DOM structure and dynamic values; when data changes,
 Lit updates only the affected parts of the DOM.
 .
 The package includes the main Lit library, combining the functionality of
 lit-html, LitElement, and reactive-element for use in browser-based web
 applications and server-side rendering workflows.
