yzhanhtmlparser
Version:
A streaming HTML parser based on HTML Standard. 基于 HTML 标准的流式 HTML 解析器
37 lines (36 loc) • 970 B
JSON
{
"name": "yzhanhtmlparser",
"version": "1.0.3",
"description": "A streaming HTML parser based on HTML Standard. 基于 HTML 标准的流式 HTML 解析器",
"main": "src/index.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"build": "webpack --mode production",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mantoufan/yzhanHTMLParser.git"
},
"keywords": [
"htmlparser",
"syntax-parser",
"词法分析"
],
"author": "Shon Wu",
"license": "MIT",
"bugs": {
"url": "https://github.com/mantoufan/yzhanHTMLParser/issues"
},
"homepage": "https://github.com/mantoufan/yzhanHTMLParser#readme",
"devDependencies": {
"@swc/core": "^1.3.82",
"jest": "^29.6.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"swc-loader": "^0.2.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}