{"library":"gitlint-parser-node","type":"library","category":null,"description":"Gitlint is a widely used linter for Git commit messages, originally implemented in Python, that enforces conventions such as the Conventional Commits specification, ensuring consistent and readable commit history across projects. The `gitlint-parser-node` package is a JavaScript library designed to parse these commit messages specifically within a Node.js environment, adhering to the core parsing logic and conventions used by gitlint. This enables Node.js applications and tooling to programmatically process, analyze, and extract structured information from git commit messages in a compatible manner, without needing to invoke the Python-based gitlint CLI directly. It supports parsing the various components of a commit message, such as type, scope, subject, body, and footers. The current stable version is 1.1.0. Given its focused utility and version history, it appears to be in a maintenance phase, providing a stable foundation for projects requiring gitlint-compatible commit message parsing in JavaScript.","language":"javascript","status":"maintenance","version":"1.1.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install gitlint-parser-node","imports":["import { parse } from 'gitlint-parser-node';","const { parse } = require('gitlint-parser-node');"]},{"cmd":"yarn add gitlint-parser-node","imports":[]},{"cmd":"pnpm add gitlint-parser-node","imports":[]}],"homepage":null,"github":"https://github.com/evanlucas/gitlint-parser-node","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/gitlint-parser-node","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/gitlint-parser-node/compatibility"}}