-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
8 changed files
with
82 additions
and
29 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": "5.0.0" | ||
"version": "5.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,30 @@ | ||
{ | ||
"name": "parse5-html-rewriting-stream", | ||
"description": "Streaming HTML rewriter.", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
"keywords": ["parse5", "parser", "stream", "streaming", "rewritter", "rewrite", "HTML"], | ||
"keywords": [ | ||
"parse5", | ||
"parser", | ||
"stream", | ||
"streaming", | ||
"rewritter", | ||
"rewrite", | ||
"HTML" | ||
], | ||
"license": "MIT", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"parse5": "^5.0.0", | ||
"parse5-sax-parser": "^5.0.0" | ||
"parse5": "^5.1.0", | ||
"parse5-sax-parser": "^5.1.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/inikulin/parse5.git" | ||
}, | ||
"files": ["lib"] | ||
"files": [ | ||
"lib" | ||
] | ||
} |
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,19 +1,26 @@ | ||
{ | ||
"name": "parse5-htmlparser2-tree-adapter", | ||
"description": "htmlparser2 tree adapter for parse5.", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
"keywords": ["parse5", "parser", "tree adapter", "htmlparser2"], | ||
"keywords": [ | ||
"parse5", | ||
"parser", | ||
"tree adapter", | ||
"htmlparser2" | ||
], | ||
"license": "MIT", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"parse5": "^5.0.0" | ||
"parse5": "^5.1.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/inikulin/parse5.git" | ||
}, | ||
"files": ["lib"] | ||
"files": [ | ||
"lib" | ||
] | ||
} |
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,19 +1,26 @@ | ||
{ | ||
"name": "parse5-parser-stream", | ||
"description": "Streaming HTML parser with scripting support.", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
"keywords": ["parse5", "parser", "stream", "streaming"], | ||
"keywords": [ | ||
"parse5", | ||
"parser", | ||
"stream", | ||
"streaming" | ||
], | ||
"license": "MIT", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"parse5": "^5.0.0" | ||
"parse5": "^5.1.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/inikulin/parse5.git" | ||
}, | ||
"files": ["lib"] | ||
"files": [ | ||
"lib" | ||
] | ||
} |
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,20 +1,30 @@ | ||
{ | ||
"name": "parse5-plain-text-conversion-stream", | ||
"description": "Stream that converts plain text files into HTML document.", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
"keywords": ["parse5", "parser", "stream", "streaming", "plain", "text", "plain text"], | ||
"keywords": [ | ||
"parse5", | ||
"parser", | ||
"stream", | ||
"streaming", | ||
"plain", | ||
"text", | ||
"plain text" | ||
], | ||
"license": "MIT", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"parse5": "^5.0.0", | ||
"parse5-parser-stream": "^5.0.0" | ||
"parse5": "^5.1.0", | ||
"parse5-parser-stream": "^5.1.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/inikulin/parse5.git" | ||
}, | ||
"files": ["lib"] | ||
"files": [ | ||
"lib" | ||
] | ||
} |
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,19 +1,27 @@ | ||
{ | ||
"name": "parse5-sax-parser", | ||
"description": "Streaming SAX-style HTML parser.", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
"keywords": ["parse5", "parser", "stream", "streaming", "SAX"], | ||
"keywords": [ | ||
"parse5", | ||
"parser", | ||
"stream", | ||
"streaming", | ||
"SAX" | ||
], | ||
"license": "MIT", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"parse5": "^5.0.0" | ||
"parse5": "^5.1.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/inikulin/parse5.git" | ||
}, | ||
"files": ["lib"] | ||
"files": [ | ||
"lib" | ||
] | ||
} |
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,19 +1,28 @@ | ||
{ | ||
"name": "parse5-serializer-stream", | ||
"description": "Streaming HTML serializer.", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
"keywords": ["parse5", "parser", "stream", "streaming", "serializer", "serialiser"], | ||
"keywords": [ | ||
"parse5", | ||
"parser", | ||
"stream", | ||
"streaming", | ||
"serializer", | ||
"serialiser" | ||
], | ||
"license": "MIT", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"parse5": "^5.0.0" | ||
"parse5": "^5.1.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/inikulin/parse5.git" | ||
}, | ||
"files": ["lib"] | ||
"files": [ | ||
"lib" | ||
] | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "parse5", | ||
"description": "HTML parser and serializer.", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
|
@@ -28,5 +28,7 @@ | |
"type": "git", | ||
"url": "git://github.com/inikulin/parse5.git" | ||
}, | ||
"files": ["lib"] | ||
"files": [ | ||
"lib" | ||
] | ||
} |