You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
596 B

2 years ago
  1. {
  2. "name": "postcss-nested",
  3. "version": "5.0.6",
  4. "description": "PostCSS plugin to unwrap nested rules like how Sass does it",
  5. "keywords": [
  6. "postcss",
  7. "css",
  8. "postcss-plugin",
  9. "sass",
  10. "nested"
  11. ],
  12. "author": "Andrey Sitnik <andrey@sitnik.ru>",
  13. "license": "MIT",
  14. "repository": "postcss/postcss-nested",
  15. "engines": {
  16. "node": ">=12.0"
  17. },
  18. "funding": {
  19. "type": "opencollective",
  20. "url": "https://opencollective.com/postcss/"
  21. },
  22. "peerDependencies": {
  23. "postcss": "^8.2.14"
  24. },
  25. "dependencies": {
  26. "postcss-selector-parser": "^6.0.6"
  27. }
  28. }