@depup/cheerio 1.2.0-depup.2

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.
Files changed (230) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +36 -0
  3. package/Readme.md +229 -0
  4. package/changes.json +30 -0
  5. package/dist/browser/api/attributes.d.ts +385 -0
  6. package/dist/browser/api/attributes.d.ts.map +1 -0
  7. package/dist/browser/api/attributes.js +636 -0
  8. package/dist/browser/api/attributes.js.map +1 -0
  9. package/dist/browser/api/css.d.ts +42 -0
  10. package/dist/browser/api/css.d.ts.map +1 -0
  11. package/dist/browser/api/css.js +116 -0
  12. package/dist/browser/api/css.js.map +1 -0
  13. package/dist/browser/api/extract.d.ts +27 -0
  14. package/dist/browser/api/extract.d.ts.map +1 -0
  15. package/dist/browser/api/extract.js +42 -0
  16. package/dist/browser/api/extract.js.map +1 -0
  17. package/dist/browser/api/forms.d.ts +36 -0
  18. package/dist/browser/api/forms.d.ts.map +1 -0
  19. package/dist/browser/api/forms.js +81 -0
  20. package/dist/browser/api/forms.js.map +1 -0
  21. package/dist/browser/api/manipulation.d.ts +528 -0
  22. package/dist/browser/api/manipulation.d.ts.map +1 -0
  23. package/dist/browser/api/manipulation.js +831 -0
  24. package/dist/browser/api/manipulation.js.map +1 -0
  25. package/dist/browser/api/traversing.d.ts +657 -0
  26. package/dist/browser/api/traversing.d.ts.map +1 -0
  27. package/dist/browser/api/traversing.js +857 -0
  28. package/dist/browser/api/traversing.js.map +1 -0
  29. package/dist/browser/cheerio.d.ts +85 -0
  30. package/dist/browser/cheerio.d.ts.map +1 -0
  31. package/dist/browser/cheerio.js +58 -0
  32. package/dist/browser/cheerio.js.map +1 -0
  33. package/dist/browser/index-browser.d.mts.map +1 -0
  34. package/dist/browser/index-browser.mjs.map +1 -0
  35. package/dist/browser/index.d.ts +5 -0
  36. package/dist/browser/index.js +3 -0
  37. package/dist/browser/load-parse.d.ts +20 -0
  38. package/dist/browser/load-parse.d.ts.map +1 -0
  39. package/dist/browser/load-parse.js +28 -0
  40. package/dist/browser/load-parse.js.map +1 -0
  41. package/dist/browser/load.d.ts +91 -0
  42. package/dist/browser/load.d.ts.map +1 -0
  43. package/dist/browser/load.js +129 -0
  44. package/dist/browser/load.js.map +1 -0
  45. package/dist/browser/options.d.ts +98 -0
  46. package/dist/browser/options.d.ts.map +1 -0
  47. package/dist/browser/options.js +34 -0
  48. package/dist/browser/options.js.map +1 -0
  49. package/dist/browser/package.json +3 -0
  50. package/dist/browser/parse.d.ts +18 -0
  51. package/dist/browser/parse.d.ts.map +1 -0
  52. package/dist/browser/parse.js +73 -0
  53. package/dist/browser/parse.js.map +1 -0
  54. package/dist/browser/parsers/parse5-adapter.d.ts +20 -0
  55. package/dist/browser/parsers/parse5-adapter.d.ts.map +1 -0
  56. package/dist/browser/parsers/parse5-adapter.js +50 -0
  57. package/dist/browser/parsers/parse5-adapter.js.map +1 -0
  58. package/dist/browser/slim.d.ts +25 -0
  59. package/dist/browser/slim.d.ts.map +1 -0
  60. package/dist/browser/slim.js +22 -0
  61. package/dist/browser/slim.js.map +1 -0
  62. package/dist/browser/static.d.ts +112 -0
  63. package/dist/browser/static.d.ts.map +1 -0
  64. package/dist/browser/static.js +204 -0
  65. package/dist/browser/static.js.map +1 -0
  66. package/dist/browser/types.d.ts +21 -0
  67. package/dist/browser/types.d.ts.map +1 -0
  68. package/dist/browser/types.js +3 -0
  69. package/dist/browser/types.js.map +1 -0
  70. package/dist/browser/utils.d.ts +55 -0
  71. package/dist/browser/utils.d.ts.map +1 -0
  72. package/dist/browser/utils.js +84 -0
  73. package/dist/browser/utils.js.map +1 -0
  74. package/dist/commonjs/api/attributes.d.ts +385 -0
  75. package/dist/commonjs/api/attributes.d.ts.map +1 -0
  76. package/dist/commonjs/api/attributes.js +647 -0
  77. package/dist/commonjs/api/attributes.js.map +1 -0
  78. package/dist/commonjs/api/css.d.ts +42 -0
  79. package/dist/commonjs/api/css.d.ts.map +1 -0
  80. package/dist/commonjs/api/css.js +119 -0
  81. package/dist/commonjs/api/css.js.map +1 -0
  82. package/dist/commonjs/api/extract.d.ts +27 -0
  83. package/dist/commonjs/api/extract.d.ts.map +1 -0
  84. package/dist/commonjs/api/extract.js +45 -0
  85. package/dist/commonjs/api/extract.js.map +1 -0
  86. package/dist/commonjs/api/forms.d.ts +36 -0
  87. package/dist/commonjs/api/forms.d.ts.map +1 -0
  88. package/dist/commonjs/api/forms.js +85 -0
  89. package/dist/commonjs/api/forms.js.map +1 -0
  90. package/dist/commonjs/api/manipulation.d.ts +528 -0
  91. package/dist/commonjs/api/manipulation.d.ts.map +1 -0
  92. package/dist/commonjs/api/manipulation.js +850 -0
  93. package/dist/commonjs/api/manipulation.js.map +1 -0
  94. package/dist/commonjs/api/traversing.d.ts +657 -0
  95. package/dist/commonjs/api/traversing.d.ts.map +1 -0
  96. package/dist/commonjs/api/traversing.js +914 -0
  97. package/dist/commonjs/api/traversing.js.map +1 -0
  98. package/dist/commonjs/cheerio.d.ts +85 -0
  99. package/dist/commonjs/cheerio.d.ts.map +1 -0
  100. package/dist/commonjs/cheerio.js +95 -0
  101. package/dist/commonjs/cheerio.js.map +1 -0
  102. package/dist/commonjs/index.d.ts +104 -0
  103. package/dist/commonjs/index.d.ts.map +1 -0
  104. package/dist/commonjs/index.js +250 -0
  105. package/dist/commonjs/index.js.map +1 -0
  106. package/dist/commonjs/load-parse.d.ts +20 -0
  107. package/dist/commonjs/load-parse.d.ts.map +1 -0
  108. package/dist/commonjs/load-parse.js +34 -0
  109. package/dist/commonjs/load-parse.js.map +1 -0
  110. package/dist/commonjs/load.d.ts +91 -0
  111. package/dist/commonjs/load.d.ts.map +1 -0
  112. package/dist/commonjs/load.js +165 -0
  113. package/dist/commonjs/load.js.map +1 -0
  114. package/dist/commonjs/options.d.ts +98 -0
  115. package/dist/commonjs/options.d.ts.map +1 -0
  116. package/dist/commonjs/options.js +37 -0
  117. package/dist/commonjs/options.js.map +1 -0
  118. package/dist/commonjs/package.json +3 -0
  119. package/dist/commonjs/parse.d.ts +18 -0
  120. package/dist/commonjs/parse.d.ts.map +1 -0
  121. package/dist/commonjs/parse.js +77 -0
  122. package/dist/commonjs/parse.js.map +1 -0
  123. package/dist/commonjs/parsers/parse5-adapter.d.ts +20 -0
  124. package/dist/commonjs/parsers/parse5-adapter.d.ts.map +1 -0
  125. package/dist/commonjs/parsers/parse5-adapter.js +54 -0
  126. package/dist/commonjs/parsers/parse5-adapter.js.map +1 -0
  127. package/dist/commonjs/slim.d.ts +25 -0
  128. package/dist/commonjs/slim.d.ts.map +1 -0
  129. package/dist/commonjs/slim.js +30 -0
  130. package/dist/commonjs/slim.js.map +1 -0
  131. package/dist/commonjs/static.d.ts +112 -0
  132. package/dist/commonjs/static.d.ts.map +1 -0
  133. package/dist/commonjs/static.js +214 -0
  134. package/dist/commonjs/static.js.map +1 -0
  135. package/dist/commonjs/types.d.ts +21 -0
  136. package/dist/commonjs/types.d.ts.map +1 -0
  137. package/dist/commonjs/types.js +4 -0
  138. package/dist/commonjs/types.js.map +1 -0
  139. package/dist/commonjs/utils.d.ts +55 -0
  140. package/dist/commonjs/utils.d.ts.map +1 -0
  141. package/dist/commonjs/utils.js +91 -0
  142. package/dist/commonjs/utils.js.map +1 -0
  143. package/dist/esm/api/attributes.d.ts +385 -0
  144. package/dist/esm/api/attributes.d.ts.map +1 -0
  145. package/dist/esm/api/attributes.js +636 -0
  146. package/dist/esm/api/attributes.js.map +1 -0
  147. package/dist/esm/api/css.d.ts +42 -0
  148. package/dist/esm/api/css.d.ts.map +1 -0
  149. package/dist/esm/api/css.js +116 -0
  150. package/dist/esm/api/css.js.map +1 -0
  151. package/dist/esm/api/extract.d.ts +27 -0
  152. package/dist/esm/api/extract.d.ts.map +1 -0
  153. package/dist/esm/api/extract.js +42 -0
  154. package/dist/esm/api/extract.js.map +1 -0
  155. package/dist/esm/api/forms.d.ts +36 -0
  156. package/dist/esm/api/forms.d.ts.map +1 -0
  157. package/dist/esm/api/forms.js +81 -0
  158. package/dist/esm/api/forms.js.map +1 -0
  159. package/dist/esm/api/manipulation.d.ts +528 -0
  160. package/dist/esm/api/manipulation.d.ts.map +1 -0
  161. package/dist/esm/api/manipulation.js +831 -0
  162. package/dist/esm/api/manipulation.js.map +1 -0
  163. package/dist/esm/api/traversing.d.ts +657 -0
  164. package/dist/esm/api/traversing.d.ts.map +1 -0
  165. package/dist/esm/api/traversing.js +857 -0
  166. package/dist/esm/api/traversing.js.map +1 -0
  167. package/dist/esm/cheerio.d.ts +85 -0
  168. package/dist/esm/cheerio.d.ts.map +1 -0
  169. package/dist/esm/cheerio.js +58 -0
  170. package/dist/esm/cheerio.js.map +1 -0
  171. package/dist/esm/index.d.ts +104 -0
  172. package/dist/esm/index.d.ts.map +1 -0
  173. package/dist/esm/index.js +202 -0
  174. package/dist/esm/index.js.map +1 -0
  175. package/dist/esm/load-parse.d.ts +20 -0
  176. package/dist/esm/load-parse.d.ts.map +1 -0
  177. package/dist/esm/load-parse.js +28 -0
  178. package/dist/esm/load-parse.js.map +1 -0
  179. package/dist/esm/load.d.ts +91 -0
  180. package/dist/esm/load.d.ts.map +1 -0
  181. package/dist/esm/load.js +129 -0
  182. package/dist/esm/load.js.map +1 -0
  183. package/dist/esm/options.d.ts +98 -0
  184. package/dist/esm/options.d.ts.map +1 -0
  185. package/dist/esm/options.js +34 -0
  186. package/dist/esm/options.js.map +1 -0
  187. package/dist/esm/package.json +3 -0
  188. package/dist/esm/parse.d.ts +18 -0
  189. package/dist/esm/parse.d.ts.map +1 -0
  190. package/dist/esm/parse.js +73 -0
  191. package/dist/esm/parse.js.map +1 -0
  192. package/dist/esm/parsers/parse5-adapter.d.ts +20 -0
  193. package/dist/esm/parsers/parse5-adapter.d.ts.map +1 -0
  194. package/dist/esm/parsers/parse5-adapter.js +50 -0
  195. package/dist/esm/parsers/parse5-adapter.js.map +1 -0
  196. package/dist/esm/slim.d.ts +25 -0
  197. package/dist/esm/slim.d.ts.map +1 -0
  198. package/dist/esm/slim.js +22 -0
  199. package/dist/esm/slim.js.map +1 -0
  200. package/dist/esm/static.d.ts +112 -0
  201. package/dist/esm/static.d.ts.map +1 -0
  202. package/dist/esm/static.js +204 -0
  203. package/dist/esm/static.js.map +1 -0
  204. package/dist/esm/types.d.ts +21 -0
  205. package/dist/esm/types.d.ts.map +1 -0
  206. package/dist/esm/types.js +3 -0
  207. package/dist/esm/types.js.map +1 -0
  208. package/dist/esm/utils.d.ts +55 -0
  209. package/dist/esm/utils.d.ts.map +1 -0
  210. package/dist/esm/utils.js +84 -0
  211. package/dist/esm/utils.js.map +1 -0
  212. package/package.json +219 -0
  213. package/src/api/attributes.ts +1145 -0
  214. package/src/api/css.ts +224 -0
  215. package/src/api/extract.ts +92 -0
  216. package/src/api/forms.ts +103 -0
  217. package/src/api/manipulation.ts +1115 -0
  218. package/src/api/traversing.ts +1175 -0
  219. package/src/cheerio.ts +143 -0
  220. package/src/index-browser.mts +10 -0
  221. package/src/index.ts +294 -0
  222. package/src/load-parse.ts +39 -0
  223. package/src/load.ts +282 -0
  224. package/src/options.ts +136 -0
  225. package/src/parse.ts +105 -0
  226. package/src/parsers/parse5-adapter.ts +66 -0
  227. package/src/slim.ts +33 -0
  228. package/src/static.ts +312 -0
  229. package/src/types.ts +58 -0
  230. package/src/utils.ts +99 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 The Cheerio contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,36 @@
