package.json 2.2 KB

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