html2object
Version:
parse html to object, convert object to html
30 lines (29 loc) • 644 B
JSON
{
"name": "html2object",
"version": "1.0.6",
"description": "parse html to object, convert object to html",
"main": "./dist/bundle-common.js",
"scripts": {
"test": "node ./test/test.js",
"build": "rollup index.js --file ./dist/bundle-common.js --format cjs"
},
"author": "sahadev",
"license": "ISC",
"dependencies": {
"fast-xml-parser": "^3.16.0",
"htmlparser2": "^6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sahadev/html2object.git"
},
"keywords": [
"html",
"parser",
"generator",
"changer",
"JavaScript Object",
"interchange",
"fast"
]
}