-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "3.12.0" | ||
"version": "3.12.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "metascraper-amazon", | ||
"description": "metascraper integration with Amazon", | ||
"homepage": "https://documentup.com/microlinkhq/metascraper-amazon", | ||
"version": "3.11.12", | ||
"version": "3.12.1", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -21,7 +21,7 @@ | |
"metascraper" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^3.11.12" | ||
"@metascraper/helpers": "^3.12.1" | ||
}, | ||
"devDependencies": { | ||
"lodash": "latest", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "metascraper-author", | ||
"description": "Get author property from HTML markup", | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.11.12", | ||
"version": "3.12.1", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -16,7 +16,7 @@ | |
"url": "https://github.com/microlinkhq/metascraper/issues" | ||
}, | ||
"dependencies": { | ||
"@metascraper/helpers": "^3.11.12", | ||
"@metascraper/helpers": "^3.12.1", | ||
"lodash": "~4.17.10" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "metascraper-description", | ||
"description": "Get description property from HTML markup", | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.11.12", | ||
"version": "3.12.1", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -16,7 +16,7 @@ | |
"url": "https://github.com/microlinkhq/metascraper/issues" | ||
}, | ||
"dependencies": { | ||
"@metascraper/helpers": "^3.11.12", | ||
"@metascraper/helpers": "^3.12.1", | ||
"lodash": "~4.17.10" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@metascraper/helpers", | ||
"description": "Collection of helper functions used by metascraper", | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.11.12", | ||
"version": "3.12.1", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "metascraper-image", | ||
"description": "Get image property from HTML markup", | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.11.12", | ||
"version": "3.12.1", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -16,7 +16,7 @@ | |
"url": "https://github.com/microlinkhq/metascraper/issues" | ||
}, | ||
"dependencies": { | ||
"@metascraper/helpers": "^3.11.12" | ||
"@metascraper/helpers": "^3.12.1" | ||
}, | ||
"devDependencies": { | ||
"standard": "latest" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "metascraper-logo", | ||
"description": "Get logo property from HTML markup", | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.11.12", | ||
"version": "3.12.1", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -16,7 +16,7 @@ | |
"url": "https://github.com/microlinkhq/metascraper/issues" | ||
}, | ||
"dependencies": { | ||
"@metascraper/helpers": "^3.11.12", | ||
"@metascraper/helpers": "^3.12.1", | ||
"lodash": "~4.17.10" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "metascraper-soundcloud", | ||
"description": "metascraper integration with SoundCloud", | ||
"homepage": "https://documentup.com/microlinkhq/metascraper-soundcloud", | ||
"version": "3.11.12", | ||
"version": "3.12.1", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -21,7 +21,7 @@ | |
"metascraper" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^3.11.12" | ||
"@metascraper/helpers": "^3.12.1" | ||
}, | ||
"devDependencies": { | ||
"mocha": "latest", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "metascraper-title", | ||
"description": "Get title property from HTML markup", | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.11.12", | ||
"version": "3.12.1", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -16,7 +16,7 @@ | |
"url": "https://github.com/microlinkhq/metascraper/issues" | ||
}, | ||
"dependencies": { | ||
"@metascraper/helpers": "^3.11.12", | ||
"@metascraper/helpers": "^3.12.1", | ||
"lodash": "~4.17.10" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "metascraper-url", | ||
"description": "Get url property from HTML markup", | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.11.12", | ||
"version": "3.12.1", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -16,7 +16,7 @@ | |
"url": "https://github.com/microlinkhq/metascraper/issues" | ||
}, | ||
"dependencies": { | ||
"@metascraper/helpers": "^3.11.12" | ||
"@metascraper/helpers": "^3.12.1" | ||
}, | ||
"devDependencies": { | ||
"standard": "latest" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "metascraper-video-provider", | ||
"description": "Get video property from HTML markup", | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.12.0", | ||
"version": "3.12.1", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -16,7 +16,7 @@ | |
"url": "https://github.com/microlinkhq/metascraper/issues" | ||
}, | ||
"dependencies": { | ||
"@metascraper/helpers": "^3.11.12", | ||
"@metascraper/helpers": "^3.12.1", | ||
"json-future": "~2.1.2", | ||
"lodash": "~4.17.10", | ||
"twdown": "~1.0.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "metascraper-video", | ||
"description": "Get video property from HTML markup", | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.11.12", | ||
"version": "3.12.1", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -16,7 +16,7 @@ | |
"url": "https://github.com/microlinkhq/metascraper/issues" | ||
}, | ||
"dependencies": { | ||
"@metascraper/helpers": "^3.11.12", | ||
"@metascraper/helpers": "^3.12.1", | ||
"video-extensions": "~1.1.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "metascraper-youtube", | ||
"description": "metascraper integration with YouTube", | ||
"homepage": "https://documentup.com/microlinkhq/metascraper-youtube", | ||
"version": "3.11.12", | ||
"version": "3.12.1", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -21,7 +21,7 @@ | |
"metascraper" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^3.11.12", | ||
"@metascraper/helpers": "^3.12.1", | ||
"get-video-id": "~3.1.0", | ||
"is-reachable": "~2.4.0", | ||
"lodash": "~4.17.10", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "metascraper", | ||
"description": "A library to easily scrape metadata from an article on the web using Open Graph metadata, regular HTML metadata, and series of fallbacks.", | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.11.12", | ||
"version": "3.12.1", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -55,21 +55,21 @@ | |
"website" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^3.11.12", | ||
"@metascraper/helpers": "^3.12.1", | ||
"cheerio": "~1.0.0-rc.2", | ||
"cheerio-advanced-selectors": "~2.0.1", | ||
"cosmiconfig": "~5.0.2", | ||
"lodash": "~4.17.10", | ||
"metascraper-author": "^3.11.12", | ||
"metascraper-author": "^3.12.1", | ||
"metascraper-date": "^3.11.4", | ||
"metascraper-description": "^3.11.12", | ||
"metascraper-image": "^3.11.12", | ||
"metascraper-description": "^3.12.1", | ||
"metascraper-image": "^3.12.1", | ||
"metascraper-lang": "^3.11.4", | ||
"metascraper-logo": "^3.11.12", | ||
"metascraper-logo": "^3.12.1", | ||
"metascraper-publisher": "^3.11.4", | ||
"metascraper-title": "^3.11.12", | ||
"metascraper-url": "^3.11.12", | ||
"metascraper-video": "^3.11.12", | ||
"metascraper-title": "^3.12.1", | ||
"metascraper-url": "^3.12.1", | ||
"metascraper-video": "^3.12.1", | ||
"p-reduce": "~1.0.0", | ||
"resolve-from": "~4.0.0", | ||
"sanitize-html": "~1.18.2" | ||
|