package.json 2.6 KB

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