browser
Version:
browsing urls with cookies, that is, we can scrape with authenticated pages!
26 lines (25 loc) • 712 B
JSON
{
"name": "browser"
, "version": "0.2.6"
, "description": "browsing urls with cookies, that is, we can scrape with authenticated pages!"
, "tags": ["scraping", "browse", "url", "cookie", "crawling", "login", "sign-in"]
, "author": "SHIN Suzuki <shinout310@gmail.com>"
, "repository":
{ "type": "git"
, "url": "https://github.com/shinout/browser.git"
}
, "bugs": {"url": "https://github.com/shinout/browser/issues" }
, "licences":
[ { "type": "MIT"
, "url": "https://github.com/shinout/browser/raw/master/LICENCE"
}
]
, "main": "./browser.js"
, "dependencies":
{ "junjo": ">=0.2.6"
, "termcolor" : "x.x.x"
, "u2r" : "x.x.x"
, "cheerio" : "x.x.x"
}
, "engine" : "node >= 0.4.1"
}