UNPKG

postcss-color-hsla-fallback

Version:

PostCSS plugin to transform hsl() and hsla() to hexadecimal

54 lines (53 loc) 1.33 kB
{ "name": "postcss-color-hsla-fallback", "version": "1.0.0", "license": "MIT", "author": "Bogdan Lazar", "description": "PostCSS plugin to transform hsl() and hsla() to hexadecimal", "engines": { "node": ">= 12", "npm": ">= 6" }, "repository": { "type": "git", "url": "https://github.com/tricinel/postcss-color-hsla-fallback.git" }, "bugs": { "url": "https://github.com/tricinel/postcss-color-hsla-fallback/issues" }, "homepage": "https://github.com/tricinel/postcss-color-hsla-fallback#readme", "keywords": [ "css", "postcss", "postcss-plugin", "hsl", "hsla", "color", "color-convert", "hexadecimal" ], "main": "index.js", "scripts": { "lint": "eslint index.js __tests__/**/*.js", "test": "jest", "format": "prettier --write index.js __tests__/**/*.js", "prepublishOnly": "yarn lint && yarn test" }, "devDependencies": { "css-white-space": "^1.0.6", "eslint": "^7.22.0", "eslint-config-frontwerk": "^1.1.2", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.3.2", "jest": "^26.6.3", "postcss": "^8.2.8", "prettier": "^2.2.1" }, "peerDependencies": { "postcss": "^8.2.8" }, "dependencies": { "postcss-value-parser": "^4.1.0" } }