Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.husky/ | 12-May-2024 | - | 5 | 2 | ||
bench/ | 12-May-2024 | - | 226 | 173 | ||
docs/ | 12-May-2024 | - | 12 | 9 | ||
media/ | 12-May-2024 | - | ||||
packages/ | 12-May-2024 | - | 13,726 | 10,898 | ||
scripts/generate-parser-feedback-test/ | 12-May-2024 | - | 137 | 107 | ||
test/ | 12-May-2024 | - | 69,712 | 66,016 | ||
.editorconfig | D | 12-May-2024 | 243 | 13 | 10 | |
.eslintignore | D | 12-May-2024 | 108 | 7 | 6 | |
.eslintrc.json | D | 12-May-2024 | 1.8 KiB | 58 | 55 | |
.gitattributes | D | 12-May-2024 | 146 | 4 | 3 | |
.gitignore | D | 12-May-2024 | 132 | 11 | 10 | |
.gitmodules | D | 12-May-2024 | 246 | 7 | 6 | |
.prettierignore | D | 12-May-2024 | 87 | 5 | 5 | |
.prettierrc | D | 12-May-2024 | 46 | 4 | 3 | |
BUILD.gn | D | 12-May-2024 | 2.3 KiB | 75 | 64 | |
LICENSE | D | 12-May-2024 | 1.1 KiB | 20 | 16 | |
README.OpenSource | D | 12-May-2024 | 278 | 12 | 11 | |
README.en.md | D | 12-May-2024 | 1.8 KiB | 40 | 32 | |
README.md | D | 12-May-2024 | 1.8 KiB | 40 | 32 | |
SECURITY.md | D | 12-May-2024 | 322 | 11 | 6 | |
build_parse5.py | D | 12-May-2024 | 2.8 KiB | 80 | 49 | |
bundle.json | D | 12-May-2024 | 705 | 32 | 32 | |
package-lock.json | D | 12-May-2024 | 478.8 KiB | 11,069 | 11,068 | |
package.json | D | 12-May-2024 | 2.6 KiB | 74 | 73 | |
tsconfig.json | D | 12-May-2024 | 879 | 31 | 29 |
README.OpenSource
1[ 2 { 3 "Name": "parse5", 4 "License": "MIT", 5 "License File": "NOTICE", 6 "Version Number": " 7.0.0", 7 "Owner": "sunbingxin@huawei.com", 8 "Upstream URL": "https://github.com/inikulin/parse5.git", 9 "Description": "HTML parser and serializer." 10 } 11] 12
README.en.md
1<p align="center"> 2 <a href="https://github.com/inikulin/parse5"> 3 <img src="https://raw.github.com/inikulin/parse5/master/media/logo.png" alt="parse5" /> 4 </a> 5</p> 6 7<p align="center"> 8<i>HTML parsing/serialization toolset for Node.js. <a href="https://html.spec.whatwg.org/multipage/">WHATWG HTML Living Standard (aka HTML5)</a>-compliant.</i> 9</p> 10 11<p align="center"> 12 <a href="https://github.com/inikulin/parse5/actions/workflows/nodejs-test.yml"><img alt="Build Status" src="https://img.shields.io/github/workflow/status/inikulin/parse5/Node.js%20CI?label=tests&style=flat"></a> 13 <a href="https://www.npmjs.com/package/parse5"><img alt="NPM Version" src="https://img.shields.io/npm/v/parse5.svg"></a> 14 <a href="https://npmjs.org/package/parse5"><img alt="Downloads" src="http://img.shields.io/npm/dm/parse5.svg"></a> 15 <a href="https://npmjs.org/package/parse5"><img alt="Downloads total" src="http://img.shields.io/npm/dt/parse5.svg"></a> 16</p> 17 18<p align="center"> 19<b><i>parse5</i></b> provides nearly everything you may need when dealing with HTML. It's the fastest spec-compliant HTML parser 20for Node to date. It parses HTML the way the latest version of your browser does. It has proven itself reliable in such projects 21as <a href="https://github.com/tmpvar/jsdom">jsdom</a>, <a href="https://angular.io">Angular</a>, 22<a href="https://lit.dev">Lit</a>, <a href="https://github.com/cheeriojs/cheerio">Cheerio</a>, 23<a href="https://github.com/rehypejs/rehype">rehype</a> and many more. 24</p> 25 26--- 27 28<p align="center"> 29 <a href="https://github.com/inikulin/parse5/tree/master/docs/list-of-packages.md">List of parse5 toolset packages</a> 30</p> 31 32<p align="center"> 33 <a href="http://astexplorer.net/#/1CHlCXc4n4">Online playground</a> 34</p> 35 36<p align="center"> 37 <a href="https://github.com/inikulin/parse5/releases">Changelog</a> 38</p> 39</p> 40
README.md
1<p align="center"> 2 <a href="https://github.com/inikulin/parse5"> 3 <img src="https://raw.github.com/inikulin/parse5/master/media/logo.png" alt="parse5" /> 4 </a> 5</p> 6 7<p align="center"> 8<i>HTML parsing/serialization toolset for Node.js. <a href="https://html.spec.whatwg.org/multipage/">WHATWG HTML Living Standard (aka HTML5)</a>-compliant.</i> 9</p> 10 11<p align="center"> 12 <a href="https://github.com/inikulin/parse5/actions/workflows/nodejs-test.yml"><img alt="Build Status" src="https://img.shields.io/github/workflow/status/inikulin/parse5/Node.js%20CI?label=tests&style=flat"></a> 13 <a href="https://www.npmjs.com/package/parse5"><img alt="NPM Version" src="https://img.shields.io/npm/v/parse5.svg"></a> 14 <a href="https://npmjs.org/package/parse5"><img alt="Downloads" src="http://img.shields.io/npm/dm/parse5.svg"></a> 15 <a href="https://npmjs.org/package/parse5"><img alt="Downloads total" src="http://img.shields.io/npm/dt/parse5.svg"></a> 16</p> 17 18<p align="center"> 19<b><i>parse5</i></b> provides nearly everything you may need when dealing with HTML. It's the fastest spec-compliant HTML parser 20for Node to date. It parses HTML the way the latest version of your browser does. It has proven itself reliable in such projects 21as <a href="https://github.com/tmpvar/jsdom">jsdom</a>, <a href="https://angular.io">Angular</a>, 22<a href="https://lit.dev">Lit</a>, <a href="https://github.com/cheeriojs/cheerio">Cheerio</a>, 23<a href="https://github.com/rehypejs/rehype">rehype</a> and many more. 24</p> 25 26--- 27 28<p align="center"> 29 <a href="https://github.com/inikulin/parse5/tree/master/docs/list-of-packages.md">List of parse5 toolset packages</a> 30</p> 31 32<p align="center"> 33 <a href="http://astexplorer.net/#/1CHlCXc4n4">Online playground</a> 34</p> 35 36<p align="center"> 37 <a href="https://github.com/inikulin/parse5/releases">Changelog</a> 38</p> 39</p> 40