{
  "name": "@lyuboslavlyubenov/se-scraper",
  "version": "1.9.12",
  "description": "A module using puppeteer to scrape several search engines such as Google, Bing and Duckduckgo",
  "homepage": "https://scrapeulous.com/",
  "main": "index.js",
  "scripts": {
    "test": "mocha test test/modules"
  },
  "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": {
    "cheerio": "^1.0.0-rc.3",
    "debug": "^4.1.1",
    "got": "^9.6.0",
    "lodash": "^4.17.14",
    "puppeteer": "^2.0.0",
    "puppeteer-cluster": "^0.18.0",
    "puppeteer-extra": "^2.1.3",
    "puppeteer-extra-plugin-stealth": "^2.2.2",
    "user-agents": "^1.0.378",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "bluebird": "^3.7.2",
    "chai": "^4.2.0",
    "chai-string": "^1.5.0",
    "express": "^4.17.1",
    "http-mitm-proxy": "^0.8.2",
    "key-cert": "^1.0.1",
    "mocha": "^6.1.4",
    "ua-parser-js": "^0.7.21"
  }
}
