mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
43 lines
905 B
JSON
43 lines
905 B
JSON
{
|
|
"author": {
|
|
"name": "Ivan Nikulin",
|
|
"email": "ifaaan@gmail.com",
|
|
"url": "https://github.com/inikulin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/inikulin/parse5/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
|
|
"deprecated": false,
|
|
"description": "HTML parser and serializer.",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/inikulin/parse5",
|
|
"keywords": [
|
|
"html",
|
|
"parser",
|
|
"html5",
|
|
"WHATWG",
|
|
"specification",
|
|
"fast",
|
|
"html parser",
|
|
"html5 parser",
|
|
"htmlparser",
|
|
"parse5",
|
|
"serializer",
|
|
"html serializer",
|
|
"htmlserializer",
|
|
"parse",
|
|
"serialize"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "parse5",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/inikulin/parse5.git"
|
|
},
|
|
"version": "5.1.0"
|
|
} |