package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css-declaration-sorter@^4.0.1",
  12. "name": "css-declaration-sorter",
  13. "escapedName": "css-declaration-sorter",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz",
  22. "_shasum": "c198940f63a76d7e36c1e71018b001721054cb22",
  23. "_spec": "css-declaration-sorter@^4.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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. "dependencies": {
  35. "postcss": "^7.0.1",
  36. "timsort": "^0.3.0"
  37. },
  38. "deprecated": false,
  39. "description": "Sorts CSS declarations fast and automatically in a certain order.",
  40. "devDependencies": {
  41. "benchmark": "^2.1.4",
  42. "eslint": "^5.0.0",
  43. "tape": "^4.2.1"
  44. },
  45. "engines": {
  46. "node": ">4"
  47. },
  48. "files": [
  49. "src/index.js",
  50. "orders"
  51. ],
  52. "homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
  53. "keywords": [
  54. "postcss",
  55. "postcss-plugin",
  56. "css",
  57. "declaration",
  58. "sorter",
  59. "property",
  60. "order"
  61. ],
  62. "license": "MIT",
  63. "main": "src/index.js",
  64. "name": "css-declaration-sorter",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
  68. },
  69. "scripts": {
  70. "lint": "eslint src/*.js tests/*.js",
  71. "preversion": "npm test",
  72. "scrape": "node src/property-scraper",
  73. "test": "node tests/test.js",
  74. "test:benchmark": "node tests/benchmark/benchmark.js",
  75. "test:ci": "npm test && npm run lint -- --max-warnings 0"
  76. },
  77. "version": "4.0.1"
  78. }