| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "name": "@csstools/css-color-parser",
- "description": "Parse CSS color values",
- "version": "4.0.1",
- "contributors": [
- {
- "name": "Antonio Laguna",
- "email": "antonio@laguna.es",
- "url": "https://antonio.laguna.es"
- },
- {
- "name": "Romain Menke",
- "email": "romainmenke@gmail.com"
- }
- ],
- "license": "MIT",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/csstools"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/csstools"
- }
- ],
- "engines": {
- "node": ">=20.19.0"
- },
- "type": "module",
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "default": "./dist/index.mjs"
- }
- },
- "files": [
- "CHANGELOG.md",
- "LICENSE.md",
- "README.md",
- "dist"
- ],
- "dependencies": {
- "@csstools/color-helpers": "^6.0.1",
- "@csstools/css-calc": "^3.0.0"
- },
- "peerDependencies": {
- "@csstools/css-parser-algorithms": "^4.0.0",
- "@csstools/css-tokenizer": "^4.0.0"
- },
- "scripts": {},
- "homepage": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser#readme",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/csstools/postcss-plugins.git",
- "directory": "packages/css-color-parser"
- },
- "bugs": "https://github.com/csstools/postcss-plugins/issues",
- "keywords": [
- "color",
- "css",
- "parser"
- ]
- }
|