Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/git-raw-commits/package.json
{ "_from": "git-raw-commits@^2.0.0", "_id": "git-raw-commits@2.0.0", "_inBundle": false, "_integrity": "sha512-w4jFEJFgKXMQJ0H0ikBk2S+4KP2VEjhCvLCNqbNRQC8BgGWgLKNCO7a9K9LI+TVT7Gfoloje502sEnctibffgg==", "_location": "/conventional-changelog-cli/git-raw-commits", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "git-raw-commits@^2.0.0", "name": "git-raw-commits", "escapedName": "git-raw-commits", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/conventional-changelog-cli/conventional-changelog-core" ], "_resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.0.tgz", "_shasum": "d92addf74440c14bcc5c83ecce3fb7f8a79118b5", "_spec": "git-raw-commits@^2.0.0", "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables\\conventional-changelog\\node_modules\\conventional-changelog-cli\\node_modules\\conventional-changelog-core", "author": { "name": "Steve Mao", "email": "maochenyan@gmail.com", "url": "https://github.com/stevemao" }, "bin": { "git-raw-commits": "cli.js" }, "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues" }, "bundleDependencies": false, "dependencies": { "dargs": "^4.0.1", "lodash.template": "^4.0.2", "meow": "^4.0.0", "split2": "^2.0.0", "through2": "^2.0.0" }, "deprecated": false, "description": "Get raw git commits out of your repository using git-log(1)", "devDependencies": { "mkdirp": "^0.5.1", "shelljs": "^0.8.0" }, "engines": { "node": ">=6.9.0" }, "files": [ "index.js", "cli.js" ], "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-raw-commits#readme", "keywords": [ "git-raw-commits", "raw", "commit", "commits", "git", "log", "git-log" ], "license": "MIT", "name": "git-raw-commits", "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.0" } |