postcss-double-position-gradients
Version:
Use double-position gradients in CSS
72 lines (71 loc) • 1.49 kB
JSON
{
"name": "postcss-double-position-gradients",
"description": "Use double-position gradients in CSS",
"version": "6.0.3",
"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/postcss-progressive-custom-properties": "^4.2.0",
"@csstools/utilities": "^2.0.0",
"postcss-value-parser": "^4.2.0"
},
"peerDependencies": {
"postcss": "^8.4"
},
"scripts": {},
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/csstools/postcss-plugins.git",
"directory": "plugins/postcss-double-position-gradients"
},
"bugs": "https://github.com/csstools/postcss-plugins/issues",
"keywords": [
"color",
"conic",
"css",
"double",
"gradients",
"linear",
"position",
"postcss",
"postcss-plugin",
"radial",
"repeating",
"stop",
"syntax"
]
}