UNPKG

@csstools/postcss-ic-unit

Version:
66 lines (65 loc) 1.36 kB
{ "name": "@csstools/postcss-ic-unit", "description": "Use the ic length unit", "version": "4.0.2", "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.1.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-ic-unit#readme", "repository": { "type": "git", "url": "git+https://github.com/csstools/postcss-plugins.git", "directory": "plugins/postcss-ic-unit" }, "bugs": "https://github.com/csstools/postcss-plugins/issues", "keywords": [ "CJK water ideograph", "css", "glyph", "ic", "length", "postcss-plugin", "values" ] }