1
+ # @depup/cheerio
2
+
3
+ > Dependency-bumped version of [cheerio](https://www.npmjs.com/package/cheerio)
4
+
5
+ Generated by [DepUp](https://github.com/depup/npm) -- all production
6
+ dependencies bumped to latest versions.
7
+
8
+ ## Installation
9
+
10
+ ```bash
11
+ npm install @depup/cheerio
12
+ ```
13
+
14
+ | Field | Value |
15
+ |-------|-------|
16
+ | Original | [cheerio](https://www.npmjs.com/package/cheerio) @ 1.2.0 |
17
+ | Processed | 2026-03-17 |
18
+ | Smoke test | passed |
19
+ | Deps updated | 6 |
20
+
21
+ ## Dependency Changes
22
+
23
+ | Dependency | From | To |
24
+ |------------|------|-----|
25
+ | domhandler | ^5.0.3 | ^6.0.0 |
26
+ | parse5 | ^7.3.0 | ^8.0.0 |
27
+ | parse5-htmlparser2-tree-adapter | ^7.1.0 | ^8.0.0 |
28
+ | parse5-parser-stream | ^7.1.2 | ^8.0.0 |
29
+ | undici | ^7.19.0 | ^7.24.4 |
30
+ | whatwg-mimetype | ^4.0.0 | ^5.0.0 |
31
+
32
+ ---
33
+
34
+ Source: https://github.com/depup/npm | Original: https://www.npmjs.com/package/cheerio
35
+
36
+ License inherited from the original package.
package/Readme.md ADDED
@@ -0,0 +1,229 @@
1
+ <h1 align="center">cheerio</h1>
2
+
3
+ <h5 align="center">The fast, flexible, and elegant library for parsing and manipulating HTML and XML.</h5>
4
+
5
+ <div align="center">
6
+ <a href="https://github.com/cheeriojs/cheerio/actions/workflows/ci.yml">
7
+ <img src="https://github.com/cheeriojs/cheerio/actions/workflows/ci.yml/badge.svg" alt="Build Status">
8
+ </a>
9
+ <a href="https://coveralls.io/github/cheeriojs/cheerio">
10
+ <img src="https://img.shields.io/coveralls/github/cheeriojs/cheerio/main" alt="Coverage">
11
+ </a>
12
+ <a href="#backers">
13
+ <img src="https://img.shields.io/opencollective/backers/cheerio" alt="OpenCollective backers">
14
+ </a>
15
+ <a href="#sponsors">
16
+ <img src="https://img.shields.io/opencollective/sponsors/cheerio" alt="OpenCollective sponsors">
17
+ </a>
18
+ </div>
19
+
20
+ <br>
21
+
22
+ [中文文档 (Chinese Readme)](https://github.com/cheeriojs/cheerio/wiki/Chinese-README)
23
+
24
+ ```js
25
+ import * as cheerio from 'cheerio';
26
+ const $ = cheerio.load('<h2 class="title">Hello world</h2>');
27
+
28
+ $('h2.title').text('Hello there!');
29
+ $('h2').addClass('welcome');
30
+
31
+ $.html();
32
+ //=> <html><head></head><body><h2 class="title welcome">Hello there!</h2></body></html>
33
+ ```
34
+
35
+ ## Installation
36
+
37
+ Install Cheerio using a package manager like npm, yarn, or bun.
38
+
39
+ ```bash
40
+ npm install cheerio
41
+ # or
42
+ bun add cheerio
43
+ ```
44
+
45
+ ## Features
46
+
47
+ **&#10084; Proven syntax:** Cheerio implements a subset of core jQuery. Cheerio
48
+ removes all the DOM inconsistencies and browser cruft from the jQuery library,
49
+ revealing its truly gorgeous API.
50
+
51
+ **&#991; Blazingly fast:** Cheerio works with a very simple, consistent DOM
52
+ model. As a result parsing, manipulating, and rendering are incredibly
53
+ efficient.
54
+
55
+ **&#10049; Incredibly flexible:** Cheerio wraps around
56
+ [parse5](https://github.com/inikulin/parse5) for parsing HTML and can optionally
57
+ use the forgiving [htmlparser2](https://github.com/fb55/htmlparser2/). Cheerio
58
+ can parse nearly any HTML or XML document. Cheerio works in both browser and
59
+ server environments.
60
+
61
+ ## API
62
+
63
+ ### Loading
64
+
65
+ First you need to load in the HTML. This step in jQuery is implicit, since
66
+ jQuery operates on the one, baked-in DOM. With Cheerio, we need to pass in the
67
+ HTML document.
68
+
69
+ ```js
70
+ // ESM or TypeScript:
71
+ import * as cheerio from 'cheerio';
72
+
73
+ // In other environments:
74
+ const cheerio = require('cheerio');
75
+
76
+ const $ = cheerio.load('<ul id="fruits">...</ul>');
77
+
78
+ $.html();
79
+ //=> <html><head></head><body><ul id="fruits">...</ul></body></html>
80
+ ```
81
+
82
+ ### Selectors
83
+
84
+ Once you've loaded the HTML, you can use jQuery-style selectors to find elements
85
+ within the document.
86
+
87
+ #### \$( selector, [context], [root] )
88
+
89
+ `selector` searches within the `context` scope which searches within the `root`
90
+ scope. `selector` and `context` can be a string expression, DOM Element, array
91
+ of DOM elements, or cheerio object. `root`, if provided, is typically the HTML
92
+ document string.
93
+
94
+ This selector method is the starting point for traversing and manipulating the
95
+ document. Like in jQuery, it's the primary method for selecting elements in the
96
+ document.
97
+
98
+ ```js
99
+ $('.apple', '#fruits').text();
100
+ //=> Apple
101
+
102
+ $('ul .pear').attr('class');
103
+ //=> pear
104
+
105
+ $('li[class=orange]').html();
106
+ //=> Orange
107
+ ```
108
+
109
+ ### Rendering
110
+
111
+ When you're ready to render the document, you can call the `html` method on the
112
+ "root" selection:
113
+
114
+ ```js
115
+ $.root().html();
116
+ //=> <html>
117
+ // <head></head>
118
+ // <body>
119
+ // <ul id="fruits">
120
+ // <li class="apple">Apple</li>
121
+ // <li class="orange">Orange</li>
122
+ // <li class="pear">Pear</li>
123
+ // </ul>
124
+ // </body>
125
+ // </html>
126
+ ```
127
+
128
+ If you want to render the
129
+ [`outerHTML`](https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTML)
130
+ of a selection, you can use the `outerHTML` prop:
131
+
132
+ ```js
133
+ $('.pear').prop('outerHTML');
134
+ //=> <li class="pear">Pear</li>
135
+ ```
136
+
137
+ You may also render the text content of a Cheerio object using the `text`
138
+ method:
139
+
140
+ ```js
141
+ const $ = cheerio.load('This is <em>content</em>.');
142
+ $('body').text();
143
+ //=> This is content.
144
+ ```
145
+
146
+ ### The "DOM Node" object
147
+
148
+ Cheerio collections are made up of objects that bear some resemblance to
149
+ [browser-based DOM nodes](https://developer.mozilla.org/en-US/docs/Web/API/Node).
150
+ You can expect them to define the following properties:
151
+
152
+ - `tagName`
153
+ - `parentNode`
154
+ - `previousSibling`
155
+ - `nextSibling`
156
+ - `nodeValue`
157
+ - `firstChild`
158
+ - `childNodes`
159
+ - `lastChild`
160
+
161
+ ## Screencasts
162
+
163
+ [https://vimeo.com/31950192](https://vimeo.com/31950192)
164
+
165
+ > This video tutorial is a follow-up to Nettut's "How to Scrape Web Pages with
166
+ > Node.js and jQuery", using cheerio instead of JSDOM + jQuery. This video shows
167
+ > how easy it is to use cheerio and how much faster cheerio is than JSDOM +
168
+ > jQuery.
169
+
170
+ ## Cheerio in the real world
171
+
172
+ Are you using cheerio in production? Add it to the
173
+ [wiki](https://github.com/cheeriojs/cheerio/wiki/Cheerio-in-Production)!
174
+
175
+ ## Sponsors
176
+
177
+ Does your company use Cheerio in production? Please consider
178
+ [sponsoring this project](https://github.com/cheeriojs/cheerio?sponsor=1)! Your
179
+ help will allow maintainers to dedicate more time and resources to its
180
+ development and support.
181
+
182
+ **Headlining Sponsors**
183
+
184
+ <!-- BEGIN SPONSORS: headliner -->
185
+
186
+ <a href="https://tidelift.com/subscription/pkg/npm-cheerio" target="_blank" rel="noopener noreferrer">
187
+ <img height="128px" width="128px" src="https://humble.imgix.net/https%3A%2F%2Fgithub.com%2Ftidelift.png?ixlib=js-3.8.0&w=128&h=128&fit=fillmax&fill=solid&s=0713e6ee5c7ab01e7559df695c1e8cd9" title="Tidelift" alt="Tidelift"></img>
188
+ </a>
189
+ <a href="https://github.com/" target="_blank" rel="noopener noreferrer">
190
+ <img height="128px" width="128px" src="https://humble.imgix.net/https%3A%2F%2Fgithub.com%2Fgithub.png?ixlib=js-3.8.0&w=128&h=128&fit=fillmax&fill=solid&s=a1e87ca289de84eb32ea85432cf8ad11" title="Github" alt="Github"></img>
191
+ </a>
192
+ <a href="https://www.airbnb.com/" target="_blank" rel="noopener noreferrer">
193
+ <img height="128px" width="128px" src="https://humble.imgix.net/https%3A%2F%2Fgithub.com%2Fairbnb.png?ixlib=js-3.8.0&w=128&h=128&fit=fillmax&fill=solid&s=384cad45e10faea516202ad10801f895" title="AirBnB" alt="AirBnB"></img>
194
+ </a>
195
+ <a href="https://hasdata.com" target="_blank" rel="noopener noreferrer">
196
+ <img height="128px" width="128px" src="https://humble.imgix.net/https%3A%2F%2Fhasdata.com%2Ffavicon.svg?ixlib=js-3.8.0&w=128&h=128&fit=fillmax&fill=solid&s=21933842d61dec74a961fc57754e58cb" title="HasData" alt="HasData"></img>
197
+ </a>
198
+
199
+ <!-- END SPONSORS -->
200
+
201
+ **Other Sponsors**
202
+
203
+ <!-- BEGIN SPONSORS: sponsor -->
204
+
205
+ <a href="https://onlinecasinosspelen.com" target="_blank" rel="noopener noreferrer">
206
+ <img height="64px" width="64px" src="https://humble.imgix.net/https%3A%2F%2Fimages.opencollective.com%2Fonlinecasinosspelen%2F99ac6a2%2Flogo.png?ixlib=js-3.8.0&w=64&h=64&fit=fillmax&fill=solid&s=8ec1ec058845b823858f22205485be02" title="OnlineCasinosSpelen" alt="OnlineCasinosSpelen"></img>
207
+ </a>
208
+ <a href="https://Nieuwe-Casinos.net" target="_blank" rel="noopener noreferrer">
209
+ <img height="64px" width="64px" src="https://humble.imgix.net/https%3A%2F%2Fimages.opencollective.com%2Fnieuwecasinos%2Fc67d423%2Flogo.png?ixlib=js-3.8.0&w=64&h=64&fit=fillmax&fill=solid&s=ed55d86b80b1aa8cf89b033020521945" title="Nieuwe-Casinos.net" alt="Nieuwe-Casinos.net"></img>
210
+ </a>
211
+
212
+ <!-- END SPONSORS -->
213
+
214
+ ## Backers
215
+
216
+ [Become a backer](https://github.com/cheeriojs/cheerio?sponsor=1) to show your
217
+ support for Cheerio and help us maintain and improve this open source project.
218
+
219
+ <!-- BEGIN SPONSORS: backer -->
220
+
221
+ <a href="https://kafidoff.com" target="_blank" rel="noopener noreferrer">
222
+ <img height="64px" width="64px" src="https://humble.imgix.net/https%3A%2F%2Fimages.opencollective.com%2Fkafidoff-vasy%2Fd7ff85c%2Favatar.png?ixlib=js-3.8.0&w=64&h=64&fit=fillmax&fill=solid&s=a41c66c2f9b1d3a7a241e425e7aa2d09" title="Vasy Kafidoff" alt="Vasy Kafidoff"></img>
223
+ </a>
224
+
225
+ <!-- END SPONSORS -->
226
+
227
+ ## License
228
+
229
+ MIT
package/changes.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "bumped": {
3
+ "domhandler": {
4
+ "from": "^5.0.3",
5
+ "to": "^6.0.0"
6
+ },
7
+ "parse5": {
8
+ "from": "^7.3.0",
9
+ "to": "^8.0.0"
10
+ },
11
+ "parse5-htmlparser2-tree-adapter": {
12
+ "from": "^7.1.0",
13
+ "to": "^8.0.0"
14
+ },
15
+ "parse5-parser-stream": {
16
+ "from": "^7.1.2",
17
+ "to": "^8.0.0"
18
+ },
19
+ "undici": {
20
+ "from": "^7.19.0",
21
+ "to": "^7.24.4"
22
+ },
23
+ "whatwg-mimetype": {
24
+ "from": "^4.0.0",
25
+ "to": "^5.0.0"
26
+ }
27
+ },
28
+ "timestamp": "2026-03-17T16:16:47.335Z",
29
+ "totalUpdated": 6
30
+ }