se-scraper/package.json

37 lines
867 B
JSON
Raw Normal View History

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",
"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",
"proxy-chain": "^0.2.7",
2019-06-11 18:27:34 +02:00
"puppeteer": "^1.17.0",
"puppeteer-cluster": "^0.13.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"mocha": "^6.1.4"
2018-12-24 14:25:02 +01:00
}
}