{
  "_args": [
    [
      "auto-changelog@2.3.0",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "auto-changelog@2.3.0",
  "_id": "auto-changelog@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-S2B+RtTgytsa7l5iFGBoWT9W9ylITT5JJ8OaMJ7nrwvnlRm1dSS2tghaYueDeInZZafOE+1llH3tUQjMDRVS1g==",
  "_location": "/auto-changelog",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "auto-changelog@2.3.0",
    "name": "auto-changelog",
    "escapedName": "auto-changelog",
    "rawSpec": "2.3.0",
    "saveSpec": null,
    "fetchSpec": "2.3.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.3.0.tgz",
  "_spec": "2.3.0",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Pete Cook",
    "email": "pete@cookpete.com",
    "url": "https://github.com/cookpete"
  },
  "auto-changelog": {
    "breakingPattern": "Breaking change"
  },
  "babel": {
    "env": {
      "test": {
        "plugins": [
          "istanbul",
          "rewire"
        ]
      }
    }
  },
  "bin": {
    "auto-changelog": "src/index.js"
  },
  "bugs": {
    "url": "https://github.com/CookPete/auto-changelog/issues"
  },
  "dependencies": {
    "commander": "^5.0.0",
    "handlebars": "^4.7.3",
    "node-fetch": "^2.6.0",
    "parse-github-url": "^1.0.2",
    "semver": "^6.3.0"
  },
  "description": "Command line tool for generating a changelog from git tags and commit history",
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/register": "^7.9.0",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-rewire": "^1.2.0",
    "chai": "^4.2.0",
    "codecov": "^3.6.5",
    "cross-env": "^7.0.2",
    "markdownlint-cli": "^0.22.0",
    "mocha": "^7.1.1",
    "nyc": "^15.0.0",
    "snazzy": "^8.0.0",
    "standard": "^14.3.3"
  },
  "engines": {
    "node": ">=8.3"
  },
  "homepage": "https://github.com/CookPete/auto-changelog",
  "keywords": [
    "auto",
    "automatic",
    "changelog",
    "change",
    "log",
    "generator",
    "git",
    "commit",
    "commits",
    "history"
  ],
  "license": "MIT",
  "main": "./src/index.js",
  "name": "auto-changelog",
  "nyc": {
    "all": true,
    "include": "src",
    "exclude": "src/index.js",
    "sourceMap": false,
    "instrument": false,
    "report-dir": "./coverage",
    "temp-dir": "./coverage/.nyc_output",
    "require": [
      "@babel/register"
    ],
    "reporter": [
      "text",
      "html"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CookPete/auto-changelog.git"
  },
  "scripts": {
    "generate-test-data": "cross-env NODE_ENV=test node scripts/generate-test-data.js",
    "lint": "standard --verbose | snazzy",
    "lint-fix": "standard --fix",
    "lint-markdown": "markdownlint README.md test/data/*.md",
    "preversion": "npm run lint && npm run test",
    "report-coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
    "test": "cross-env NODE_ENV=test mocha -r @babel/register test",
    "test-coverage": "cross-env NODE_ENV=test nyc mocha test",
    "version": "node src/index.js --package && git add CHANGELOG.md"
  },
  "standard": {
    "ignore": [
      "test/data/"
    ]
  },
  "version": "2.3.0"
}
