"> SH.js 77628cf8bf first comm пре 2 година SI.js 77628cf8bf first comm пре 2 година SK.js 77628cf8bf first comm пре 2 година SL.js 77628cf8bf first comm пре 2 година SM.js 77628cf8bf first comm пре 2 година SN.js 77628cf8bf first comm пре 2 година SO.js 77628cf8bf first comm пре 2 година SR.js 77628cf8bf first comm пре 2 година ST.js 77628cf8bf first comm пре 2 година SV.js 77628cf8bf first comm пре 2 година SY.js 77628cf8bf first comm пре 2 година SZ.js 77628cf8bf first comm пре 2 година TC.js 77628cf8bf first comm пре 2 година TD.js 77628cf8bf first comm пре 2 година TG.js 77628cf8bf first comm пре 2 година TH.js 77628cf8bf first comm пре 2 година TJ.js 77628cf8bf first comm пре 2 година TK.js 77628cf8bf first comm пре 2 година TL.js 77628cf8bf first comm пре 2 година TM.js 77628cf8bf first comm пре 2 година TN.js 77628cf8bf first comm пре 2 година TO.js 77628cf8bf first comm пре 2 година TR.js 77628cf8bf first comm пре 2 година TT.js 77628cf8bf first comm пре 2 година TV.js 77628cf8bf first comm пре 2 година TW.js 77628cf8bf first comm пре 2 година TZ.js 77628cf8bf first comm пре 2 година UA.js 77628cf8bf first comm пре 2 година UG.js 77628cf8bf first comm пре 2 година US.js 77628cf8bf first comm пре 2 година UY.js 77628cf8bf first comm пре 2 година UZ.js 77628cf8bf first comm пре 2 година VA.js 77628cf8bf first comm пре 2 година VC.js 77628cf8bf first comm пре 2 година VE.js 77628cf8bf first comm пре 2 година VG.js 77628cf8bf first comm пре 2 година VI.js 77628cf8bf first comm пре 2 година VN.js 77628cf8bf first comm пре 2 година VU.js 77628cf8bf first comm пре 2 година WF.js 77628cf8bf first comm пре 2 година WS.js 77628cf8bf first comm пре 2 година YE.js 77628cf8bf first comm пре 2 година YT.js 77628cf8bf first comm пре 2 година ZA.js 77628cf8bf first comm пре 2 година ZM.js 77628cf8bf first comm пре 2 година ZW.js 77628cf8bf first comm пре 2 година alt-af.js 77628cf8bf first comm пре 2 година alt-an.js 77628cf8bf first comm пре 2 година alt-as.js 77628cf8bf first comm пре 2 година alt-eu.js 77628cf8bf first comm пре 2 година alt-na.js 77628cf8bf first comm пре 2 година alt-oc.js 77628cf8bf first comm пре 2 година alt-sa.js 77628cf8bf first comm пре 2 година alt-ww.js 77628cf8bf first comm пре 2 година tum/tmt_learning - Gogs: Simplico Git Service

Ei kuvausta

package.json 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "autoprefixer",
  3. "version": "10.4.14",
  4. "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  5. "engines": {
  6. "node": "^10 || ^12 || >=14"
  7. },
  8. "keywords": [
  9. "autoprefixer",
  10. "css",
  11. "prefix",
  12. "postcss",
  13. "postcss-plugin"
  14. ],
  15. "main": "lib/autoprefixer.js",
  16. "bin": "bin/autoprefixer",
  17. "types": "lib/autoprefixer.d.ts",
  18. "funding": [
  19. {
  20. "type": "opencollective",
  21. "url": "https://opencollective.com/postcss/"
  22. },
  23. {
  24. "type": "tidelift",
  25. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  26. }
  27. ],
  28. "author": "Andrey Sitnik <andrey@sitnik.ru>",
  29. "license": "MIT",
  30. "repository": "postcss/autoprefixer",
  31. "bugs": {
  32. "url": "https://github.com/postcss/autoprefixer/issues"
  33. },
  34. "peerDependencies": {
  35. "postcss": "^8.1.0"
  36. },
  37. "dependencies": {
  38. "browserslist": "^4.21.5",
  39. "caniuse-lite": "^1.0.30001464",
  40. "fraction.js": "^4.2.0",
  41. "normalize-range": "^0.1.2",
  42. "picocolors": "^1.0.0",
  43. "postcss-value-parser": "^4.2.0"
  44. }
  45. }