package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "css-declaration-sorter@4.0.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "css-declaration-sorter@4.0.1",
  10. "_id": "css-declaration-sorter@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==",
  13. "_location": "/css-declaration-sorter",
  14. "_phantomChildren": {
  15. "source-map": "0.6.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "css-declaration-sorter@4.0.1",
  21. "name": "css-declaration-sorter",
  22. "escapedName": "css-declaration-sorter",
  23. "rawSpec": "4.0.1",
  24. "saveSpec": null,
  25. "fetchSpec": "4.0.1"
  26. },
  27. "_requiredBy": [
  28. "/cssnano-preset-default"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz",
  31. "_spec": "4.0.1",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "Selwyn",
  35. "email": "talk@selwyn.cc",
  36. "url": "https://selwyn.cc/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
  40. },
  41. "dependencies": {
  42. "postcss": "^7.0.1",
  43. "timsort": "^0.3.0"
  44. },
  45. "description": "Sorts CSS declarations fast and automatically in a certain order.",
  46. "devDependencies": {
  47. "benchmark": "^2.1.4",
  48. "eslint": "^5.0.0",
  49. "tape": "^4.2.1"
  50. },
  51. "engines": {
  52. "node": ">4"
  53. },
  54. "files": [
  55. "src/index.js",
  56. "orders"
  57. ],
  58. "homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
  59. "keywords": [
  60. "postcss",
  61. "postcss-plugin",
  62. "css",
  63. "declaration",
  64. "sorter",
  65. "property",
  66. "order"
  67. ],
  68. "license": "MIT",
  69. "main": "src/index.js",
  70. "name": "css-declaration-sorter",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
  74. },
  75. "scripts": {
  76. "lint": "eslint src/*.js tests/*.js",
  77. "preversion": "npm test",
  78. "scrape": "node src/property-scraper",
  79. "test": "node tests/test.js",
  80. "test:benchmark": "node tests/benchmark/benchmark.js",
  81. "test:ci": "npm test && npm run lint -- --max-warnings 0"
  82. },
  83. "version": "4.0.1"
  84. }