package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "stylelint-config-recommended@>=6.0.0",
  3. "_id": "stylelint-config-recommended@7.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==",
  6. "_location": "/stylelint-config-recommended",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stylelint-config-recommended@>=6.0.0",
  12. "name": "stylelint-config-recommended",
  13. "escapedName": "stylelint-config-recommended",
  14. "rawSpec": ">=6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": ">=6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/stylelint-config-recommended-vue"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-7.0.0.tgz",
  22. "_shasum": "7497372ae83ab7a6fffc18d7d7b424c6480ae15e",
  23. "_spec": "stylelint-config-recommended@>=6.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\stylelint-config-recommended-vue",
  25. "author": {
  26. "name": "Stylelint"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/stylelint/stylelint-config-recommended/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Recommended shareable config for Stylelint",
  34. "devDependencies": {
  35. "@stylelint/prettier-config": "^2.0.0",
  36. "@stylelint/remark-preset": "^3.0.0",
  37. "eslint": "^8.8.0",
  38. "eslint-config-stylelint": "^15.0.0",
  39. "husky": "^7.0.4",
  40. "jest": "^27.5.1",
  41. "lint-staged": "^12.3.3",
  42. "np": "^7.6.0",
  43. "npm-run-all": "^4.1.5",
  44. "prettier": "^2.5.1",
  45. "remark-cli": "^10.0.1",
  46. "stylelint": "^14.4.0"
  47. },
  48. "eslintConfig": {
  49. "extends": [
  50. "stylelint"
  51. ],
  52. "globals": {
  53. "module": true,
  54. "require": true
  55. }
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/stylelint/stylelint-config-recommended#readme",
  61. "keywords": [
  62. "stylelint",
  63. "stylelint-config",
  64. "recommended"
  65. ],
  66. "license": "MIT",
  67. "lint-staged": {
  68. "*.js": "eslint --cache --fix",
  69. "*.{js,md,yml}": "prettier --write"
  70. },
  71. "main": "index.js",
  72. "name": "stylelint-config-recommended",
  73. "peerDependencies": {
  74. "stylelint": "^14.4.0"
  75. },
  76. "prettier": "@stylelint/prettier-config",
  77. "remarkConfig": {
  78. "plugins": [
  79. "@stylelint/remark-preset"
  80. ]
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/stylelint/stylelint-config-recommended.git"
  85. },
  86. "scripts": {
  87. "format": "prettier . --write",
  88. "lint": "npm-run-all --parallel lint:*",
  89. "lint:formatting": "prettier . --check",
  90. "lint:js": "eslint . --ignore-path .gitignore",
  91. "lint:md": "remark . --quiet --frail --ignore-path .gitignore",
  92. "prepare": "husky install",
  93. "release": "np",
  94. "test": "jest",
  95. "watch": "jest --watch"
  96. },
  97. "version": "7.0.0"
  98. }