mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
[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:
+6
-5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user