Sha256: 28e81181aca5d37ab865db3728c5b7f902cf90eaaa4372bdc7e65ff404c30b29
Contents?: true
Size: 782 Bytes
Versions: 9
Compression:
Stored size: 782 Bytes
Contents
{ "name": "autoprefixer", "version": "9.7.0", "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.7.2", "caniuse-lite": "^1.0.30001004", "chalk": "^2.4.2", "normalize-range": "^0.1.2", "num2fraction": "^1.2.2", "postcss": "^7.0.19", "postcss-value-parser": "^4.0.2" }, "bin": { "autoprefixer": "./bin/autoprefixer" }, "eslintIgnore": ["build/"], "browser": { "chalk": false }, "main": "lib/autoprefixer" }
Version data entries
9 entries across 9 versions & 1 rubygems