| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 | {  "_args": [    [      "posthtml-render@1.4.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "posthtml-render@1.4.0",  "_id": "posthtml-render@1.4.0",  "_inBundle": false,  "_integrity": "sha1-QBFAcMRYgcrLkzR9rj7/U6+8/xM=",  "_location": "/posthtml-render",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "posthtml-render@1.4.0",    "name": "posthtml-render",    "escapedName": "posthtml-render",    "rawSpec": "1.4.0",    "saveSpec": null,    "fetchSpec": "1.4.0"  },  "_requiredBy": [    "/posthtml",    "/posthtml-svg-mode"  ],  "_resolved": "https://registry.nlark.com/posthtml-render/download/posthtml-render-1.4.0.tgz",  "_spec": "1.4.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "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": {    "@commitlint/cli": "^11.0.0",    "@commitlint/config-angular": "^11.0.0",    "c8": "^7.3.5",    "chai": "^4.2.0",    "clinton": "^0.14.0",    "conventional-changelog-cli": "^2.1.1",    "husky": "^4.3.0",    "jsdoc-to-markdown": "^6.0.1",    "lint-staged": "^10.5.1",    "mocha": "^8.2.1",    "xo": "^0.34.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.4.0"}
 |