48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "parse5",
|
|
"description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node and io.js.",
|
|
"version": "1.5.1",
|
|
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
|
|
"contributors": [
|
|
"Alan Clarke (https://github.com/alanclarke)",
|
|
"Saksham Aggarwal <s.agg2021@gmail.com>",
|
|
"Sebastian Mayr <sebmaster16@gmail.com> (http://blog.smayr.name)",
|
|
"Sean Lang <slang800@gmail.com> (http://slang.cx)"
|
|
],
|
|
"homepage": "http://inikulin.github.io/parse5/",
|
|
"devDependencies": {
|
|
"mocha": "1.21.4"
|
|
},
|
|
"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"
|
|
}
|
|
}
|