-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
58 changed files
with
186 additions
and
56 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
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
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
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://nicedoc.io/microlinkhq/metascraper/packages/metascraper-amazon", | ||
"version": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -22,7 +22,7 @@ | |
"metascraper" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^5.35.1" | ||
"@metascraper/helpers": "^5.35.2" | ||
}, | ||
"devDependencies": { | ||
"ava": "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
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-audio", | ||
"description": "Get audio property from HTML markup", | ||
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-audio", | ||
"version": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -22,7 +22,7 @@ | |
"metascraper" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^5.35.1", | ||
"@metascraper/helpers": "^5.35.2", | ||
"lodash": "~4.17.21", | ||
"p-reflect": "~2.1.0" | ||
}, | ||
|
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
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": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -21,7 +21,7 @@ | |
"metascraper" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^5.35.1" | ||
"@metascraper/helpers": "^5.35.2" | ||
}, | ||
"engines": { | ||
"node": ">= 16" | ||
|
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
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-clearbit", | ||
"description": "Metascraper integration with Clearbit Logo API", | ||
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-clearbit", | ||
"version": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -25,7 +25,7 @@ | |
], | ||
"dependencies": { | ||
"@keyvhq/memoize": "~2.0.3", | ||
"@metascraper/helpers": "^5.35.1", | ||
"@metascraper/helpers": "^5.35.2", | ||
"async-memoize-one": "~1.1.3", | ||
"got": "~11.8.6", | ||
"lodash": "~4.17.21" | ||
|
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
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-date", | ||
"description": "Get date property from HTML markup", | ||
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-date", | ||
"version": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -22,7 +22,7 @@ | |
"metascraper" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^5.35.1" | ||
"@metascraper/helpers": "^5.35.2" | ||
}, | ||
"engines": { | ||
"node": ">= 16" | ||
|
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
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://nicedoc.io/microlinkhq/metascraper/packages/metascraper-description", | ||
"version": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -22,7 +22,7 @@ | |
"metascraper" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^5.35.1" | ||
"@metascraper/helpers": "^5.35.2" | ||
}, | ||
"devDependencies": { | ||
"ava": "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
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-feed", | ||
"description": "Get RSS/Atom feed URL from HTML markup", | ||
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-description", | ||
"version": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -24,7 +24,7 @@ | |
"rss" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^5.35.1" | ||
"@metascraper/helpers": "^5.35.2" | ||
}, | ||
"devDependencies": { | ||
"ava": "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
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://nicedoc.io/microlinkhq/metascraper/packages/metascraper-helpers", | ||
"version": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "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
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-iframe", | ||
"description": "Embed a representation of an URL on third party sites", | ||
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-iframe", | ||
"version": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -24,7 +24,7 @@ | |
"oembed" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^5.35.1", | ||
"@metascraper/helpers": "^5.35.2", | ||
"got": "~11.8.6", | ||
"lodash": "~4.17.21", | ||
"oembed-spec": "~1.3.29", | ||
|
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
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://nicedoc.io/microlinkhq/metascraper/packages/metascraper-image", | ||
"version": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -22,7 +22,7 @@ | |
"metascraper" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^5.35.1" | ||
"@metascraper/helpers": "^5.35.2" | ||
}, | ||
"engines": { | ||
"node": ">= 16" | ||
|
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
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-instagram", | ||
"description": "Metascraper integration for Instagram", | ||
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-instagram", | ||
"version": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -22,7 +22,7 @@ | |
"metascraper" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^5.35.1", | ||
"@metascraper/helpers": "^5.35.2", | ||
"jsdom": "~22.1.0", | ||
"lodash": "~4.17.21" | ||
}, | ||
|
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
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-lang", | ||
"description": "Get lang property from HTML markup", | ||
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-lang", | ||
"version": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -22,7 +22,7 @@ | |
"metascraper" | ||
], | ||
"dependencies": { | ||
"@metascraper/helpers": "^5.35.1" | ||
"@metascraper/helpers": "^5.35.2" | ||
}, | ||
"devDependencies": { | ||
"ava": "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
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-favicon", | ||
"description": "metascraper logo favicon fallback", | ||
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-logo-favicon", | ||
"version": "5.35.1", | ||
"version": "5.35.2", | ||
"main": "index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -24,7 +24,7 @@ | |
], | ||
"dependencies": { | ||
"@keyvhq/memoize": "~2.0.3", | ||
"@metascraper/helpers": "^5.35.1", | ||
"@metascraper/helpers": "^5.35.2", | ||
"lodash": "~4.17.21", | ||
"reachable-url": "~1.7.1" | ||
}, | ||
|
Oops, something went wrong.