package.json 2.7 KB

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