UNPKG

postcss-color-functional-notation

Version:
76 lines (75 loc) 1.61 kB
{ "name": "postcss-color-functional-notation", "description": "Use space and slash separated color notation in CSS", "version": "7.0.9", "author": "Jonathan Neal <jonathantneal@hotmail.com>", "license": "MIT-0", "funding": [ { "type": "github", "url": "https://github.com/sponsors/csstools" }, { "type": "opencollective", "url": "https://opencollective.com/csstools" } ], "engines": { "node": ">=18" }, "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "require": { "default": "./dist/index.cjs" } } }, "files": [ "CHANGELOG.md", "LICENSE.md", "README.md", "dist" ], "dependencies": { "@csstools/css-color-parser": "^3.0.9", "@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-tokenizer": "^3.0.3", "@csstools/postcss-progressive-custom-properties": "^4.0.1", "@csstools/utilities": "^2.0.0" }, "peerDependencies": { "postcss": "^8.4" }, "scripts": {}, "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation#readme", "repository": { "type": "git", "url": "git+https://github.com/csstools/postcss-plugins.git", "directory": "plugins/postcss-color-functional-notation" }, "bugs": "https://github.com/csstools/postcss-plugins/issues", "keywords": [ "color", "comma", "css", "design", "functional", "hsl", "hsla", "hwb", "notation", "postcss", "postcss-plugin", "rgb", "rgba", "space", "syntax" ] }