UNPKG

metascraper

Version:

A library to easily scrape metadata from an article on the web using Open Graph metadata, regular HTML metadata, and series of fallbacks.

86 lines (85 loc) 1.7 kB
{ "name": "metascraper", "description": "A library to easily scrape metadata from an article on the web using Open Graph metadata, regular HTML metadata, and series of fallbacks.", "homepage": "https://metascraper.js.org", "version": "5.0.0", "main": "src/index.js", "repository": { "type": "git", "url": "git+https://github.com/microlinkhq/metascraper.git" }, "bugs": { "url": "https://github.com/microlinkhq/metascraper/issues" }, "keywords": [ "article", "browser", "cheerio", "content", "expand", "extract", "facebook", "fallback", "fetch", "get", "graph", "html", "meta", "metadata", "micro format", "microformat", "og", "open", "open graph", "opengraph", "page", "parse", "parser", "scrape", "scraper", "server", "site", "summarize", "summary", "tag", "tags", "twitter", "unfluff", "unfurl", "url", "web", "website" ], "dependencies": { "@metascraper/helpers": "^5.0.0", "cheerio": "~1.0.0-rc.2", "cheerio-advanced-selectors": "~2.0.1", "lodash": "~4.17.11", "whoops": "~4.0.2" }, "devDependencies": { "clear-module": "latest", "metascraper-clearbit-logo": "latest", "mocha": "latest", "nyc": "latest", "should": "latest", "snap-shot": "latest", "standard": "latest" }, "engines": { "node": ">= 8" }, "files": [ "src" ], "scripts": { "test": "NODE_PATH=.. TZ=UTC NODE_ENV=test nyc mocha test" }, "license": "MIT", "standard": { "env": [ "mocha" ] }, "gitHead": "2b453b2352c4f739de798433959ec4e2813b0277" }