UNPKG

url-metadata

Version:

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

31 lines (30 loc) 590 B
{ "scripts": { "start": "npx parcel ./index.html" }, "browserslist": "> 0.5%, last 2 versions, not dead", "targets": { "main": { "includeNodeModules": [ "url-metadata" ] } }, "dependencies": { "url-metadata": "^5.0.4" }, "devDependencies": { "buffer": "^6.0.3", "events": "^3.3.0", "https-browserify": "^1.0.0", "parcel": "^2.13.3", "process": "^0.11.10", "stream-http": "^3.2.0", "typescript": "^5.3.3", "url": "^0.11.4" }, "alias": { "process": "process/browser.js", "buffer": "buffer" } }