1a451681ee
- crawl_hpe.js: v1 single-phase (Phase 1 only) - crawl_hpe_v2.js: v2 two-phase (discover versions + sub-pages) - v2: auto-detects Chrome across Mac/Linux, sets fake UA, handles cloudflare-like Access Denied - covered 209 pages for HPE AOS 10.x (60 versions + 149 sub-pages: features/resolved/known/regulatory) - cumulative: 2.5MB markdown output, all sub-page sections parsed
17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"name": "url2pdf",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "pdf.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"puppeteer": "^25.0.4",
|
|
"puppeteer-core": "^25.3.0"
|
|
}
|
|
}
|