UNPKG

open-graph-scraper

Version:

Node.js scraper module for Open Graph and Twitter Card info

69 lines (68 loc) 1.99 kB
{ "name": "open-graph-scraper", "description": "Node.js scraper module for Open Graph and Twitter Card info", "version": "4.3.1", "license": "MIT", "main": "index.js", "scripts": { "eslint:fix": "eslint . --ext .js --fix", "eslint": "eslint . --ext .js", "mocha:unit": "nyc --reporter=html --reporter=text --exclude=tests/ mocha --require ./tests/helpers/bootstrap.js --recursive \"./tests/unit/**/*.spec.js\"", "mocha:int": "mocha --require ./tests/helpers/bootstrap.js --recursive \"./tests/integration/**/*.spec.js\" --timeout 10000", "test": "npm run mocha:unit && npm run mocha:int", "markdown:lint": "markdownlint **/*.md --ignore node_modules", "markdown:lint:fix": "markdownlint **/*.md --ignore node_modules", "snyk-protect": "snyk protect", "prepare": "npm run snyk-protect" }, "engines": { "node": ">=10.x.x" }, "author": { "name": "Josh Shemas", "email": "jjs90jjs@gmail.com", "url": "https://github.com/jshemas" }, "dependencies": { "chardet": "^1.2.1", "cheerio": "^1.0.0-rc.3", "got": "^11.4.0", "iconv-lite": "^0.6.1", "validator": "^13.0.0" }, "files": [ "CHANGELOG.md", "/lib" ], "devDependencies": { "chai": "^4.2.0", "eslint": "^7.4.0", "eslint-config-airbnb": "^18.0.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-mocha": "^7.0.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.20.3", "eslint-plugin-react-hooks": "^4.0.5", "markdownlint-cli": "^0.23.2", "mocha": "^8.0.1", "nyc": "^15.0.1", "sinon": "^9.0.2", "snyk": "^1.360.0" }, "repository": { "type": "git", "url": "http://github.com/jshemas/openGraphScraper.git", "web": "http://github.com/jshemas/openGraphScraper" }, "keywords": [ "og", "ogp", "open graph", "opengraph", "scraper", "twitter card", "twitter" ], "snyk": true }