package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "postcss-discard-overridden",
  3. "version": "4.0.1",
  4. "description": "PostCSS plugin to discard overridden @keyframes or @counter-style.",
  5. "main": "dist/index.js",
  6. "keywords": [
  7. "postcss",
  8. "css",
  9. "postcss-plugin",
  10. "at-rules",
  11. "@keyframes",
  12. "@counter-style"
  13. ],
  14. "author": "Justineo <justice360@gmail.com>",
  15. "license": "MIT",
  16. "repository": "cssnano/cssnano",
  17. "bugs": {
  18. "url": "https://github.com/cssnano/cssnano/issues"
  19. },
  20. "homepage": "https://github.com/cssnano/cssnano",
  21. "dependencies": {
  22. "postcss": "^7.0.0"
  23. },
  24. "devDependencies": {
  25. "babel-cli": "^6.0.0",
  26. "chalk": "^2.0.0",
  27. "cross-env": "^5.0.0",
  28. "diff": "^3.0.0"
  29. },
  30. "scripts": {
  31. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  32. },
  33. "engines": {
  34. "node": ">=6.9.0"
  35. },
  36. "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)",
  37. "_from": "postcss-discard-overridden@4.0.1",
  38. "_resolved": "https://registry.npm.taobao.org/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz?cache=0&sync_timestamp=1603212710985&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-discard-overridden%2Fdownload%2Fpostcss-discard-overridden-4.0.1.tgz"
  39. }