mirror of
https://github.com/NikolaiT/se-scraper.git
synced 2024-11-07 16:23:58 +01:00
32 lines
766 B
JSON
32 lines
766 B
JSON
{
|
|
"name": "se-scraper",
|
|
"version": "1.2.1",
|
|
"description": "A simple module using puppeteer to scrape several search engines such as Google, Duckduckgo and Bing.",
|
|
"homepage": "https://scrapeulous.com/",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"keywords": [
|
|
"scraping",
|
|
"search-engines",
|
|
"google",
|
|
"bing",
|
|
"web-scraping"
|
|
],
|
|
"author": "Nikolai Tschacher <hire@incolumitas.com> (https://incolumitas.com/)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NikolaiT/se-scraper"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chai": "^4.2.0",
|
|
"cheerio": "^1.0.0-rc.2",
|
|
"got": "^9.6.0",
|
|
"proxy-chain": "^0.2.7",
|
|
"puppeteer": "^1.12.2",
|
|
"puppeteer-cluster": "^0.13.0"
|
|
}
|
|
}
|