@slyte/html-parser 2.0.0-alpha → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,12 +5,6 @@ HTML / Mustache template parser for Lyte. Converts markup to a JS DOM-like tree
|
|
|
5
5
|
**Requirements:** Node.js `>=18`
|
|
6
6
|
**License:** Apache-2.0
|
|
7
7
|
|
|
8
|
-
## Install
|
|
9
|
-
|
|
10
|
-
```bash
|
|
11
|
-
npm install @slyte/html-parser
|
|
12
|
-
```
|
|
13
|
-
|
|
14
8
|
## Table of Contents <!-- omit in toc -->
|
|
15
9
|
|
|
16
10
|
- [Usage](#usage)
|
|
@@ -104,11 +98,6 @@ Published package contents are controlled by the `files` allow-list in `package.
|
|
|
104
98
|
- Package export: `@slyte/html-parser/esm` → root `index.js`
|
|
105
99
|
- Per-file ESM build output: `dist/esm/`
|
|
106
100
|
|
|
107
|
-
##
|
|
108
|
-
|
|
109
|
-
```bash
|
|
110
|
-
npm run bundle # production + development webpack builds
|
|
111
|
-
npm run dev # watch mode
|
|
112
|
-
```
|
|
101
|
+
## License
|
|
113
102
|
|
|
114
|
-
|
|
103
|
+
Copyright 2026 Zoho Corporation Private Limited. This software is licensed under the **Apache License 2.0**. You may use, reproduce, and distribute it in accordance with the terms of that license. See `LICENSE.md`, included in this package, for the complete terms.
|