[CORL-735] Scraper support for JSON Linked Data (#2671)

* feat: add support for application/json+ld parsing

- upgraded scraper packages to use new jsonld parser
- waiting on https://github.com/microlinkhq/metascraper/pull/225
  for merging
- fixes #2670

* chore: metascraper upgrades
This commit is contained in:
Wyatt Johnson
2019-10-24 16:08:15 +00:00
committed by GitHub
parent ac96e5e312
commit 5714f441bb
6 changed files with 601 additions and 149 deletions
+6 -5
View File
@@ -57,6 +57,7 @@
"license": "Apache-2.0",
"dependencies": {
"@coralproject/bunyan-prettystream": "^0.1.4",
"@metascraper/helpers": "^5.7.14",
"akismet-api": "^4.2.0",
"apollo-server-express": "^2.8.1",
"archiver": "^3.0.3",
@@ -104,11 +105,11 @@
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"luxon": "^1.12.0",
"metascraper-author": "^3.11.8",
"metascraper-date": "^3.11.4",
"metascraper-description": "^3.11.8",
"metascraper-image": "^3.11.8",
"metascraper-title": "^3.11.8",
"metascraper-author": "^5.7.14",
"metascraper-date": "^5.7.14",
"metascraper-description": "^5.7.14",
"metascraper-image": "^5.7.14",
"metascraper-title": "^5.7.14",
"mongodb": "^3.2.7",
"mongodb-core": "^3.2.7",
"ms": "^2.1.1",