{ "_args": [ [ "auto-changelog@2.4.0", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_development": true, "_from": "auto-changelog@2.4.0", "_id": "auto-changelog@2.4.0", "_inBundle": false, "_integrity": "sha512-vh17hko1c0ItsEcw6m7qPRf3m45u+XK5QyCrrBFViElZ8jnKrPC1roSznrd1fIB/0vR/zawdECCRJtTuqIXaJw==", "_location": "/auto-changelog", "_phantomChildren": { "lru-cache": "6.0.0" }, "_requested": { "type": "version", "registry": true, "raw": "auto-changelog@2.4.0", "name": "auto-changelog", "escapedName": "auto-changelog", "rawSpec": "2.4.0", "saveSpec": null, "fetchSpec": "2.4.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.4.0.tgz", "_spec": "2.4.0", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "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": "^7.2.0", "handlebars": "^4.7.7", "node-fetch": "^2.6.1", "parse-github-url": "^1.0.2", "semver": "^7.3.5" }, "description": "Command line tool for generating a changelog from git tags and commit history", "devDependencies": { "@babel/core": "^7.14.3", "@babel/register": "^7.13.16", "babel-plugin-istanbul": "^6.0.0", "babel-plugin-rewire": "^1.2.0", "chai": "^4.3.4", "codecov": "^3.8.2", "cross-env": "^7.0.3", "markdownlint-cli": "^0.30.0", "mocha": "^9.2.0", "nyc": "^15.1.0", "snazzy": "^9.0.0", "standard": "^16.0.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.4.0" }