Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
2.1 KB
|
Line | |
---|
1 | # domutils [![Build Status](https://travis-ci.com/fb55/domutils.svg?branch=master)](https://travis-ci.com/fb55/domutils)
|
---|
2 |
|
---|
3 | Utilities for working with [htmlparser2](https://github.com/fb55/htmlparser2)'s DOM.
|
---|
4 |
|
---|
5 | All functions are exported as a single module. Look [through the docs](https://domutils.js.org/modules.html) to see what is available.
|
---|
6 |
|
---|
7 | ## Ecosystem
|
---|
8 |
|
---|
9 | | Name | Description |
|
---|
10 | | ------------------------------------------------------------- | ------------------------------------------------------- |
|
---|
11 | | [htmlparser2](https://github.com/fb55/htmlparser2) | Fast & forgiving HTML/XML parser |
|
---|
12 | | [domhandler](https://github.com/fb55/domhandler) | Handler for htmlparser2 that turns documents into a DOM |
|
---|
13 | | [domutils](https://github.com/fb55/domutils) | Utilities for working with domhandler's DOM |
|
---|
14 | | [css-select](https://github.com/fb55/css-select) | CSS selector engine, compatible with domhandler's DOM |
|
---|
15 | | [cheerio](https://github.com/cheeriojs/cheerio) | The jQuery API for domhandler's DOM |
|
---|
16 | | [dom-serializer](https://github.com/cheeriojs/dom-serializer) | Serializer for domhandler's DOM |
|
---|
17 |
|
---|
18 | ---
|
---|
19 |
|
---|
20 | License: BSD-2-Clause
|
---|
21 |
|
---|
22 | ## Security contact information
|
---|
23 |
|
---|
24 | To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security).
|
---|
25 | Tidelift will coordinate the fix and disclosure.
|
---|
26 |
|
---|
27 | ## `domutils` for enterprise
|
---|
28 |
|
---|
29 | Available as part of the Tidelift Subscription
|
---|
30 |
|
---|
31 | The maintainers of `domutils` and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-domutils?utm_source=npm-domutils&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.