mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 09:03:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
51
node_modules/git-raw-commits/package.json
generated
vendored
Normal file
51
node_modules/git-raw-commits/package.json
generated
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "git-raw-commits",
|
||||
"version": "1.3.6",
|
||||
"description": "Get raw git commits out of your repository using git-log(1)",
|
||||
"bugs": {
|
||||
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
|
||||
},
|
||||
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-raw-commits#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",
|
||||
"files": [
|
||||
"index.js",
|
||||
"cli.js"
|
||||
],
|
||||
"keywords": [
|
||||
"git-raw-commits",
|
||||
"raw",
|
||||
"commit",
|
||||
"commits",
|
||||
"git",
|
||||
"log",
|
||||
"git-log"
|
||||
],
|
||||
"dependencies": {
|
||||
"dargs": "^4.0.1",
|
||||
"lodash.template": "^4.0.2",
|
||||
"meow": "^4.0.0",
|
||||
"split2": "^2.0.0",
|
||||
"through2": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mkdirp": "^0.5.1",
|
||||
"shelljs": "^0.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --fix .",
|
||||
"test": "npm run-script lint && mocha --timeout 30000",
|
||||
"test-windows": "mocha --timeout 30000"
|
||||
},
|
||||
"bin": {
|
||||
"git-raw-commits": "cli.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user