数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.1 KiB

2 years ago
{
"name": "conventional-commits-parser",
2 years ago
"version": "4.0.0",
2 years ago
"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": {
2 years ago
"node": ">=14"
2 years ago
},
"files": [
"index.js",
"cli.js",
"lib"
],
"keywords": [
"conventional-commits-parser",
"changelog",
"conventional",
"parser",
"parsing",
"logs"
],
"dependencies": {
2 years ago
"JSONStream": "^1.3.5",
2 years ago
"is-text-path": "^1.0.1",
2 years ago
"meow": "^8.1.2",
"split2": "^3.2.2"
2 years ago
},
"bin": {
"conventional-commits-parser": "cli.js"
},
"devDependencies": {
"forceable-tty": "^0.1.0"
2 years ago
},
"scripts": {
"test-windows": "echo 'make work on windows'"
2 years ago
}
2 years ago
}