package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "postcss-html@^0.36.0",
  3. "_id": "postcss-html@0.36.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==",
  6. "_location": "/postcss-html",
  7. "_phantomChildren": {
  8. "domelementtype": "1.3.1",
  9. "domutils": "1.7.0",
  10. "entities": "1.1.2",
  11. "inherits": "2.0.4",
  12. "string_decoder": "1.1.1",
  13. "util-deprecate": "1.0.2"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "postcss-html@^0.36.0",
  19. "name": "postcss-html",
  20. "escapedName": "postcss-html",
  21. "rawSpec": "^0.36.0",
  22. "saveSpec": null,
  23. "fetchSpec": "^0.36.0"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.36.0.tgz",
  29. "_shasum": "b40913f94eaacc2453fd30a1327ad6ee1f88b204",
  30. "_spec": "postcss-html@^0.36.0",
  31. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint",
  32. "author": {
  33. "name": "gucong"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/gucong3000/postcss-html/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "htmlparser2": "^3.10.0"
  41. },
  42. "deprecated": false,
  43. "description": "PostCSS syntax for parsing HTML (and HTML-like)",
  44. "devDependencies": {
  45. "autoprefixer": "^9.4.3",
  46. "chai": "^4.2.0",
  47. "codecov": "^3.1.0",
  48. "mocha": "^5.2.0",
  49. "nyc": "^13.1.0",
  50. "postcss": "^7.0.7",
  51. "postcss-less": "^3.1.0",
  52. "postcss-safe-parser": "^4.0.1",
  53. "postcss-scss": "^2.0.0",
  54. "postcss-syntax": ">=0.36.0",
  55. "sugarss": "^2.0.0"
  56. },
  57. "homepage": "https://github.com/gucong3000/postcss-html#readme",
  58. "keywords": [
  59. "postcss",
  60. "syntax",
  61. "html",
  62. "vue",
  63. "quickapp",
  64. "PHP",
  65. "css",
  66. "less",
  67. "sass",
  68. "scss",
  69. "sss",
  70. "sugarss"
  71. ],
  72. "license": "MIT",
  73. "name": "postcss-html",
  74. "nyc": {
  75. "reporter": [
  76. "lcov",
  77. "text"
  78. ],
  79. "all": true,
  80. "cache": true,
  81. "check-coverage": true
  82. },
  83. "peerDependencies": {
  84. "postcss": ">=5.0.0",
  85. "postcss-syntax": ">=0.36.0"
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/gucong3000/postcss-html.git"
  90. },
  91. "scripts": {
  92. "debug": "npm run mocha -- --inspect-brk",
  93. "mocha": "mocha --no-timeouts",
  94. "test": "nyc npm run mocha"
  95. },
  96. "version": "0.36.0"
  97. }