package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "postcss-sorting@^5.0.1",
  3. "_id": "postcss-sorting@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Y9fUFkIhfrm6i0Ta3n+89j56EFqaNRdUKqXyRp6kvTcSXnmgEjaVowCXH+JBe9+YKWqd4nc28r2sgwnzJalccA==",
  6. "_location": "/postcss-sorting",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-sorting@^5.0.1",
  12. "name": "postcss-sorting",
  13. "escapedName": "postcss-sorting",
  14. "rawSpec": "^5.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.1"
  17. },
  18. "_requiredBy": [
  19. "/stylelint-order"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-5.0.1.tgz",
  22. "_shasum": "10d5d0059eea8334dacc820c0121864035bc3f11",
  23. "_spec": "postcss-sorting@^5.0.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint-order",
  25. "author": {
  26. "name": "Aleks Hudochenkov",
  27. "email": "aleks@hudochenkov.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/hudochenkov/postcss-sorting/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "lodash": "^4.17.14",
  35. "postcss": "^7.0.17"
  36. },
  37. "deprecated": false,
  38. "description": "PostCSS plugin to keep rules and at-rules content in order.",
  39. "devDependencies": {
  40. "eslint": "^6.0.1",
  41. "eslint-config-hudochenkov": "^3.0.1",
  42. "eslint-config-prettier": "^6.0.0",
  43. "husky": "^3.0.0",
  44. "jest": "^24.8.0",
  45. "jest-watch-typeahead": "^0.3.1",
  46. "lint-staged": "^9.2.0",
  47. "postcss-html": "^0.36.0",
  48. "postcss-jsx": "^0.36.1",
  49. "postcss-syntax": "^0.36.2",
  50. "prettier": "^1.18.2"
  51. },
  52. "engines": {
  53. "node": ">=8.7.0"
  54. },
  55. "files": [
  56. "lib",
  57. "!lib/**/__tests__",
  58. "index.js",
  59. "!.DS_Store"
  60. ],
  61. "homepage": "https://github.com/hudochenkov/postcss-sorting",
  62. "husky": {
  63. "hooks": {
  64. "pre-commit": "lint-staged"
  65. }
  66. },
  67. "jest": {
  68. "setupFiles": [
  69. "./jest-setup.js"
  70. ],
  71. "testEnvironment": "node",
  72. "testRegex": "__tests__/[a-zA-Z-]+\\.js$",
  73. "watchPlugins": [
  74. "jest-watch-typeahead/filename",
  75. "jest-watch-typeahead/testname"
  76. ]
  77. },
  78. "keywords": [
  79. "postcss",
  80. "css",
  81. "postcss-plugin",
  82. "sorting",
  83. "order"
  84. ],
  85. "license": "MIT",
  86. "lint-staged": {
  87. "*.js": [
  88. "eslint --fix",
  89. "prettier --write",
  90. "git add"
  91. ]
  92. },
  93. "name": "postcss-sorting",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/hudochenkov/postcss-sorting.git"
  97. },
  98. "scripts": {
  99. "coverage": "jest --coverage",
  100. "fix": "npm run lint -- --fix && prettier --write *.js 'lib/**/*.js'",
  101. "jest": "jest",
  102. "lint": "eslint *.js 'lib/**/*.js'",
  103. "test": "npm run lint && jest",
  104. "watch": "jest --watch"
  105. },
  106. "version": "5.0.1"
  107. }