GitXplorerGitXplorer
t

htmlparser2-20kb

public
1 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
17fbf78c220046b3c4f7cf3a347db93c4aeda87a

v3.10.14

tthorn0 committed a year ago
Unverified
f30c68ca72a24147e54a96795025556c47f3aa60

Allow string (tag name) predicate in findOne

tthorn0 committed a year ago
Unverified
e26959627567547c38b60a72e56693f68bd6c831

v3.10.13

tthorn0 committed a year ago
Unverified
5c07ede68e1953212b7f77352cddde7968f323b5

Allow string (tag name) predicate in findAll

tthorn0 committed a year ago
Unverified
1aab9ea89579568ad5d610ed9957f363ae848c8f

Replace scripts in package.json with build.sh

tthorn0 committed a year ago
Unverified
61d791a7946d8bc88a2a2df324fb17ca5359cddd

Size optimizations

tthorn0 committed a year ago

README

The README file for this repository.

htmlparser2-20kb

npm npm bundle size (minified) npm bundle size (minified + gzip)

Fast & forgiving HTML/XML parser bundled for the browser, < 20 KB, no dependencies

Includes:

Excludes:

  • The decodeEntities option
  • Support for async usage with streams
  • FeedHandler
  • Some functions from domutils
  • Automatic fix-up of mixed-case tag and attribute names. Set the lowerCaseTags and lowerCaseAttributeNames options of the parser to false to retain the casing.

Compare:

https://bundlephobia.com/result?p=htmlparser2