package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "posthtml-render@^1.0.6",
  3. "_id": "posthtml-render@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QBFAcMRYgcrLkzR9rj7/U6+8/xM=",
  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.nlark.com/posthtml-render/download/posthtml-render-1.4.0.tgz?cache=0&sync_timestamp=1622791621825&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fposthtml-render%2Fdownload%2Fposthtml-render-1.4.0.tgz",
  23. "_shasum": "40114070c45881cacb93347dae3eff53afbcff13",
  24. "_spec": "posthtml-render@^1.0.6",
  25. "_where": "D:\\bomanss\\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": "^11.0.0",
  38. "@commitlint/config-angular": "^11.0.0",
  39. "c8": "^7.3.5",
  40. "chai": "^4.2.0",
  41. "clinton": "^0.14.0",
  42. "conventional-changelog-cli": "^2.1.1",
  43. "husky": "^4.3.0",
  44. "jsdoc-to-markdown": "^6.0.1",
  45. "lint-staged": "^10.5.1",
  46. "mocha": "^8.2.1",
  47. "xo": "^0.34.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.4.0"
  77. }