/
Zertmark
/
site_for_practice
Обзор
Документация
Войти
/
Zertmark
/
site_for_practice
Код
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/postcss-load-config/package.json
58 строк
1 KB
zertmark
Github Pages setup
23 апр 2025, 15:06
23 апр 2025, 15:06
93ee661
Код
Авторство
О чём код?
{ "name": "postcss-load-config", "version": "5.1.0", "description": "Autoload Config for PostCSS", "main": "src/index.js", "types": "src/index.d.ts", "files": [ "src" ], "engines": { "node": ">= 18" }, "funding": [ { "type": "opencollective", "url": "https://opencollective.com/postcss/" }, { "type": "github", "url": "https://github.com/sponsors/ai" } ], "dependencies": { "lilconfig": "^3.1.1", "yaml": "^2.4.2" }, "peerDependencies": { "jiti": ">=1.21.0", "postcss": ">=8.0.9", "tsx": "^4.8.1" }, "peerDependenciesMeta": { "jiti": { "optional": true }, "postcss": { "optional": true }, "tsx": { "optional": true } }, "keywords": [ "postcss", "postcssrc", "postcss.config.js" ], "author": "Michael Ciniawky <michael.ciniawsky@gmail.com>", "contributors": [ "Ryan Dunckel", "Mateusz Derks", "Dalton Santos", "Patrick Gilday", "François Wouts" ], "repository": "postcss/postcss-load-config", "license": "MIT" }