conventional-changelog-action/node_modules/conventional-commits-parser/package.json

52 lines
1.2 KiB
JSON

{
"name": "conventional-commits-parser",
"version": "3.0.5",
"description": "Parse raw conventional commits",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#readme",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
},
"license": "MIT",
"engines": {
"node": ">=6.9.0"
},
"files": [
"index.js",
"cli.js",
"lib"
],
"keywords": [
"conventional-commits-parser",
"changelog",
"conventional",
"parser",
"parsing",
"logs"
],
"dependencies": {
"JSONStream": "^1.0.4",
"is-text-path": "^2.0.0",
"lodash": "^4.2.1",
"meow": "^4.0.0",
"split2": "^2.0.0",
"through2": "^3.0.0",
"trim-off-newlines": "^1.0.0"
},
"scripts": {
"test-windows": "echo 'make work on windows'"
},
"bin": {
"conventional-commits-parser": "cli.js"
},
"gitHead": "7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8"
}