UNPKG

scrapefrom

Version:
53 lines (52 loc) 1.39 kB
{ "name": "scrapefrom", "version": "2.6.8", "description": "Scrape data from any webpage.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "update": "yarn && node package.update.js", "lint": "npx eslint 'src/**/*.{js,mjs,cjs,ts}'; exit 0", "build": "npx rimraf dist && tsc", "test-cjs": "yarn build && node test/test-cjs.js", "test-esm": "yarn build && node test/test-esm.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/nameer-rizvi/scrapefrom.git" }, "keywords": [ "webscrape", "webscraper", "webcrawl", "webcrawler", "crawler", "html", "data", "structured data" ], "author": "Nameer Rizvi (https://github.com/nameer-rizvi)", "license": "ISC", "bugs": { "url": "https://github.com/nameer-rizvi/scrapefrom/issues" }, "homepage": "https://github.com/nameer-rizvi/scrapefrom#readme", "dependencies": { "cheerio": "^1.1.2", "cross-fetch": "^4.1.0", "dottpath": "^0.2.1", "puppeteer": "^24.34.0", "puppeteer-extra": "^3.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", "simpul": "^1.2.7" }, "devDependencies": { "@eslint/js": "^9.39.2", "@types/node": "^25.0.3", "eslint": "^9.39.2", "globals": "^17.0.0", "ts-node": "^10.9.2", "typescript": "^5.9.3", "typescript-eslint": "^8.52.0" } }