/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/stylelint-copyright/package.json
21 строка
495 B
Sébastien Lorber
chore: upgrade stylelint (#11992)
29 май 2026, 18:24
Не верифицирован
29 май 2026, 18:24
ff28bdf
Код
Авторство
О чём код?
{ "name": "stylelint-copyright", "version": "3.10.1", "description": "Stylelint plugin to check CSS files for a copyright header.", "main": "lib/index.js", "type": "module", "license": "MIT", "scripts": { "build": "tsc", "watch": "tsc --watch" }, "repository": { "type": "git", "url": "https://github.com/facebook/docusaurus.git", "directory": "packages/stylelint-copyright" }, "dependencies": { "stylelint": "^17.12.0", "tslib": "^2.6.0" } }