package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "stylelint-config-recess-order@2.1.0",
  3. "_id": "stylelint-config-recess-order@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-h269OpnCTcOHR6xBRb+dQPrZnQA62zG3Q5yzP+RH71kn/LjWCoPFRmzg4UoajA42+y5WX8L1TFwqlDPIuojP3w==",
  6. "_location": "/stylelint-config-recess-order",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "stylelint-config-recess-order@2.1.0",
  12. "name": "stylelint-config-recess-order",
  13. "escapedName": "stylelint-config-recess-order",
  14. "rawSpec": "2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.1.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-2.1.0.tgz",
  22. "_shasum": "84bfe5df9c73b2a7744d2d55e70dcec786e1d89c",
  23. "_spec": "stylelint-config-recess-order@2.1.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  25. "author": {
  26. "name": "Jeff Nelson",
  27. "email": "rustyangel@gmail.com",
  28. "url": "http://tidaltheory.co/"
  29. },
  30. "ava": {
  31. "require": [
  32. "esm"
  33. ]
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stormwarning/stylelint-config-recess-order/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "stylelint-order": "4.1.x"
  41. },
  42. "deprecated": false,
  43. "description": "Recess-based property sort order for Stylelint.",
  44. "devDependencies": {
  45. "@zazen/eslint-config": "2.0.x",
  46. "@zazen/semantic-release": "0.1.3",
  47. "ava": "3.9.x",
  48. "eslint": "6.8.x",
  49. "esm": "3.2.25",
  50. "husky": "4.2.x",
  51. "lint-staged": "10.2.x",
  52. "prettier": "2.0.x",
  53. "prettier-plugin-packagejson": "2.2.x",
  54. "semantic-release": "17.1.x",
  55. "stylelint": "13.6.x"
  56. },
  57. "homepage": "https://github.com/stormwarning/stylelint-config-recess-order",
  58. "husky": {
  59. "hooks": {
  60. "pre-commit": "lint-staged"
  61. }
  62. },
  63. "keywords": [
  64. "bootstrap",
  65. "properties-order",
  66. "property order",
  67. "recess",
  68. "stylelint",
  69. "stylelint-config",
  70. "stylelint-order"
  71. ],
  72. "license": "ISC",
  73. "lint-staged": {
  74. "*.js": [
  75. "eslint --fix",
  76. "git add"
  77. ],
  78. "package.json": [
  79. "prettier --write",
  80. "git add"
  81. ]
  82. },
  83. "main": "index.js",
  84. "name": "stylelint-config-recess-order",
  85. "peerDependencies": {
  86. "stylelint": ">=9"
  87. },
  88. "prettier": {
  89. "semi": false,
  90. "singleQuote": true,
  91. "tabWidth": 4,
  92. "trailingComma": "all"
  93. },
  94. "release": {
  95. "extends": "@zazen/semantic-release",
  96. "branches": [
  97. "master",
  98. "next"
  99. ]
  100. },
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/stormwarning/stylelint-config-recess-order.git"
  104. },
  105. "scripts": {
  106. "lint": "eslint '**/*.js'",
  107. "semantic-release": "semantic-release",
  108. "test": "ava"
  109. },
  110. "version": "2.1.0"
  111. }