{
"_args": [
[
"posthtml-render@1.2.3",
"D:\\wnmp\\www\\vue\\seaBlueAdmin"
]
],
"_development": true,
"_from": "posthtml-render@1.2.3",
"_id": "posthtml-render@1.2.3",
"_inBundle": false,
"_integrity": "sha512-rGGayND//VwTlsYKNqdILsA7U/XP0WJa6SMcdAEoqc2WRM5QExplGg/h9qbTuHz7mc2PvaXU+6iNxItvr5aHMg==",
"_location": "/posthtml-render",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "posthtml-render@1.2.3",
"name": "posthtml-render",
"escapedName": "posthtml-render",
"rawSpec": "1.2.3",
"saveSpec": null,
"fetchSpec": "1.2.3"
},
"_requiredBy": [
"/posthtml",
"/posthtml-svg-mode"
],
"_resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-1.2.3.tgz",
"_spec": "1.2.3",
"_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
"author": {
"name": "Ivan Voischev",
"email": "voischev.ivan@ya.ru"
},
"bugs": {
"url": "https://github.com/posthtml/posthtml-render/issues"
},
"description": "Renders PostHTML Tree to HTML/XML",
"devDependencies": {
"chai": "^4.0.0",
"coveralls": "^3.0.9",
"jsdoc-to-markdown": "^6.0.1",
"mocha": "^8.0.1",
"nyc": "^15.0.0",
"standard": "^14.3.1",
"standard-version": "^8.0.1"
},
"engines": {
"node": ">=8"
},
"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": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"docs": "jsdoc2md lib/*.js > RENDER.md",
"lint": "standard --env mocha",
"release": "standard-version",
"test": "npm run lint && nyc mocha"
},
"types": "lib/index.d.ts",
"version": "1.2.3"
}