Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/package.json
{ "_from": "conventional-changelog-cli", "_id": "conventional-changelog-cli@2.0.5", "_inBundle": false, "_integrity": "sha512-StqCVo10g194UhyLIhg+M/tTVu6YjGnON/IiQ9Ty/h+dgi9obYAkknwpmmgGJMQ3P3vNRljuZBupz0N2tpdxXg==", "_location": "/conventional-changelog-cli", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "conventional-changelog-cli", "name": "conventional-changelog-cli", "escapedName": "conventional-changelog-cli", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER" ], "_resolved": "https://registry.npmjs.org/conventional-changelog-cli/-/conventional-changelog-cli-2.0.5.tgz", "_shasum": "37c2477ea43522a5f63e52ad977d8c9e1f863211", "_spec": "conventional-changelog-cli", "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables", "author": { "name": "Steve Mao", "email": "maochenyan@gmail.com", "url": "https://github.com/stevemao" }, "bin": { "conventional-changelog": "cli.js" }, "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues" }, "bundleDependencies": false, "dependencies": { "add-stream": "^1.0.0", "conventional-changelog": "^2.0.3", "lodash": "^4.2.1", "meow": "^4.0.0", "tempfile": "^1.1.1" }, "deprecated": false, "description": "Generate a changelog from git metadata", "devDependencies": { "concat-stream": "^1.6.0", "q": "^1.5.1", "shelljs": "^0.8.0" }, "engines": { "node": ">=6.9.0" }, "files": [ "cli.js" ], "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme", "keywords": [ "cli", "cli-app", "conventional-changelog", "conventional", "changelog", "log" ], "license": "MIT", "name": "conventional-changelog-cli", "repository": { "type": "git", "url": "git+https://github.com/conventional-changelog/conventional-changelog.git" }, "scripts": { "lint": "eslint --fix .", "test": "mocha --timeout 30000 && npm run-script lint", "test-windows": "echo 'make work on windows'" }, "version": "2.0.5" } |