UNPKG

fetch-meta-tags

Version:

Fetch and parse OG tags and metadata from any URL, the fast way

35 lines (34 loc) 821 B
{ "name": "fetch-meta-tags", "version": "1.1.0", "description": "Fetch and parse OG tags and metadata from any URL, the fast way", "exports": "./index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/luisivan/fetch-meta-tags.git" }, "keywords": [ "fetch", "metadata", "og" ], "author": "Luis Cuende <me@luisc.xyz>", "contributors": [ { "name": "Alessandro Rabitti", "url": "https://github.com/silversonicaxel" } ], "license": "MIT", "bugs": { "url": "https://github.com/luisivan/fetch-meta-tags/issues" }, "homepage": "https://github.com/luisivan/fetch-meta-tags#readme", "dependencies": { "node-html-parser": "^5.0.0" } }