package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "postcss-html@^1.3.0",
  3. "_id": "postcss-html@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-j9EHFVnF45X9FPr2VSHAwdU3bm1zNP+bTGE+cVQ2bdFViK/8M66SZ8qRUq1DJuhbHo1/PiqMznQRWtvUVkAmEg==",
  6. "_location": "/postcss-html",
  7. "_phantomChildren": {
  8. "domhandler": "4.3.1",
  9. "nanoid": "3.3.2",
  10. "picocolors": "1.0.0",
  11. "source-map-js": "1.0.2"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "postcss-html@^1.3.0",
  17. "name": "postcss-html",
  18. "escapedName": "postcss-html",
  19. "rawSpec": "^1.3.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^1.3.0"
  22. },
  23. "_requiredBy": [
  24. "#DEV:/"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.4.0.tgz",
  27. "_shasum": "f8bae704f3404b99b677744dcb37279ceeac3081",
  28. "_spec": "postcss-html@^1.3.0",
  29. "_where": "H:\\gs_nuxt",
  30. "author": {
  31. "name": "gucong"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/ota-meshi/postcss-html/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Yosuke Ota",
  40. "url": "https://github.com/ota-meshi"
  41. }
  42. ],
  43. "dependencies": {
  44. "htmlparser2": "^7.1.2",
  45. "postcss": "^8.4.0",
  46. "postcss-safe-parser": "^6.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "PostCSS syntax for parsing HTML (and HTML-like)",
  50. "devDependencies": {
  51. "@ota-meshi/eslint-plugin": "^0.10.0",
  52. "autoprefixer": "^10.3.7",
  53. "chai": "^4.3.4",
  54. "codecov": "^3.8.3",
  55. "eslint": "^8.0.1",
  56. "eslint-config-prettier": "^8.3.0",
  57. "eslint-plugin-eslint-comments": "^3.2.0",
  58. "eslint-plugin-json-schema-validator": "^2.0.0",
  59. "eslint-plugin-jsonc": "^2.0.0",
  60. "eslint-plugin-node": "^11.1.0",
  61. "eslint-plugin-node-dependencies": "^0.8.0",
  62. "eslint-plugin-prettier": "^4.0.0",
  63. "eslint-plugin-regexp": "^1.4.1",
  64. "eslint-plugin-yml": "^0.14.0",
  65. "mocha": "^9.1.3",
  66. "mocha-chai-jest-snapshot": "^1.1.3",
  67. "nyc": "^15.1.0",
  68. "postcss-less": "^6.0.0",
  69. "postcss-scss": "^4.0.1",
  70. "postcss-styl": "^0.9.0",
  71. "prettier": "^2.4.1",
  72. "stylelint": "^14.4.0",
  73. "stylelint-config-standard": "^25.0.0",
  74. "sugarss": "^4.0.1"
  75. },
  76. "engines": {
  77. "node": "^12 || >=14"
  78. },
  79. "files": [
  80. "lib"
  81. ],
  82. "homepage": "https://github.com/ota-meshi/postcss-html#readme",
  83. "keywords": [
  84. "postcss",
  85. "syntax",
  86. "html",
  87. "vue",
  88. "quickapp",
  89. "PHP",
  90. "css",
  91. "less",
  92. "sass",
  93. "scss",
  94. "sss",
  95. "sugarss"
  96. ],
  97. "license": "MIT",
  98. "main": "./lib/index.js",
  99. "name": "postcss-html",
  100. "nyc": {
  101. "reporter": [
  102. "lcov",
  103. "text"
  104. ],
  105. "cache": true,
  106. "check-coverage": true
  107. },
  108. "publishConfig": {
  109. "access": "public"
  110. },
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/ota-meshi/postcss-html.git"
  114. },
  115. "scripts": {
  116. "eslint-fix": "eslint . --fix",
  117. "lint": "eslint .",
  118. "mocha": "mocha \"test/**/*.js\" --no-timeouts",
  119. "preversion": "npm run test",
  120. "test": "nyc npm run mocha",
  121. "update-snap": "mocha \"test/**/*.js\" --no-timeouts --update"
  122. },
  123. "version": "1.4.0"
  124. }