{"_id":"@marionebl/git-raw-commits","_rev":"52822","name":"@marionebl/git-raw-commits","description":"Get raw git commits out of your repository using git-log(1)","dist-tags":{"latest":"1.2.0"},"maintainers":[{"name":"marionebl","email":"root@mario-nebl.de"}],"time":{"modified":"2021-06-03T10:16:07.000Z","created":"2016-06-04T10:31:58.117Z","1.2.0":"2017-10-03T14:41:16.733Z","1.1.0":"2016-06-04T10:31:58.117Z"},"users":{},"author":{"name":"Steve Mao","email":"maochenyan@gmail.com","url":"https://github.com/stevemao"},"repository":{"type":"git","url":"git+https://github.com/conventional-changelog/git-raw-commits.git"},"versions":{"1.2.0":{"name":"@marionebl/git-raw-commits","version":"1.2.0","description":"Get raw git commits out of your repository using git-log(1)","homepage":"https://github.com/conventional-changelog/git-latest-tag","author":{"name":"Steve Mao","email":"maochenyan@gmail.com","url":"https://github.com/stevemao"},"repository":{"type":"git","url":"git+https://github.com/conventional-changelog/git-raw-commits.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":"^3.3.0","split2":"^2.0.0","through2":"^2.0.0"},"devDependencies":{"chai":"^3.0.0","istanbul":"^0.4.2","jscs":"^2.0.0","jshint":"^2.8.0","mkdirp":"^0.5.1","mocha":"*","shelljs":"^0.6.0"},"scripts":{"lint":"jshint . --exclude node_modules && jscs .","test":"npm run-script lint && mocha --timeout 30000","test-windows":"mocha --timeout 30000"},"bin":{"git-raw-commits":"cli.js"},"bugs":{"url":"https://github.com/conventional-changelog/git-raw-commits/issues"},"_id":"@marionebl/git-raw-commits@1.2.0","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"marionebl","email":"hello@mario-nebl.de"},"dist":{"shasum":"7cd8a6dfc09a96df98d8fbe9175c5971cc07c82b","size":2768,"noattachment":false,"key":"/@marionebl/git-raw-commits/-/@marionebl/git-raw-commits-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@marionebl/git-raw-commits/download/@marionebl/git-raw-commits-1.2.0.tgz"},"maintainers":[{"name":"marionebl","email":"root@mario-nebl.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/git-raw-commits-1.2.0.tgz_1507041675789_0.9907527260947973"},"directories":{},"publish_time":1507041676733,"_hasShrinkwrap":false,"_cnpm_publish_time":1507041676733},"1.1.0":{"name":"@marionebl/git-raw-commits","version":"1.1.0","description":"Get raw git commits out of your repository using git-log(1)","homepage":"https://github.com/stevemao/git-raw-commits","author":{"name":"Steve Mao","email":"maochenyan@gmail.com","url":"https://github.com/stevemao"},"repository":{"type":"git","url":"git+https://github.com/stevemao/git-raw-commits.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":"^3.3.0","split2":"^2.0.0","through2":"^2.0.0"},"devDependencies":{"chai":"^3.0.0","coveralls":"^2.11.2","istanbul":"^0.4.2","jscs":"^2.0.0","jshint":"^2.8.0","mocha":"*","shelljs":"^0.6.0"},"scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"npm run-script lint && mocha --timeout 30000","coverage":"istanbul cover -x test.js _mocha -- -R spec --timeout 30000 && rm -rf ./coverage"},"bin":{"git-raw-commits":"cli.js"},"gitHead":"a68c366e26f92a0665d8839435ed4fe96e2a98e1","bugs":{"url":"https://github.com/stevemao/git-raw-commits/issues"},"_id":"@marionebl/git-raw-commits@1.1.0","_shasum":"93ec1a723e1de416a74c8ce3579cb1675bf726dc","_from":".","_npmVersion":"3.9.3","_nodeVersion":"5.6.0","_npmUser":{"name":"marionebl","email":"root@mario-nebl.de"},"dist":{"shasum":"93ec1a723e1de416a74c8ce3579cb1675bf726dc","size":2170,"noattachment":false,"key":"/@marionebl/git-raw-commits/-/@marionebl/git-raw-commits-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@marionebl/git-raw-commits/download/@marionebl/git-raw-commits-1.1.0.tgz"},"maintainers":[{"name":"marionebl","email":"root@mario-nebl.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/git-raw-commits-1.1.0.tgz_1465036316526_0.05299684847705066"},"directories":{},"publish_time":1465036318117,"_hasShrinkwrap":false,"_cnpm_publish_time":1465036318117}},"readme":"#  [![NPM version][npm-image]][npm-url] [![Build Status: Linux][travis-image]][travis-url] [![Build Status: Windows][appveyor-image]][appveyor-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coveralls-image]][coveralls-url]\n\n> Get raw git commits out of your repository using git-log(1)\n\n\n## Install\n\n```sh\n$ npm install --save git-raw-commits\n```\n\n\n## Usage\n\n```js\nvar gitRawCommits = require('git-raw-commits');\n\ngitRawCommits(options)\n  .pipe(...);\n```\n\n\n## API\n\n### gitRawCommits([options])\n\nReturns a readable stream. Stream is split to break on each commit.\n\n#### options\n\nType: `object`\n\nPlease check the available options at http://git-scm.com/docs/git-log.\n**NOTE:** Single dash arguments are not supported because of https://github.com/sindresorhus/dargs/blob/master/index.js#L5.\n\n*NOTE*: for `<revision range>` we can also use `<from>..<to>` pattern, and this module has the following extra options for shortcut of this patter:\n\n##### from\n\nType: `string` Default: `''`\n\n##### to\n\nType: `string` Default: `'HEAD'`\n\nThis module also have the following additions:\n\n##### format\n\nType: `string` Default: `'%B'`\n\nPlease check http://git-scm.com/docs/git-log for format options.\n\n##### debug\n\nType: `function`\n\nA function to get debug information.\n\n##### path\n\nType: `string`\n\nFilter commits to the path provided. \n\n\n## CLI\n\n```sh\n$ npm install --global git-raw-commits\n$ git-raw-commits --help # for more details\n```\n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/git-raw-commits.svg\n[npm-url]: https://npmjs.org/package/git-raw-commits\n[travis-image]: https://travis-ci.org/conventional-changelog/git-raw-commits.svg?branch=master\n[travis-url]: https://travis-ci.org/conventional-changelog/git-raw-commits\n[appveyor-image]: https://ci.appveyor.com/api/projects/status/4qm3bjmg41k3dsbv/branch/master?svg=true\n[appveyor-url]: https://ci.appveyor.com/project/stevemao/git-raw-commits/branch/master\n[daviddm-image]: https://david-dm.org/conventional-changelog/git-raw-commits.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/conventional-changelog/git-raw-commits\n[coveralls-image]: https://coveralls.io/repos/conventional-changelog/git-raw-commits/badge.svg\n[coveralls-url]: https://coveralls.io/r/conventional-changelog/git-raw-commits\n","_attachments":{},"homepage":"https://github.com/conventional-changelog/git-latest-tag","bugs":{"url":"https://github.com/conventional-changelog/git-raw-commits/issues"},"license":"MIT"}