package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "css-declaration-sorter@4.0.1",
  5. "E:\\amr1.0\\AMR"
  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. "chalk": "2.4.2",
  16. "has-flag": "3.0.0",
  17. "source-map": "0.6.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "css-declaration-sorter@4.0.1",
  23. "name": "css-declaration-sorter",
  24. "escapedName": "css-declaration-sorter",
  25. "rawSpec": "4.0.1",
  26. "saveSpec": null,
  27. "fetchSpec": "4.0.1"
  28. },
  29. "_requiredBy": [
  30. "/cssnano-preset-default"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz",
  33. "_spec": "4.0.1",
  34. "_where": "E:\\amr1.0\\AMR",
  35. "author": {
  36. "name": "Selwyn",
  37. "email": "talk@selwyn.cc",
  38. "url": "https://selwyn.cc/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
  42. },
  43. "dependencies": {
  44. "postcss": "^7.0.1",
  45. "timsort": "^0.3.0"
  46. },
  47. "description": "Sorts CSS declarations fast and automatically in a certain order.",
  48. "devDependencies": {
  49. "benchmark": "^2.1.4",
  50. "eslint": "^5.0.0",
  51. "tape": "^4.2.1"
  52. },
  53. "engines": {
  54. "node": ">4"
  55. },
  56. "files": [
  57. "src/index.js",
  58. "orders"
  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": "MIT",
  71. "main": "src/index.js",
  72. "name": "css-declaration-sorter",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint src/*.js tests/*.js",
  79. "preversion": "npm test",
  80. "scrape": "node src/property-scraper",
  81. "test": "node tests/test.js",
  82. "test:benchmark": "node tests/benchmark/benchmark.js",
  83. "test:ci": "npm test && npm run lint -- --max-warnings 0"
  84. },
  85. "version": "4.0.1"
  86. }