-
-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.editorconfig for package.json, doctype.js was moved to tree_construc…
…tion, because it's actually is not "common" in any way
- Loading branch information
Showing
4 changed files
with
45 additions
and
42 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
File renamed without changes.
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,44 +1,44 @@ | ||
{ | ||
"name": "parse5", | ||
"description": "Fast full-featured HTML parser for Node. Based on WHATWG HTML5 specification.", | ||
"version": "1.1.2", | ||
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)", | ||
"contributors": [ | ||
"Sebastian Mayr <sebmaster16@gmail.com> (http://blog.smayr.name)", | ||
"Sean Lang <slang800@gmail.com> (http://slang.cx)" | ||
], | ||
"devDependencies": { | ||
"nodeunit": "0.8.0" | ||
}, | ||
"keywords": [ | ||
"html", | ||
"parser", | ||
"html5", | ||
"WHATWG", | ||
"specification", | ||
"fast", | ||
"html parser", | ||
"html5 parser", | ||
"htmlparser", | ||
"parse5", | ||
"serializer", | ||
"html serializer", | ||
"htmlserializer", | ||
"sax", | ||
"simple api" | ||
], | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://raw.github.com/inikulin/parse5/master/LICENSE" | ||
} | ||
], | ||
"main": "./index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/inikulin/parse5.git" | ||
}, | ||
"scripts": { | ||
"test": "node test/run_tests.js" | ||
"name": "parse5", | ||
"description": "Fast full-featured HTML parser for Node. Based on WHATWG HTML5 specification.", | ||
"version": "1.1.2", | ||
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)", | ||
"contributors": [ | ||
"Sebastian Mayr <sebmaster16@gmail.com> (http://blog.smayr.name)", | ||
"Sean Lang <slang800@gmail.com> (http://slang.cx)" | ||
], | ||
"devDependencies": { | ||
"nodeunit": "0.8.0" | ||
}, | ||
"keywords": [ | ||
"html", | ||
"parser", | ||
"html5", | ||
"WHATWG", | ||
"specification", | ||
"fast", | ||
"html parser", | ||
"html5 parser", | ||
"htmlparser", | ||
"parse5", | ||
"serializer", | ||
"html serializer", | ||
"htmlserializer", | ||
"sax", | ||
"simple api" | ||
], | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://raw.github.com/inikulin/parse5/master/LICENSE" | ||
} | ||
], | ||
"main": "./index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/inikulin/parse5.git" | ||
}, | ||
"scripts": { | ||
"test": "node test/run_tests.js" | ||
} | ||
} |