@tacohitbox/bing-scraper
Version:
Scrape results from Microsoft Bing.
32 lines (31 loc) • 639 B
JSON
{
"name": "@tacohitbox/bing-scraper",
"version": "1.0.4",
"description": "Scrape results from Microsoft Bing.",
"main": "index.js",
"scripts": {
"test": "node tests/index.js"
},
"repository": {
"type": "git",
"url": "http://git.foreskin.live/tacohitbox/bing-scraper.git"
},
"keywords": [
"bing",
"scrape",
"scraper",
"bing-scraping",
"bing-scraper"
],
"author": "tacohitbox",
"license": "UNLICENSED",
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"got": "^11.8.2",
"set-cookie-parser": "^2.4.8"
},
"directories": {
"test": "tests"
},
"devDependencies": {}
}