{
  "_from": "@commitlint/rules@^8.3.4",
  "_id": "@commitlint/rules@8.3.4",
  "_inBundle": false,
  "_integrity": "sha512-xuC9dlqD5xgAoDFgnbs578cJySvwOSkMLQyZADb1xD5n7BNcUJfP8WjT9W1Aw8K3Wf8+Ym/ysr9FZHXInLeaRg==",
  "_location": "/@commitlint/rules",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@commitlint/rules@^8.3.4",
    "name": "@commitlint/rules",
    "escapedName": "@commitlint%2frules",
    "scope": "@commitlint",
    "rawSpec": "^8.3.4",
    "saveSpec": null,
    "fetchSpec": "^8.3.4"
  },
  "_requiredBy": [
    "/@commitlint/lint"
  ],
  "_resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-8.3.4.tgz",
  "_shasum": "41da7e16c6b89af268fe81c87a158c1fd2ac82b1",
  "_spec": "@commitlint/rules@^8.3.4",
  "_where": "/var/www/brandplatform.be/bebat/node_modules/@commitlint/lint",
  "author": {
    "name": "Mario Nebl",
    "email": "hello@herebecode.com"
  },
  "ava": {
    "files": [
      "src/**/*.test.js",
      "!lib/**/*"
    ],
    "source": [
      "src/**/*.js",
      "!lib/**/*"
    ],
    "babel": "inherit",
    "require": [
      "babel-register"
    ]
  },
  "babel": {
    "presets": [
      "babel-preset-commitlint"
    ]
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/commitlint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@commitlint/ensure": "^8.3.4",
    "@commitlint/message": "^8.3.4",
    "@commitlint/to-lines": "^8.3.4",
    "babel-runtime": "^6.23.0"
  },
  "deprecated": false,
  "description": "Lint your commit messages",
  "devDependencies": {
    "@commitlint/parse": "^8.3.4",
    "@commitlint/test": "8.2.0",
    "@commitlint/utils": "^8.3.4",
    "ava": "0.22.0",
    "babel-cli": "6.26.0",
    "babel-preset-commitlint": "^8.2.0",
    "babel-register": "6.26.0",
    "concurrently": "3.6.1",
    "conventional-changelog-angular": "1.6.6",
    "cross-env": "6.0.3",
    "globby": "10.0.1",
    "lodash": "4.17.15"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "lib/"
  ],
  "gitHead": "3fce33999e1e5f23b15545f1c6f3e7bd78e8d37b",
  "homepage": "https://github.com/conventional-changelog/commitlint#readme",
  "keywords": [
    "conventional-changelog",
    "commitlint",
    "library",
    "core"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@commitlint/rules",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/conventional-changelog/commitlint.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production babel src --out-dir lib  --source-maps",
    "deps": "dep-check",
    "pkg": "pkg-check --skip-import",
    "start": "concurrently \"ava -c 4 --verbose --watch\" \"yarn run watch\"",
    "test": "ava -c 4 --verbose",
    "watch": "babel src --out-dir lib --watch --source-maps"
  },
  "version": "8.3.4"
}
