package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "css-declaration-sorter@4.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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": "sha1-wZiUD2OnbX42wecQGLABchBUyyI=",
  13. "_location": "/css-declaration-sorter",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "css-declaration-sorter@4.0.1",
  19. "name": "css-declaration-sorter",
  20. "escapedName": "css-declaration-sorter",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/css-declaration-sorter/download/css-declaration-sorter-4.0.1.tgz",
  29. "_spec": "4.0.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "dependencies": {
  40. "postcss": "^7.0.1",
  41. "timsort": "^0.3.0"
  42. },
  43. "description": "Sorts CSS declarations fast and automatically in a certain order.",
  44. "devDependencies": {
  45. "benchmark": "^2.1.4",
  46. "eslint": "^5.0.0",
  47. "tape": "^4.2.1"
  48. },
  49. "engines": {
  50. "node": ">4"
  51. },
  52. "files": [
  53. "src/index.js",
  54. "orders"
  55. ],
  56. "homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
  57. "keywords": [
  58. "postcss",
  59. "postcss-plugin",
  60. "css",
  61. "declaration",
  62. "sorter",
  63. "property",
  64. "order"
  65. ],
  66. "license": "MIT",
  67. "main": "src/index.js",
  68. "name": "css-declaration-sorter",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint src/*.js tests/*.js",
  75. "preversion": "npm test",
  76. "scrape": "node src/property-scraper",
  77. "test": "node tests/test.js",
  78. "test:benchmark": "node tests/benchmark/benchmark.js",
  79. "test:ci": "npm test && npm run lint -- --max-warnings 0"
  80. },
  81. "version": "4.0.1"
  82. }