2018-12-24 14:25:02 +01:00
|
|
|
{
|
|
|
|
"name": "se-scraper",
|
2019-07-11 16:42:01 +02:00
|
|
|
"version": "1.3.15",
|
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",
|
2019-02-27 20:58:13 +01:00
|
|
|
"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",
|
2019-03-06 00:08:25 +01:00
|
|
|
"debug": "^4.1.1",
|
2019-01-29 22:48:08 +01:00
|
|
|
"got": "^9.6.0",
|
2019-02-27 20:58:13 +01:00
|
|
|
"proxy-chain": "^0.2.7",
|
2019-06-11 18:27:34 +02:00
|
|
|
"puppeteer": "^1.17.0",
|
2019-02-27 20:58:13 +01:00
|
|
|
"puppeteer-cluster": "^0.13.0"
|
2019-06-26 12:03:42 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"chai-string": "^1.5.0",
|
|
|
|
"mocha": "^6.1.4"
|
2018-12-24 14:25:02 +01:00
|
|
|
}
|
|
|
|
}
|