-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
1 parent
d171425
commit 97d4488
Showing
7 changed files
with
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,39 @@ | ||
{ | ||
"name": "htmlmetaparser", | ||
"version": "2.1.2", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"description": "A `htmlparser2` handler for parsing rich metadata from HTML. Includes HTML metadata, JSON-LD, RDFa, microdata, OEmbed, Twitter cards and AppLinks.", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"metadata", | ||
"scraper", | ||
"rich", | ||
"html", | ||
"info", | ||
"rdfa", | ||
"open graph", | ||
"oembed", | ||
"microdata", | ||
"json-ld" | ||
], | ||
"homepage": "https://github.com/blakeembrey/node-htmlmetaparser", | ||
"bugs": { | ||
"url": "https://github.com/blakeembrey/node-htmlmetaparser/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/blakeembrey/node-htmlmetaparser.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": { | ||
"name": "Blake Embrey", | ||
"email": "[email protected]", | ||
"url": "http://blakeembrey.me" | ||
}, | ||
"homepage": "https://github.com/blakeembrey/node-htmlmetaparser", | ||
"bugs": { | ||
"url": "https://github.com/blakeembrey/node-htmlmetaparser/issues" | ||
}, | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist/", | ||
"vendor/" | ||
], | ||
"scripts": { | ||
"fixtures": "tsx scripts/fixtures.ts", | ||
"format": "ts-scripts format", | ||
|
@@ -29,22 +43,6 @@ | |
"test": "ts-scripts test", | ||
"vendor": "tsx scripts/oembed-providers.ts" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"vendor/" | ||
], | ||
"keywords": [ | ||
"metadata", | ||
"scraper", | ||
"rich", | ||
"html", | ||
"info", | ||
"rdfa", | ||
"open graph", | ||
"oembed", | ||
"microdata", | ||
"json-ld" | ||
], | ||
"dependencies": { | ||
"setvalue": "^1.0.0" | ||
}, | ||
|
@@ -59,7 +57,9 @@ | |
"typescript": "^5.3.3", | ||
"vitest": "^1.0.1" | ||
}, | ||
"typings": "dist/index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"ts-scripts": { | ||
"src": [ | ||
"src", | ||
|
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
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