{
  "_from": "@commitlint/cli@^8.2.0",
  "_id": "@commitlint/cli@8.3.5",
  "_inBundle": false,
  "_integrity": "sha512-6+L0vbw55UEdht71pgWOE55SRgb+8OHcEwGDB234VlIBFGK9P2QOBU7MHiYJ5cjdjCQ0rReNrGjOHmJ99jwf0w==",
  "_location": "/@commitlint/cli",
  "_phantomChildren": {
    "decamelize-keys": "1.1.0",
    "error-ex": "1.3.2",
    "graceful-fs": "4.2.3",
    "json-parse-better-errors": "1.0.2",
    "loud-rejection": "1.6.0",
    "minimist-options": "3.0.2",
    "normalize-package-data": "2.5.0",
    "path-exists": "3.0.0",
    "quick-lru": "1.1.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@commitlint/cli@^8.2.0",
    "name": "@commitlint/cli",
    "escapedName": "@commitlint%2fcli",
    "scope": "@commitlint",
    "rawSpec": "^8.2.0",
    "saveSpec": null,
    "fetchSpec": "^8.2.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-8.3.5.tgz",
  "_shasum": "6d93a3a8b2437fa978999d3f6a336bcc70be3fd3",
  "_spec": "@commitlint/cli@^8.2.0",
  "_where": "/var/www/brandplatform.be/bebat",
  "author": {
    "name": "Mario Nebl",
    "email": "hello@herebecode.com"
  },
  "ava": {
    "files": [
      "lib/**/*.test.js"
    ],
    "source": [
      "lib/**/*.js"
    ]
  },
  "babel": {
    "presets": [
      "babel-preset-commitlint"
    ]
  },
  "bin": {
    "commitlint": "./lib/cli.js"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/commitlint/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@commitlint/format": "^8.3.4",
    "@commitlint/lint": "^8.3.5",
    "@commitlint/load": "^8.3.5",
    "@commitlint/read": "^8.3.4",
    "babel-polyfill": "6.26.0",
    "chalk": "2.4.2",
    "get-stdin": "7.0.0",
    "lodash": "4.17.15",
    "meow": "5.0.0",
    "resolve-from": "5.0.0",
    "resolve-global": "1.0.0"
  },
  "deprecated": false,
  "description": "Lint your commit messages",
  "devDependencies": {
    "@commitlint/test": "8.2.0",
    "@commitlint/utils": "^8.3.4",
    "ava": "0.18.2",
    "babel-cli": "6.26.0",
    "babel-preset-commitlint": "^8.2.0",
    "babel-register": "6.26.0",
    "concurrently": "3.6.1",
    "cross-env": "6.0.3",
    "execa": "0.11.0",
    "mkdirp": "0.5.1",
    "pkg-dir": "4.2.0",
    "resolve-bin": "0.4.0",
    "sander": "0.6.0",
    "string-to-stream": "3.0.1",
    "tmp": "0.1.0"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js",
    "lib",
    "!*.test.js*"
  ],
  "gitHead": "b39e1ade668e1560cdebc94c4fe18a6dba5e5dda",
  "homepage": "https://github.com/conventional-changelog/commitlint#readme",
  "keywords": [
    "conventional-changelog",
    "commitlint",
    "cli"
  ],
  "license": "MIT",
  "name": "@commitlint/cli",
  "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",
    "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.5"
}
