package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "stylelint-order@4.1.x",
  3. "_id": "stylelint-order@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sVTikaDvMqg2aJjh4r48jsdfmqLT+nqB1MOsaBnvM3OwLx4S+WXcsxsgk5w18h/OZoxZCxuyXMh61iBHcj9Qiw==",
  6. "_location": "/stylelint-order",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stylelint-order@4.1.x",
  12. "name": "stylelint-order",
  13. "escapedName": "stylelint-order",
  14. "rawSpec": "4.1.x",
  15. "saveSpec": null,
  16. "fetchSpec": "4.1.x"
  17. },
  18. "_requiredBy": [
  19. "/stylelint-config-recess-order"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-4.1.0.tgz",
  22. "_shasum": "692d05b7d0c235ac66fcf5ea1d9e5f08a76747f6",
  23. "_spec": "stylelint-order@4.1.x",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint-config-recess-order",
  25. "author": {
  26. "name": "Aleks Hudochenkov",
  27. "email": "aleks@hudochenkov.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/hudochenkov/stylelint-order/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "lodash": "^4.17.15",
  35. "postcss": "^7.0.31",
  36. "postcss-sorting": "^5.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "A collection of order related linting rules for stylelint.",
  40. "devDependencies": {
  41. "eslint": "^6.8.0",
  42. "eslint-config-hudochenkov": "^5.0.3",
  43. "eslint-config-prettier": "^6.11.0",
  44. "eslint-plugin-import": "^2.20.2",
  45. "eslint-plugin-unicorn": "^18.0.1",
  46. "husky": "^4.2.5",
  47. "jest": "^26.0.1",
  48. "jest-preset-stylelint": "^3.0.0",
  49. "jest-watch-typeahead": "^0.6.0",
  50. "lint-staged": "^10.2.7",
  51. "prettier": "~2.0.5",
  52. "prettier-config-hudochenkov": "^0.2.0",
  53. "stylelint": "^13.5.0"
  54. },
  55. "files": [
  56. "rules",
  57. "utils",
  58. "!**/tests",
  59. "index.js",
  60. "!.DS_Store"
  61. ],
  62. "homepage": "https://github.com/hudochenkov/stylelint-order#readme",
  63. "husky": {
  64. "hooks": {
  65. "pre-commit": "lint-staged"
  66. }
  67. },
  68. "jest": {
  69. "preset": "jest-preset-stylelint",
  70. "setupFiles": [
  71. "./jest-setup.js"
  72. ],
  73. "watchPlugins": [
  74. "jest-watch-typeahead/filename",
  75. "jest-watch-typeahead/testname"
  76. ],
  77. "testEnvironment": "node",
  78. "testRegex": ".*\\.test\\.js$|rules/.*/tests/.*\\.js$"
  79. },
  80. "keywords": [
  81. "stylelint-plugin",
  82. "stylelint",
  83. "css",
  84. "lint",
  85. "order"
  86. ],
  87. "license": "MIT",
  88. "lint-staged": {
  89. "*.js": [
  90. "eslint --fix --max-warnings=0",
  91. "prettier --write"
  92. ]
  93. },
  94. "main": "index.js",
  95. "name": "stylelint-order",
  96. "peerDependencies": {
  97. "stylelint": "^10.0.1 || ^11.0.0 || ^12.0.0 || ^13.0.0"
  98. },
  99. "prettier": "prettier-config-hudochenkov",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/hudochenkov/stylelint-order.git"
  103. },
  104. "scripts": {
  105. "coverage": "jest --coverage",
  106. "fix": "eslint . --fix --max-warnings=0 && prettier '**/*.js' --write",
  107. "jest": "jest",
  108. "pretest": "eslint . --max-warnings=0 && prettier '**/*.js' --check",
  109. "test": "jest",
  110. "watch": "jest --watch"
  111. },
  112. "version": "4.1.0"
  113. }