web 3d图形渲染器
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
853 B

  1. {
  2. "name": "autoprefixer",
  3. "version": "9.8.6",
  4. "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  5. "keywords": ["autoprefixer", "css", "prefix", "postcss", "postcss-plugin"],
  6. "bin": "./bin/autoprefixer",
  7. "funding": {
  8. "type": "tidelift",
  9. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  10. },
  11. "author": "Andrey Sitnik <andrey@sitnik.ru>",
  12. "license": "MIT",
  13. "repository": "postcss/autoprefixer",
  14. "dependencies": {
  15. "browserslist": "^4.12.0",
  16. "caniuse-lite": "^1.0.30001109",
  17. "colorette": "^1.2.1",
  18. "normalize-range": "^0.1.2",
  19. "num2fraction": "^1.2.2",
  20. "postcss": "^7.0.32",
  21. "postcss-value-parser": "^4.1.0"
  22. },
  23. "eslintIgnore": ["build/"],
  24. "browser": {
  25. "colorette": false,
  26. "chalk": false
  27. },
  28. "main": "lib/autoprefixer"
  29. }