{
"_args": [
[
"posthtml-render@1.2.2",
"E:\\changfa\\crscd-view"
]
],
"_from": "posthtml-render@1.2.2",
"_id": "posthtml-render@1.2.2",
"_inBundle": false,
"_integrity": "sha512-MbIXTWwAfJ9qET6Zl29UNwJcDJEEz9Zkr5oDhiujitJa7YBJwEpbkX2cmuklCDxubTMoRWpid3q8DrSyGnUUzQ==",
"_location": "/posthtml-render",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "posthtml-render@1.2.2",
"name": "posthtml-render",
"escapedName": "posthtml-render",
"rawSpec": "1.2.2",
"saveSpec": null,
"fetchSpec": "1.2.2"
},
"_requiredBy": [
"/posthtml",
"/posthtml-svg-mode"
],
"_resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-1.2.2.tgz",
"_spec": "1.2.2",
"_where": "E:\\changfa\\crscd-view",
"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": "^5.0.3",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"standard": "^14.3.1",
"standard-version": "^7.1.0"
},
"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"
},
"version": "1.2.2"
}