Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/conventional-changelog/package.json
{ "_from": "conventional-changelog@^2.0.3", "_id": "conventional-changelog@2.0.3", "_inBundle": false, "_integrity": "sha512-4bcII9cJHSKb2qi9e8qGF6aJHLf/AB0dokhyR+X6QILTMl77s4l163vK+reXhajvfOYbbHQvsrWybr5+PKZwNA==", "_location": "/conventional-changelog-cli/conventional-changelog", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "conventional-changelog@^2.0.3", "name": "conventional-changelog", "escapedName": "conventional-changelog", "rawSpec": "^2.0.3", "saveSpec": null, "fetchSpec": "^2.0.3" }, "_requiredBy": [ "/conventional-changelog-cli" ], "_resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-2.0.3.tgz", "_shasum": "779cff582c0091d2b24574003eaa82ef5ddf653d", "_spec": "conventional-changelog@^2.0.3", "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables\\conventional-changelog\\node_modules\\conventional-changelog-cli", "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Brian Ford" }, { "name": "Vojta Jína" }, { "name": "Andrew Joslin" } ], "dependencies": { "conventional-changelog-angular": "^1.6.6", "conventional-changelog-atom": "^2.0.0", "conventional-changelog-codemirror": "^2.0.0", "conventional-changelog-core": "^3.1.0", "conventional-changelog-ember": "^2.0.1", "conventional-changelog-eslint": "^3.0.0", "conventional-changelog-express": "^2.0.0", "conventional-changelog-jquery": "^0.1.0", "conventional-changelog-jscs": "^0.1.0", "conventional-changelog-jshint": "^2.0.0", "conventional-changelog-preset-loader": "^2.0.1" }, "deprecated": false, "description": "Generate a changelog from git metadata", "devDependencies": { "shelljs": "^0.8.0", "through2": "^2.0.0" }, "engines": { "node": ">=6.9.0" }, "files": [ "index.js" ], "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme", "keywords": [ "conventional-changelog", "conventional", "changelog", "log" ], "license": "MIT", "name": "conventional-changelog", "repository": { "type": "git", "url": "git+https://github.com/conventional-changelog/conventional-changelog.git" }, "scripts": { "lint": "eslint --fix .", "test": "npm run-script lint && mocha --timeout 30000", "test-windows": "mocha --timeout 30000" }, "version": "2.0.3" } |