Sha256: e901d88285676418d60cf8c7ca2788864d2ef350f0a9ce94b415a57d68e701dd
Contents?: true
Size: 752 Bytes
Versions: 7
Compression:
Stored size: 752 Bytes
Contents
{ "name": "autoprefixer", "version": "9.6.1", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": ["autoprefixer", "css", "prefix", "postcss", "postcss-plugin"], "author": "Andrey Sitnik <andrey@sitnik.ru>", "license": "MIT", "repository": "postcss/autoprefixer", "engines": { "node": ">=6.0.0" }, "dependencies": { "browserslist": "^4.6.3", "caniuse-lite": "^1.0.30000980", "chalk": "^2.4.2", "normalize-range": "^0.1.2", "num2fraction": "^1.2.2", "postcss": "^7.0.17", "postcss-value-parser": "^4.0.0" }, "bin": { "autoprefixer": "./bin/autoprefixer" }, "browser": { "chalk": false }, "main": "lib/autoprefixer" }
Version data entries
7 entries across 7 versions & 2 rubygems