UNPKG

url-metadata

Version:

Request a url and scrape the metadata from its HTML using Node.js or the browser.

69 lines (68 loc) 1.51 kB
{ "name": "url-metadata", "version": "5.0.5", "description": "Request a url and scrape the metadata from its HTML using Node.js or the browser.", "repository": { "type": "git", "url": "git+https://github.com/laurengarcia/url-metadata.git" }, "author": "Lauren Garcia <lauren.garcia@gmail.com> (https://github.com/laurengarcia)", "license": "MIT", "bugs": { "url": "https://github.com/laurengarcia/url-metadata/issues" }, "homepage": "https://github.com/laurengarcia/url-metadata#readme", "engines": { "node": ">=18.0.0" }, "main": "index.js", "types": "index.d.ts", "scripts": { "lint": "standard", "format": "standard --fix", "test": "jest --testPathIgnorePatterns=/test-debug/ && standard", "debug": "jest test-debug/debug.test.js", "prepare": "husky install" }, "standard": { "globals": [ "expect", "test" ], "ignore": [ "/example-typescript", "/example-vite", "/test-debug" ] }, "keywords": [ "html", "metadata", "meta tags", "scrape", "scraper", "parser", "seo", "url", "article", "citations", "node", "node.js", "browser", "og", "open graph", "og: tags", "json-ld", "twitter cards" ], "dependencies": { "cheerio": "^1.0.0-rc.12", "node-fetch": "^3.3.2", "request-filtering-agent": "2.0.1" }, "devDependencies": { "husky": "^8.0.3", "jest": "^29.5.0", "standard": "^17.0.0" } }