diff options
Diffstat (limited to 'includes/external/addressbook/node_modules/open-graph-scraper/package.json')
-rw-r--r-- | includes/external/addressbook/node_modules/open-graph-scraper/package.json | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/includes/external/addressbook/node_modules/open-graph-scraper/package.json b/includes/external/addressbook/node_modules/open-graph-scraper/package.json new file mode 100644 index 0000000..93eb30d --- /dev/null +++ b/includes/external/addressbook/node_modules/open-graph-scraper/package.json @@ -0,0 +1,80 @@ +{ + "name": "open-graph-scraper", + "description": "Node.js scraper module for Open Graph and Twitter Card info", + "version": "5.2.3", + "license": "MIT", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "scripts": { + "build": "tsc", + "eslint:fix": "eslint . --ext .js,.ts --fix", + "eslint": "eslint . --ext .js,.ts", + "mocha:int": "ts-mocha --require ./tests/helpers/bootstrap.js --recursive \"./tests/integration/**/*.spec.js\" --timeout 10000", + "mocha:unit": "nyc --reporter=html --reporter=text --exclude=tests/ ts-mocha --require ./tests/helpers/bootstrap.js --recursive \"./tests/unit/**/*.spec.js\"", + "prepare": "npm run snyk-protect && npm run build", + "snyk-protect": "snyk-protect", + "test": "npm run mocha:unit && npm run mocha:int" + }, + "engines": { + "node": ">=14.16" + }, + "author": { + "name": "Josh Shemas", + "email": "jjs90jjs@gmail.com", + "url": "https://github.com/jshemas" + }, + "dependencies": { + "chardet": "^1.5.1", + "cheerio": "^1.0.0-rc.12", + "got": "^12.6.0", + "iconv-lite": "^0.6.3", + "validator": "^13.9.0" + }, + "files": [ + "/dist", + "CHANGELOG.md", + "index.ts" + ], + "devDependencies": { + "@snyk/protect": "^1.1118.0", + "@types/node": "^18.15.2", + "@typescript-eslint/eslint-plugin": "^5.55.0", + "@typescript-eslint/parser": "^5.55.0", + "chai": "^4.3.7", + "eslint": "^8.36.0", + "eslint-config-airbnb-base": "^15.0.0", + "eslint-config-airbnb-typescript": "^17.0.0", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-mocha": "^10.1.0", + "eslint-plugin-promise": "^6.1.1", + "mocha": "^10.2.0", + "nock": "^13.3.0", + "nyc": "^15.1.0", + "sinon": "^15.0.2", + "ts-mocha": "^10.0.0", + "tunnel": "^0.0.6", + "typescript": "^4.9.5" + }, + "repository": { + "type": "git", + "url": "http://github.com/jshemas/openGraphScraper.git", + "web": "http://github.com/jshemas/openGraphScraper" + }, + "keywords": [ + "app links", + "dublin core", + "meta tags", + "metadata", + "og", + "ogp", + "ogs", + "open graph scraper", + "open graph", + "opengraph", + "openGraphScraper", + "scraper", + "twitter card", + "twitter" + ], + "snyk": true +} |