{ "_from": "posthtml-render@^1.0.6", "_id": "posthtml-render@1.3.1", "_inBundle": false, "_integrity": "sha512-eSToKjNLu0FiF76SSGMHjOFXYzAc/CJqi677Sq6hYvcvFCBtD6de/W5l+0IYPf7ypscqAfjCttxvTdMJt5Gj8Q==", "_location": "/posthtml-render", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "posthtml-render@^1.0.6", "name": "posthtml-render", "escapedName": "posthtml-render", "rawSpec": "^1.0.6", "saveSpec": null, "fetchSpec": "^1.0.6" }, "_requiredBy": [ "/posthtml", "/posthtml-svg-mode" ], "_resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-1.3.1.tgz", "_shasum": "260f15bc43cdf7ea008bf0cc35253fb27e4d03fd", "_spec": "posthtml-render@^1.0.6", "_where": "E:\\boman-framwork\\ruoyi-ui\\node_modules\\posthtml-svg-mode", "author": { "name": "Ivan Voischev", "email": "voischev.ivan@ya.ru" }, "bugs": { "url": "https://github.com/posthtml/posthtml-render/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Renders PostHTML Tree to HTML/XML", "devDependencies": { "@commitlint/cli": "^12.0.1", "@commitlint/config-angular": "^12.0.1", "c8": "^7.6.0", "chai": "^4.3.3", "clinton": "^0.14.0", "conventional-changelog-cli": "^2.1.1", "husky": "^5.1.3", "jsdoc-to-markdown": "^7.0.0", "lint-staged": "^10.5.4", "mocha": "^8.3.2", "xo": "^0.38.2" }, "engines": { "node": ">=10" }, "files": [ "lib" ], "homepage": "https://github.com/posthtml/posthtml-render#readme", "keywords": [ "posthtml", "render", "html", "xml" ], "license": "MIT", "main": "lib/index.js", "name": "posthtml-render", "repository": { "type": "git", "url": "git+https://github.com/posthtml/posthtml-render.git" }, "scripts": { "docs": "jsdoc2md lib/*.js > render.md", "pretest": "clinton", "test": "c8 mocha", "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md" }, "types": "lib/index.d.ts", "version": "1.3.1" }