package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "css-declaration-sorter@^6.3.1",
  3. "_id": "css-declaration-sorter@6.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==",
  6. "_location": "/css-declaration-sorter",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css-declaration-sorter@^6.3.1",
  12. "name": "css-declaration-sorter",
  13. "escapedName": "css-declaration-sorter",
  14. "rawSpec": "^6.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.3.1"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz",
  22. "_shasum": "28beac7c20bad7f1775be3a7129d7eae409a3a71",
  23. "_spec": "css-declaration-sorter@^6.3.1",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\cssnano-preset-default",
  25. "author": {
  26. "name": "Selwyn",
  27. "email": "talk@selwyn.cc",
  28. "url": "https://selwyn.cc/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Sorts CSS declarations fast and automatically in a certain order.",
  36. "devDependencies": {
  37. "@mdn/browser-compat-data": "^5.2.23",
  38. "@rollup/plugin-dynamic-import-vars": "^2.0.2",
  39. "@rollup/plugin-replace": "^5.0.2",
  40. "eslint": "^8.35.0",
  41. "postcss": "^8.4.18",
  42. "rollup": "^3.15.0",
  43. "uvu": "^0.5.6"
  44. },
  45. "engines": {
  46. "node": "^10 || ^12 || >=14"
  47. },
  48. "exports": {
  49. "import": "./src/main.mjs",
  50. "require": "./dist/main.cjs"
  51. },
  52. "files": [
  53. "src/main.mjs",
  54. "src/main.d.ts",
  55. "src/shorthand-data.mjs",
  56. "src/bubble-sort.mjs",
  57. "orders",
  58. "dist"
  59. ],
  60. "homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
  61. "keywords": [
  62. "postcss",
  63. "postcss-plugin",
  64. "css",
  65. "declaration",
  66. "sorter",
  67. "property",
  68. "order"
  69. ],
  70. "license": "ISC",
  71. "main": "./dist/main.cjs",
  72. "name": "css-declaration-sorter",
  73. "peerDependencies": {
  74. "postcss": "^8.0.9"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
  79. },
  80. "scripts": {
  81. "build": "rollup -c",
  82. "lint": "eslint src/*.mjs",
  83. "prepack": "npm run build",
  84. "preversion": "npm test",
  85. "scrape": "node --experimental-import-meta-resolve src/property-scraper.mjs",
  86. "test": "uvu src .+\\.test\\.mjs",
  87. "test:ci": "npm test && npm run lint -- --max-warnings 0"
  88. },
  89. "type": "module",
  90. "types": "./src/main.d.ts",
  91. "version": "6.4.1"
  92. }