package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "posthtml-render@1.2.3",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "posthtml-render@1.2.3",
  10. "_id": "posthtml-render@1.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-rGGayND//VwTlsYKNqdILsA7U/XP0WJa6SMcdAEoqc2WRM5QExplGg/h9qbTuHz7mc2PvaXU+6iNxItvr5aHMg==",
  13. "_location": "/posthtml-render",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "posthtml-render@1.2.3",
  19. "name": "posthtml-render",
  20. "escapedName": "posthtml-render",
  21. "rawSpec": "1.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.3"
  24. },
  25. "_requiredBy": [
  26. "/posthtml",
  27. "/posthtml-svg-mode"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-1.2.3.tgz",
  30. "_spec": "1.2.3",
  31. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  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. "chai": "^4.0.0",
  42. "coveralls": "^3.0.9",
  43. "jsdoc-to-markdown": "^6.0.1",
  44. "mocha": "^8.0.1",
  45. "nyc": "^15.0.0",
  46. "standard": "^14.3.1",
  47. "standard-version": "^8.0.1"
  48. },
  49. "engines": {
  50. "node": ">=8"
  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. "coverage": "nyc report --reporter=text-lcov | coveralls",
  71. "docs": "jsdoc2md lib/*.js > RENDER.md",
  72. "lint": "standard --env mocha",
  73. "release": "standard-version",
  74. "test": "npm run lint && nyc mocha"
  75. },
  76. "types": "lib/index.d.ts",
  77. "version": "1.2.3"
  78. }