nexara
Version:
Nexara is a lightweight Node.js module designed to fetch and parse web content efficiently. It also provides a utility for capturing webpage screenshots.
36 lines (35 loc) • 726 B
JSON
{
"name": "nexara",
"version": "2.0.1",
"main": "nexara.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nimesh-piyumal/nexara.git"
},
"keywords": [
"scraper",
"web scraping",
"html parsing",
"axios",
"cheerio",
"screenshot",
"web content",
"web automation",
"nodejs",
"nexara"
],
"author": "Nimesh Piyumal",
"license": "ISC",
"bugs": {
"url": "https://github.com/nimesh-piyumal/nexara/issues"
},
"homepage": "https://github.com/nimesh-piyumal/nexara#readme",
"description": "",
"dependencies": {
"axios": "^1.7.7",
"cheerio": "^1.0.0"
}
}