1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/posthtml-render/package.json

77 lines
1.9 KiB
JSON

{
"_args": [
[
"posthtml-render@1.1.5",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_from": "posthtml-render@1.1.5",
"_id": "posthtml-render@1.1.5",
"_inBundle": false,
"_integrity": "sha512-yvt54j0zCBHQVEFAuR+yHld8CZrCa/E1Z/OcFNCV1IEWTLVxT8O7nYnM4IIw1CD4r8kaRd3lc42+0lgCKgm87w==",
"_location": "/posthtml-render",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "posthtml-render@1.1.5",
"name": "posthtml-render",
"escapedName": "posthtml-render",
"rawSpec": "1.1.5",
"saveSpec": null,
"fetchSpec": "1.1.5"
},
"_requiredBy": [
"/posthtml",
"/posthtml-svg-mode"
],
"_resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-1.1.5.tgz",
"_spec": "1.1.5",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"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.3",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^6.1.4",
"nyc": "^14.1.0",
"standard": "^12.0.1",
"standard-version": "^6.0.1"
},
"engines": {
"node": ">=6"
},
"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.1.5"
}