UNPKG

webpagedatascraper

Version:

Web scraping extension for puppeteer. Quickly scrape html page data to JSON object.

54 lines (53 loc) 1.37 kB
{ "name": "webpagedatascraper", "version": "1.0.17", "description": "Web scraping extension for puppeteer. Quickly scrape html page data to JSON object.", "main": "./lib/webpagedatascraper.js", "dependencies": { "chalk": "^4.0.0", "fs": "^0.0.1-security", "puppeteer": "^3.0.1" }, "devDependencies": { "mocha": "^7.1.1" }, "scripts": { "test": "mocha ./tests/test.js", "debug-test": "mocha --inspect-brk ./tests/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/hpt-dev/WebpageDataScraper.git" }, "keywords": [ "puppeteer", "scraper", "web", "scraper", "scrape html page", "scrape web page data", "scrape data", "data scraper", "web scraper", "extract data from webpage", "extract html", "extract html using css selectors", "scrape-it", "web page scraper", "website-scraper", "website scraper", "simple data scraper", "simple web page scraper", "simple scraper", "easy web scraping", "extract data from html", "extract data", "data extractor" ], "author": "HPT", "license": "MIT", "bugs": { "url": "https://github.com/hpt-dev/WebpageDataScraper/issues" }, "homepage": "https://github.com/hpt-dev/WebpageDataScraper#readme" }