package.json 2.5 KB

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