se-scraper/package.json

41 lines
1004 B
JSON
Raw Normal View History

2018-12-24 14:25:02 +01:00
{
"name": "se-scraper",
2019-08-12 17:16:37 +02:00
"version": "1.4.4",
2019-06-11 18:16:59 +02:00
"description": "A module using puppeteer to scrape several search engines such as Google, Duckduckgo, Bing or Baidu",
2019-01-27 15:54:56 +01:00
"homepage": "https://scrapeulous.com/",
2018-12-24 14:25:02 +01:00
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"scraping",
"search-engines",
"google",
"bing",
2018-12-24 14:25:02 +01:00
"web-scraping"
],
"author": "Nikolai Tschacher <hire@incolumitas.com> (https://incolumitas.com/)",
"repository": {
"type": "git",
"url": "https://github.com/NikolaiT/se-scraper"
},
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"debug": "^4.1.1",
"got": "^9.6.0",
2019-07-11 16:54:32 +02:00
"lodash": "^4.17.14",
"proxy-chain": "^0.2.7",
"puppeteer": "^1.18.1",
"puppeteer-cluster": "^0.13.0",
"puppeteer-extra": "^2.1.3",
"puppeteer-extra-plugin-stealth": "^2.2.2",
"user-agents": "^1.0.321"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"mocha": "^6.1.4"
2018-12-24 14:25:02 +01:00
}
}