package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "posthtml-render@1.4.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "posthtml-render@1.4.0",
  10. "_id": "posthtml-render@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QBFAcMRYgcrLkzR9rj7/U6+8/xM=",
  13. "_location": "/posthtml-render",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "posthtml-render@1.4.0",
  19. "name": "posthtml-render",
  20. "escapedName": "posthtml-render",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "/posthtml",
  27. "/posthtml-svg-mode"
  28. ],
  29. "_resolved": "https://registry.nlark.com/posthtml-render/download/posthtml-render-1.4.0.tgz",
  30. "_spec": "1.4.0",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  32. "author": {
  33. "name": "Ivan Voischev",
  34. "email": "voischev.ivan@ya.ru"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/posthtml/posthtml-render/issues"
  38. },
  39. "description": "Renders PostHTML Tree to HTML/XML",
  40. "devDependencies": {
  41. "@commitlint/cli": "^11.0.0",
  42. "@commitlint/config-angular": "^11.0.0",
  43. "c8": "^7.3.5",
  44. "chai": "^4.2.0",
  45. "clinton": "^0.14.0",
  46. "conventional-changelog-cli": "^2.1.1",
  47. "husky": "^4.3.0",
  48. "jsdoc-to-markdown": "^6.0.1",
  49. "lint-staged": "^10.5.1",
  50. "mocha": "^8.2.1",
  51. "xo": "^0.34.2"
  52. },
  53. "engines": {
  54. "node": ">=10"
  55. },
  56. "files": [
  57. "lib"
  58. ],
  59. "homepage": "https://github.com/posthtml/posthtml-render#readme",
  60. "keywords": [
  61. "posthtml",
  62. "render",
  63. "html",
  64. "xml"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/index.js",
  68. "name": "posthtml-render",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/posthtml/posthtml-render.git"
  72. },
  73. "scripts": {
  74. "docs": "jsdoc2md lib/*.js > render.md",
  75. "pretest": "clinton",
  76. "test": "c8 mocha",
  77. "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md"
  78. },
  79. "types": "lib/index.d.ts",
  80. "version": "1.4.0"
  81. }