Sha256: 626f2488344eabc009239843e80b3b2afaff5e69c6cde23c1a69d1139ed9e3bd
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
{ "name": "@commitlint/lint", "type": "module", "version": "19.4.1", "description": "Lint a string against commitlint rules", "main": "lib/lint.js", "types": "lib/lint.d.ts", "files": [ "lib/" ], "scripts": { "deps": "dep-check", "pkg": "pkg-check --skip-import" }, "engines": { "node": ">=v18" }, "repository": { "type": "git", "url": "https://github.com/conventional-changelog/commitlint.git", "directory": "@commitlint/lint" }, "bugs": { "url": "https://github.com/conventional-changelog/commitlint/issues" }, "homepage": "https://commitlint.js.org/", "keywords": [ "conventional-changelog", "commitlint", "library", "core" ], "author": { "name": "Mario Nebl", "email": "hello@herebecode.com" }, "license": "MIT", "devDependencies": { "@commitlint/test": "^19.0.0", "@commitlint/utils": "^19.0.0" }, "dependencies": { "@commitlint/is-ignored": "^19.2.2", "@commitlint/parse": "^19.0.3", "@commitlint/rules": "^19.4.1", "@commitlint/types": "^19.0.3" }, "gitHead": "249e6a2767a757094776bda5f8d8f596b20e83c8" }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | node_modules/@commitlint/lint/package.json |
pcp-server-ruby-sdk-0.1.0 | node_modules/@commitlint/lint/package.json |