51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@commitlint/is-ignored",
|
|
"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/parse": "^13.2.0",
|
|
"@commitlint/test": "^13.2.0",
|
|
"@commitlint/utils": "^13.2.0",
|
|
"@types/semver": "7.3.8"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/types": "^13.2.0",
|
|
"semver": "7.3.5"
|
|
},
|
|
"gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-13.2.0.tgz"
|
|
,"_integrity": "sha512-onnx4WctHFPPkHGFFAZBIWRSaNwuhixIIfbwPhcZ6IewwQX5n4jpjwM1GokA7vhlOnQ57W7AavbKUGjzIVtnRQ=="
|
|
,"_from": "@commitlint/is-ignored@13.2.0"
|
|
} |