{ "name": "@commitlint/parse", "version": "13.2.0", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/" ], "scripts": { "deps": "dep-check", "pkg": "pkg-check" }, "engines": { "node": ">=v12" }, "repository": { "type": "git", "url": "https://github.com/conventional-changelog/commitlint.git" }, "bugs": { "url": "https://github.com/conventional-changelog/commitlint/issues" }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "keywords": [ "conventional-changelog", "commitlint", "library", "core" ], "author": { "name": "Mario Nebl", "email": "hello@herebecode.com" }, "license": "MIT", "devDependencies": { "@commitlint/test": "^13.2.0", "@commitlint/utils": "^13.2.0" }, "dependencies": { "@commitlint/types": "^13.2.0", "conventional-changelog-angular": "^5.0.11", "conventional-commits-parser": "^3.2.2" }, "gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a" ,"_resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-13.2.0.tgz" ,"_integrity": "sha512-AtfKSQJQADbDhW+kuC5PxOyBANsYCuuJlZRZ2PYslOz2rvWwZ93zt+nKjM4g7C9ETbz0uq4r7/EoOsTJ2nJqfQ==" ,"_from": "@commitlint/parse@13.2.0" }