package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "posthtml-render@^1.0.6",
  3. "_id": "posthtml-render@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eSToKjNLu0FiF76SSGMHjOFXYzAc/CJqi677Sq6hYvcvFCBtD6de/W5l+0IYPf7ypscqAfjCttxvTdMJt5Gj8Q==",
  6. "_location": "/posthtml-render",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "posthtml-render@^1.0.6",
  12. "name": "posthtml-render",
  13. "escapedName": "posthtml-render",
  14. "rawSpec": "^1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/posthtml",
  20. "/posthtml-svg-mode"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-1.3.1.tgz",
  23. "_shasum": "260f15bc43cdf7ea008bf0cc35253fb27e4d03fd",
  24. "_spec": "posthtml-render@^1.0.6",
  25. "_where": "E:\\boman-framwork\\ruoyi-ui\\node_modules\\posthtml-svg-mode",
  26. "author": {
  27. "name": "Ivan Voischev",
  28. "email": "voischev.ivan@ya.ru"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/posthtml/posthtml-render/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Renders PostHTML Tree to HTML/XML",
  36. "devDependencies": {
  37. "@commitlint/cli": "^12.0.1",
  38. "@commitlint/config-angular": "^12.0.1",
  39. "c8": "^7.6.0",
  40. "chai": "^4.3.3",
  41. "clinton": "^0.14.0",
  42. "conventional-changelog-cli": "^2.1.1",
  43. "husky": "^5.1.3",
  44. "jsdoc-to-markdown": "^7.0.0",
  45. "lint-staged": "^10.5.4",
  46. "mocha": "^8.3.2",
  47. "xo": "^0.38.2"
  48. },
  49. "engines": {
  50. "node": ">=10"
  51. },
  52. "files": [
  53. "lib"
  54. ],
  55. "homepage": "https://github.com/posthtml/posthtml-render#readme",
  56. "keywords": [
  57. "posthtml",
  58. "render",
  59. "html",
  60. "xml"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "posthtml-render",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/posthtml/posthtml-render.git"
  68. },
  69. "scripts": {
  70. "docs": "jsdoc2md lib/*.js > render.md",
  71. "pretest": "clinton",
  72. "test": "c8 mocha",
  73. "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md"
  74. },
  75. "types": "lib/index.d.ts",
  76. "version": "1.3.1"
  77. }