/
eapostnova
/
2026-1--study--simulation-modeling
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--simulation-modeling
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
3
CI/CD
Аналитика
Безопасность
develop
node_modules/conventional-commits-parser/package.json
50 строк
1 KB
Елизавета Постнова
chore(site): add changelog
06 мар 2026, 00:34
Верифицирован
06 мар 2026, 00:34
8cca814
Код
Авторство
О чём код?
{ "name": "conventional-commits-parser", "version": "4.0.0", "description": "Parse raw conventional commits", "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues" }, "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#readme", "author": { "name": "Steve Mao", "email": "maochenyan@gmail.com", "url": "https://github.com/stevemao" }, "repository": { "type": "git", "url": "https://github.com/conventional-changelog/conventional-changelog.git" }, "license": "MIT", "engines": { "node": ">=14" }, "files": [ "index.js", "cli.js", "lib" ], "keywords": [ "conventional-commits-parser", "changelog", "conventional", "parser", "parsing", "logs" ], "dependencies": { "JSONStream": "^1.3.5", "is-text-path": "^1.0.1", "meow": "^8.1.2", "split2": "^3.2.2" }, "bin": { "conventional-commits-parser": "cli.js" }, "devDependencies": { "forceable-tty": "^0.1.0" }, "scripts": { "test-windows": "echo 'make work on windows'" } }