package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "posthtml@0.9.2",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "posthtml@0.9.2",
  10. "_id": "posthtml@0.9.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9MBtufZ7Yf0XxOJW5+PZUVv3Jv0=",
  13. "_location": "/posthtml",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "posthtml@0.9.2",
  19. "name": "posthtml",
  20. "escapedName": "posthtml",
  21. "rawSpec": "0.9.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.9.2"
  24. },
  25. "_requiredBy": [
  26. "/posthtml-svg-mode"
  27. ],
  28. "_resolved": "https://registry.nlark.com/posthtml/download/posthtml-0.9.2.tgz",
  29. "_spec": "0.9.2",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "Anton Winogradov",
  33. "email": "winogradovaa@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/posthtml/posthtml/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Ivan Voischev",
  41. "email": "voischev.ivan@ya.ru"
  42. },
  43. {
  44. "name": "Anton Winogradov",
  45. "email": "winogradovaa@gmail.com"
  46. },
  47. {
  48. "name": "Alexej Yaroshevich",
  49. "email": "zxqfox@gmail.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "posthtml-parser": "^0.2.0",
  54. "posthtml-render": "^1.0.5"
  55. },
  56. "description": "HTML/XML processor",
  57. "devDependencies": {
  58. "chai": "^3.0.0",
  59. "chai-as-promised": "^6.0.0",
  60. "chai-subset": "^1.1.0",
  61. "conventional-changelog-cli": "^1.0.0",
  62. "es6-promise": "^4.0.5",
  63. "istanbul": "^0.4.2",
  64. "jsdoc-to-markdown": "^2.0.0",
  65. "mocha": "^3.1.2",
  66. "mversion": "^1.10.0",
  67. "object.assign": "^4.0.3",
  68. "standard": "^8.3.0"
  69. },
  70. "engines": {
  71. "node": ">=0.10.0"
  72. },
  73. "homepage": "https://github.com/posthtml/posthtml",
  74. "keywords": [
  75. "html",
  76. "xml",
  77. "postproccessor",
  78. "parser",
  79. "transform",
  80. "transformations",
  81. "manipulation",
  82. "preprocessor",
  83. "processor"
  84. ],
  85. "license": "MIT",
  86. "main": "lib",
  87. "name": "posthtml",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/posthtml/posthtml.git"
  91. },
  92. "scripts": {
  93. "clean": "rm -rf coverage jsdoc-api",
  94. "cover": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha -- -R tap",
  95. "docs:api": "jsdoc2md lib/api.js > docs/api.md",
  96. "docs:core": "jsdoc2md lib/index.js > docs/core.md",
  97. "lint": "standard",
  98. "release:major": "mversion major",
  99. "release:minor": "mversion minor",
  100. "release:patch": "mversion patch",
  101. "test": "npm run lint && mocha -R dot && npm run cover"
  102. },
  103. "version": "0.9.2"
  104. }