package.json 2.7 KB

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