UNPKG

@tiki.vn/mini-html-parser2

Version:
37 lines (36 loc) 780 B
{ "name": "@tiki.vn/mini-html-parser2", "version": "0.0.4", "description": "Parse html string to nodes for rich-text", "repository": { "type": "git", "url": "git@github.com:ant-mini-program/mini-html-parser.git" }, "files": [ "lib" ], "main": "lib/index.js", "scripts": { "test": "jest", "build": "rc-tools run compile", "pub": "git push origin && npm run build && npm publish" }, "keywords": [ "rich-text", "mini-program", "html-parser", "tiniapp", "miniapp" ], "author": "issac.lj@alibaba-inc.com", "devDependencies": { "@types/node": "^11.9.6", "jest": "^23.6.0", "rc-tools": "^8.1.5" }, "dependencies": { "domhandler": "^2.4.2", "entities": "^1.1.1", "events": "^3.0.0" } }