@b-side/parser
Version:
HTML Parser used to parse HTML string and bind data to it.
22 lines (21 loc) • 533 B
JSON
{
"name": "@b-side/parser",
"version": "4.3.4",
"description": "HTML Parser used to parse HTML string and bind data to it.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/b-side-js/core.git"
},
"keywords": [
"html",
"parser"
],
"author": "Bruno Labbé",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/b-side-js/core/issues"
},
"homepage": "https://gitlab.com/b-side-js/core/tree/main/packages/parser#readme"
}