rahad-media-downloader 2.1.10 → 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.3/node_modules/.package-lock.json +6 -0
- package/.cache/typescript/5.3/node_modules/@types/qs/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/qs/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/qs/index.d.ts +79 -0
- package/.cache/typescript/5.3/node_modules/@types/qs/package.json +65 -0
- package/.cache/typescript/5.3/package-lock.json +7 -0
- package/.cache/typescript/5.3/package.json +1 -1
- 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 +37 -2
- package/.cache/replit/modules/nodejs-20:v32-20240401-269b323.res +0 -1
- package/.cache/replit/modules/replit:v8-20240329-787bc7d.res +0 -1
@@ -0,0 +1,131 @@
|
|
1
|
+
{
|
2
|
+
"name": "DOM level 1",
|
3
|
+
"options": { "withDomLvl1": true },
|
4
|
+
"html": "<div>some stray text<h1>Hello, world.</h1><!-- comment node -->more stray text</div>",
|
5
|
+
"expected": [
|
6
|
+
{
|
7
|
+
"type": "tag",
|
8
|
+
"nodeType": 1,
|
9
|
+
"name": "div",
|
10
|
+
"tagName": "div",
|
11
|
+
"attribs": {},
|
12
|
+
"nodeValue": null,
|
13
|
+
"children": [
|
14
|
+
{
|
15
|
+
"type": "text",
|
16
|
+
"nodeType": 3,
|
17
|
+
"tagName": null,
|
18
|
+
"data": "some stray text",
|
19
|
+
"nodeValue": "some stray text",
|
20
|
+
"childNodes": null,
|
21
|
+
"firstChild": null,
|
22
|
+
"lastChild": null
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"type": "tag",
|
26
|
+
"nodeType": 1,
|
27
|
+
"name": "h1",
|
28
|
+
"tagName": "h1",
|
29
|
+
"nodeValue": null,
|
30
|
+
"attribs": {},
|
31
|
+
"children": [
|
32
|
+
{
|
33
|
+
"type": "text",
|
34
|
+
"nodeType": 3,
|
35
|
+
"tagName": null,
|
36
|
+
"data": "Hello, world.",
|
37
|
+
"nodeValue": "Hello, world.",
|
38
|
+
"childNodes": null,
|
39
|
+
"firstChild": null,
|
40
|
+
"lastChild": null
|
41
|
+
}
|
42
|
+
],
|
43
|
+
"firstChild": {
|
44
|
+
"type": "text",
|
45
|
+
"nodeType": 3,
|
46
|
+
"tagName": null,
|
47
|
+
"data": "Hello, world.",
|
48
|
+
"nodeValue": "Hello, world.",
|
49
|
+
"childNodes": null,
|
50
|
+
"firstChild": null,
|
51
|
+
"lastChild": null
|
52
|
+
},
|
53
|
+
"lastChild": {
|
54
|
+
"type": "text",
|
55
|
+
"nodeType": 3,
|
56
|
+
"tagName": null,
|
57
|
+
"data": "Hello, world.",
|
58
|
+
"nodeValue": "Hello, world.",
|
59
|
+
"childNodes": null,
|
60
|
+
"firstChild": null,
|
61
|
+
"lastChild": null
|
62
|
+
}
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"type": "comment",
|
66
|
+
"nodeType": 8,
|
67
|
+
"tagName": null,
|
68
|
+
"data": " comment node ",
|
69
|
+
"nodeValue": " comment node ",
|
70
|
+
"childNodes": null,
|
71
|
+
"firstChild": null,
|
72
|
+
"lastChild": null,
|
73
|
+
"prev": {
|
74
|
+
"type": "tag",
|
75
|
+
"name": "h1",
|
76
|
+
"nodeValue": null,
|
77
|
+
"attribs": {}
|
78
|
+
},
|
79
|
+
"previousSibling": {
|
80
|
+
"type": "tag",
|
81
|
+
"name": "h1",
|
82
|
+
"nodeValue": null,
|
83
|
+
"attribs": {}
|
84
|
+
},
|
85
|
+
"next": {
|
86
|
+
"type": "text",
|
87
|
+
"tagName": null,
|
88
|
+
"data": "more stray text"
|
89
|
+
},
|
90
|
+
"nextSibling": {
|
91
|
+
"type": "text",
|
92
|
+
"tagName": null,
|
93
|
+
"data": "more stray text"
|
94
|
+
}
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"type": "text",
|
98
|
+
"nodeType": 3,
|
99
|
+
"tagName": null,
|
100
|
+
"data": "more stray text",
|
101
|
+
"nodeValue": "more stray text",
|
102
|
+
"childNodes": null,
|
103
|
+
"firstChild": null,
|
104
|
+
"lastChild": null,
|
105
|
+
"next": null,
|
106
|
+
"nextSibling": null
|
107
|
+
}
|
108
|
+
],
|
109
|
+
"firstChild": {
|
110
|
+
"type": "text",
|
111
|
+
"nodeType": 3,
|
112
|
+
"tagName": null,
|
113
|
+
"data": "some stray text",
|
114
|
+
"nodeValue": "some stray text",
|
115
|
+
"childNodes": null,
|
116
|
+
"firstChild": null,
|
117
|
+
"lastChild": null
|
118
|
+
},
|
119
|
+
"lastChild": {
|
120
|
+
"type": "text",
|
121
|
+
"nodeType": 3,
|
122
|
+
"tagName": null,
|
123
|
+
"data": "more stray text",
|
124
|
+
"nodeValue": "more stray text",
|
125
|
+
"childNodes": null,
|
126
|
+
"firstChild": null,
|
127
|
+
"lastChild": null
|
128
|
+
}
|
129
|
+
}
|
130
|
+
]
|
131
|
+
}
|
@@ -0,0 +1,85 @@
|
|
1
|
+
{
|
2
|
+
"name": "withStartIndices adds correct startIndex properties",
|
3
|
+
"options": {"withStartIndices": true},
|
4
|
+
"streaming": false,
|
5
|
+
"html": "<!DOCTYPE html> <html> <title>The Title</title> <body class='foo'>Hello world <p></p></body> <!-- the comment --> </html> ",
|
6
|
+
"expected": [
|
7
|
+
{
|
8
|
+
"startIndex": 0,
|
9
|
+
"name": "!doctype",
|
10
|
+
"data": "!DOCTYPE html",
|
11
|
+
"type": "directive"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"type": "text",
|
15
|
+
"data": " "
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"startIndex": 16,
|
19
|
+
"type": "tag",
|
20
|
+
"name": "html",
|
21
|
+
"attribs": {},
|
22
|
+
"parent": null,
|
23
|
+
"children": [
|
24
|
+
{
|
25
|
+
"startIndex": 22,
|
26
|
+
"type": "text",
|
27
|
+
"data": " "
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"startIndex": 23,
|
31
|
+
"type": "tag",
|
32
|
+
"name": "title",
|
33
|
+
"attribs": {},
|
34
|
+
"children": [
|
35
|
+
{
|
36
|
+
"startIndex": 30,
|
37
|
+
"data": "The Title",
|
38
|
+
"type": "text"
|
39
|
+
}
|
40
|
+
]
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"startIndex": 47,
|
44
|
+
"type": "text",
|
45
|
+
"data": " "
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"startIndex": 48,
|
49
|
+
"type": "tag",
|
50
|
+
"name": "body",
|
51
|
+
"attribs": {"class": "foo"},
|
52
|
+
"children": [
|
53
|
+
{
|
54
|
+
"startIndex": 66,
|
55
|
+
"data": "Hello world ",
|
56
|
+
"type": "text"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"startIndex": 78,
|
60
|
+
"type": "tag",
|
61
|
+
"name": "p",
|
62
|
+
"attribs": {},
|
63
|
+
"children": []
|
64
|
+
}
|
65
|
+
]
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"startIndex": 92,
|
69
|
+
"type": "text",
|
70
|
+
"data": " "
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"startIndex": 93,
|
74
|
+
"type": "comment",
|
75
|
+
"data": " the comment "
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"startIndex": 113,
|
79
|
+
"type": "text",
|
80
|
+
"data": " "
|
81
|
+
}
|
82
|
+
]
|
83
|
+
}
|
84
|
+
]
|
85
|
+
}
|
@@ -0,0 +1,86 @@
|
|
1
|
+
{
|
2
|
+
"name": "withEndIndices adds correct endIndex properties",
|
3
|
+
"options": {"withStartIndices": true,"withEndIndices": true},
|
4
|
+
"streaming": false,
|
5
|
+
"html": "<!DOCTYPE html> <html> <title>The Title</title> <body class='foo'>Hello world <p></p></body> <!-- the comment --> </html> ",
|
6
|
+
"expected": [
|
7
|
+
{
|
8
|
+
"endIndex": null,
|
9
|
+
"name": "!doctype",
|
10
|
+
"data": "!DOCTYPE html",
|
11
|
+
"type": "directive"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"type": "text",
|
15
|
+
"data": " ",
|
16
|
+
"endIndex": 15
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"endIndex": 120,
|
20
|
+
"type": "tag",
|
21
|
+
"name": "html",
|
22
|
+
"attribs": {},
|
23
|
+
"parent": null,
|
24
|
+
"children": [
|
25
|
+
{
|
26
|
+
"endIndex": 22,
|
27
|
+
"type": "text",
|
28
|
+
"data": " "
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"endIndex": 46,
|
32
|
+
"type": "tag",
|
33
|
+
"name": "title",
|
34
|
+
"attribs": {},
|
35
|
+
"children": [
|
36
|
+
{
|
37
|
+
"endIndex": 38,
|
38
|
+
"data": "The Title",
|
39
|
+
"type": "text"
|
40
|
+
}
|
41
|
+
]
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"endIndex": 47,
|
45
|
+
"type": "text",
|
46
|
+
"data": " "
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"endIndex": 91,
|
50
|
+
"type": "tag",
|
51
|
+
"name": "body",
|
52
|
+
"attribs": {"class": "foo"},
|
53
|
+
"children": [
|
54
|
+
{
|
55
|
+
"endIndex": 77,
|
56
|
+
"data": "Hello world ",
|
57
|
+
"type": "text"
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"endIndex": 84,
|
61
|
+
"type": "tag",
|
62
|
+
"name": "p",
|
63
|
+
"attribs": {},
|
64
|
+
"children": []
|
65
|
+
}
|
66
|
+
]
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"endIndex": 92,
|
70
|
+
"type": "text",
|
71
|
+
"data": " "
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"endIndex": 112,
|
75
|
+
"type": "comment",
|
76
|
+
"data": " the comment "
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"endIndex": 113,
|
80
|
+
"type": "text",
|
81
|
+
"data": " "
|
82
|
+
}
|
83
|
+
]
|
84
|
+
}
|
85
|
+
]
|
86
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
var fs = require("fs"),
|
2
|
+
path = require("path"),
|
3
|
+
assert = require("assert"),
|
4
|
+
util = require("util"),
|
5
|
+
Parser = require("htmlparser2").Parser,
|
6
|
+
Handler = require("../");
|
7
|
+
|
8
|
+
var basePath = path.resolve(__dirname, "cases"),
|
9
|
+
inspectOpts = { showHidden: true, depth: null };
|
10
|
+
|
11
|
+
fs
|
12
|
+
.readdirSync(basePath)
|
13
|
+
.filter(RegExp.prototype.test, /\.json$/) //only allow .json files
|
14
|
+
.map(function(name){
|
15
|
+
return path.resolve(basePath, name);
|
16
|
+
})
|
17
|
+
.map(require)
|
18
|
+
.forEach(function(test){
|
19
|
+
it(test.name, function(){
|
20
|
+
var expected = test.expected;
|
21
|
+
|
22
|
+
var handler = new Handler(function(err, actual){
|
23
|
+
assert.ifError(err);
|
24
|
+
try {
|
25
|
+
compare(expected, actual);
|
26
|
+
} catch(e){
|
27
|
+
e.expected = util.inspect(expected, inspectOpts);
|
28
|
+
e.actual = util.inspect(actual, inspectOpts);
|
29
|
+
throw e;
|
30
|
+
}
|
31
|
+
}, test.options);
|
32
|
+
|
33
|
+
var data = test.html;
|
34
|
+
|
35
|
+
var parser = new Parser(handler, test.options);
|
36
|
+
|
37
|
+
//first, try to run the test via chunks
|
38
|
+
if (test.streaming || test.streaming === undefined){
|
39
|
+
for(var i = 0; i < data.length; i++){
|
40
|
+
parser.write(data.charAt(i));
|
41
|
+
}
|
42
|
+
parser.done();
|
43
|
+
}
|
44
|
+
|
45
|
+
//then parse everything
|
46
|
+
parser.parseComplete(data);
|
47
|
+
});
|
48
|
+
});
|
49
|
+
|
50
|
+
function compare(expected, result){
|
51
|
+
assert.equal(typeof expected, typeof result, "types didn't match");
|
52
|
+
if(typeof expected !== "object" || expected === null){
|
53
|
+
assert.strictEqual(expected, result, "result doesn't equal expected");
|
54
|
+
} else {
|
55
|
+
for(var prop in expected){
|
56
|
+
assert.ok(prop in result, "result didn't contain property " + prop);
|
57
|
+
compare(expected[prop], result[prop]);
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
of this software and associated documentation files (the "Software"), to deal
|
5
|
+
in the Software without restriction, including without limitation the rights
|
6
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
copies of the Software, and to permit persons to whom the Software is
|
8
|
+
furnished to do so, subject to the following conditions:
|
9
|
+
|
10
|
+
The above copyright notice and this permission notice shall be included in
|
11
|
+
all copies or substantial portions of the Software.
|
12
|
+
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19
|
+
THE SOFTWARE.
|