rahad-media-downloader 2.1.12 → 2.1.13
Sign up to get free protection for your applications and to get access to all the features.
- package/.cache/replit/modules/nodejs-20.res +1 -0
- package/.cache/replit/modules/replit.res +1 -0
- package/.cache/typescript/5.4/node_modules/.package-lock.json +185 -0
- package/.cache/typescript/5.4/node_modules/@types/caseless/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/caseless/README.md +48 -0
- package/.cache/typescript/5.4/node_modules/@types/caseless/index.d.ts +29 -0
- package/.cache/typescript/5.4/node_modules/@types/caseless/package.json +35 -0
- package/.cache/typescript/5.4/node_modules/@types/domhandler/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/domhandler/README.md +92 -0
- package/.cache/typescript/5.4/node_modules/@types/domhandler/index.d.ts +73 -0
- package/.cache/typescript/5.4/node_modules/@types/domhandler/package.json +25 -0
- package/.cache/typescript/5.4/node_modules/@types/domutils/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/domutils/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/domutils/index.d.ts +124 -0
- package/.cache/typescript/5.4/node_modules/@types/domutils/package.json +27 -0
- package/.cache/typescript/5.4/node_modules/@types/htmlparser2/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/htmlparser2/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/htmlparser2/index.d.ts +120 -0
- package/.cache/typescript/5.4/node_modules/@types/htmlparser2/package.json +45 -0
- package/.cache/typescript/5.4/node_modules/@types/node/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/node/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.4/node_modules/@types/node/assert.d.ts +1040 -0
- package/.cache/typescript/5.4/node_modules/@types/node/async_hooks.d.ts +541 -0
- package/.cache/typescript/5.4/node_modules/@types/node/buffer.d.ts +2363 -0
- package/.cache/typescript/5.4/node_modules/@types/node/child_process.d.ts +1542 -0
- package/.cache/typescript/5.4/node_modules/@types/node/cluster.d.ts +578 -0
- package/.cache/typescript/5.4/node_modules/@types/node/console.d.ts +452 -0
- package/.cache/typescript/5.4/node_modules/@types/node/constants.d.ts +19 -0
- package/.cache/typescript/5.4/node_modules/@types/node/crypto.d.ts +4522 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dgram.d.ts +596 -0
- package/.cache/typescript/5.4/node_modules/@types/node/diagnostics_channel.d.ts +545 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dns/promises.d.ts +473 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dns.d.ts +853 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dom-events.d.ts +124 -0
- package/.cache/typescript/5.4/node_modules/@types/node/domain.d.ts +170 -0
- package/.cache/typescript/5.4/node_modules/@types/node/events.d.ts +884 -0
- package/.cache/typescript/5.4/node_modules/@types/node/fs/promises.d.ts +1245 -0
- package/.cache/typescript/5.4/node_modules/@types/node/fs.d.ts +4317 -0
- package/.cache/typescript/5.4/node_modules/@types/node/globals.d.ts +411 -0
- package/.cache/typescript/5.4/node_modules/@types/node/globals.global.d.ts +1 -0
- package/.cache/typescript/5.4/node_modules/@types/node/http.d.ts +1889 -0
- package/.cache/typescript/5.4/node_modules/@types/node/http2.d.ts +2418 -0
- package/.cache/typescript/5.4/node_modules/@types/node/https.d.ts +550 -0
- package/.cache/typescript/5.4/node_modules/@types/node/index.d.ts +89 -0
- package/.cache/typescript/5.4/node_modules/@types/node/inspector.d.ts +2746 -0
- package/.cache/typescript/5.4/node_modules/@types/node/module.d.ts +315 -0
- package/.cache/typescript/5.4/node_modules/@types/node/net.d.ts +996 -0
- package/.cache/typescript/5.4/node_modules/@types/node/os.d.ts +495 -0
- package/.cache/typescript/5.4/node_modules/@types/node/package.json +217 -0
- package/.cache/typescript/5.4/node_modules/@types/node/path.d.ts +191 -0
- package/.cache/typescript/5.4/node_modules/@types/node/perf_hooks.d.ts +645 -0
- package/.cache/typescript/5.4/node_modules/@types/node/process.d.ts +1747 -0
- package/.cache/typescript/5.4/node_modules/@types/node/punycode.d.ts +117 -0
- package/.cache/typescript/5.4/node_modules/@types/node/querystring.d.ts +153 -0
- package/.cache/typescript/5.4/node_modules/@types/node/readline/promises.d.ts +150 -0
- package/.cache/typescript/5.4/node_modules/@types/node/readline.d.ts +540 -0
- package/.cache/typescript/5.4/node_modules/@types/node/repl.d.ts +430 -0
- package/.cache/typescript/5.4/node_modules/@types/node/sea.d.ts +153 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream/promises.d.ts +83 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream/web.d.ts +367 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream.d.ts +1707 -0
- package/.cache/typescript/5.4/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.4/node_modules/@types/node/test.d.ts +1470 -0
- package/.cache/typescript/5.4/node_modules/@types/node/timers/promises.d.ts +97 -0
- package/.cache/typescript/5.4/node_modules/@types/node/timers.d.ts +240 -0
- package/.cache/typescript/5.4/node_modules/@types/node/tls.d.ts +1217 -0
- package/.cache/typescript/5.4/node_modules/@types/node/trace_events.d.ts +197 -0
- package/.cache/typescript/5.4/node_modules/@types/node/tty.d.ts +208 -0
- package/.cache/typescript/5.4/node_modules/@types/node/url.d.ts +944 -0
- package/.cache/typescript/5.4/node_modules/@types/node/util.d.ts +2276 -0
- package/.cache/typescript/5.4/node_modules/@types/node/v8.d.ts +764 -0
- package/.cache/typescript/5.4/node_modules/@types/node/vm.d.ts +921 -0
- package/.cache/typescript/5.4/node_modules/@types/node/wasi.d.ts +181 -0
- package/.cache/typescript/5.4/node_modules/@types/node/worker_threads.d.ts +691 -0
- package/.cache/typescript/5.4/node_modules/@types/node/zlib.d.ts +530 -0
- package/.cache/typescript/5.4/node_modules/@types/node-fetch/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/node-fetch/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/node-fetch/externals.d.ts +32 -0
- package/.cache/typescript/5.4/node_modules/@types/node-fetch/index.d.ts +238 -0
- package/.cache/typescript/5.4/node_modules/@types/node-fetch/package.json +83 -0
- package/.cache/typescript/5.4/node_modules/@types/qs/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/qs/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/qs/index.d.ts +79 -0
- package/.cache/typescript/5.4/node_modules/@types/qs/package.json +65 -0
- package/.cache/typescript/5.4/node_modules/@types/request/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/request/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/request/index.d.ts +395 -0
- package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/License +19 -0
- package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/README.md +350 -0
- package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/README.md.bak +350 -0
- package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/index.d.ts +51 -0
- package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/lib/browser.js +2 -0
- package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/lib/form_data.js +483 -0
- package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/lib/populate.js +10 -0
- package/.cache/typescript/5.4/node_modules/@types/request/node_modules/form-data/package.json +68 -0
- package/.cache/typescript/5.4/node_modules/@types/request/package.json +70 -0
- package/.cache/typescript/5.4/node_modules/@types/tough-cookie/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/tough-cookie/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/tough-cookie/index.d.ts +321 -0
- package/.cache/typescript/5.4/node_modules/@types/tough-cookie/package.json +35 -0
- package/.cache/typescript/5.4/node_modules/asynckit/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/asynckit/README.md +233 -0
- package/.cache/typescript/5.4/node_modules/asynckit/bench.js +76 -0
- package/.cache/typescript/5.4/node_modules/asynckit/index.js +6 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/abort.js +29 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/async.js +34 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/defer.js +26 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/iterate.js +75 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/state.js +37 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/streamify.js +141 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/terminator.js +29 -0
- package/.cache/typescript/5.4/node_modules/asynckit/package.json +63 -0
- package/.cache/typescript/5.4/node_modules/asynckit/parallel.js +43 -0
- package/.cache/typescript/5.4/node_modules/asynckit/serial.js +17 -0
- package/.cache/typescript/5.4/node_modules/asynckit/serialOrdered.js +75 -0
- package/.cache/typescript/5.4/node_modules/asynckit/stream.js +21 -0
- package/.cache/typescript/5.4/node_modules/combined-stream/License +19 -0
- package/.cache/typescript/5.4/node_modules/combined-stream/Readme.md +138 -0
- package/.cache/typescript/5.4/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/.cache/typescript/5.4/node_modules/combined-stream/package.json +25 -0
- package/.cache/typescript/5.4/node_modules/combined-stream/yarn.lock +17 -0
- package/.cache/typescript/5.4/node_modules/delayed-stream/License +19 -0
- package/.cache/typescript/5.4/node_modules/delayed-stream/Makefile +7 -0
- package/.cache/typescript/5.4/node_modules/delayed-stream/Readme.md +141 -0
- package/.cache/typescript/5.4/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/.cache/typescript/5.4/node_modules/delayed-stream/package.json +27 -0
- package/.cache/typescript/5.4/node_modules/domelementtype/LICENSE +11 -0
- package/.cache/typescript/5.4/node_modules/domelementtype/index.js +15 -0
- package/.cache/typescript/5.4/node_modules/domelementtype/package.json +16 -0
- package/.cache/typescript/5.4/node_modules/domelementtype/readme.md +1 -0
- package/.cache/typescript/5.4/node_modules/domhandler/.travis.yml +6 -0
- package/.cache/typescript/5.4/node_modules/domhandler/LICENSE +11 -0
- package/.cache/typescript/5.4/node_modules/domhandler/index.js +217 -0
- package/.cache/typescript/5.4/node_modules/domhandler/lib/element.js +20 -0
- package/.cache/typescript/5.4/node_modules/domhandler/lib/node.js +44 -0
- package/.cache/typescript/5.4/node_modules/domhandler/package.json +41 -0
- package/.cache/typescript/5.4/node_modules/domhandler/readme.md +116 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/01-basic.json +57 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/02-single_tag_1.json +21 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/03-single_tag_2.json +21 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/04-unescaped_in_script.json +27 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/05-tags_in_comment.json +18 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/06-comment_in_script.json +18 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/07-unescaped_in_style.json +20 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/08-extra_spaces_in_tag.json +20 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/09-unquoted_attrib.json +20 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/10-singular_attribute.json +15 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/11-text_outside_tags.json +40 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/12-text_only.json +11 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/13-comment_in_text.json +19 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json +18 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/15-non-verbose.json +22 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/16-normalize_whitespace.json +47 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/17-xml_namespace.json +18 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/18-enforce_empty_tags.json +16 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/19-ignore_empty_tags.json +20 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/20-template_script_tags.json +20 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/21-conditional_comments.json +15 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/22-lowercase_tags.json +41 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/23-dom-lvl1.json +131 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/24-with-start-indices.json +85 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/cases/25-with-end-indices.json +86 -0
- package/.cache/typescript/5.4/node_modules/domhandler/test/tests.js +60 -0
- package/.cache/typescript/5.4/node_modules/form-data/License +19 -0
- package/.cache/typescript/5.4/node_modules/form-data/README.md.bak +358 -0
- package/.cache/typescript/5.4/node_modules/form-data/Readme.md +358 -0
- package/.cache/typescript/5.4/node_modules/form-data/index.d.ts +62 -0
- package/.cache/typescript/5.4/node_modules/form-data/lib/browser.js +2 -0
- package/.cache/typescript/5.4/node_modules/form-data/lib/form_data.js +501 -0
- package/.cache/typescript/5.4/node_modules/form-data/lib/populate.js +10 -0
- package/.cache/typescript/5.4/node_modules/form-data/package.json +68 -0
- package/.cache/typescript/5.4/node_modules/mime-db/HISTORY.md +507 -0
- package/.cache/typescript/5.4/node_modules/mime-db/LICENSE +23 -0
- package/.cache/typescript/5.4/node_modules/mime-db/README.md +100 -0
- package/.cache/typescript/5.4/node_modules/mime-db/db.json +8519 -0
- package/.cache/typescript/5.4/node_modules/mime-db/index.js +12 -0
- package/.cache/typescript/5.4/node_modules/mime-db/package.json +60 -0
- package/.cache/typescript/5.4/node_modules/mime-types/HISTORY.md +397 -0
- package/.cache/typescript/5.4/node_modules/mime-types/LICENSE +23 -0
- package/.cache/typescript/5.4/node_modules/mime-types/README.md +113 -0
- package/.cache/typescript/5.4/node_modules/mime-types/index.js +188 -0
- package/.cache/typescript/5.4/node_modules/mime-types/package.json +44 -0
- package/.cache/typescript/5.4/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.4/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.4/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.4/node_modules/undici-types/README.md +6 -0
- package/.cache/typescript/5.4/node_modules/undici-types/agent.d.ts +31 -0
- package/.cache/typescript/5.4/node_modules/undici-types/api.d.ts +43 -0
- package/.cache/typescript/5.4/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/.cache/typescript/5.4/node_modules/undici-types/cache.d.ts +36 -0
- package/.cache/typescript/5.4/node_modules/undici-types/client.d.ts +97 -0
- package/.cache/typescript/5.4/node_modules/undici-types/connector.d.ts +34 -0
- package/.cache/typescript/5.4/node_modules/undici-types/content-type.d.ts +21 -0
- package/.cache/typescript/5.4/node_modules/undici-types/cookies.d.ts +28 -0
- package/.cache/typescript/5.4/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/.cache/typescript/5.4/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/.cache/typescript/5.4/node_modules/undici-types/errors.d.ts +128 -0
- package/.cache/typescript/5.4/node_modules/undici-types/fetch.d.ts +209 -0
- package/.cache/typescript/5.4/node_modules/undici-types/file.d.ts +39 -0
- package/.cache/typescript/5.4/node_modules/undici-types/filereader.d.ts +54 -0
- package/.cache/typescript/5.4/node_modules/undici-types/formdata.d.ts +108 -0
- package/.cache/typescript/5.4/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/.cache/typescript/5.4/node_modules/undici-types/global-origin.d.ts +7 -0
- package/.cache/typescript/5.4/node_modules/undici-types/handlers.d.ts +9 -0
- package/.cache/typescript/5.4/node_modules/undici-types/header.d.ts +4 -0
- package/.cache/typescript/5.4/node_modules/undici-types/index.d.ts +63 -0
- package/.cache/typescript/5.4/node_modules/undici-types/interceptors.d.ts +5 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-client.d.ts +25 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/.cache/typescript/5.4/node_modules/undici-types/package.json +55 -0
- package/.cache/typescript/5.4/node_modules/undici-types/patch.d.ts +71 -0
- package/.cache/typescript/5.4/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/.cache/typescript/5.4/node_modules/undici-types/pool.d.ts +28 -0
- package/.cache/typescript/5.4/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/.cache/typescript/5.4/node_modules/undici-types/readable.d.ts +61 -0
- package/.cache/typescript/5.4/node_modules/undici-types/webidl.d.ts +220 -0
- package/.cache/typescript/5.4/node_modules/undici-types/websocket.d.ts +131 -0
- package/.cache/typescript/5.4/package-lock.json +197 -0
- package/.cache/typescript/5.4/package.json +1 -0
- package/index.js +1 -1
- package/package.json +8 -2
- package/.cache/replit/modules/nodejs-20:v36-20240502-f4453db.res +0 -1
- package/.cache/replit/modules/replit:v9-20240429-0325cbb.res +0 -1
@@ -0,0 +1,116 @@
|
|
1
|
+
# domhandler [![Build Status](https://travis-ci.org/fb55/domhandler.svg?branch=master)](https://travis-ci.org/fb55/domhandler)
|
2
|
+
|
3
|
+
The DOM handler (formally known as DefaultHandler) creates a tree containing all nodes of a page. The tree may be manipulated using the [domutils](https://github.com/fb55/domutils) library.
|
4
|
+
|
5
|
+
## Usage
|
6
|
+
```javascript
|
7
|
+
var handler = new DomHandler([ <func> callback(err, dom), ] [ <obj> options ]);
|
8
|
+
// var parser = new Parser(handler[, options]);
|
9
|
+
```
|
10
|
+
|
11
|
+
Available options are described below.
|
12
|
+
|
13
|
+
## Example
|
14
|
+
```javascript
|
15
|
+
var htmlparser = require("htmlparser2");
|
16
|
+
var rawHtml = "Xyz <script language= javascript>var foo = '<<bar>>';< / script><!--<!-- Waah! -- -->";
|
17
|
+
var handler = new htmlparser.DomHandler(function (error, dom) {
|
18
|
+
if (error)
|
19
|
+
[...do something for errors...]
|
20
|
+
else
|
21
|
+
[...parsing done, do something...]
|
22
|
+
console.log(dom);
|
23
|
+
});
|
24
|
+
var parser = new htmlparser.Parser(handler);
|
25
|
+
parser.write(rawHtml);
|
26
|
+
parser.end();
|
27
|
+
```
|
28
|
+
|
29
|
+
Output:
|
30
|
+
|
31
|
+
```javascript
|
32
|
+
[{
|
33
|
+
data: 'Xyz ',
|
34
|
+
type: 'text'
|
35
|
+
}, {
|
36
|
+
type: 'script',
|
37
|
+
name: 'script',
|
38
|
+
attribs: {
|
39
|
+
language: 'javascript'
|
40
|
+
},
|
41
|
+
children: [{
|
42
|
+
data: 'var foo = \'<bar>\';<',
|
43
|
+
type: 'text'
|
44
|
+
}]
|
45
|
+
}, {
|
46
|
+
data: '<!-- Waah! -- ',
|
47
|
+
type: 'comment'
|
48
|
+
}]
|
49
|
+
```
|
50
|
+
|
51
|
+
## Option: normalizeWhitespace
|
52
|
+
Indicates whether the whitespace in text nodes should be normalized (= all whitespace should be replaced with single spaces). The default value is "false".
|
53
|
+
|
54
|
+
The following HTML will be used:
|
55
|
+
|
56
|
+
```html
|
57
|
+
<font>
|
58
|
+
<br>this is the text
|
59
|
+
<font>
|
60
|
+
```
|
61
|
+
|
62
|
+
### Example: true
|
63
|
+
|
64
|
+
```javascript
|
65
|
+
[{
|
66
|
+
type: 'tag',
|
67
|
+
name: 'font',
|
68
|
+
children: [{
|
69
|
+
data: ' ',
|
70
|
+
type: 'text'
|
71
|
+
}, {
|
72
|
+
type: 'tag',
|
73
|
+
name: 'br'
|
74
|
+
}, {
|
75
|
+
data: 'this is the text ',
|
76
|
+
type: 'text'
|
77
|
+
}, {
|
78
|
+
type: 'tag',
|
79
|
+
name: 'font'
|
80
|
+
}]
|
81
|
+
}]
|
82
|
+
```
|
83
|
+
|
84
|
+
### Example: false
|
85
|
+
|
86
|
+
```javascript
|
87
|
+
[{
|
88
|
+
type: 'tag',
|
89
|
+
name: 'font',
|
90
|
+
children: [{
|
91
|
+
data: '\n\t',
|
92
|
+
type: 'text'
|
93
|
+
}, {
|
94
|
+
type: 'tag',
|
95
|
+
name: 'br'
|
96
|
+
}, {
|
97
|
+
data: 'this is the text\n',
|
98
|
+
type: 'text'
|
99
|
+
}, {
|
100
|
+
type: 'tag',
|
101
|
+
name: 'font'
|
102
|
+
}]
|
103
|
+
}]
|
104
|
+
```
|
105
|
+
|
106
|
+
## Option: withDomLvl1
|
107
|
+
|
108
|
+
Adds DOM level 1 properties to all elements.
|
109
|
+
|
110
|
+
<!-- TODO: description -->
|
111
|
+
|
112
|
+
## Option: withStartIndices
|
113
|
+
Indicates whether a `startIndex` property will be added to nodes. When the parser is used in a non-streaming fashion, `startIndex` is an integer indicating the position of the start of the node in the document. The default value is "false".
|
114
|
+
|
115
|
+
## Option: withEndIndices
|
116
|
+
Indicates whether a `endIndex` property will be added to nodes. When the parser is used in a non-streaming fashion, `endIndex` is an integer indicating the position of the end of the node in the document. The default value is "false".
|
@@ -0,0 +1,57 @@
|
|
1
|
+
{
|
2
|
+
"name": "Basic test",
|
3
|
+
"options": {},
|
4
|
+
"html": "<!DOCTYPE html><html><title>The Title</title><body>Hello world</body></html>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"name": "!doctype",
|
8
|
+
"data": "!DOCTYPE html",
|
9
|
+
"type": "directive"
|
10
|
+
},
|
11
|
+
{
|
12
|
+
"type": "tag",
|
13
|
+
"name": "html",
|
14
|
+
"attribs": {},
|
15
|
+
"parent": null,
|
16
|
+
"children": [
|
17
|
+
{
|
18
|
+
"type": "tag",
|
19
|
+
"name": "title",
|
20
|
+
"attribs": {},
|
21
|
+
"parent": {
|
22
|
+
"type": "tag",
|
23
|
+
"name": "html",
|
24
|
+
"attribs": {}
|
25
|
+
},
|
26
|
+
"children": [
|
27
|
+
{
|
28
|
+
"data": "The Title",
|
29
|
+
"type": "text",
|
30
|
+
"parent": {
|
31
|
+
"type": "tag",
|
32
|
+
"name": "title",
|
33
|
+
"attribs": {}
|
34
|
+
}
|
35
|
+
}
|
36
|
+
]
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"type": "tag",
|
40
|
+
"name": "body",
|
41
|
+
"attribs": {},
|
42
|
+
"children": [
|
43
|
+
{
|
44
|
+
"data": "Hello world",
|
45
|
+
"type": "text"
|
46
|
+
}
|
47
|
+
],
|
48
|
+
"prev": {
|
49
|
+
"type": "tag",
|
50
|
+
"name": "title",
|
51
|
+
"attribs": {}
|
52
|
+
}
|
53
|
+
}
|
54
|
+
]
|
55
|
+
}
|
56
|
+
]
|
57
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
{
|
2
|
+
"name": "Single Tag 1",
|
3
|
+
"options": {},
|
4
|
+
"html": "<br>text</br>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"type": "tag",
|
8
|
+
"name": "br",
|
9
|
+
"attribs": {}
|
10
|
+
},
|
11
|
+
{
|
12
|
+
"data": "text",
|
13
|
+
"type": "text"
|
14
|
+
},
|
15
|
+
{
|
16
|
+
"type": "tag",
|
17
|
+
"name": "br",
|
18
|
+
"attribs": {}
|
19
|
+
}
|
20
|
+
]
|
21
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
{
|
2
|
+
"name": "Single Tag 2",
|
3
|
+
"options": {},
|
4
|
+
"html": "<br>text<br>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"type": "tag",
|
8
|
+
"name": "br",
|
9
|
+
"attribs": {}
|
10
|
+
},
|
11
|
+
{
|
12
|
+
"data": "text",
|
13
|
+
"type": "text"
|
14
|
+
},
|
15
|
+
{
|
16
|
+
"type": "tag",
|
17
|
+
"name": "br",
|
18
|
+
"attribs": {}
|
19
|
+
}
|
20
|
+
]
|
21
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
{
|
2
|
+
"name": "Unescaped chars in script",
|
3
|
+
"options": {},
|
4
|
+
"html": "<head><script language=\"Javascript\">var foo = \"<bar>\"; alert(2 > foo); var baz = 10 << 2; var zip = 10 >> 1; var yap = \"<<>>>><<\";</script></head>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"type": "tag",
|
8
|
+
"name": "head",
|
9
|
+
"attribs": {},
|
10
|
+
"children": [
|
11
|
+
{
|
12
|
+
"type": "script",
|
13
|
+
"name": "script",
|
14
|
+
"attribs": {
|
15
|
+
"language": "Javascript"
|
16
|
+
},
|
17
|
+
"children": [
|
18
|
+
{
|
19
|
+
"data": "var foo = \"<bar>\"; alert(2 > foo); var baz = 10 << 2; var zip = 10 >> 1; var yap = \"<<>>>><<\";",
|
20
|
+
"type": "text"
|
21
|
+
}
|
22
|
+
]
|
23
|
+
}
|
24
|
+
]
|
25
|
+
}
|
26
|
+
]
|
27
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"name": "Special char in comment",
|
3
|
+
"options": {},
|
4
|
+
"html": "<head><!-- commented out tags <title>Test</title>--></head>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"type": "tag",
|
8
|
+
"name": "head",
|
9
|
+
"attribs": {},
|
10
|
+
"children": [
|
11
|
+
{
|
12
|
+
"data": " commented out tags <title>Test</title>",
|
13
|
+
"type": "comment"
|
14
|
+
}
|
15
|
+
]
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"name": "Script source in comment",
|
3
|
+
"options": {},
|
4
|
+
"html": "<script><!--var foo = 1;--></script>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"type": "script",
|
8
|
+
"name": "script",
|
9
|
+
"attribs": {},
|
10
|
+
"children": [
|
11
|
+
{
|
12
|
+
"data": "<!--var foo = 1;-->",
|
13
|
+
"type": "text"
|
14
|
+
}
|
15
|
+
]
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
{
|
2
|
+
"name": "Unescaped chars in style",
|
3
|
+
"options": {},
|
4
|
+
"html": "<style type=\"text/css\">\n body > p\n\t{ font-weight: bold; }</style>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"type": "style",
|
8
|
+
"name": "style",
|
9
|
+
"attribs": {
|
10
|
+
"type": "text/css"
|
11
|
+
},
|
12
|
+
"children": [
|
13
|
+
{
|
14
|
+
"data": "\n body > p\n\t{ font-weight: bold; }",
|
15
|
+
"type": "text"
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
19
|
+
]
|
20
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
{
|
2
|
+
"name": "Extra spaces in tag",
|
3
|
+
"options": {},
|
4
|
+
"html": "<font\t\n size='14' \n>the text</\t\nfont\t \n>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"type": "tag",
|
8
|
+
"name": "font",
|
9
|
+
"attribs": {
|
10
|
+
"size": "14"
|
11
|
+
},
|
12
|
+
"children": [
|
13
|
+
{
|
14
|
+
"data": "the text",
|
15
|
+
"type": "text"
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
19
|
+
]
|
20
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
{
|
2
|
+
"name": "Unquoted attributes",
|
3
|
+
"options": {},
|
4
|
+
"html": "<font size= 14>the text</font>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"type": "tag",
|
8
|
+
"name": "font",
|
9
|
+
"attribs": {
|
10
|
+
"size": "14"
|
11
|
+
},
|
12
|
+
"children": [
|
13
|
+
{
|
14
|
+
"data": "the text",
|
15
|
+
"type": "text"
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
19
|
+
]
|
20
|
+
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
{
|
2
|
+
"name": "Text outside tags",
|
3
|
+
"options": {},
|
4
|
+
"html": "Line one\n<br>\nline two",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"data": "Line one\n",
|
8
|
+
"type": "text",
|
9
|
+
"prev": null,
|
10
|
+
"next": {
|
11
|
+
"type": "tag",
|
12
|
+
"name": "br",
|
13
|
+
"attribs": {}
|
14
|
+
}
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"type": "tag",
|
18
|
+
"name": "br",
|
19
|
+
"attribs": {},
|
20
|
+
"prev": {
|
21
|
+
"data": "Line one\n",
|
22
|
+
"type": "text"
|
23
|
+
},
|
24
|
+
"next": {
|
25
|
+
"data": "\nline two",
|
26
|
+
"type": "text"
|
27
|
+
}
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"data": "\nline two",
|
31
|
+
"type": "text",
|
32
|
+
"prev": {
|
33
|
+
"type": "tag",
|
34
|
+
"name": "br",
|
35
|
+
"attribs": {}
|
36
|
+
},
|
37
|
+
"next": null
|
38
|
+
}
|
39
|
+
]
|
40
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
{
|
2
|
+
"name": "Comment within text",
|
3
|
+
"options": {},
|
4
|
+
"html": "this is <!-- the comment --> the text",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"data": "this is ",
|
8
|
+
"type": "text"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"data": " the comment ",
|
12
|
+
"type": "comment"
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"data": " the text",
|
16
|
+
"type": "text"
|
17
|
+
}
|
18
|
+
]
|
19
|
+
}
|
package/.cache/typescript/5.4/node_modules/domhandler/test/cases/14-comment_in_text_in_script.json
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"name": "Comment within text within script",
|
3
|
+
"options": {},
|
4
|
+
"html": "<script>this is <!-- the comment --> the text</script>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"type": "script",
|
8
|
+
"name": "script",
|
9
|
+
"attribs": {},
|
10
|
+
"children": [
|
11
|
+
{
|
12
|
+
"data": "this is <!-- the comment --> the text",
|
13
|
+
"type": "text"
|
14
|
+
}
|
15
|
+
]
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
"name": "Option 'verbose' set to 'false'",
|
3
|
+
"options": {
|
4
|
+
"verbose": false
|
5
|
+
},
|
6
|
+
"html": "<font\t\n size='14' \n>the text</\t\nfont\t \n>",
|
7
|
+
"expected": [
|
8
|
+
{
|
9
|
+
"type": "tag",
|
10
|
+
"name": "font",
|
11
|
+
"attribs": {
|
12
|
+
"size": "14"
|
13
|
+
},
|
14
|
+
"children": [
|
15
|
+
{
|
16
|
+
"data": "the text",
|
17
|
+
"type": "text"
|
18
|
+
}
|
19
|
+
]
|
20
|
+
}
|
21
|
+
]
|
22
|
+
}
|
@@ -0,0 +1,47 @@
|
|
1
|
+
{
|
2
|
+
"name": "Normalize whitespace",
|
3
|
+
"options": {
|
4
|
+
"normalizeWhitespace": true
|
5
|
+
},
|
6
|
+
"html": "Line one\n<br>\t \r\n\f <br>\nline two<font><br> x </font>",
|
7
|
+
"expected": [
|
8
|
+
{
|
9
|
+
"data": "Line one ",
|
10
|
+
"type": "text"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"type": "tag",
|
14
|
+
"name": "br",
|
15
|
+
"attribs": {}
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"data": " ",
|
19
|
+
"type": "text"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"type": "tag",
|
23
|
+
"name": "br",
|
24
|
+
"attribs": {}
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"data": " line two",
|
28
|
+
"type": "text"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"type": "tag",
|
32
|
+
"name": "font",
|
33
|
+
"attribs": {},
|
34
|
+
"children": [
|
35
|
+
{
|
36
|
+
"type": "tag",
|
37
|
+
"name": "br",
|
38
|
+
"attribs": {}
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"data": " x ",
|
42
|
+
"type": "text"
|
43
|
+
}
|
44
|
+
]
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
{
|
2
|
+
"name": "Ignore empty tags (xml mode)",
|
3
|
+
"options": {
|
4
|
+
"xmlMode": true
|
5
|
+
},
|
6
|
+
"html": "<link>text</link>",
|
7
|
+
"expected": [
|
8
|
+
{
|
9
|
+
"type": "tag",
|
10
|
+
"name": "link",
|
11
|
+
"attribs": {},
|
12
|
+
"children": [
|
13
|
+
{
|
14
|
+
"data": "text",
|
15
|
+
"type": "text"
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
19
|
+
]
|
20
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
{
|
2
|
+
"name": "Template script tags",
|
3
|
+
"options": {},
|
4
|
+
"html": "<script type=\"text/template\"><h1>Heading1</h1></script>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"type": "script",
|
8
|
+
"name": "script",
|
9
|
+
"attribs": {
|
10
|
+
"type": "text/template"
|
11
|
+
},
|
12
|
+
"children": [
|
13
|
+
{
|
14
|
+
"data": "<h1>Heading1</h1>",
|
15
|
+
"type": "text"
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
19
|
+
]
|
20
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
"name": "Conditional comments",
|
3
|
+
"options": {},
|
4
|
+
"html": "<!--[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]--><!--[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]-->",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"data": "[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]",
|
8
|
+
"type": "comment"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"data": "[if lt IE 7]> <html class='no-js ie6 oldie' lang='en'> <![endif]",
|
12
|
+
"type": "comment"
|
13
|
+
}
|
14
|
+
]
|
15
|
+
}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
{
|
2
|
+
"name": "lowercase tags",
|
3
|
+
"options": {},
|
4
|
+
"html": "<!DOCTYPE html><HTML><TITLE>The Title</title><BODY>Hello world</body></html>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"name": "!doctype",
|
8
|
+
"data": "!DOCTYPE html",
|
9
|
+
"type": "directive"
|
10
|
+
},
|
11
|
+
{
|
12
|
+
"type": "tag",
|
13
|
+
"name": "html",
|
14
|
+
"attribs": {},
|
15
|
+
"children": [
|
16
|
+
{
|
17
|
+
"type": "tag",
|
18
|
+
"name": "title",
|
19
|
+
"attribs": {},
|
20
|
+
"children": [
|
21
|
+
{
|
22
|
+
"data": "The Title",
|
23
|
+
"type": "text"
|
24
|
+
}
|
25
|
+
]
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"type": "tag",
|
29
|
+
"name": "body",
|
30
|
+
"attribs": {},
|
31
|
+
"children": [
|
32
|
+
{
|
33
|
+
"data": "Hello world",
|
34
|
+
"type": "text"
|
35
|
+
}
|
36
|
+
]
|
37
|
+
}
|
38
|
+
]
|
39
|
+
}
|
40
|
+
]
|
41
|
+
}
|