package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "stylelint-config-html@>=1.0.0",
  3. "_id": "stylelint-config-html@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ==",
  6. "_location": "/stylelint-config-html",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stylelint-config-html@>=1.0.0",
  12. "name": "stylelint-config-html",
  13. "escapedName": "stylelint-config-html",
  14. "rawSpec": ">=1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": ">=1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/stylelint-config-recommended-vue"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stylelint-config-html/-/stylelint-config-html-1.0.0.tgz",
  22. "_shasum": "172acb996ee4c854e8c670fcff77ff0d98d3bec2",
  23. "_spec": "stylelint-config-html@>=1.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\stylelint-config-recommended-vue",
  25. "author": {
  26. "name": "Yosuke Ota",
  27. "url": "https://github.com/ota-meshi"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ota-meshi/stylelint-config-html/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "The shareable HTML config for Stylelint.",
  35. "devDependencies": {
  36. "@ota-meshi/eslint-plugin": "^0.10.0",
  37. "eslint": "^8.0.0",
  38. "eslint-config-prettier": "^8.3.0",
  39. "eslint-plugin-eslint-comments": "^3.2.0",
  40. "eslint-plugin-json-schema-validator": "^1.2.24",
  41. "eslint-plugin-jsonc": "^1.7.0",
  42. "eslint-plugin-node": "^11.1.0",
  43. "eslint-plugin-prettier": "^4.0.0",
  44. "eslint-plugin-regexp": "~1.4.0",
  45. "eslint-plugin-vue": "^7.18.0",
  46. "eslint-plugin-yml": "^0.10.1",
  47. "mocha": "^9.1.3",
  48. "prettier": "^2.4.1"
  49. },
  50. "engines": {
  51. "node": "^12 || >=14"
  52. },
  53. "files": [
  54. "index.js",
  55. "html.js",
  56. "vue.js",
  57. "svelte.js",
  58. "php.js",
  59. "xml.js"
  60. ],
  61. "homepage": "https://github.com/ota-meshi/stylelint-config-html#readme",
  62. "keywords": [
  63. "stylelint",
  64. "stylelint-config",
  65. "html",
  66. "vue",
  67. "svelte",
  68. "php",
  69. "xml"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "stylelint-config-html",
  74. "peerDependencies": {
  75. "stylelint": ">=14.0.0",
  76. "postcss-html": "^1.0.0"
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/ota-meshi/stylelint-config-html.git"
  81. },
  82. "scripts": {
  83. "eslint-fix": "eslint . --fix",
  84. "lint": "eslint .",
  85. "preversion": "npm test && git add .",
  86. "test": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 60000"
  87. },
  88. "version": "1.0.0"
  89. }