UNPKG

scrapefrom

Version:
54 lines (53 loc) 1.37 kB
{ "name": "scrapefrom", "version": "2.6.7", "description": "Scrape data from any webpage.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "npx eslint 'src/**/*.{js,mjs,cjs,ts}'; exit 0", "build": "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": { "@types/jsdom": "^21.1.7", "cheerio": "^1.0.0", "cross-fetch": "^4.1.0", "dottpath": "^0.2.0", "jsdom": "^26.0.0", "puppeteer": "^24.4.0", "puppeteer-extra": "^3.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", "simpul": "^1.2.6" }, "devDependencies": { "@eslint/js": "^9.12.0", "@types/node": "^22.7.5", "eslint": "^9.12.0", "globals": "^15.11.0", "ts-node": "^10.9.2", "typescript": "^5.6.3", "typescript-eslint": "^8.9.0" } }