UNPKG

metaget

Version:

A Node.js module to fetch HTML meta tags (including Open Graph) from a remote URL

43 lines (42 loc) 984 B
{ "name": "metaget", "version": "1.0.7", "description": "A Node.js module to fetch HTML meta tags (including Open Graph) from a remote URL", "main": "index.js", "scripts": { "test": "jest tests/test.js" }, "keywords": [ "metatags", "metadata", "fetch", "meta", "remote", "meta", "tags", "html", "parse", "opengraph", "open graph" ], "author": "Mark Moffat <hi@markmoffat.com> (https://markmoffat.com)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mrvautin/metaget.git" }, "dependencies": { "cheerio": "^1.0.0-rc.3", "got": "^10.6.0" }, "devDependencies": { "jest": "^25.2.7", "eslint": "^6.8.0", "eslint-config-standard": "^13.0.1", "eslint-plugin-extra-rules": "0.0.0-development", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^9.2.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1" } }