{
  "_from": "@commitlint/read@^8.3.4",
  "_id": "@commitlint/read@8.3.4",
  "_inBundle": false,
  "_integrity": "sha512-FKv1kHPrvcAG5j+OSbd41IWexsbLhfIXpxVC/YwQZO+FR0EHmygxQNYs66r+GnhD1EfYJYM4WQIqd5bJRx6OIw==",
  "_location": "/@commitlint/read",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@commitlint/read@^8.3.4",
    "name": "@commitlint/read",
    "escapedName": "@commitlint%2fread",
    "scope": "@commitlint",
    "rawSpec": "^8.3.4",
    "saveSpec": null,
    "fetchSpec": "^8.3.4"
  },
  "_requiredBy": [
    "/@commitlint/cli"
  ],
  "_resolved": "https://registry.npmjs.org/@commitlint/read/-/read-8.3.4.tgz",
  "_shasum": "81a34283d8cd7b2acdf57829a91761e9c7791455",
  "_spec": "@commitlint/read@^8.3.4",
  "_where": "/var/www/brandplatform.be/bebat/node_modules/@commitlint/cli",
  "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/top-level": "^8.3.4",
    "@marionebl/sander": "^0.6.0",
    "babel-runtime": "^6.23.0",
    "git-raw-commits": "^2.0.0"
  },
  "deprecated": false,
  "description": "Read commit messages from a specified range or last edit",
  "devDependencies": {
    "@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",
    "cross-env": "6.0.3",
    "execa": "0.11.0"
  },
  "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/read",
  "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"
}
