76 lines
2 KiB
JSON
76 lines
2 KiB
JSON
{
|
|
"_from": "posthtml-render@^1.1.3",
|
|
"_id": "posthtml-render@1.2.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-rGGayND//VwTlsYKNqdILsA7U/XP0WJa6SMcdAEoqc2WRM5QExplGg/h9qbTuHz7mc2PvaXU+6iNxItvr5aHMg==",
|
|
"_location": "/posthtml-render",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "posthtml-render@^1.1.3",
|
|
"name": "posthtml-render",
|
|
"escapedName": "posthtml-render",
|
|
"rawSpec": "^1.1.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/htmlnano",
|
|
"/htmlnano/posthtml",
|
|
"/parcel-bundler",
|
|
"/posthtml"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-1.2.3.tgz",
|
|
"_shasum": "da1cf7ba4efb42cfe9c077f4f41669745de99b6d",
|
|
"_spec": "posthtml-render@^1.1.3",
|
|
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/parcel-bundler",
|
|
"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": {
|
|
"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"
|
|
}
|