/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/postcss-themes/package.json
44 строки
908 B
Marco Ciampini
Packages: Recover July 29 npm release metadata (#81303)
07 авг 2026, 04:50
Не верифицирован
07 авг 2026, 04:50
69b17c5
Код
Авторство
О чём код?
{ "name": "@wordpress/postcss-themes", "version": "6.52.0", "description": "PostCSS plugin to generate theme colors.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "postcss", "css", "plugin", "postcss-plugin", "colors", "themes" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/postcss-themes/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/postcss-themes" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "files": [ "index.js" ], "main": "index.js", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "peerDependencies": { "postcss": "^8.0.0" }, "publishConfig": { "access": "public" } }