scrapeasy
Version:
Automated scraping module using patterns generated by the userscript Scrapeasy.
30 lines (29 loc) • 695 B
JSON
{
"name": "scrapeasy",
"version": "0.4.2",
"description": "Automated scraping module using patterns generated by the userscript Scrapeasy.",
"main": "scrapeasy.js",
"dependencies": {
"request": "2.72.0",
"tosource": "1.0.0",
"parsonic": "1.1.0"
},
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"scraping",
"scraper",
"crawling"
],
"author": "oabtm",
"repository": {
"type": "git",
"url": "git+https://github.com/oabtm/scrapeasy-node.js.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oabtm/scrapeasy-node.js/issues"
},
"homepage": "https://github.com/oabtm/scrapeasy-node.js#readme"
}