UNPKG

html-metadata

Version:

Scrapes metadata of several different standards

57 lines (56 loc) 1.3 kB
{ "name": "html-metadata", "version": "3.0.1", "description": "Scrapes metadata of several different standards", "main": "index.js", "dependencies": { "cheerio": "1.0.0-rc.12", "microdata-node": "^2.0.0" }, "devDependencies": { "chai": "^4.3.0", "eslint-config-wikimedia": "0.29.0", "mocha": "^11.1.0", "mocha-lcov-reporter": "^1.3.0", "nock": "^13.3.0", "nyc": "^17.1.0" }, "scripts": { "test": "npm run lint && mocha", "lint": "eslint --cache --max-warnings 0 --ext .js,.json .", "lint:fix": "eslint --fix .", "coverage": "nyc --reporter=lcov _mocha" }, "engines": { "node": ">=18" }, "keywords": [ "bepress", "coins", "dublin core", "eprints", "highwire press", "json-ld", "open graph", "metadata", "microdata", "prism", "twitter cards", "web scraper" ], "repository": { "type": "git", "url": "https://github.com/wikimedia/html-metadata.git" }, "author": "Marielle Volz <marielle.volz@gmail.com>", "contributors": [ "Krzysztof Zbudniewek <krzysztof.zbudniewek@gmail.com>", "Geoffrey Mon <geofbot@gmail.com>", "Scimonster <tehalmightyscimonster@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/wikimedia/html-metadata/issues" }, "homepage": "https://github.com/wikimedia/html-metadata" }