yolo-scraper
Version:
A simple way to structure your web scraper.
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "yolo-scraper",
"version": "1.0.1",
"description": "A simple way to structure your web scraper.",
"main": "lib/index.js",
"keywords": [
"scraping",
"scraper",
"html",
"extract",
"structure",
"simple",
"validation",
"json",
"schema"
],
"author": "Simon Thiboutôt <salut@simonthiboutot.com> (http://simonthiboutot.com)",
"license": "MIT",
"dependencies": {
"ajv": "^6.12.6",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.3"
},
"devDependencies": {
"jasmine": "^3.6.2",
"nock": "^13.0.4",
"standard": "^15.0.0"
},
"directories": {
"example": "examples"
},
"scripts": {
"test": "standard && jasmine",
"lint": "standard",
"lint-fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/masterT/yolo-scraper.git"
},
"bugs": {
"url": "https://github.com/masterT/yolo-scraper/issues"
},
"homepage": "https://github.com/masterT/yolo-scraper#readme"
}